@anzusystems/common-admin 1.22.0 → 1.23.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.
|
@@ -6373,6 +6373,10 @@ export declare type PluginOptions<T extends AclValue = AclValue> = {
|
|
|
6373
6373
|
image?: CommonAdminImageOptions;
|
|
6374
6374
|
};
|
|
6375
6375
|
|
|
6376
|
+
export declare type Prettify<T> = {
|
|
6377
|
+
[K in keyof T]: T[K];
|
|
6378
|
+
} & {};
|
|
6379
|
+
|
|
6376
6380
|
export declare const prettyBytes: (bytes: number, decimals?: number) => string;
|
|
6377
6381
|
|
|
6378
6382
|
declare type Prev = [never, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ...0[]];
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"./styles": "./dist/style.css",
|
|
14
14
|
"./*": "./*"
|
|
15
15
|
},
|
|
16
|
-
"version": "1.
|
|
16
|
+
"version": "1.23.0",
|
|
17
17
|
"type": "module",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"scripts": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@kyvg/vue3-notification": "^3.0.2",
|
|
41
41
|
"@mdi/font": "^7.2.96",
|
|
42
42
|
"@rushstack/eslint-patch": "^1.4.0",
|
|
43
|
-
"@types/node": "^18.17.
|
|
43
|
+
"@types/node": "^18.17.19",
|
|
44
44
|
"@types/sortablejs": "^1.15.2",
|
|
45
45
|
"@types/webfontloader": "^1.6.35",
|
|
46
46
|
"@typescript-eslint/parser": "^6.7.2",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@vueuse/integrations": "^10.4.1",
|
|
57
57
|
"axios": "^1.5.0",
|
|
58
58
|
"dayjs": "1.11.10",
|
|
59
|
-
"eslint": "^8.
|
|
59
|
+
"eslint": "^8.50.0",
|
|
60
60
|
"eslint-plugin-vue": "9.17.0",
|
|
61
61
|
"flatpickr": "^4.6.13",
|
|
62
62
|
"npm-run-all": "^4.1.5",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"postcss-html": "^1.5.0",
|
|
65
65
|
"postcss-prefix-selector": "^1.16.0",
|
|
66
66
|
"prettier": "^3.0.3",
|
|
67
|
-
"sass": "^1.
|
|
67
|
+
"sass": "^1.68.0",
|
|
68
68
|
"shortcut-buttons-flatpickr": "^0.4.0",
|
|
69
69
|
"sortablejs": "^1.15.0",
|
|
70
70
|
"stylelint": "^15.10.3",
|
|
@@ -73,14 +73,14 @@
|
|
|
73
73
|
"typescript": "4.9.5",
|
|
74
74
|
"uuid": "^9.0.1",
|
|
75
75
|
"vite": "^4.4.9",
|
|
76
|
-
"vite-plugin-dts": "^3.5.
|
|
76
|
+
"vite-plugin-dts": "^3.5.4",
|
|
77
77
|
"vite-plugin-vuetify": "^1.0.2",
|
|
78
|
-
"vitepress": "1.0.0-rc.
|
|
78
|
+
"vitepress": "1.0.0-rc.20",
|
|
79
79
|
"vue": "^3.3.4",
|
|
80
80
|
"vue-flatpickr-component": "^11.0.3",
|
|
81
81
|
"vue-i18n": "9.4.1",
|
|
82
|
-
"vue-router": "
|
|
83
|
-
"vue-tsc": "1.8.
|
|
82
|
+
"vue-router": "4.2.5",
|
|
83
|
+
"vue-tsc": "1.8.13",
|
|
84
84
|
"vuetify": "3.3.17",
|
|
85
85
|
"webfontloader": "^1.6.28"
|
|
86
86
|
},
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"pinia": "^2.1.6",
|
|
96
96
|
"vue": "3.3.4",
|
|
97
97
|
"vue-i18n": "9.4.0",
|
|
98
|
-
"vue-router": "4.2.
|
|
98
|
+
"vue-router": "4.2.5",
|
|
99
99
|
"vuetify": "3.3.17"
|
|
100
100
|
},
|
|
101
101
|
"peerDependenciesMeta": {
|