@public-ui/vue 2.0.4 → 2.0.6
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 +27 -0
- package/dist/index.d.ts +5 -1
- package/dist/index.mjs +24 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -120,6 +120,7 @@ const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
|
|
|
120
120
|
"_tooltipAlign"
|
|
121
121
|
]);
|
|
122
122
|
const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
|
|
123
|
+
"_disabled",
|
|
123
124
|
"_label",
|
|
124
125
|
"_level",
|
|
125
126
|
"_on",
|
|
@@ -196,6 +197,7 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
196
197
|
"_level"
|
|
197
198
|
]);
|
|
198
199
|
const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
200
|
+
"_disabled",
|
|
199
201
|
"_label",
|
|
200
202
|
"_on",
|
|
201
203
|
"_open"
|
|
@@ -484,6 +486,7 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
|
|
|
484
486
|
const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
485
487
|
"_accessKey",
|
|
486
488
|
"_ariaCurrentValue",
|
|
489
|
+
"_disabled",
|
|
487
490
|
"_download",
|
|
488
491
|
"_hideLabel",
|
|
489
492
|
"_href",
|
|
@@ -499,6 +502,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
499
502
|
"_accessKey",
|
|
500
503
|
"_ariaCurrentValue",
|
|
501
504
|
"_customClass",
|
|
505
|
+
"_disabled",
|
|
502
506
|
"_download",
|
|
503
507
|
"_hideLabel",
|
|
504
508
|
"_href",
|
|
@@ -529,6 +533,7 @@ const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
|
529
533
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
530
534
|
"_collapsible",
|
|
531
535
|
"_hasCompactButton",
|
|
536
|
+
"_hasIconsWhenExpanded",
|
|
532
537
|
"_hideLabel",
|
|
533
538
|
"_label",
|
|
534
539
|
"_links",
|
|
@@ -665,6 +670,24 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
665
670
|
"_value"
|
|
666
671
|
]);
|
|
667
672
|
const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
|
|
673
|
+
const KolTree = /* @__PURE__ */ defineContainer("kol-tree", void 0, [
|
|
674
|
+
"_label"
|
|
675
|
+
]);
|
|
676
|
+
const KolTreeItem = /* @__PURE__ */ defineContainer("kol-tree-item", void 0, [
|
|
677
|
+
"_active",
|
|
678
|
+
"_label",
|
|
679
|
+
"_open",
|
|
680
|
+
"_href"
|
|
681
|
+
]);
|
|
682
|
+
const KolTreeItemWc = /* @__PURE__ */ defineContainer("kol-tree-item-wc", void 0, [
|
|
683
|
+
"_active",
|
|
684
|
+
"_label",
|
|
685
|
+
"_open",
|
|
686
|
+
"_href"
|
|
687
|
+
]);
|
|
688
|
+
const KolTreeWc = /* @__PURE__ */ defineContainer("kol-tree-wc", void 0, [
|
|
689
|
+
"_label"
|
|
690
|
+
]);
|
|
668
691
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
669
692
|
"_label"
|
|
670
693
|
]);
|
|
@@ -715,4 +738,8 @@ exports.KolTable = KolTable;
|
|
|
715
738
|
exports.KolTabs = KolTabs;
|
|
716
739
|
exports.KolTextarea = KolTextarea;
|
|
717
740
|
exports.KolToastContainer = KolToastContainer;
|
|
741
|
+
exports.KolTree = KolTree;
|
|
742
|
+
exports.KolTreeItem = KolTreeItem;
|
|
743
|
+
exports.KolTreeItemWc = KolTreeItemWc;
|
|
744
|
+
exports.KolTreeWc = KolTreeWc;
|
|
718
745
|
exports.KolVersion = KolVersion;
|
package/dist/index.d.ts
CHANGED
|
@@ -50,6 +50,10 @@ declare const KolTable: (props: JSX.KolTable & InputProps<string | number | bool
|
|
|
50
50
|
declare const KolTabs: (props: JSX.KolTabs & InputProps<string | number | boolean> & {}) => any;
|
|
51
51
|
declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number | boolean> & {}) => any;
|
|
52
52
|
declare const KolToastContainer: (props: JSX.KolToastContainer & InputProps<string | number | boolean> & {}) => any;
|
|
53
|
+
declare const KolTree: (props: JSX.KolTree & InputProps<string | number | boolean> & {}) => any;
|
|
54
|
+
declare const KolTreeItem: (props: JSX.KolTreeItem & InputProps<string | number | boolean> & {}) => any;
|
|
55
|
+
declare const KolTreeItemWc: (props: JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}) => any;
|
|
56
|
+
declare const KolTreeWc: (props: JSX.KolTreeWc & InputProps<string | number | boolean> & {}) => any;
|
|
53
57
|
declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
|
|
54
58
|
|
|
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 };
|
|
59
|
+
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, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -118,6 +118,7 @@ const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
|
|
|
118
118
|
"_tooltipAlign"
|
|
119
119
|
]);
|
|
120
120
|
const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
|
|
121
|
+
"_disabled",
|
|
121
122
|
"_label",
|
|
122
123
|
"_level",
|
|
123
124
|
"_on",
|
|
@@ -194,6 +195,7 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
194
195
|
"_level"
|
|
195
196
|
]);
|
|
196
197
|
const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
198
|
+
"_disabled",
|
|
197
199
|
"_label",
|
|
198
200
|
"_on",
|
|
199
201
|
"_open"
|
|
@@ -482,6 +484,7 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
|
|
|
482
484
|
const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
483
485
|
"_accessKey",
|
|
484
486
|
"_ariaCurrentValue",
|
|
487
|
+
"_disabled",
|
|
485
488
|
"_download",
|
|
486
489
|
"_hideLabel",
|
|
487
490
|
"_href",
|
|
@@ -497,6 +500,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
497
500
|
"_accessKey",
|
|
498
501
|
"_ariaCurrentValue",
|
|
499
502
|
"_customClass",
|
|
503
|
+
"_disabled",
|
|
500
504
|
"_download",
|
|
501
505
|
"_hideLabel",
|
|
502
506
|
"_href",
|
|
@@ -527,6 +531,7 @@ const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
|
527
531
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
528
532
|
"_collapsible",
|
|
529
533
|
"_hasCompactButton",
|
|
534
|
+
"_hasIconsWhenExpanded",
|
|
530
535
|
"_hideLabel",
|
|
531
536
|
"_label",
|
|
532
537
|
"_links",
|
|
@@ -663,8 +668,26 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
663
668
|
"_value"
|
|
664
669
|
]);
|
|
665
670
|
const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
|
|
671
|
+
const KolTree = /* @__PURE__ */ defineContainer("kol-tree", void 0, [
|
|
672
|
+
"_label"
|
|
673
|
+
]);
|
|
674
|
+
const KolTreeItem = /* @__PURE__ */ defineContainer("kol-tree-item", void 0, [
|
|
675
|
+
"_active",
|
|
676
|
+
"_label",
|
|
677
|
+
"_open",
|
|
678
|
+
"_href"
|
|
679
|
+
]);
|
|
680
|
+
const KolTreeItemWc = /* @__PURE__ */ defineContainer("kol-tree-item-wc", void 0, [
|
|
681
|
+
"_active",
|
|
682
|
+
"_label",
|
|
683
|
+
"_open",
|
|
684
|
+
"_href"
|
|
685
|
+
]);
|
|
686
|
+
const KolTreeWc = /* @__PURE__ */ defineContainer("kol-tree-wc", void 0, [
|
|
687
|
+
"_label"
|
|
688
|
+
]);
|
|
666
689
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
667
690
|
"_label"
|
|
668
691
|
]);
|
|
669
692
|
|
|
670
|
-
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 };
|
|
693
|
+
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, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
"vue"
|
|
43
43
|
],
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@babel/types": "7.23.
|
|
46
|
-
"@public-ui/components": "2.0.
|
|
45
|
+
"@babel/types": "7.23.9",
|
|
46
|
+
"@public-ui/components": "2.0.6",
|
|
47
47
|
"@types/minimatch": "5.1.2",
|
|
48
48
|
"@types/minimist": "1.2.5",
|
|
49
49
|
"@types/node": "ts5.3",
|
|
50
50
|
"@types/normalize-package-data": "2.4.4",
|
|
51
51
|
"typescript": "5.3.3",
|
|
52
52
|
"unbuild": "1.2.1",
|
|
53
|
-
"vue": "3.4.
|
|
53
|
+
"vue": "3.4.18"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@public-ui/components": "2.0.
|
|
56
|
+
"@public-ui/components": "2.0.6",
|
|
57
57
|
"vue": ">=3"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|