@public-ui/vue 3.0.8-rc.0 → 3.0.8-rc.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/README.md +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +6 -6
package/README.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -107,6 +107,7 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
|
|
|
107
107
|
"_variant"
|
|
108
108
|
]);
|
|
109
109
|
const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
|
|
110
|
+
"_color",
|
|
110
111
|
"_src",
|
|
111
112
|
"_label"
|
|
112
113
|
]);
|
|
@@ -188,6 +189,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
188
189
|
"_msg",
|
|
189
190
|
"_name",
|
|
190
191
|
"_on",
|
|
192
|
+
"_hideClearButton",
|
|
191
193
|
"_suggestions",
|
|
192
194
|
"_required",
|
|
193
195
|
"_shortKey",
|
package/dist/index.mjs
CHANGED
|
@@ -105,6 +105,7 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
|
|
|
105
105
|
"_variant"
|
|
106
106
|
]);
|
|
107
107
|
const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
|
|
108
|
+
"_color",
|
|
108
109
|
"_src",
|
|
109
110
|
"_label"
|
|
110
111
|
]);
|
|
@@ -186,6 +187,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
186
187
|
"_msg",
|
|
187
188
|
"_name",
|
|
188
189
|
"_on",
|
|
190
|
+
"_hideClearButton",
|
|
189
191
|
"_suggestions",
|
|
190
192
|
"_required",
|
|
191
193
|
"_shortKey",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "3.0.8-rc.
|
|
3
|
+
"version": "3.0.8-rc.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"vue"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@babel/types": "7.28.
|
|
48
|
+
"@babel/types": "7.28.5",
|
|
49
49
|
"@types/minimatch": "6.0.0",
|
|
50
50
|
"@types/minimist": "1.2.5",
|
|
51
51
|
"@types/normalize-package-data": "2.4.4",
|
|
52
52
|
"typescript": "5.9.3",
|
|
53
53
|
"unbuild": "3.6.1",
|
|
54
|
-
"vue": "3.5.
|
|
55
|
-
"@public-ui/components": "3.0.8-rc.
|
|
54
|
+
"vue": "3.5.25",
|
|
55
|
+
"@public-ui/components": "3.0.8-rc.2"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"vue": "^3.5.
|
|
59
|
-
"@public-ui/components": "3.0.8-rc.
|
|
58
|
+
"vue": "^3.5.24",
|
|
59
|
+
"@public-ui/components": "3.0.8-rc.2"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|