fix(dependencies): Update dependencies to their latest versions
This commit is contained in:
		
							
								
								
									
										18
									
								
								changelog.md
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								changelog.md
									
									
									
									
									
								
							| @@ -1,5 +1,23 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 2024-09-02 - 1.1.7 - fix(dependencies) | ||||
| Update dependencies to their latest versions | ||||
|  | ||||
| - Update dependency versions in package.json: | ||||
| -   - @design.estate/dees-element from ^2.0.34 to ^2.0.36 | ||||
| -   - @fortawesome/fontawesome-svg-core from ^6.5.2 to ^6.6.0 | ||||
| -   - @fortawesome/free-brands-svg-icons from ^6.5.2 to ^6.6.0 | ||||
| -   - @fortawesome/free-regular-svg-icons from ^6.5.2 to ^6.6.0 | ||||
| -   - @fortawesome/free-solid-svg-icons from ^6.5.2 to ^6.6.0 | ||||
| -   - @tsclass/tsclass from ^4.0.63 to ^4.1.2 | ||||
| -   - apexcharts from ^3.49.2 to ^3.53.0 | ||||
| -   - highlight.js from 11.9.0 to 11.10.0 | ||||
| -   - monaco-editor from ^0.50.0 to ^0.51.0 | ||||
| -   - pdfjs-dist from ^4.3.136 to ^4.5.136 | ||||
| -   - @git.zone/tsbuild from ^2.1.82 to ^2.1.84 | ||||
| -   - @push.rocks/tapbundle from ^5.0.23 to ^5.0.24 | ||||
| -   - @types/node from ^20.14.9 to ^22.5.2 | ||||
|  | ||||
| ## 2024-07-01 - 1.1.6 - fix(dees-dataview-codebox) | ||||
| Corrected the font-family order for better font rendering. | ||||
|  | ||||
|   | ||||
							
								
								
									
										26
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								package.json
									
									
									
									
									
								
							| @@ -16,33 +16,33 @@ | ||||
