@anzusystems/common-admin 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android-chrome-192x192.png +0 -0
- package/dist/android-chrome-512x512.png +0 -0
- package/dist/apple-touch-icon.png +0 -0
- package/dist/common-admin.es.d.ts +11 -0
- package/dist/common-admin.es.js +1 -1
- package/dist/favicon-16x16.png +0 -0
- package/dist/favicon-32x32.png +0 -0
- package/dist/favicon.ico +0 -0
- package/dist/{lib-c0db4ee3.js → lib-ed49e39b.js} +662 -661
- package/dist/{lib-c0db4ee3.js.map → lib-ed49e39b.js.map} +1 -1
- package/dist/mstile-144x144.png +0 -0
- package/dist/mstile-150x150.png +0 -0
- package/dist/mstile-310x150.png +0 -0
- package/dist/mstile-310x310.png +0 -0
- package/dist/mstile-70x70.png +0 -0
- package/dist/{shortcut-buttons-flatpickr-b2e63996.js → shortcut-buttons-flatpickr-db8e3ae3.js} +2 -2
- package/dist/{shortcut-buttons-flatpickr-b2e63996.js.map → shortcut-buttons-flatpickr-db8e3ae3.js.map} +1 -1
- package/dist/style.css +1 -1
- package/dist/{webfontloader-6c1d5ac2.js → webfontloader-ee874fb0.js} +2 -2
- package/dist/{webfontloader-6c1d5ac2.js.map → webfontloader-ee874fb0.js.map} +1 -1
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"./styles": "./dist/style.css",
|
|
14
14
|
"./*": "./*"
|
|
15
15
|
},
|
|
16
|
-
"version": "1.
|
|
16
|
+
"version": "1.3.0",
|
|
17
17
|
"type": "module",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"scripts": {
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"@kyvg/vue3-notification": "^2.9.1",
|
|
41
41
|
"@mdi/font": "^7.2.96",
|
|
42
42
|
"@rushstack/eslint-patch": "^1.3.1",
|
|
43
|
-
"@types/node": "^18.16.
|
|
43
|
+
"@types/node": "^18.16.18",
|
|
44
44
|
"@types/webfontloader": "^1.6.35",
|
|
45
|
-
"@typescript-eslint/parser": "^5.59.
|
|
45
|
+
"@typescript-eslint/parser": "^5.59.11",
|
|
46
46
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
47
47
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
48
48
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"postcss-html": "^1.5.0",
|
|
62
62
|
"postcss-prefix-selector": "^1.16.0",
|
|
63
63
|
"prettier": "^2.8.8",
|
|
64
|
-
"sass": "^1.63.
|
|
64
|
+
"sass": "^1.63.4",
|
|
65
65
|
"shortcut-buttons-flatpickr": "^0.4.0",
|
|
66
66
|
"stylelint": "^15.7.0",
|
|
67
67
|
"stylelint-config-recommended-vue": "^1.4.0",
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
"vite": "^4.3.9",
|
|
72
72
|
"vite-plugin-dts": "^2.3.0",
|
|
73
73
|
"vite-plugin-vuetify": "^1.0.2",
|
|
74
|
-
"vitepress": "
|
|
74
|
+
"vitepress": "1.0.0-beta.2",
|
|
75
75
|
"vue": "^3.3.4",
|
|
76
76
|
"vue-flatpickr-component": "^11.0.3",
|
|
77
77
|
"vue-i18n": "^9.2.2",
|
|
78
78
|
"vue-router": "^4.2.2",
|
|
79
79
|
"vue-tsc": "1.6.5",
|
|
80
|
-
"vuetify": "3.3.
|
|
80
|
+
"vuetify": "3.3.4",
|
|
81
81
|
"webfontloader": "^1.6.28"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"vue": "3.3.4",
|
|
93
93
|
"vue-i18n": "9.2.2",
|
|
94
94
|
"vue-router": "4.2.2",
|
|
95
|
-
"vuetify": "3.3.
|
|
95
|
+
"vuetify": "3.3.4"
|
|
96
96
|
},
|
|
97
97
|
"peerDependenciesMeta": {
|
|
98
98
|
"@vueuse/core": {
|