@public-ui/vue 1.6.0-rc.8 → 1.6.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 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,11 +134,20 @@ 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",
138
141
  "_variant"
139
142
  ]);
143
+ const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
144
+ "_src",
145
+ "_label"
146
+ ]);
147
+ const KolAvatarWc = /* @__PURE__ */ defineContainer("kol-avatar-wc", void 0, [
148
+ "_src",
149
+ "_label"
150
+ ]);
140
151
  const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
141
152
  "_color",
142
153
  "_hideLabel",
@@ -165,8 +176,10 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
165
176
  "_iconOnly",
166
177
  "_id",
167
178
  "_label",
179
+ "_name",
168
180
  "_on",
169
181
  "_role",
182
+ "_syncValueBySelector",
170
183
  "_tabIndex",
171
184
  "_tooltipAlign",
172
185
  "_type",
@@ -188,20 +201,26 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
188
201
  "_iconOnly",
189
202
  "_id",
190
203
  "_label",
204
+ "_name",
191
205
  "_on",
192
206
  "_role",
207
+ "_syncValueBySelector",
193
208
  "_tabIndex",
194
209
  "_tooltipAlign",
195
210
  "_type",
196
211
  "_value"
197
212
  ]);
198
213
  const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
214
+ "_on",
215
+ "_hasCloser",
199
216
  "_hasFooter",
200
217
  "_heading",
201
218
  "_headline",
219
+ "_label",
202
220
  "_level"
203
221
  ]);
204
222
  const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
223
+ "_label",
205
224
  "_open",
206
225
  "_summary"
207
226
  ]);
@@ -257,6 +276,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
257
276
  "_required",
258
277
  "_syncValueBySelector",
259
278
  "_tabIndex",
279
+ "_tooltipAlign",
260
280
  "_touched",
261
281
  "_type",
262
282
  "_value",
@@ -277,8 +297,10 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
277
297
  "_name",
278
298
  "_on",
279
299
  "_smartButton",
300
+ "_suggestions",
280
301
  "_syncValueBySelector",
281
302
  "_tabIndex",
303
+ "_tooltipAlign",
282
304
  "_touched",
283
305
  "_value"
284
306
  ]);
@@ -301,9 +323,11 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
301
323
  "_readOnly",
302
324
  "_required",
303
325
  "_smartButton",
326
+ "_suggestions",
304
327
  "_syncValueBySelector",
305
328
  "_step",
306
329
  "_tabIndex",
330
+ "_tooltipAlign",
307
331
  "_touched",
308
332
  "_type",
309
333
  "_value"
@@ -331,8 +355,10 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
331
355
  "_required",
332
356
  "_size",
333
357
  "_smartButton",
358
+ "_suggestions",
334
359
  "_syncValueBySelector",
335
360
  "_tabIndex",
361
+ "_tooltipAlign",
336
362
  "_touched",
337
363
  "_value"
338
364
  ]);
@@ -354,6 +380,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
354
380
  "_smartButton",
355
381
  "_syncValueBySelector",
356
382
  "_tabIndex",
383
+ "_tooltipAlign",
357
384
  "_touched",
358
385
  "_value"
359
386
  ]);
@@ -377,9 +404,11 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
377
404
  "_readOnly",
378
405
  "_required",
379
406
  "_smartButton",
407
+ "_suggestions",
380
408
  "_step",
381
409
  "_syncValueBySelector",
382
410
  "_tabIndex",
411
+ "_tooltipAlign",
383
412
  "_touched",
384
413
  "_type",
385
414
  "_value"
@@ -407,6 +436,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
407
436
  "_smartButton",
408
437
  "_syncValueBySelector",
409
438
  "_tabIndex",
439
+ "_tooltipAlign",
410
440
  "_touched",
411
441
  "_value"
412
442
  ]);
@@ -422,10 +452,12 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
422
452
  "_list",
423
453
  "_name",
424
454
  "_on",
455
+ "_options",
425
456
  "_orientation",
426
457
  "_required",
427
458
  "_syncValueBySelector",
428
459
  "_tabIndex",
460
+ "_tooltipAlign",
429
461
  "_touched",
430
462
  "_value"
