@public-ui/vue 1.6.0-rc.17 → 1.6.0-rc.19
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 +21 -0
- package/dist/index.mjs +21 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -119,11 +119,13 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
|
|
|
119
119
|
};
|
|
120
120
|
|
|
121
121
|
const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
|
|
122
|
+
"_label",
|
|
122
123
|
"_tooltipAlign",
|
|
123
124
|
"_title"
|
|
124
125
|
]);
|
|
125
126
|
const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
|
|
126
127
|
"_heading",
|
|
128
|
+
"_label",
|
|
127
129
|
"_level",
|
|
128
130
|
"_on",
|
|
129
131
|
"_open"
|
|
@@ -132,6 +134,7 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
|
|
|
132
134
|
"_alert",
|
|
133
135
|
"_hasCloser",
|
|
134
136
|
"_heading",
|
|
137
|
+
"_label",
|
|
135
138
|
"_level",
|
|
136
139
|
"_on",
|
|
137
140
|
"_type",
|
|
@@ -207,9 +210,11 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
207
210
|
"_hasFooter",
|
|
208
211
|
"_heading",
|
|
209
212
|
"_headline",
|
|
213
|
+
"_label",
|
|
210
214
|
"_level"
|
|
211
215
|
]);
|
|
212
216
|
const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
217
|
+
"_label",
|
|
213
218
|
"_open",
|
|
214
219
|
"_summary"
|
|
215
220
|
]);
|
|
@@ -286,6 +291,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
286
291
|
"_name",
|
|
287
292
|
"_on",
|
|
288
293
|
"_smartButton",
|
|
294
|
+
"_suggestions",
|
|
289
295
|
"_syncValueBySelector",
|
|
290
296
|
"_tabIndex",
|
|
291
297
|
"_tooltipAlign",
|
|
@@ -311,6 +317,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
311
317
|
"_readOnly",
|
|
312
318
|
"_required",
|
|
313
319
|
"_smartButton",
|
|
320
|
+
"_suggestions",
|
|
314
321
|
"_syncValueBySelector",
|
|
315
322
|
"_step",
|
|
316
323
|
"_tabIndex",
|
|
@@ -342,6 +349,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
342
349
|
"_required",
|
|
343
350
|
"_size",
|
|
344
351
|
"_smartButton",
|
|
352
|
+
"_suggestions",
|
|
345
353
|
"_syncValueBySelector",
|
|
346
354
|
"_tabIndex",
|
|
347
355
|
"_tooltipAlign",
|
|
@@ -390,6 +398,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
390
398
|
"_readOnly",
|
|
391
399
|
"_required",
|
|
392
400
|
"_smartButton",
|
|
401
|
+
"_suggestions",
|
|
393
402
|
"_step",
|
|
394
403
|
"_syncValueBySelector",
|
|
395
404
|
"_tabIndex",
|
|
@@ -437,6 +446,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
437
446
|
"_list",
|
|
438
447
|
"_name",
|
|
439
448
|
"_on",
|
|
449
|
+
"_options",
|
|
440
450
|
"_orientation",
|
|
441
451
|
"_required",
|
|
442
452
|
"_syncValueBySelector",
|
|
@@ -462,6 +472,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
462
472
|
"_name",
|
|
463
473
|
"_on",
|
|
464
474
|
"_step",
|
|
475
|
+
"_suggestions",
|
|
465
476
|
"_syncValueBySelector",
|
|
466
477
|
"_tabIndex",
|
|
467
478
|
"_tooltipAlign",
|
|
@@ -489,6 +500,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
489
500
|
"_readOnly",
|
|
490
501
|
"_required",
|
|
491
502
|
"_size",
|
|
503
|
+
"_suggestions",
|
|
492
504
|
"_smartButton",
|
|
493
505
|
"_syncValueBySelector",
|
|
494
506
|
"_tabIndex",
|
|
@@ -516,6 +528,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
516
528
|
"_iconAlign",
|
|
517
529
|
"_iconOnly",
|
|
518
530
|
"_label",
|
|
531
|
+
"_listenAriaCurrent",
|
|
519
532
|
"_on",
|
|
520
533
|
"_role",
|
|
521
534
|
"_selector",
|
|
@@ -540,6 +553,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
540
553
|
"_icon",
|
|
541
554
|
"_iconOnly",
|
|
542
555
|
"_label",
|
|
556
|
+
"_listenAriaCurrent",
|
|
543
557
|
"_on",
|
|
544
558
|
"_role",
|
|
545
559
|
"_tabIndex",
|
|
@@ -575,6 +589,7 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
|
575
589
|
"_collapsible",
|
|
576
590
|
"_compact",
|
|
577
591
|
"_hasCompactButton",
|
|
592
|
+
"_hideLabel",
|
|
578
593
|
"_label",
|
|
579
594
|
"_links",
|
|
580
595
|
"_orientation",
|
|
@@ -607,6 +622,7 @@ const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
|
607
622
|
]);
|
|
608
623
|
const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
609
624
|
"_caption",
|
|
625
|
+
"_label",
|
|
610
626
|
"_href",
|
|
611
627
|
"_quote",
|
|
612
628
|
"_variant"
|
|
@@ -626,7 +642,9 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
626
642
|
"_multiple",
|
|
627
643
|
"_name",
|
|
628
644
|
"_on",
|
|
645
|
+
"_options",
|
|
629
646
|
"_required",
|
|
647
|
+
"_rows",
|
|
630
648
|
"_size",
|
|
631
649
|
"_syncValueBySelector",
|
|
632
650
|
"_tabIndex",
|
|
@@ -681,10 +699,12 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
|
681
699
|
"_data",
|
|
682
700
|
"_dataFoot",
|
|
683
701
|
"_headers",
|
|
702
|
+
"_label",
|
|
684
703
|
"_minWidth",
|
|
685
704
|
"_pagination"
|
|
686
705
|
]);
|
|
687
706
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
707
|
+
"_align",
|
|
688
708
|
"_ariaLabel",
|
|
689
709
|
"_label",
|
|
690
710
|
"_on",
|
|
@@ -721,6 +741,7 @@ const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
|
|
|
721
741
|
"_alert",
|
|
722
742
|
"_hasCloser",
|
|
723
743
|
"_heading",
|
|
744
|
+
"_label",
|
|
724
745
|
"_level",
|
|
725
746
|
"_on",
|
|
726
747
|
"_show",
|
package/dist/index.mjs
CHANGED
|
@@ -117,11 +117,13 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
|
|
|
117
117
|
};
|
|
118
118
|
|
|
119
119
|
const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
|
|
120
|
+
"_label",
|
|
120
121
|
"_tooltipAlign",
|
|
121
122
|
"_title"
|
|
122
123
|
]);
|
|
123
124
|
const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
|
|
124
125
|
"_heading",
|
|
126
|
+
"_label",
|
|
125
127
|
"_level",
|
|
126
128
|
"_on",
|
|
127
129
|
"_open"
|
|
@@ -130,6 +132,7 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
|
|
|
130
132
|
"_alert",
|
|
131
133
|
"_hasCloser",
|
|
132
134
|
"_heading",
|
|
135
|
+
"_label",
|
|
133
136
|
"_level",
|
|
134
137
|
"_on",
|
|
135
138
|
"_type",
|
|
@@ -205,9 +208,11 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
205
208
|
"_hasFooter",
|
|
206
209
|
"_heading",
|
|
207
210
|
"_headline",
|
|
211
|
+
"_label",
|
|
208
212
|
"_level"
|
|
209
213
|
]);
|
|
210
214
|
const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
215
|
+
"_label",
|
|
211
216
|
"_open",
|
|
212
217
|
"_summary"
|
|
213
218
|
]);
|
|
@@ -284,6 +289,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
284
289
|
"_name",
|
|
285
290
|
"_on",
|
|
286
291
|
"_smartButton",
|
|
292
|
+
"_suggestions",
|
|
287
293
|
"_syncValueBySelector",
|
|
288
294
|
"_tabIndex",
|
|
289
295
|
"_tooltipAlign",
|
|
@@ -309,6 +315,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
309
315
|
"_readOnly",
|
|
310
316
|
"_required",
|
|
311
317
|
"_smartButton",
|
|
318
|
+
"_suggestions",
|
|
312
319
|
"_syncValueBySelector",
|
|
313
320
|
"_step",
|
|
314
321
|
"_tabIndex",
|
|
@@ -340,6 +347,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
340
347
|
"_required",
|
|
341
348
|
"_size",
|
|
342
349
|
"_smartButton",
|
|
350
|
+
"_suggestions",
|
|
343
351
|
"_syncValueBySelector",
|
|
344
352
|
"_tabIndex",
|
|
345
353
|
"_tooltipAlign",
|
|
@@ -388,6 +396,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
388
396
|
"_readOnly",
|
|
389
397
|
"_required",
|
|
390
398
|
"_smartButton",
|
|
399
|
+
"_suggestions",
|
|
391
400
|
"_step",
|
|
392
401
|
"_syncValueBySelector",
|
|
393
402
|
"_tabIndex",
|
|
@@ -435,6 +444,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
435
444
|
"_list",
|
|
436
445
|
"_name",
|
|
437
446
|
"_on",
|
|
447
|
+
"_options",
|
|
438
448
|
"_orientation",
|
|
439
449
|
"_required",
|
|
440
450
|
"_syncValueBySelector",
|
|
@@ -460,6 +470,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
460
470
|
"_name",
|
|
461
471
|
"_on",
|
|
462
472
|
"_step",
|
|
473
|
+
"_suggestions",
|
|
463
474
|
"_syncValueBySelector",
|
|
464
475
|
"_tabIndex",
|
|
465
476
|
"_tooltipAlign",
|
|
@@ -487,6 +498,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
487
498
|
"_readOnly",
|
|
488
499
|
"_required",
|
|
489
500
|
"_size",
|
|
501
|
+
"_suggestions",
|
|
490
502
|
"_smartButton",
|
|
491
503
|
"_syncValueBySelector",
|
|
492
504
|
"_tabIndex",
|
|
@@ -514,6 +526,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
514
526
|
"_iconAlign",
|
|
515
527
|
"_iconOnly",
|
|
516
528
|
"_label",
|
|
529
|
+
"_listenAriaCurrent",
|
|
517
530
|
"_on",
|
|
518
531
|
"_role",
|
|
519
532
|
"_selector",
|
|
@@ -538,6 +551,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
538
551
|
"_icon",
|
|
539
552
|
"_iconOnly",
|
|
540
553
|
"_label",
|
|
554
|
+
"_listenAriaCurrent",
|
|
541
555
|
"_on",
|
|
542
556
|
"_role",
|
|
543
557
|
"_tabIndex",
|
|
@@ -573,6 +587,7 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
|
573
587
|
"_collapsible",
|
|
574
588
|
"_compact",
|
|
575
589
|
"_hasCompactButton",
|
|
590
|
+
"_hideLabel",
|
|
576
591
|
"_label",
|
|
577
592
|
"_links",
|
|
578
593
|
"_orientation",
|
|
@@ -605,6 +620,7 @@ const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
|
605
620
|
]);
|
|
606
621
|
const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
607
622
|
"_caption",
|
|
623
|
+
"_label",
|
|
608
624
|
"_href",
|
|
609
625
|
"_quote",
|
|
610
626
|
"_variant"
|
|
@@ -624,7 +640,9 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
624
640
|
"_multiple",
|
|
625
641
|
"_name",
|
|
626
642
|
"_on",
|
|
643
|
+
"_options",
|
|
627
644
|
"_required",
|
|
645
|
+
"_rows",
|
|
628
646
|
"_size",
|
|
629
647
|
"_syncValueBySelector",
|
|
630
648
|
"_tabIndex",
|
|
@@ -679,10 +697,12 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
|
679
697
|
"_data",
|
|
680
698
|
"_dataFoot",
|
|
681
699
|
"_headers",
|
|
700
|
+
"_label",
|
|
682
701
|
"_minWidth",
|
|
683
702
|
"_pagination"
|
|
684
703
|
]);
|
|
685
704
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
705
|
+
"_align",
|
|
686
706
|
"_ariaLabel",
|
|
687
707
|
"_label",
|
|
688
708
|
"_on",
|
|
@@ -719,6 +739,7 @@ const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
|
|
|
719
739
|
"_alert",
|
|
720
740
|
"_hasCloser",
|
|
721
741
|
"_heading",
|
|
742
|
+
"_label",
|
|
722
743
|
"_level",
|
|
723
744
|
"_on",
|
|
724
745
|
"_show",
|
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.19",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/types": "7.22.5",
|
|
50
|
-
"@public-ui/components": "1.6.0-rc.
|
|
50
|
+
"@public-ui/components": "1.6.0-rc.19",
|
|
51
51
|
"@types/minimatch": "5.1.2",
|
|
52
52
|
"@types/minimist": "1.2.2",
|
|
53
53
|
"@types/node": "ts4.9",
|
|
@@ -57,7 +57,7 @@
|
|
|
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.19",
|
|
61
61
|
"vue": ">=3"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|