@public-ui/vue 1.7.2 → 2.0.0-rc.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
@@ -120,11 +120,9 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
120
120
 
121
121
  const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
122
122
  "_label",
123
- "_tooltipAlign",
124
- "_title"
123
+ "_tooltipAlign"
125
124
  ]);
126
125
  const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
127
- "_heading",
128
126
  "_label",
129
127
  "_level",
130
128
  "_on",
@@ -133,7 +131,6 @@ const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
133
131
  const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
134
132
  "_alert",
135
133
  "_hasCloser",
136
- "_heading",
137
134
  "_label",
138
135
  "_level",
139
136
  "_on",
@@ -146,32 +143,22 @@ const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
146
143
  ]);
147
144
  const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
148
145
  "_color",
149
- "_hideLabel",
150
- "_icon",
151
146
  "_icons",
152
- "_iconOnly",
153
147
  "_label",
154
148
  "_smartButton"
155
149
  ]);
156
150
  const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0, [
157
- "_ariaLabel",
158
151
  "_label",
159
152
  "_links"
160
153
  ]);
161
154
  const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
162
- "_accessKey",
163
155
  "_ariaControls",
164
- "_ariaCurrent",
165
156
  "_ariaExpanded",
166
- "_ariaLabel",
167
157
  "_ariaSelected",
168
158
  "_customClass",
169
159
  "_disabled",
170
160
  "_hideLabel",
171
- "_icon",
172
161
  "_icons",
173
- "_iconAlign",
174
- "_iconOnly",
175
162
  "_id",
176
163
  "_label",
177
164
  "_name",
@@ -186,17 +173,12 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
186
173
  ]);
187
174
  const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
188
175
  const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
189
- "_accessKey",
190
176
  "_ariaControls",
191
- "_ariaCurrent",
192
177
  "_ariaExpanded",
193
- "_ariaLabel",
194
178
  "_ariaSelected",
195
179
  "_disabled",
196
180
  "_hideLabel",
197
- "_icon",
198
181
  "_icons",
199
- "_iconOnly",
200
182
  "_id",
201
183
  "_label",
202
184
  "_name",
@@ -211,17 +193,13 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
211
193
  const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
212
194
  "_on",
213
195
  "_hasCloser",
214
- "_hasFooter",
215
- "_heading",
216
- "_headline",
217
196
  "_label",
218
197
  "_level"
219
198
  ]);
220
199
  const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
221
200
  "_label",
222
201
  "_on",
223
- "_open",
224
- "_summary"
202
+ "_open"
225
203
  ]);
226
204
  const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
227
205
  "_on",
@@ -233,22 +211,8 @@ const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
233
211
  "_secondaryHeadline"
234
212
  ]);
235
213
  const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
236
- "_ariaLabel",
237
- "_icon",
238
214
  "_icons",
239
- "_label",
240
- "_part"
241
- ]);
242
- const KolIconFontAwesome = /* @__PURE__ */ defineContainer("kol-icon-font-awesome", void 0, [
243
- "_ariaLabel",
244
- "_icon",
245
- "_prefix",
246
- "_part"
247
- ]);
248
- const KolIconIcofont = /* @__PURE__ */ defineContainer("kol-icon-icofont", void 0, [
249
- "_ariaLabel",
250
- "_icon",
251
- "_part"
215
+ "_label"
252
216
  ]);
253
217
  const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
254
218
  "_alt",
@@ -258,7 +222,6 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
258
222
  "_srcset"
259
223
  ]);
260
224
  const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
261
- const KolInputAdapterLeanup = /* @__PURE__ */ defineContainer("kol-input-adapter-leanup", void 0);
262
225
  const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
263
226
  "_accessKey",
264
227
  "_alert",
@@ -268,7 +231,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
268
231
  "_error",
269
232
  "_hideLabel",
270
233
  "_hint",
271
- "_icon",
272
234
  "_icons",
273
235
  "_id",
274
236
  "_indeterminate",
@@ -280,7 +242,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
280
242
  "_tabIndex",
281
243
  "_tooltipAlign",
282
244
  "_touched",
283
- "_type",
284
245
  "_value",
285
246
  "_variant"
286
247
  ]);
@@ -293,11 +254,9 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
293
254
  "_hideError",
294
255
  "_hideLabel",
295
256
  "_hint",
