@public-ui/vue 1.6.0-rc.1 → 1.6.0-rc.11
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 +33 -2
- package/dist/index.d.ts +52 -53
- package/dist/index.mjs +33 -2
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -139,6 +139,7 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
|
|
|
139
139
|
]);
|
|
140
140
|
const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
141
141
|
"_color",
|
|
142
|
+
"_hideLabel",
|
|
142
143
|
"_icon",
|
|
143
144
|
"_iconOnly",
|
|
144
145
|
"_label",
|
|
@@ -146,6 +147,7 @@ const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
|
146
147
|
]);
|
|
147
148
|
const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0, [
|
|
148
149
|
"_ariaLabel",
|
|
150
|
+
"_label",
|
|
149
151
|
"_links"
|
|
150
152
|
]);
|
|
151
153
|
const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
@@ -157,6 +159,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
157
159
|
"_ariaSelected",
|
|
158
160
|
"_customClass",
|
|
159
161
|
"_disabled",
|
|
162
|
+
"_hideLabel",
|
|
160
163
|
"_icon",
|
|
161
164
|
"_iconAlign",
|
|
162
165
|
"_iconOnly",
|
|
@@ -180,6 +183,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
180
183
|
"_ariaLabel",
|
|
181
184
|
"_ariaSelected",
|
|
182
185
|
"_disabled",
|
|
186
|
+
"_hideLabel",
|
|
183
187
|
"_icon",
|
|
184
188
|
"_iconOnly",
|
|
185
189
|
"_id",
|
|
@@ -213,6 +217,7 @@ const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
|
213
217
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
214
218
|
"_ariaLabel",
|
|
215
219
|
"_icon",
|
|
220
|
+
"_label",
|
|
216
221
|
"_part"
|
|
217
222
|
]);
|
|
218
223
|
const KolIconFontAwesome = /* @__PURE__ */ defineContainer("kol-icon-font-awesome", void 0, [
|
|
@@ -250,6 +255,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
250
255
|
"_name",
|
|
251
256
|
"_on",
|
|
252
257
|
"_required",
|
|
258
|
+
"_syncValueBySelector",
|
|
253
259
|
"_tabIndex",
|
|
254
260
|
"_touched",
|
|
255
261
|
"_type",
|
|
@@ -271,6 +277,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
271
277
|
"_name",
|
|
272
278
|
"_on",
|
|
273
279
|
"_smartButton",
|
|
280
|
+
"_syncValueBySelector",
|
|
274
281
|
"_tabIndex",
|
|
275
282
|
"_touched",
|
|
276
283
|
"_value"
|
|
@@ -294,6 +301,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
294
301
|
"_readOnly",
|
|
295
302
|
"_required",
|
|
296
303
|
"_smartButton",
|
|
304
|
+
"_syncValueBySelector",
|
|
297
305
|
"_step",
|
|
298
306
|
"_tabIndex",
|
|
299
307
|
"_touched",
|
|
@@ -306,6 +314,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
306
314
|
"_autoComplete",
|
|
307
315
|
"_disabled",
|
|
308
316
|
"_error",
|
|
317
|
+
"_hasCounter",
|
|
309
318
|
"_hideLabel",
|
|
310
319
|
"_hint",
|
|
311
320
|
"_icon",
|
|
@@ -322,6 +331,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
322
331
|
"_required",
|
|
323
332
|
"_size",
|
|
324
333
|
"_smartButton",
|
|
334
|
+
"_syncValueBySelector",
|
|
325
335
|
"_tabIndex",
|
|
326
336
|
"_touched",
|
|
327
337
|
"_value"
|
|
@@ -342,6 +352,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
342
352
|
"_on",
|
|
343
353
|
"_required",
|
|
344
354
|
"_smartButton",
|
|
355
|
+
"_syncValueBySelector",
|
|
345
356
|
"_tabIndex",
|
|
346
357
|
"_touched",
|
|
347
358
|
"_value"
|
|
@@ -367,6 +378,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
367
378
|
"_required",
|
|
368
379
|
"_smartButton",
|
|
369
380
|
"_step",
|
|
381
|
+
"_syncValueBySelector",
|
|
370
382
|
"_tabIndex",
|
|
371
383
|
"_touched",
|
|
372
384
|
"_type",
|
|
@@ -378,6 +390,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
378
390
|
"_autoComplete",
|
|
379
391
|
"_disabled",
|
|
380
392
|
"_error",
|
|
393
|
+
"_hasCounter",
|
|
381
394
|
"_hideLabel",
|
|
382
395
|
"_hint",
|
|
383
396
|
"_icon",
|
|
@@ -392,6 +405,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
392
405
|
"_required",
|
|
393
406
|
"_size",
|
|
394
407
|
"_smartButton",
|
|
408
|
+
"_syncValueBySelector",
|
|
395
409
|
"_tabIndex",
|
|
396
410
|
"_touched",
|
|
397
411
|
"_value"
|
|
@@ -410,6 +424,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
410
424
|
"_on",
|
|
411
425
|
"_orientation",
|
|
412
426
|
"_required",
|
|
427
|
+
"_syncValueBySelector",
|
|
413
428
|
"_tabIndex",
|
|
414
429
|
"_touched",
|
|
415
430
|
"_value"
|
|
@@ -431,6 +446,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
431
446
|
"_name",
|
|
432
447
|
"_on",
|
|
433
448
|
"_step",
|
|
449
|
+
"_syncValueBySelector",
|
|
434
450
|
"_tabIndex",
|
|
435
451
|
"_touched",
|
|
436
452
|
"_value"
|
|
@@ -441,6 +457,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
441
457
|
"_autoComplete",
|
|
442
458
|
"_disabled",
|
|
443
459
|
"_error",
|
|
460
|
+
"_hasCounter",
|
|
444
461
|
"_hideLabel",
|
|
445
462
|
"_hint",
|
|
446
463
|
"_icon",
|
|
@@ -456,6 +473,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
456
473
|
"_required",
|
|
457
474
|
"_size",
|
|
458
475
|
"_smartButton",
|
|
476
|
+
"_syncValueBySelector",
|
|
459
477
|
"_tabIndex",
|
|
460
478
|
"_touched",
|
|
461
479
|
"_type",
|
|
@@ -474,6 +492,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
474
492
|
"_ariaSelected",
|
|
475
493
|
"_disabled",
|
|
476
494
|
"_download",
|
|
495
|
+
"_hideLabel",
|
|
477
496
|
"_href",
|
|
478
497
|
"_icon",
|
|
479
498
|
"_iconAlign",
|
|
@@ -498,6 +517,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
498
517
|
"_customClass",
|
|
499
518
|
"_disabled",
|
|
500
519
|
"_download",
|
|
520
|
+
"_hideLabel",
|
|
501
521
|
"_href",
|
|
502
522
|
"_icon",
|
|
503
523
|
"_iconOnly",
|
|
@@ -514,6 +534,7 @@ const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
|
|
|
514
534
|
"_ariaLabel",
|
|
515
535
|
"_listStyleType",
|
|
516
536
|
"_heading",
|
|
537
|
+
"_label",
|
|
517
538
|
"_level",
|
|
518
539
|
"_links",
|
|
519
540
|
"_ordered",
|
|
@@ -526,6 +547,7 @@ const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
|
|
|
526
547
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
527
548
|
"_activeElement",
|
|
528
549
|
"_ariaLabel",
|
|
550
|
+
"_label",
|
|
529
551
|
"_on",
|
|
530
552
|
"_width"
|
|
531
553
|
]);
|
|
@@ -535,8 +557,9 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
|
535
557
|
"_collapsible",
|
|
536
558
|
"_compact",
|
|
537
559
|
"_hasCompactButton",
|
|
538
|
-
"
|
|
560
|
+
"_label",
|
|
539
561
|
"_links",
|
|
562
|
+
"_orientation",
|
|
540
563
|
"_variant"
|
|
541
564
|
]);
|
|
542
565
|
const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0, [
|
|
@@ -553,7 +576,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
553
576
|
"_variant"
|
|
554
577
|
]);
|
|
555
578
|
const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
|
|
556
|
-
"
|
|
579
|
+
"_align",
|
|
557
580
|
"_show"
|
|
558
581
|
]);
|
|
559
582
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
@@ -587,15 +610,18 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
587
610
|
"_on",
|
|
588
611
|
"_required",
|
|
589
612
|
"_size",
|
|
613
|
+
"_syncValueBySelector",
|
|
590
614
|
"_tabIndex",
|
|
591
615
|
"_touched",
|
|
592
616
|
"_value"
|
|
593
617
|
]);
|
|
594
618
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
595
619
|
"_ariaLabel",
|
|
620
|
+
"_label",
|
|
596
621
|
"_links"
|
|
597
622
|
]);
|
|
598
623
|
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
624
|
+
"_hideLabel",
|
|
599
625
|
"_icon",
|
|
600
626
|
"_iconOnly",
|
|
601
627
|
"_label"
|
|
@@ -628,17 +654,20 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
628
654
|
]);
|
|
629
655
|
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
630
656
|
"_ariaLabel",
|
|
657
|
+
"_label",
|
|
631
658
|
"_symbol"
|
|
632
659
|
]);
|
|
633
660
|
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
634
661
|
"_caption",
|
|
635
662
|
"_data",
|
|
663
|
+
"_dataFoot",
|
|
636
664
|
"_headers",
|
|
637
665
|
"_minWidth",
|
|
638
666
|
"_pagination"
|
|
639
667
|
]);
|
|
640
668
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
641
669
|
"_ariaLabel",
|
|
670
|
+
"_label",
|
|
642
671
|
"_on",
|
|
643
672
|
"_selected",
|
|
644
673
|
"_tabs",
|
|
@@ -663,6 +692,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
663
692
|
"_resize",
|
|
664
693
|
"_required",
|
|
665
694
|
"_rows",
|
|
695
|
+
"_syncValueBySelector",
|
|
666
696
|
"_tabIndex",
|
|
667
697
|
"_touched",
|
|
668
698
|
"_value"
|
|
@@ -683,6 +713,7 @@ const KolTooltip = /* @__PURE__ */ defineContainer("kol-tooltip", void 0, [
|
|
|
683
713
|
"_label"
|
|
684
714
|
]);
|
|
685
715
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
716
|
+
"_label",
|
|
686
717
|
"_version"
|
|
687
718
|
]);
|
|
688
719
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,61 +1,60 @@
|
|
|
1
|
-
import * as vue from 'vue';
|
|
2
1
|
import { JSX } from '@public-ui/components';
|
|
3
2
|
|
|
4
3
|
interface InputProps<T> {
|
|
5
4
|
modelValue?: T;
|
|
6
5
|
}
|
|
7
6
|
|
|
8
|
-
declare const KolAbbr:
|
|
9
|
-
declare const KolAccordion:
|
|
10
|
-
declare const KolAlert:
|
|
11
|
-
declare const KolBadge:
|
|
12
|
-
declare const KolBreadcrumb:
|
|
13
|
-
declare const KolButton:
|
|
14
|
-
declare const KolButtonGroup:
|
|
15
|
-
declare const KolButtonGroupWc:
|
|
16
|
-
declare const KolButtonLink:
|
|
17
|
-
declare const KolCard:
|
|
18
|
-
declare const KolDetails:
|
|
19
|
-
declare const KolForm:
|
|
20
|
-
declare const KolHeading:
|
|
21
|
-
declare const KolIcon:
|
|
22
|
-
declare const KolIconFontAwesome:
|
|
23
|
-
declare const KolIconIcofont:
|
|
24
|
-
declare const KolImage:
|
|
25
|
-
declare const KolIndentedText:
|
|
26
|
-
declare const KolInputAdapterLeanup:
|
|
27
|
-
declare const KolInputCheckbox:
|
|
28
|
-
declare const KolInputColor:
|
|
29
|
-
declare const KolInputDate:
|
|
30
|
-
declare const KolInputEmail:
|
|
31
|
-
declare const KolInputFile:
|
|
32
|
-
declare const KolInputNumber:
|
|
33
|
-
declare const KolInputPassword:
|
|
34
|
-
declare const KolInputRadio:
|
|
35
|
-
declare const KolInputRange:
|
|
36
|
-
declare const KolInputText:
|
|
37
|
-
declare const KolKolibri:
|
|
38
|
-
declare const KolLink:
|
|
39
|
-
declare const KolLinkButton:
|
|
40
|
-
declare const KolLinkGroup:
|
|
41
|
-
declare const KolLogo:
|
|
42
|
-
declare const KolModal:
|
|
43
|
-
declare const KolNav:
|
|
44
|
-
declare const KolPagination:
|
|
45
|
-
declare const KolPopover:
|
|
46
|
-
declare const KolProgress:
|
|
47
|
-
declare const KolQuote:
|
|
48
|
-
declare const KolSelect:
|
|
49
|
-
declare const KolSkipNav:
|
|
50
|
-
declare const KolSpan:
|
|
51
|
-
declare const KolSpin:
|
|
52
|
-
declare const KolSplitButton:
|
|
53
|
-
declare const KolSymbol:
|
|
54
|
-
declare const KolTable:
|
|
55
|
-
declare const KolTabs:
|
|
56
|
-
declare const KolTextarea:
|
|
57
|
-
declare const KolToast:
|
|
58
|
-
declare const KolTooltip:
|
|
59
|
-
declare const KolVersion:
|
|
7
|
+
declare const KolAbbr: (props: JSX.KolAbbr & InputProps<string | number | boolean> & {}) => any;
|
|
8
|
+
declare const KolAccordion: (props: JSX.KolAccordion & InputProps<string | number | boolean> & {}) => any;
|
|
9
|
+
declare const KolAlert: (props: JSX.KolAlert & InputProps<string | number | boolean> & {}) => any;
|
|
10
|
+
declare const KolBadge: (props: JSX.KolBadge & InputProps<string | number | boolean> & {}) => any;
|
|
11
|
+
declare const KolBreadcrumb: (props: JSX.KolBreadcrumb & InputProps<string | number | boolean> & {}) => any;
|
|
12
|
+
declare const KolButton: (props: JSX.KolButton & InputProps<string | number | boolean> & {}) => any;
|
|
13
|
+
declare const KolButtonGroup: (props: JSX.KolButtonGroup & InputProps<string | number | boolean> & {}) => any;
|
|
14
|
+
declare const KolButtonGroupWc: (props: JSX.KolButtonGroupWc & InputProps<string | number | boolean> & {}) => any;
|
|
15
|
+
declare const KolButtonLink: (props: JSX.KolButtonLink & InputProps<string | number | boolean> & {}) => any;
|
|
16
|
+
declare const KolCard: (props: JSX.KolCard & InputProps<string | number | boolean> & {}) => any;
|
|
17
|
+
declare const KolDetails: (props: JSX.KolDetails & InputProps<string | number | boolean> & {}) => any;
|
|
18
|
+
declare const KolForm: (props: JSX.KolForm & InputProps<string | number | boolean> & {}) => any;
|
|
19
|
+
declare const KolHeading: (props: JSX.KolHeading & InputProps<string | number | boolean> & {}) => any;
|
|
20
|
+
declare const KolIcon: (props: JSX.KolIcon & InputProps<string | number | boolean> & {}) => any;
|
|
21
|
+
declare const KolIconFontAwesome: (props: JSX.KolIconFontAwesome & InputProps<string | number | boolean> & {}) => any;
|
|
22
|
+
declare const KolIconIcofont: (props: JSX.KolIconIcofont & InputProps<string | number | boolean> & {}) => any;
|
|
23
|
+
declare const KolImage: (props: JSX.KolImage & InputProps<string | number | boolean> & {}) => any;
|
|
24
|
+
declare const KolIndentedText: (props: JSX.KolIndentedText & InputProps<string | number | boolean> & {}) => any;
|
|
25
|
+
declare const KolInputAdapterLeanup: (props: JSX.KolInputAdapterLeanup & InputProps<string | number | boolean> & {}) => any;
|
|
26
|
+
declare const KolInputCheckbox: (props: JSX.KolInputCheckbox & InputProps<string | number | boolean> & {}) => any;
|
|
27
|
+
declare const KolInputColor: (props: JSX.KolInputColor & InputProps<string | number | boolean> & {}) => any;
|
|
28
|
+
declare const KolInputDate: (props: JSX.KolInputDate & InputProps<string | number | boolean> & {}) => any;
|
|
29
|
+
declare const KolInputEmail: (props: JSX.KolInputEmail & InputProps<string | number | boolean> & {}) => any;
|
|
30
|
+
declare const KolInputFile: (props: JSX.KolInputFile & InputProps<string | number | boolean> & {}) => any;
|
|
31
|
+
declare const KolInputNumber: (props: JSX.KolInputNumber & InputProps<string | number | boolean> & {}) => any;
|
|
32
|
+
declare const KolInputPassword: (props: JSX.KolInputPassword & InputProps<string | number | boolean> & {}) => any;
|
|
33
|
+
declare const KolInputRadio: (props: JSX.KolInputRadio & InputProps<string | number | boolean> & {}) => any;
|
|
34
|
+
declare const KolInputRange: (props: JSX.KolInputRange & InputProps<string | number | boolean> & {}) => any;
|
|
35
|
+
declare const KolInputText: (props: JSX.KolInputText & InputProps<string | number | boolean> & {}) => any;
|
|
36
|
+
declare const KolKolibri: (props: JSX.KolKolibri & InputProps<string | number | boolean> & {}) => any;
|
|
37
|
+
declare const KolLink: (props: JSX.KolLink & InputProps<string | number | boolean> & {}) => any;
|
|
38
|
+
declare const KolLinkButton: (props: JSX.KolLinkButton & InputProps<string | number | boolean> & {}) => any;
|
|
39
|
+
declare const KolLinkGroup: (props: JSX.KolLinkGroup & InputProps<string | number | boolean> & {}) => any;
|
|
40
|
+
declare const KolLogo: (props: JSX.KolLogo & InputProps<string | number | boolean> & {}) => any;
|
|
41
|
+
declare const KolModal: (props: JSX.KolModal & InputProps<string | number | boolean> & {}) => any;
|
|
42
|
+
declare const KolNav: (props: JSX.KolNav & InputProps<string | number | boolean> & {}) => any;
|
|
43
|
+
declare const KolPagination: (props: JSX.KolPagination & InputProps<string | number | boolean> & {}) => any;
|
|
44
|
+
declare const KolPopover: (props: JSX.KolPopover & InputProps<string | number | boolean> & {}) => any;
|
|
45
|
+
declare const KolProgress: (props: JSX.KolProgress & InputProps<string | number | boolean> & {}) => any;
|
|
46
|
+
declare const KolQuote: (props: JSX.KolQuote & InputProps<string | number | boolean> & {}) => any;
|
|
47
|
+
declare const KolSelect: (props: JSX.KolSelect & InputProps<string | number | boolean> & {}) => any;
|
|
48
|
+
declare const KolSkipNav: (props: JSX.KolSkipNav & InputProps<string | number | boolean> & {}) => any;
|
|
49
|
+
declare const KolSpan: (props: JSX.KolSpan & InputProps<string | number | boolean> & {}) => any;
|
|
50
|
+
declare const KolSpin: (props: JSX.KolSpin & InputProps<string | number | boolean> & {}) => any;
|
|
51
|
+
declare const KolSplitButton: (props: JSX.KolSplitButton & InputProps<string | number | boolean> & {}) => any;
|
|
52
|
+
declare const KolSymbol: (props: JSX.KolSymbol & InputProps<string | number | boolean> & {}) => any;
|
|
53
|
+
declare const KolTable: (props: JSX.KolTable & InputProps<string | number | boolean> & {}) => any;
|
|
54
|
+
declare const KolTabs: (props: JSX.KolTabs & InputProps<string | number | boolean> & {}) => any;
|
|
55
|
+
declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number | boolean> & {}) => any;
|
|
56
|
+
declare const KolToast: (props: JSX.KolToast & InputProps<string | number | boolean> & {}) => any;
|
|
57
|
+
declare const KolTooltip: (props: JSX.KolTooltip & InputProps<string | number | boolean> & {}) => any;
|
|
58
|
+
declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
|
|
60
59
|
|
|
61
60
|
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -137,6 +137,7 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
|
|
|
137
137
|
]);
|
|
138
138
|
const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
139
139
|
"_color",
|
|
140
|
+
"_hideLabel",
|
|
140
141
|
"_icon",
|
|
141
142
|
"_iconOnly",
|
|
142
143
|
"_label",
|
|
@@ -144,6 +145,7 @@ const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
|
144
145
|
]);
|
|
145
146
|
const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0, [
|
|
146
147
|
"_ariaLabel",
|
|
148
|
+
"_label",
|
|
147
149
|
"_links"
|
|
148
150
|
]);
|
|
149
151
|
const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
@@ -155,6 +157,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
155
157
|
"_ariaSelected",
|
|
156
158
|
"_customClass",
|
|
157
159
|
"_disabled",
|
|
160
|
+
"_hideLabel",
|
|
158
161
|
"_icon",
|
|
159
162
|
"_iconAlign",
|
|
160
163
|
"_iconOnly",
|
|
@@ -178,6 +181,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
178
181
|
"_ariaLabel",
|
|
179
182
|
"_ariaSelected",
|
|
180
183
|
"_disabled",
|
|
184
|
+
"_hideLabel",
|
|
181
185
|
"_icon",
|
|
182
186
|
"_iconOnly",
|
|
183
187
|
"_id",
|
|
@@ -211,6 +215,7 @@ const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
|
211
215
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
212
216
|
"_ariaLabel",
|
|
213
217
|
"_icon",
|
|
218
|
+
"_label",
|
|
214
219
|
"_part"
|
|
215
220
|
]);
|
|
216
221
|
const KolIconFontAwesome = /* @__PURE__ */ defineContainer("kol-icon-font-awesome", void 0, [
|
|
@@ -248,6 +253,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
248
253
|
"_name",
|
|
249
254
|
"_on",
|
|
250
255
|
"_required",
|
|
256
|
+
"_syncValueBySelector",
|
|
251
257
|
"_tabIndex",
|
|
252
258
|
"_touched",
|
|
253
259
|
"_type",
|
|
@@ -269,6 +275,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
269
275
|
"_name",
|
|
270
276
|
"_on",
|
|
271
277
|
"_smartButton",
|
|
278
|
+
"_syncValueBySelector",
|
|
272
279
|
"_tabIndex",
|
|
273
280
|
"_touched",
|
|
274
281
|
"_value"
|
|
@@ -292,6 +299,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
292
299
|
"_readOnly",
|
|
293
300
|
"_required",
|
|
294
301
|
"_smartButton",
|
|
302
|
+
"_syncValueBySelector",
|
|
295
303
|
"_step",
|
|
296
304
|
"_tabIndex",
|
|
297
305
|
"_touched",
|
|
@@ -304,6 +312,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
304
312
|
"_autoComplete",
|
|
305
313
|
"_disabled",
|
|
306
314
|
"_error",
|
|
315
|
+
"_hasCounter",
|
|
307
316
|
"_hideLabel",
|
|
308
317
|
"_hint",
|
|
309
318
|
"_icon",
|
|
@@ -320,6 +329,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
320
329
|
"_required",
|
|
321
330
|
"_size",
|
|
322
331
|
"_smartButton",
|
|
332
|
+
"_syncValueBySelector",
|
|
323
333
|
"_tabIndex",
|
|
324
334
|
"_touched",
|
|
325
335
|
"_value"
|
|
@@ -340,6 +350,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
340
350
|
"_on",
|
|
341
351
|
"_required",
|
|
342
352
|
"_smartButton",
|
|
353
|
+
"_syncValueBySelector",
|
|
343
354
|
"_tabIndex",
|
|
344
355
|
"_touched",
|
|
345
356
|
"_value"
|
|
@@ -365,6 +376,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
365
376
|
"_required",
|
|
366
377
|
"_smartButton",
|
|
367
378
|
"_step",
|
|
379
|
+
"_syncValueBySelector",
|
|
368
380
|
"_tabIndex",
|
|
369
381
|
"_touched",
|
|
370
382
|
"_type",
|
|
@@ -376,6 +388,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
376
388
|
"_autoComplete",
|
|
377
389
|
"_disabled",
|
|
378
390
|
"_error",
|
|
391
|
+
"_hasCounter",
|
|
379
392
|
"_hideLabel",
|
|
380
393
|
"_hint",
|
|
381
394
|
"_icon",
|
|
@@ -390,6 +403,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
390
403
|
"_required",
|
|
391
404
|
"_size",
|
|
392
405
|
"_smartButton",
|
|
406
|
+
"_syncValueBySelector",
|
|
393
407
|
"_tabIndex",
|
|
394
408
|
"_touched",
|
|
395
409
|
"_value"
|
|
@@ -408,6 +422,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
408
422
|
"_on",
|
|
409
423
|
"_orientation",
|
|
410
424
|
"_required",
|
|
425
|
+
"_syncValueBySelector",
|
|
411
426
|
"_tabIndex",
|
|
412
427
|
"_touched",
|
|
413
428
|
"_value"
|
|
@@ -429,6 +444,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
429
444
|
"_name",
|
|
430
445
|
"_on",
|
|
431
446
|
"_step",
|
|
447
|
+
"_syncValueBySelector",
|
|
432
448
|
"_tabIndex",
|
|
433
449
|
"_touched",
|
|
434
450
|
"_value"
|
|
@@ -439,6 +455,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
439
455
|
"_autoComplete",
|
|
440
456
|
"_disabled",
|
|
441
457
|
"_error",
|
|
458
|
+
"_hasCounter",
|
|
442
459
|
"_hideLabel",
|
|
443
460
|
"_hint",
|
|
444
461
|
"_icon",
|
|
@@ -454,6 +471,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
454
471
|
"_required",
|
|
455
472
|
"_size",
|
|
456
473
|
"_smartButton",
|
|
474
|
+
"_syncValueBySelector",
|
|
457
475
|
"_tabIndex",
|
|
458
476
|
"_touched",
|
|
459
477
|
"_type",
|
|
@@ -472,6 +490,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
472
490
|
"_ariaSelected",
|
|
473
491
|
"_disabled",
|
|
474
492
|
"_download",
|
|
493
|
+
"_hideLabel",
|
|
475
494
|
"_href",
|
|
476
495
|
"_icon",
|
|
477
496
|
"_iconAlign",
|
|
@@ -496,6 +515,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
496
515
|
"_customClass",
|
|
497
516
|
"_disabled",
|
|
498
517
|
"_download",
|
|
518
|
+
"_hideLabel",
|
|
499
519
|
"_href",
|
|
500
520
|
"_icon",
|
|
501
521
|
"_iconOnly",
|
|
@@ -512,6 +532,7 @@ const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
|
|
|
512
532
|
"_ariaLabel",
|
|
513
533
|
"_listStyleType",
|
|
514
534
|
"_heading",
|
|
535
|
+
"_label",
|
|
515
536
|
"_level",
|
|
516
537
|
"_links",
|
|
517
538
|
"_ordered",
|
|
@@ -524,6 +545,7 @@ const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
|
|
|
524
545
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
525
546
|
"_activeElement",
|
|
526
547
|
"_ariaLabel",
|
|
548
|
+
"_label",
|
|
527
549
|
"_on",
|
|
528
550
|
"_width"
|
|
529
551
|
]);
|
|
@@ -533,8 +555,9 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
|
533
555
|
"_collapsible",
|
|
534
556
|
"_compact",
|
|
535
557
|
"_hasCompactButton",
|
|
536
|
-
"
|
|
558
|
+
"_label",
|
|
537
559
|
"_links",
|
|
560
|
+
"_orientation",
|
|
538
561
|
"_variant"
|
|
539
562
|
]);
|
|
540
563
|
const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0, [
|
|
@@ -551,7 +574,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
551
574
|
"_variant"
|
|
552
575
|
]);
|
|
553
576
|
const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
|
|
554
|
-
"
|
|
577
|
+
"_align",
|
|
555
578
|
"_show"
|
|
556
579
|
]);
|
|
557
580
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
@@ -585,15 +608,18 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
585
608
|
"_on",
|
|
586
609
|
"_required",
|
|
587
610
|
"_size",
|
|
611
|
+
"_syncValueBySelector",
|
|
588
612
|
"_tabIndex",
|
|
589
613
|
"_touched",
|
|
590
614
|
"_value"
|
|
591
615
|
]);
|
|
592
616
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
593
617
|
"_ariaLabel",
|
|
618
|
+
"_label",
|
|
594
619
|
"_links"
|
|
595
620
|
]);
|
|
596
621
|
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
622
|
+
"_hideLabel",
|
|
597
623
|
"_icon",
|
|
598
624
|
"_iconOnly",
|
|
599
625
|
"_label"
|
|
@@ -626,17 +652,20 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
626
652
|
]);
|
|
627
653
|
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
628
654
|
"_ariaLabel",
|
|
655
|
+
"_label",
|
|
629
656
|
"_symbol"
|
|
630
657
|
]);
|
|
631
658
|
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
632
659
|
"_caption",
|
|
633
660
|
"_data",
|
|
661
|
+
"_dataFoot",
|
|
634
662
|
"_headers",
|
|
635
663
|
"_minWidth",
|
|
636
664
|
"_pagination"
|
|
637
665
|
]);
|
|
638
666
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
639
667
|
"_ariaLabel",
|
|
668
|
+
"_label",
|
|
640
669
|
"_on",
|
|
641
670
|
"_selected",
|
|
642
671
|
"_tabs",
|
|
@@ -661,6 +690,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
661
690
|
"_resize",
|
|
662
691
|
"_required",
|
|
663
692
|
"_rows",
|
|
693
|
+
"_syncValueBySelector",
|
|
664
694
|
"_tabIndex",
|
|
665
695
|
"_touched",
|
|
666
696
|
"_value"
|
|
@@ -681,6 +711,7 @@ const KolTooltip = /* @__PURE__ */ defineContainer("kol-tooltip", void 0, [
|
|
|
681
711
|
"_label"
|
|
682
712
|
]);
|
|
683
713
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
714
|
+
"_label",
|
|
684
715
|
"_version"
|
|
685
716
|
]);
|
|
686
717
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "1.6.0-rc.
|
|
3
|
+
"version": "1.6.0-rc.11",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
"prepack": "unbuild"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/types": "7.22.
|
|
50
|
-
"@public-ui/components": "1.6.0-rc.
|
|
49
|
+
"@babel/types": "7.22.5",
|
|
50
|
+
"@public-ui/components": "1.6.0-rc.11",
|
|
51
51
|
"@types/minimatch": "5.1.2",
|
|
52
52
|
"@types/minimist": "1.2.2",
|
|
53
53
|
"@types/node": "ts4.9",
|
|
54
54
|
"@types/normalize-package-data": "2.4.1",
|
|
55
|
-
"vue": "3.
|
|
56
|
-
"typescript": "5.
|
|
55
|
+
"vue": "3.3.4",
|
|
56
|
+
"typescript": "5.1.6",
|
|
57
57
|
"unbuild": "1.2.1"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@public-ui/components": "1.6.0-rc.
|
|
60
|
+
"@public-ui/components": "1.6.0-rc.11",
|
|
61
61
|
"vue": ">=3"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|