@public-ui/vue 3.0.0-rc.1 → 3.0.0-rc.3
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 +1 -58
- package/dist/index.d.ts +1 -6
- package/dist/index.mjs +2 -54
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -177,7 +177,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
177
177
|
"_value",
|
|
178
178
|
"_variant"
|
|
179
179
|
]);
|
|
180
|
-
const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
|
|
181
180
|
const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
|
|
182
181
|
"_accessKey",
|
|
183
182
|
"_ariaControls",
|
|
@@ -208,7 +207,6 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
208
207
|
const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
209
208
|
"_accessKey",
|
|
210
209
|
"_placeholder",
|
|
211
|
-
"_alert",
|
|
212
210
|
"_disabled",
|
|
213
211
|
"_hideError",
|
|
214
212
|
"_hideLabel",
|
|
@@ -239,7 +237,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
|
239
237
|
"_open",
|
|
240
238
|
"_align",
|
|
241
239
|
"_label",
|
|
242
|
-
"_modal",
|
|
243
240
|
"_on"
|
|
244
241
|
]);
|
|
245
242
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
@@ -264,14 +261,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
|
264
261
|
"_src",
|
|
265
262
|
"_srcset"
|
|
266
263
|
]);
|
|
267
|
-
const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
|
|
268
264
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
269
265
|
"_accessKey",
|
|
270
|
-
"_alert",
|
|
271
266
|
"_checked",
|
|
272
267
|
"_hideError",
|
|
273
268
|
"_disabled",
|
|
274
|
-
"_error",
|
|
275
269
|
"_hideLabel",
|
|
276
270
|
"_hint",
|
|
277
271
|
"_icons",
|
|
@@ -293,10 +287,8 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
293
287
|
]);
|
|
294
288
|
const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
|
|
295
289
|
"_accessKey",
|
|
296
|
-
"_alert",
|
|
297
290
|
"_autoComplete",
|
|
298
291
|
"_disabled",
|
|
299
|
-
"_error",
|
|
300
292
|
"_hideError",
|
|
301
293
|
"_hideLabel",
|
|
302
294
|
"_hint",
|
|
@@ -317,10 +309,8 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
317
309
|
]);
|
|
318
310
|
const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
319
311
|
"_accessKey",
|
|
320
|
-
"_alert",
|
|
321
312
|
"_autoComplete",
|
|
322
313
|
"_disabled",
|
|
323
|
-
"_error",
|
|
324
314
|
"_hideError",
|
|
325
315
|
"_hideLabel",
|
|
326
316
|
"_hint",
|
|
@@ -347,10 +337,8 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
347
337
|
]);
|
|
348
338
|
const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
|
|
349
339
|
"_accessKey",
|
|
350
|
-
"_alert",
|
|
351
340
|
"_autoComplete",
|
|
352
341
|
"_disabled",
|
|
353
|
-
"_error",
|
|
354
342
|
"_hasCounter",
|
|
355
343
|
"_hideError",
|
|
356
344
|
"_hideLabel",
|
|
@@ -379,9 +367,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
379
367
|
const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
380
368
|
"_accept",
|
|
381
369
|
"_accessKey",
|
|
382
|
-
"_alert",
|
|
383
370
|
"_disabled",
|
|
384
|
-
"_error",
|
|
385
371
|
"_hideError",
|
|
386
372
|
"_hideLabel",
|
|
387
373
|
"_hint",
|
|
@@ -398,15 +384,12 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
398
384
|
"_syncValueBySelector",
|
|
399
385
|
"_tabIndex",
|
|
400
386
|
"_tooltipAlign",
|
|
401
|
-
"_touched"
|
|
402
|
-
"_value"
|
|
387
|
+
"_touched"
|
|
403
388
|
]);
|
|
404
389
|
const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
|
|
405
390
|
"_accessKey",
|
|
406
|
-
"_alert",
|
|
407
391
|
"_autoComplete",
|
|
408
392
|
"_disabled",
|
|
409
|
-
"_error",
|
|
410
393
|
"_hideError",
|
|
411
394
|
"_hideLabel",
|
|
412
395
|
"_hint",
|
|
@@ -433,10 +416,8 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
433
416
|
]);
|
|
434
417
|
const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
|
|
435
418
|
"_accessKey",
|
|
436
|
-
"_alert",
|
|
437
419
|
"_autoComplete",
|
|
438
420
|
"_disabled",
|
|
439
|
-
"_error",
|
|
440
421
|
"_hasCounter",
|
|
441
422
|
"_hideError",
|
|
442
423
|
"_hideLabel",
|
|
@@ -463,9 +444,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
463
444
|
]);
|
|
464
445
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
465
446
|
"_accessKey",
|
|
466
|
-
"_alert",
|
|
467
447
|
"_disabled",
|
|
468
|
-
"_error",
|
|
469
448
|
"_hideError",
|
|
470
449
|
"_hideLabel",
|
|
471
450
|
"_hint",
|
|
@@ -486,10 +465,8 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
486
465
|
]);
|
|
487
466
|
const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
|
|
488
467
|
"_accessKey",
|
|
489
|
-
"_alert",
|
|
490
468
|
"_autoComplete",
|
|
491
469
|
"_disabled",
|
|
492
|
-
"_error",
|
|
493
470
|
"_hideError",
|
|
494
471
|
"_hideLabel",
|
|
495
472
|
"_hint",
|
|
@@ -512,10 +489,8 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
512
489
|
]);
|
|
513
490
|
const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
514
491
|
"_accessKey",
|
|
515
|
-
"_alert",
|
|
516
492
|
"_autoComplete",
|
|
517
493
|
"_disabled",
|
|
518
|
-
"_error",
|
|
519
494
|
"_hasCounter",
|
|
520
495
|
"_hideError",
|
|
521
496
|
"_hideLabel",
|
|
@@ -582,17 +557,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
582
557
|
"_tooltipAlign",
|
|
583
558
|
"_variant"
|
|
584
559
|
]);
|
|
585
|
-
const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
|
|
586
|
-
"_listStyleType",
|
|
587
|
-
"_label",
|
|
588
|
-
"_links",
|
|
589
|
-
"_orientation"
|
|
590
|
-
]);
|
|
591
|
-
const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
|
|
592
|
-
"_org"
|
|
593
|
-
]);
|
|
594
560
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
595
|
-
"_activeElement",
|
|
596
561
|
"_label",
|
|
597
562
|
"_on",
|
|
598
563
|
"_width"
|
|
@@ -634,9 +599,7 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
|
634
599
|
]);
|
|
635
600
|
const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
636
601
|
"_accessKey",
|
|
637
|
-
"_alert",
|
|
638
602
|
"_disabled",
|
|
639
|
-
"_error",
|
|
640
603
|
"_hideError",
|
|
641
604
|
"_hideLabel",
|
|
642
605
|
"_hint",
|
|
@@ -660,7 +623,6 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
660
623
|
const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
|
|
661
624
|
"_accessKey",
|
|
662
625
|
"_placeholder",
|
|
663
|
-
"_alert",
|
|
664
626
|
"_disabled",
|
|
665
627
|
"_hideError",
|
|
666
628
|
"_hideLabel",
|
|
@@ -712,18 +674,6 @@ const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
|
712
674
|
"_label",
|
|
713
675
|
"_symbol"
|
|
714
676
|
]);
|
|
715
|
-
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
716
|
-
"_allowMultiSort",
|
|
717
|
-
"_data",
|
|
718
|
-
"_dataFoot",
|
|
719
|
-
"_headers",
|
|
720
|
-
"_label",
|
|
721
|
-
"_minWidth",
|
|
722
|
-
"_pagination",
|
|
723
|
-
"_paginationPosition",
|
|
724
|
-
"_selection",
|
|
725
|
-
"_on"
|
|
726
|
-
]);
|
|
727
677
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
728
678
|
"_allowMultiSort",
|
|
729
679
|
"_data",
|
|
@@ -756,9 +706,7 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
|
756
706
|
const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
757
707
|
"_accessKey",
|
|
758
708
|
"_adjustHeight",
|
|
759
|
-
"_alert",
|
|
760
709
|
"_disabled",
|
|
761
|
-
"_error",
|
|
762
710
|
"_hasCounter",
|
|
763
711
|
"_hideError",
|
|
764
712
|
"_hideLabel",
|
|
@@ -814,7 +762,6 @@ exports.KolAvatar = KolAvatar;
|
|
|
814
762
|
exports.KolBadge = KolBadge;
|
|
815
763
|
exports.KolBreadcrumb = KolBreadcrumb;
|
|
816
764
|
exports.KolButton = KolButton;
|
|
817
|
-
exports.KolButtonGroup = KolButtonGroup;
|
|
818
765
|
exports.KolButtonLink = KolButtonLink;
|
|
819
766
|
exports.KolCard = KolCard;
|
|
820
767
|
exports.KolCombobox = KolCombobox;
|
|
@@ -824,7 +771,6 @@ exports.KolForm = KolForm;
|
|
|
824
771
|
exports.KolHeading = KolHeading;
|
|
825
772
|
exports.KolIcon = KolIcon;
|
|
826
773
|
exports.KolImage = KolImage;
|
|
827
|
-
exports.KolIndentedText = KolIndentedText;
|
|
828
774
|
exports.KolInputCheckbox = KolInputCheckbox;
|
|
829
775
|
exports.KolInputColor = KolInputColor;
|
|
830
776
|
exports.KolInputDate = KolInputDate;
|
|
@@ -838,8 +784,6 @@ exports.KolInputText = KolInputText;
|
|
|
838
784
|
exports.KolKolibri = KolKolibri;
|
|
839
785
|
exports.KolLink = KolLink;
|
|
840
786
|
exports.KolLinkButton = KolLinkButton;
|
|
841
|
-
exports.KolLinkGroup = KolLinkGroup;
|
|
842
|
-
exports.KolLogo = KolLogo;
|
|
843
787
|
exports.KolModal = KolModal;
|
|
844
788
|
exports.KolNav = KolNav;
|
|
845
789
|
exports.KolPagination = KolPagination;
|
|
@@ -851,7 +795,6 @@ exports.KolSkipNav = KolSkipNav;
|
|
|
851
795
|
exports.KolSpin = KolSpin;
|
|
852
796
|
exports.KolSplitButton = KolSplitButton;
|
|
853
797
|
exports.KolSymbol = KolSymbol;
|
|
854
|
-
exports.KolTable = KolTable;
|
|
855
798
|
exports.KolTableStateful = KolTableStateful;
|
|
856
799
|
exports.KolTableStateless = KolTableStateless;
|
|
857
800
|
exports.KolTabs = KolTabs;
|
package/dist/index.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ declare const KolAvatar: vue.DefineSetupFnComponent<JSX.KolAvatar & InputProps<s
|
|
|
15
15
|
declare const KolBadge: vue.DefineSetupFnComponent<JSX.KolBadge & InputProps<string | number | boolean>, {}, {}, JSX.KolBadge & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
16
16
|
declare const KolBreadcrumb: vue.DefineSetupFnComponent<JSX.KolBreadcrumb & InputProps<string | number | boolean>, {}, {}, JSX.KolBreadcrumb & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
17
17
|
declare const KolButton: vue.DefineSetupFnComponent<JSX.KolButton & InputProps<string | number | boolean>, {}, {}, JSX.KolButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
18
|
-
declare const KolButtonGroup: vue.DefineSetupFnComponent<JSX.KolButtonGroup & InputProps<string | number | boolean>, {}, {}, JSX.KolButtonGroup & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
19
18
|
declare const KolButtonLink: vue.DefineSetupFnComponent<JSX.KolButtonLink & InputProps<string | number | boolean>, {}, {}, JSX.KolButtonLink & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
20
19
|
declare const KolCard: vue.DefineSetupFnComponent<JSX.KolCard & InputProps<string | number | boolean>, {}, {}, JSX.KolCard & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
21
20
|
declare const KolCombobox: vue.DefineSetupFnComponent<JSX.KolCombobox & InputProps<string | number | boolean>, {}, {}, JSX.KolCombobox & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -25,7 +24,6 @@ declare const KolForm: vue.DefineSetupFnComponent<JSX.KolForm & InputProps<strin
|
|
|
25
24
|
declare const KolHeading: vue.DefineSetupFnComponent<JSX.KolHeading & InputProps<string | number | boolean>, {}, {}, JSX.KolHeading & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
26
25
|
declare const KolIcon: vue.DefineSetupFnComponent<JSX.KolIcon & InputProps<string | number | boolean>, {}, {}, JSX.KolIcon & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
27
26
|
declare const KolImage: vue.DefineSetupFnComponent<JSX.KolImage & InputProps<string | number | boolean>, {}, {}, JSX.KolImage & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
28
|
-
declare const KolIndentedText: vue.DefineSetupFnComponent<JSX.KolIndentedText & InputProps<string | number | boolean>, {}, {}, JSX.KolIndentedText & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
29
27
|
declare const KolInputCheckbox: vue.DefineSetupFnComponent<JSX.KolInputCheckbox & InputProps<string | number | boolean>, {}, {}, JSX.KolInputCheckbox & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
30
28
|
declare const KolInputColor: vue.DefineSetupFnComponent<JSX.KolInputColor & InputProps<string | number | boolean>, {}, {}, JSX.KolInputColor & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
31
29
|
declare const KolInputDate: vue.DefineSetupFnComponent<JSX.KolInputDate & InputProps<string | number | boolean>, {}, {}, JSX.KolInputDate & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -39,8 +37,6 @@ declare const KolInputText: vue.DefineSetupFnComponent<JSX.KolInputText & InputP
|
|
|
39
37
|
declare const KolKolibri: vue.DefineSetupFnComponent<JSX.KolKolibri & InputProps<string | number | boolean>, {}, {}, JSX.KolKolibri & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
40
38
|
declare const KolLink: vue.DefineSetupFnComponent<JSX.KolLink & InputProps<string | number | boolean>, {}, {}, JSX.KolLink & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
41
39
|
declare const KolLinkButton: vue.DefineSetupFnComponent<JSX.KolLinkButton & InputProps<string | number | boolean>, {}, {}, JSX.KolLinkButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
42
|
-
declare const KolLinkGroup: vue.DefineSetupFnComponent<JSX.KolLinkGroup & InputProps<string | number | boolean>, {}, {}, JSX.KolLinkGroup & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
43
|
-
declare const KolLogo: vue.DefineSetupFnComponent<JSX.KolLogo & InputProps<string | number | boolean>, {}, {}, JSX.KolLogo & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
44
40
|
declare const KolModal: vue.DefineSetupFnComponent<JSX.KolModal & InputProps<string | number | boolean>, {}, {}, JSX.KolModal & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
45
41
|
declare const KolNav: vue.DefineSetupFnComponent<JSX.KolNav & InputProps<string | number | boolean>, {}, {}, JSX.KolNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
46
42
|
declare const KolPagination: vue.DefineSetupFnComponent<JSX.KolPagination & InputProps<string | number | boolean>, {}, {}, JSX.KolPagination & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -52,7 +48,6 @@ declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps
|
|
|
52
48
|
declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
53
49
|
declare const KolSplitButton: vue.DefineSetupFnComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, {}, {}, JSX.KolSplitButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
54
50
|
declare const KolSymbol: vue.DefineSetupFnComponent<JSX.KolSymbol & InputProps<string | number | boolean>, {}, {}, JSX.KolSymbol & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
55
|
-
declare const KolTable: vue.DefineSetupFnComponent<JSX.KolTable & InputProps<string | number | boolean>, {}, {}, JSX.KolTable & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
56
51
|
declare const KolTableStateful: vue.DefineSetupFnComponent<JSX.KolTableStateful & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateful & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
57
52
|
declare const KolTableStateless: vue.DefineSetupFnComponent<JSX.KolTableStateless & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateless & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
58
53
|
declare const KolTabs: vue.DefineSetupFnComponent<JSX.KolTabs & InputProps<string | number | boolean>, {}, {}, JSX.KolTabs & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -64,4 +59,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
|
|
|
64
59
|
declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
65
60
|
declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
66
61
|
|
|
67
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton,
|
|
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, KolSymbol, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -175,7 +175,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
175
175
|
"_value",
|
|
176
176
|
"_variant"
|
|
177
177
|
]);
|
|
178
|
-
const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
|
|
179
178
|
const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
|
|
180
179
|
"_accessKey",
|
|
181
180
|
"_ariaControls",
|
|
@@ -206,7 +205,6 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
206
205
|
const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
207
206
|
"_accessKey",
|
|
208
207
|
"_placeholder",
|
|
209
|
-
"_alert",
|
|
210
208
|
"_disabled",
|
|
211
209
|
"_hideError",
|
|
212
210
|
"_hideLabel",
|
|
@@ -237,7 +235,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
|
237
235
|
"_open",
|
|
238
236
|
"_align",
|
|
239
237
|
"_label",
|
|
240
|
-
"_modal",
|
|
241
238
|
"_on"
|
|
242
239
|
]);
|
|
243
240
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
@@ -262,14 +259,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
|
262
259
|
"_src",
|
|
263
260
|
"_srcset"
|
|
264
261
|
]);
|
|
265
|
-
const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
|
|
266
262
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
267
263
|
"_accessKey",
|
|
268
|
-
"_alert",
|
|
269
264
|
"_checked",
|
|
270
265
|
"_hideError",
|
|
271
266
|
"_disabled",
|
|
272
|
-
"_error",
|
|
273
267
|
"_hideLabel",
|
|
274
268
|
"_hint",
|
|
275
269
|
"_icons",
|
|
@@ -291,10 +285,8 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
291
285
|
]);
|
|
292
286
|
const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
|
|
293
287
|
"_accessKey",
|
|
294
|
-
"_alert",
|
|
295
288
|
"_autoComplete",
|
|
296
289
|
"_disabled",
|
|
297
|
-
"_error",
|
|
298
290
|
"_hideError",
|
|
299
291
|
"_hideLabel",
|
|
300
292
|
"_hint",
|
|
@@ -315,10 +307,8 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
315
307
|
]);
|
|
316
308
|
const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
317
309
|
"_accessKey",
|
|
318
|
-
"_alert",
|
|
319
310
|
"_autoComplete",
|
|
320
311
|
"_disabled",
|
|
321
|
-
"_error",
|
|
322
312
|
"_hideError",
|
|
323
313
|
"_hideLabel",
|
|
324
314
|
"_hint",
|
|
@@ -345,10 +335,8 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
345
335
|
]);
|
|
346
336
|
const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
|
|
347
337
|
"_accessKey",
|
|
348
|
-
"_alert",
|
|
349
338
|
"_autoComplete",
|
|
350
339
|
"_disabled",
|
|
351
|
-
"_error",
|
|
352
340
|
"_hasCounter",
|
|
353
341
|
"_hideError",
|
|
354
342
|
"_hideLabel",
|
|
@@ -377,9 +365,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
377
365
|
const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
378
366
|
"_accept",
|
|
379
367
|
"_accessKey",
|
|
380
|
-
"_alert",
|
|
381
368
|
"_disabled",
|
|
382
|
-
"_error",
|
|
383
369
|
"_hideError",
|
|
384
370
|
"_hideLabel",
|
|
385
371
|
"_hint",
|
|
@@ -396,15 +382,12 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
396
382
|
"_syncValueBySelector",
|
|
397
383
|
"_tabIndex",
|
|
398
384
|
"_tooltipAlign",
|
|
399
|
-
"_touched"
|
|
400
|
-
"_value"
|
|
385
|
+
"_touched"
|
|
401
386
|
]);
|
|
402
387
|
const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
|
|
403
388
|
"_accessKey",
|
|
404
|
-
"_alert",
|
|
405
389
|
"_autoComplete",
|
|
406
390
|
"_disabled",
|
|
407
|
-
"_error",
|
|
408
391
|
"_hideError",
|
|
409
392
|
"_hideLabel",
|
|
410
393
|
"_hint",
|
|
@@ -431,10 +414,8 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
431
414
|
]);
|
|
432
415
|
const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
|
|
433
416
|
"_accessKey",
|
|
434
|
-
"_alert",
|
|
435
417
|
"_autoComplete",
|
|
436
418
|
"_disabled",
|
|
437
|
-
"_error",
|
|
438
419
|
"_hasCounter",
|
|
439
420
|
"_hideError",
|
|
440
421
|
"_hideLabel",
|
|
@@ -461,9 +442,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
461
442
|
]);
|
|
462
443
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
463
444
|
"_accessKey",
|
|
464
|
-
"_alert",
|
|
465
445
|
"_disabled",
|
|
466
|
-
"_error",
|
|
467
446
|
"_hideError",
|
|
468
447
|
"_hideLabel",
|
|
469
448
|
"_hint",
|
|
@@ -484,10 +463,8 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
484
463
|
]);
|
|
485
464
|
const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
|
|
486
465
|
"_accessKey",
|
|
487
|
-
"_alert",
|
|
488
466
|
"_autoComplete",
|
|
489
467
|
"_disabled",
|
|
490
|
-
"_error",
|
|
491
468
|
"_hideError",
|
|
492
469
|
"_hideLabel",
|
|
493
470
|
"_hint",
|
|
@@ -510,10 +487,8 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
510
487
|
]);
|
|
511
488
|
const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
512
489
|
"_accessKey",
|
|
513
|
-
"_alert",
|
|
514
490
|
"_autoComplete",
|
|
515
491
|
"_disabled",
|
|
516
|
-
"_error",
|
|
517
492
|
"_hasCounter",
|
|
518
493
|
"_hideError",
|
|
519
494
|
"_hideLabel",
|
|
@@ -580,17 +555,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
580
555
|
"_tooltipAlign",
|
|
581
556
|
"_variant"
|
|
582
557
|
]);
|
|
583
|
-
const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
|
|
584
|
-
"_listStyleType",
|
|
585
|
-
"_label",
|
|
586
|
-
"_links",
|
|
587
|
-
"_orientation"
|
|
588
|
-
]);
|
|
589
|
-
const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
|
|
590
|
-
"_org"
|
|
591
|
-
]);
|
|
592
558
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
593
|
-
"_activeElement",
|
|
594
559
|
"_label",
|
|
595
560
|
"_on",
|
|
596
561
|
"_width"
|
|
@@ -632,9 +597,7 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
|
632
597
|
]);
|
|
633
598
|
const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
634
599
|
"_accessKey",
|
|
635
|
-
"_alert",
|
|
636
600
|
"_disabled",
|
|
637
|
-
"_error",
|
|
638
601
|
"_hideError",
|
|
639
602
|
"_hideLabel",
|
|
640
603
|
"_hint",
|
|
@@ -658,7 +621,6 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
658
621
|
const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
|
|
659
622
|
"_accessKey",
|
|
660
623
|
"_placeholder",
|
|
661
|
-
"_alert",
|
|
662
624
|
"_disabled",
|
|
663
625
|
"_hideError",
|
|
664
626
|
"_hideLabel",
|
|
@@ -710,18 +672,6 @@ const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
|
710
672
|
"_label",
|
|
711
673
|
"_symbol"
|
|
712
674
|
]);
|
|
713
|
-
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
714
|
-
"_allowMultiSort",
|
|
715
|
-
"_data",
|
|
716
|
-
"_dataFoot",
|
|
717
|
-
"_headers",
|
|
718
|
-
"_label",
|
|
719
|
-
"_minWidth",
|
|
720
|
-
"_pagination",
|
|
721
|
-
"_paginationPosition",
|
|
722
|
-
"_selection",
|
|
723
|
-
"_on"
|
|
724
|
-
]);
|
|
725
675
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
726
676
|
"_allowMultiSort",
|
|
727
677
|
"_data",
|
|
@@ -754,9 +704,7 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
|
754
704
|
const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
755
705
|
"_accessKey",
|
|
756
706
|
"_adjustHeight",
|
|
757
|
-
"_alert",
|
|
758
707
|
"_disabled",
|
|
759
|
-
"_error",
|
|
760
708
|
"_hasCounter",
|
|
761
709
|
"_hideError",
|
|
762
710
|
"_hideLabel",
|
|
@@ -805,4 +753,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
805
753
|
"_label"
|
|
806
754
|
]);
|
|
807
755
|
|
|
808
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton,
|
|
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, KolSymbol, 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.3",
|
|
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.
|
|
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.3"
|
|
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.3"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|