@public-ui/vue 2.0.0-rc.1 → 2.0.0-rc.11
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 +12 -18
- package/dist/index.d.ts +1 -3
- package/dist/index.mjs +13 -17
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -152,6 +152,7 @@ const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0,
|
|
|
152
152
|
"_links"
|
|
153
153
|
]);
|
|
154
154
|
const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
155
|
+
"_accessKey",
|
|
155
156
|
"_ariaControls",
|
|
156
157
|
"_ariaExpanded",
|
|
157
158
|
"_ariaSelected",
|
|
@@ -173,6 +174,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
173
174
|
]);
|
|
174
175
|
const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
|
|
175
176
|
const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
|
|
177
|
+
"_accessKey",
|
|
176
178
|
"_ariaControls",
|
|
177
179
|
"_ariaExpanded",
|
|
178
180
|
"_ariaSelected",
|
|
@@ -208,7 +210,8 @@ const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
|
208
210
|
const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
209
211
|
"_label",
|
|
210
212
|
"_level",
|
|
211
|
-
"_secondaryHeadline"
|
|
213
|
+
"_secondaryHeadline",
|
|
214
|
+
"_variant"
|
|
212
215
|
]);
|
|
213
216
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
214
217
|
"_icons",
|
|
@@ -482,12 +485,13 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
|
|
|
482
485
|
"_labeled"
|
|
483
486
|
]);
|
|
484
487
|
const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
488
|
+
"_accessKey",
|
|
489
|
+
"_ariaCurrentValue",
|
|
485
490
|
"_download",
|
|
486
491
|
"_hideLabel",
|
|
487
492
|
"_href",
|
|
488
493
|
"_icons",
|
|
489
494
|
"_label",
|
|
490
|
-
"_listenAriaCurrent",
|
|
491
495
|
"_on",
|
|
492
496
|
"_role",
|
|
493
497
|
"_tabIndex",
|
|
@@ -496,13 +500,14 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
496
500
|
"_tooltipAlign"
|
|
497
501
|
]);
|
|
498
502
|
const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
|
|
503
|
+
"_accessKey",
|
|
504
|
+
"_ariaCurrentValue",
|
|
499
505
|
"_customClass",
|
|
500
506
|
"_download",
|
|
501
507
|
"_hideLabel",
|
|
502
508
|
"_href",
|
|
503
509
|
"_icons",
|
|
504
510
|
"_label",
|
|
505
|
-
"_listenAriaCurrent",
|
|
506
511
|
"_on",
|
|
507
512
|
"_role",
|
|
508
513
|
"_tabIndex",
|
|
@@ -527,8 +532,8 @@ const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
|
527
532
|
"_width"
|
|
528
533
|
]);
|
|
529
534
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
530
|
-
"_ariaCurrentValue",
|
|
531
535
|
"_collapsible",
|
|
536
|
+
"_hasCompactButton",
|
|
532
537
|
"_hideLabel",
|
|
533
538
|
"_label",
|
|
534
539
|
"_links",
|
|
@@ -545,12 +550,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
545
550
|
"_on",
|
|
546
551
|
"_siblingCount",
|
|
547
552
|
"_tooltipAlign",
|
|
548
|
-
"_max"
|
|
549
|
-
"_variant"
|
|
550
|
-
]);
|
|
551
|
-
const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
|
|
552
|
-
"_align",
|
|
553
|
-
"_show"
|
|
553
|
+
"_max"
|
|
554
554
|
]);
|
|
555
555
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
556
556
|
"_label",
|
|
@@ -593,6 +593,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
|
593
593
|
"_links"
|
|
594
594
|
]);
|
|
595
595
|
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
596
|
+
"_accessKey",
|
|
596
597
|
"_hideLabel",
|
|
597
598
|
"_icons",
|
|
598
599
|
"_label"
|
|
@@ -626,6 +627,7 @@ const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
|
626
627
|
"_symbol"
|
|
627
628
|
]);
|
|
628
629
|
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
630
|
+
"_allowMultiSort",
|
|
629
631
|
"_data",
|
|
630
632
|
"_dataFoot",
|
|
631
633
|
"_headers",
|
|
@@ -666,12 +668,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
666
668
|
"_touched",
|
|
667
669
|
"_value"
|
|
668
670
|
]);
|
|
669
|
-
const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
|
|
670
|
-
"_label",
|
|
671
|
-
"_on",
|
|
672
|
-
"_status",
|
|
673
|
-
"_type"
|
|
674
|
-
]);
|
|
675
671
|
const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
|
|
676
672
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
677
673
|
"_label"
|
|
@@ -711,7 +707,6 @@ exports.KolLogo = KolLogo;
|
|
|
711
707
|
exports.KolModal = KolModal;
|
|
712
708
|
exports.KolNav = KolNav;
|
|
713
709
|
exports.KolPagination = KolPagination;
|
|
714
|
-
exports.KolPopover = KolPopover;
|
|
715
710
|
exports.KolProgress = KolProgress;
|
|
716
711
|
exports.KolQuote = KolQuote;
|
|
717
712
|
exports.KolSelect = KolSelect;
|
|
@@ -723,6 +718,5 @@ exports.KolSymbol = KolSymbol;
|
|
|
723
718
|
exports.KolTable = KolTable;
|
|
724
719
|
exports.KolTabs = KolTabs;
|
|
725
720
|
exports.KolTextarea = KolTextarea;
|
|
726
|
-
exports.KolToast = KolToast;
|
|
727
721
|
exports.KolToastContainer = KolToastContainer;
|
|
728
722
|
exports.KolVersion = KolVersion;
|
package/dist/index.d.ts
CHANGED
|
@@ -38,7 +38,6 @@ declare const KolLogo: (props: JSX.KolLogo & InputProps<string | number | boolea
|
|
|
38
38
|
declare const KolModal: (props: JSX.KolModal & InputProps<string | number | boolean> & {}) => any;
|
|
39
39
|
declare const KolNav: (props: JSX.KolNav & InputProps<string | number | boolean> & {}) => any;
|
|
40
40
|
declare const KolPagination: (props: JSX.KolPagination & InputProps<string | number | boolean> & {}) => any;
|
|
41
|
-
declare const KolPopover: (props: JSX.KolPopover & InputProps<string | number | boolean> & {}) => any;
|
|
42
41
|
declare const KolProgress: (props: JSX.KolProgress & InputProps<string | number | boolean> & {}) => any;
|
|
43
42
|
declare const KolQuote: (props: JSX.KolQuote & InputProps<string | number | boolean> & {}) => any;
|
|
44
43
|
declare const KolSelect: (props: JSX.KolSelect & InputProps<string | number | boolean> & {}) => any;
|
|
@@ -50,8 +49,7 @@ declare const KolSymbol: (props: JSX.KolSymbol & InputProps<string | number | bo
|
|
|
50
49
|
declare const KolTable: (props: JSX.KolTable & InputProps<string | number | boolean> & {}) => any;
|
|
51
50
|
declare const KolTabs: (props: JSX.KolTabs & InputProps<string | number | boolean> & {}) => any;
|
|
52
51
|
declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number | boolean> & {}) => any;
|
|
53
|
-
declare const KolToast: (props: JSX.KolToast & InputProps<string | number | boolean> & {}) => any;
|
|
54
52
|
declare const KolToastContainer: (props: JSX.KolToastContainer & InputProps<string | number | boolean> & {}) => any;
|
|
55
53
|
declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
|
|
56
54
|
|
|
57
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination,
|
|
55
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, 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, KolTabs, KolTextarea, KolToastContainer, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -150,6 +150,7 @@ const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0,
|
|
|
150
150
|
"_links"
|
|
151
151
|
]);
|
|
152
152
|
const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
153
|
+
"_accessKey",
|
|
153
154
|
"_ariaControls",
|
|
154
155
|
"_ariaExpanded",
|
|
155
156
|
"_ariaSelected",
|
|
@@ -171,6 +172,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
171
172
|
]);
|
|
172
173
|
const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
|
|
173
174
|
const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
|
|
175
|
+
"_accessKey",
|
|
174
176
|
"_ariaControls",
|
|
175
177
|
"_ariaExpanded",
|
|
176
178
|
"_ariaSelected",
|
|
@@ -206,7 +208,8 @@ const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
|
206
208
|
const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
207
209
|
"_label",
|
|
208
210
|
"_level",
|
|
209
|
-
"_secondaryHeadline"
|
|
211
|
+
"_secondaryHeadline",
|
|
212
|
+
"_variant"
|
|
210
213
|
]);
|
|
211
214
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
212
215
|
"_icons",
|
|
@@ -480,12 +483,13 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
|
|
|
480
483
|
"_labeled"
|
|
481
484
|
]);
|
|
482
485
|
const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
486
|
+
"_accessKey",
|
|
487
|
+
"_ariaCurrentValue",
|
|
483
488
|
"_download",
|
|
484
489
|
"_hideLabel",
|
|
485
490
|
"_href",
|
|
486
491
|
"_icons",
|
|
487
492
|
"_label",
|
|
488
|
-
"_listenAriaCurrent",
|
|
489
493
|
"_on",
|
|
490
494
|
"_role",
|
|
491
495
|
"_tabIndex",
|
|
@@ -494,13 +498,14 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
494
498
|
"_tooltipAlign"
|
|
495
499
|
]);
|
|
496
500
|
const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
|
|
501
|
+
"_accessKey",
|
|
502
|
+
"_ariaCurrentValue",
|
|
497
503
|
"_customClass",
|
|
498
504
|
"_download",
|
|
499
505
|
"_hideLabel",
|
|
500
506
|
"_href",
|
|
501
507
|
"_icons",
|
|
502
508
|
"_label",
|
|
503
|
-
"_listenAriaCurrent",
|
|
504
509
|
"_on",
|
|
505
510
|
"_role",
|
|
506
511
|
"_tabIndex",
|
|
@@ -525,8 +530,8 @@ const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
|
525
530
|
"_width"
|
|
526
531
|
]);
|
|
527
532
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
528
|
-
"_ariaCurrentValue",
|
|
529
533
|
"_collapsible",
|
|
534
|
+
"_hasCompactButton",
|
|
530
535
|
"_hideLabel",
|
|
531
536
|
"_label",
|
|
532
537
|
"_links",
|
|
@@ -543,12 +548,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
543
548
|
"_on",
|
|
544
549
|
"_siblingCount",
|
|
545
550
|
"_tooltipAlign",
|
|
546
|
-
"_max"
|
|
547
|
-
"_variant"
|
|
548
|
-
]);
|
|
549
|
-
const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
|
|
550
|
-
"_align",
|
|
551
|
-
"_show"
|
|
551
|
+
"_max"
|
|
552
552
|
]);
|
|
553
553
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
554
554
|
"_label",
|
|
@@ -591,6 +591,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
|
591
591
|
"_links"
|
|
592
592
|
]);
|
|
593
593
|
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
594
|
+
"_accessKey",
|
|
594
595
|
"_hideLabel",
|
|
595
596
|
"_icons",
|
|
596
597
|
"_label"
|
|
@@ -624,6 +625,7 @@ const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
|
624
625
|
"_symbol"
|
|
625
626
|
]);
|
|
626
627
|
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
628
|
+
"_allowMultiSort",
|
|
627
629
|
"_data",
|
|
628
630
|
"_dataFoot",
|
|
629
631
|
"_headers",
|
|
@@ -664,15 +666,9 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
664
666
|
"_touched",
|
|
665
667
|
"_value"
|
|
666
668
|
]);
|
|
667
|
-
const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
|
|
668
|
-
"_label",
|
|
669
|
-
"_on",
|
|
670
|
-
"_status",
|
|
671
|
-
"_type"
|
|
672
|
-
]);
|
|
673
669
|
const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
|
|
674
670
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
675
671
|
"_label"
|
|
676
672
|
]);
|
|
677
673
|
|
|
678
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination,
|
|
674
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, 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, KolTabs, KolTextarea, KolToastContainer, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.11",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
],
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/types": "7.23.0",
|
|
46
|
-
"@public-ui/components": "2.0.0-rc.
|
|
46
|
+
"@public-ui/components": "2.0.0-rc.11",
|
|
47
47
|
"@types/minimatch": "5.1.2",
|
|
48
48
|
"@types/minimist": "1.2.4",
|
|
49
49
|
"@types/node": "ts5.1",
|
|
50
50
|
"@types/normalize-package-data": "2.4.3",
|
|
51
51
|
"typescript": "5.2.2",
|
|
52
52
|
"unbuild": "1.2.1",
|
|
53
|
-
"vue": "3.3.
|
|
53
|
+
"vue": "3.3.8"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@public-ui/components": "2.0.0-rc.
|
|
56
|
+
"@public-ui/components": "2.0.0-rc.11",
|
|
57
57
|
"vue": ">=3"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|