431
463
  ]);
@@ -446,8 +478,10 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
446
478
  "_name",
447
479
  "_on",
448
480
  "_step",
481
+ "_suggestions",
449
482
  "_syncValueBySelector",
450
483
  "_tabIndex",
484
+ "_tooltipAlign",
451
485
  "_touched",
452
486
  "_value"
453
487
  ]);
@@ -472,9 +506,11 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
472
506
  "_readOnly",
473
507
  "_required",
474
508
  "_size",
509
+ "_suggestions",
475
510
  "_smartButton",
476
511
  "_syncValueBySelector",
477
512
  "_tabIndex",
513
+ "_tooltipAlign",
478
514
  "_touched",
479
515
  "_type",
480
516
  "_value"
@@ -498,6 +534,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
498
534
  "_iconAlign",
499
535
  "_iconOnly",
500
536
  "_label",
537
+ "_listenAriaCurrent",
501
538
  "_on",
502
539
  "_role",
503
540
  "_selector",
@@ -522,6 +559,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
522
559
  "_icon",
523
560
  "_iconOnly",
524
561
  "_label",
562
+ "_listenAriaCurrent",
525
563
  "_on",
526
564
  "_role",
527
565
  "_tabIndex",
@@ -557,6 +595,7 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
557
595
  "_collapsible",
558
596
  "_compact",
559
597
  "_hasCompactButton",
598
+ "_hideLabel",
560
599
  "_label",
561
600
  "_links",
562
601
  "_orientation",
@@ -565,6 +604,7 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
565
604
  const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0, [
566
605
  "_boundaryCount",
567
606
  "_customClass",
607
+ "_label",
568
608
  "_hasButtons",
569
609
  "_page",
570
610
  "_pageSize",
@@ -589,6 +629,7 @@ const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
589
629
  ]);
590
630
  const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
591
631
  "_caption",
632
+ "_label",
592
633
  "_href",
593
634
  "_quote",
594
635
  "_variant"
@@ -608,10 +649,13 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
608
649
  "_multiple",
609
650
  "_name",
610
651
  "_on",
652
+ "_options",
611
653
  "_required",
654
+ "_rows",
612
655
  "_size",
613
656
  "_syncValueBySelector",
614
657
  "_tabIndex",
658
+ "_tooltipAlign",
615
659
  "_touched",
616
660
  "_value"
617
661
  ]);
@@ -633,7 +677,6 @@ const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
633
677
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
634
678
  "_accessKey",
635
679
  "_ariaControls",
636
- "_ariaCurrent",
637
680
  "_ariaExpanded",
638
681
  "_ariaLabel",
639
682
  "_ariaSelected",
@@ -641,10 +684,12 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
641
684
  "_disabled",
642
685
  "_hideLabel",
643
686
  "_icon",
644
- "_iconOnly",
687
+ "_id",
645
688
  "_label",
689
+ "_name",
646
690
  "_on",
647
691
  "_role",
692
+ "_syncValueBySelector",
648
693
  "_showDropdown",
649
694
  "_tabIndex",
650
695
  "_tooltipAlign",
@@ -662,10 +707,12 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
662
707
  "_data",
663
708
  "_dataFoot",
664
709
  "_headers",
710
+ "_label",
665
711
  "_minWidth",
666
712
  "_pagination"
667
713
  ]);
668
714
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
715
+ "_align",
669
716
  "_ariaLabel",
670
717
  "_label",
671
718
  "_on",
@@ -694,6 +741,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
694
741
  "_rows",
695
742
  "_syncValueBySelector",
696
743
  "_tabIndex",
744
+ "_tooltipAlign",
697
745
  "_touched",
698
746
  "_value"
699
747
  ]);
@@ -701,17 +749,13 @@ const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
701
749
  "_alert",
702
750
  "_hasCloser",
703
751
  "_heading",
752
+ "_label",
704
753
  "_level",
705
754
  "_on",
706
755
  "_show",
707
756
  "_showDuration",
708
757
  "_type"
709
758
  ]);
710
- const KolTooltip = /* @__PURE__ */ defineContainer("kol-tooltip", void 0, [
711
- "_align",
712
- "_id",
713
- "_label"
714
- ]);
715
759
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
716
760
  "_label",