296
- "_icon",
297
257
  "_icons",
298
258
  "_id",
299
259
  "_label",
300
- "_list",
301
260
  "_name",
302
261
  "_on",
303
262
  "_smartButton",
@@ -317,11 +276,9 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
317
276
  "_hideError",
318
277
  "_hideLabel",
319
278
  "_hint",
320
- "_icon",
321
279
  "_icons",
322
280
  "_id",
323
281
  "_label",
324
- "_list",
325
282
  "_max",
326
283
  "_min",
327
284
  "_name",
@@ -348,11 +305,9 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
348
305
  "_hideError",
349
306
  "_hideLabel",
350
307
  "_hint",
351
- "_icon",
352
308
  "_icons",
353
309
  "_id",
354
310
  "_label",
355
- "_list",
356
311
  "_maxLength",
357
312
  "_multiple",
358
313
  "_name",
@@ -361,7 +316,6 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
361
316
  "_placeholder",
362
317
  "_readOnly",
363
318
  "_required",
364
- "_size",
365
319
  "_smartButton",
366
320
  "_suggestions",
367
321
  "_syncValueBySelector",
@@ -379,7 +333,6 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
379
333
  "_hideError",
380
334
  "_hideLabel",
381
335
  "_hint",
382
- "_icon",
383
336
  "_icons",
384
337
  "_id",
385
338
  "_label",
@@ -403,11 +356,9 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
403
356
  "_hideError",
404
357
  "_hideLabel",
405
358
  "_hint",
406
- "_icon",
407
359
  "_icons",
408
360
  "_id",
409
361
  "_label",
410
- "_list",
411
362
  "_max",
412
363
  "_min",
413
364
  "_name",
@@ -422,7 +373,6 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
422
373
  "_tabIndex",
423
374
  "_tooltipAlign",
424
375
  "_touched",
425
- "_type",
426
376
  "_value"
427
377
  ]);
428
378
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
@@ -435,7 +385,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
435
385
  "_hideError",
436
386
  "_hideLabel",
437
387
  "_hint",
438
- "_icon",
439
388
  "_icons",
440
389
  "_id",
441
390
  "_label",
@@ -446,7 +395,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
446
395
  "_placeholder",
447
396
  "_readOnly",
448
397
  "_required",
449
- "_size",
450
398
  "_smartButton",
451
399
  "_syncValueBySelector",
452
400
  "_tabIndex",
@@ -464,7 +412,6 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
464
412
  "_hint",
465
413
  "_id",
466
414
  "_label",
467
- "_list",
468
415
  "_name",
469
416
  "_on",
470
417
  "_options",
@@ -485,11 +432,9 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
485
432
  "_hideError",
486
433
  "_hideLabel",
487
434
  "_hint",
488
- "_icon",
489
435
  "_icons",
490
436
  "_id",
491
437
  "_label",
492
- "_list",
493
438
  "_max",
494
439
  "_min",
495
440
  "_name",
@@ -512,11 +457,9 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
512
457
  "_hideError",
513
458
  "_hideLabel",
514
459
  "_hint",
515
- "_icon",
516
460
  "_icons",
517
461
  "_id",
518
462
  "_label",
519
- "_list",
520
463
  "_maxLength",
521
464
  "_name",
522
465
  "_on",
@@ -524,7 +467,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
524
467
  "_placeholder",
525
468
  "_readOnly",
526
469
  "_required",
527
- "_size",
528
470
  "_suggestions",
529
471
  "_smartButton",
530
472
  "_syncValueBySelector",
@@ -540,44 +482,25 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
540
482
  "_labeled"
541
483
  ]);
542
484
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
543
- "_ariaControls",
544
- "_ariaCurrent",
545
- "_ariaExpanded",
546
- "_ariaLabel",
547
- "_ariaSelected",
548
- "_disabled",
549
485
  "_download",
550
486
  "_hideLabel",
551
487
  "_href",
552
- "_icon",
553
488
  "_icons",
554
- "_iconAlign",
555
- "_iconOnly",
556
489
  "_label",
557
490
  "_listenAriaCurrent",
558
491
  "_on",
559
492
  "_role",
560
- "_selector",
561
- "_stealth",
562
493
  "_tabIndex",
563
494
  "_target",
564
495
  "_targetDescription",
