@public-ui/vue 3.0.0-0edf6aa20a9ac9faa46ebe0e45a8c62841b05164.0 → 3.0.0-37e952f54ae220a836264edf844556a2c45116ea.0

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 CHANGED
@@ -171,7 +171,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
171
171
  "_role",
172
172
  "_shortKey",
173
173
  "_syncValueBySelector",
174
- "_tabIndex",
175
174
  "_tooltipAlign",
176
175
  "_type",
177
176
  "_value",
@@ -193,7 +192,6 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
193
192
  "_role",
194
193
  "_shortKey",
195
194
  "_syncValueBySelector",
196
- "_tabIndex",
197
195
  "_tooltipAlign",
198
196
  "_type",
199
197
  "_value"
@@ -221,7 +219,6 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
221
219
  "_required",
222
220
  "_shortKey",
223
221
  "_syncValueBySelector",
224
- "_tabIndex",
225
222
  "_tooltipAlign",
226
223
  "_touched",
227
224
  "_value"
@@ -279,7 +276,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
279
276
  "_required",
280
277
  "_shortKey",
281
278
  "_syncValueBySelector",
282
- "_tabIndex",
283
279
  "_tooltipAlign",
284
280
  "_touched",
285
281
  "_value",
@@ -302,7 +298,6 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
302
298
  "_smartButton",
303
299
  "_suggestions",
304
300
  "_syncValueBySelector",
305
- "_tabIndex",
306
301
  "_tooltipAlign",
307
302
  "_touched",
308
303
  "_value"
@@ -329,7 +324,6 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
329
324
  "_suggestions",
330
325
  "_syncValueBySelector",
331
326
  "_step",
332
- "_tabIndex",
333
327
  "_tooltipAlign",
334
328
  "_touched",
335
329
  "_type",
@@ -359,7 +353,6 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
359
353
  "_smartButton",
360
354
  "_suggestions",
361
355
  "_syncValueBySelector",
362
- "_tabIndex",
363
356
  "_tooltipAlign",
364
357
  "_touched",
365
358
  "_value"
@@ -382,7 +375,6 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
382
375
  "_shortKey",
383
376
  "_smartButton",
384
377
  "_syncValueBySelector",
385
- "_tabIndex",
386
378
  "_tooltipAlign",
387
379
  "_touched"
388
380
  ]);
@@ -409,7 +401,6 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
409
401
  "_suggestions",
410
402
  "_step",
411
403
  "_syncValueBySelector",
412
- "_tabIndex",
413
404
  "_tooltipAlign",
414
405
  "_touched",
415
406
  "_value"
@@ -436,7 +427,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
436
427
  "_shortKey",
437
428
  "_smartButton",
438
429
  "_syncValueBySelector",
439
- "_tabIndex",
440
430
  "_tooltipAlign",
441
431
  "_touched",
442
432
  "_value",
@@ -458,7 +448,6 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
458
448
  "_required",
459
449
  "_shortKey",
460
450
  "_syncValueBySelector",
461
- "_tabIndex",
462
451
  "_tooltipAlign",
463
452
  "_touched",
464
453
  "_value"
@@ -482,7 +471,6 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
482
471
  "_step",
483
472
  "_suggestions",
484
473
  "_syncValueBySelector",
485
- "_tabIndex",
486
474
  "_tooltipAlign",
487
475
  "_touched",
488
476
  "_value"
@@ -511,7 +499,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
511
499
  "_suggestions",
512
500
  "_smartButton",
513
501
  "_syncValueBySelector",
514
- "_tabIndex",
515
502
  "_tooltipAlign",
516
503
  "_touched",
517
504
  "_type",
@@ -534,7 +521,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
534
521
  "_on",
535
522
  "_role",
536
523
  "_shortKey",
537
- "_tabIndex",
538
524
  "_target",
539
525
  "_tooltipAlign"
540
526
  ]);