717
761
  "_version"
@@ -720,6 +764,8 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
720
764
  exports.KolAbbr = KolAbbr;
721
765
  exports.KolAccordion = KolAccordion;
722
766
  exports.KolAlert = KolAlert;
767
+ exports.KolAvatar = KolAvatar;
768
+ exports.KolAvatarWc = KolAvatarWc;
723
769
  exports.KolBadge = KolBadge;
724
770
  exports.KolBreadcrumb = KolBreadcrumb;
725
771
  exports.KolButton = KolButton;
@@ -767,5 +813,4 @@ exports.KolTable = KolTable;
767
813
  exports.KolTabs = KolTabs;
768
814
  exports.KolTextarea = KolTextarea;
769
815
  exports.KolToast = KolToast;
770
- exports.KolTooltip = KolTooltip;
771
816
  exports.KolVersion = KolVersion;
package/dist/index.d.ts CHANGED
@@ -7,6 +7,8 @@ interface InputProps<T> {
7
7
  declare const KolAbbr: (props: JSX.KolAbbr & InputProps<string | number | boolean> & {}) => any;
8
8
  declare const KolAccordion: (props: JSX.KolAccordion & InputProps<string | number | boolean> & {}) => any;
9
9
  declare const KolAlert: (props: JSX.KolAlert & InputProps<string | number | boolean> & {}) => any;
10
+ declare const KolAvatar: (props: JSX.KolAvatar & InputProps<string | number | boolean> & {}) => any;
11
+ declare const KolAvatarWc: (props: JSX.KolAvatarWc & InputProps<string | number | boolean> & {}) => any;
10
12
  declare const KolBadge: (props: JSX.KolBadge & InputProps<string | number | boolean> & {}) => any;
11
13
  declare const KolBreadcrumb: (props: JSX.KolBreadcrumb & InputProps<string | number | boolean> & {}) => any;
12
14
  declare const KolButton: (props: JSX.KolButton & InputProps<string | number | boolean> & {}) => any;
@@ -54,7 +56,6 @@ declare const KolTable: (props: JSX.KolTable & InputProps<string | number | bool
54
56
  declare const KolTabs: (props: JSX.KolTabs & InputProps<string | number | boolean> & {}) => any;
55
57
  declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number | boolean> & {}) => any;
56
58
  declare const KolToast: (props: JSX.KolToast & InputProps<string | number | boolean> & {}) => any;
57
- declare const KolTooltip: (props: JSX.KolTooltip & InputProps<string | number | boolean> & {}) => any;
58
59
  declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
59
60
 
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 };
61
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolAvatarWc, 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, KolVersion };
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,11 +132,20 @@ 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",
136
139
  "_variant"
137
140
  ]);
141
+ const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
142
+ "_src",
143
+ "_label"
144
+ ]);
145
+ const KolAvatarWc = /* @__PURE__ */ defineContainer("kol-avatar-wc", void 0, [
146
+ "_src",
147
+ "_label"
148
+ ]);
138
149
  const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
139
150
  "_color",
140
151
  "_hideLabel",
@@ -163,8 +174,10 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
163
174
  "_iconOnly",
164
175
  "_id",
165
176
  "_label",
177
+ "_name",
166
178
  "_on",
167
179
  "_role",
180
+ "_syncValueBySelector",
168
181
  "_tabIndex",
169
182
  "_tooltipAlign",
170
183
  "_type",
@@ -186,20 +199,26 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
186
199
  "_iconOnly",
187
200
  "_id",
188
201
  "_label",
202
+ "_name",
189
203
  "_on",
190
204
  "_role",
205
+ "_syncValueBySelector",
191
206
  "_tabIndex",
192
207
  "_tooltipAlign",
193
208
  "_type",
194
209
  "_value"
195
210
  ]);
196
211
  const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
212
+ "_on",
213
+ "_hasCloser",
197
214
  "_hasFooter",
198
215
  "_heading",
199
216
  "_headline",
217
+ "_label",
200
218
  "_level"
201
219
  ]);
202
220
  const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
221
+ "_label",
203
222
  "_open",
