@public-ui/vue 3.0.0-rc.5 → 3.0.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 +27 -19
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +27 -20
- 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"
|
|
@@ -585,6 +570,30 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
585
570
|
"_tooltipAlign",
|
|
586
571
|
"_max"
|
|
587
572
|
]);
|
|
573
|
+
const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", void 0, [
|
|
574
|
+
"_accessKey",
|
|
575
|
+
"_ariaControls",
|
|
576
|
+
"_ariaDescription",
|
|
577
|
+
"_ariaExpanded",
|
|
578
|
+
"_ariaSelected",
|
|
579
|
+
"_customClass",
|
|
580
|
+
"_disabled",
|
|
581
|
+
"_hideLabel",
|
|
582
|
+
"_icons",
|
|
583
|
+
"_id",
|
|
584
|
+
"_label",
|
|
585
|
+
"_name",
|
|
586
|
+
"_on",
|
|
587
|
+
"_popoverAlign",
|
|
588
|
+
"_role",
|
|
589
|
+
"_shortKey",
|
|
590
|
+
"_syncValueBySelector",
|
|
591
|
+
"_tabIndex",
|
|
592
|
+
"_tooltipAlign",
|
|
593
|
+
"_type",
|
|
594
|
+
"_value",
|
|
595
|
+
"_variant"
|
|
596
|
+
]);
|
|
588
597
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
589
598
|
"_label",
|
|
590
599
|
"_max",
|
|
@@ -638,10 +647,10 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
638
647
|
"_required",
|
|
639
648
|
"_shortKey",
|
|
640
649
|
"_syncValueBySelector",
|
|
641
|
-
"_tabIndex",
|
|
642
650
|
"_tooltipAlign",
|
|
643
651
|
"_touched",
|
|
644
|
-
"_value"
|
|
652
|
+
"_value",
|
|
653
|
+
"_hideClearButton"
|
|
645
654
|
]);
|
|
646
655
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
647
656
|
"_label",
|
|
@@ -665,7 +674,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
665
674
|
"_on",
|
|
666
675
|
"_role",
|
|
667
676
|
"_syncValueBySelector",
|
|
668
|
-
"_tabIndex",
|
|
669
677
|
"_tooltipAlign",
|
|
670
678
|
"_type",
|
|
671
679
|
"_value",
|
|
@@ -723,7 +731,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
723
731
|
"_shortKey",
|
|
724
732
|
"_spellCheck",
|
|
725
733
|
"_syncValueBySelector",
|
|
726
|
-
"_tabIndex",
|
|
727
734
|
"_tooltipAlign",
|
|
728
735
|
"_touched",
|
|
729
736
|
"_value"
|
|
@@ -784,6 +791,7 @@ exports.KolLinkButton = KolLinkButton;
|
|
|
784
791
|
exports.KolModal = KolModal;
|
|
785
792
|
exports.KolNav = KolNav;
|
|
786
793
|
exports.KolPagination = KolPagination;
|
|
794
|
+
exports.KolPopoverButton = KolPopoverButton;
|
|
787
795
|
exports.KolProgress = KolProgress;
|
|
788
796
|
exports.KolQuote = KolQuote;
|
|
789
797
|
exports.KolSelect = KolSelect;
|
package/dist/index.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ declare const KolLinkButton: vue.DefineSetupFnComponent<JSX.KolLinkButton & Inpu
|
|
|
40
40
|
declare const KolModal: vue.DefineSetupFnComponent<JSX.KolModal & InputProps<string | number | boolean>, {}, {}, JSX.KolModal & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
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
|
+
declare const KolPopoverButton: vue.DefineSetupFnComponent<JSX.KolPopoverButton & InputProps<string | number | boolean>, {}, {}, JSX.KolPopoverButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
43
44
|
declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputProps<string | number | boolean>, {}, {}, JSX.KolProgress & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
44
45
|
declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
45
46
|
declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -58,4 +59,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
|
|
|
58
59
|
declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
59
60
|
declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
60
61
|
|
|
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 };
|
|
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 };
|
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"
|
|
@@ -583,6 +568,30 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
583
568
|
"_tooltipAlign",
|
|
584
569
|
"_max"
|
|
585
570
|
]);
|
|
571
|
+
const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", void 0, [
|
|
572
|
+
"_accessKey",
|
|
573
|
+
"_ariaControls",
|
|
574
|
+
"_ariaDescription",
|
|
575
|
+
"_ariaExpanded",
|
|
576
|
+
"_ariaSelected",
|
|
577
|
+
"_customClass",
|
|
578
|
+
"_disabled",
|
|
579
|
+
"_hideLabel",
|
|
580
|
+
"_icons",
|
|
581
|
+
"_id",
|
|
582
|
+
"_label",
|
|
583
|
+
"_name",
|
|
584
|
+
"_on",
|
|
585
|
+
"_popoverAlign",
|
|
586
|
+
"_role",
|
|
587
|
+
"_shortKey",
|
|
588
|
+
"_syncValueBySelector",
|
|
589
|
+
"_tabIndex",
|
|
590
|
+
"_tooltipAlign",
|
|
591
|
+
"_type",
|
|
592
|
+
"_value",
|
|
593
|
+
"_variant"
|
|
594
|
+
]);
|
|
586
595
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
587
596
|
"_label",
|
|
588
597
|
"_max",
|
|
@@ -636,10 +645,10 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
636
645
|
"_required",
|
|
637
646
|
"_shortKey",
|
|
638
647
|
"_syncValueBySelector",
|
|
639
|
-
"_tabIndex",
|
|
640
648
|
"_tooltipAlign",
|
|
641
649
|
"_touched",
|
|
642
|
-
"_value"
|
|
650
|
+
"_value",
|
|
651
|
+
"_hideClearButton"
|
|
643
652
|
]);
|
|
644
653
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
645
654
|
"_label",
|
|
@@ -663,7 +672,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
663
672
|
"_on",
|
|
664
673
|
"_role",
|
|
665
674
|
"_syncValueBySelector",
|
|
666
|
-
"_tabIndex",
|
|
667
675
|
"_tooltipAlign",
|
|
668
676
|
"_type",
|
|
669
677
|
"_value",
|
|
@@ -721,7 +729,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
721
729
|
"_shortKey",
|
|
722
730
|
"_spellCheck",
|
|
723
731
|
"_syncValueBySelector",
|
|
724
|
-
"_tabIndex",
|
|
725
732
|
"_tooltipAlign",
|
|
726
733
|
"_touched",
|
|
727
734
|
"_value"
|
|
@@ -750,4 +757,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
750
757
|
"_label"
|
|
751
758
|
]);
|
|
752
759
|
|
|
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 };
|
|
760
|
+
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 };
|
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.7",
|
|
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-rc.
|
|
55
|
+
"@public-ui/components": "3.0.0-rc.7"
|
|
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.7"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|