@public-ui/vue 3.0.6-rc.2 → 3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.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 CHANGED
@@ -485,7 +485,9 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
485
485
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
486
486
  "_accessKey",
487
487
  "_ariaCurrentValue",
488
+ "_ariaControls",
488
489
  "_ariaDescription",
490
+ "_ariaExpanded",
489
491
  "_disabled",
490
492
  "_download",
491
493
  "_hideLabel",
@@ -502,6 +504,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
502
504
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
503
505
  "_accessKey",
504
506
  "_ariaCurrentValue",
507
+ "_ariaControls",
505
508
  "_ariaDescription",
506
509
  "_customClass",
507
510
  "_disabled",
@@ -705,7 +708,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
705
708
  "_paginationPosition",
706
709
  "_selection",
707
710
  "_on",
708
- "_tableSettings"
711
+ "_tableSettings",
712
+ "_hasSettingsMenu"
709
713
  ]);
710
714
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
711
715
  "_data",
@@ -715,7 +719,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
715
719
  "_minWidth",
716
720
  "_on",
717
721
  "_selection",
718
- "_tableSettings"
722
+ "_tableSettings",
723
+ "_hasSettingsMenu"
719
724
  ]);
720
725
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
721
726
  "_align",
package/dist/index.mjs CHANGED
@@ -483,7 +483,9 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
483
483
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
484
484
  "_accessKey",
485
485
  "_ariaCurrentValue",
486
+ "_ariaControls",
486
487
  "_ariaDescription",
488
+ "_ariaExpanded",
487
489
  "_disabled",
488
490
  "_download",
489
491
  "_hideLabel",
@@ -500,6 +502,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
500
502
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
501
503
  "_accessKey",
502
504
  "_ariaCurrentValue",
505
+ "_ariaControls",
503
506
  "_ariaDescription",
504
507
  "_customClass",
505
508
  "_disabled",
@@ -703,7 +706,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
703
706
  "_paginationPosition",
704
707
  "_selection",
705
708
  "_on",
706
- "_tableSettings"
709
+ "_tableSettings",
710
+ "_hasSettingsMenu"
707
711
  ]);
708
712
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
709
713
  "_data",
@@ -713,7 +717,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
713
717
  "_minWidth",
714
718
  "_on",
715
719
  "_selection",
716
- "_tableSettings"
720
+ "_tableSettings",
721
+ "_hasSettingsMenu"
717
722
  ]);
718
723
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
719
724
  "_align",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.6-rc.2",
3
+ "version": "3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.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.9.2",
53
53
  "unbuild": "3.6.1",
54
54
  "vue": "3.5.21",
55
- "@public-ui/components": "3.0.6-rc.2"
55
+ "@public-ui/components": "3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": "^3.5.21",
59
- "@public-ui/components": "3.0.6-rc.2"
59
+ "@public-ui/components": "3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",