204
223
  "_summary"
205
224
  ]);
@@ -255,6 +274,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
255
274
  "_required",
256
275
  "_syncValueBySelector",
257
276
  "_tabIndex",
277
+ "_tooltipAlign",
258
278
  "_touched",
259
279
  "_type",
260
280
  "_value",
@@ -275,8 +295,10 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
275
295
  "_name",
276
296
  "_on",
277
297
  "_smartButton",
298
+ "_suggestions",
278
299
  "_syncValueBySelector",
279
300
  "_tabIndex",
301
+ "_tooltipAlign",
280
302
  "_touched",
281
303
  "_value"
282
304
  ]);
@@ -299,9 +321,11 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
299
321
  "_readOnly",
300
322
  "_required",
301
323
  "_smartButton",
324
+ "_suggestions",
302
325
  "_syncValueBySelector",
303
326
  "_step",
304
327
  "_tabIndex",
328
+ "_tooltipAlign",
305
329
  "_touched",
306
330
  "_type",
307
331
  "_value"
@@ -329,8 +353,10 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
329
353
  "_required",
330
354
  "_size",
331
355
  "_smartButton",
356
+ "_suggestions",
332
357
  "_syncValueBySelector",
333
358
  "_tabIndex",
359
+ "_tooltipAlign",
334
360
  "_touched",
335
361
  "_value"
336
362
  ]);
@@ -352,6 +378,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
352
378
  "_smartButton",
353
379
  "_syncValueBySelector",
354
380
  "_tabIndex",
381
+ "_tooltipAlign",
355
382
  "_touched",
356
383
  "_value"
357
384
  ]);
@@ -375,9 +402,11 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
375
402
  "_readOnly",
376
403
  "_required",
377
404
  "_smartButton",
405
+ "_suggestions",
378
406
  "_step",
379
407
  "_syncValueBySelector",
380
408
  "_tabIndex",
409
+ "_tooltipAlign",
381
410
  "_touched",
382
411
  "_type",
383
412
  "_value"
@@ -405,6 +434,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
405
434
  "_smartButton",
406
435
  "_syncValueBySelector",
407
436
  "_tabIndex",
437
+ "_tooltipAlign",
408
438
  "_touched",
409
439
  "_value"
410
440
  ]);
@@ -420,10 +450,12 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
420
450
  "_list",
421
451
  "_name",
422
452
  "_on",
453
+ "_options",
423
454
  "_orientation",
424
455
  "_required",
425
456
  "_syncValueBySelector",
426
457
  "_tabIndex",
458
+ "_tooltipAlign",
427
459
  "_touched",
428
460
  "_value"
429
461
  ]);
@@ -444,8 +476,10 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
444
476
  "_name",
445
477
  "_on",
446
478
  "_step",
479
+ "_suggestions",
447
480
  "_syncValueBySelector",
448
481
  "_tabIndex",
482
+ "_tooltipAlign",
449
483
  "_touched",
450
484
  "_value"
451
485
  ]);
@@ -470,9 +504,11 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
470
504
  "_readOnly",
471
505
  "_required",
472
506
  "_size",
507
+ "_suggestions",
473
508
  "_smartButton",
474
509
  "_syncValueBySelector",
475
510
  "_tabIndex",
511
+ "_tooltipAlign",
476
512
  "_touched",
477
513
  "_type",
478
514
  "_value"
@@ -496,6 +532,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
496
532
  "_iconAlign",
497
533
  "_iconOnly",
498
534
  "_label",
535
+ "_listenAriaCurrent",
499
536
  "_on",
500
537
  "_role",
501
538
  "_selector",
@@ -520,6 +557,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
520
557
  "_icon",
521
558
  "_iconOnly",
522
559
  "_label",
560
+ "_listenAriaCurrent",
523
561
  "_on",
524
562
  "_role",
525
563
  "_tabIndex",
@@ -555,6 +593,7 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
555
593
  "_collapsible",
556
594
  "_compact",
557
595
  "_hasCompactButton",
596
+ "_hideLabel",
558
597
  "_label",
559
598
  "_links",
560
599
  "_orientation",
