@public-ui/vue 1.6.0-rc.5 → 1.6.0-rc.7
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 +13 -1
- package/dist/index.d.ts +52 -53
- package/dist/index.mjs +13 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -147,6 +147,7 @@ const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
|
147
147
|
]);
|
|
148
148
|
const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0, [
|
|
149
149
|
"_ariaLabel",
|
|
150
|
+
"_label",
|
|
150
151
|
"_links"
|
|
151
152
|
]);
|
|
152
153
|
const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
@@ -216,6 +217,7 @@ const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
|
216
217
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
217
218
|
"_ariaLabel",
|
|
218
219
|
"_icon",
|
|
220
|
+
"_label",
|
|
219
221
|
"_part"
|
|
220
222
|
]);
|
|
221
223
|
const KolIconFontAwesome = /* @__PURE__ */ defineContainer("kol-icon-font-awesome", void 0, [
|
|
@@ -312,6 +314,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
312
314
|
"_autoComplete",
|
|
313
315
|
"_disabled",
|
|
314
316
|
"_error",
|
|
317
|
+
"_hasCounter",
|
|
315
318
|
"_hideLabel",
|
|
316
319
|
"_hint",
|
|
317
320
|
"_icon",
|
|
@@ -387,6 +390,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
387
390
|
"_autoComplete",
|
|
388
391
|
"_disabled",
|
|
389
392
|
"_error",
|
|
393
|
+
"_hasCounter",
|
|
390
394
|
"_hideLabel",
|
|
391
395
|
"_hint",
|
|
392
396
|
"_icon",
|
|
@@ -453,6 +457,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
453
457
|
"_autoComplete",
|
|
454
458
|
"_disabled",
|
|
455
459
|
"_error",
|
|
460
|
+
"_hasCounter",
|
|
456
461
|
"_hideLabel",
|
|
457
462
|
"_hint",
|
|
458
463
|
"_icon",
|
|
@@ -529,6 +534,7 @@ const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
|
|
|
529
534
|
"_ariaLabel",
|
|
530
535
|
"_listStyleType",
|
|
531
536
|
"_heading",
|
|
537
|
+
"_label",
|
|
532
538
|
"_level",
|
|
533
539
|
"_links",
|
|
534
540
|
"_ordered",
|
|
@@ -541,6 +547,7 @@ const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
|
|
|
541
547
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
542
548
|
"_activeElement",
|
|
543
549
|
"_ariaLabel",
|
|
550
|
+
"_label",
|
|
544
551
|
"_on",
|
|
545
552
|
"_width"
|
|
546
553
|
]);
|
|
@@ -550,8 +557,9 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
|
550
557
|
"_collapsible",
|
|
551
558
|
"_compact",
|
|
552
559
|
"_hasCompactButton",
|
|
553
|
-
"
|
|
560
|
+
"_label",
|
|
554
561
|
"_links",
|
|
562
|
+
"_orientation",
|
|
555
563
|
"_variant"
|
|
556
564
|
]);
|
|
557
565
|
const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0, [
|
|
@@ -609,6 +617,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
609
617
|
]);
|
|
610
618
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
611
619
|
"_ariaLabel",
|
|
620
|
+
"_label",
|
|
612
621
|
"_links"
|
|
613
622
|
]);
|
|
614
623
|
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
@@ -645,6 +654,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
645
654
|
]);
|
|
646
655
|
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
647
656
|
"_ariaLabel",
|
|
657
|
+
"_label",
|
|
648
658
|
"_symbol"
|
|
649
659
|
]);
|
|
650
660
|
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
@@ -657,6 +667,7 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
|
657
667
|
]);
|
|
658
668
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
659
669
|
"_ariaLabel",
|
|
670
|
+
"_label",
|
|
660
671
|
"_on",
|
|
661
672
|
"_selected",
|
|
662
673
|
"_tabs",
|
|
@@ -702,6 +713,7 @@ const KolTooltip = /* @__PURE__ */ defineContainer("kol-tooltip", void 0, [
|
|
|
702
713
|
"_label"
|
|
703
714
|
]);
|
|
704
715
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
716
|
+
"_label",
|
|
705
717
|
"_version"
|
|
706
718
|
]);
|
|
707
719
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,61 +1,60 @@
|
|
|
1
|
-
import * as vue from 'vue';
|
|
2
1
|
import { JSX } from '@public-ui/components';
|
|
3
2
|
|
|
4
3
|
interface InputProps<T> {
|
|
5
4
|
modelValue?: T;
|
|
6
5
|
}
|
|
7
6
|
|
|
8
|
-
declare const KolAbbr:
|
|
9
|
-
declare const KolAccordion:
|
|
10
|
-
declare const KolAlert:
|
|
11
|
-
declare const KolBadge:
|
|
12
|
-
declare const KolBreadcrumb:
|
|
13
|
-
declare const KolButton:
|
|
14
|
-
declare const KolButtonGroup:
|
|
15
|
-
declare const KolButtonGroupWc:
|
|
16
|
-
declare const KolButtonLink:
|
|
17
|
-
declare const KolCard:
|
|
18
|
-
declare const KolDetails:
|
|
19
|
-
declare const KolForm:
|
|
20
|
-
declare const KolHeading:
|
|
21
|
-
declare const KolIcon:
|
|
22
|
-
declare const KolIconFontAwesome:
|
|
23
|
-
declare const KolIconIcofont:
|
|
24
|
-
declare const KolImage:
|
|
25
|
-
declare const KolIndentedText:
|
|
26
|
-
declare const KolInputAdapterLeanup:
|
|
27
|
-
declare const KolInputCheckbox:
|
|
28
|
-
declare const KolInputColor:
|
|
29
|
-
declare const KolInputDate:
|
|
30
|
-
declare const KolInputEmail:
|
|
31
|
-
declare const KolInputFile:
|
|
32
|
-
declare const KolInputNumber:
|
|
33
|
-
declare const KolInputPassword:
|
|
34
|
-
declare const KolInputRadio:
|
|
35
|
-
declare const KolInputRange:
|
|
36
|
-
declare const KolInputText:
|
|
37
|
-
declare const KolKolibri:
|
|
38
|
-
declare const KolLink:
|
|
39
|
-
declare const KolLinkButton:
|
|
40
|
-
declare const KolLinkGroup:
|
|
41
|
-
declare const KolLogo:
|
|
42
|
-
declare const KolModal:
|
|
43
|
-
declare const KolNav:
|
|
44
|
-
declare const KolPagination:
|
|
45
|
-
declare const KolPopover:
|
|
46
|
-
declare const KolProgress:
|
|
47
|
-
declare const KolQuote:
|
|
48
|
-
declare const KolSelect:
|
|
49
|
-
declare const KolSkipNav:
|
|
50
|
-
declare const KolSpan:
|
|
51
|
-
declare const KolSpin:
|
|
52
|
-
declare const KolSplitButton:
|
|
53
|
-
declare const KolSymbol:
|
|
54
|
-
declare const KolTable:
|
|
55
|
-
declare const KolTabs:
|
|
56
|
-
declare const KolTextarea:
|
|
57
|
-
declare const KolToast:
|
|
58
|
-
declare const KolTooltip:
|
|
59
|
-
declare const KolVersion:
|
|
7
|
+
declare const KolAbbr: (props: JSX.KolAbbr & InputProps<string | number | boolean> & {}) => any;
|
|
8
|
+
declare const KolAccordion: (props: JSX.KolAccordion & InputProps<string | number | boolean> & {}) => any;
|
|
9
|
+
declare const KolAlert: (props: JSX.KolAlert & InputProps<string | number | boolean> & {}) => any;
|
|
10
|
+
declare const KolBadge: (props: JSX.KolBadge & InputProps<string | number | boolean> & {}) => any;
|
|
11
|
+
declare const KolBreadcrumb: (props: JSX.KolBreadcrumb & InputProps<string | number | boolean> & {}) => any;
|
|
12
|
+
declare const KolButton: (props: JSX.KolButton & InputProps<string | number | boolean> & {}) => any;
|
|
13
|
+
declare const KolButtonGroup: (props: JSX.KolButtonGroup & InputProps<string | number | boolean> & {}) => any;
|
|
14
|
+
declare const KolButtonGroupWc: (props: JSX.KolButtonGroupWc & InputProps<string | number | boolean> & {}) => any;
|
|
15
|
+
declare const KolButtonLink: (props: JSX.KolButtonLink & InputProps<string | number | boolean> & {}) => any;
|
|
16
|
+
declare const KolCard: (props: JSX.KolCard & InputProps<string | number | boolean> & {}) => any;
|
|
17
|
+
declare const KolDetails: (props: JSX.KolDetails & InputProps<string | number | boolean> & {}) => any;
|
|
18
|
+
declare const KolForm: (props: JSX.KolForm & InputProps<string | number | boolean> & {}) => any;
|
|
19
|
+
declare const KolHeading: (props: JSX.KolHeading & InputProps<string | number | boolean> & {}) => any;
|
|
20
|
+
declare const KolIcon: (props: JSX.KolIcon & InputProps<string | number | boolean> & {}) => any;
|
|
21
|
+
declare const KolIconFontAwesome: (props: JSX.KolIconFontAwesome & InputProps<string | number | boolean> & {}) => any;
|
|
22
|
+
declare const KolIconIcofont: (props: JSX.KolIconIcofont & InputProps<string | number | boolean> & {}) => any;
|
|
23
|
+
declare const KolImage: (props: JSX.KolImage & InputProps<string | number | boolean> & {}) => any;
|
|
24
|
+
declare const KolIndentedText: (props: JSX.KolIndentedText & InputProps<string | number | boolean> & {}) => any;
|
|
25
|
+
declare const KolInputAdapterLeanup: (props: JSX.KolInputAdapterLeanup & InputProps<string | number | boolean> & {}) => any;
|
|
26
|
+
declare const KolInputCheckbox: (props: JSX.KolInputCheckbox & InputProps<string | number | boolean> & {}) => any;
|
|
27
|
+
declare const KolInputColor: (props: JSX.KolInputColor & InputProps<string | number | boolean> & {}) => any;
|
|
28
|
+
declare const KolInputDate: (props: JSX.KolInputDate & InputProps<string | number | boolean> & {}) => any;
|
|
29
|
+
declare const KolInputEmail: (props: JSX.KolInputEmail & InputProps<string | number | boolean> & {}) => any;
|
|
30
|
+
declare const KolInputFile: (props: JSX.KolInputFile & InputProps<string | number | boolean> & {}) => any;
|
|
31
|
+
declare const KolInputNumber: (props: JSX.KolInputNumber & InputProps<string | number | boolean> & {}) => any;
|
|
32
|
+
declare const KolInputPassword: (props: JSX.KolInputPassword & InputProps<string | number | boolean> & {}) => any;
|
|
33
|
+
declare const KolInputRadio: (props: JSX.KolInputRadio & InputProps<string | number | boolean> & {}) => any;
|
|
34
|
+
declare const KolInputRange: (props: JSX.KolInputRange & InputProps<string | number | boolean> & {}) => any;
|
|
35
|
+
declare const KolInputText: (props: JSX.KolInputText & InputProps<string | number | boolean> & {}) => any;
|
|
36
|
+
declare const KolKolibri: (props: JSX.KolKolibri & InputProps<string | number | boolean> & {}) => any;
|
|
37
|
+
declare const KolLink: (props: JSX.KolLink & InputProps<string | number | boolean> & {}) => any;
|
|
38
|
+
declare const KolLinkButton: (props: JSX.KolLinkButton & InputProps<string | number | boolean> & {}) => any;
|
|
39
|
+
declare const KolLinkGroup: (props: JSX.KolLinkGroup & InputProps<string | number | boolean> & {}) => any;
|
|
40
|
+
declare const KolLogo: (props: JSX.KolLogo & InputProps<string | number | boolean> & {}) => any;
|
|
41
|
+
declare const KolModal: (props: JSX.KolModal & InputProps<string | number | boolean> & {}) => any;
|
|
42
|
+
declare const KolNav: (props: JSX.KolNav & InputProps<string | number | boolean> & {}) => any;
|
|
43
|
+
declare const KolPagination: (props: JSX.KolPagination & InputProps<string | number | boolean> & {}) => any;
|
|
44
|
+
declare const KolPopover: (props: JSX.KolPopover & InputProps<string | number | boolean> & {}) => any;
|
|
45
|
+
declare const KolProgress: (props: JSX.KolProgress & InputProps<string | number | boolean> & {}) => any;
|
|
46
|
+
declare const KolQuote: (props: JSX.KolQuote & InputProps<string | number | boolean> & {}) => any;
|
|
47
|
+
declare const KolSelect: (props: JSX.KolSelect & InputProps<string | number | boolean> & {}) => any;
|
|
48
|
+
declare const KolSkipNav: (props: JSX.KolSkipNav & InputProps<string | number | boolean> & {}) => any;
|
|
49
|
+
declare const KolSpan: (props: JSX.KolSpan & InputProps<string | number | boolean> & {}) => any;
|
|
50
|
+
declare const KolSpin: (props: JSX.KolSpin & InputProps<string | number | boolean> & {}) => any;
|
|
51
|
+
declare const KolSplitButton: (props: JSX.KolSplitButton & InputProps<string | number | boolean> & {}) => any;
|
|
52
|
+
declare const KolSymbol: (props: JSX.KolSymbol & InputProps<string | number | boolean> & {}) => any;
|
|
53
|
+
declare const KolTable: (props: JSX.KolTable & InputProps<string | number | boolean> & {}) => any;
|
|
54
|
+
declare const KolTabs: (props: JSX.KolTabs & InputProps<string | number | boolean> & {}) => any;
|
|
55
|
+
declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number | boolean> & {}) => any;
|
|
56
|
+
declare const KolToast: (props: JSX.KolToast & InputProps<string | number | boolean> & {}) => any;
|
|
57
|
+
declare const KolTooltip: (props: JSX.KolTooltip & InputProps<string | number | boolean> & {}) => any;
|
|
58
|
+
declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
|
|
60
59
|
|
|
61
60
|
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -145,6 +145,7 @@ const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
|
145
145
|
]);
|
|
146
146
|
const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0, [
|
|
147
147
|
"_ariaLabel",
|
|
148
|
+
"_label",
|
|
148
149
|
"_links"
|
|
149
150
|
]);
|
|
150
151
|
const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
@@ -214,6 +215,7 @@ const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
|
214
215
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
215
216
|
"_ariaLabel",
|
|
216
217
|
"_icon",
|
|
218
|
+
"_label",
|
|
217
219
|
"_part"
|
|
218
220
|
]);
|
|
219
221
|
const KolIconFontAwesome = /* @__PURE__ */ defineContainer("kol-icon-font-awesome", void 0, [
|
|
@@ -310,6 +312,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
310
312
|
"_autoComplete",
|
|
311
313
|
"_disabled",
|
|
312
314
|
"_error",
|
|
315
|
+
"_hasCounter",
|
|
313
316
|
"_hideLabel",
|
|
314
317
|
"_hint",
|
|
315
318
|
"_icon",
|
|
@@ -385,6 +388,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
385
388
|
"_autoComplete",
|
|
386
389
|
"_disabled",
|
|
387
390
|
"_error",
|
|
391
|
+
"_hasCounter",
|
|
388
392
|
"_hideLabel",
|
|
389
393
|
"_hint",
|
|
390
394
|
"_icon",
|
|
@@ -451,6 +455,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
451
455
|
"_autoComplete",
|
|
452
456
|
"_disabled",
|
|
453
457
|
"_error",
|
|
458
|
+
"_hasCounter",
|
|
454
459
|
"_hideLabel",
|
|
455
460
|
"_hint",
|
|
456
461
|
"_icon",
|
|
@@ -527,6 +532,7 @@ const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
|
|
|
527
532
|
"_ariaLabel",
|
|
528
533
|
"_listStyleType",
|
|
529
534
|
"_heading",
|
|
535
|
+
"_label",
|
|
530
536
|
"_level",
|
|
531
537
|
"_links",
|
|
532
538
|
"_ordered",
|
|
@@ -539,6 +545,7 @@ const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
|
|
|
539
545
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
540
546
|
"_activeElement",
|
|
541
547
|
"_ariaLabel",
|
|
548
|
+
"_label",
|
|
542
549
|
"_on",
|
|
543
550
|
"_width"
|
|
544
551
|
]);
|
|
@@ -548,8 +555,9 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
|
548
555
|
"_collapsible",
|
|
549
556
|
"_compact",
|
|
550
557
|
"_hasCompactButton",
|
|
551
|
-
"
|
|
558
|
+
"_label",
|
|
552
559
|
"_links",
|
|
560
|
+
"_orientation",
|
|
553
561
|
"_variant"
|
|
554
562
|
]);
|
|
555
563
|
const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0, [
|
|
@@ -607,6 +615,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
607
615
|
]);
|
|
608
616
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
609
617
|
"_ariaLabel",
|
|
618
|
+
"_label",
|
|
610
619
|
"_links"
|
|
611
620
|
]);
|
|
612
621
|
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
@@ -643,6 +652,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
643
652
|
]);
|
|
644
653
|
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
645
654
|
"_ariaLabel",
|
|
655
|
+
"_label",
|
|
646
656
|
"_symbol"
|
|
647
657
|
]);
|
|
648
658
|
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
@@ -655,6 +665,7 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
|
655
665
|
]);
|
|
656
666
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
657
667
|
"_ariaLabel",
|
|
668
|
+
"_label",
|
|
658
669
|
"_on",
|
|
659
670
|
"_selected",
|
|
660
671
|
"_tabs",
|
|
@@ -700,6 +711,7 @@ const KolTooltip = /* @__PURE__ */ defineContainer("kol-tooltip", void 0, [
|
|
|
700
711
|
"_label"
|
|
701
712
|
]);
|
|
702
713
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
714
|
+
"_label",
|
|
703
715
|
"_version"
|
|
704
716
|
]);
|
|
705
717
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "1.6.0-rc.
|
|
3
|
+
"version": "1.6.0-rc.7",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/types": "7.22.5",
|
|
50
|
-
"@public-ui/components": "1.6.0-rc.
|
|
50
|
+
"@public-ui/components": "1.6.0-rc.7",
|
|
51
51
|
"@types/minimatch": "5.1.2",
|
|
52
52
|
"@types/minimist": "1.2.2",
|
|
53
53
|
"@types/node": "ts4.9",
|
|
54
54
|
"@types/normalize-package-data": "2.4.1",
|
|
55
|
-
"vue": "3.
|
|
56
|
-
"typescript": "5.
|
|
55
|
+
"vue": "3.3.4",
|
|
56
|
+
"typescript": "5.1.6",
|
|
57
57
|
"unbuild": "1.2.1"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@public-ui/components": "1.6.0-rc.
|
|
60
|
+
"@public-ui/components": "1.6.0-rc.7",
|
|
61
61
|
"vue": ">=3"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|