@@ -552,7 +538,6 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
552
538
  "_on",
553
539
  "_role",
554
540
  "_shortKey",
555
- "_tabIndex",
556
541
  "_target",
557
542
  "_tooltipAlign",
558
543
  "_variant"
@@ -589,7 +574,29 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
589
574
  "_accessKey",
590
575
  "_ariaControls",
591
576
  "_ariaDescription",
592
- "_ariaExpanded",
577
+ "_ariaSelected",
578
+ "_customClass",
579
+ "_disabled",
580
+ "_hideLabel",
581
+ "_icons",
582
+ "_id",
583
+ "_label",
584
+ "_name",
585
+ "_on",
586
+ "_popoverAlign",
587
+ "_role",
588
+ "_shortKey",
589
+ "_syncValueBySelector",
590
+ "_tabIndex",
591
+ "_tooltipAlign",
592
+ "_type",
593
+ "_value",
594
+ "_variant"
595
+ ]);
596
+ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
597
+ "_accessKey",
598
+ "_ariaControls",
599
+ "_ariaDescription",
593
600
  "_ariaSelected",
594
601
  "_customClass",
595
602
  "_disabled",
@@ -662,10 +669,11 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
662
669
  "_required",
663
670
  "_shortKey",
664
671
  "_syncValueBySelector",
665
- "_tabIndex",
666
672
  "_tooltipAlign",
667
673
  "_touched",
668
- "_value"
674
+ "_value",
675
+ "_hideClearButton",
676
+ "_rows"
669
677
  ]);
670
678
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
671
679
  "_label",
@@ -689,7 +697,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
689
697
  "_on",
690
698
  "_role",
691
699
  "_syncValueBySelector",
692
- "_tabIndex",
693
700
  "_tooltipAlign",
694
701
  "_type",
695
702
  "_value",
@@ -705,7 +712,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
705
712
  "_pagination",
706
713
  "_paginationPosition",
707
714
  "_selection",
708
- "_on"
715
+ "_on",
716
+ "_tableSettings"
709
717
  ]);
710
718
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
711
719
  "_data",
@@ -714,7 +722,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
714
722
  "_label",
715
723
  "_minWidth",
716
724
  "_on",
717
- "_selection"
725
+ "_selection",
726
+ "_tableSettings"
718
727
  ]);
719
728
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
720
729
  "_align",
@@ -747,7 +756,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
747
756
  "_shortKey",
748
757
  "_spellCheck",
749
758
  "_syncValueBySelector",
750
- "_tabIndex",
751
759
  "_tooltipAlign",
752
760
  "_touched",
753
761
  "_value"
@@ -809,6 +817,7 @@ exports.KolModal = KolModal;
809
817
  exports.KolNav = KolNav;
810
818
  exports.KolPagination = KolPagination;
811
819
  exports.KolPopoverButton = KolPopoverButton;
820
+ exports.KolPopoverButtonWc = KolPopoverButtonWc;
812
821
  exports.KolProgress = KolProgress;
813
822
  exports.KolQuote = KolQuote;
814
823
  exports.KolSelect = KolSelect;
package/dist/index.d.ts CHANGED
@@ -41,6 +41,7 @@ declare const KolModal: vue.DefineSetupFnComponent<JSX.KolModal & InputProps<str
41
41
  declare const KolNav: vue.DefineSetupFnComponent<JSX.KolNav & InputProps<string | number | boolean>, {}, {}, JSX.KolNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
42
42
  declare const KolPagination: vue.DefineSetupFnComponent<JSX.KolPagination & InputProps<string | number | boolean>, {}, {}, JSX.KolPagination & InputProps<string | number | boolean> & {}, vue.PublicProps>;
43
43
  declare const KolPopoverButton: vue.DefineSetupFnComponent<JSX.KolPopoverButton & InputProps<string | number | boolean>, {}, {}, JSX.KolPopoverButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
