@anzusystems/common-admin 1.40.0-alpha3 → 1.40.0-alpha31
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 +2435 -321
- package/dist/common-admin.es.js +291 -239
- package/dist/lib-UFyNKhDf.js +26586 -0
- package/dist/lib-UFyNKhDf.js.map +1 -0
- package/dist/{shortcut-buttons-flatpickr-725c1e1b.js → shortcut-buttons-flatpickr-JYE8O9pk.js} +2 -2
- package/dist/{shortcut-buttons-flatpickr-725c1e1b.js.map → shortcut-buttons-flatpickr-JYE8O9pk.js.map} +1 -1
- package/dist/style.css +2 -2
- package/dist/{webfontloader-9cf548f6.js → webfontloader-7lOXRoIC.js} +2 -2
- package/dist/{webfontloader-9cf548f6.js.map → webfontloader-7lOXRoIC.js.map} +1 -1
- package/package.json +39 -36
- package/dist/lib-dc36eeba.js +0 -21678
- package/dist/lib-dc36eeba.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-alpha31",
|
|
17
17
|
"type": "module",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"scripts": {
|
|
@@ -36,71 +36,74 @@
|
|
|
36
36
|
"test": "exit 0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@intlify/unplugin-vue-i18n": "^
|
|
40
|
-
"@kyvg/vue3-notification": "^3.
|
|
41
|
-
"@mdi/font": "^7.
|
|
42
|
-
"@rushstack/eslint-patch": "^1.6.
|
|
43
|
-
"@
|
|
39
|
+
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
|
40
|
+
"@kyvg/vue3-notification": "^3.1.3",
|
|
41
|
+
"@mdi/font": "^7.4.47",
|
|
42
|
+
"@rushstack/eslint-patch": "^1.6.1",
|
|
43
|
+
"@stylistic/eslint-plugin": "^1.5.1",
|
|
44
|
+
"@tsconfig/node18": "^18.2.2",
|
|
45
|
+
"@types/node": "^20.10.5",
|
|
46
|
+
"@types/rusha": "^0.8.3",
|
|
44
47
|
"@types/sortablejs": "^1.15.7",
|
|
45
48
|
"@types/webfontloader": "^1.6.38",
|
|
46
|
-
"@typescript-eslint/parser": "^6.
|
|
47
|
-
"@vitejs/plugin-vue": "^
|
|
48
|
-
"@vue/eslint-config-prettier": "^
|
|
49
|
+
"@typescript-eslint/parser": "^6.16.0",
|
|
50
|
+
"@vitejs/plugin-vue": "^5.0.1",
|
|
51
|
+
"@vue/eslint-config-prettier": "^9.0.0",
|
|
49
52
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
50
|
-
"@vue/language-server": "^1.8.
|
|
51
|
-
"@vue/language-service": "^1.8.
|
|
52
|
-
"@vue/tsconfig": "0.1
|
|
53
|
+
"@vue/language-server": "^1.8.27",
|
|
54
|
+
"@vue/language-service": "^1.8.27",
|
|
55
|
+
"@vue/tsconfig": "^0.5.1",
|
|
53
56
|
"@vuelidate/core": "^2.0.3",
|
|
54
57
|
"@vuelidate/validators": "^2.0.4",
|
|
55
|
-
"@vueuse/core": "^10.7.
|
|
56
|
-
"@vueuse/integrations": "^10.7.
|
|
57
|
-
"axios": "1.6.
|
|
58
|
+
"@vueuse/core": "^10.7.1",
|
|
59
|
+
"@vueuse/integrations": "^10.7.1",
|
|
60
|
+
"axios": "1.6.3",
|
|
58
61
|
"cropperjs": "^1.6.1",
|
|
59
62
|
"dayjs": "1.11.10",
|
|
60
|
-
"eslint": "8.
|
|
63
|
+
"eslint": "8.56.0",
|
|
61
64
|
"eslint-plugin-vue": "9.19.2",
|
|
62
65
|
"flatpickr": "^4.6.13",
|
|
63
|
-
"js-sha1": "^0.6.0",
|
|
64
66
|
"npm-run-all": "^4.1.5",
|
|
65
67
|
"pinia": "2.1.7",
|
|
66
68
|
"postcss": "^8.4.32",
|
|
67
69
|
"postcss-html": "^1.5.0",
|
|
68
70
|
"postcss-prefix-selector": "^1.16.0",
|
|
69
|
-
"prettier": "^3.1.
|
|
70
|
-
"
|
|
71
|
+
"prettier": "^3.1.1",
|
|
72
|
+
"rusha": "^0.8.14",
|
|
73
|
+
"sass": "^1.69.6",
|
|
71
74
|
"shortcut-buttons-flatpickr": "^0.4.0",
|
|
75
|
+
"socket.io-client": "^4.7.2",
|
|
72
76
|
"sortablejs": "^1.15.1",
|
|
73
|
-
"stylelint": "
|
|
77
|
+
"stylelint": "16.1.0",
|
|
74
78
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
75
|
-
"stylelint-config-standard-scss": "^
|
|
76
|
-
"typescript": "
|
|
79
|
+
"stylelint-config-standard-scss": "^12.0.0",
|
|
80
|
+
"typescript": "5.3.3",
|
|
77
81
|
"uuid": "^9.0.1",
|
|
78
|
-
"vite": "
|
|
79
|
-
"vite-plugin-dts": "^3.
|
|
80
|
-
"vite-plugin-vuetify": "^
|
|
81
|
-
"vitepress": "1.0.0-rc.
|
|
82
|
-
"vue": "3.
|
|
83
|
-
"vue-cropperjs": "^5.0.0",
|
|
82
|
+
"vite": "5.0.10",
|
|
83
|
+
"vite-plugin-dts": "^3.7.0",
|
|
84
|
+
"vite-plugin-vuetify": "^2.0.1",
|
|
85
|
+
"vitepress": "1.0.0-rc.33",
|
|
86
|
+
"vue": "3.4.0",
|
|
84
87
|
"vue-flatpickr-component": "^11.0.3",
|
|
85
88
|
"vue-i18n": "9.8.0",
|
|
86
89
|
"vue-router": "4.2.5",
|
|
87
|
-
"vue-tsc": "1.8.
|
|
88
|
-
"vuetify": "3.4.
|
|
90
|
+
"vue-tsc": "1.8.27",
|
|
91
|
+
"vuetify": "3.4.9",
|
|
89
92
|
"webfontloader": "^1.6.28"
|
|
90
93
|
},
|
|
91
94
|
"peerDependencies": {
|
|
92
95
|
"@vuelidate/core": "2.0.3",
|
|
93
96
|
"@vuelidate/validators": "2.0.4",
|
|
94
|
-
"@vueuse/core": "10.7.
|
|
95
|
-
"@vueuse/integrations": "10.7.
|
|
96
|
-
"axios": "1.6.
|
|
97
|
+
"@vueuse/core": "10.7.1",
|
|
98
|
+
"@vueuse/integrations": "10.7.1",
|
|
99
|
+
"axios": "1.6.3",
|
|
97
100
|
"dayjs": "1.11.10",
|
|
98
101
|
"flatpickr": "4.6.13",
|
|
99
102
|
"pinia": "2.1.7",
|
|
100
|
-
"vue": "3.
|
|
103
|
+
"vue": "3.4.0",
|
|
101
104
|
"vue-i18n": "9.8.0",
|
|
102
105
|
"vue-router": "4.2.5",
|
|
103
|
-
"vuetify": "3.4.
|
|
106
|
+
"vuetify": "3.4.9"
|
|
104
107
|
},
|
|
105
108
|
"peerDependenciesMeta": {
|
|
106
109
|
"@vueuse/core": {
|