@public-ui/vue 2.2.6 → 3.0.0-0edf6aa20a9ac9faa46ebe0e45a8c62841b05164.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 +43 -80
- package/dist/index.d.ts +2 -7
- package/dist/index.mjs +43 -75
- 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",
|
|
@@ -178,7 +177,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
178
177
|
"_value",
|
|
179
178
|
"_variant"
|
|
180
179
|
]);
|
|
181
|
-
const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
|
|
182
180
|
const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
|
|
183
181
|
"_accessKey",
|
|
184
182
|
"_ariaControls",
|
|
@@ -209,9 +207,8 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
209
207
|
const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
210
208
|
"_accessKey",
|
|
211
209
|
"_placeholder",
|
|
212
|
-
"_alert",
|
|
213
210
|
"_disabled",
|
|
214
|
-
"
|
|
211
|
+
"_hideMsg",
|
|
215
212
|
"_hideLabel",
|
|
216
213
|
"_hint",
|
|
217
214
|
"_icons",
|
|
@@ -240,7 +237,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
|
240
237
|
"_open",
|
|
241
238
|
"_align",
|
|
242
239
|
"_label",
|
|
243
|
-
"_modal",
|
|
244
240
|
"_on"
|
|
245
241
|
]);
|
|
246
242
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
@@ -265,14 +261,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
|
265
261
|
"_src",
|
|
266
262
|
"_srcset"
|
|
267
263
|
]);
|
|
268
|
-
const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
|
|
269
264
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
270
265
|
"_accessKey",
|
|
271
|
-
"_alert",
|
|
272
266
|
"_checked",
|
|
273
|
-
"
|
|
267
|
+
"_hideMsg",
|
|
274
268
|
"_disabled",
|
|
275
|
-
"_error",
|
|
276
269
|
"_hideLabel",
|
|
277
270
|
"_hint",
|
|
278
271
|
"_icons",
|
|
@@ -294,11 +287,9 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
294
287
|
]);
|
|
295
288
|
const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
|
|
296
289
|
"_accessKey",
|
|
297
|
-
"_alert",
|
|
298
290
|
"_autoComplete",
|
|
299
291
|
"_disabled",
|
|
300
|
-
"
|
|
301
|
-
"_hideError",
|
|
292
|
+
"_hideMsg",
|
|
302
293
|
"_hideLabel",
|
|
303
294
|
"_hint",
|
|
304
295
|
"_icons",
|
|
@@ -318,11 +309,9 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
318
309
|
]);
|
|
319
310
|
const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
320
311
|
"_accessKey",
|
|
321
|
-
"_alert",
|
|
322
312
|
"_autoComplete",
|
|
323
313
|
"_disabled",
|
|
324
|
-
"
|
|
325
|
-
"_hideError",
|
|
314
|
+
"_hideMsg",
|
|
326
315
|
"_hideLabel",
|
|
327
316
|
"_hint",
|
|
328
317
|
"_icons",
|
|
@@ -348,12 +337,10 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
348
337
|
]);
|
|
349
338
|
const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
|
|
350
339
|
"_accessKey",
|
|
351
|
-
"_alert",
|
|
352
340
|
"_autoComplete",
|
|
353
341
|
"_disabled",
|
|
354
|
-
"_error",
|
|
355
342
|
"_hasCounter",
|
|
356
|
-
"
|
|
343
|
+
"_hideMsg",
|
|
357
344
|
"_hideLabel",
|
|
358
345
|
"_hint",
|
|
359
346
|
"_icons",
|
|
@@ -380,10 +367,8 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
380
367
|
const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
381
368
|
"_accept",
|
|
382
369
|
"_accessKey",
|
|
383
|
-
"_alert",
|
|
384
370
|
"_disabled",
|
|
385
|
-
"
|
|
386
|
-
"_hideError",
|
|
371
|
+
"_hideMsg",
|
|
387
372
|
"_hideLabel",
|
|
388
373
|
"_hint",
|
|
389
374
|
"_icons",
|
|
@@ -399,16 +384,13 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
399
384
|
"_syncValueBySelector",
|
|
400
385
|
"_tabIndex",
|
|
401
386
|
"_tooltipAlign",
|
|
402
|
-
"_touched"
|
|
403
|
-
"_value"
|
|
387
|
+
"_touched"
|
|
404
388
|
]);
|
|
405
389
|
const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
|
|
406
390
|
"_accessKey",
|
|
407
|
-
"_alert",
|
|
408
391
|
"_autoComplete",
|
|
409
392
|
"_disabled",
|
|
410
|
-
"
|
|
411
|
-
"_hideError",
|
|
393
|
+
"_hideMsg",
|
|
412
394
|
"_hideLabel",
|
|
413
395
|
"_hint",
|
|
414
396
|
"_icons",
|
|
@@ -434,12 +416,10 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
434
416
|
]);
|
|
435
417
|
const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
|
|
436
418
|
"_accessKey",
|
|
437
|
-
"_alert",
|
|
438
419
|
"_autoComplete",
|
|
439
420
|
"_disabled",
|
|
440
|
-
"_error",
|
|
441
421
|
"_hasCounter",
|
|
442
|
-
"
|
|
422
|
+
"_hideMsg",
|
|
443
423
|
"_hideLabel",
|
|
444
424
|
"_hint",
|
|
445
425
|
"_icons",
|
|
@@ -464,10 +444,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
464
444
|
]);
|
|
465
445
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
466
446
|
"_accessKey",
|
|
467
|
-
"_alert",
|
|
468
447
|
"_disabled",
|
|
469
|
-
"
|
|
470
|
-
"_hideError",
|
|
448
|
+
"_hideMsg",
|
|
471
449
|
"_hideLabel",
|
|
472
450
|
"_hint",
|
|
473
451
|
"_id",
|
|
@@ -487,11 +465,9 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
487
465
|
]);
|
|
488
466
|
const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
|
|
489
467
|
"_accessKey",
|
|
490
|
-
"_alert",
|
|
491
468
|
"_autoComplete",
|
|
492
469
|
"_disabled",
|
|
493
|
-
"
|
|
494
|
-
"_hideError",
|
|
470
|
+
"_hideMsg",
|
|
495
471
|
"_hideLabel",
|
|
496
472
|
"_hint",
|
|
497
473
|
"_icons",
|
|
@@ -513,12 +489,10 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
513
489
|
]);
|
|
514
490
|
const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
515
491
|
"_accessKey",
|
|
516
|
-
"_alert",
|
|
517
492
|
"_autoComplete",
|
|
518
493
|
"_disabled",
|
|
519
|
-
"_error",
|
|
520
494
|
"_hasCounter",
|
|
521
|
-
"
|
|
495
|
+
"_hideMsg",
|
|
522
496
|
"_hideLabel",
|
|
523
497
|
"_hint",
|
|
524
498
|
"_icons",
|
|
@@ -583,20 +557,11 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
583
557
|
"_tooltipAlign",
|
|
584
558
|
"_variant"
|
|
585
559
|
]);
|
|
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
560
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
596
|
-
"_activeElement",
|
|
597
561
|
"_label",
|
|
598
562
|
"_on",
|
|
599
|
-
"_width"
|
|
563
|
+
"_width",
|
|
564
|
+
"_variant"
|
|
600
565
|
]);
|
|
601
566
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
602
567
|
"_collapsible",
|
|
@@ -620,6 +585,30 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
620
585
|
"_tooltipAlign",
|
|
621
586
|
"_max"
|
|
622
587
|
]);
|
|
588
|
+
const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", void 0, [
|
|
589
|
+
"_accessKey",
|
|
590
|
+
"_ariaControls",
|
|
591
|
+
"_ariaDescription",
|
|
592
|
+
"_ariaExpanded",
|
|
593
|
+
"_ariaSelected",
|
|
594
|
+
"_customClass",
|
|
595
|
+
"_disabled",
|
|
596
|
+
"_hideLabel",
|
|
597
|
+
"_icons",
|
|
598
|
+
"_id",
|
|
599
|
+
"_label",
|
|
600
|
+
"_name",
|
|
601
|
+
"_on",
|
|
602
|
+
"_popoverAlign",
|
|
603
|
+
"_role",
|
|
604
|
+
"_shortKey",
|
|
605
|
+
"_syncValueBySelector",
|
|
606
|
+
"_tabIndex",
|
|
607
|
+
"_tooltipAlign",
|
|
608
|
+
"_type",
|
|
609
|
+
"_value",
|
|
610
|
+
"_variant"
|
|
611
|
+
]);
|
|
623
612
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
624
613
|
"_label",
|
|
625
614
|
"_max",
|
|
@@ -635,10 +624,8 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
|
635
624
|
]);
|
|
636
625
|
const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
637
626
|
"_accessKey",
|
|
638
|
-
"_alert",
|
|
639
627
|
"_disabled",
|
|
640
|
-
"
|
|
641
|
-
"_hideError",
|
|
628
|
+
"_hideMsg",
|
|
642
629
|
"_hideLabel",
|
|
643
630
|
"_hint",
|
|
644
631
|
"_icons",
|
|
@@ -661,9 +648,8 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
661
648
|
const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
|
|
662
649
|
"_accessKey",
|
|
663
650
|
"_placeholder",
|
|
664
|
-
"_alert",
|
|
665
651
|
"_disabled",
|
|
666
|
-
"
|
|
652
|
+
"_hideMsg",
|
|
667
653
|
"_hideLabel",
|
|
668
654
|
"_hint",
|
|
669
655
|
"_icons",
|
|
@@ -709,22 +695,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
709
695
|
"_value",
|
|
710
696
|
"_variant"
|
|
711
697
|
]);
|
|
712
|
-
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
713
|
-
"_label",
|
|
714
|
-
"_symbol"
|
|
715
|
-
]);
|
|
716
|
-
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
717
|
-
"_allowMultiSort",
|
|
718
|
-
"_data",
|
|
719
|
-
"_dataFoot",
|
|
720
|
-
"_headers",
|
|
721
|
-
"_label",
|
|
722
|
-
"_minWidth",
|
|
723
|
-
"_pagination",
|
|
724
|
-
"_paginationPosition",
|
|
725
|
-
"_selection",
|
|
726
|
-
"_on"
|
|
727
|
-
]);
|
|
728
698
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
729
699
|
"_allowMultiSort",
|
|
730
700
|
"_data",
|
|
@@ -757,11 +727,9 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
|
757
727
|
const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
758
728
|
"_accessKey",
|
|
759
729
|
"_adjustHeight",
|
|
760
|
-
"_alert",
|
|
761
730
|
"_disabled",
|
|
762
|
-
"_error",
|
|
763
731
|
"_hasCounter",
|
|
764
|
-
"
|
|
732
|
+
"_hideMsg",
|
|
765
733
|
"_hideLabel",
|
|
766
734
|
"_hint",
|
|
767
735
|
"_icons",
|
|
@@ -815,7 +783,6 @@ exports.KolAvatar = KolAvatar;
|
|
|
815
783
|
exports.KolBadge = KolBadge;
|
|
816
784
|
exports.KolBreadcrumb = KolBreadcrumb;
|
|
817
785
|
exports.KolButton = KolButton;
|
|
818
|
-
exports.KolButtonGroup = KolButtonGroup;
|
|
819
786
|
exports.KolButtonLink = KolButtonLink;
|
|
820
787
|
exports.KolCard = KolCard;
|
|
821
788
|
exports.KolCombobox = KolCombobox;
|
|
@@ -825,7 +792,6 @@ exports.KolForm = KolForm;
|
|
|
825
792
|
exports.KolHeading = KolHeading;
|
|
826
793
|
exports.KolIcon = KolIcon;
|
|
827
794
|
exports.KolImage = KolImage;
|
|
828
|
-
exports.KolIndentedText = KolIndentedText;
|
|
829
795
|
exports.KolInputCheckbox = KolInputCheckbox;
|
|
830
796
|
exports.KolInputColor = KolInputColor;
|
|
831
797
|
exports.KolInputDate = KolInputDate;
|
|
@@ -839,11 +805,10 @@ exports.KolInputText = KolInputText;
|
|
|
839
805
|
exports.KolKolibri = KolKolibri;
|
|
840
806
|
exports.KolLink = KolLink;
|
|
841
807
|
exports.KolLinkButton = KolLinkButton;
|
|
842
|
-
exports.KolLinkGroup = KolLinkGroup;
|
|
843
|
-
exports.KolLogo = KolLogo;
|
|
844
808
|
exports.KolModal = KolModal;
|
|
845
809
|
exports.KolNav = KolNav;
|
|
846
810
|
exports.KolPagination = KolPagination;
|
|
811
|
+
exports.KolPopoverButton = KolPopoverButton;
|
|
847
812
|
exports.KolProgress = KolProgress;
|
|
848
813
|
exports.KolQuote = KolQuote;
|
|
849
814
|
exports.KolSelect = KolSelect;
|
|
@@ -851,8 +816,6 @@ exports.KolSingleSelect = KolSingleSelect;
|
|
|
851
816
|
exports.KolSkipNav = KolSkipNav;
|
|
852
817
|
exports.KolSpin = KolSpin;
|
|
853
818
|
exports.KolSplitButton = KolSplitButton;
|
|
854
|
-
exports.KolSymbol = KolSymbol;
|
|
855
|
-
exports.KolTable = KolTable;
|
|
856
819
|
exports.KolTableStateful = KolTableStateful;
|
|
857
820
|
exports.KolTableStateless = KolTableStateless;
|
|
858
821
|
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,11 +37,10 @@ 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>;
|
|
43
|
+
declare const KolPopoverButton: vue.DefineSetupFnComponent<JSX.KolPopoverButton & InputProps<string | number | boolean>, {}, {}, JSX.KolPopoverButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
47
44
|
declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputProps<string | number | boolean>, {}, {}, JSX.KolProgress & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
48
45
|
declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
49
46
|
declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -51,8 +48,6 @@ declare const KolSingleSelect: vue.DefineSetupFnComponent<JSX.KolSingleSelect &
|
|
|
51
48
|
declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, {}, {}, JSX.KolSkipNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
52
49
|
declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
53
50
|
declare const KolSplitButton: vue.DefineSetupFnComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, {}, {}, JSX.KolSplitButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
54
|
-
declare const KolSymbol: vue.DefineSetupFnComponent<JSX.KolSymbol & InputProps<string | number | boolean>, {}, {}, JSX.KolSymbol & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
55
|
-
declare const KolTable: vue.DefineSetupFnComponent<JSX.KolTable & InputProps<string | number | boolean>, {}, {}, JSX.KolTable & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
56
51
|
declare const KolTableStateful: vue.DefineSetupFnComponent<JSX.KolTableStateful & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateful & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
57
52
|
declare const KolTableStateless: vue.DefineSetupFnComponent<JSX.KolTableStateless & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateless & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
58
53
|
declare const KolTabs: vue.DefineSetupFnComponent<JSX.KolTabs & InputProps<string | number | boolean>, {}, {}, JSX.KolTabs & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -64,4 +59,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
|
|
|
64
59
|
declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
65
60
|
declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
66
61
|
|
|
67
|
-
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",
|
|
@@ -176,7 +175,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
176
175
|
"_value",
|
|
177
176
|
"_variant"
|
|
178
177
|
]);
|
|
179
|
-
const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
|
|
180
178
|
const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
|
|
181
179
|
"_accessKey",
|
|
182
180
|
"_ariaControls",
|
|
@@ -207,9 +205,8 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
207
205
|
const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
208
206
|
"_accessKey",
|
|
209
207
|
"_placeholder",
|
|
210
|
-
"_alert",
|
|
211
208
|
"_disabled",
|
|
212
|
-
"
|
|
209
|
+
"_hideMsg",
|
|
213
210
|
"_hideLabel",
|
|
214
211
|
"_hint",
|
|
215
212
|
"_icons",
|
|
@@ -238,7 +235,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
|
|
|
238
235
|
"_open",
|
|
239
236
|
"_align",
|
|
240
237
|
"_label",
|
|
241
|
-
"_modal",
|
|
242
238
|
"_on"
|
|
243
239
|
]);
|
|
244
240
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
@@ -263,14 +259,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
|
263
259
|
"_src",
|
|
264
260
|
"_srcset"
|
|
265
261
|
]);
|
|
266
|
-
const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
|
|
267
262
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
268
263
|
"_accessKey",
|
|
269
|
-
"_alert",
|
|
270
264
|
"_checked",
|
|
271
|
-
"
|
|
265
|
+
"_hideMsg",
|
|
272
266
|
"_disabled",
|
|
273
|
-
"_error",
|
|
274
267
|
"_hideLabel",
|
|
275
268
|
"_hint",
|
|
276
269
|
"_icons",
|
|
@@ -292,11 +285,9 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
292
285
|
]);
|
|
293
286
|
const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
|
|
294
287
|
"_accessKey",
|
|
295
|
-
"_alert",
|
|
296
288
|
"_autoComplete",
|
|
297
289
|
"_disabled",
|
|
298
|
-
"
|
|
299
|
-
"_hideError",
|
|
290
|
+
"_hideMsg",
|
|
300
291
|
"_hideLabel",
|
|
301
292
|
"_hint",
|
|
302
293
|
"_icons",
|
|
@@ -316,11 +307,9 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
316
307
|
]);
|
|
317
308
|
const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
318
309
|
"_accessKey",
|
|
319
|
-
"_alert",
|
|
320
310
|
"_autoComplete",
|
|
321
311
|
"_disabled",
|
|
322
|
-
"
|
|
323
|
-
"_hideError",
|
|
312
|
+
"_hideMsg",
|
|
324
313
|
"_hideLabel",
|
|
325
314
|
"_hint",
|
|
326
315
|
"_icons",
|
|
@@ -346,12 +335,10 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
346
335
|
]);
|
|
347
336
|
const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
|
|
348
337
|
"_accessKey",
|
|
349
|
-
"_alert",
|
|
350
338
|
"_autoComplete",
|
|
351
339
|
"_disabled",
|
|
352
|
-
"_error",
|
|
353
340
|
"_hasCounter",
|
|
354
|
-
"
|
|
341
|
+
"_hideMsg",
|
|
355
342
|
"_hideLabel",
|
|
356
343
|
"_hint",
|
|
357
344
|
"_icons",
|
|
@@ -378,10 +365,8 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
378
365
|
const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
379
366
|
"_accept",
|
|
380
367
|
"_accessKey",
|
|
381
|
-
"_alert",
|
|
382
368
|
"_disabled",
|
|
383
|
-
"
|
|
384
|
-
"_hideError",
|
|
369
|
+
"_hideMsg",
|
|
385
370
|
"_hideLabel",
|
|
386
371
|
"_hint",
|
|
387
372
|
"_icons",
|
|
@@ -397,16 +382,13 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
397
382
|
"_syncValueBySelector",
|
|
398
383
|
"_tabIndex",
|
|
399
384
|
"_tooltipAlign",
|
|
400
|
-
"_touched"
|
|
401
|
-
"_value"
|
|
385
|
+
"_touched"
|
|
402
386
|
]);
|
|
403
387
|
const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
|
|
404
388
|
"_accessKey",
|
|
405
|
-
"_alert",
|
|
406
389
|
"_autoComplete",
|
|
407
390
|
"_disabled",
|
|
408
|
-
"
|
|
409
|
-
"_hideError",
|
|
391
|
+
"_hideMsg",
|
|
410
392
|
"_hideLabel",
|
|
411
393
|
"_hint",
|
|
412
394
|
"_icons",
|
|
@@ -432,12 +414,10 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
432
414
|
]);
|
|
433
415
|
const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
|
|
434
416
|
"_accessKey",
|
|
435
|
-
"_alert",
|
|
436
417
|
"_autoComplete",
|
|
437
418
|
"_disabled",
|
|
438
|
-
"_error",
|
|
439
419
|
"_hasCounter",
|
|
440
|
-
"
|
|
420
|
+
"_hideMsg",
|
|
441
421
|
"_hideLabel",
|
|
442
422
|
"_hint",
|
|
443
423
|
"_icons",
|
|
@@ -462,10 +442,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
462
442
|
]);
|
|
463
443
|
const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
|
|
464
444
|
"_accessKey",
|
|
465
|
-
"_alert",
|
|
466
445
|
"_disabled",
|
|
467
|
-
"
|
|
468
|
-
"_hideError",
|
|
446
|
+
"_hideMsg",
|
|
469
447
|
"_hideLabel",
|
|
470
448
|
"_hint",
|
|
471
449
|
"_id",
|
|
@@ -485,11 +463,9 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
485
463
|
]);
|
|
486
464
|
const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
|
|
487
465
|
"_accessKey",
|
|
488
|
-
"_alert",
|
|
489
466
|
"_autoComplete",
|
|
490
467
|
"_disabled",
|
|
491
|
-
"
|
|
492
|
-
"_hideError",
|
|
468
|
+
"_hideMsg",
|
|
493
469
|
"_hideLabel",
|
|
494
470
|
"_hint",
|
|
495
471
|
"_icons",
|
|
@@ -511,12 +487,10 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
511
487
|
]);
|
|
512
488
|
const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
513
489
|
"_accessKey",
|
|
514
|
-
"_alert",
|
|
515
490
|
"_autoComplete",
|
|
516
491
|
"_disabled",
|
|
517
|
-
"_error",
|
|
518
492
|
"_hasCounter",
|
|
519
|
-
"
|
|
493
|
+
"_hideMsg",
|
|
520
494
|
"_hideLabel",
|
|
521
495
|
"_hint",
|
|
522
496
|
"_icons",
|
|
@@ -581,20 +555,11 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
581
555
|
"_tooltipAlign",
|
|
582
556
|
"_variant"
|
|
583
557
|
]);
|
|
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
558
|
const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
|
|
594
|
-
"_activeElement",
|
|
595
559
|
"_label",
|
|
596
560
|
"_on",
|
|
597
|
-
"_width"
|
|
561
|
+
"_width",
|
|
562
|
+
"_variant"
|
|
598
563
|
]);
|
|
599
564
|
const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
|
|
600
565
|
"_collapsible",
|
|
@@ -618,6 +583,30 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
618
583
|
"_tooltipAlign",
|
|
619
584
|
"_max"
|
|
620
585
|
]);
|
|
586
|
+
const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", void 0, [
|
|
587
|
+
"_accessKey",
|
|
588
|
+
"_ariaControls",
|
|
589
|
+
"_ariaDescription",
|
|
590
|
+
"_ariaExpanded",
|
|
591
|
+
"_ariaSelected",
|
|
592
|
+
"_customClass",
|
|
593
|
+
"_disabled",
|
|
594
|
+
"_hideLabel",
|
|
595
|
+
"_icons",
|
|
596
|
+
"_id",
|
|
597
|
+
"_label",
|
|
598
|
+
"_name",
|
|
599
|
+
"_on",
|
|
600
|
+
"_popoverAlign",
|
|
601
|
+
"_role",
|
|
602
|
+
"_shortKey",
|
|
603
|
+
"_syncValueBySelector",
|
|
604
|
+
"_tabIndex",
|
|
605
|
+
"_tooltipAlign",
|
|
606
|
+
"_type",
|
|
607
|
+
"_value",
|
|
608
|
+
"_variant"
|
|
609
|
+
]);
|
|
621
610
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
622
611
|
"_label",
|
|
623
612
|
"_max",
|
|
@@ -633,10 +622,8 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
|
|
|
633
622
|
]);
|
|
634
623
|
const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
635
624
|
"_accessKey",
|
|
636
|
-
"_alert",
|
|
637
625
|
"_disabled",
|
|
638
|
-
"
|
|
639
|
-
"_hideError",
|
|
626
|
+
"_hideMsg",
|
|
640
627
|
"_hideLabel",
|
|
641
628
|
"_hint",
|
|
642
629
|
"_icons",
|
|
@@ -659,9 +646,8 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
659
646
|
const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
|
|
660
647
|
"_accessKey",
|
|
661
648
|
"_placeholder",
|
|
662
|
-
"_alert",
|
|
663
649
|
"_disabled",
|
|
664
|
-
"
|
|
650
|
+
"_hideMsg",
|
|
665
651
|
"_hideLabel",
|
|
666
652
|
"_hint",
|
|
667
653
|
"_icons",
|
|
@@ -707,22 +693,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
707
693
|
"_value",
|
|
708
694
|
"_variant"
|
|
709
695
|
]);
|
|
710
|
-
const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
|
|
711
|
-
"_label",
|
|
712
|
-
"_symbol"
|
|
713
|
-
]);
|
|
714
|
-
const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
715
|
-
"_allowMultiSort",
|
|
716
|
-
"_data",
|
|
717
|
-
"_dataFoot",
|
|
718
|
-
"_headers",
|
|
719
|
-
"_label",
|
|
720
|
-
"_minWidth",
|
|
721
|
-
"_pagination",
|
|
722
|
-
"_paginationPosition",
|
|
723
|
-
"_selection",
|
|
724
|
-
"_on"
|
|
725
|
-
]);
|
|
726
696
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
727
697
|
"_allowMultiSort",
|
|
728
698
|
"_data",
|
|
@@ -755,11 +725,9 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
|
755
725
|
const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
756
726
|
"_accessKey",
|
|
757
727
|
"_adjustHeight",
|
|
758
|
-
"_alert",
|
|
759
728
|
"_disabled",
|
|
760
|
-
"_error",
|
|
761
729
|
"_hasCounter",
|
|
762
|
-
"
|
|
730
|
+
"_hideMsg",
|
|
763
731
|
"_hideLabel",
|
|
764
732
|
"_hint",
|
|
765
733
|
"_icons",
|
|
@@ -806,4 +774,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
806
774
|
"_label"
|
|
807
775
|
]);
|
|
808
776
|
|
|
809
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton,
|
|
777
|
+
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-0edf6aa20a9ac9faa46ebe0e45a8c62841b05164.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.7.3",
|
|
53
53
|
"unbuild": "1.2.1",
|
|
54
54
|
"vue": "3.4.21",
|
|
55
|
-
"@public-ui/components": "
|
|
55
|
+
"@public-ui/components": "3.0.0-0edf6aa20a9ac9faa46ebe0e45a8c62841b05164.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"vue": ">=3",
|
|
59
|
-
"@public-ui/components": "
|
|
59
|
+
"@public-ui/components": "3.0.0-0edf6aa20a9ac9faa46ebe0e45a8c62841b05164.0"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|