@public-ui/vue 2.2.8 → 3.0.0-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.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/README.md +1 -1
- package/dist/index.cjs +18 -98
- package/dist/index.d.ts +1 -7
- package/dist/index.mjs +19 -93
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ First, initialize KoliBri with a [theme](https://github.com/public-ui/kolibri/tr
|
|
|
28
28
|
|
|
29
29
|
```ts
|
|
30
30
|
import { createApp } from 'vue';
|
|
31
|
-
import { DEFAULT } from '@public-ui/
|
|
31
|
+
import { DEFAULT } from '@public-ui/theme-default';
|
|
32
32
|
import { defineCustomElements } from '@public-ui/components/dist/loader';
|
|
33
33
|
import { register } from '@public-ui/components';
|
|
34
34
|
|
package/dist/index.cjs
CHANGED
|
@@ -122,8 +122,7 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
|
|
|
122
122
|
};
|
|
123
123
|
|
|
124
124
|
const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
|
|
125
|
-
"_label"
|
|
126
|
-
"_tooltipAlign"
|
|
125
|
+
"_label"
|
|
127
126
|
]);
|
|
128
127
|
const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
|
|
129
128
|
"_disabled",
|
|
@@ -172,13 +171,11 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
172
171
|
"_role",
|
|
173
172
|
"_shortKey",
|
|
174
173
|
"_syncValueBySelector",
|
|
175
|
-
"_tabIndex",
|
|
176
174
|
"_tooltipAlign",
|
|
177
175
|
"_type",
|
|
178
176
|
"_value",
|
|
179
177
|
"_variant"
|
|
180
178
|
]);
|
|
181
|
-
const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
|
|
182
179
|
const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
|
|
183
180
|
"_accessKey",
|
|
184
181
|
"_ariaControls",
|
|
@@ -195,7 +192,6 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
195
192
|
"_role",
|
|
196
193
|
"_shortKey",
|
|
197
194
|
"_syncValueBySelector",
|
|
198
|
-
"_tabIndex",
|
|
199
195
|
"_tooltipAlign",
|
|
200
196
|
"_type",
|
|
201
197
|
"_value"
|
|
@@ -209,9 +205,8 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
209
205
|
const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
210
206
|
"_accessKey",
|
|
211
207
|
"_placeholder",
|
|
212
|
-
"_alert",
|
|
213
208
|
"_disabled",
|
|
214
|
-
"
|
|
209
|
+
"_hideMsg",
|
|
215
210
|
"_hideLabel",
|
|
216
211
|
"_hint",
|
|
217
212
|
"_icons",
|
|
@@ -224,7 +219,6 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
224
219
|
"_required",
|
|
225
220
|
"_shortKey",
|
|
226
221
|
"_syncValueBySelector",
|
|
227
|
-
"_tabIndex",
|
|
228
222
|
"_tooltipAlign",
|
|
229
223
|
"_touched",
|
|
230
224
|
"_value"
|
|
@@ -240,7 +234,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
|
240
234
|
"_open",
|
|
241
235
|
"_align",
|
|
242
236
|
"_label",
|
|
243
|
-
"_modal",
|
|
244
237
|
"_on"
|
|
245
238
|
]);
|
|
246
239
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
@@ -265,14 +258,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
|
265
258
|
"_src",
|
|
266
259
|
"_srcset"
|
|
267
260
|
]);
|
|
268
|
-
const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
|
|
269
261
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
270
262
|
"_accessKey",
|
|
271
|
-
"_alert",
|
|
272
263
|
"_checked",
|
|
273
|
-
"
|
|
264
|
+
"_hideMsg",
|
|
274
265
|
"_disabled",
|
|
275
|
-
"_error",
|
|
276
266
|
"_hideLabel",
|
|
277
267
|
"_hint",
|
|
278
268
|
"_icons",
|
|
@@ -286,7 +276,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
286
276
|
"_required",
|
|
287
277
|
"_shortKey",
|
|
288
278
|
"_syncValueBySelector",
|
|
289
|
-
"_tabIndex",
|
|
290
279
|
"_tooltipAlign",
|
|
291
280
|
"_touched",
|
|
292
281
|
"_value",
|
|
@@ -294,11 +283,9 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
294
283
|
]);
|
|
295
284
|
const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
|
|
296
285
|
"_accessKey",
|
|
297
|
-
"_alert",
|
|
298
286
|
"_autoComplete",
|
|
299
287
|
"_disabled",
|
|
300
|
-
"
|
|
301
|
-
"_hideError",
|
|
288
|
+
"_hideMsg",
|
|
302
289
|
"_hideLabel",
|
|
303
290
|
"_hint",
|
|
304
291
|
"_icons",
|
|
@@ -311,18 +298,15 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
311
298
|
"_smartButton",
|
|
312
299
|
"_suggestions",
|
|
313
300
|
"_syncValueBySelector",
|
|
314
|
-
"_tabIndex",
|
|
315
301
|
"_tooltipAlign",
|
|
316
302
|
"_touched",
|
|
317
303
|
"_value"
|
|
318
304
|
]);
|
|
319
305
|
const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
320
306
|
"_accessKey",
|
|
321
|
-
"_alert",
|
|
322
307
|
"_autoComplete",
|
|
323
308
|
"_disabled",
|
|
324
|
-
"
|
|
325
|
-
"_hideError",
|
|
309
|
+
"_hideMsg",
|
|
326
310
|
"_hideLabel",
|
|
327
311
|
"_hint",
|
|
328
312
|
"_icons",
|
|
@@ -340,7 +324,6 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
340
324
|
"_suggestions",
|
|
341
325
|
"_syncValueBySelector",
|
|
342
326
|
"_step",
|
|
343
|
-
"_tabIndex",
|
|
344
327
|
"_tooltipAlign",
|
|
345
328
|
"_touched",
|
|
346
329
|
"_type",
|
|
@@ -348,12 +331,10 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
348
331
|
]);
|
|
349
332
|
const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
|
|
350
333
|
"_accessKey",
|
|
351
|
-
"_alert",
|
|
352
334
|
"_autoComplete",
|
|
353
335
|
"_disabled",
|
|
354
|
-
"_error",
|
|
355
336
|
"_hasCounter",
|
|
356
|
-
"
|
|
337
|
+
"_hideMsg",
|
|
357
338
|
"_hideLabel",
|
|
358
339
|
"_hint",
|
|
359
340
|
"_icons",
|
|
@@ -372,7 +353,6 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
372
353
|
"_smartButton",
|
|
373
354
|
"_suggestions",
|
|
374
355
|
"_syncValueBySelector",
|
|
375
|
-
"_tabIndex",
|
|
376
356
|
"_tooltipAlign",
|
|
377
357
|
"_touched",
|
|
378
358
|
"_value"
|
|
@@ -380,10 +360,8 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
380
360
|
const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
381
361
|
"_accept",
|
|
382
362
|
"_accessKey",
|
|
383
|
-
"_alert",
|
|
384
363
|
"_disabled",
|
|
385
|
-
"
|
|
386
|
-
"_hideError",
|
|
364
|
+
"_hideMsg",
|
|
387
365
|
"_hideLabel",
|
|
388
366
|
"_hint",
|
|
389
367
|
"_icons",
|
|
@@ -397,18 +375,14 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
397
375
|
"_shortKey",
|
|
398
376
|
"_smartButton",
|
|
399
377
|
"_syncValueBySelector",
|
|
400
|
-
"_tabIndex",
|
|
401
378
|
"_tooltipAlign",
|
|
402
|
-
"_touched"
|
|
403
|
-
"_value"
|
|
379
|
+
"_touched"
|
|
404
380
|
]);
|
|
405
381
|
const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
|
|
406
382
|
"_accessKey",
|
|
407
|
-
"_alert",
|
|
408
383
|
"_autoComplete",
|
|
409
384
|
"_disabled",
|
|
410
|
-
"
|
|
411
|
-
"_hideError",
|
|
385
|
+
"_hideMsg",
|
|
412
386
|
"_hideLabel",
|
|
413
387
|
"_hint",
|
|
414
388
|
"_icons",
|
|
@@ -427,19 +401,16 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
427
401
|
"_suggestions",
|
|
428
402
|
"_step",
|
|
429
403
|
"_syncValueBySelector",
|
|
430
|
-
"_tabIndex",
|
|
431
404
|
"_tooltipAlign",
|
|
432
405
|
"_touched",
|
|
433
406
|
"_value"
|
|
434
407
|
]);
|
|
435
408
|
const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
|
|
436
409
|
"_accessKey",
|
|
437
|
-
"_alert",
|
|
438
410
|
"_autoComplete",
|
|
439
411
|
"_disabled",
|
|
440
|
-
"_error",
|
|
441
412
|
"_hasCounter",
|
|
442
|
-
"
|
|
413
|
+
"_hideMsg",
|
|
443
414
|
"_hideLabel",
|
|
444
415
|
"_hint",
|
|
445
416
|
"_icons",
|
|
@@ -456,7 +427,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
456
427
|
"_shortKey",
|
|
457
428
|
"_smartButton",
|
|
458
429
|
"_syncValueBySelector",
|
|
459
|
-
"_tabIndex",
|
|
460
430
|
"_tooltipAlign",
|
|
461
431
|
"_touched",
|
|
462
432
|
"_value",
|
|
@@ -464,10 +434,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
464
434
|
]);
|
|
465
435
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
466
436
|
"_accessKey",
|
|
467
|
-
"_alert",
|
|
468
437
|
"_disabled",
|
|
469
|
-
"
|
|
470
|
-
"_hideError",
|
|
438
|
+
"_hideMsg",
|
|
471
439
|
"_hideLabel",
|
|
472
440
|
"_hint",
|
|
473
441
|
"_id",
|
|
@@ -480,18 +448,15 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
480
448
|
"_required",
|
|
481
449
|
"_shortKey",
|
|
482
450
|
"_syncValueBySelector",
|
|
483
|
-
"_tabIndex",
|
|
484
451
|
"_tooltipAlign",
|
|
485
452
|
"_touched",
|
|
486
453
|
"_value"
|
|
487
454
|
]);
|
|
488
455
|
const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
|
|
489
456
|
"_accessKey",
|
|
490
|
-
"_alert",
|
|
491
457
|
"_autoComplete",
|
|
492
458
|
"_disabled",
|
|
493
|
-
"
|
|
494
|
-
"_hideError",
|
|
459
|
+
"_hideMsg",
|
|
495
460
|
"_hideLabel",
|
|
496
461
|
"_hint",
|
|
497
462
|
"_icons",
|
|
@@ -506,19 +471,16 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
506
471
|
"_step",
|
|
507
472
|
"_suggestions",
|
|
508
473
|
"_syncValueBySelector",
|
|
509
|
-
"_tabIndex",
|
|
510
474
|
"_tooltipAlign",
|
|
511
475
|
"_touched",
|
|
512
476
|
"_value"
|
|
513
477
|
]);
|
|
514
478
|
const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
515
479
|
"_accessKey",
|
|
516
|
-
"_alert",
|
|
517
480
|
"_autoComplete",
|
|
518
481
|
"_disabled",
|
|
519
|
-
"_error",
|
|
520
482
|
"_hasCounter",
|
|
521
|
-
"
|
|
483
|
+
"_hideMsg",
|
|
522
484
|
"_hideLabel",
|
|
523
485
|
"_hint",
|
|
524
486
|
"_icons",
|
|
@@ -537,7 +499,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
537
499
|
"_suggestions",
|
|
538
500
|
"_smartButton",
|
|
539
501
|
"_syncValueBySelector",
|
|
540
|
-
"_tabIndex",
|
|
541
502
|
"_tooltipAlign",
|
|
542
503
|
"_touched",
|
|
543
504
|
"_type",
|
|
@@ -560,7 +521,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
560
521
|
"_on",
|
|
561
522
|
"_role",
|
|
562
523
|
"_shortKey",
|
|
563
|
-
"_tabIndex",
|
|
564
524
|
"_target",
|
|
565
525
|
"_tooltipAlign"
|
|
566
526
|
]);
|
|
@@ -578,25 +538,15 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
578
538
|
"_on",
|
|
579
539
|
"_role",
|
|
580
540
|
"_shortKey",
|
|
581
|
-
"_tabIndex",
|
|
582
541
|
"_target",
|
|
583
542
|
"_tooltipAlign",
|
|
584
543
|
"_variant"
|
|
585
544
|
]);
|
|
586
|
-
const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
|
|
587
|
-
"_listStyleType",
|
|
588
|
-
"_label",
|
|
589
|
-
"_links",
|
|
590
|
-
"_orientation"
|
|
591
|
-
]);
|
|
592
|
-
const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
|
|
593
|
-
"_org"
|
|
594
|
-
]);
|
|
595
545
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
596
|
-
"_activeElement",
|
|
597
546
|
"_label",
|
|
598
547
|
"_on",
|
|
599
|
-
"_width"
|
|
548
|
+
"_width",
|
|
549
|
+
"_variant"
|
|
600
550
|
]);
|
|
601
551
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
602
552
|
"_collapsible",
|
|
@@ -659,10 +609,8 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
|
659
609
|
]);
|
|
660
610
|
const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
661
611
|
"_accessKey",
|
|
662
|
-
"_alert",
|
|
663
612
|
"_disabled",
|
|
664
|
-
"
|
|
665
|
-
"_hideError",
|
|
613
|
+
"_hideMsg",
|
|
666
614
|
"_hideLabel",
|
|
667
615
|
"_hint",
|
|
668
616
|
"_icons",
|
|
@@ -685,9 +633,8 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
685
633
|
const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
|
|
686
634
|
"_accessKey",
|
|
687
635
|
"_placeholder",
|
|
688
|
-
"_alert",
|
|
689
636
|
"_disabled",
|
|
690
|
-
"
|
|
637
|
+
"_hideMsg",
|
|
691
638
|
"_hideLabel",
|
|
692
639
|
"_hint",
|
|
693
640
|
"_icons",
|
|
@@ -700,7 +647,6 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
700
647
|
"_required",
|
|
701
648
|
"_shortKey",
|
|
702
649
|
"_syncValueBySelector",
|
|
703
|
-
"_tabIndex",
|
|
704
650
|
"_tooltipAlign",
|
|
705
651
|
"_touched",
|
|
706
652
|
"_value",
|
|
@@ -728,28 +674,11 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
728
674
|
"_on",
|
|
729
675
|
"_role",
|
|
730
676
|
"_syncValueBySelector",
|
|
731
|
-
"_tabIndex",
|
|
732
677
|
"_tooltipAlign",
|
|
733
678
|
"_type",
|
|
734
679
|
"_value",
|
|
735
680
|
"_variant"
|
|
736
681
|
]);
|
|
737
|
-
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
738
|
-
"_label",
|
|
739
|
-
"_symbol"
|
|
740
|
-
]);
|
|
741
|
-
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
742
|
-
"_allowMultiSort",
|
|
743
|
-
"_data",
|
|
744
|
-
"_dataFoot",
|
|
745
|
-
"_headers",
|
|
746
|
-
"_label",
|
|
747
|
-
"_minWidth",
|
|
748
|
-
"_pagination",
|
|
749
|
-
"_paginationPosition",
|
|
750
|
-
"_selection",
|
|
751
|
-
"_on"
|
|
752
|
-
]);
|
|
753
682
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
754
683
|
"_allowMultiSort",
|
|
755
684
|
"_data",
|
|
@@ -782,11 +711,9 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
|
782
711
|
const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
783
712
|
"_accessKey",
|
|
784
713
|
"_adjustHeight",
|
|
785
|
-
"_alert",
|
|
786
714
|
"_disabled",
|
|
787
|
-
"_error",
|
|
788
715
|
"_hasCounter",
|
|
789
|
-
"
|
|
716
|
+
"_hideMsg",
|
|
790
717
|
"_hideLabel",
|
|
791
718
|
"_hint",
|
|
792
719
|
"_icons",
|
|
@@ -804,7 +731,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
804
731
|
"_shortKey",
|
|
805
732
|
"_spellCheck",
|
|
806
733
|
"_syncValueBySelector",
|
|
807
|
-
"_tabIndex",
|
|
808
734
|
"_tooltipAlign",
|
|
809
735
|
"_touched",
|
|
810
736
|
"_value"
|
|
@@ -840,7 +766,6 @@ exports.KolAvatar = KolAvatar;
|
|
|
840
766
|
exports.KolBadge = KolBadge;
|
|
841
767
|
exports.KolBreadcrumb = KolBreadcrumb;
|
|
842
768
|
exports.KolButton = KolButton;
|
|
843
|
-
exports.KolButtonGroup = KolButtonGroup;
|
|
844
769
|
exports.KolButtonLink = KolButtonLink;
|
|
845
770
|
exports.KolCard = KolCard;
|
|
846
771
|
exports.KolCombobox = KolCombobox;
|
|
@@ -850,7 +775,6 @@ exports.KolForm = KolForm;
|
|
|
850
775
|
exports.KolHeading = KolHeading;
|
|
851
776
|
exports.KolIcon = KolIcon;
|
|
852
777
|
exports.KolImage = KolImage;
|
|
853
|
-
exports.KolIndentedText = KolIndentedText;
|
|
854
778
|
exports.KolInputCheckbox = KolInputCheckbox;
|
|
855
779
|
exports.KolInputColor = KolInputColor;
|
|
856
780
|
exports.KolInputDate = KolInputDate;
|
|
@@ -864,8 +788,6 @@ exports.KolInputText = KolInputText;
|
|
|
864
788
|
exports.KolKolibri = KolKolibri;
|
|
865
789
|
exports.KolLink = KolLink;
|
|
866
790
|
exports.KolLinkButton = KolLinkButton;
|
|
867
|
-
exports.KolLinkGroup = KolLinkGroup;
|
|
868
|
-
exports.KolLogo = KolLogo;
|
|
869
791
|
exports.KolModal = KolModal;
|
|
870
792
|
exports.KolNav = KolNav;
|
|
871
793
|
exports.KolPagination = KolPagination;
|
|
@@ -877,8 +799,6 @@ exports.KolSingleSelect = KolSingleSelect;
|
|
|
877
799
|
exports.KolSkipNav = KolSkipNav;
|
|
878
800
|
exports.KolSpin = KolSpin;
|
|
879
801
|
exports.KolSplitButton = KolSplitButton;
|
|
880
|
-
exports.KolSymbol = KolSymbol;
|
|
881
|
-
exports.KolTable = KolTable;
|
|
882
802
|
exports.KolTableStateful = KolTableStateful;
|
|
883
803
|
exports.KolTableStateless = KolTableStateless;
|
|
884
804
|
exports.KolTabs = KolTabs;
|
package/dist/index.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ declare const KolAvatar: vue.DefineSetupFnComponent<JSX.KolAvatar & InputProps<s
|
|
|
15
15
|
declare const KolBadge: vue.DefineSetupFnComponent<JSX.KolBadge & InputProps<string | number | boolean>, {}, {}, JSX.KolBadge & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
16
16
|
declare const KolBreadcrumb: vue.DefineSetupFnComponent<JSX.KolBreadcrumb & InputProps<string | number | boolean>, {}, {}, JSX.KolBreadcrumb & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
17
17
|
declare const KolButton: vue.DefineSetupFnComponent<JSX.KolButton & InputProps<string | number | boolean>, {}, {}, JSX.KolButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
18
|
-
declare const KolButtonGroup: vue.DefineSetupFnComponent<JSX.KolButtonGroup & InputProps<string | number | boolean>, {}, {}, JSX.KolButtonGroup & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
19
18
|
declare const KolButtonLink: vue.DefineSetupFnComponent<JSX.KolButtonLink & InputProps<string | number | boolean>, {}, {}, JSX.KolButtonLink & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
20
19
|
declare const KolCard: vue.DefineSetupFnComponent<JSX.KolCard & InputProps<string | number | boolean>, {}, {}, JSX.KolCard & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
21
20
|
declare const KolCombobox: vue.DefineSetupFnComponent<JSX.KolCombobox & InputProps<string | number | boolean>, {}, {}, JSX.KolCombobox & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -25,7 +24,6 @@ declare const KolForm: vue.DefineSetupFnComponent<JSX.KolForm & InputProps<strin
|
|
|
25
24
|
declare const KolHeading: vue.DefineSetupFnComponent<JSX.KolHeading & InputProps<string | number | boolean>, {}, {}, JSX.KolHeading & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
26
25
|
declare const KolIcon: vue.DefineSetupFnComponent<JSX.KolIcon & InputProps<string | number | boolean>, {}, {}, JSX.KolIcon & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
27
26
|
declare const KolImage: vue.DefineSetupFnComponent<JSX.KolImage & InputProps<string | number | boolean>, {}, {}, JSX.KolImage & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
28
|
-
declare const KolIndentedText: vue.DefineSetupFnComponent<JSX.KolIndentedText & InputProps<string | number | boolean>, {}, {}, JSX.KolIndentedText & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
29
27
|
declare const KolInputCheckbox: vue.DefineSetupFnComponent<JSX.KolInputCheckbox & InputProps<string | number | boolean>, {}, {}, JSX.KolInputCheckbox & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
30
28
|
declare const KolInputColor: vue.DefineSetupFnComponent<JSX.KolInputColor & InputProps<string | number | boolean>, {}, {}, JSX.KolInputColor & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
31
29
|
declare const KolInputDate: vue.DefineSetupFnComponent<JSX.KolInputDate & InputProps<string | number | boolean>, {}, {}, JSX.KolInputDate & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -39,8 +37,6 @@ declare const KolInputText: vue.DefineSetupFnComponent<JSX.KolInputText & InputP
|
|
|
39
37
|
declare const KolKolibri: vue.DefineSetupFnComponent<JSX.KolKolibri & InputProps<string | number | boolean>, {}, {}, JSX.KolKolibri & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
40
38
|
declare const KolLink: vue.DefineSetupFnComponent<JSX.KolLink & InputProps<string | number | boolean>, {}, {}, JSX.KolLink & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
41
39
|
declare const KolLinkButton: vue.DefineSetupFnComponent<JSX.KolLinkButton & InputProps<string | number | boolean>, {}, {}, JSX.KolLinkButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
42
|
-
declare const KolLinkGroup: vue.DefineSetupFnComponent<JSX.KolLinkGroup & InputProps<string | number | boolean>, {}, {}, JSX.KolLinkGroup & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
43
|
-
declare const KolLogo: vue.DefineSetupFnComponent<JSX.KolLogo & InputProps<string | number | boolean>, {}, {}, JSX.KolLogo & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
44
40
|
declare const KolModal: vue.DefineSetupFnComponent<JSX.KolModal & InputProps<string | number | boolean>, {}, {}, JSX.KolModal & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
45
41
|
declare const KolNav: vue.DefineSetupFnComponent<JSX.KolNav & InputProps<string | number | boolean>, {}, {}, JSX.KolNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
46
42
|
declare const KolPagination: vue.DefineSetupFnComponent<JSX.KolPagination & InputProps<string | number | boolean>, {}, {}, JSX.KolPagination & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -52,8 +48,6 @@ declare const KolSingleSelect: vue.DefineSetupFnComponent<JSX.KolSingleSelect &
|
|
|
52
48
|
declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, {}, {}, JSX.KolSkipNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
53
49
|
declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
54
50
|
declare const KolSplitButton: vue.DefineSetupFnComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, {}, {}, JSX.KolSplitButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
55
|
-
declare const KolSymbol: vue.DefineSetupFnComponent<JSX.KolSymbol & InputProps<string | number | boolean>, {}, {}, JSX.KolSymbol & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
56
|
-
declare const KolTable: vue.DefineSetupFnComponent<JSX.KolTable & InputProps<string | number | boolean>, {}, {}, JSX.KolTable & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
57
51
|
declare const KolTableStateful: vue.DefineSetupFnComponent<JSX.KolTableStateful & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateful & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
58
52
|
declare const KolTableStateless: vue.DefineSetupFnComponent<JSX.KolTableStateless & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateless & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
59
53
|
declare const KolTabs: vue.DefineSetupFnComponent<JSX.KolTabs & InputProps<string | number | boolean>, {}, {}, JSX.KolTabs & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -65,4 +59,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
|
|
|
65
59
|
declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
66
60
|
declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
67
61
|
|
|
68
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton,
|
|
62
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -120,8 +120,7 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
|
|
|
120
120
|
};
|
|
121
121
|
|
|
122
122
|
const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
|
|
123
|
-
"_label"
|
|
124
|
-
"_tooltipAlign"
|
|
123
|
+
"_label"
|
|
125
124
|
]);
|
|
126
125
|
const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
|
|
127
126
|
"_disabled",
|
|
@@ -170,13 +169,11 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
170
169
|
"_role",
|
|
171
170
|
"_shortKey",
|
|
172
171
|
"_syncValueBySelector",
|
|
173
|
-
"_tabIndex",
|
|
174
172
|
"_tooltipAlign",
|
|
175
173
|
"_type",
|
|
176
174
|
"_value",
|
|
177
175
|
"_variant"
|
|
178
176
|
]);
|
|
179
|
-
const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
|
|
180
177
|
const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
|
|
181
178
|
"_accessKey",
|
|
182
179
|
"_ariaControls",
|
|
@@ -193,7 +190,6 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
193
190
|
"_role",
|
|
194
191
|
"_shortKey",
|
|
195
192
|
"_syncValueBySelector",
|
|
196
|
-
"_tabIndex",
|
|
197
193
|
"_tooltipAlign",
|
|
198
194
|
"_type",
|
|
199
195
|
"_value"
|
|
@@ -207,9 +203,8 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
207
203
|
const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
208
204
|
"_accessKey",
|
|
209
205
|
"_placeholder",
|
|
210
|
-
"_alert",
|
|
211
206
|
"_disabled",
|
|
212
|
-
"
|
|
207
|
+
"_hideMsg",
|
|
213
208
|
"_hideLabel",
|
|
214
209
|
"_hint",
|
|
215
210
|
"_icons",
|
|
@@ -222,7 +217,6 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
222
217
|
"_required",
|
|
223
218
|
"_shortKey",
|
|
224
219
|
"_syncValueBySelector",
|
|
225
|
-
"_tabIndex",
|
|
226
220
|
"_tooltipAlign",
|
|
227
221
|
"_touched",
|
|
228
222
|
"_value"
|
|
@@ -238,7 +232,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
|
238
232
|
"_open",
|
|
239
233
|
"_align",
|
|
240
234
|
"_label",
|
|
241
|
-
"_modal",
|
|
242
235
|
"_on"
|
|
243
236
|
]);
|
|
244
237
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
@@ -263,14 +256,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
|
263
256
|
"_src",
|
|
264
257
|
"_srcset"
|
|
265
258
|
]);
|
|
266
|
-
const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
|
|
267
259
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
268
260
|
"_accessKey",
|
|
269
|
-
"_alert",
|
|
270
261
|
"_checked",
|
|
271
|
-
"
|
|
262
|
+
"_hideMsg",
|
|
272
263
|
"_disabled",
|
|
273
|
-
"_error",
|
|
274
264
|
"_hideLabel",
|
|
275
265
|
"_hint",
|
|
276
266
|
"_icons",
|
|
@@ -284,7 +274,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
284
274
|
"_required",
|
|
285
275
|
"_shortKey",
|
|
286
276
|
"_syncValueBySelector",
|
|
287
|
-
"_tabIndex",
|
|
288
277
|
"_tooltipAlign",
|
|
289
278
|
"_touched",
|
|
290
279
|
"_value",
|
|
@@ -292,11 +281,9 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
292
281
|
]);
|
|
293
282
|
const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
|
|
294
283
|
"_accessKey",
|
|
295
|
-
"_alert",
|
|
296
284
|
"_autoComplete",
|
|
297
285
|
"_disabled",
|
|
298
|
-
"
|
|
299
|
-
"_hideError",
|
|
286
|
+
"_hideMsg",
|
|
300
287
|
"_hideLabel",
|
|
301
288
|
"_hint",
|
|
302
289
|
"_icons",
|
|
@@ -309,18 +296,15 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
309
296
|
"_smartButton",
|
|
310
297
|
"_suggestions",
|
|
311
298
|
"_syncValueBySelector",
|
|
312
|
-
"_tabIndex",
|
|
313
299
|
"_tooltipAlign",
|
|
314
300
|
"_touched",
|
|
315
301
|
"_value"
|
|
316
302
|
]);
|
|
317
303
|
const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
318
304
|
"_accessKey",
|
|
319
|
-
"_alert",
|
|
320
305
|
"_autoComplete",
|
|
321
306
|
"_disabled",
|
|
322
|
-
"
|
|
323
|
-
"_hideError",
|
|
307
|
+
"_hideMsg",
|
|
324
308
|
"_hideLabel",
|
|
325
309
|
"_hint",
|
|
326
310
|
"_icons",
|
|
@@ -338,7 +322,6 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
338
322
|
"_suggestions",
|
|
339
323
|
"_syncValueBySelector",
|
|
340
324
|
"_step",
|
|
341
|
-
"_tabIndex",
|
|
342
325
|
"_tooltipAlign",
|
|
343
326
|
"_touched",
|
|
344
327
|
"_type",
|
|
@@ -346,12 +329,10 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
346
329
|
]);
|
|
347
330
|
const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
|
|
348
331
|
"_accessKey",
|
|
349
|
-
"_alert",
|
|
350
332
|
"_autoComplete",
|
|
351
333
|
"_disabled",
|
|
352
|
-
"_error",
|
|
353
334
|
"_hasCounter",
|
|
354
|
-
"
|
|
335
|
+
"_hideMsg",
|
|
355
336
|
"_hideLabel",
|
|
356
337
|
"_hint",
|
|
357
338
|
"_icons",
|
|
@@ -370,7 +351,6 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
370
351
|
"_smartButton",
|
|
371
352
|
"_suggestions",
|
|
372
353
|
"_syncValueBySelector",
|
|
373
|
-
"_tabIndex",
|
|
374
354
|
"_tooltipAlign",
|
|
375
355
|
"_touched",
|
|
376
356
|
"_value"
|
|
@@ -378,10 +358,8 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
378
358
|
const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
379
359
|
"_accept",
|
|
380
360
|
"_accessKey",
|
|
381
|
-
"_alert",
|
|
382
361
|
"_disabled",
|
|
383
|
-
"
|
|
384
|
-
"_hideError",
|
|
362
|
+
"_hideMsg",
|
|
385
363
|
"_hideLabel",
|
|
386
364
|
"_hint",
|
|
387
365
|
"_icons",
|
|
@@ -395,18 +373,14 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
395
373
|
"_shortKey",
|
|
396
374
|
"_smartButton",
|
|
397
375
|
"_syncValueBySelector",
|
|
398
|
-
"_tabIndex",
|
|
399
376
|
"_tooltipAlign",
|
|
400
|
-
"_touched"
|
|
401
|
-
"_value"
|
|
377
|
+
"_touched"
|
|
402
378
|
]);
|
|
403
379
|
const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
|
|
404
380
|
"_accessKey",
|
|
405
|
-
"_alert",
|
|
406
381
|
"_autoComplete",
|
|
407
382
|
"_disabled",
|
|
408
|
-
"
|
|
409
|
-
"_hideError",
|
|
383
|
+
"_hideMsg",
|
|
410
384
|
"_hideLabel",
|
|
411
385
|
"_hint",
|
|
412
386
|
"_icons",
|
|
@@ -425,19 +399,16 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
425
399
|
"_suggestions",
|
|
426
400
|
"_step",
|
|
427
401
|
"_syncValueBySelector",
|
|
428
|
-
"_tabIndex",
|
|
429
402
|
"_tooltipAlign",
|
|
430
403
|
"_touched",
|
|
431
404
|
"_value"
|
|
432
405
|
]);
|
|
433
406
|
const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
|
|
434
407
|
"_accessKey",
|
|
435
|
-
"_alert",
|
|
436
408
|
"_autoComplete",
|
|
437
409
|
"_disabled",
|
|
438
|
-
"_error",
|
|
439
410
|
"_hasCounter",
|
|
440
|
-
"
|
|
411
|
+
"_hideMsg",
|
|
441
412
|
"_hideLabel",
|
|
442
413
|
"_hint",
|
|
443
414
|
"_icons",
|
|
@@ -454,7 +425,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
454
425
|
"_shortKey",
|
|
455
426
|
"_smartButton",
|
|
456
427
|
"_syncValueBySelector",
|
|
457
|
-
"_tabIndex",
|
|
458
428
|
"_tooltipAlign",
|
|
459
429
|
"_touched",
|
|
460
430
|
"_value",
|
|
@@ -462,10 +432,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
462
432
|
]);
|
|
463
433
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
464
434
|
"_accessKey",
|
|
465
|
-
"_alert",
|
|
466
435
|
"_disabled",
|
|
467
|
-
"
|
|
468
|
-
"_hideError",
|
|
436
|
+
"_hideMsg",
|
|
469
437
|
"_hideLabel",
|
|
470
438
|
"_hint",
|
|
471
439
|
"_id",
|
|
@@ -478,18 +446,15 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
478
446
|
"_required",
|
|
479
447
|
"_shortKey",
|
|
480
448
|
"_syncValueBySelector",
|
|
481
|
-
"_tabIndex",
|
|
482
449
|
"_tooltipAlign",
|
|
483
450
|
"_touched",
|
|
484
451
|
"_value"
|
|
485
452
|
]);
|
|
486
453
|
const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
|
|
487
454
|
"_accessKey",
|
|
488
|
-
"_alert",
|
|
489
455
|
"_autoComplete",
|
|
490
456
|
"_disabled",
|
|
491
|
-
"
|
|
492
|
-
"_hideError",
|
|
457
|
+
"_hideMsg",
|
|
493
458
|
"_hideLabel",
|
|
494
459
|
"_hint",
|
|
495
460
|
"_icons",
|
|
@@ -504,19 +469,16 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
504
469
|
"_step",
|
|
505
470
|
"_suggestions",
|
|
506
471
|
"_syncValueBySelector",
|
|
507
|
-
"_tabIndex",
|
|
508
472
|
"_tooltipAlign",
|
|
509
473
|
"_touched",
|
|
510
474
|
"_value"
|
|
511
475
|
]);
|
|
512
476
|
const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
513
477
|
"_accessKey",
|
|
514
|
-
"_alert",
|
|
515
478
|
"_autoComplete",
|
|
516
479
|
"_disabled",
|
|
517
|
-
"_error",
|
|
518
480
|
"_hasCounter",
|
|
519
|
-
"
|
|
481
|
+
"_hideMsg",
|
|
520
482
|
"_hideLabel",
|
|
521
483
|
"_hint",
|
|
522
484
|
"_icons",
|
|
@@ -535,7 +497,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
535
497
|
"_suggestions",
|
|
536
498
|
"_smartButton",
|
|
537
499
|
"_syncValueBySelector",
|
|
538
|
-
"_tabIndex",
|
|
539
500
|
"_tooltipAlign",
|
|
540
501
|
"_touched",
|
|
541
502
|
"_type",
|
|
@@ -558,7 +519,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
558
519
|
"_on",
|
|
559
520
|
"_role",
|
|
560
521
|
"_shortKey",
|
|
561
|
-
"_tabIndex",
|
|
562
522
|
"_target",
|
|
563
523
|
"_tooltipAlign"
|
|
564
524
|
]);
|
|
@@ -576,25 +536,15 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
576
536
|
"_on",
|
|
577
537
|
"_role",
|
|
578
538
|
"_shortKey",
|
|
579
|
-
"_tabIndex",
|
|
580
539
|
"_target",
|
|
581
540
|
"_tooltipAlign",
|
|
582
541
|
"_variant"
|
|
583
542
|
]);
|
|
584
|
-
const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
|
|
585
|
-
"_listStyleType",
|
|
586
|
-
"_label",
|
|
587
|
-
"_links",
|
|
588
|
-
"_orientation"
|
|
589
|
-
]);
|
|
590
|
-
const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
|
|
591
|
-
"_org"
|
|
592
|
-
]);
|
|
593
543
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
594
|
-
"_activeElement",
|
|
595
544
|
"_label",
|
|
596
545
|
"_on",
|
|
597
|
-
"_width"
|
|
546
|
+
"_width",
|
|
547
|
+
"_variant"
|
|
598
548
|
]);
|
|
599
549
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
600
550
|
"_collapsible",
|
|
@@ -657,10 +607,8 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
|
657
607
|
]);
|
|
658
608
|
const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
659
609
|
"_accessKey",
|
|
660
|
-
"_alert",
|
|
661
610
|
"_disabled",
|
|
662
|
-
"
|
|
663
|
-
"_hideError",
|
|
611
|
+
"_hideMsg",
|
|
664
612
|
"_hideLabel",
|
|
665
613
|
"_hint",
|
|
666
614
|
"_icons",
|
|
@@ -683,9 +631,8 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
683
631
|
const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
|
|
684
632
|
"_accessKey",
|
|
685
633
|
"_placeholder",
|
|
686
|
-
"_alert",
|
|
687
634
|
"_disabled",
|
|
688
|
-
"
|
|
635
|
+
"_hideMsg",
|
|
689
636
|
"_hideLabel",
|
|
690
637
|
"_hint",
|
|
691
638
|
"_icons",
|
|
@@ -698,7 +645,6 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
698
645
|
"_required",
|
|
699
646
|
"_shortKey",
|
|
700
647
|
"_syncValueBySelector",
|
|
701
|
-
"_tabIndex",
|
|
702
648
|
"_tooltipAlign",
|
|
703
649
|
"_touched",
|
|
704
650
|
"_value",
|
|
@@ -726,28 +672,11 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
726
672
|
"_on",
|
|
727
673
|
"_role",
|
|
728
674
|
"_syncValueBySelector",
|
|
729
|
-
"_tabIndex",
|
|
730
675
|
"_tooltipAlign",
|
|
731
676
|
"_type",
|
|
732
677
|
"_value",
|
|
733
678
|
"_variant"
|
|
734
679
|
]);
|
|
735
|
-
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
736
|
-
"_label",
|
|
737
|
-
"_symbol"
|
|
738
|
-
]);
|
|
739
|
-
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
740
|
-
"_allowMultiSort",
|
|
741
|
-
"_data",
|
|
742
|
-
"_dataFoot",
|
|
743
|
-
"_headers",
|
|
744
|
-
"_label",
|
|
745
|
-
"_minWidth",
|
|
746
|
-
"_pagination",
|
|
747
|
-
"_paginationPosition",
|
|
748
|
-
"_selection",
|
|
749
|
-
"_on"
|
|
750
|
-
]);
|
|
751
680
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
752
681
|
"_allowMultiSort",
|
|
753
682
|
"_data",
|
|
@@ -780,11 +709,9 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
|
780
709
|
const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
781
710
|
"_accessKey",
|
|
782
711
|
"_adjustHeight",
|
|
783
|
-
"_alert",
|
|
784
712
|
"_disabled",
|
|
785
|
-
"_error",
|
|
786
713
|
"_hasCounter",
|
|
787
|
-
"
|
|
714
|
+
"_hideMsg",
|
|
788
715
|
"_hideLabel",
|
|
789
716
|
"_hint",
|
|
790
717
|
"_icons",
|
|
@@ -802,7 +729,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
802
729
|
"_shortKey",
|
|
803
730
|
"_spellCheck",
|
|
804
731
|
"_syncValueBySelector",
|
|
805
|
-
"_tabIndex",
|
|
806
732
|
"_tooltipAlign",
|
|
807
733
|
"_touched",
|
|
808
734
|
"_value"
|
|
@@ -831,4 +757,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
831
757
|
"_label"
|
|
832
758
|
]);
|
|
833
759
|
|
|
834
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton,
|
|
760
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"typescript": "5.8.2",
|
|
53
53
|
"unbuild": "1.2.1",
|
|
54
54
|
"vue": "3.4.21",
|
|
55
|
-
"@public-ui/components": "
|
|
55
|
+
"@public-ui/components": "3.0.0-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"vue": ">=3",
|
|
59
|
-
"@public-ui/components": "
|
|
59
|
+
"@public-ui/components": "3.0.0-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.0"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|