@wisemen/vue-core-custom-views 0.3.0 → 0.3.2
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/index.js +2 -2
- package/package.json +16 -16
package/dist/index.js
CHANGED
|
@@ -131,7 +131,7 @@ var k = {
|
|
|
131
131
|
PURPLE: "purple",
|
|
132
132
|
RED: "red",
|
|
133
133
|
YELLOW: "yellow"
|
|
134
|
-
}, Pt = new Map([
|
|
134
|
+
}, Pt = /* @__PURE__ */ new Map([
|
|
135
135
|
[k.DEFAULT, "var(--fg-secondary)"],
|
|
136
136
|
[k.PURPLE, "oklch(0.44 0.17 287)"],
|
|
137
137
|
[k.CYAN, "oklch(0.71 0.12 213)"],
|
|
@@ -217,7 +217,7 @@ var It = /* @__PURE__ */ l({
|
|
|
217
217
|
UNLOCK: "unlock",
|
|
218
218
|
USER: "user",
|
|
219
219
|
ZAP: "zap"
|
|
220
|
-
}, Lt = new Map([
|
|
220
|
+
}, Lt = /* @__PURE__ */ new Map([
|
|
221
221
|
[A.LAYERS, Ke],
|
|
222
222
|
[A.ACTIVITY, Te],
|
|
223
223
|
[A.ALERT_TRIANGLE, Ee],
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "0.3.
|
|
7
|
+
"version": "0.3.2",
|
|
8
8
|
"private": false,
|
|
9
9
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
10
10
|
"repository": {
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
"@tanstack/vue-hotkeys": "^0.10.0",
|
|
39
39
|
"@vueuse/core": "14.1.0",
|
|
40
40
|
"@vueuse/router": "14.1.0",
|
|
41
|
-
"@wisemen/vue-core-actions": ">=0.2.0",
|
|
42
|
-
"@wisemen/vue-core-design-system": ">=1.5.0",
|
|
43
|
-
"@wisemen/vue-core-filters": ">=9.0.1",
|
|
44
|
-
"@wisemen/vue-core-icons": ">=0.0.2",
|
|
45
|
-
"@wisemen/vue-core-utils": ">=0.1.0",
|
|
46
|
-
"formango": "^3.2.4",
|
|
47
41
|
"reka-ui": "^2.9.7",
|
|
48
42
|
"tailwindcss": "4.1.18",
|
|
49
43
|
"vue": "^3.5.27",
|
|
50
44
|
"vue-draggable-plus": "^0.6.1",
|
|
51
45
|
"vue-i18n": "^11.2.8",
|
|
52
|
-
"vue-router": "^4.6.4"
|
|
46
|
+
"vue-router": "^4.6.4",
|
|
47
|
+
"@wisemen/vue-core-design-system": "^1.9.1",
|
|
48
|
+
"@wisemen/vue-core-filters": "^9.0.2",
|
|
49
|
+
"@wisemen/vue-core-utils": "^0.1.1",
|
|
50
|
+
"@wisemen/vue-core-icons": "^0.0.3",
|
|
51
|
+
"formango": "^3.2.5",
|
|
52
|
+
"@wisemen/vue-core-actions": "^0.2.1"
|
|
53
53
|
},
|
|
54
54
|
"peerDependenciesMeta": {
|
|
55
55
|
"@wisemen/vue-core-filters": {
|
|
@@ -65,14 +65,12 @@
|
|
|
65
65
|
"@vue/tsconfig": "0.8.1",
|
|
66
66
|
"@vueuse/core": "14.1.0",
|
|
67
67
|
"@vueuse/router": "14.1.0",
|
|
68
|
-
"@wisemen/vue-core-dates": "^0.0.2",
|
|
69
68
|
"eslint": "9.39.4",
|
|
70
|
-
"formango": "^3.2.4",
|
|
71
69
|
"reka-ui": "2.9.7",
|
|
72
70
|
"tailwindcss": "4.1.18",
|
|
73
71
|
"temporal-polyfill": "^0.3.0",
|
|
74
72
|
"typescript": "5.9.3",
|
|
75
|
-
"vite": "8.0
|
|
73
|
+
"vite": "^8.1.0",
|
|
76
74
|
"vite-plugin-dts": "4.5.4",
|
|
77
75
|
"vitest": "4.1.0",
|
|
78
76
|
"vue": "3.5.27",
|
|
@@ -81,13 +79,15 @@
|
|
|
81
79
|
"vue-router": "^4.6.4",
|
|
82
80
|
"vue-tsc": "3.2.2",
|
|
83
81
|
"zod": "4.3.5",
|
|
84
|
-
"@wisemen/vue-core-actions": "0.2.0",
|
|
85
82
|
"@wisemen/eslint-config-vue": "2.1.4",
|
|
86
|
-
"@wisemen/vue-core-
|
|
87
|
-
"@wisemen/vue-core-design-system": "1.
|
|
83
|
+
"@wisemen/vue-core-actions": "0.2.1",
|
|
84
|
+
"@wisemen/vue-core-design-system": "1.9.1",
|
|
85
|
+
"@wisemen/vue-core-filters": "9.0.2",
|
|
86
|
+
"@wisemen/vue-core-icons": "0.0.3",
|
|
87
|
+
"@wisemen/vue-core-dates": "1.0.2",
|
|
88
88
|
"@wisemen/vue-core-tailwind-config": "0.0.5",
|
|
89
|
-
"
|
|
90
|
-
"@wisemen/vue-core-utils": "0.1.
|
|
89
|
+
"formango": "3.2.5",
|
|
90
|
+
"@wisemen/vue-core-utils": "0.1.1"
|
|
91
91
|
},
|
|
92
92
|
"scripts": {
|
|
93
93
|
"build": "vite build",
|