@public-ui/vue 4.0.0-rc.0 → 4.0.0-rc.1

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
@@ -571,9 +571,7 @@ const KolPaginationWc = /* @__PURE__ */ defineContainer("kol-pagination-wc", voi
571
571
  ]);
572
572
  const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", void 0, [
573
573
  "_accessKey",
574
- "_ariaControls",
575
574
  "_ariaDescription",
576
- "_ariaSelected",
577
575
  "_customClass",
578
576
  "_disabled",
579
577
  "_hideLabel",
@@ -582,9 +580,7 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
582
580
  "_id",
583
581
  "_label",
584
582
  "_name",
585
- "_on",
586
583
  "_popoverAlign",
587
- "_role",
588
584
  "_shortKey",
589
585
  "_syncValueBySelector",
590
586
  "_tabIndex",
@@ -595,9 +591,7 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
595
591
  ]);
596
592
  const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
597
593
  "_accessKey",
598
- "_ariaControls",
599
594
  "_ariaDescription",
600
- "_ariaSelected",
601
595
  "_customClass",
602
596
  "_disabled",
603
597
  "_hideLabel",
@@ -606,9 +600,7 @@ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-w
606
600
  "_inline",
607
601
  "_label",
608
602
  "_name",
609
- "_on",
610
603
  "_popoverAlign",
611
- "_role",
612
604
  "_shortKey",
613
605
  "_syncValueBySelector",
614
606
  "_tabIndex",
@@ -736,7 +728,6 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
736
728
  "_dataFoot",
737
729
  "_headers",
738
730
  "_label",
739
- "_minWidth",
740
731
  "_pagination",
741
732
  "_paginationPosition",
742
733
  "_selection",
@@ -748,7 +739,6 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
748
739
  "_dataFoot",
749
740
  "_headerCells",
750
741
  "_label",
751
- "_minWidth",
752
742
  "_on",
753
743
  "_selection",
754
744
  "_hasSettingsMenu"
package/dist/index.mjs CHANGED
@@ -569,9 +569,7 @@ const KolPaginationWc = /* @__PURE__ */ defineContainer("kol-pagination-wc", voi
569
569
  ]);
570
570
  const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", void 0, [
571
571
  "_accessKey",
572
- "_ariaControls",
573
572
  "_ariaDescription",
574
- "_ariaSelected",
575
573
  "_customClass",
576
574
  "_disabled",
577
575
  "_hideLabel",
@@ -580,9 +578,7 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
580
578
  "_id",
581
579
  "_label",
582
580
  "_name",
583
- "_on",
584
581
  "_popoverAlign",
585
- "_role",
586
582
  "_shortKey",
587
583
  "_syncValueBySelector",
588
584
  "_tabIndex",
@@ -593,9 +589,7 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
593
589
  ]);
594
590
  const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
595
591
  "_accessKey",
596
- "_ariaControls",
597
592
  "_ariaDescription",
598
- "_ariaSelected",
599
593
  "_customClass",
600
594
  "_disabled",
601
595
  "_hideLabel",
@@ -604,9 +598,7 @@ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-w
604
598
  "_inline",
605
599
  "_label",
606
600
  "_name",
607
- "_on",
608
601
  "_popoverAlign",
609
- "_role",
610
602
  "_shortKey",
611
603
  "_syncValueBySelector",
612
604
  "_tabIndex",
@@ -734,7 +726,6 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
734
726
  "_dataFoot",
735
727
  "_headers",
736
728
  "_label",
737
- "_minWidth",
738
729
  "_pagination",
739
730
  "_paginationPosition",
740
731
  "_selection",
@@ -746,7 +737,6 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
746
737
  "_dataFoot",
747
738
  "_headerCells",
748
739
  "_label",
749
- "_minWidth",
750
740
  "_on",
751
741
  "_selection",
752
742
  "_hasSettingsMenu"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "4.0.0-rc.0",
3
+ "version": "4.0.0-rc.1",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -51,12 +51,12 @@
51
51
  "@types/normalize-package-data": "2.4.4",
52
52
  "typescript": "5.9.3",
53
53
  "unbuild": "3.6.1",
54
- "vue": "3.5.25",
55
- "@public-ui/components": "4.0.0-rc.0"
54
+ "vue": "3.5.26",
55
+ "@public-ui/components": "4.0.0-rc.1"
56
56
  },
57
57
  "peerDependencies": {
58
- "vue": "^3.5.25",
59
- "@public-ui/components": "4.0.0-rc.0"
58
+ "vue": "^3.5.26",
59
+ "@public-ui/components": "4.0.0-rc.1"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",