@@ -563,6 +602,7 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
563
602
  const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0, [
564
603
  "_boundaryCount",
565
604
  "_customClass",
605
+ "_label",
566
606
  "_hasButtons",
567
607
  "_page",
568
608
  "_pageSize",
@@ -587,6 +627,7 @@ const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
587
627
  ]);
588
628
  const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
589
629
  "_caption",
630
+ "_label",
590
631
  "_href",
591
632
  "_quote",
592
633
  "_variant"
@@ -606,10 +647,13 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
606
647
  "_multiple",
607
648
  "_name",
608
649
  "_on",
650
+ "_options",
609
651
  "_required",
652
+ "_rows",
610
653
  "_size",
611
654
  "_syncValueBySelector",
612
655
  "_tabIndex",
656
+ "_tooltipAlign",
613
657
  "_touched",
614
658
  "_value"
615
659
  ]);
@@ -631,7 +675,6 @@ const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
631
675
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
632
676
  "_accessKey",
633
677
  "_ariaControls",
634
- "_ariaCurrent",
635
678
  "_ariaExpanded",
636
679
  "_ariaLabel",
637
680
  "_ariaSelected",
@@ -639,10 +682,12 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
639
682
  "_disabled",
640
683
  "_hideLabel",
641
684
  "_icon",
642
- "_iconOnly",
685
+ "_id",
643
686
  "_label",
687
+ "_name",
644
688
  "_on",
645
689
  "_role",
690
+ "_syncValueBySelector",
646
691
  "_showDropdown",
647
692
  "_tabIndex",
648
693
  "_tooltipAlign",
@@ -660,10 +705,12 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
660
705
  "_data",
661
706
  "_dataFoot",
662
707
  "_headers",
708
+ "_label",
663
709
  "_minWidth",
664
710
  "_pagination"
665
711
  ]);
666
712
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
713
+ "_align",
667
714
  "_ariaLabel",
668
715
  "_label",
669
716
  "_on",
@@ -692,6 +739,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
692
739
  "_rows",
693
740
  "_syncValueBySelector",
694
741
  "_tabIndex",
742
+ "_tooltipAlign",
695
743
  "_touched",
696
744
  "_value"
697
745
  ]);
@@ -699,20 +747,16 @@ const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
699
747
  "_alert",
700
748
  "_hasCloser",
701
749
  "_heading",
750
+ "_label",
702
751
  "_level",
703
752
  "_on",
704
753
  "_show",
705
754
  "_showDuration",
706
755
  "_type"
707
756
  ]);
708
- const KolTooltip = /* @__PURE__ */ defineContainer("kol-tooltip", void 0, [
709
- "_align",
710
- "_id",
711
- "_label"
712
- ]);
713
757
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
714
758
  "_label",
715
759
  "_version"
716
760
  ]);
717
761
 
718
- 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 };
762
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolAvatarWc, 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, KolVersion };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.6.0-rc.8",
3
+ "version": "1.6.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -46,24 +46,25 @@
46
46
  "prepack": "unbuild"
47
47
  },
48
48
  "devDependencies": {
49
- "@babel/types": "7.22.5",
50
- "@public-ui/components": "1.6.0-rc.8",
49
+ "@babel/types": "7.22.10",
50
+ "@public-ui/components": "1.6.0",
51
51
  "@types/minimatch": "5.1.2",
52
52
  "@types/minimist": "1.2.2",
53
- "@types/node": "ts4.9",
53
+ "@types/node": "ts5.1",
54
54
  "@types/normalize-package-data": "2.4.1",
55
55
  "vue": "3.3.4",
56
56
  "typescript": "5.1.6",
57
57
  "unbuild": "1.2.1"
58
58
  },
59
59
  "peerDependencies": {
60
- "@public-ui/components": "1.6.0-rc.8",
60
+ "@public-ui/components": "1.6.0",
61
61
  "vue": ">=3"
62
62
  },
63
63
  "sideEffects": false,
64
64
  "type": "module",
65
65
  "exports": {
66
66
  ".": {
67
+ "types": "./dist/index.d.ts",
67
68
  "import": "./dist/index.mjs",
68
69
  "require": "./dist/index.cjs"
69
70
  }