|   "license": "MIT", | ||||
|   "dependencies": { | ||||
|     "@design.estate/dees-domtools": "^2.0.57", | ||||
|     "@design.estate/dees-element": "^2.0.34", | ||||
|     "@design.estate/dees-element": "^2.0.36", | ||||
|     "@design.estate/dees-wcctools": "^1.0.90", | ||||
|     "@fortawesome/fontawesome-svg-core": "^6.5.2", | ||||
|     "@fortawesome/free-brands-svg-icons": "^6.5.2", | ||||
|     "@fortawesome/free-regular-svg-icons": "^6.5.2", | ||||
|     "@fortawesome/free-solid-svg-icons": "^6.5.2", | ||||
|     "@fortawesome/fontawesome-svg-core": "^6.6.0", | ||||
|     "@fortawesome/free-brands-svg-icons": "^6.6.0", | ||||
|     "@fortawesome/free-regular-svg-icons": "^6.6.0", | ||||
|     "@fortawesome/free-solid-svg-icons": "^6.6.0", | ||||
|     "@push.rocks/smarti18n": "^1.0.4", | ||||
|     "@push.rocks/smartpromise": "^4.0.4", | ||||
|     "@push.rocks/smartstring": "^4.0.15", | ||||
|     "@tsclass/tsclass": "^4.0.63", | ||||
|     "@tsclass/tsclass": "^4.1.2", | ||||
|     "@webcontainer/api": "^1.2.0", | ||||
|     "apexcharts": "^3.49.2", | ||||
|     "highlight.js": "11.9.0", | ||||
|     "apexcharts": "^3.53.0", | ||||
|     "highlight.js": "11.10.0", | ||||
|     "ibantools": "^4.5.1", | ||||
|     "monaco-editor": "^0.50.0", | ||||
|     "pdfjs-dist": "^4.3.136", | ||||
|     "monaco-editor": "^0.51.0", | ||||
|     "pdfjs-dist": "^4.5.136", | ||||
|     "xterm": "^5.3.0", | ||||
|     "xterm-addon-fit": "^0.8.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@git.zone/tsbuild": "^2.1.82", | ||||
|     "@git.zone/tsbuild": "^2.1.84", | ||||
|     "@git.zone/tsbundle": "^2.0.15", | ||||
|     "@git.zone/tstest": "^1.0.90", | ||||
|     "@git.zone/tswatch": "^2.0.23", | ||||
|     "@push.rocks/projectinfo": "^5.0.2", | ||||
|     "@push.rocks/tapbundle": "^5.0.23", | ||||
|     "@types/node": "^20.14.9" | ||||
|     "@push.rocks/tapbundle": "^5.0.24", | ||||
|     "@types/node": "^22.5.2" | ||||
|   }, | ||||
|   "files": [ | ||||
|     "ts/**/*", | ||||
|   | ||||
							
								
								
									
										359
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										359
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							| @@ -12,23 +12,23 @@ importers: | ||||
|         specifier: ^2.0.57 | ||||
|         version: 2.0.57 | ||||
|       '@design.estate/dees-element': | ||||
|         specifier: ^2.0.34 | ||||
|         version: 2.0.34 | ||||
|         specifier: ^2.0.36 | ||||
|         version: 2.0.36 | ||||
|       '@design.estate/dees-wcctools': | ||||
|         specifier: ^1.0.90 | ||||
|         version: 1.0.90 | ||||
|       '@fortawesome/fontawesome-svg-core': | ||||
|         specifier: ^6.5.2 | ||||
|         version: 6.5.2 | ||||
|         specifier: ^6.6.0 | ||||
|         version: 6.6.0 | ||||
|       '@fortawesome/free-brands-svg-icons': | ||||
|         specifier: ^6.5.2 | ||||
|         version: 6.5.2 | ||||
|         specifier: ^6.6.0 | ||||
|         version: 6.6.0 | ||||
|       '@fortawesome/free-regular-svg-icons': | ||||
|         specifier: ^6.5.2 | ||||
|         version: 6.5.2 | ||||
|         specifier: ^6.6.0 | ||||
|         version: 6.6.0 | ||||
|       '@fortawesome/free-solid-svg-icons': | ||||
|         specifier: ^6.5.2 | ||||
|         version: 6.5.2 | ||||
|         specifier: ^6.6.0 | ||||
|         version: 6.6.0 | ||||
|       '@push.rocks/smarti18n': | ||||
|         specifier: ^1.0.4 | ||||
|         version: 1.0.4 | ||||
| @@ -39,26 +39,26 @@ importers: | ||||
|         specifier: ^4.0.15 | ||||
|         version: 4.0.15 | ||||
|       '@tsclass/tsclass': | ||||
|         specifier: ^4.0.63 | ||||
|         version: 4.0.63 | ||||
|         specifier: ^4.1.2 | ||||
|         version: 4.1.2 | ||||
|       '@webcontainer/api': | ||||
|         specifier: ^1.2.0 | ||||
|         version: 1.2.0 | ||||
|       apexcharts: | ||||
|         specifier: ^3.49.2 | ||||
|         version: 3.49.2 | ||||
|         specifier: ^3.53.0 | ||||
|         version: 3.53.0 | ||||
|       highlight.js: | ||||
|         specifier: 11.9.0 | ||||
|         version: 11.9.0 | ||||
|         specifier: 11.10.0 | ||||
|         version: 11.10.0 | ||||
|       ibantools: | ||||
|         specifier: ^4.5.1 | ||||
|         version: 4.5.1 | ||||
|       monaco-editor: | ||||
|         specifier: ^0.50.0 | ||||
|         version: 0.50.0 | ||||
|         specifier: ^0.51.0 | ||||
|         version: 0.51.0 | ||||
|       pdfjs-dist: | ||||
|         specifier: ^4.3.136 | ||||
|         version: 4.3.136 | ||||
|         specifier: ^4.5.136 | ||||
|         version: 4.5.136 | ||||
|       xterm: | ||||
|         specifier: ^5.3.0 | ||||
|         version: 5.3.0 | ||||
| @@ -67,26 +67,26 @@ importers: | ||||
|         version: 0.8.0(xterm@5.3.0) | ||||
|     devDependencies: | ||||
|       '@git.zone/tsbuild': | ||||
|         specifier: ^2.1.82 | ||||
|         version: 2.1.82 | ||||
|         specifier: ^2.1.84 | ||||
|         version: 2.1.84 | ||||
|       '@git.zone/tsbundle': | ||||
|         specifier: ^2.0.15 | ||||
|         version: 2.0.15 | ||||
|       '@git.zone/tstest': | ||||
|         specifier: ^1.0.90 | ||||
|         version: 1.0.90(@types/node@20.14.9) | ||||
|         version: 1.0.90(@types/node@22.5.2) | ||||
|       '@git.zone/tswatch': | ||||
|         specifier: ^2.0.23 | ||||
|         version: 2.0.23(@types/node@20.14.9) | ||||
|         version: 2.0.23(@types/node@22.5.2) | ||||
|       '@push.rocks/projectinfo': | ||||
|         specifier: ^5.0.2 | ||||
|         version: 5.0.2 | ||||
|       '@push.rocks/tapbundle': | ||||
|         specifier: ^5.0.23 | ||||
|         version: 5.0.23 | ||||
|         specifier: ^5.0.24 | ||||
|         version: 5.0.24 | ||||
|       '@types/node': | ||||
|         specifier: ^20.14.9 | ||||
|         version: 20.14.9 | ||||
|         specifier: ^22.5.2 | ||||
|         version: 22.5.2 | ||||
|  | ||||
| packages: | ||||
|  | ||||
| @@ -134,8 +134,8 @@ packages: | ||||
|   '@design.estate/dees-domtools@2.0.57': | ||||
|     resolution: {integrity: sha512-sA27nOl+vdY3hR0Y/QPs4wtUJU15W34CeMshjWModUtm7WgogJgAhbHHY+I38yf3gwvBFfFkBZHo/GL9l/lR2A==} | ||||
|  | ||||
|   '@design.estate/dees-element@2.0.34': | ||||
|     resolution: {integrity: sha512-4S5liIPTezEyFen6N6LBpSoYqHe05wvKJw/597SMyjgnvtW+e30MFdN+QTYY428xnKcIVId+tMVlJRZzSf0orw==} | ||||
|   '@design.estate/dees-element@2.0.36': | ||||
|     resolution: {integrity: sha512-XPOwNni7fxWyPKqEfYEECM6wup2v7WCb7mzmUxC3bXoHajYwZeYgoN8OOIbV8oKK5Iwi2wKhdW/GoUN45SUZZA==} | ||||
|  | ||||
|   '@design.estate/dees-wcctools@1.0.90': | ||||
|     resolution: {integrity: sha512-EHYWHiOe+P261e9fBbOBmkD7lIsOpD+tu4VZQr20oc8vhsFjeUGJqYeBm/Ghwg+Gck/dto+K9zyJNIyQ642cEw==} | ||||
| @@ -285,28 +285,28 @@ packages: | ||||
|   '@esm-bundle/chai@4.3.4-fix.0': | ||||
|     resolution: {integrity: sha512-26SKdM4uvDWlY8/OOOxSB1AqQWeBosCX3wRYUZO7enTAj03CtVxIiCimYVG2WpULcyV51qapK4qTovwkUr5Mlw==} | ||||
|  | ||||
|   '@fortawesome/fontawesome-common-types@6.5.2': | ||||
|     resolution: {integrity: sha512-gBxPg3aVO6J0kpfHNILc+NMhXnqHumFxOmjYCFfOiLZfwhnnfhtsdA2hfJlDnj+8PjAs6kKQPenOTKj3Rf7zHw==} | ||||
|   '@fortawesome/fontawesome-common-types@6.6.0': | ||||
|     resolution: {integrity: sha512-xyX0X9mc0kyz9plIyryrRbl7ngsA9jz77mCZJsUkLl+ZKs0KWObgaEBoSgQiYWAsSmjz/yjl0F++Got0Mdp4Rw==} | ||||
|     engines: {node: '>=6'} | ||||
|  | ||||
|   '@fortawesome/fontawesome-svg-core@6.5.2': | ||||
|     resolution: {integrity: sha512-5CdaCBGl8Rh9ohNdxeeTMxIj8oc3KNBgIeLMvJosBMdslK/UnEB8rzyDRrbKdL1kDweqBPo4GT9wvnakHWucZw==} | ||||
|   '@fortawesome/fontawesome-svg-core@6.6.0': | ||||
|     resolution: {integrity: sha512-KHwPkCk6oRT4HADE7smhfsKudt9N/9lm6EJ5BVg0tD1yPA5hht837fB87F8pn15D8JfTqQOjhKTktwmLMiD7Kg==} | ||||
|     engines: {node: '>=6'} | ||||
|  | ||||
|   '@fortawesome/free-brands-svg-icons@6.5.2': | ||||
|     resolution: {integrity: sha512-zi5FNYdmKLnEc0jc0uuHH17kz/hfYTg4Uei0wMGzcoCL/4d3WM3u1VMc0iGGa31HuhV5i7ZK8ZlTCQrHqRHSGQ==} | ||||
|   '@fortawesome/free-brands-svg-icons@6.6.0': | ||||
|     resolution: {integrity: sha512-1MPD8lMNW/earme4OQi1IFHtmHUwAKgghXlNwWi9GO7QkTfD+IIaYpIai4m2YJEzqfEji3jFHX1DZI5pbY/biQ==} | ||||
|     engines: {node: '>=6'} | ||||
|  | ||||
|   '@fortawesome/free-regular-svg-icons@6.5.2': | ||||
|     resolution: {integrity: sha512-iabw/f5f8Uy2nTRtJ13XZTS1O5+t+anvlamJ3zJGLEVE2pKsAWhPv2lq01uQlfgCX7VaveT3EVs515cCN9jRbw==} | ||||
|   '@fortawesome/free-regular-svg-icons@6.6.0': | ||||
|     resolution: {integrity: sha512-Yv9hDzL4aI73BEwSEh20clrY8q/uLxawaQ98lekBx6t9dQKDHcDzzV1p2YtBGTtolYtNqcWdniOnhzB+JPnQEQ==} | ||||
|     engines: {node: '>=6'} | ||||
|  | ||||
|   '@fortawesome/free-solid-svg-icons@6.5.2': | ||||
|     resolution: {integrity: sha512-QWFZYXFE7O1Gr1dTIp+D6UcFUF0qElOnZptpi7PBUMylJh+vFmIedVe1Ir6RM1t2tEQLLSV1k7bR4o92M+uqlw==} | ||||
|   '@fortawesome/free-solid-svg-icons@6.6.0': | ||||
|     resolution: {integrity: sha512-IYv/2skhEDFc2WGUcqvFJkeK39Q+HyPf5GHUrT/l2pKbtgEIv1al1TKd6qStR5OIwQdN1GZP54ci3y4mroJWjA==} | ||||
|     engines: {node: '>=6'} | ||||
|  | ||||
|   '@git.zone/tsbuild@2.1.82': | ||||
|     resolution: {integrity: sha512-eIobXRWfDe1gmymwoVcLvZGXl2kSIr2lWIFqsYC9W+QVEFjHpec/5I0aKufHbKMsGpp3Jb9DlleUnk5HTeMs/w==} | ||||
|   '@git.zone/tsbuild@2.1.84': | ||||
|     resolution: {integrity: sha512-OR7c06zfsOnqn693ITJnk9B6Yrei/Qa+0c6vp3ixHRGqh1VYUdI5GOIESC4uk8j4R5komR+uou9Jq8IWYkdjIw==} | ||||
|     hasBin: true | ||||
|  | ||||
|   '@git.zone/tsbundle@2.0.15': | ||||
| @@ -351,6 +351,9 @@ packages: | ||||
|   '@lit-labs/ssr-dom-shim@1.2.0': | ||||
|     resolution: {integrity: sha512-yWJKmpGE6lUURKAaIltoPIE/wrbY3TEkqQt+X0m+7fQNnAv0keydnYvbiJFP1PnMhizmIWRWOG5KLhYyc/xl+g==} | ||||
|  | ||||
|   '@lit-labs/ssr-dom-shim@1.2.1': | ||||
|     resolution: {integrity: sha512-wx4aBmgeGvFmOKucFKY+8VFJSYZxs9poN3SDNQFF6lT6NrQUnHiPB2PWz2sc4ieEcAaYYzN+1uWahEeTq2aRIQ==} | ||||
|  | ||||
|   '@lit/reactive-element@1.6.3': | ||||
|     resolution: {integrity: sha512-QuTgnG52Poic7uM1AN5yJ09QMe0O28e10XzSvWDz02TJiiKee4stsiownEIadWm8nYzyDAyT+gKzUoZmiWQtsQ==} | ||||
|  | ||||
| @@ -443,8 +446,8 @@ packages: | ||||
|   '@push.rocks/smartexit@1.0.23': | ||||
|     resolution: {integrity: sha512-WmwKYcwbHBByoABhHHB+PAjr5475AtD/xBh1mDcqPrFsOOUOZq3BBUdpq25wI3ccu/SZB5IwaimiVzadls6HkA==} | ||||
|  | ||||
|   '@push.rocks/smartexpect@1.0.21': | ||||
|     resolution: {integrity: sha512-SelJxXMYeF5VEZk0oPgcjTCM2D7vqOTUgVX/vnnGxZAl9d068LD12/BWLwKCEp0dsV3NT8rBuXJTFPZYjdsApg==} | ||||
|   '@push.rocks/smartexpect@1.2.1': | ||||
|     resolution: {integrity: sha512-R3dvdmGTjFNDFDRsMqy5KPRm8AvQU3hDYjRAOsUqAigqLW6d4WTiUun33+K2iErbdowg6++o5N7oENC5q/Wd3Q==} | ||||
|  | ||||
|   '@push.rocks/smartfeed@1.0.11': | ||||
|     resolution: {integrity: sha512-02uhXxQamgfBo3T12FsAdfyElnpoWuDUb08B2AE60DbIaukVx/7Mi17xwobApY1flNSr5StZDt8N8vxPhBhIXw==} | ||||
| @@ -569,8 +572,8 @@ packages: | ||||
|   '@push.rocks/smartyaml@2.0.5': | ||||
|     resolution: {integrity: sha512-tBcf+HaOIfeEsTMwgUZDtZERCxXQyRsWO8Ar5DjBdiSRchbhVGZQEBzXswMS0W5ZoRenjgPK+4tPW3JQGRTfbg==} | ||||
|  | ||||
|   '@push.rocks/tapbundle@5.0.23': | ||||
|     resolution: {integrity: sha512-csiHxdmh5Hwf4FI94gUnPgWG+DjjEt1xffa7eLyBN3++Jvt3aSNeBsQh74YF2n6/f8q7dcb59TMYTksilU8iJg==} | ||||
|   '@push.rocks/tapbundle@5.0.24': | ||||
|     resolution: {integrity: sha512-FC30gH7U7BpyTfCuqaAvxB+7Iyf6Elz6/QA9VbE0Fcf5kaJhQTunZhm7fOPbIz/CeoYEkFzdBvLJznwhj/Z2ng==} | ||||
|  | ||||
|   '@push.rocks/taskbuffer@3.1.7': | ||||
|     resolution: {integrity: sha512-QktGVJPucqQmW/QNGnscf4FAigT1H7JWKFGFdRuDEaOHKFh9qN+PXG3QY7DtZ4jfXdGLxPN4yAufDuPSAJYFnw==} | ||||
| @@ -698,8 +701,8 @@ packages: | ||||
|   '@tsclass/tsclass@3.0.48': | ||||
|     resolution: {integrity: sha512-hC65UvDlp9qvsl6OcIZXz0JNiWZ0gyzsTzbXpg215sGxopgbkOLCr6E0s4qCTnweYm95gt2AdY95uP7M7kExaQ==} | ||||
|  | ||||
|   '@tsclass/tsclass@4.0.63': | ||||
|     resolution: {integrity: sha512-AxHDjK7aDlbiyTzgu4QcN3MTDMsAEcRDFkVO099Y63fqgayTqeeLZKD8tcMy2qdLioUS9wlu734dAtIErt/2Dw==} | ||||
|   '@tsclass/tsclass@4.1.2': | ||||
|     resolution: {integrity: sha512-uMg1IcTU1cP0McXYGwGffoU3asNQHle7bTN0tn6kVXzfNzSwQf4o8v+YQ4VRnUzo4ov6VKcPXqg5OLb2vz977g==} | ||||
|  | ||||
|   '@tsconfig/node10@1.0.11': | ||||
|     resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==} | ||||
| @@ -728,8 +731,8 @@ packages: | ||||
|   '@types/chai-dom@1.11.3': | ||||
|     resolution: {integrity: sha512-EUEZI7uID4ewzxnU7DJXtyvykhQuwe+etJ1wwOiJyQRTH/ifMWKX+ghiXkxCUvNJ6IQDodf0JXhuP6zZcy2qXQ==} | ||||
|  | ||||
|   '@types/chai@4.3.16': | ||||
|     resolution: {integrity: sha512-PatH4iOdyh3MyWtmHVFXLWCCIhUbopaltqddG9BzB+gMIzee2MJrvd+jouii9Z3wzQJruGWAm7WOMjgfG8hQlQ==} | ||||
|   '@types/chai@4.3.19': | ||||
|     resolution: {integrity: sha512-2hHHvQBVE2FiSK4eN0Br6snX9MtolHaTo/batnLjlGRhoQzlCL61iVpxoqO7SfFyOw+P/pwv+0zNHzKoGWz9Cw==} | ||||
|  | ||||
|   '@types/clean-css@4.2.11': | ||||
|     resolution: {integrity: sha512-Y8n81lQVTAfP2TOdtJJEsCoYl1AnOkqDqMvXb9/7pfgZZ7r8YrEyurrAvAoAjHOGXKRybay+5CsExqIH6liccw==} | ||||
| @@ -839,8 +842,8 @@ packages: | ||||
|   '@types/ms@0.7.34': | ||||
|     resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} | ||||
|  | ||||
|   '@types/node@20.14.9': | ||||
|     resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==} | ||||
|   '@types/node@22.5.2': | ||||
|     resolution: {integrity: sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==} | ||||
|  | ||||
|   '@types/parse5@6.0.3': | ||||
|     resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} | ||||
| @@ -1000,8 +1003,8 @@ packages: | ||||
|     resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} | ||||
|     engines: {node: '>= 8'} | ||||
|  | ||||
|   apexcharts@3.49.2: | ||||
|     resolution: {integrity: sha512-vBB8KgwfD9rSObA7s4kY2rU6DeaN67gTR3JN7r32ztgKVf8lKkdFQ6iUhk6oIHrV7W8PoHhr5EwKymn0z5Fz6A==} | ||||
|   apexcharts@3.53.0: | ||||
|     resolution: {integrity: sha512-QESZHZY3w9LPQ64PGh1gEdfjYjJ5Jp+Dfy0D/CLjsLOPTpXzdxwlNMqRj+vPbTcP0nAHgjWv1maDqcEq6u5olw==} | ||||
|  | ||||
|   aproba@2.0.0: | ||||
|     resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} | ||||
| @@ -1039,8 +1042,8 @@ packages: | ||||
|   asynckit@0.4.0: | ||||
|     resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} | ||||
|  | ||||
|   axe-core@4.9.1: | ||||
|     resolution: {integrity: sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==} | ||||
|   axe-core@4.10.0: | ||||
|     resolution: {integrity: sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==} | ||||
|     engines: {node: '>=4'} | ||||
|  | ||||
|   bail@2.0.2: | ||||
| @@ -1322,6 +1325,15 @@ packages: | ||||
|       supports-color: | ||||
|         optional: true | ||||
|  | ||||
|   debug@4.3.6: | ||||
|     resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} | ||||
|     engines: {node: '>=6.0'} | ||||
|     peerDependencies: | ||||
|       supports-color: '*' | ||||
|     peerDependenciesMeta: | ||||
|       supports-color: | ||||
|         optional: true | ||||
|  | ||||
|   decode-named-character-reference@1.0.2: | ||||
|     resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} | ||||
|  | ||||
| @@ -1733,8 +1745,8 @@ packages: | ||||
|     resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} | ||||
|     hasBin: true | ||||
|  | ||||
|   highlight.js@11.9.0: | ||||
|     resolution: {integrity: sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==} | ||||
|   highlight.js@11.10.0: | ||||
|     resolution: {integrity: sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==} | ||||
|     engines: {node: '>=12.0.0'} | ||||
|  | ||||
|   html-escaper@2.0.2: | ||||
| @@ -1796,8 +1808,8 @@ packages: | ||||
|   ieee754@1.2.1: | ||||
|     resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} | ||||
|  | ||||
|   ignore@5.3.1: | ||||
|     resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} | ||||
|   ignore@5.3.2: | ||||
|     resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} | ||||
|     engines: {node: '>= 4'} | ||||
|  | ||||
|   indent-string@5.0.0: | ||||
| @@ -1994,18 +2006,27 @@ packages: | ||||
|   lit-element@4.0.6: | ||||
|     resolution: {integrity: sha512-U4sdJ3CSQip7sLGZ/uJskO5hGiqtlpxndsLr6mt3IQIjheg93UKYeGQjWMRql1s/cXNOaRrCzC2FQwjIwSUqkg==} | ||||
|  | ||||
|   lit-element@4.1.0: | ||||
|     resolution: {integrity: sha512-gSejRUQJuMQjV2Z59KAS/D4iElUhwKpIyJvZ9w+DIagIQjfJnhR20h2Q5ddpzXGS+fF0tMZ/xEYGMnKmaI/iww==} | ||||
|  | ||||
|   lit-html@2.8.0: | ||||
|     resolution: {integrity: sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==} | ||||
|  | ||||
|   lit-html@3.1.4: | ||||
|     resolution: {integrity: sha512-yKKO2uVv7zYFHlWMfZmqc+4hkmSbFp8jgjdZY9vvR9jr4J8fH6FUMXhr+ljfELgmjpvlF7Z1SJ5n5/Jeqtc9YA==} | ||||
|  | ||||
|   lit-html@3.2.0: | ||||
|     resolution: {integrity: sha512-pwT/HwoxqI9FggTrYVarkBKFN9MlTUpLrDHubTmW4SrkL3kkqW5gxwbxMMUnbbRHBC0WTZnYHcjDSCM559VyfA==} | ||||
|  | ||||
|   lit@2.8.0: | ||||
|     resolution: {integrity: sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA==} | ||||
|  | ||||
|   lit@3.1.4: | ||||
|     resolution: {integrity: sha512-q6qKnKXHy2g1kjBaNfcoLlgbI3+aSOZ9Q4tiGa9bGYXq5RBXxkVTqTIVmP2VWMp29L4GyvCFm8ZQ2o56eUAMyA==} | ||||
|  | ||||
|   lit@3.2.0: | ||||
|     resolution: {integrity: sha512-s6tI33Lf6VpDu7u4YqsSX78D28bYQulM+VAzsGch4fx2H0eLZnJsUBsPWmGYSGoKDNbjtRv02rio1o+UdPVwvw==} | ||||
|  | ||||
|   locate-path@5.0.0: | ||||
|     resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} | ||||
|     engines: {node: '>=8'} | ||||
| @@ -2246,8 +2267,8 @@ packages: | ||||
|   micromark@4.0.0: | ||||
|     resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==} | ||||
|  | ||||
|   micromatch@4.0.7: | ||||
|     resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} | ||||
|   micromatch@4.0.8: | ||||
|     resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} | ||||
|     engines: {node: '>=8.6'} | ||||
|  | ||||
|   mime-db@1.52.0: | ||||
| @@ -2319,8 +2340,8 @@ packages: | ||||
|     engines: {node: '>=10'} | ||||
|     hasBin: true | ||||
|  | ||||
|   monaco-editor@0.50.0: | ||||
|     resolution: {integrity: sha512-8CclLCmrRRh+sul7C08BmPBP3P8wVWfBHomsTcndxg5NRCEPfu/mc2AGU8k37ajjDVXcXFc12ORAMUkmk+lkFA==} | ||||
|   monaco-editor@0.51.0: | ||||
|     resolution: {integrity: sha512-xaGwVV1fq343cM7aOYB6lVE4Ugf0UyimdD/x5PWcWBMKENwectaEu77FAN7c5sFiyumqeJdX1RPTh1ocioyDjw==} | ||||
|  | ||||
|   ms@2.0.0: | ||||
|     resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=} | ||||
| @@ -2536,8 +2557,8 @@ packages: | ||||
|     resolution: {integrity: sha512-AHXsYi9EcYlSm3uUANz7h5WSktHiyTnUeHqdWmyRdjdMhgq9LgZ8pggl9FOUGuCLVfe+NKxp2k9sEMCH3tHIEg==} | ||||
|     engines: {node: '>=14'} | ||||
|  | ||||
|   pdfjs-dist@4.3.136: | ||||
|     resolution: {integrity: sha512-gzfnt1qc4yA+U46golPGYtU4WM2ssqP2MvFjKga8GEKOrEnzRPrA/9jogLLPYHiA3sGBPJ+p7BdAq+ytmw3jEg==} | ||||
|   pdfjs-dist@4.5.136: | ||||
|     resolution: {integrity: sha512-V1BALcAN/FmxBEShLxoP73PlQZAZtzlaNfRbRhJrKvXzjLC5VaIlBAQUJuWP8iaYUmIdmdLHmt3E2TBglxOm3w==} | ||||
|     engines: {node: '>=18'} | ||||
|  | ||||
|   peek-readable@5.0.0: | ||||
| @@ -2616,6 +2637,10 @@ packages: | ||||
|     resolution: {integrity: sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==} | ||||
|     engines: {node: '>=0.6'} | ||||
|  | ||||
|   qs@6.13.0: | ||||
|     resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} | ||||
|     engines: {node: '>=0.6'} | ||||
|  | ||||
|   queue-microtask@1.2.3: | ||||
|     resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} | ||||
|  | ||||
| @@ -2727,8 +2752,8 @@ packages: | ||||
|     resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} | ||||
|     hasBin: true | ||||
|  | ||||
|   semver@7.6.2: | ||||
|     resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} | ||||
|   semver@7.6.3: | ||||
|     resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} | ||||
|     engines: {node: '>=10'} | ||||
|     hasBin: true | ||||
|  | ||||
| @@ -3011,8 +3036,8 @@ packages: | ||||
|     resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} | ||||
|     engines: {node: '>=12.20'} | ||||
|  | ||||
|   type-fest@4.20.1: | ||||
|     resolution: {integrity: sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==} | ||||
|   type-fest@4.26.0: | ||||
|     resolution: {integrity: sha512-OduNjVJsFbifKb57UqZ2EMP1i4u64Xwow3NYXUtBbD4vIwJdQd4+xl8YDou1dlm4DVrtwT/7Ky8z8WyCULVfxw==} | ||||
|     engines: {node: '>=16'} | ||||
|  | ||||
|   type-is@1.6.18: | ||||
| @@ -3049,8 +3074,8 @@ packages: | ||||
|   unbzip2-stream@1.4.3: | ||||
|     resolution: {integrity: sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==} | ||||
|  | ||||
|   undici-types@5.26.5: | ||||
|     resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} | ||||
|   undici-types@6.19.8: | ||||
|     resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} | ||||
|  | ||||
|   unified@11.0.5: | ||||
|     resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} | ||||
| @@ -3324,7 +3349,7 @@ snapshots: | ||||
|       '@push.rocks/taskbuffer': 3.1.7 | ||||
|       '@push.rocks/webrequest': 3.0.37 | ||||
|       '@push.rocks/webstore': 2.0.20 | ||||
|       '@tsclass/tsclass': 4.0.63 | ||||
|       '@tsclass/tsclass': 4.1.2 | ||||
|       '@types/express': 4.17.21 | ||||
|       body-parser: 1.20.2 | ||||
|       cors: 2.8.5 | ||||
| @@ -3406,19 +3431,19 @@ snapshots: | ||||
|     transitivePeerDependencies: | ||||
|       - supports-color | ||||
|  | ||||
|   '@design.estate/dees-element@2.0.34': | ||||
|   '@design.estate/dees-element@2.0.36': | ||||
|     dependencies: | ||||
|       '@design.estate/dees-domtools': 2.0.57 | ||||
|       '@push.rocks/isounique': 1.0.5 | ||||
|       '@push.rocks/smartrx': 3.0.7 | ||||
|       lit: 3.1.4 | ||||
|       lit: 3.2.0 | ||||
|     transitivePeerDependencies: | ||||
|       - supports-color | ||||
|  | ||||
|   '@design.estate/dees-wcctools@1.0.90': | ||||
|     dependencies: | ||||
|       '@design.estate/dees-domtools': 2.0.57 | ||||
|       '@design.estate/dees-element': 2.0.34 | ||||
|       '@design.estate/dees-element': 2.0.36 | ||||
|       '@push.rocks/smartdelay': 3.0.5 | ||||
|       lit: 3.1.4 | ||||
|     transitivePeerDependencies: | ||||
| @@ -3504,27 +3529,27 @@ snapshots: | ||||
|  | ||||
|   '@esm-bundle/chai@4.3.4-fix.0': | ||||
|     dependencies: | ||||
|       '@types/chai': 4.3.16 | ||||
|       '@types/chai': 4.3.19 | ||||
|  | ||||
|   '@fortawesome/fontawesome-common-types@6.5.2': {} | ||||
|   '@fortawesome/fontawesome-common-types@6.6.0': {} | ||||
|  | ||||
|   '@fortawesome/fontawesome-svg-core@6.5.2': | ||||
|   '@fortawesome/fontawesome-svg-core@6.6.0': | ||||
|     dependencies: | ||||
|       '@fortawesome/fontawesome-common-types': 6.5.2 | ||||
|       '@fortawesome/fontawesome-common-types': 6.6.0 | ||||
|  | ||||
|   '@fortawesome/free-brands-svg-icons@6.5.2': | ||||
|   '@fortawesome/free-brands-svg-icons@6.6.0': | ||||
|     dependencies: | ||||
|       '@fortawesome/fontawesome-common-types': 6.5.2 | ||||
|       '@fortawesome/fontawesome-common-types': 6.6.0 | ||||
|  | ||||
|   '@fortawesome/free-regular-svg-icons@6.5.2': | ||||
|   '@fortawesome/free-regular-svg-icons@6.6.0': | ||||
|     dependencies: | ||||
|       '@fortawesome/fontawesome-common-types': 6.5.2 | ||||
|       '@fortawesome/fontawesome-common-types': 6.6.0 | ||||
|  | ||||
|   '@fortawesome/free-solid-svg-icons@6.5.2': | ||||
|   '@fortawesome/free-solid-svg-icons@6.6.0': | ||||
|     dependencies: | ||||
|       '@fortawesome/fontawesome-common-types': 6.5.2 | ||||
|       '@fortawesome/fontawesome-common-types': 6.6.0 | ||||
|  | ||||
|   '@git.zone/tsbuild@2.1.82': | ||||
|   '@git.zone/tsbuild@2.1.84': | ||||
|     dependencies: | ||||
|       '@push.rocks/early': 4.0.4 | ||||
|       '@push.rocks/smartcli': 4.0.11 | ||||
| @@ -3553,22 +3578,22 @@ snapshots: | ||||
|     transitivePeerDependencies: | ||||
|       - supports-color | ||||
|  | ||||
|   '@git.zone/tsrun@1.2.49(@types/node@20.14.9)': | ||||
|   '@git.zone/tsrun@1.2.49(@types/node@22.5.2)': | ||||
|     dependencies: | ||||
|       '@push.rocks/smartfile': 11.0.21 | ||||
|       '@push.rocks/smartshell': 3.0.5 | ||||
|       ts-node: 10.9.2(@types/node@20.14.9)(typescript@5.5.2) | ||||
|       ts-node: 10.9.2(@types/node@22.5.2)(typescript@5.5.2) | ||||
|       typescript: 5.5.2 | ||||
|     transitivePeerDependencies: | ||||
|       - '@swc/core' | ||||
|       - '@swc/wasm' | ||||
|       - '@types/node' | ||||
|  | ||||
|   '@git.zone/tstest@1.0.90(@types/node@20.14.9)': | ||||
|   '@git.zone/tstest@1.0.90(@types/node@22.5.2)': | ||||
|     dependencies: | ||||
|       '@api.global/typedserver': 3.0.50 | ||||
|       '@git.zone/tsbundle': 2.0.15 | ||||
|       '@git.zone/tsrun': 1.2.49(@types/node@20.14.9) | ||||
|       '@git.zone/tsrun': 1.2.49(@types/node@22.5.2) | ||||
|       '@push.rocks/consolecolor': 2.0.2 | ||||
|       '@push.rocks/smartbrowser': 2.0.6 | ||||
|       '@push.rocks/smartdelay': 3.0.5 | ||||
| @@ -3576,7 +3601,7 @@ snapshots: | ||||
|       '@push.rocks/smartlog': 3.0.7 | ||||
|       '@push.rocks/smartpromise': 4.0.4 | ||||
|       '@push.rocks/smartshell': 3.0.5 | ||||
|       '@push.rocks/tapbundle': 5.0.23 | ||||
|       '@push.rocks/tapbundle': 5.0.24 | ||||
|       '@types/ws': 8.5.10 | ||||
|       figures: 6.1.0 | ||||
|       ws: 8.17.1 | ||||
| @@ -3589,11 +3614,11 @@ snapshots: | ||||
|       - supports-color | ||||
|       - utf-8-validate | ||||
|  | ||||
|   '@git.zone/tswatch@2.0.23(@types/node@20.14.9)': | ||||
|   '@git.zone/tswatch@2.0.23(@types/node@22.5.2)': | ||||
|     dependencies: | ||||
|       '@api.global/typedserver': 3.0.50 | ||||
|       '@git.zone/tsbundle': 2.0.15 | ||||
|       '@git.zone/tsrun': 1.2.49(@types/node@20.14.9) | ||||
|       '@git.zone/tsrun': 1.2.49(@types/node@22.5.2) | ||||
|       '@push.rocks/early': 4.0.4 | ||||
|       '@push.rocks/lik': 6.0.15 | ||||
|       '@push.rocks/smartchok': 1.0.34 | ||||
| @@ -3640,6 +3665,8 @@ snapshots: | ||||
|  | ||||
|   '@lit-labs/ssr-dom-shim@1.2.0': {} | ||||
|  | ||||
|   '@lit-labs/ssr-dom-shim@1.2.1': {} | ||||
|  | ||||
|   '@lit/reactive-element@1.6.3': | ||||
|     dependencies: | ||||
|       '@lit-labs/ssr-dom-shim': 1.2.0 | ||||
| @@ -3657,7 +3684,7 @@ snapshots: | ||||
|       nopt: 5.0.0 | ||||
|       npmlog: 5.0.1 | ||||
|       rimraf: 3.0.2 | ||||
|       semver: 7.6.2 | ||||
|       semver: 7.6.3 | ||||
|       tar: 6.2.1 | ||||
|     transitivePeerDependencies: | ||||
|       - encoding | ||||
| @@ -3683,11 +3710,11 @@ snapshots: | ||||
|   '@open-wc/scoped-elements@3.0.5': | ||||
|     dependencies: | ||||
|       '@open-wc/dedupe-mixin': 1.4.0 | ||||
|       lit: 3.1.4 | ||||
|       lit: 3.2.0 | ||||
|  | ||||
|   '@open-wc/semantic-dom-diff@0.20.1': | ||||
|     dependencies: | ||||
|       '@types/chai': 4.3.16 | ||||
|       '@types/chai': 4.3.19 | ||||
|       '@web/test-runner-commands': 0.9.0 | ||||
|     transitivePeerDependencies: | ||||
|       - bufferutil | ||||
| @@ -3697,8 +3724,8 @@ snapshots: | ||||
|   '@open-wc/testing-helpers@3.0.1': | ||||
|     dependencies: | ||||
|       '@open-wc/scoped-elements': 3.0.5 | ||||
|       lit: 3.1.4 | ||||
|       lit-html: 3.1.4 | ||||
|       lit: 3.2.0 | ||||
|       lit-html: 3.2.0 | ||||
|  | ||||
|   '@open-wc/testing@4.0.0': | ||||
|     dependencies: | ||||
| @@ -3813,7 +3840,7 @@ snapshots: | ||||
|       '@push.rocks/smartpromise': 4.0.4 | ||||
|       tree-kill: 1.2.2 | ||||
|  | ||||
|   '@push.rocks/smartexpect@1.0.21': | ||||
|   '@push.rocks/smartexpect@1.2.1': | ||||
|     dependencies: | ||||
|       '@push.rocks/smartdelay': 3.0.5 | ||||
|       '@push.rocks/smartpromise': 4.0.4 | ||||
| @@ -3899,7 +3926,7 @@ snapshots: | ||||
|   '@push.rocks/smartlog-interfaces@3.0.2': | ||||
|     dependencies: | ||||
|       '@api.global/typedrequest-interfaces': 2.0.2 | ||||
|       '@tsclass/tsclass': 4.0.63 | ||||
|       '@tsclass/tsclass': 4.1.2 | ||||
|  | ||||
|   '@push.rocks/smartlog@3.0.7': | ||||
|     dependencies: | ||||
| @@ -3979,7 +4006,7 @@ snapshots: | ||||
|       '@push.rocks/smartpromise': 4.0.4 | ||||
|       '@push.rocks/smartpuppeteer': 2.0.2 | ||||
|       '@push.rocks/smartunique': 3.0.9 | ||||
|       '@tsclass/tsclass': 4.0.63 | ||||
|       '@tsclass/tsclass': 4.1.2 | ||||
|       '@types/express': 4.17.21 | ||||
|       express: 4.19.2 | ||||
|       pdf-lib: 1.17.1 | ||||
| @@ -4037,7 +4064,7 @@ snapshots: | ||||
|       '@push.rocks/smartxml': 1.0.8 | ||||
|       '@push.rocks/smartyaml': 2.0.5 | ||||
|       '@push.rocks/webrequest': 3.0.37 | ||||
|       '@tsclass/tsclass': 4.0.63 | ||||
|       '@tsclass/tsclass': 4.1.2 | ||||
|  | ||||
|   '@push.rocks/smartsocket@2.0.27': | ||||
|     dependencies: | ||||
| @@ -4134,13 +4161,13 @@ snapshots: | ||||
|       '@types/js-yaml': 3.12.10 | ||||
|       js-yaml: 3.14.1 | ||||
|  | ||||
|   '@push.rocks/tapbundle@5.0.23': | ||||
|   '@push.rocks/tapbundle@5.0.24': | ||||
|     dependencies: | ||||
|       '@open-wc/testing': 4.0.0 | ||||
|       '@push.rocks/consolecolor': 2.0.2 | ||||
|       '@push.rocks/smartdelay': 3.0.5 | ||||
|       '@push.rocks/smartenv': 5.0.12 | ||||
|       '@push.rocks/smartexpect': 1.0.21 | ||||
|       '@push.rocks/smartexpect': 1.2.1 | ||||
|       '@push.rocks/smartjson': 5.0.20 | ||||
|       '@push.rocks/smartpromise': 4.0.4 | ||||
|       '@push.rocks/smarttime': 4.0.8 | ||||
| @@ -4171,7 +4198,7 @@ snapshots: | ||||
|     dependencies: | ||||
|       '@pushrocks/smartdelay': 3.0.1 | ||||
|       '@pushrocks/smartpromise': 4.0.2 | ||||
|       '@tsclass/tsclass': 4.0.63 | ||||
|       '@tsclass/tsclass': 4.1.2 | ||||
|  | ||||
|   '@push.rocks/webstore@2.0.20': | ||||
|     dependencies: | ||||
| @@ -4347,9 +4374,9 @@ snapshots: | ||||
|     dependencies: | ||||
|       type-fest: 2.19.0 | ||||
|  | ||||
|   '@tsclass/tsclass@4.0.63': | ||||
|   '@tsclass/tsclass@4.1.2': | ||||
|     dependencies: | ||||
|       type-fest: 4.20.1 | ||||
|       type-fest: 4.26.0 | ||||
|  | ||||
|   '@tsconfig/node10@1.0.11': {} | ||||
|  | ||||
| @@ -4361,36 +4388,36 @@ snapshots: | ||||
|  | ||||
|   '@types/accepts@1.3.7': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/babel__code-frame@7.0.6': {} | ||||
|  | ||||
|   '@types/body-parser@1.19.5': | ||||
|     dependencies: | ||||
|       '@types/connect': 3.4.38 | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/buffer-json@2.0.3': {} | ||||
|  | ||||
|   '@types/chai-dom@1.11.3': | ||||
|     dependencies: | ||||
|       '@types/chai': 4.3.16 | ||||
|       '@types/chai': 4.3.19 | ||||
|  | ||||
|   '@types/chai@4.3.16': {} | ||||
|   '@types/chai@4.3.19': {} | ||||
|  | ||||
|   '@types/clean-css@4.2.11': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|       source-map: 0.6.1 | ||||
|  | ||||
|   '@types/co-body@6.1.3': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|       '@types/qs': 6.9.15 | ||||
|  | ||||
|   '@types/connect@3.4.38': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/content-disposition@0.5.8': {} | ||||
|  | ||||
| @@ -4403,11 +4430,11 @@ snapshots: | ||||
|       '@types/connect': 3.4.38 | ||||
|       '@types/express': 4.17.21 | ||||
|       '@types/keygrip': 1.0.6 | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/cors@2.8.17': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/debounce@1.2.4': {} | ||||
|  | ||||
| @@ -4419,7 +4446,7 @@ snapshots: | ||||
|  | ||||
|   '@types/express-serve-static-core@4.19.5': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|       '@types/qs': 6.9.15 | ||||
|       '@types/range-parser': 1.2.7 | ||||
|       '@types/send': 0.17.4 | ||||
| @@ -4433,17 +4460,17 @@ snapshots: | ||||
|  | ||||
|   '@types/from2@2.3.5': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/fs-extra@11.0.4': | ||||
|     dependencies: | ||||
|       '@types/jsonfile': 6.1.4 | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/glob@8.1.0': | ||||
|     dependencies: | ||||
|       '@types/minimatch': 5.1.2 | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/hast@3.0.4': | ||||
|     dependencies: | ||||
| @@ -4477,7 +4504,7 @@ snapshots: | ||||
|  | ||||
|   '@types/jsonfile@6.1.4': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/keygrip@1.0.6': {} | ||||
|  | ||||
| @@ -4494,7 +4521,7 @@ snapshots: | ||||
|       '@types/http-errors': 2.0.4 | ||||
|       '@types/keygrip': 1.0.6 | ||||
|       '@types/koa-compose': 3.2.8 | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/mdast@4.0.4': | ||||
|     dependencies: | ||||
| @@ -4510,9 +4537,9 @@ snapshots: | ||||
|  | ||||
|   '@types/ms@0.7.34': {} | ||||
|  | ||||
|   '@types/node@20.14.9': | ||||
|   '@types/node@22.5.2': | ||||
|     dependencies: | ||||
|       undici-types: 5.26.5 | ||||
|       undici-types: 6.19.8 | ||||
|  | ||||
|   '@types/parse5@6.0.3': {} | ||||
|  | ||||
| @@ -4529,17 +4556,17 @@ snapshots: | ||||
|   '@types/send@0.17.4': | ||||
|     dependencies: | ||||
|       '@types/mime': 1.3.5 | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/serve-static@1.15.7': | ||||
|     dependencies: | ||||
|       '@types/http-errors': 2.0.4 | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|       '@types/send': 0.17.4 | ||||
|  | ||||
|   '@types/sinon-chai@3.2.12': | ||||
|     dependencies: | ||||
|       '@types/chai': 4.3.16 | ||||
|       '@types/chai': 4.3.19 | ||||
|       '@types/sinon': 17.0.3 | ||||
|  | ||||
|   '@types/sinon@17.0.3': | ||||
| @@ -4552,7 +4579,7 @@ snapshots: | ||||
|  | ||||
|   '@types/through2@2.0.41': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/trusted-types@2.0.7': {} | ||||
|  | ||||
| @@ -4572,15 +4599,15 @@ snapshots: | ||||
|  | ||||
|   '@types/ws@7.4.7': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/ws@8.5.10': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|  | ||||
|   '@types/yauzl@2.10.3': | ||||
|     dependencies: | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|     optional: true | ||||
|  | ||||
|   '@ungap/structured-clone@1.2.0': {} | ||||
| @@ -4681,7 +4708,7 @@ snapshots: | ||||
|  | ||||
|   agent-base@6.0.2: | ||||
|     dependencies: | ||||
|       debug: 4.3.5 | ||||
|       debug: 4.3.6 | ||||
|     transitivePeerDependencies: | ||||
|       - supports-color | ||||
|  | ||||
| @@ -4719,7 +4746,7 @@ snapshots: | ||||
|       normalize-path: 3.0.0 | ||||
|       picomatch: 2.3.1 | ||||
|  | ||||
|   apexcharts@3.49.2: | ||||
|   apexcharts@3.53.0: | ||||
|     dependencies: | ||||
|       '@yr/monotone-cubic-spline': 1.0.3 | ||||
|       svg.draggable.js: 2.2.2 | ||||
| @@ -4758,7 +4785,7 @@ snapshots: | ||||
|  | ||||
|   asynckit@0.4.0: {} | ||||
|  | ||||
|   axe-core@4.9.1: {} | ||||
|   axe-core@4.10.0: {} | ||||
|  | ||||
|   bail@2.0.2: {} | ||||
|  | ||||
| @@ -4877,7 +4904,7 @@ snapshots: | ||||
|  | ||||
|   chai-a11y-axe@1.5.0: | ||||
|     dependencies: | ||||
|       axe-core: 4.9.1 | ||||
|       axe-core: 4.10.0 | ||||
|  | ||||
|   chalk@2.4.2: | ||||
|     dependencies: | ||||
| @@ -4928,7 +4955,7 @@ snapshots: | ||||
|     dependencies: | ||||
|       '@hapi/bourne': 3.0.0 | ||||
|       inflation: 2.1.0 | ||||
|       qs: 6.12.1 | ||||
|       qs: 6.13.0 | ||||
|       raw-body: 2.5.2 | ||||
|       type-is: 1.6.18 | ||||
|  | ||||
| @@ -5039,6 +5066,10 @@ snapshots: | ||||
|     dependencies: | ||||
|       ms: 2.1.2 | ||||
|  | ||||
|   debug@4.3.6: | ||||
|     dependencies: | ||||
|       ms: 2.1.2 | ||||
|  | ||||
|   decode-named-character-reference@1.0.2: | ||||
|     dependencies: | ||||
|       character-entities: 2.0.2 | ||||
| @@ -5147,7 +5178,7 @@ snapshots: | ||||
|     dependencies: | ||||
|       '@types/cookie': 0.4.1 | ||||
|       '@types/cors': 2.8.17 | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|       accepts: 1.3.8 | ||||
|       base64id: 2.0.0 | ||||
|       cookie: 0.4.2 | ||||
| @@ -5294,7 +5325,7 @@ snapshots: | ||||
|       '@nodelib/fs.walk': 1.2.8 | ||||
|       glob-parent: 5.1.2 | ||||
|       merge2: 1.4.1 | ||||
|       micromatch: 4.0.7 | ||||
|       micromatch: 4.0.8 | ||||
|  | ||||
|   fast-json-stable-stringify@2.1.0: {} | ||||
|  | ||||
| @@ -5452,7 +5483,7 @@ snapshots: | ||||
|       array-union: 2.1.0 | ||||
|       dir-glob: 3.0.1 | ||||
|       fast-glob: 3.3.2 | ||||
|       ignore: 5.3.1 | ||||
|       ignore: 5.3.2 | ||||
|       merge2: 1.4.1 | ||||
|       slash: 3.0.0 | ||||
|  | ||||
| @@ -5596,7 +5627,7 @@ snapshots: | ||||
|  | ||||
|   he@1.2.0: {} | ||||
|  | ||||
|   highlight.js@11.9.0: {} | ||||
|   highlight.js@11.10.0: {} | ||||
|  | ||||
|   html-escaper@2.0.2: {} | ||||
|  | ||||
| @@ -5650,7 +5681,7 @@ snapshots: | ||||
|   https-proxy-agent@5.0.1: | ||||
|     dependencies: | ||||
|       agent-base: 6.0.2 | ||||
|       debug: 4.3.5 | ||||
|       debug: 4.3.6 | ||||
|     transitivePeerDependencies: | ||||
|       - supports-color | ||||
|  | ||||
| @@ -5672,7 +5703,7 @@ snapshots: | ||||
|  | ||||
|   ieee754@1.2.1: {} | ||||
|  | ||||
|   ignore@5.3.1: {} | ||||
|   ignore@5.3.2: {} | ||||
|  | ||||
|   indent-string@5.0.0: {} | ||||
|  | ||||
| @@ -5822,7 +5853,7 @@ snapshots: | ||||
|  | ||||
|   koa-send@5.0.1: | ||||
|     dependencies: | ||||
|       debug: 4.3.5 | ||||
|       debug: 4.3.6 | ||||
|       http-errors: 1.8.1 | ||||
|       resolve-path: 1.4.0 | ||||
|     transitivePeerDependencies: | ||||
| @@ -5842,7 +5873,7 @@ snapshots: | ||||
|       content-disposition: 0.5.4 | ||||
|       content-type: 1.0.5 | ||||
|       cookies: 0.9.1 | ||||
|       debug: 4.3.5 | ||||
|       debug: 4.3.6 | ||||
|       delegates: 1.0.0 | ||||
|       depd: 2.0.0 | ||||
|       destroy: 1.2.0 | ||||
| @@ -5875,6 +5906,12 @@ snapshots: | ||||
|       '@lit/reactive-element': 2.0.4 | ||||
|       lit-html: 3.1.4 | ||||
|  | ||||
|   lit-element@4.1.0: | ||||
|     dependencies: | ||||
|       '@lit-labs/ssr-dom-shim': 1.2.1 | ||||
|       '@lit/reactive-element': 2.0.4 | ||||
|       lit-html: 3.2.0 | ||||
|  | ||||
|   lit-html@2.8.0: | ||||
|     dependencies: | ||||
|       '@types/trusted-types': 2.0.7 | ||||
| @@ -5883,6 +5920,10 @@ snapshots: | ||||
|     dependencies: | ||||
|       '@types/trusted-types': 2.0.7 | ||||
|  | ||||
|   lit-html@3.2.0: | ||||
|     dependencies: | ||||
|       '@types/trusted-types': 2.0.7 | ||||
|  | ||||
|   lit@2.8.0: | ||||
|     dependencies: | ||||
|       '@lit/reactive-element': 1.6.3 | ||||
| @@ -5895,6 +5936,12 @@ snapshots: | ||||
|       lit-element: 4.0.6 | ||||
|       lit-html: 3.1.4 | ||||
|  | ||||
|   lit@3.2.0: | ||||
|     dependencies: | ||||
|       '@lit/reactive-element': 2.0.4 | ||||
|       lit-element: 4.1.0 | ||||
|       lit-html: 3.2.0 | ||||
|  | ||||
|   locate-path@5.0.0: | ||||
|     dependencies: | ||||
|       p-locate: 4.1.0 | ||||
| @@ -5968,7 +6015,7 @@ snapshots: | ||||
|  | ||||
|   make-dir@4.0.0: | ||||
|     dependencies: | ||||
|       semver: 7.6.2 | ||||
|       semver: 7.6.3 | ||||
|  | ||||
|   make-error-cause@2.3.0: | ||||
|     dependencies: | ||||
| @@ -6320,7 +6367,7 @@ snapshots: | ||||
|     transitivePeerDependencies: | ||||
|       - supports-color | ||||
|  | ||||
|   micromatch@4.0.7: | ||||
|   micromatch@4.0.8: | ||||
|     dependencies: | ||||
|       braces: 3.0.3 | ||||
|       picomatch: 2.3.1 | ||||
| @@ -6374,7 +6421,7 @@ snapshots: | ||||
|  | ||||
|   mkdirp@1.0.4: {} | ||||
|  | ||||
|   monaco-editor@0.50.0: {} | ||||
|   monaco-editor@0.51.0: {} | ||||
|  | ||||
|   ms@2.0.0: {} | ||||
|  | ||||
| @@ -6542,7 +6589,7 @@ snapshots: | ||||
|     transitivePeerDependencies: | ||||
|       - supports-color | ||||
|  | ||||
|   pdfjs-dist@4.3.136: | ||||
|   pdfjs-dist@4.5.136: | ||||
|     optionalDependencies: | ||||
|       canvas: 2.11.2 | ||||
|       path2d: 0.2.1 | ||||
| @@ -6631,6 +6678,10 @@ snapshots: | ||||
|     dependencies: | ||||
|       side-channel: 1.0.6 | ||||
|  | ||||
|   qs@6.13.0: | ||||
|     dependencies: | ||||
|       side-channel: 1.0.6 | ||||
|  | ||||
|   queue-microtask@1.2.3: {} | ||||
|  | ||||
|   quick-lru@5.1.1: {} | ||||
| @@ -6774,7 +6825,7 @@ snapshots: | ||||
|  | ||||
|   semver@6.3.1: {} | ||||
|  | ||||
|   semver@7.6.2: {} | ||||
|   semver@7.6.3: {} | ||||
|  | ||||
|   send@0.18.0: | ||||
|     dependencies: | ||||
| @@ -7078,14 +7129,14 @@ snapshots: | ||||
|  | ||||
|   trough@2.2.0: {} | ||||
|  | ||||
|   ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2): | ||||
|   ts-node@10.9.2(@types/node@22.5.2)(typescript@5.5.2): | ||||
|     dependencies: | ||||
|       '@cspotcode/source-map-support': 0.8.1 | ||||
|       '@tsconfig/node10': 1.0.11 | ||||
|       '@tsconfig/node12': 1.0.11 | ||||
|       '@tsconfig/node14': 1.0.3 | ||||
|       '@tsconfig/node16': 1.0.4 | ||||
|       '@types/node': 20.14.9 | ||||
|       '@types/node': 22.5.2 | ||||
|       acorn: 8.12.0 | ||||
|       acorn-walk: 8.3.3 | ||||
|       arg: 4.1.3 | ||||
| @@ -7112,7 +7163,7 @@ snapshots: | ||||
|  | ||||
|   type-fest@2.19.0: {} | ||||
|  | ||||
|   type-fest@4.20.1: {} | ||||
|   type-fest@4.26.0: {} | ||||
|  | ||||
|   type-is@1.6.18: | ||||
|     dependencies: | ||||
| @@ -7140,7 +7191,7 @@ snapshots: | ||||
|       buffer: 5.7.1 | ||||
|       through: 2.3.8 | ||||
|  | ||||
|   undici-types@5.26.5: {} | ||||
|   undici-types@6.19.8: {} | ||||
|  | ||||
|   unified@11.0.5: | ||||
|     dependencies: | ||||
|   | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@design.estate/dees-catalog', | ||||
|   version: '1.1.6', | ||||
|   version: '1.1.7', | ||||
|   description: 'A library for building components and other projects' | ||||
| } | ||||
|   | ||||
| @@ -62,10 +62,10 @@ export class DeesSimpleAppDash extends DeesElement { | ||||
|       .appbar { | ||||
|         position: fixed; | ||||
|         top: 0; | ||||
|         height: 32px; | ||||
|         width: 100%; | ||||
|         background: ${cssManager.bdTheme('#eeeeeb', '#222')}; | ||||
|         border-bottom: 1px solid ${cssManager.bdTheme('#ccc', '#ffffff10')}; | ||||
|         height: calc(100% - 24px); | ||||
|         width: 200px; | ||||
|         background: ${cssManager.bdTheme('#eeeeeb', '#000')}; | ||||
|         border-right: 1px solid ${cssManager.bdTheme('#ccc', '#ffffff20')}; | ||||
|         font-size: 14px; | ||||
|         line-height: 32px; | ||||
|         font-family: 'Geist Sans', sans-serif; | ||||
| @@ -73,14 +73,15 @@ export class DeesSimpleAppDash extends DeesElement { | ||||
|         z-index: 2; | ||||
|         box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.8); | ||||
|         display: grid; | ||||
|         grid-template-columns: min-content 1fr auto; | ||||
|         grid-template-rows: min-content auto min-content; | ||||
|       } | ||||
|  | ||||
|       .appbar .viewTabs { | ||||
|         padding: 0px 16px; | ||||
|         margin-left: -8px; | ||||
|         margin-right: -8px; | ||||
|         display: flex; | ||||
|         flex-direction: row; | ||||
|         align-items: center; | ||||
|         flex-direction: column; | ||||
|         align-items: top; | ||||
|       } | ||||
|  | ||||
|       .viewTab { | ||||
| @@ -88,7 +89,7 @@ export class DeesSimpleAppDash extends DeesElement { | ||||
|       } | ||||
|  | ||||
|       .viewTab:hover { | ||||
|         background: ${cssManager.bdTheme(colors.bright.blue, colors.dark.blue)}; | ||||
|         background: ${cssManager.bdTheme('#ccc', '#ffffff10')}; | ||||
|         color: ${cssManager.bdTheme('#000', '#fff')}; | ||||
|       } | ||||
|  | ||||
| @@ -99,6 +100,7 @@ export class DeesSimpleAppDash extends DeesElement { | ||||
|  | ||||
|       .appName { | ||||
|         white-space: nowrap; | ||||
|         color: ${cssManager.bdTheme('#666', '#999')}; | ||||
|       } | ||||
|  | ||||
|       .appActions { | ||||
| @@ -114,10 +116,11 @@ export class DeesSimpleAppDash extends DeesElement { | ||||
|       .appcontent { | ||||
|         z-index: 1; | ||||
|         position: fixed; | ||||
|         top: 32px; | ||||
|         height: calc(100vh - 32px - 24px); | ||||
|         top: 0px; | ||||
|         right: 0px; | ||||
|         height: calc(100vh - 24px); | ||||
|         bottom: 24px; | ||||
|         width: 100%; | ||||
|         width: calc(100vw - 200px); | ||||
|         overflow: auto; | ||||
|         background: ${cssManager.bdTheme('#eeeeeb', '#000')}; | ||||
|         overscroll-behavior: contain; | ||||
| @@ -195,8 +198,8 @@ export class DeesSimpleAppDash extends DeesElement { | ||||
|     maincontainer.appendChild(terminal); | ||||
|     terminal.style.position = 'absolute'; | ||||
|     terminal.style.zIndex = '1'; | ||||
|     terminal.style.top = '32px'; | ||||
|     terminal.style.left = '0px'; | ||||
|     terminal.style.top = '0px'; | ||||
|     terminal.style.left = '200px'; | ||||
|     terminal.style.right = '0px'; | ||||
|     terminal.style.bottom = '24px'; | ||||
|     terminal.style.opacity = '0'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user