@anzusystems/common-admin 1.47.0-beta.21 → 1.47.0-beta.210
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.css +13 -0
- package/dist/common-admin.d.ts +17999 -0
- package/dist/common-admin.js +21682 -0
- package/dist/common-admin.js.map +1 -0
- package/dist/enum-ClUKfrD4.mjs +4367 -0
- package/dist/enum-ClUKfrD4.mjs.map +1 -0
- package/dist/index-8FWEjit1.mjs +17927 -0
- package/dist/index-8FWEjit1.mjs.map +1 -0
- package/dist/labs.d.ts +556 -0
- package/dist/labs.js +2497 -0
- package/dist/labs.js.map +1 -0
- package/dist/webfontloader-HLCK-BU_.mjs +452 -0
- package/dist/webfontloader-HLCK-BU_.mjs.map +1 -0
- package/package.json +69 -59
- package/dist/common-admin.es.d.ts +0 -11199
- package/dist/common-admin.es.js +0 -325
- package/dist/common-admin.es.js.map +0 -1
- package/dist/lib-CO4EISxz.js +0 -24185
- package/dist/lib-CO4EISxz.js.map +0 -1
- package/dist/style.css +0 -13
- package/dist/webfontloader-BDw-nW6M.js +0 -452
- package/dist/webfontloader-BDw-nW6M.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anzusystems/common-admin",
|
|
3
|
-
"packageManager": "yarn@4.
|
|
3
|
+
"packageManager": "yarn@4.9.2",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
7
7
|
"module": "./dist/common-admin.es.js",
|
|
8
|
-
"types": "./dist/common-admin.
|
|
8
|
+
"types": "./dist/common-admin.d.ts",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
|
-
"import": "./dist/common-admin.
|
|
11
|
+
"import": "./dist/common-admin.js",
|
|
12
|
+
"types": "./dist/common-admin.d.ts"
|
|
13
|
+
},
|
|
14
|
+
"./styles": "./dist/common-admin.css",
|
|
15
|
+
"./labs": {
|
|
16
|
+
"import": "./dist/labs.js",
|
|
17
|
+
"types": "./dist/labs.d.ts"
|
|
12
18
|
},
|
|
13
|
-
"./styles": "./dist/style.css",
|
|
14
19
|
"./*": "./*"
|
|
15
20
|
},
|
|
16
|
-
"version": "1.47.0-beta.
|
|
17
|
-
"type": "module",
|
|
21
|
+
"version": "1.47.0-beta.210",
|
|
18
22
|
"license": "Apache-2.0",
|
|
19
23
|
"scripts": {
|
|
20
24
|
"docs:dev": "vitepress dev docs",
|
|
@@ -29,9 +33,9 @@
|
|
|
29
33
|
"lib:build": "vite build --config vite.config.lib.ts",
|
|
30
34
|
"ci": "run-s --print-name lint:tsc lint:eslint lint:stylelint",
|
|
31
35
|
"lint": "yarn ci",
|
|
32
|
-
"lint:tsc": "vue-tsc --
|
|
33
|
-
"lint:eslint": "eslint
|
|
34
|
-
"lint:eslint:fix": "eslint
|
|
36
|
+
"lint:tsc": "NODE_OPTIONS=--max-old-space-size=4096 vue-tsc --build",
|
|
37
|
+
"lint:eslint": "eslint",
|
|
38
|
+
"lint:eslint:fix": "eslint --fix",
|
|
35
39
|
"lint:stylelint": "stylelint src/**/*.{scss,vue}",
|
|
36
40
|
"lint:stylelint:fix": "stylelint src/**/*.{scss,vue} --fix",
|
|
37
41
|
"lint:prettier": "prettier -c \"src/**/*.{ts,vue}\"",
|
|
@@ -40,72 +44,78 @@
|
|
|
40
44
|
},
|
|
41
45
|
"devDependencies": {
|
|
42
46
|
"@anzusystems/common-admin": "workspace:*",
|
|
43
|
-
"@intlify/unplugin-vue-i18n": "^
|
|
44
|
-
"@kyvg/vue3-notification": "^3.
|
|
47
|
+
"@intlify/unplugin-vue-i18n": "^6.0.8",
|
|
48
|
+
"@kyvg/vue3-notification": "^3.4.1",
|
|
45
49
|
"@mdi/font": "^7.4.47",
|
|
46
|
-
"@
|
|
47
|
-
"@shikijs/vitepress-twoslash": "^
|
|
48
|
-
"@stylistic/eslint-plugin": "^
|
|
49
|
-
"@tsconfig/
|
|
50
|
-
"@types/node": "^
|
|
50
|
+
"@sentry/vue": "^9.29.0",
|
|
51
|
+
"@shikijs/vitepress-twoslash": "^3.6.0",
|
|
52
|
+
"@stylistic/eslint-plugin": "^4.4.1",
|
|
53
|
+
"@tsconfig/node22": "^22.0.2",
|
|
54
|
+
"@types/node": "^22.15.32",
|
|
51
55
|
"@types/rusha": "^0.8.3",
|
|
52
56
|
"@types/sortablejs": "^1.15.8",
|
|
53
57
|
"@types/webfontloader": "^1.6.38",
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
56
|
-
"@vue/eslint-config-
|
|
57
|
-
"@vue/
|
|
58
|
-
"@vue/tsconfig": "^0.5.1",
|
|
58
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
59
|
+
"@vue/eslint-config-prettier": "^10.2.0",
|
|
60
|
+
"@vue/eslint-config-typescript": "^14.5.0",
|
|
61
|
+
"@vue/tsconfig": "0.7.0",
|
|
59
62
|
"@vuelidate/core": "^2.0.3",
|
|
60
63
|
"@vuelidate/validators": "^2.0.4",
|
|
61
|
-
"@vueuse/core": "^
|
|
62
|
-
"@vueuse/integrations": "^
|
|
63
|
-
"axios": "1.
|
|
64
|
+
"@vueuse/core": "^13.3.0",
|
|
65
|
+
"@vueuse/integrations": "^13.3.0",
|
|
66
|
+
"axios": "1.10.0",
|
|
64
67
|
"cropperjs": "^1.6.2",
|
|
65
|
-
"dayjs": "1.11.
|
|
66
|
-
"eslint": "
|
|
67
|
-
"eslint-plugin-vue": "
|
|
68
|
+
"dayjs": "1.11.13",
|
|
69
|
+
"eslint": "9.29.0",
|
|
70
|
+
"eslint-plugin-vue": "10.2.0",
|
|
68
71
|
"npm-run-all": "^4.1.5",
|
|
69
|
-
"pinia": "
|
|
70
|
-
"postcss": "^8.
|
|
71
|
-
"postcss-html": "^1.
|
|
72
|
-
"postcss-prefix-selector": "^1.
|
|
73
|
-
"prettier": "^3.
|
|
72
|
+
"pinia": "3.0.3",
|
|
73
|
+
"postcss": "^8.5.5",
|
|
74
|
+
"postcss-html": "^1.8.0",
|
|
75
|
+
"postcss-prefix-selector": "^2.1.1",
|
|
76
|
+
"prettier": "^3.5.3",
|
|
74
77
|
"rusha": "^0.8.14",
|
|
75
|
-
"sass": "^1.
|
|
76
|
-
"socket.io-client": "4.
|
|
77
|
-
"sortablejs": "^1.15.
|
|
78
|
-
"stylelint": "16.
|
|
79
|
-
"stylelint-config-recommended-vue": "^1.
|
|
80
|
-
"stylelint-config-standard-scss": "^
|
|
81
|
-
"typescript": "5.
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"vite
|
|
85
|
-
"vite-plugin-
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"vue
|
|
89
|
-
"vue-
|
|
90
|
-
"vue-
|
|
91
|
-
"
|
|
78
|
+
"sass": "^1.89.2",
|
|
79
|
+
"socket.io-client": "4.8.1",
|
|
80
|
+
"sortablejs": "^1.15.6",
|
|
81
|
+
"stylelint": "16.20.0",
|
|
82
|
+
"stylelint-config-recommended-vue": "^1.6.0",
|
|
83
|
+
"stylelint-config-standard-scss": "^15.0.1",
|
|
84
|
+
"typescript": "5.7.3",
|
|
85
|
+
"unplugin": "2.3.5",
|
|
86
|
+
"uuid": "^11.1.0",
|
|
87
|
+
"vite": "6.3.5",
|
|
88
|
+
"vite-plugin-dts": "4.5.4",
|
|
89
|
+
"vite-plugin-vuetify": "^2.1.1",
|
|
90
|
+
"vitepress": "1.6.3",
|
|
91
|
+
"vue": "3.5.16",
|
|
92
|
+
"vue-eslint-parser": "^10.1.3",
|
|
93
|
+
"vue-i18n": "11.1.5",
|
|
94
|
+
"vue-router": "4.5.1",
|
|
95
|
+
"vue-tsc": "2.2.10",
|
|
96
|
+
"vuetify": "3.8.9",
|
|
92
97
|
"webfontloader": "^1.6.28"
|
|
93
98
|
},
|
|
94
99
|
"peerDependencies": {
|
|
100
|
+
"@sentry/vue": "^9.15.0",
|
|
95
101
|
"@vuelidate/core": "2.0.3",
|
|
96
102
|
"@vuelidate/validators": "2.0.4",
|
|
97
|
-
"@vueuse/core": "
|
|
98
|
-
"@vueuse/integrations": "
|
|
99
|
-
"axios": "1.
|
|
100
|
-
"dayjs": "1.11.
|
|
101
|
-
"pinia": "
|
|
102
|
-
"socket.io-client": "4.
|
|
103
|
-
"
|
|
104
|
-
"vue
|
|
105
|
-
"vue-
|
|
106
|
-
"
|
|
103
|
+
"@vueuse/core": "13.3.0",
|
|
104
|
+
"@vueuse/integrations": "13.3.0",
|
|
105
|
+
"axios": "1.10.0",
|
|
106
|
+
"dayjs": "1.11.13",
|
|
107
|
+
"pinia": "3.0.3",
|
|
108
|
+
"socket.io-client": "4.8.1",
|
|
109
|
+
"unplugin": "2.3.5",
|
|
110
|
+
"vue": "3.5.16",
|
|
111
|
+
"vue-i18n": "11.1.5",
|
|
112
|
+
"vue-router": "4.5.1",
|
|
113
|
+
"vuetify": "3.8.9"
|
|
107
114
|
},
|
|
108
115
|
"peerDependenciesMeta": {
|
|
116
|
+
"@sentry/vue": {
|
|
117
|
+
"optional": true
|
|
118
|
+
},
|
|
109
119
|
"@vueuse/core": {
|
|
110
120
|
"optional": true
|
|
111
121
|
},
|