@public-ui/vue 3.0.0-0edf6aa20a9ac9faa46ebe0e45a8c62841b05164.0 → 3.0.0-3f7ce4d6fae47ec93967f553e36b3173cbf0ab8d.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 +31 -21
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +31 -22
- package/package.json +5 -5
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"
|
|
@@ -609,6 +594,30 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
|
|
|
609
594
|
"_value",
|
|
610
595
|
"_variant"
|
|
611
596
|
]);
|
|
597
|
+
const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
|
|
598
|
+
"_accessKey",
|
|
599
|
+
"_ariaControls",
|
|
600
|
+
"_ariaDescription",
|
|
601
|
+
"_ariaExpanded",
|
|
602
|
+
"_ariaSelected",
|
|
603
|
+
"_customClass",
|
|
604
|
+
"_disabled",
|
|
605
|
+
"_hideLabel",
|
|
606
|
+
"_icons",
|
|
607
|
+
"_id",
|
|
608
|
+
"_label",
|
|
609
|
+
"_name",
|
|
610
|
+
"_on",
|
|
611
|
+
"_popoverAlign",
|
|
612
|
+
"_role",
|
|
613
|
+
"_shortKey",
|
|
614
|
+
"_syncValueBySelector",
|
|
615
|
+
"_tabIndex",
|
|
616
|
+
"_tooltipAlign",
|
|
617
|
+
"_type",
|
|
618
|
+
"_value",
|
|
619
|
+
"_variant"
|
|
620
|
+
]);
|
|
612
621
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
613
622
|
"_label",
|
|
614
623
|
"_max",
|
|
@@ -662,10 +671,10 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
662
671
|
"_required",
|
|
663
672
|
"_shortKey",
|
|
664
673
|
"_syncValueBySelector",
|
|
665
|
-
"_tabIndex",
|
|
666
674
|
"_tooltipAlign",
|
|
667
675
|
"_touched",
|
|
668
|
-
"_value"
|
|
676
|
+
"_value",
|
|
677
|
+
"_hideClearButton"
|
|
669
678
|
]);
|
|
670
679
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
671
680
|
"_label",
|
|
@@ -689,7 +698,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
689
698
|
"_on",
|
|
690
699
|
"_role",
|
|
691
700
|
"_syncValueBySelector",
|
|
692
|
-
"_tabIndex",
|
|
693
701
|
"_tooltipAlign",
|
|
694
702
|
"_type",
|
|
695
703
|
"_value",
|
|
@@ -705,7 +713,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
|
|
|
705
713
|
"_pagination",
|
|
706
714
|
"_paginationPosition",
|
|
707
715
|
"_selection",
|
|
708
|
-
"_on"
|
|
716
|
+
"_on",
|
|
717
|
+
"_tableSettings"
|
|
709
718
|
]);
|
|
710
719
|
const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
|
|
711
720
|
"_data",
|
|
@@ -714,7 +723,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
|
|
|
714
723
|
"_label",
|
|
715
724
|
"_minWidth",
|
|
716
725
|
"_on",
|
|
717
|
-
"_selection"
|
|
726
|
+
"_selection",
|
|
727
|
+
"_tableSettings"
|
|
718
728
|
]);
|
|
719
729
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
720
730
|
"_align",
|
|
@@ -747,7 +757,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
747
757
|
"_shortKey",
|
|
748
758
|
"_spellCheck",
|
|
749
759
|
"_syncValueBySelector",
|
|
750
|
-
"_tabIndex",
|
|
751
760
|
"_tooltipAlign",
|
|
752
761
|
"_touched",
|
|
753
762
|
"_value"
|
|
@@ -809,6 +818,7 @@ exports.KolModal = KolModal;
|
|
|
809
818
|
exports.KolNav = KolNav;
|
|
810
819
|
exports.KolPagination = KolPagination;
|
|
811
820
|
exports.KolPopoverButton = KolPopoverButton;
|
|
821
|
+
exports.KolPopoverButtonWc = KolPopoverButtonWc;
|
|
812
822
|
exports.KolProgress = KolProgress;
|
|
813
823
|
exports.KolQuote = KolQuote;
|
|
814
824
|
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"
|
|
@@ -607,6 +592,30 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
|
|
|
607
592
|
"_value",
|
|
608
593
|
"_variant"
|
|
609
594
|
]);
|
|
595
|
+
const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
|
|
596
|
+
"_accessKey",
|
|
597
|
+
"_ariaControls",
|
|
598
|
+
"_ariaDescription",
|
|
599
|
+
"_ariaExpanded",
|
|
600
|
+
"_ariaSelected",
|
|
601
|
+
"_customClass",
|
|
602
|
+
"_disabled",
|
|
603
|
+
"_hideLabel",
|
|
604
|
+
"_icons",
|
|
605
|
+
"_id",
|
|
606
|
+
"_label",
|
|
607
|
+
"_name",
|
|
608
|
+
"_on",
|
|
609
|
+
"_popoverAlign",
|
|
610
|
+
"_role",
|
|
611
|
+
"_shortKey",
|
|
612
|
+
"_syncValueBySelector",
|
|
613
|
+
"_tabIndex",
|
|
614
|
+
"_tooltipAlign",
|
|
615
|
+
"_type",
|
|
616
|
+
"_value",
|
|
617
|
+
"_variant"
|
|
618
|
+
]);
|
|
610
619
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
611
620
|
"_label",
|
|
612
621
|
"_max",
|
|
@@ -660,10 +669,10 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
660
669
|
"_required",
|
|
661
670
|
"_shortKey",
|
|
662
671
|
"_syncValueBySelector",
|
|
663
|
-
"_tabIndex",
|
|
664
672
|
"_tooltipAlign",
|
|
665
673
|
"_touched",
|
|
666
|
-
"_value"
|
|
674
|
+
"_value",
|
|
675
|
+
"_hideClearButton"
|
|
667
676
|
]);
|
|
668
677
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
669
678
|
"_label",
|
|
@@ -687,7 +696,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
687
696
|
"_on",
|
|
688
697
|
"_role",
|
|
689
698
|
"_syncValueBySelector",
|
|
690
|
-
"_tabIndex",
|
|
691
699
|
"_tooltipAlign",
|
|
692
700
|
"_type",
|
|
693
701
|
"_value",
|
|
@@ -703,7 +711,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
|
|
|
703
711
|
"_pagination",
|
|
704
712
|
"_paginationPosition",
|
|
705
713
|
"_selection",
|
|
706
|
-
"_on"
|
|
714
|
+
"_on",
|
|
715
|
+
"_tableSettings"
|
|
707
716
|
]);
|
|
708
717
|
const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
|
|
709
718
|
"_data",
|
|
@@ -712,7 +721,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
|
|
|
712
721
|
"_label",
|
|
713
722
|
"_minWidth",
|
|
714
723
|
"_on",
|
|
715
|
-
"_selection"
|
|
724
|
+
"_selection",
|
|
725
|
+
"_tableSettings"
|
|
716
726
|
]);
|
|
717
727
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
718
728
|
"_align",
|
|
@@ -745,7 +755,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
745
755
|
"_shortKey",
|
|
746
756
|
"_spellCheck",
|
|
747
757
|
"_syncValueBySelector",
|
|
748
|
-
"_tabIndex",
|
|
749
758
|
"_tooltipAlign",
|
|
750
759
|
"_touched",
|
|
751
760
|
"_value"
|
|
@@ -774,4 +783,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
774
783
|
"_label"
|
|
775
784
|
]);
|
|
776
785
|
|
|
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 };
|
|
786
|
+
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-
|
|
3
|
+
"version": "3.0.0-3f7ce4d6fae47ec93967f553e36b3173cbf0ab8d.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.
|
|
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.
|
|
52
|
+
"typescript": "5.8.2",
|
|
53
53
|
"unbuild": "1.2.1",
|
|
54
54
|
"vue": "3.4.21",
|
|
55
|
-
"@public-ui/components": "3.0.0-
|
|
55
|
+
"@public-ui/components": "3.0.0-3f7ce4d6fae47ec93967f553e36b3173cbf0ab8d.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"vue": ">=3",
|
|
59
|
-
"@public-ui/components": "3.0.0-
|
|
59
|
+
"@public-ui/components": "3.0.0-3f7ce4d6fae47ec93967f553e36b3173cbf0ab8d.0"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|