@anzusystems/common-admin 1.2.0 → 1.4.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-70f500c8.js} +1956 -1940
- package/dist/lib-70f500c8.js.map +1 -0
- 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-1ae718f4.js} +2 -2
- package/dist/{shortcut-buttons-flatpickr-b2e63996.js.map → shortcut-buttons-flatpickr-1ae718f4.js.map} +1 -1
- package/dist/style.css +1 -1
- package/dist/{webfontloader-6c1d5ac2.js → webfontloader-86fe031b.js} +2 -2
- package/dist/{webfontloader-6c1d5ac2.js.map → webfontloader-86fe031b.js.map} +1 -1
- package/package.json +17 -17
- package/dist/lib-c0db4ee3.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.4.0",
|
|
17
17
|
"type": "module",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"scripts": {
|
|
@@ -39,31 +39,31 @@
|
|
|
39
39
|
"@intlify/unplugin-vue-i18n": "^0.11.0",
|
|
40
40
|
"@kyvg/vue3-notification": "^2.9.1",
|
|
41
41
|
"@mdi/font": "^7.2.96",
|
|
42
|
-
"@rushstack/eslint-patch": "^1.3.
|
|
43
|
-
"@types/node": "^18.16.
|
|
42
|
+
"@rushstack/eslint-patch": "^1.3.2",
|
|
43
|
+
"@types/node": "^18.16.18",
|
|
44
44
|
"@types/webfontloader": "^1.6.35",
|
|
45
|
-
"@typescript-eslint/parser": "^5.
|
|
45
|
+
"@typescript-eslint/parser": "^5.60.0",
|
|
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",
|
|
49
49
|
"@vue/tsconfig": "0.1.3",
|
|
50
50
|
"@vuelidate/core": "^2.0.2",
|
|
51
51
|
"@vuelidate/validators": "^2.0.2",
|
|
52
|
-
"@vueuse/core": "^10.
|
|
53
|
-
"@vueuse/integrations": "^10.
|
|
52
|
+
"@vueuse/core": "^10.2.0",
|
|
53
|
+
"@vueuse/integrations": "^10.2.0",
|
|
54
54
|
"axios": "^1.4.0",
|
|
55
55
|
"dayjs": "^1.11.8",
|
|
56
|
-
"eslint": "^8.
|
|
57
|
-
"eslint-plugin-vue": "^9.
|
|
56
|
+
"eslint": "^8.43.0",
|
|
57
|
+
"eslint-plugin-vue": "^9.15.1",
|
|
58
58
|
"flatpickr": "^4.6.13",
|
|
59
59
|
"npm-run-all": "^4.1.5",
|
|
60
|
-
"pinia": "^2.1.
|
|
60
|
+
"pinia": "^2.1.4",
|
|
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.6",
|
|
65
65
|
"shortcut-buttons-flatpickr": "^0.4.0",
|
|
66
|
-
"stylelint": "^15.
|
|
66
|
+
"stylelint": "^15.9.0",
|
|
67
67
|
"stylelint-config-recommended-vue": "^1.4.0",
|
|
68
68
|
"stylelint-config-standard-scss": "^9.0.0",
|
|
69
69
|
"typescript": "4.9.5",
|
|
@@ -71,20 +71,20 @@
|
|
|
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.3",
|
|
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
|
-
"vue-tsc": "1.
|
|
80
|
-
"vuetify": "3.3.
|
|
79
|
+
"vue-tsc": "1.8.1",
|
|
80
|
+
"vuetify": "3.3.5",
|
|
81
81
|
"webfontloader": "^1.6.28"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@vuelidate/core": "2.0.2",
|
|
85
85
|
"@vuelidate/validators": "2.0.2",
|
|
86
|
-
"@vueuse/core": "10.
|
|
87
|
-
"@vueuse/integrations": "10.
|
|
86
|
+
"@vueuse/core": "10.2.0",
|
|
87
|
+
"@vueuse/integrations": "10.2.0",
|
|
88
88
|
"axios": "1.4.0",
|
|
89
89
|
"dayjs": "1.11.8",
|
|
90
90
|
"flatpickr": "4.6.13",
|
|
@@ -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.5"
|
|
96
96
|
},
|
|
97
97
|
"peerDependenciesMeta": {
|
|
98
98
|
"@vueuse/core": {
|