@public-ui/vue 2.1.2 → 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"
@@ -799,7 +794,6 @@ exports.KolProgress = KolProgress;
799
794
  exports.KolQuote = KolQuote;
800
795
  exports.KolSelect = KolSelect;
801
796
  exports.KolSkipNav = KolSkipNav;
802
- exports.KolSpan = KolSpan;
803
797
  exports.KolSpin = KolSpin;
804
798
  exports.KolSplitButton = KolSplitButton;
805
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"
@@ -758,4 +753,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
758
753
  "_label"
759
754
  ]);
760
755
 
761
- 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.2",
3
+ "version": "2.1.3",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -50,14 +50,14 @@
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.2"
56
+ "@public-ui/components": "2.1.3"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "vue": ">=3",
60
- "@public-ui/components": "2.1.2"
60
+ "@public-ui/components": "2.1.3"
61
61
  },
62
62
  "sideEffects": false,
63
63
  "type": "module",