@public-ui/vue 2.1.1 → 2.1.3

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
@@ -438,7 +438,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
438
438
  "_tabIndex",
439
439
  "_tooltipAlign",
440
440
  "_touched",
441
- "_value"
441
+ "_value",
442
+ "_variant"
442
443
  ]);
443
444
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
444
445
  "_accessKey",
@@ -631,12 +632,6 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
631
632
  "_label",
632
633
  "_links"
633
634
  ]);
634
- const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
635
- "_accessKey",
636
- "_hideLabel",
637
- "_icons",
638
- "_label"
639
- ]);
640
635
  const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
641
636
  "_show",
642
637
  "_variant"
@@ -673,7 +668,9 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
673
668
  "_label",
674
669
  "_minWidth",
675
670
  "_pagination",
676
- "_paginationPosition"
671
+ "_paginationPosition",
672
+ "_selection",
673
+ "_on"
677
674
  ]);
678
675
  const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
679
676
  "_allowMultiSort",
@@ -683,7 +680,9 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
683
680
  "_label",
684
681
  "_minWidth",
685
682
  "_pagination",
686
- "_paginationPosition"
683
+ "_paginationPosition",
684
+ "_selection",
685
+ "_on"
687
686
  ]);
688
687
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
689
688
  "_data",
@@ -711,6 +710,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
711
710
  "_hideError",
712
711
  "_hideLabel",
713
712
  "_hint",
713
+ "_icons",
714
714
  "_id",
715
715
  "_label",
716
716
  "_maxLength",
@@ -794,7 +794,6 @@ exports.KolProgress = KolProgress;
794
794
  exports.KolQuote = KolQuote;
795
795
  exports.KolSelect = KolSelect;
796
796
  exports.KolSkipNav = KolSkipNav;
797
- exports.KolSpan = KolSpan;
798
797
  exports.KolSpin = KolSpin;
799
798
  exports.KolSplitButton = KolSplitButton;
800
799
  exports.KolSymbol = KolSymbol;
package/dist/index.d.ts CHANGED
@@ -47,7 +47,6 @@ declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputPro
47
47
  declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
48
48
  declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
49
49
  declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, {}, {}, JSX.KolSkipNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
50
- declare const KolSpan: vue.DefineSetupFnComponent<JSX.KolSpan & InputProps<string | number | boolean>, {}, {}, JSX.KolSpan & InputProps<string | number | boolean> & {}, vue.PublicProps>;
51
50
  declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
52
51
  declare const KolSplitButton: vue.DefineSetupFnComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, {}, {}, JSX.KolSplitButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
53
52
  declare const KolSymbol: vue.DefineSetupFnComponent<JSX.KolSymbol & InputProps<string | number | boolean>, {}, {}, JSX.KolSymbol & InputProps<string | number | boolean> & {}, vue.PublicProps>;
@@ -64,4 +63,4 @@ declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & Inpu
64
63
  declare const KolTreeWc: vue.DefineSetupFnComponent<JSX.KolTreeWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
65
64
  declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
66
65
 
67
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, setTagNameTransformer };
66
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -436,7 +436,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
436
436
  "_tabIndex",
437
437
  "_tooltipAlign",
438
438
  "_touched",
439
- "_value"
439
+ "_value",
440
+ "_variant"
440
441
  ]);
441
442
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
442
443
  "_accessKey",
@@ -629,12 +630,6 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
629
630
  "_label",
630
631
  "_links"
631
632
  ]);
632
- const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
633
- "_accessKey",
634
- "_hideLabel",
635
- "_icons",
636
- "_label"
637
- ]);
638
633
  const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
639
634
  "_show",
640
635
  "_variant"
@@ -671,7 +666,9 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
671
666
  "_label",
672
667
  "_minWidth",
673
668
  "_pagination",
674
- "_paginationPosition"
669
+ "_paginationPosition",
670
+ "_selection",
671
+ "_on"
675
672
  ]);
676
673
  const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
677
674
  "_allowMultiSort",
@@ -681,7 +678,9 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
681
678
  "_label",
682
679
  "_minWidth",
683
680
  "_pagination",
684
- "_paginationPosition"
681
+ "_paginationPosition",
682
+ "_selection",
683
+ "_on"
685
684
  ]);
686
685
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
687
686
  "_data",
@@ -709,6 +708,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
709
708
  "_hideError",
710
709
  "_hideLabel",
711
710
  "_hint",
711
+ "_icons",
712
712
  "_id",
713
713
  "_label",
714
714
  "_maxLength",
@@ -753,4 +753,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
753
753
  "_label"
754
754
  ]);
755
755
 
756
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, setTagNameTransformer };
756
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -45,19 +45,19 @@
45
45
  "vue"
46
46
  ],
47
47
  "devDependencies": {
48
- "@babel/types": "7.24.0",
48
+ "@babel/types": "7.24.7",
49
49
  "@types/minimatch": "5.1.2",
50
50
  "@types/minimist": "1.2.5",
51
51
  "@types/node": "ts5.4",
52
52
  "@types/normalize-package-data": "2.4.4",
53
- "typescript": "5.4.5",
53
+ "typescript": "5.5.2",
54
54
  "unbuild": "1.2.1",
55
55
  "vue": "3.4.21",
56
- "@public-ui/components": "2.1.1"
56
+ "@public-ui/components": "2.1.3"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "vue": ">=3",
60
- "@public-ui/components": "2.1.1"
60
+ "@public-ui/components": "2.1.3"
61
61
  },
62
62
  "sideEffects": false,
63
63
  "type": "module",