565
- "_tooltipAlign",
566
- "_useCase"
496
+ "_tooltipAlign"
567
497
  ]);
568
498
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
569
- "_ariaControls",
570
- "_ariaCurrent",
571
- "_ariaExpanded",
572
- "_ariaLabel",
573
- "_ariaSelected",
574
499
  "_customClass",
575
- "_disabled",
576
500
  "_download",
577
501
  "_hideLabel",
578
502
  "_href",
579
- "_icon",
580
- "_iconOnly",
503
+ "_icons",
581
504
  "_label",
582
505
  "_listenAriaCurrent",
583
506
  "_on",
@@ -589,37 +512,27 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
589
512
  "_variant"
590
513
  ]);
591
514
  const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
592
- "_ariaLabel",
593
515
  "_listStyleType",
594
- "_heading",
595
516
  "_label",
596
- "_level",
597
517
  "_links",
598
- "_ordered",
599
518
  "_orientation"
600
519
  ]);
601
520
  const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
602
- "_abbr",
603
521
  "_org"
604
522
  ]);
605
523
  const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
606
524
  "_activeElement",
607
- "_ariaLabel",
608
525
  "_label",
609
526
  "_on",
610
527
  "_width"
611
528
  ]);
612
529
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
613
530
  "_ariaCurrentValue",
614
- "_ariaLabel",
615
531
  "_collapsible",
616
- "_compact",
617
- "_hasCompactButton",
618
532
  "_hideLabel",
619
533
  "_label",
620
534
  "_links",
621
- "_orientation",
622
- "_variant"
535
+ "_orientation"
623
536
  ]);
624
537
  const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0, [
625
538
  "_boundaryCount",
@@ -632,7 +545,6 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
632
545
  "_on",
633
546
  "_siblingCount",
634
547
  "_tooltipAlign",
635
- "_total",
636
548
  "_max",
637
549
  "_variant"
638
550
  ]);
@@ -643,13 +555,11 @@ const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
643
555
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
644
556
  "_label",
645
557
  "_max",
646
- "_type",
647
558
  "_unit",
648
559
  "_value",
649
560
  "_variant"
650
561
  ]);
651
562
  const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
652
- "_caption",
653
563
  "_label",
654
564
  "_href",
655
565
  "_quote",
@@ -660,22 +570,18 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
660
570
  "_alert",
661
571
  "_disabled",
662
572
  "_error",
663
- "_height",
664
573
  "_hideError",
665
574
  "_hideLabel",
666
575
  "_hint",
667
- "_icon",
668
576
  "_icons",
669
577
  "_id",
670
578
  "_label",
671
- "_list",
672
579
  "_multiple",
673
580
  "_name",
674
581
  "_on",
675
582
  "_options",
676
583
  "_required",
677
584
  "_rows",
678
- "_size",
679
585
  "_syncValueBySelector",
680
586
  "_tabIndex",
681
587
  "_tooltipAlign",
@@ -683,15 +589,12 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
683
589
  "_value"
684
590
  ]);
685
591
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
686
- "_ariaLabel",
687
592
  "_label",
688
593
  "_links"
689
594
  ]);
690
595
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
691
596
  "_hideLabel",
692
- "_icon",
693
597
  "_icons",
694
- "_iconOnly",
695
598
  "_label"
696
599
  ]);
697
600
  const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
@@ -699,15 +602,12 @@ const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
699
602
  "_variant"
700
603
  ]);
701
604
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
702
- "_accessKey",
703
605
  "_ariaControls",
704
606
  "_ariaExpanded",
705
- "_ariaLabel",
706
607
  "_ariaSelected",
707
608
  "_customClass",
708
609
  "_disabled",
709
610
  "_hideLabel",
710
- "_icon",
711
611
  "_icons",
712
612
  "_id",
713
613
  "_label",
@@ -715,8 +615,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
715
615
  "_on",
716
616
  "_role",
717
617
  "_syncValueBySelector",
718
- "_show",
719
- "_showDropdown",
720
618
  "_tabIndex",
721
619
  "_tooltipAlign",
722
620
  "_type",
@@ -724,12 +622,10 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
724
622
  "_variant"
725
623
  ]);
726
624
  const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
727
- "_ariaLabel",
728
625
  "_label",
729
626
  "_symbol"
730
627
  ]);
731
628
  const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
732
- "_caption",
733
629
  "_data",