44
+ declare const KolPopoverButtonWc: vue.DefineSetupFnComponent<JSX.KolPopoverButtonWc & InputProps<string | number | boolean>, {}, {}, JSX.KolPopoverButtonWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
44
45
  declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputProps<string | number | boolean>, {}, {}, JSX.KolProgress & InputProps<string | number | boolean> & {}, vue.PublicProps>;
45
46
  declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
46
47
  declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
@@ -59,4 +60,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
59
60
  declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
60
61
  declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
61
62
 
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, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
63
+ 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, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -169,7 +169,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
169
169
  "_role",
170
170
  "_shortKey",
171
171
  "_syncValueBySelector",
172
- "_tabIndex",
173
172
  "_tooltipAlign",
174
173
  "_type",
175
174
  "_value",
@@ -191,7 +190,6 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
191
190
  "_role",
192
191
  "_shortKey",
193
192
  "_syncValueBySelector",
194
- "_tabIndex",
195
193
  "_tooltipAlign",
196
194
  "_type",
197
195
  "_value"
@@ -219,7 +217,6 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
219
217
  "_required",
220
218
  "_shortKey",
221
219
  "_syncValueBySelector",
222
- "_tabIndex",
223
220
  "_tooltipAlign",
224
221
  "_touched",
225
222
  "_value"
@@ -277,7 +274,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
277
274
  "_required",
278
275
  "_shortKey",
279
276
  "_syncValueBySelector",
280
- "_tabIndex",
281
277
  "_tooltipAlign",
282
278
  "_touched",
283
279
  "_value",
@@ -300,7 +296,6 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
300
296
  "_smartButton",
301
297
  "_suggestions",
302
298
  "_syncValueBySelector",
303
- "_tabIndex",
304
299
  "_tooltipAlign",
305
300
  "_touched",
306
301
  "_value"
@@ -327,7 +322,6 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
327
322
  "_suggestions",
328
323
  "_syncValueBySelector",
329
324
  "_step",
330
- "_tabIndex",
331
325
  "_tooltipAlign",
332
326
  "_touched",
333
327
  "_type",
@@ -357,7 +351,6 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
357
351
  "_smartButton",
358
352
  "_suggestions",
359
353
  "_syncValueBySelector",
360
- "_tabIndex",
361
354
  "_tooltipAlign",
362
355
  "_touched",
363
356
  "_value"
@@ -380,7 +373,6 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
380
373
  "_shortKey",
381
374
  "_smartButton",
382
375
  "_syncValueBySelector",
383
- "_tabIndex",
384
376
  "_tooltipAlign",
385
377
  "_touched"
386
378
  ]);
@@ -407,7 +399,6 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
407
399
  "_suggestions",
408
400
  "_step",
409
401
  "_syncValueBySelector",
410
- "_tabIndex",
411
402
  "_tooltipAlign",
412
403
  "_touched",
413
404
  "_value"
@@ -434,7 +425,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
434
425
  "_shortKey",
435
426
  "_smartButton",
436
427
  "_syncValueBySelector",
437
- "_tabIndex",
438
428
  "_tooltipAlign",
439
429
  "_touched",
440
430
  "_value",
@@ -456,7 +446,6 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
456
446
  "_required",
457
447
  "_shortKey",
458
448
  "_syncValueBySelector",
459
- "_tabIndex",
460
449
  "_tooltipAlign",
461
450
  "_touched",
462
451
  "_value"
@@ -480,7 +469,6 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
480
469
  "_step",
481
470
  "_suggestions",
482
471
  "_syncValueBySelector",
483
- "_tabIndex",
484
472
  "_tooltipAlign",
485
473
  "_touched",
486
474
  "_value"
@@ -509,7 +497,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
509
497
  "_suggestions",
510
498
  "_smartButton",
511
499
  "_syncValueBySelector",
512
- "_tabIndex",
513
500
  "_tooltipAlign",
514
501
  "_touched",
