@public-ui/vue 2.1.2 → 2.1.4-alpha.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 +10 -8
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +10 -8
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -230,6 +230,13 @@ const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
|
230
230
|
"_on",
|
|
231
231
|
"_open"
|
|
232
232
|
]);
|
|
233
|
+
const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
234
|
+
"_open",
|
|
235
|
+
"_align",
|
|
236
|
+
"_label",
|
|
237
|
+
"_modal",
|
|
238
|
+
"_on"
|
|
239
|
+
]);
|
|
233
240
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
234
241
|
"_on",
|
|
235
242
|
"_requiredText",
|
|
@@ -438,7 +445,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
438
445
|
"_tabIndex",
|
|
439
446
|
"_tooltipAlign",
|
|
440
447
|
"_touched",
|
|
441
|
-
"_value"
|
|
448
|
+
"_value",
|
|
449
|
+
"_variant"
|
|
442
450
|
]);
|
|
443
451
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
444
452
|
"_accessKey",
|
|
@@ -631,12 +639,6 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
|
631
639
|
"_label",
|
|
632
640
|
"_links"
|
|
633
641
|
]);
|
|
634
|
-
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
635
|
-
"_accessKey",
|
|
636
|
-
"_hideLabel",
|
|
637
|
-
"_icons",
|
|
638
|
-
"_label"
|
|
639
|
-
]);
|
|
640
642
|
const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
|
|
641
643
|
"_show",
|
|
642
644
|
"_variant"
|
|
@@ -772,6 +774,7 @@ exports.KolButtonLink = KolButtonLink;
|
|
|
772
774
|
exports.KolCard = KolCard;
|
|
773
775
|
exports.KolCombobox = KolCombobox;
|
|
774
776
|
exports.KolDetails = KolDetails;
|
|
777
|
+
exports.KolDrawer = KolDrawer;
|
|
775
778
|
exports.KolForm = KolForm;
|
|
776
779
|
exports.KolHeading = KolHeading;
|
|
777
780
|
exports.KolIcon = KolIcon;
|
|
@@ -799,7 +802,6 @@ exports.KolProgress = KolProgress;
|
|
|
799
802
|
exports.KolQuote = KolQuote;
|
|
800
803
|
exports.KolSelect = KolSelect;
|
|
801
804
|
exports.KolSkipNav = KolSkipNav;
|
|
802
|
-
exports.KolSpan = KolSpan;
|
|
803
805
|
exports.KolSpin = KolSpin;
|
|
804
806
|
exports.KolSplitButton = KolSplitButton;
|
|
805
807
|
exports.KolSymbol = KolSymbol;
|
package/dist/index.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ declare const KolButtonLink: vue.DefineSetupFnComponent<JSX.KolButtonLink & Inpu
|
|
|
20
20
|
declare const KolCard: vue.DefineSetupFnComponent<JSX.KolCard & InputProps<string | number | boolean>, {}, {}, JSX.KolCard & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
21
21
|
declare const KolCombobox: vue.DefineSetupFnComponent<JSX.KolCombobox & InputProps<string | number | boolean>, {}, {}, JSX.KolCombobox & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
22
22
|
declare const KolDetails: vue.DefineSetupFnComponent<JSX.KolDetails & InputProps<string | number | boolean>, {}, {}, JSX.KolDetails & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
23
|
+
declare const KolDrawer: vue.DefineSetupFnComponent<JSX.KolDrawer & InputProps<string | number | boolean>, {}, {}, JSX.KolDrawer & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
23
24
|
declare const KolForm: vue.DefineSetupFnComponent<JSX.KolForm & InputProps<string | number | boolean>, {}, {}, JSX.KolForm & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
24
25
|
declare const KolHeading: vue.DefineSetupFnComponent<JSX.KolHeading & InputProps<string | number | boolean>, {}, {}, JSX.KolHeading & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
25
26
|
declare const KolIcon: vue.DefineSetupFnComponent<JSX.KolIcon & InputProps<string | number | boolean>, {}, {}, JSX.KolIcon & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -47,7 +48,6 @@ declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputPro
|
|
|
47
48
|
declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
48
49
|
declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
49
50
|
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
51
|
declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
52
52
|
declare const KolSplitButton: vue.DefineSetupFnComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, {}, {}, JSX.KolSplitButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
53
53
|
declare const KolSymbol: vue.DefineSetupFnComponent<JSX.KolSymbol & InputProps<string | number | boolean>, {}, {}, JSX.KolSymbol & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -64,4 +64,4 @@ declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & Inpu
|
|
|
64
64
|
declare const KolTreeWc: vue.DefineSetupFnComponent<JSX.KolTreeWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
65
65
|
declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
66
66
|
|
|
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,
|
|
67
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, 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
|
@@ -228,6 +228,13 @@ const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
|
228
228
|
"_on",
|
|
229
229
|
"_open"
|
|
230
230
|
]);
|
|
231
|
+
const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
232
|
+
"_open",
|
|
233
|
+
"_align",
|
|
234
|
+
"_label",
|
|
235
|
+
"_modal",
|
|
236
|
+
"_on"
|
|
237
|
+
]);
|
|
231
238
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
232
239
|
"_on",
|
|
233
240
|
"_requiredText",
|
|
@@ -436,7 +443,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
436
443
|
"_tabIndex",
|
|
437
444
|
"_tooltipAlign",
|
|
438
445
|
"_touched",
|
|
439
|
-
"_value"
|
|
446
|
+
"_value",
|
|
447
|
+
"_variant"
|
|
440
448
|
]);
|
|
441
449
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
442
450
|
"_accessKey",
|
|
@@ -629,12 +637,6 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
|
629
637
|
"_label",
|
|
630
638
|
"_links"
|
|
631
639
|
]);
|
|
632
|
-
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
633
|
-
"_accessKey",
|
|
634
|
-
"_hideLabel",
|
|
635
|
-
"_icons",
|
|
636
|
-
"_label"
|
|
637
|
-
]);
|
|
638
640
|
const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
|
|
639
641
|
"_show",
|
|
640
642
|
"_variant"
|
|
@@ -758,4 +760,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
758
760
|
"_label"
|
|
759
761
|
]);
|
|
760
762
|
|
|
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,
|
|
763
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, 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.
|
|
3
|
+
"version": "2.1.4-alpha.1",
|
|
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.
|
|
53
|
+
"typescript": "5.5.2",
|
|
54
54
|
"unbuild": "1.2.1",
|
|
55
55
|
"vue": "3.4.21",
|
|
56
|
-
"@public-ui/components": "2.1.
|
|
56
|
+
"@public-ui/components": "2.1.4-alpha.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"vue": ">=3",
|
|
60
|
-
"@public-ui/components": "2.1.
|
|
60
|
+
"@public-ui/components": "2.1.4-alpha.1"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"type": "module",
|