734
630
  "_dataFoot",
735
631
  "_headers",
@@ -739,12 +635,10 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
739
635
  ]);
740
636
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
741
637
  "_align",
742
- "_ariaLabel",
743
638
  "_label",
744
639
  "_on",
745
640
  "_selected",
746
- "_tabs",
747
- "_tabsAlign"
641
+ "_tabs"
748
642
  ]);
749
643
  const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
750
644
  "_accessKey",
@@ -780,8 +674,7 @@ const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
780
674
  ]);
781
675
  const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
782
676
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
783
- "_label",
784
- "_version"
677
+ "_label"
785
678
  ]);
786
679
 
787
680
  exports.KolAbbr = KolAbbr;
@@ -798,11 +691,8 @@ exports.KolDetails = KolDetails;
798
691
  exports.KolForm = KolForm;
799
692
  exports.KolHeading = KolHeading;
800
693
  exports.KolIcon = KolIcon;
801
- exports.KolIconFontAwesome = KolIconFontAwesome;
802
- exports.KolIconIcofont = KolIconIcofont;
803
694
  exports.KolImage = KolImage;
804
695
  exports.KolIndentedText = KolIndentedText;
805
- exports.KolInputAdapterLeanup = KolInputAdapterLeanup;
806
696
  exports.KolInputCheckbox = KolInputCheckbox;
807
697
  exports.KolInputColor = KolInputColor;
808
698
  exports.KolInputDate = KolInputDate;
package/dist/index.d.ts CHANGED
@@ -18,11 +18,8 @@ declare const KolDetails: (props: JSX.KolDetails & InputProps<string | number |
18
18
  declare const KolForm: (props: JSX.KolForm & InputProps<string | number | boolean> & {}) => any;
19
19
  declare const KolHeading: (props: JSX.KolHeading & InputProps<string | number | boolean> & {}) => any;
20
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
21
  declare const KolImage: (props: JSX.KolImage & InputProps<string | number | boolean> & {}) => any;
24
22
  declare const KolIndentedText: (props: JSX.KolIndentedText & InputProps<string | number | boolean> & {}) => any;
25
- declare const KolInputAdapterLeanup: (props: JSX.KolInputAdapterLeanup & InputProps<string | number | boolean> & {}) => any;
26
23
  declare const KolInputCheckbox: (props: JSX.KolInputCheckbox & InputProps<string | number | boolean> & {}) => any;
27
24
  declare const KolInputColor: (props: JSX.KolInputColor & InputProps<string | number | boolean> & {}) => any;
28
25
  declare const KolInputDate: (props: JSX.KolInputDate & InputProps<string | number | boolean> & {}) => any;
@@ -57,4 +54,4 @@ declare const KolToast: (props: JSX.KolToast & InputProps<string | number | bool
57
54
  declare const KolToastContainer: (props: JSX.KolToastContainer & InputProps<string | number | boolean> & {}) => any;
58
55
  declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
59
56
 
60
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, 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, KolToastContainer, KolVersion };
57
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, 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, KolToastContainer, KolVersion };
package/dist/index.mjs CHANGED
@@ -118,11 +118,9 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
118
118
 
119
119
  const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
120
120
  "_label",
121
- "_tooltipAlign",
122
- "_title"
121
+ "_tooltipAlign"
123
122
  ]);
124
123
  const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
125
- "_heading",
126
124
  "_label",
127
125
  "_level",
128
126
  "_on",
@@ -131,7 +129,6 @@ const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
131
129
  const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
132
130
  "_alert",
133
131
  "_hasCloser",
134
- "_heading",
135
132
  "_label",
136
133
  "_level",
137
134
  "_on",
@@ -144,32 +141,22 @@ const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
144
141
  ]);
145
142
  const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
146
143
  "_color",
147
- "_hideLabel",
148
- "_icon",
149
144
  "_icons",
150
- "_iconOnly",
151
145
  "_label",
152
146
  "_smartButton"
153
147
  ]);
154
148
  const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0, [
155
- "_ariaLabel",
156
149
  "_label",
157
150
  "_links"
158
151
  ]);
159
152
  const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
160
- "_accessKey",
161
153
  "_ariaControls",
162
- "_ariaCurrent",
163
154
  "_ariaExpanded",
164
- "_ariaLabel",
165
155
  "_ariaSelected",
