@public-ui/vue 3.0.0-rc.2 → 3.0.0-rc.4
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 -21
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +17 -21
- package/package.json +5 -5
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",
|
|
@@ -237,7 +237,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
|
237
237
|
"_open",
|
|
238
238
|
"_align",
|
|
239
239
|
"_label",
|
|
240
|
-
"_modal",
|
|
241
240
|
"_on"
|
|
242
241
|
]);
|
|
243
242
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
@@ -265,7 +264,7 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
|
265
264
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
266
265
|
"_accessKey",
|
|
267
266
|
"_checked",
|
|
268
|
-
"
|
|
267
|
+
"_hideMsg",
|
|
269
268
|
"_disabled",
|
|
270
269
|
"_hideLabel",
|
|
271
270
|
"_hint",
|
|
@@ -290,7 +289,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
290
289
|
"_accessKey",
|
|
291
290
|
"_autoComplete",
|
|
292
291
|
"_disabled",
|
|
293
|
-
"
|
|
292
|
+
"_hideMsg",
|
|
294
293
|
"_hideLabel",
|
|
295
294
|
"_hint",
|
|
296
295
|
"_icons",
|
|
@@ -312,7 +311,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
312
311
|
"_accessKey",
|
|
313
312
|
"_autoComplete",
|
|
314
313
|
"_disabled",
|
|
315
|
-
"
|
|
314
|
+
"_hideMsg",
|
|
316
315
|
"_hideLabel",
|
|
317
316
|
"_hint",
|
|
318
317
|
"_icons",
|
|
@@ -341,7 +340,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
341
340
|
"_autoComplete",
|
|
342
341
|
"_disabled",
|
|
343
342
|
"_hasCounter",
|
|
344
|
-
"
|
|
343
|
+
"_hideMsg",
|
|
345
344
|
"_hideLabel",
|
|
346
345
|
"_hint",
|
|
347
346
|
"_icons",
|
|
@@ -369,7 +368,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
369
368
|
"_accept",
|
|
370
369
|
"_accessKey",
|
|
371
370
|
"_disabled",
|
|
372
|
-
"
|
|
371
|
+
"_hideMsg",
|
|
373
372
|
"_hideLabel",
|
|
374
373
|
"_hint",
|
|
375
374
|
"_icons",
|
|
@@ -391,7 +390,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
391
390
|
"_accessKey",
|
|
392
391
|
"_autoComplete",
|
|
393
392
|
"_disabled",
|
|
394
|
-
"
|
|
393
|
+
"_hideMsg",
|
|
395
394
|
"_hideLabel",
|
|
396
395
|
"_hint",
|
|
397
396
|
"_icons",
|
|
@@ -420,7 +419,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
420
419
|
"_autoComplete",
|
|
421
420
|
"_disabled",
|
|
422
421
|
"_hasCounter",
|
|
423
|
-
"
|
|
422
|
+
"_hideMsg",
|
|
424
423
|
"_hideLabel",
|
|
425
424
|
"_hint",
|
|
426
425
|
"_icons",
|
|
@@ -446,7 +445,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
446
445
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
447
446
|
"_accessKey",
|
|
448
447
|
"_disabled",
|
|
449
|
-
"
|
|
448
|
+
"_hideMsg",
|
|
450
449
|
"_hideLabel",
|
|
451
450
|
"_hint",
|
|
452
451
|
"_id",
|
|
@@ -468,7 +467,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
468
467
|
"_accessKey",
|
|
469
468
|
"_autoComplete",
|
|
470
469
|
"_disabled",
|
|
471
|
-
"
|
|
470
|
+
"_hideMsg",
|
|
472
471
|
"_hideLabel",
|
|
473
472
|
"_hint",
|
|
474
473
|
"_icons",
|
|
@@ -493,7 +492,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
493
492
|
"_autoComplete",
|
|
494
493
|
"_disabled",
|
|
495
494
|
"_hasCounter",
|
|
496
|
-
"
|
|
495
|
+
"_hideMsg",
|
|
497
496
|
"_hideLabel",
|
|
498
497
|
"_hint",
|
|
499
498
|
"_icons",
|
|
@@ -561,7 +560,8 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
561
560
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
562
561
|
"_label",
|
|
563
562
|
"_on",
|
|
564
|
-
"_width"
|
|
563
|
+
"_width",
|
|
564
|
+
"_variant"
|
|
565
565
|
]);
|
|
566
566
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
567
567
|
"_collapsible",
|
|
@@ -601,7 +601,7 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
|
601
601
|
const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
602
602
|
"_accessKey",
|
|
603
603
|
"_disabled",
|
|
604
|
-
"
|
|
604
|
+
"_hideMsg",
|
|
605
605
|
"_hideLabel",
|
|
606
606
|
"_hint",
|
|
607
607
|
"_icons",
|
|
@@ -625,7 +625,7 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
625
625
|
"_accessKey",
|
|
626
626
|
"_placeholder",
|
|
627
627
|
"_disabled",
|
|
628
|
-
"
|
|
628
|
+
"_hideMsg",
|
|
629
629
|
"_hideLabel",
|
|
630
630
|
"_hint",
|
|
631
631
|
"_icons",
|
|
@@ -671,10 +671,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
671
671
|
"_value",
|
|
672
672
|
"_variant"
|
|
673
673
|
]);
|
|
674
|
-
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
675
|
-
"_label",
|
|
676
|
-
"_symbol"
|
|
677
|
-
]);
|
|
678
674
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
679
675
|
"_allowMultiSort",
|
|
680
676
|
"_data",
|
|
@@ -709,7 +705,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
709
705
|
"_adjustHeight",
|
|
710
706
|
"_disabled",
|
|
711
707
|
"_hasCounter",
|
|
712
|
-
"
|
|
708
|
+
"_hideMsg",
|
|
713
709
|
"_hideLabel",
|
|
714
710
|
"_hint",
|
|
715
711
|
"_icons",
|
|
@@ -795,7 +791,6 @@ exports.KolSingleSelect = KolSingleSelect;
|
|
|
795
791
|
exports.KolSkipNav = KolSkipNav;
|
|
796
792
|
exports.KolSpin = KolSpin;
|
|
797
793
|
exports.KolSplitButton = KolSplitButton;
|
|
798
|
-
exports.KolSymbol = KolSymbol;
|
|
799
794
|
exports.KolTableStateful = KolTableStateful;
|
|
800
795
|
exports.KolTableStateless = KolTableStateless;
|
|
801
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",
|
|
@@ -235,7 +235,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
|
235
235
|
"_open",
|
|
236
236
|
"_align",
|
|
237
237
|
"_label",
|
|
238
|
-
"_modal",
|
|
239
238
|
"_on"
|
|
240
239
|
]);
|
|
241
240
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
@@ -263,7 +262,7 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
|
263
262
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
264
263
|
"_accessKey",
|
|
265
264
|
"_checked",
|
|
266
|
-
"
|
|
265
|
+
"_hideMsg",
|
|
267
266
|
"_disabled",
|
|
268
267
|
"_hideLabel",
|
|
269
268
|
"_hint",
|
|
@@ -288,7 +287,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
288
287
|
"_accessKey",
|
|
289
288
|
"_autoComplete",
|
|
290
289
|
"_disabled",
|
|
291
|
-
"
|
|
290
|
+
"_hideMsg",
|
|
292
291
|
"_hideLabel",
|
|
293
292
|
"_hint",
|
|
294
293
|
"_icons",
|
|
@@ -310,7 +309,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
310
309
|
"_accessKey",
|
|
311
310
|
"_autoComplete",
|
|
312
311
|
"_disabled",
|
|
313
|
-
"
|
|
312
|
+
"_hideMsg",
|
|
314
313
|
"_hideLabel",
|
|
315
314
|
"_hint",
|
|
316
315
|
"_icons",
|
|
@@ -339,7 +338,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
339
338
|
"_autoComplete",
|
|
340
339
|
"_disabled",
|
|
341
340
|
"_hasCounter",
|
|
342
|
-
"
|
|
341
|
+
"_hideMsg",
|
|
343
342
|
"_hideLabel",
|
|
344
343
|
"_hint",
|
|
345
344
|
"_icons",
|
|
@@ -367,7 +366,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
367
366
|
"_accept",
|
|
368
367
|
"_accessKey",
|
|
369
368
|
"_disabled",
|
|
370
|
-
"
|
|
369
|
+
"_hideMsg",
|
|
371
370
|
"_hideLabel",
|
|
372
371
|
"_hint",
|
|
373
372
|
"_icons",
|
|
@@ -389,7 +388,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
389
388
|
"_accessKey",
|
|
390
389
|
"_autoComplete",
|
|
391
390
|
"_disabled",
|
|
392
|
-
"
|
|
391
|
+
"_hideMsg",
|
|
393
392
|
"_hideLabel",
|
|
394
393
|
"_hint",
|
|
395
394
|
"_icons",
|
|
@@ -418,7 +417,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
418
417
|
"_autoComplete",
|
|
419
418
|
"_disabled",
|
|
420
419
|
"_hasCounter",
|
|
421
|
-
"
|
|
420
|
+
"_hideMsg",
|
|
422
421
|
"_hideLabel",
|
|
423
422
|
"_hint",
|
|
424
423
|
"_icons",
|
|
@@ -444,7 +443,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
444
443
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
445
444
|
"_accessKey",
|
|
446
445
|
"_disabled",
|
|
447
|
-
"
|
|
446
|
+
"_hideMsg",
|
|
448
447
|
"_hideLabel",
|
|
449
448
|
"_hint",
|
|
450
449
|
"_id",
|
|
@@ -466,7 +465,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
466
465
|
"_accessKey",
|
|
467
466
|
"_autoComplete",
|
|
468
467
|
"_disabled",
|
|
469
|
-
"
|
|
468
|
+
"_hideMsg",
|
|
470
469
|
"_hideLabel",
|
|
471
470
|
"_hint",
|
|
472
471
|
"_icons",
|
|
@@ -491,7 +490,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
491
490
|
"_autoComplete",
|
|
492
491
|
"_disabled",
|
|
493
492
|
"_hasCounter",
|
|
494
|
-
"
|
|
493
|
+
"_hideMsg",
|
|
495
494
|
"_hideLabel",
|
|
496
495
|
"_hint",
|
|
497
496
|
"_icons",
|
|
@@ -559,7 +558,8 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
559
558
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
560
559
|
"_label",
|
|
561
560
|
"_on",
|
|
562
|
-
"_width"
|
|
561
|
+
"_width",
|
|
562
|
+
"_variant"
|
|
563
563
|
]);
|
|
564
564
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
565
565
|
"_collapsible",
|
|
@@ -599,7 +599,7 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
|
599
599
|
const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
600
600
|
"_accessKey",
|
|
601
601
|
"_disabled",
|
|
602
|
-
"
|
|
602
|
+
"_hideMsg",
|
|
603
603
|
"_hideLabel",
|
|
604
604
|
"_hint",
|
|
605
605
|
"_icons",
|
|
@@ -623,7 +623,7 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
623
623
|
"_accessKey",
|
|
624
624
|
"_placeholder",
|
|
625
625
|
"_disabled",
|
|
626
|
-
"
|
|
626
|
+
"_hideMsg",
|
|
627
627
|
"_hideLabel",
|
|
628
628
|
"_hint",
|
|
629
629
|
"_icons",
|
|
@@ -669,10 +669,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
669
669
|
"_value",
|
|
670
670
|
"_variant"
|
|
671
671
|
]);
|
|
672
|
-
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
673
|
-
"_label",
|
|
674
|
-
"_symbol"
|
|
675
|
-
]);
|
|
676
672
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
677
673
|
"_allowMultiSort",
|
|
678
674
|
"_data",
|
|
@@ -707,7 +703,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
707
703
|
"_adjustHeight",
|
|
708
704
|
"_disabled",
|
|
709
705
|
"_hasCounter",
|
|
710
|
-
"
|
|
706
|
+
"_hideMsg",
|
|
711
707
|
"_hideLabel",
|
|
712
708
|
"_hint",
|
|
713
709
|
"_icons",
|
|
@@ -754,4 +750,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
754
750
|
"_label"
|
|
755
751
|
]);
|
|
756
752
|
|
|
757
|
-
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.4",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"vue"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@babel/types": "7.26.
|
|
48
|
+
"@babel/types": "7.26.7",
|
|
49
49
|
"@types/minimatch": "5.1.2",
|
|
50
50
|
"@types/minimist": "1.2.5",
|
|
51
51
|
"@types/normalize-package-data": "2.4.4",
|
|
52
|
-
"typescript": "5.7.
|
|
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.4"
|
|
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.4"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|