@anzusystems/common-admin 1.8.0 → 1.10.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/common-admin.es.d.ts +51 -5
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-05513f14.js → lib-7ed6c0e6.js} +1015 -1017
- package/dist/lib-7ed6c0e6.js.map +1 -0
- package/dist/{shortcut-buttons-flatpickr-25ac486a.js → shortcut-buttons-flatpickr-ad25b220.js} +2 -2
- package/dist/{shortcut-buttons-flatpickr-25ac486a.js.map → shortcut-buttons-flatpickr-ad25b220.js.map} +1 -1
- package/dist/style.css +1 -1
- package/dist/{webfontloader-430c3e01.js → webfontloader-6ef8b632.js} +2 -2
- package/dist/{webfontloader-430c3e01.js.map → webfontloader-6ef8b632.js.map} +1 -1
- package/package.json +15 -15
- package/dist/lib-05513f14.js.map +0 -1
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"./styles": "./dist/style.css",
|
|
14
14
|
"./*": "./*"
|
|
15
15
|
},
|
|
16
|
-
"version": "1.
|
|
16
|
+
"version": "1.10.0",
|
|
17
17
|
"type": "module",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"scripts": {
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"test": "exit 0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@intlify/unplugin-vue-i18n": "^0.12.
|
|
39
|
+
"@intlify/unplugin-vue-i18n": "^0.12.2",
|
|
40
40
|
"@kyvg/vue3-notification": "^2.9.1",
|
|
41
41
|
"@mdi/font": "^7.2.96",
|
|
42
42
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
43
|
-
"@types/node": "^18.
|
|
43
|
+
"@types/node": "^18.17.1",
|
|
44
44
|
"@types/webfontloader": "^1.6.35",
|
|
45
|
-
"@typescript-eslint/parser": "^
|
|
45
|
+
"@typescript-eslint/parser": "^6.2.0",
|
|
46
46
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
47
47
|
"@volar/vue-language-server": "1.6.5",
|
|
48
48
|
"@volar/vue-language-service": "^1.6.5",
|
|
49
|
-
"@vue/eslint-config-prettier": "^
|
|
49
|
+
"@vue/eslint-config-prettier": "^8.0.0",
|
|
50
50
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
51
51
|
"@vue/tsconfig": "0.1.3",
|
|
52
52
|
"@vuelidate/core": "^2.0.3",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@vueuse/integrations": "^10.2.1",
|
|
56
56
|
"axios": "^1.4.0",
|
|
57
57
|
"dayjs": "^1.11.9",
|
|
58
|
-
"eslint": "^8.
|
|
58
|
+
"eslint": "^8.45.0",
|
|
59
59
|
"eslint-plugin-vue": "^9.15.1",
|
|
60
60
|
"flatpickr": "^4.6.13",
|
|
61
61
|
"npm-run-all": "^4.1.5",
|
|
@@ -63,23 +63,23 @@
|
|
|
63
63
|
"postcss-html": "^1.5.0",
|
|
64
64
|
"postcss-prefix-selector": "^1.16.0",
|
|
65
65
|
"prettier": "^3.0.0",
|
|
66
|
-
"sass": "^1.
|
|
66
|
+
"sass": "^1.64.1",
|
|
67
67
|
"shortcut-buttons-flatpickr": "^0.4.0",
|
|
68
|
-
"stylelint": "^15.10.
|
|
69
|
-
"stylelint-config-recommended-vue": "^1.
|
|
68
|
+
"stylelint": "^15.10.2",
|
|
69
|
+
"stylelint-config-recommended-vue": "^1.5.0",
|
|
70
70
|
"stylelint-config-standard-scss": "^10.0.0",
|
|
71
71
|
"typescript": "4.9.5",
|
|
72
72
|
"uuid": "^9.0.0",
|
|
73
|
-
"vite": "^4.4.
|
|
74
|
-
"vite-plugin-dts": "^3.
|
|
73
|
+
"vite": "^4.4.7",
|
|
74
|
+
"vite-plugin-dts": "^3.3.1",
|
|
75
75
|
"vite-plugin-vuetify": "^1.0.2",
|
|
76
|
-
"vitepress": "1.0.0-beta.
|
|
76
|
+
"vitepress": "1.0.0-beta.6",
|
|
77
77
|
"vue": "^3.3.4",
|
|
78
78
|
"vue-flatpickr-component": "^11.0.3",
|
|
79
79
|
"vue-i18n": "^9.2.2",
|
|
80
80
|
"vue-router": "^4.2.4",
|
|
81
|
-
"vue-tsc": "1.8.
|
|
82
|
-
"vuetify": "3.3.
|
|
81
|
+
"vue-tsc": "1.8.6",
|
|
82
|
+
"vuetify": "3.3.10",
|
|
83
83
|
"webfontloader": "^1.6.28"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"vue": "3.3.4",
|
|
95
95
|
"vue-i18n": "9.2.2",
|
|
96
96
|
"vue-router": "4.2.4",
|
|
97
|
-
"vuetify": "3.3.
|
|
97
|
+
"vuetify": "3.3.10"
|
|
98
98
|
},
|
|
99
99
|
"peerDependenciesMeta": {
|
|
100
100
|
"@vueuse/core": {
|