166
156
  "_customClass",
167
157
  "_disabled",
168
158
  "_hideLabel",
169
- "_icon",
170
159
  "_icons",
171
- "_iconAlign",
172
- "_iconOnly",
173
160
  "_id",
174
161
  "_label",
175
162
  "_name",
@@ -184,17 +171,12 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
184
171
  ]);
185
172
  const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
186
173
  const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
187
- "_accessKey",
188
174
  "_ariaControls",
189
- "_ariaCurrent",
190
175
  "_ariaExpanded",
191
- "_ariaLabel",
192
176
  "_ariaSelected",
193
177
  "_disabled",
194
178
  "_hideLabel",
195
- "_icon",
196
179
  "_icons",
197
- "_iconOnly",
198
180
  "_id",
199
181
  "_label",
200
182
  "_name",
@@ -209,17 +191,13 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
209
191
  const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
210
192
  "_on",
211
193
  "_hasCloser",
212
- "_hasFooter",
213
- "_heading",
214
- "_headline",
215
194
  "_label",
216
195
  "_level"
217
196
  ]);
218
197
  const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
219
198
  "_label",
220
199
  "_on",
221
- "_open",
222
- "_summary"
200
+ "_open"
223
201
  ]);
224
202
  const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
225
203
  "_on",
@@ -231,22 +209,8 @@ const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
231
209
  "_secondaryHeadline"
232
210
  ]);
233
211
  const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
234
- "_ariaLabel",
235
- "_icon",
236
212
  "_icons",
237
- "_label",
238
- "_part"
239
- ]);
240
- const KolIconFontAwesome = /* @__PURE__ */ defineContainer("kol-icon-font-awesome", void 0, [
241
- "_ariaLabel",
242
- "_icon",
243
- "_prefix",
244
- "_part"
245
- ]);
246
- const KolIconIcofont = /* @__PURE__ */ defineContainer("kol-icon-icofont", void 0, [
247
- "_ariaLabel",
248
- "_icon",
249
- "_part"
213
+ "_label"
250
214
  ]);
251
215
  const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
252
216
  "_alt",
@@ -256,7 +220,6 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
256
220
  "_srcset"
257
221
  ]);
258
222
  const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
259
- const KolInputAdapterLeanup = /* @__PURE__ */ defineContainer("kol-input-adapter-leanup", void 0);
260
223
  const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
261
224
  "_accessKey",
262
225
  "_alert",
@@ -266,7 +229,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
266
229
  "_error",
267
230
  "_hideLabel",
268
231
  "_hint",
269
- "_icon",
270
232
  "_icons",
271
233
  "_id",
272
234
  "_indeterminate",
@@ -278,7 +240,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
278
240
  "_tabIndex",
279
241
  "_tooltipAlign",
280
242
  "_touched",
281
- "_type",
282
243
  "_value",
283
244
  "_variant"
284
245
  ]);
@@ -291,11 +252,9 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
291
252
  "_hideError",
292
253
  "_hideLabel",
293
254
  "_hint",
294
- "_icon",
295
255
  "_icons",
296
256
  "_id",
297
257
  "_label",
298
- "_list",
299
258
  "_name",
300
259
  "_on",
301
260
  "_smartButton",
@@ -315,11 +274,9 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
315
274
  "_hideError",
316
275
  "_hideLabel",
317
276
  "_hint",
318
- "_icon",
319
277
  "_icons",
320
278
  "_id",
321
279
  "_label",
322
- "_list",
323
280
  "_max",
324
281
  "_min",
325
282
  "_name",
@@ -346,11 +303,9 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
346
303
  "_hideError",
347
304
  "_hideLabel",
348
305
  "_hint",
349
- "_icon",
350
306
  "_icons",
351
307
  "_id",
352
308
  "_label",
353
- "_list",
354
309
  "_maxLength",
355
310
  "_multiple",
356
311
  "_name",
@@ -359,7 +314,6 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
359
314
  "_placeholder",
360
315
  "_readOnly",
361
316
  "_required",
362
- "_size",
363
317
  "_smartButton",
364
318
  "_suggestions",
365
319
  "_syncValueBySelector",
@@ -377,7 +331,6 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
377
331
  "_hideError",
378
332
  "_hideLabel",
379
333
  "_hint",
380
- "_icon",
381
334
  "_icons",
382
335
  "_id",