515
502
  "_type",
@@ -532,7 +519,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
532
519
  "_on",
533
520
  "_role",
534
521
  "_shortKey",
535
- "_tabIndex",
536
522
  "_target",
537
523
  "_tooltipAlign"
538
524
  ]);
@@ -550,7 +536,6 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
550
536
  "_on",
551
537
  "_role",
552
538
  "_shortKey",
553
- "_tabIndex",
554
539
  "_target",
555
540
  "_tooltipAlign",
556
541
  "_variant"
@@ -587,7 +572,29 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
587
572
  "_accessKey",
588
573
  "_ariaControls",
589
574
  "_ariaDescription",
590
- "_ariaExpanded",
575
+ "_ariaSelected",
576
+ "_customClass",
577
+ "_disabled",
578
+ "_hideLabel",
579
+ "_icons",
580
+ "_id",
581
+ "_label",
582
+ "_name",
583
+ "_on",
584
+ "_popoverAlign",
585
+ "_role",
586
+ "_shortKey",
587
+ "_syncValueBySelector",
588
+ "_tabIndex",
589
+ "_tooltipAlign",
590
+ "_type",
591
+ "_value",
592
+ "_variant"
593
+ ]);
594
+ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
595
+ "_accessKey",
596
+ "_ariaControls",
597
+ "_ariaDescription",
591
598
  "_ariaSelected",
592
599
  "_customClass",
593
600
  "_disabled",
@@ -660,10 +667,11 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
660
667
  "_required",
661
668
  "_shortKey",
662
669
  "_syncValueBySelector",
663
- "_tabIndex",
664
670
  "_tooltipAlign",
665
671
  "_touched",
666
- "_value"
672
+ "_value",
673
+ "_hideClearButton",
674
+ "_rows"
667
675
  ]);
668
676
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
669
677
  "_label",
@@ -687,7 +695,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
687
695
  "_on",
688
696
  "_role",
689
697
  "_syncValueBySelector",
690
- "_tabIndex",
691
698
  "_tooltipAlign",
692
699
  "_type",
693
700
  "_value",
@@ -703,7 +710,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
703
710
  "_pagination",
704
711
  "_paginationPosition",
705
712
  "_selection",
706
- "_on"
713
+ "_on",
714
+ "_tableSettings"
707
715
  ]);
708
716
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
709
717
  "_data",
@@ -712,7 +720,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
712
720
  "_label",
713
721
  "_minWidth",
714
722
  "_on",
715
- "_selection"
723
+ "_selection",
724
+ "_tableSettings"
716
725
  ]);
717
726
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
718
727
  "_align",
@@ -745,7 +754,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
745
754
  "_shortKey",
746
755
  "_spellCheck",
747
756
  "_syncValueBySelector",
748
- "_tabIndex",
749
757
  "_tooltipAlign",
750
758
  "_touched",
751
759
  "_value"
@@ -774,4 +782,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
774
782
  "_label"
775
783
  ]);
776
784
 
777
- 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, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
785
+ 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, KolPopoverButton, KolPopoverButtonWc, 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-0edf6aa20a9ac9faa46ebe0e45a8c62841b05164.0",
3
+ "version": "3.0.0-37e952f54ae220a836264edf844556a2c45116ea.0",
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.7",
48
+ "@babel/types": "7.26.10",
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.3",
52
+ "typescript": "5.8.2",
53
53
  "unbuild": "1.2.1",
54
54
  "vue": "3.4.21",
55
- "@public-ui/components": "3.0.0-0edf6aa20a9ac9faa46ebe0e45a8c62841b05164.0"
55
+ "@public-ui/components": "3.0.0-37e952f54ae220a836264edf844556a2c45116ea.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.0-0edf6aa20a9ac9faa46ebe0e45a8c62841b05164.0"
59
+ "@public-ui/components": "3.0.0-37e952f54ae220a836264edf844556a2c45116ea.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",