@public-ui/vue 3.0.6-rc.1 → 3.0.6

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
@@ -705,7 +705,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
705
705
  "_paginationPosition",
706
706
  "_selection",
707
707
  "_on",
708
- "_tableSettings"
708
+ "_tableSettings",
709
+ "_hasSettingsMenu"
709
710
  ]);
710
711
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
711
712
  "_data",
@@ -715,7 +716,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
715
716
  "_minWidth",
716
717
  "_on",
717
718
  "_selection",
718
- "_tableSettings"
719
+ "_tableSettings",
720
+ "_hasSettingsMenu"
719
721
  ]);
720
722
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
721
723
  "_align",
package/dist/index.mjs CHANGED
@@ -703,7 +703,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
703
703
  "_paginationPosition",
704
704
  "_selection",
705
705
  "_on",
706
- "_tableSettings"
706
+ "_tableSettings",
707
+ "_hasSettingsMenu"
707
708
  ]);
708
709
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
709
710
  "_data",
@@ -713,7 +714,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
713
714
  "_minWidth",
714
715
  "_on",
715
716
  "_selection",
716
- "_tableSettings"
717
+ "_tableSettings",
718
+ "_hasSettingsMenu"
717
719
  ]);
718
720
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
719
721
  "_align",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.6-rc.1",
3
+ "version": "3.0.6",
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.1"
55
+ "@public-ui/components": "3.0.6"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": "^3.5.21",
59
- "@public-ui/components": "3.0.6-rc.1"
59
+ "@public-ui/components": "3.0.6"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",