383
336
  "_label",
@@ -401,11 +354,9 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
401
354
  "_hideError",
402
355
  "_hideLabel",
403
356
  "_hint",
404
- "_icon",
405
357
  "_icons",
406
358
  "_id",
407
359
  "_label",
408
- "_list",
409
360
  "_max",
410
361
  "_min",
411
362
  "_name",
@@ -420,7 +371,6 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
420
371
  "_tabIndex",
421
372
  "_tooltipAlign",
422
373
  "_touched",
423
- "_type",
424
374
  "_value"
425
375
  ]);
426
376
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
@@ -433,7 +383,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
433
383
  "_hideError",
434
384
  "_hideLabel",
435
385
  "_hint",
436
- "_icon",
437
386
  "_icons",
438
387
  "_id",
439
388
  "_label",
@@ -444,7 +393,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
444
393
  "_placeholder",
445
394
  "_readOnly",
446
395
  "_required",
447
- "_size",
448
396
  "_smartButton",
449
397
  "_syncValueBySelector",
450
398
  "_tabIndex",
@@ -462,7 +410,6 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
462
410
  "_hint",
463
411
  "_id",
464
412
  "_label",
465
- "_list",
466
413
  "_name",
467
414
  "_on",
468
415
  "_options",
@@ -483,11 +430,9 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
483
430
  "_hideError",
484
431
  "_hideLabel",
485
432
  "_hint",
486
- "_icon",
487
433
  "_icons",
488
434
  "_id",
489
435
  "_label",
490
- "_list",
491
436
  "_max",
492
437
  "_min",
493
438
  "_name",
@@ -510,11 +455,9 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
510
455
  "_hideError",
511
456
  "_hideLabel",
512
457
  "_hint",
513
- "_icon",
514
458
  "_icons",
515
459
  "_id",
516
460
  "_label",
517
- "_list",
518
461
  "_maxLength",
519
462
  "_name",
520
463
  "_on",
@@ -522,7 +465,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
522
465
  "_placeholder",
523
466
  "_readOnly",
524
467
  "_required",
525
- "_size",
526
468
  "_suggestions",
527
469
  "_smartButton",
528
470
  "_syncValueBySelector",
@@ -538,44 +480,25 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
538
480
  "_labeled"
539
481
  ]);
540
482
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
541
- "_ariaControls",
542
- "_ariaCurrent",
543
- "_ariaExpanded",
544
- "_ariaLabel",
545
- "_ariaSelected",
546
- "_disabled",
547
483
  "_download",
548
484
  "_hideLabel",
549
485
  "_href",
550
- "_icon",
551
486
  "_icons",
552
- "_iconAlign",
553
- "_iconOnly",
554
487
  "_label",
555
488
  "_listenAriaCurrent",
556
489
  "_on",
557
490
  "_role",
558
- "_selector",
559
- "_stealth",
560
491
  "_tabIndex",
561
492
  "_target",
562
493
  "_targetDescription",
563
- "_tooltipAlign",
564
- "_useCase"
494
+ "_tooltipAlign"
565
495
  ]);
566
496
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
567
- "_ariaControls",
568
- "_ariaCurrent",
569
- "_ariaExpanded",
570
- "_ariaLabel",
571
- "_ariaSelected",
572
497
  "_customClass",
573
- "_disabled",
574
498
  "_download",
575
499
  "_hideLabel",
576
500
  "_href",
577
- "_icon",
578
- "_iconOnly",
501
+ "_icons",
579
502
  "_label",
580
503
  "_listenAriaCurrent",
581
504
  "_on",
@@ -587,37 +510,27 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
587
510
  "_variant"
588
511
  ]);
589
512
  const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
590
- "_ariaLabel",
591
513
  "_listStyleType",
592
- "_heading",
593
514
  "_label",
594
- "_level",
595
515
  "_links",
596
- "_ordered",
597
516
  "_orientation"
598
517
  ]);
599
518
  const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
600
- "_abbr",
601
519
  "_org"
602
520
  ]);
603
521
  const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
604
522
  "_activeElement",
605
- "_ariaLabel",
606
523
  "_label",
607
524
  "_on",
608
525
  "_width"
609
526
  ]);
610
527
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
611
528
  "_ariaCurrentValue",
612
- "_ariaLabel",
613
529
  "_collapsible",
