@public-ui/vue 3.0.0-rc.3 → 3.0.0-rc.5
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/README.md +1 -1
- package/dist/index.cjs +16 -20
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +17 -20
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ First, initialize KoliBri with a [theme](https://github.com/public-ui/kolibri/tr
|
|
|
28
28
|
|
|
29
29
|
```ts
|
|
30
30
|
import { createApp } from 'vue';
|
|
31
|
-
import { DEFAULT } from '@public-ui/
|
|
31
|
+
import { DEFAULT } from '@public-ui/theme-default';
|
|
32
32
|
import { defineCustomElements } from '@public-ui/components/dist/loader';
|
|
33
33
|
import { register } from '@public-ui/components';
|
|
34
34
|
|
package/dist/index.cjs
CHANGED
|
@@ -208,7 +208,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
208
208
|
"_accessKey",
|
|
209
209
|
"_placeholder",
|
|
210
210
|
"_disabled",
|
|
211
|
-
"
|
|
211
|
+
"_hideMsg",
|
|
212
212
|
"_hideLabel",
|
|
213
213
|
"_hint",
|
|
214
214
|
"_icons",
|
|
@@ -264,7 +264,7 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
|
264
264
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
265
265
|
"_accessKey",
|
|
266
266
|
"_checked",
|
|
267
|
-
"
|
|
267
|
+
"_hideMsg",
|
|
268
268
|
"_disabled",
|
|
269
269
|
"_hideLabel",
|
|
270
270
|
"_hint",
|
|
@@ -289,7 +289,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
289
289
|
"_accessKey",
|
|
290
290
|
"_autoComplete",
|
|
291
291
|
"_disabled",
|
|
292
|
-
"
|
|
292
|
+
"_hideMsg",
|
|
293
293
|
"_hideLabel",
|
|
294
294
|
"_hint",
|
|
295
295
|
"_icons",
|
|
@@ -311,7 +311,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
311
311
|
"_accessKey",
|
|
312
312
|
"_autoComplete",
|
|
313
313
|
"_disabled",
|
|
314
|
-
"
|
|
314
|
+
"_hideMsg",
|
|
315
315
|
"_hideLabel",
|
|
316
316
|
"_hint",
|
|
317
317
|
"_icons",
|
|
@@ -340,7 +340,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
340
340
|
"_autoComplete",
|
|
341
341
|
"_disabled",
|
|
342
342
|
"_hasCounter",
|
|
343
|
-
"
|
|
343
|
+
"_hideMsg",
|
|
344
344
|
"_hideLabel",
|
|
345
345
|
"_hint",
|
|
346
346
|
"_icons",
|
|
@@ -368,7 +368,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
368
368
|
"_accept",
|
|
369
369
|
"_accessKey",
|
|
370
370
|
"_disabled",
|
|
371
|
-
"
|
|
371
|
+
"_hideMsg",
|
|
372
372
|
"_hideLabel",
|
|
373
373
|
"_hint",
|
|
374
374
|
"_icons",
|
|
@@ -390,7 +390,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
390
390
|
"_accessKey",
|
|
391
391
|
"_autoComplete",
|
|
392
392
|
"_disabled",
|
|
393
|
-
"
|
|
393
|
+
"_hideMsg",
|
|
394
394
|
"_hideLabel",
|
|
395
395
|
"_hint",
|
|
396
396
|
"_icons",
|
|
@@ -419,7 +419,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
419
419
|
"_autoComplete",
|
|
420
420
|
"_disabled",
|
|
421
421
|
"_hasCounter",
|
|
422
|
-
"
|
|
422
|
+
"_hideMsg",
|
|
423
423
|
"_hideLabel",
|
|
424
424
|
"_hint",
|
|
425
425
|
"_icons",
|
|
@@ -445,7 +445,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
445
445
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
446
446
|
"_accessKey",
|
|
447
447
|
"_disabled",
|
|
448
|
-
"
|
|
448
|
+
"_hideMsg",
|
|
449
449
|
"_hideLabel",
|
|
450
450
|
"_hint",
|
|
451
451
|
"_id",
|
|
@@ -467,7 +467,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
467
467
|
"_accessKey",
|
|
468
468
|
"_autoComplete",
|
|
469
469
|
"_disabled",
|
|
470
|
-
"
|
|
470
|
+
"_hideMsg",
|
|
471
471
|
"_hideLabel",
|
|
472
472
|
"_hint",
|
|
473
473
|
"_icons",
|
|
@@ -492,7 +492,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
492
492
|
"_autoComplete",
|
|
493
493
|
"_disabled",
|
|
494
494
|
"_hasCounter",
|
|
495
|
-
"
|
|
495
|
+
"_hideMsg",
|
|
496
496
|
"_hideLabel",
|
|
497
497
|
"_hint",
|
|
498
498
|
"_icons",
|
|
@@ -560,7 +560,8 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
560
560
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
561
561
|
"_label",
|
|
562
562
|
"_on",
|
|
563
|
-
"_width"
|
|
563
|
+
"_width",
|
|
564
|
+
"_variant"
|
|
564
565
|
]);
|
|
565
566
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
566
567
|
"_collapsible",
|
|
@@ -600,7 +601,7 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
|
600
601
|
const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
601
602
|
"_accessKey",
|
|
602
603
|
"_disabled",
|
|
603
|
-
"
|
|
604
|
+
"_hideMsg",
|
|
604
605
|
"_hideLabel",
|
|
605
606
|
"_hint",
|
|
606
607
|
"_icons",
|
|
@@ -624,7 +625,7 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
624
625
|
"_accessKey",
|
|
625
626
|
"_placeholder",
|
|
626
627
|
"_disabled",
|
|
627
|
-
"
|
|
628
|
+
"_hideMsg",
|
|
628
629
|
"_hideLabel",
|
|
629
630
|
"_hint",
|
|
630
631
|
"_icons",
|
|
@@ -670,10 +671,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
670
671
|
"_value",
|
|
671
672
|
"_variant"
|
|
672
673
|
]);
|
|
673
|
-
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
674
|
-
"_label",
|
|
675
|
-
"_symbol"
|
|
676
|
-
]);
|
|
677
674
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
678
675
|
"_allowMultiSort",
|
|
679
676
|
"_data",
|
|
@@ -708,7 +705,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
708
705
|
"_adjustHeight",
|
|
709
706
|
"_disabled",
|
|
710
707
|
"_hasCounter",
|
|
711
|
-
"
|
|
708
|
+
"_hideMsg",
|
|
712
709
|
"_hideLabel",
|
|
713
710
|
"_hint",
|
|
714
711
|
"_icons",
|
|
@@ -794,7 +791,6 @@ exports.KolSingleSelect = KolSingleSelect;
|
|
|
794
791
|
exports.KolSkipNav = KolSkipNav;
|
|
795
792
|
exports.KolSpin = KolSpin;
|
|
796
793
|
exports.KolSplitButton = KolSplitButton;
|
|
797
|
-
exports.KolSymbol = KolSymbol;
|
|
798
794
|
exports.KolTableStateful = KolTableStateful;
|
|
799
795
|
exports.KolTableStateless = KolTableStateless;
|
|
800
796
|
exports.KolTabs = KolTabs;
|
package/dist/index.d.ts
CHANGED
|
@@ -47,7 +47,6 @@ declare const KolSingleSelect: vue.DefineSetupFnComponent<JSX.KolSingleSelect &
|
|
|
47
47
|
declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, {}, {}, JSX.KolSkipNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
48
48
|
declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
49
49
|
declare const KolSplitButton: vue.DefineSetupFnComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, {}, {}, JSX.KolSplitButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
50
|
-
declare const KolSymbol: vue.DefineSetupFnComponent<JSX.KolSymbol & InputProps<string | number | boolean>, {}, {}, JSX.KolSymbol & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
51
50
|
declare const KolTableStateful: vue.DefineSetupFnComponent<JSX.KolTableStateful & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateful & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
52
51
|
declare const KolTableStateless: vue.DefineSetupFnComponent<JSX.KolTableStateless & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateless & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
53
52
|
declare const KolTabs: vue.DefineSetupFnComponent<JSX.KolTabs & InputProps<string | number | boolean>, {}, {}, JSX.KolTabs & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -59,4 +58,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
|
|
|
59
58
|
declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
60
59
|
declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
61
60
|
|
|
62
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton,
|
|
61
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -206,7 +206,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
206
206
|
"_accessKey",
|
|
207
207
|
"_placeholder",
|
|
208
208
|
"_disabled",
|
|
209
|
-
"
|
|
209
|
+
"_hideMsg",
|
|
210
210
|
"_hideLabel",
|
|
211
211
|
"_hint",
|
|
212
212
|
"_icons",
|
|
@@ -262,7 +262,7 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
|
262
262
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
263
263
|
"_accessKey",
|
|
264
264
|
"_checked",
|
|
265
|
-
"
|
|
265
|
+
"_hideMsg",
|
|
266
266
|
"_disabled",
|
|
267
267
|
"_hideLabel",
|
|
268
268
|
"_hint",
|
|
@@ -287,7 +287,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
287
287
|
"_accessKey",
|
|
288
288
|
"_autoComplete",
|
|
289
289
|
"_disabled",
|
|
290
|
-
"
|
|
290
|
+
"_hideMsg",
|
|
291
291
|
"_hideLabel",
|
|
292
292
|
"_hint",
|
|
293
293
|
"_icons",
|
|
@@ -309,7 +309,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
309
309
|
"_accessKey",
|
|
310
310
|
"_autoComplete",
|
|
311
311
|
"_disabled",
|
|
312
|
-
"
|
|
312
|
+
"_hideMsg",
|
|
313
313
|
"_hideLabel",
|
|
314
314
|
"_hint",
|
|
315
315
|
"_icons",
|
|
@@ -338,7 +338,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
338
338
|
"_autoComplete",
|
|
339
339
|
"_disabled",
|
|
340
340
|
"_hasCounter",
|
|
341
|
-
"
|
|
341
|
+
"_hideMsg",
|
|
342
342
|
"_hideLabel",
|
|
343
343
|
"_hint",
|
|
344
344
|
"_icons",
|
|
@@ -366,7 +366,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
366
366
|
"_accept",
|
|
367
367
|
"_accessKey",
|
|
368
368
|
"_disabled",
|
|
369
|
-
"
|
|
369
|
+
"_hideMsg",
|
|
370
370
|
"_hideLabel",
|
|
371
371
|
"_hint",
|
|
372
372
|
"_icons",
|
|
@@ -388,7 +388,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
388
388
|
"_accessKey",
|
|
389
389
|
"_autoComplete",
|
|
390
390
|
"_disabled",
|
|
391
|
-
"
|
|
391
|
+
"_hideMsg",
|
|
392
392
|
"_hideLabel",
|
|
393
393
|
"_hint",
|
|
394
394
|
"_icons",
|
|
@@ -417,7 +417,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
417
417
|
"_autoComplete",
|
|
418
418
|
"_disabled",
|
|
419
419
|
"_hasCounter",
|
|
420
|
-
"
|
|
420
|
+
"_hideMsg",
|
|
421
421
|
"_hideLabel",
|
|
422
422
|
"_hint",
|
|
423
423
|
"_icons",
|
|
@@ -443,7 +443,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
443
443
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
444
444
|
"_accessKey",
|
|
445
445
|
"_disabled",
|
|
446
|
-
"
|
|
446
|
+
"_hideMsg",
|
|
447
447
|
"_hideLabel",
|
|
448
448
|
"_hint",
|
|
449
449
|
"_id",
|
|
@@ -465,7 +465,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
465
465
|
"_accessKey",
|
|
466
466
|
"_autoComplete",
|
|
467
467
|
"_disabled",
|
|
468
|
-
"
|
|
468
|
+
"_hideMsg",
|
|
469
469
|
"_hideLabel",
|
|
470
470
|
"_hint",
|
|
471
471
|
"_icons",
|
|
@@ -490,7 +490,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
490
490
|
"_autoComplete",
|
|
491
491
|
"_disabled",
|
|
492
492
|
"_hasCounter",
|
|
493
|
-
"
|
|
493
|
+
"_hideMsg",
|
|
494
494
|
"_hideLabel",
|
|
495
495
|
"_hint",
|
|
496
496
|
"_icons",
|
|
@@ -558,7 +558,8 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
558
558
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
559
559
|
"_label",
|
|
560
560
|
"_on",
|
|
561
|
-
"_width"
|
|
561
|
+
"_width",
|
|
562
|
+
"_variant"
|
|
562
563
|
]);
|
|
563
564
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
564
565
|
"_collapsible",
|
|
@@ -598,7 +599,7 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
|
598
599
|
const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
599
600
|
"_accessKey",
|
|
600
601
|
"_disabled",
|
|
601
|
-
"
|
|
602
|
+
"_hideMsg",
|
|
602
603
|
"_hideLabel",
|
|
603
604
|
"_hint",
|
|
604
605
|
"_icons",
|
|
@@ -622,7 +623,7 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
622
623
|
"_accessKey",
|
|
623
624
|
"_placeholder",
|
|
624
625
|
"_disabled",
|
|
625
|
-
"
|
|
626
|
+
"_hideMsg",
|
|
626
627
|
"_hideLabel",
|
|
627
628
|
"_hint",
|
|
628
629
|
"_icons",
|
|
@@ -668,10 +669,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
668
669
|
"_value",
|
|
669
670
|
"_variant"
|
|
670
671
|
]);
|
|
671
|
-
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
672
|
-
"_label",
|
|
673
|
-
"_symbol"
|
|
674
|
-
]);
|
|
675
672
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
676
673
|
"_allowMultiSort",
|
|
677
674
|
"_data",
|
|
@@ -706,7 +703,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
706
703
|
"_adjustHeight",
|
|
707
704
|
"_disabled",
|
|
708
705
|
"_hasCounter",
|
|
709
|
-
"
|
|
706
|
+
"_hideMsg",
|
|
710
707
|
"_hideLabel",
|
|
711
708
|
"_hint",
|
|
712
709
|
"_icons",
|
|
@@ -753,4 +750,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
753
750
|
"_label"
|
|
754
751
|
]);
|
|
755
752
|
|
|
756
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton,
|
|
753
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.5",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"typescript": "5.7.3",
|
|
53
53
|
"unbuild": "1.2.1",
|
|
54
54
|
"vue": "3.4.21",
|
|
55
|
-
"@public-ui/components": "3.0.0-rc.
|
|
55
|
+
"@public-ui/components": "3.0.0-rc.5"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"vue": ">=3",
|
|
59
|
-
"@public-ui/components": "3.0.0-rc.
|
|
59
|
+
"@public-ui/components": "3.0.0-rc.5"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|