@public-ui/vue 3.0.0-rc.9 → 3.0.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 -3
- package/dist/index.mjs +2 -3
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -574,7 +574,6 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
|
|
|
574
574
|
"_accessKey",
|
|
575
575
|
"_ariaControls",
|
|
576
576
|
"_ariaDescription",
|
|
577
|
-
"_ariaExpanded",
|
|
578
577
|
"_ariaSelected",
|
|
579
578
|
"_customClass",
|
|
580
579
|
"_disabled",
|
|
@@ -598,7 +597,6 @@ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-w
|
|
|
598
597
|
"_accessKey",
|
|
599
598
|
"_ariaControls",
|
|
600
599
|
"_ariaDescription",
|
|
601
|
-
"_ariaExpanded",
|
|
602
600
|
"_ariaSelected",
|
|
603
601
|
"_customClass",
|
|
604
602
|
"_disabled",
|
|
@@ -674,7 +672,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
674
672
|
"_tooltipAlign",
|
|
675
673
|
"_touched",
|
|
676
674
|
"_value",
|
|
677
|
-
"_hideClearButton"
|
|
675
|
+
"_hideClearButton",
|
|
676
|
+
"_rows"
|
|
678
677
|
]);
|
|
679
678
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
680
679
|
"_label",
|
package/dist/index.mjs
CHANGED
|
@@ -572,7 +572,6 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
|
|
|
572
572
|
"_accessKey",
|
|
573
573
|
"_ariaControls",
|
|
574
574
|
"_ariaDescription",
|
|
575
|
-
"_ariaExpanded",
|
|
576
575
|
"_ariaSelected",
|
|
577
576
|
"_customClass",
|
|
578
577
|
"_disabled",
|
|
@@ -596,7 +595,6 @@ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-w
|
|
|
596
595
|
"_accessKey",
|
|
597
596
|
"_ariaControls",
|
|
598
597
|
"_ariaDescription",
|
|
599
|
-
"_ariaExpanded",
|
|
600
598
|
"_ariaSelected",
|
|
601
599
|
"_customClass",
|
|
602
600
|
"_disabled",
|
|
@@ -672,7 +670,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
672
670
|
"_tooltipAlign",
|
|
673
671
|
"_touched",
|
|
674
672
|
"_value",
|
|
675
|
-
"_hideClearButton"
|
|
673
|
+
"_hideClearButton",
|
|
674
|
+
"_rows"
|
|
676
675
|
]);
|
|
677
676
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
678
677
|
"_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.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"typescript": "5.8.2",
|
|
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.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"vue": ">=3",
|
|
59
|
-
"@public-ui/components": "3.0.0
|
|
59
|
+
"@public-ui/components": "3.0.0"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|