614
- "_compact",
615
- "_hasCompactButton",
616
530
  "_hideLabel",
617
531
  "_label",
618
532
  "_links",
619
- "_orientation",
620
- "_variant"
533
+ "_orientation"
621
534
  ]);
622
535
  const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0, [
623
536
  "_boundaryCount",
@@ -630,7 +543,6 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
630
543
  "_on",
631
544
  "_siblingCount",
632
545
  "_tooltipAlign",
633
- "_total",
634
546
  "_max",
635
547
  "_variant"
636
548
  ]);
@@ -641,13 +553,11 @@ const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
641
553
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
642
554
  "_label",
643
555
  "_max",
644
- "_type",
645
556
  "_unit",
646
557
  "_value",
647
558
  "_variant"
648
559
  ]);
649
560
  const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
650
- "_caption",
651
561
  "_label",
652
562
  "_href",
653
563
  "_quote",
@@ -658,22 +568,18 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
658
568
  "_alert",
659
569
  "_disabled",
660
570
  "_error",
661
- "_height",
662
571
  "_hideError",
663
572
  "_hideLabel",
664
573
  "_hint",
665
- "_icon",
666
574
  "_icons",
667
575
  "_id",
668
576
  "_label",
669
- "_list",
670
577
  "_multiple",
671
578
  "_name",
672
579
  "_on",
673
580
  "_options",
674
581
  "_required",
675
582
  "_rows",
676
- "_size",
677
583
  "_syncValueBySelector",
678
584
  "_tabIndex",
679
585
  "_tooltipAlign",
@@ -681,15 +587,12 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
681
587
  "_value"
682
588
  ]);
683
589
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
684
- "_ariaLabel",
685
590
  "_label",
686
591
  "_links"
687
592
  ]);
688
593
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
689
594
  "_hideLabel",
690
- "_icon",
691
595
  "_icons",
692
- "_iconOnly",
693
596
  "_label"
694
597
  ]);
695
598
  const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
@@ -697,15 +600,12 @@ const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
697
600
  "_variant"
698
601
  ]);
699
602
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
700
- "_accessKey",
701
603
  "_ariaControls",
702
604
  "_ariaExpanded",
703
- "_ariaLabel",
704
605
  "_ariaSelected",
705
606
  "_customClass",
706
607
  "_disabled",
707
608
  "_hideLabel",
708
- "_icon",
709
609
  "_icons",
710
610
  "_id",
711
611
  "_label",
@@ -713,8 +613,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
713
613
  "_on",
714
614
  "_role",
715
615
  "_syncValueBySelector",
716
- "_show",
717
- "_showDropdown",
718
616
  "_tabIndex",
719
617
  "_tooltipAlign",
720
618
  "_type",
@@ -722,12 +620,10 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
722
620
  "_variant"
723
621
  ]);
724
622
  const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
725
- "_ariaLabel",
726
623
  "_label",
727
624
  "_symbol"
728
625
  ]);
729
626
  const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
730
- "_caption",
731
627
  "_data",
732
628
  "_dataFoot",
733
629
  "_headers",
@@ -737,12 +633,10 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
737
633
  ]);
738
634
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
739
635
  "_align",
740
- "_ariaLabel",
741
636
  "_label",
742
637
  "_on",
743
638
  "_selected",
744
- "_tabs",
745
- "_tabsAlign"
639
+ "_tabs"
746
640
  ]);
747
641
  const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
748
642
  "_accessKey",
@@ -778,8 +672,7 @@ const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
778
672
  ]);
779
673
  const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
780
674
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
781
- "_label",
782
- "_version"
675
+ "_label"
783
676
  ]);
784
677
 
785
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, 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, KolToastContainer, KolVersion };
678
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, 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, KolToastContainer, KolVersion };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.7.2",
3
+ "version": "2.0.0-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "devDependencies": {
45
45
  "@babel/types": "7.23.0",
46
- "@public-ui/components": "1.7.2",
46
+ "@public-ui/components": "2.0.0-rc.0",
47
47
  "@types/minimatch": "5.1.2",
48
48
  "@types/minimist": "1.2.3",
49
49
  "@types/node": "ts5.1",
@@ -53,7 +53,7 @@
53
53
  "vue": "3.3.4"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "1.7.2",
56
+ "@public-ui/components": "2.0.0-rc.0",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,