@public-ui/vue 4.1.4-rc.6 → 4.1.5-rc.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.
- package/dist/index.cjs +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -200,6 +200,7 @@ const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
|
200
200
|
]);
|
|
201
201
|
const KolDialog = /* @__PURE__ */ defineContainer("kol-dialog", void 0, [
|
|
202
202
|
"_label",
|
|
203
|
+
"_level",
|
|
203
204
|
"_on",
|
|
204
205
|
"_width",
|
|
205
206
|
"_variant"
|
|
@@ -209,6 +210,7 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
|
209
210
|
"_align",
|
|
210
211
|
"_hasCloser",
|
|
211
212
|
"_label",
|
|
213
|
+
"_level",
|
|
212
214
|
"_on"
|
|
213
215
|
]);
|
|
214
216
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
package/dist/index.mjs
CHANGED
|
@@ -198,6 +198,7 @@ const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
|
198
198
|
]);
|
|
199
199
|
const KolDialog = /* @__PURE__ */ defineContainer("kol-dialog", void 0, [
|
|
200
200
|
"_label",
|
|
201
|
+
"_level",
|
|
201
202
|
"_on",
|
|
202
203
|
"_width",
|
|
203
204
|
"_variant"
|
|
@@ -207,6 +208,7 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
|
207
208
|
"_align",
|
|
208
209
|
"_hasCloser",
|
|
209
210
|
"_label",
|
|
211
|
+
"_level",
|
|
210
212
|
"_on"
|
|
211
213
|
]);
|
|
212
214
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"typescript": "5.9.3",
|
|
51
51
|
"unbuild": "3.6.1",
|
|
52
52
|
"vue": "3.5.33",
|
|
53
|
-
"@public-ui/components": "4.1.
|
|
53
|
+
"@public-ui/components": "4.1.5-rc.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"vue": "^3.5.33",
|
|
57
|
-
"@public-ui/components": "4.1.
|
|
57
|
+
"@public-ui/components": "4.1.5-rc.0"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
60
|
"type": "module",
|