@public-ui/vue 3.0.0-rc.7 → 3.0.0-rc.8

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
@@ -594,6 +594,30 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
594
594
  "_value",
595
595
  "_variant"
596
596
  ]);
597
+ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
598
+ "_accessKey",
599
+ "_ariaControls",
600
+ "_ariaDescription",
601
+ "_ariaExpanded",
602
+ "_ariaSelected",
603
+ "_customClass",
604
+ "_disabled",
605
+ "_hideLabel",
606
+ "_icons",
607
+ "_id",
608
+ "_label",
609
+ "_name",
610
+ "_on",
611
+ "_popoverAlign",
612
+ "_role",
613
+ "_shortKey",
614
+ "_syncValueBySelector",
615
+ "_tabIndex",
616
+ "_tooltipAlign",
617
+ "_type",
618
+ "_value",
619
+ "_variant"
620
+ ]);
597
621
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
598
622
  "_label",
599
623
  "_max",
@@ -689,7 +713,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
689
713
  "_pagination",
690
714
  "_paginationPosition",
691
715
  "_selection",
692
- "_on"
716
+ "_on",
717
+ "_tableSettings"
693
718
  ]);
694
719
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
695
720
  "_data",
@@ -698,7 +723,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
698
723
  "_label",
699
724
  "_minWidth",
700
725
  "_on",
701
- "_selection"
726
+ "_selection",
727
+ "_tableSettings"
702
728
  ]);
703
729
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
704
730
  "_align",
@@ -792,6 +818,7 @@ exports.KolModal = KolModal;
792
818
  exports.KolNav = KolNav;
793
819
  exports.KolPagination = KolPagination;
794
820
  exports.KolPopoverButton = KolPopoverButton;
821
+ exports.KolPopoverButtonWc = KolPopoverButtonWc;
795
822
  exports.KolProgress = KolProgress;
796
823
  exports.KolQuote = KolQuote;
797
824
  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
@@ -592,6 +592,30 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
592
592
  "_value",
593
593
  "_variant"
594
594
  ]);
595
+ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
596
+ "_accessKey",
597
+ "_ariaControls",
598
+ "_ariaDescription",
599
+ "_ariaExpanded",
600
+ "_ariaSelected",
601
+ "_customClass",
602
+ "_disabled",
603
+ "_hideLabel",
604
+ "_icons",
605
+ "_id",
606
+ "_label",
607
+ "_name",
608
+ "_on",
609
+ "_popoverAlign",
610
+ "_role",
611
+ "_shortKey",
612
+ "_syncValueBySelector",
613
+ "_tabIndex",
614
+ "_tooltipAlign",
615
+ "_type",
616
+ "_value",
617
+ "_variant"
618
+ ]);
595
619
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
596
620
  "_label",
597
621
  "_max",
@@ -687,7 +711,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
687
711
  "_pagination",
688
712
  "_paginationPosition",
689
713
  "_selection",
690
- "_on"
714
+ "_on",
715
+ "_tableSettings"
691
716
  ]);
692
717
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
693
718
  "_data",
@@ -696,7 +721,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
696
721
  "_label",
697
722
  "_minWidth",
698
723
  "_on",
699
- "_selection"
724
+ "_selection",
725
+ "_tableSettings"
700
726
  ]);
701
727
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
702
728
  "_align",
@@ -757,4 +783,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
757
783
  "_label"
758
784
  ]);
759
785
 
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 };
786
+ 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-rc.7",
3
+ "version": "3.0.0-rc.8",
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-rc.7"
55
+ "@public-ui/components": "3.0.0-rc.8"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.0-rc.7"
59
+ "@public-ui/components": "3.0.0-rc.8"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",