@anzusystems/common-admin 1.40.0-alpha1 → 1.40.0-alpha10
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 +1173 -41
- package/dist/common-admin.es.js +259 -244
- package/dist/common-admin.es.js.map +1 -1
- package/dist/lib-pHo3e3P5.js +22511 -0
- package/dist/lib-pHo3e3P5.js.map +1 -0
- package/dist/{shortcut-buttons-flatpickr-VDAqc3Wj.js → shortcut-buttons-flatpickr-z4DbJjy2.js} +2 -2
- package/dist/{shortcut-buttons-flatpickr-VDAqc3Wj.js.map → shortcut-buttons-flatpickr-z4DbJjy2.js.map} +1 -1
- package/dist/style.css +9 -1
- package/dist/{webfontloader-IcUSkxlQ.js → webfontloader-JnJzBcfn.js} +2 -2
- package/dist/{webfontloader-IcUSkxlQ.js.map → webfontloader-JnJzBcfn.js.map} +1 -1
- package/package.json +13 -13
- package/dist/lib-jI94z8l9.js +0 -13874
- package/dist/lib-jI94z8l9.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anzusystems/common-admin",
|
|
3
|
-
"packageManager": "yarn@
|
|
3
|
+
"packageManager": "yarn@4.0.2",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"./styles": "./dist/style.css",
|
|
14
14
|
"./*": "./*"
|
|
15
15
|
},
|
|
16
|
-
"version": "1.40.0-
|
|
16
|
+
"version": "1.40.0-alpha10",
|
|
17
17
|
"type": "module",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"scripts": {
|
|
@@ -37,14 +37,15 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@intlify/unplugin-vue-i18n": "^1.5.0",
|
|
40
|
-
"@kyvg/vue3-notification": "^3.0
|
|
40
|
+
"@kyvg/vue3-notification": "^3.1.0",
|
|
41
41
|
"@mdi/font": "^7.3.67",
|
|
42
42
|
"@rushstack/eslint-patch": "^1.6.0",
|
|
43
|
-
"@types/node": "^20.10.
|
|
43
|
+
"@types/node": "^20.10.4",
|
|
44
|
+
"@types/rusha": "^0.8.3",
|
|
44
45
|
"@types/sortablejs": "^1.15.7",
|
|
45
46
|
"@types/webfontloader": "^1.6.38",
|
|
46
47
|
"@typescript-eslint/parser": "^6.13.2",
|
|
47
|
-
"@vitejs/plugin-vue": "^4.5.
|
|
48
|
+
"@vitejs/plugin-vue": "^4.5.2",
|
|
48
49
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
49
50
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
50
51
|
"@vue/language-server": "^1.8.25",
|
|
@@ -60,32 +61,31 @@
|
|
|
60
61
|
"eslint": "8.52.0",
|
|
61
62
|
"eslint-plugin-vue": "9.19.2",
|
|
62
63
|
"flatpickr": "^4.6.13",
|
|
63
|
-
"js-sha1": "^0.6.0",
|
|
64
64
|
"npm-run-all": "^4.1.5",
|
|
65
65
|
"pinia": "2.1.7",
|
|
66
66
|
"postcss": "^8.4.32",
|
|
67
67
|
"postcss-html": "^1.5.0",
|
|
68
68
|
"postcss-prefix-selector": "^1.16.0",
|
|
69
|
-
"prettier": "^3.1.
|
|
69
|
+
"prettier": "^3.1.1",
|
|
70
|
+
"rusha": "^0.8.14",
|
|
70
71
|
"sass": "^1.69.5",
|
|
71
72
|
"shortcut-buttons-flatpickr": "^0.4.0",
|
|
72
73
|
"sortablejs": "^1.15.1",
|
|
73
|
-
"stylelint": "
|
|
74
|
+
"stylelint": "15.11.0",
|
|
74
75
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
75
76
|
"stylelint-config-standard-scss": "^11.1.0",
|
|
76
77
|
"typescript": "4.9.5",
|
|
77
78
|
"uuid": "^9.0.1",
|
|
78
|
-
"vite": "
|
|
79
|
+
"vite": "5.0.7",
|
|
79
80
|
"vite-plugin-dts": "^3.6.4",
|
|
80
81
|
"vite-plugin-vuetify": "^1.0.2",
|
|
81
82
|
"vitepress": "1.0.0-rc.31",
|
|
82
|
-
"vue": "3.3.
|
|
83
|
-
"vue-cropperjs": "^5.0.0",
|
|
83
|
+
"vue": "3.3.11",
|
|
84
84
|
"vue-flatpickr-component": "^11.0.3",
|
|
85
85
|
"vue-i18n": "9.8.0",
|
|
86
86
|
"vue-router": "4.2.5",
|
|
87
87
|
"vue-tsc": "1.8.25",
|
|
88
|
-
"vuetify": "3.4.
|
|
88
|
+
"vuetify": "3.4.6",
|
|
89
89
|
"webfontloader": "^1.6.28"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"dayjs": "1.11.10",
|
|
98
98
|
"flatpickr": "4.6.13",
|
|
99
99
|
"pinia": "2.1.7",
|
|
100
|
-
"vue": "3.3.
|
|
100
|
+
"vue": "3.3.11",
|
|
101
101
|
"vue-i18n": "9.8.0",
|
|
102
102
|
"vue-router": "4.2.5",
|
|
103
103
|
"vuetify": "3.4.5"
|