@public-ui/vue 3.0.0-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.0 → 3.0.0-767e14d4c804d21963c1c38583ecde3d45516a70.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
@@ -574,7 +574,29 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
574
574
  "_accessKey",
575
575
  "_ariaControls",
576
576
  "_ariaDescription",
577
- "_ariaExpanded",
577
+ "_ariaSelected",
578
+ "_customClass",
579
+ "_disabled",
580
+ "_hideLabel",
581
+ "_icons",
582
+ "_id",
583
+ "_label",
584
+ "_name",
585
+ "_on",
586
+ "_popoverAlign",
587
+ "_role",
588
+ "_shortKey",
589
+ "_syncValueBySelector",
590
+ "_tabIndex",
591
+ "_tooltipAlign",
592
+ "_type",
593
+ "_value",
594
+ "_variant"
595
+ ]);
596
+ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
597
+ "_accessKey",
598
+ "_ariaControls",
599
+ "_ariaDescription",
578
600
  "_ariaSelected",
579
601
  "_customClass",
580
602
  "_disabled",
@@ -650,7 +672,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
650
672
  "_tooltipAlign",
651
673
  "_touched",
652
674
  "_value",
653
- "_hideClearButton"
675
+ "_hideClearButton",
676
+ "_rows"
654
677
  ]);
655
678
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
656
679
  "_label",
@@ -689,7 +712,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
689
712
  "_pagination",
690
713
  "_paginationPosition",
691
714
  "_selection",
692
- "_on"
715
+ "_on",
716
+ "_tableSettings"
693
717
  ]);
694
718
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
695
719
  "_data",
@@ -698,7 +722,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
698
722
  "_label",
699
723
  "_minWidth",
700
724
  "_on",
701
- "_selection"
725
+ "_selection",
726
+ "_tableSettings"
702
727
  ]);
703
728
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
704
729
  "_align",
@@ -792,6 +817,7 @@ exports.KolModal = KolModal;
792
817
  exports.KolNav = KolNav;
793
818
  exports.KolPagination = KolPagination;
794
819
  exports.KolPopoverButton = KolPopoverButton;
820
+ exports.KolPopoverButtonWc = KolPopoverButtonWc;
795
821
  exports.KolProgress = KolProgress;
796
822
  exports.KolQuote = KolQuote;
797
823
  exports.KolSelect = KolSelect;
package/dist/index.d.ts CHANGED
@@ -41,6 +41,7 @@ declare const KolModal: vue.DefineSetupFnComponent<JSX.KolModal & InputProps<str
41
41
  declare const KolNav: vue.DefineSetupFnComponent<JSX.KolNav & InputProps<string | number | boolean>, {}, {}, JSX.KolNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
42
42
  declare const KolPagination: vue.DefineSetupFnComponent<JSX.KolPagination & InputProps<string | number | boolean>, {}, {}, JSX.KolPagination & InputProps<string | number | boolean> & {}, vue.PublicProps>;
43
43
  declare const KolPopoverButton: vue.DefineSetupFnComponent<JSX.KolPopoverButton & InputProps<string | number | boolean>, {}, {}, JSX.KolPopoverButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
44
+ declare const KolPopoverButtonWc: vue.DefineSetupFnComponent<JSX.KolPopoverButtonWc & InputProps<string | number | boolean>, {}, {}, JSX.KolPopoverButtonWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
44
45
  declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputProps<string | number | boolean>, {}, {}, JSX.KolProgress & InputProps<string | number | boolean> & {}, vue.PublicProps>;
45
46
  declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
46
47
  declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
@@ -59,4 +60,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
59
60
  declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
60
61
  declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
61
62
 
62
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
63
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -572,7 +572,29 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
572
572
  "_accessKey",
573
573
  "_ariaControls",
574
574
  "_ariaDescription",
575
- "_ariaExpanded",
575
+ "_ariaSelected",
576
+ "_customClass",
577
+ "_disabled",
578
+ "_hideLabel",
579
+ "_icons",
580
+ "_id",
581
+ "_label",
582
+ "_name",
583
+ "_on",
584
+ "_popoverAlign",
585
+ "_role",
586
+ "_shortKey",
587
+ "_syncValueBySelector",
588
+ "_tabIndex",
589
+ "_tooltipAlign",
590
+ "_type",
591
+ "_value",
592
+ "_variant"
593
+ ]);
594
+ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
595
+ "_accessKey",
596
+ "_ariaControls",
597
+ "_ariaDescription",
576
598
  "_ariaSelected",
577
599
  "_customClass",
578
600
  "_disabled",
@@ -648,7 +670,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
648
670
  "_tooltipAlign",
649
671
  "_touched",
650
672
  "_value",
651
- "_hideClearButton"
673
+ "_hideClearButton",
674
+ "_rows"
652
675
  ]);
653
676
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
654
677
  "_label",
@@ -687,7 +710,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
687
710
  "_pagination",
688
711
  "_paginationPosition",
689
712
  "_selection",
690
- "_on"
713
+ "_on",
714
+ "_tableSettings"
691
715
  ]);
692
716
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
693
717
  "_data",
@@ -696,7 +720,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
696
720
  "_label",
697
721
  "_minWidth",
698
722
  "_on",
699
- "_selection"
723
+ "_selection",
724
+ "_tableSettings"
700
725
  ]);
701
726
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
702
727
  "_align",
@@ -757,4 +782,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
757
782
  "_label"
758
783
  ]);
759
784
 
760
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
785
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.0-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.0",
3
+ "version": "3.0.0-767e14d4c804d21963c1c38583ecde3d45516a70.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-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.0"
55
+ "@public-ui/components": "3.0.0-767e14d4c804d21963c1c38583ecde3d45516a70.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.0-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.0"
59
+ "@public-ui/components": "3.0.0-767e14d4c804d21963c1c38583ecde3d45516a70.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",