@public-ui/vue 3.0.0 → 3.0.1-3b313a0f2df6c512e868df86f443d016defc56fa.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 +3 -5
- package/dist/index.mjs +3 -5
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -244,8 +244,7 @@ const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
|
244
244
|
const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
245
245
|
"_label",
|
|
246
246
|
"_level",
|
|
247
|
-
"_secondaryHeadline"
|
|
248
|
-
"_variant"
|
|
247
|
+
"_secondaryHeadline"
|
|
249
248
|
]);
|
|
250
249
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
251
250
|
"_icons",
|
|
@@ -433,7 +432,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
433
432
|
"_variant"
|
|
434
433
|
]);
|
|
435
434
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
436
|
-
"_accessKey",
|
|
437
435
|
"_disabled",
|
|
438
436
|
"_hideMsg",
|
|
439
437
|
"_hideLabel",
|
|
@@ -446,7 +444,6 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
446
444
|
"_options",
|
|
447
445
|
"_orientation",
|
|
448
446
|
"_required",
|
|
449
|
-
"_shortKey",
|
|
450
447
|
"_syncValueBySelector",
|
|
451
448
|
"_tooltipAlign",
|
|
452
449
|
"_touched",
|
|
@@ -763,7 +760,8 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
763
760
|
const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
|
|
764
761
|
const KolToolbar = /* @__PURE__ */ defineContainer("kol-toolbar", void 0, [
|
|
765
762
|
"_label",
|
|
766
|
-
"_items"
|
|
763
|
+
"_items",
|
|
764
|
+
"_orientation"
|
|
767
765
|
]);
|
|
768
766
|
const KolTree = /* @__PURE__ */ defineContainer("kol-tree", void 0, [
|
|
769
767
|
"_label"
|
package/dist/index.mjs
CHANGED
|
@@ -242,8 +242,7 @@ const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
|
242
242
|
const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
243
243
|
"_label",
|
|
244
244
|
"_level",
|
|
245
|
-
"_secondaryHeadline"
|
|
246
|
-
"_variant"
|
|
245
|
+
"_secondaryHeadline"
|
|
247
246
|
]);
|
|
248
247
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
249
248
|
"_icons",
|
|
@@ -431,7 +430,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
431
430
|
"_variant"
|
|
432
431
|
]);
|
|
433
432
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
434
|
-
"_accessKey",
|
|
435
433
|
"_disabled",
|
|
436
434
|
"_hideMsg",
|
|
437
435
|
"_hideLabel",
|
|
@@ -444,7 +442,6 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
444
442
|
"_options",
|
|
445
443
|
"_orientation",
|
|
446
444
|
"_required",
|
|
447
|
-
"_shortKey",
|
|
448
445
|
"_syncValueBySelector",
|
|
449
446
|
"_tooltipAlign",
|
|
450
447
|
"_touched",
|
|
@@ -761,7 +758,8 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
761
758
|
const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
|
|
762
759
|
const KolToolbar = /* @__PURE__ */ defineContainer("kol-toolbar", void 0, [
|
|
763
760
|
"_label",
|
|
764
|
-
"_items"
|
|
761
|
+
"_items",
|
|
762
|
+
"_orientation"
|
|
765
763
|
]);
|
|
766
764
|
const KolTree = /* @__PURE__ */ defineContainer("kol-tree", void 0, [
|
|
767
765
|
"_label"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "3.0.0",
|
|
3
|
+
"version": "3.0.1-3b313a0f2df6c512e868df86f443d016defc56fa.0",
|
|
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.
|
|
48
|
+
"@babel/types": "7.27.6",
|
|
49
49
|
"@types/minimatch": "5.1.2",
|
|
50
50
|
"@types/minimist": "1.2.5",
|
|
51
51
|
"@types/normalize-package-data": "2.4.4",
|
|
52
|
-
"typescript": "5.8.
|
|
52
|
+
"typescript": "5.8.3",
|
|
53
53
|
"unbuild": "1.2.1",
|
|
54
54
|
"vue": "3.4.21",
|
|
55
|
-
"@public-ui/components": "3.0.0"
|
|
55
|
+
"@public-ui/components": "3.0.1-3b313a0f2df6c512e868df86f443d016defc56fa.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"vue": ">=3",
|
|
59
|
-
"@public-ui/components": "3.0.0"
|
|
59
|
+
"@public-ui/components": "3.0.1-3b313a0f2df6c512e868df86f443d016defc56fa.0"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|