lkt-menu 2.0.9 → 2.0.10
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/build.css +1 -1
- package/dist/build.d.ts +4 -4
- package/dist/build.js +129 -123
- package/dist/components/MenuItem.vue.d.ts +690 -138
- package/dist/lib-components/LktMenu.vue.d.ts +462 -92
- package/package.json +1 -1
- package/theme/default.css +9 -1
|
@@ -53,7 +53,7 @@ declare const entries: import("vue").Ref<{
|
|
|
53
53
|
loading?: boolean | undefined;
|
|
54
54
|
class?: string | undefined;
|
|
55
55
|
containerClass?: string | undefined;
|
|
56
|
-
|
|
56
|
+
wrapButton?: boolean | undefined;
|
|
57
57
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
58
58
|
icon?: string | {
|
|
59
59
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -233,7 +233,7 @@ declare const entries: import("vue").Ref<{
|
|
|
233
233
|
loading?: boolean | undefined;
|
|
234
234
|
class?: string | undefined;
|
|
235
235
|
containerClass?: string | undefined;
|
|
236
|
-
|
|
236
|
+
wrapButton?: boolean | undefined;
|
|
237
237
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
238
238
|
icon?: string | {
|
|
239
239
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -407,6 +407,10 @@ declare const entries: import("vue").Ref<{
|
|
|
407
407
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
408
408
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
409
409
|
prop?: LktObject | undefined;
|
|
410
|
+
aria?: {
|
|
411
|
+
controls?: string | undefined;
|
|
412
|
+
selected?: boolean | undefined;
|
|
413
|
+
} | undefined;
|
|
410
414
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
411
415
|
events?: {
|
|
412
416
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -416,6 +420,10 @@ declare const entries: import("vue").Ref<{
|
|
|
416
420
|
}[] | undefined;
|
|
417
421
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
418
422
|
prop?: LktObject | undefined;
|
|
423
|
+
aria?: {
|
|
424
|
+
controls?: string | undefined;
|
|
425
|
+
selected?: boolean | undefined;
|
|
426
|
+
} | undefined;
|
|
419
427
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
420
428
|
events?: {
|
|
421
429
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -432,7 +440,7 @@ declare const entries: import("vue").Ref<{
|
|
|
432
440
|
loading?: boolean | undefined;
|
|
433
441
|
class?: string | undefined;
|
|
434
442
|
containerClass?: string | undefined;
|
|
435
|
-
|
|
443
|
+
wrapButton?: boolean | undefined;
|
|
436
444
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
437
445
|
icon?: string | {
|
|
438
446
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -612,7 +620,7 @@ declare const entries: import("vue").Ref<{
|
|
|
612
620
|
loading?: boolean | undefined;
|
|
613
621
|
class?: string | undefined;
|
|
614
622
|
containerClass?: string | undefined;
|
|
615
|
-
|
|
623
|
+
wrapButton?: boolean | undefined;
|
|
616
624
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
617
625
|
icon?: string | {
|
|
618
626
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -786,6 +794,10 @@ declare const entries: import("vue").Ref<{
|
|
|
786
794
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
787
795
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
788
796
|
prop?: LktObject | undefined;
|
|
797
|
+
aria?: {
|
|
798
|
+
controls?: string | undefined;
|
|
799
|
+
selected?: boolean | undefined;
|
|
800
|
+
} | undefined;
|
|
789
801
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
790
802
|
events?: {
|
|
791
803
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -795,6 +807,10 @@ declare const entries: import("vue").Ref<{
|
|
|
795
807
|
}[] | undefined;
|
|
796
808
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
797
809
|
prop?: LktObject | undefined;
|
|
810
|
+
aria?: {
|
|
811
|
+
controls?: string | undefined;
|
|
812
|
+
selected?: boolean | undefined;
|
|
813
|
+
} | undefined;
|
|
798
814
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
799
815
|
events?: {
|
|
800
816
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -811,7 +827,7 @@ declare const entries: import("vue").Ref<{
|
|
|
811
827
|
loading?: boolean | undefined;
|
|
812
828
|
class?: string | undefined;
|
|
813
829
|
containerClass?: string | undefined;
|
|
814
|
-
|
|
830
|
+
wrapButton?: boolean | undefined;
|
|
815
831
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
816
832
|
icon?: string | {
|
|
817
833
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -991,7 +1007,7 @@ declare const entries: import("vue").Ref<{
|
|
|
991
1007
|
loading?: boolean | undefined;
|
|
992
1008
|
class?: string | undefined;
|
|
993
1009
|
containerClass?: string | undefined;
|
|
994
|
-
|
|
1010
|
+
wrapButton?: boolean | undefined;
|
|
995
1011
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
996
1012
|
icon?: string | {
|
|
997
1013
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -1165,6 +1181,10 @@ declare const entries: import("vue").Ref<{
|
|
|
1165
1181
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
1166
1182
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
1167
1183
|
prop?: LktObject | undefined;
|
|
1184
|
+
aria?: {
|
|
1185
|
+
controls?: string | undefined;
|
|
1186
|
+
selected?: boolean | undefined;
|
|
1187
|
+
} | undefined;
|
|
1168
1188
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
1169
1189
|
events?: {
|
|
1170
1190
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -1174,6 +1194,10 @@ declare const entries: import("vue").Ref<{
|
|
|
1174
1194
|
}[] | undefined;
|
|
1175
1195
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
1176
1196
|
prop?: LktObject | undefined;
|
|
1197
|
+
aria?: {
|
|
1198
|
+
controls?: string | undefined;
|
|
1199
|
+
selected?: boolean | undefined;
|
|
1200
|
+
} | undefined;
|
|
1177
1201
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
1178
1202
|
events?: {
|
|
1179
1203
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -1212,7 +1236,7 @@ declare const entries: import("vue").Ref<{
|
|
|
1212
1236
|
loading?: boolean | undefined;
|
|
1213
1237
|
class?: string | undefined;
|
|
1214
1238
|
containerClass?: string | undefined;
|
|
1215
|
-
|
|
1239
|
+
wrapButton?: boolean | undefined;
|
|
1216
1240
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
1217
1241
|
icon?: string | {
|
|
1218
1242
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -1336,7 +1360,7 @@ declare const entries: import("vue").Ref<{
|
|
|
1336
1360
|
loading?: boolean | undefined;
|
|
1337
1361
|
class?: string | undefined;
|
|
1338
1362
|
containerClass?: string | undefined;
|
|
1339
|
-
|
|
1363
|
+
wrapButton?: boolean | undefined;
|
|
1340
1364
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
1341
1365
|
icon?: string | {
|
|
1342
1366
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -1510,6 +1534,10 @@ declare const entries: import("vue").Ref<{
|
|
|
1510
1534
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
1511
1535
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
1512
1536
|
prop?: LktObject | undefined;
|
|
1537
|
+
aria?: {
|
|
1538
|
+
controls?: string | undefined;
|
|
1539
|
+
selected?: boolean | undefined;
|
|
1540
|
+
} | undefined;
|
|
1513
1541
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
1514
1542
|
events?: {
|
|
1515
1543
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -1526,7 +1554,7 @@ declare const entries: import("vue").Ref<{
|
|
|
1526
1554
|
loading?: boolean | undefined;
|
|
1527
1555
|
class?: string | undefined;
|
|
1528
1556
|
containerClass?: string | undefined;
|
|
1529
|
-
|
|
1557
|
+
wrapButton?: boolean | undefined;
|
|
1530
1558
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
1531
1559
|
icon?: string | {
|
|
1532
1560
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -1700,6 +1728,10 @@ declare const entries: import("vue").Ref<{
|
|
|
1700
1728
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
1701
1729
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
1702
1730
|
prop?: LktObject | undefined;
|
|
1731
|
+
aria?: {
|
|
1732
|
+
controls?: string | undefined;
|
|
1733
|
+
selected?: boolean | undefined;
|
|
1734
|
+
} | undefined;
|
|
1703
1735
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
1704
1736
|
events?: {
|
|
1705
1737
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -1716,7 +1748,7 @@ declare const entries: import("vue").Ref<{
|
|
|
1716
1748
|
loading?: boolean | undefined;
|
|
1717
1749
|
class?: string | undefined;
|
|
1718
1750
|
containerClass?: string | undefined;
|
|
1719
|
-
|
|
1751
|
+
wrapButton?: boolean | undefined;
|
|
1720
1752
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
1721
1753
|
icon?: string | {
|
|
1722
1754
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -1890,6 +1922,10 @@ declare const entries: import("vue").Ref<{
|
|
|
1890
1922
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
1891
1923
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
1892
1924
|
prop?: LktObject | undefined;
|
|
1925
|
+
aria?: {
|
|
1926
|
+
controls?: string | undefined;
|
|
1927
|
+
selected?: boolean | undefined;
|
|
1928
|
+
} | undefined;
|
|
1893
1929
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
1894
1930
|
events?: {
|
|
1895
1931
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -1952,7 +1988,7 @@ declare const entries: import("vue").Ref<{
|
|
|
1952
1988
|
loading?: boolean | undefined;
|
|
1953
1989
|
class?: string | undefined;
|
|
1954
1990
|
containerClass?: string | undefined;
|
|
1955
|
-
|
|
1991
|
+
wrapButton?: boolean | undefined;
|
|
1956
1992
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
1957
1993
|
icon?: string | {
|
|
1958
1994
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -2140,6 +2176,10 @@ declare const entries: import("vue").Ref<{
|
|
|
2140
2176
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
2141
2177
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
2142
2178
|
prop?: LktObject | undefined;
|
|
2179
|
+
aria?: {
|
|
2180
|
+
controls?: string | undefined;
|
|
2181
|
+
selected?: boolean | undefined;
|
|
2182
|
+
} | undefined;
|
|
2143
2183
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
2144
2184
|
events?: {
|
|
2145
2185
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -2156,7 +2196,7 @@ declare const entries: import("vue").Ref<{
|
|
|
2156
2196
|
loading?: boolean | undefined;
|
|
2157
2197
|
class?: string | undefined;
|
|
2158
2198
|
containerClass?: string | undefined;
|
|
2159
|
-
|
|
2199
|
+
wrapButton?: boolean | undefined;
|
|
2160
2200
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
2161
2201
|
icon?: string | {
|
|
2162
2202
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -2344,6 +2384,10 @@ declare const entries: import("vue").Ref<{
|
|
|
2344
2384
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
2345
2385
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
2346
2386
|
prop?: LktObject | undefined;
|
|
2387
|
+
aria?: {
|
|
2388
|
+
controls?: string | undefined;
|
|
2389
|
+
selected?: boolean | undefined;
|
|
2390
|
+
} | undefined;
|
|
2347
2391
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
2348
2392
|
events?: {
|
|
2349
2393
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -2360,7 +2404,7 @@ declare const entries: import("vue").Ref<{
|
|
|
2360
2404
|
loading?: boolean | undefined;
|
|
2361
2405
|
class?: string | undefined;
|
|
2362
2406
|
containerClass?: string | undefined;
|
|
2363
|
-
|
|
2407
|
+
wrapButton?: boolean | undefined;
|
|
2364
2408
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
2365
2409
|
icon?: string | {
|
|
2366
2410
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -2548,6 +2592,10 @@ declare const entries: import("vue").Ref<{
|
|
|
2548
2592
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
2549
2593
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
2550
2594
|
prop?: LktObject | undefined;
|
|
2595
|
+
aria?: {
|
|
2596
|
+
controls?: string | undefined;
|
|
2597
|
+
selected?: boolean | undefined;
|
|
2598
|
+
} | undefined;
|
|
2551
2599
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
2552
2600
|
events?: {
|
|
2553
2601
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -2587,7 +2635,7 @@ declare const entries: import("vue").Ref<{
|
|
|
2587
2635
|
loading?: boolean | undefined;
|
|
2588
2636
|
class?: string | undefined;
|
|
2589
2637
|
containerClass?: string | undefined;
|
|
2590
|
-
|
|
2638
|
+
wrapButton?: boolean | undefined;
|
|
2591
2639
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
2592
2640
|
icon?: string | {
|
|
2593
2641
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -2775,6 +2823,10 @@ declare const entries: import("vue").Ref<{
|
|
|
2775
2823
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
2776
2824
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
2777
2825
|
prop?: LktObject | undefined;
|
|
2826
|
+
aria?: {
|
|
2827
|
+
controls?: string | undefined;
|
|
2828
|
+
selected?: boolean | undefined;
|
|
2829
|
+
} | undefined;
|
|
2778
2830
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
2779
2831
|
events?: {
|
|
2780
2832
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -2791,7 +2843,7 @@ declare const entries: import("vue").Ref<{
|
|
|
2791
2843
|
loading?: boolean | undefined;
|
|
2792
2844
|
class?: string | undefined;
|
|
2793
2845
|
containerClass?: string | undefined;
|
|
2794
|
-
|
|
2846
|
+
wrapButton?: boolean | undefined;
|
|
2795
2847
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
2796
2848
|
icon?: string | {
|
|
2797
2849
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -2979,6 +3031,10 @@ declare const entries: import("vue").Ref<{
|
|
|
2979
3031
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
2980
3032
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
2981
3033
|
prop?: LktObject | undefined;
|
|
3034
|
+
aria?: {
|
|
3035
|
+
controls?: string | undefined;
|
|
3036
|
+
selected?: boolean | undefined;
|
|
3037
|
+
} | undefined;
|
|
2982
3038
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
2983
3039
|
events?: {
|
|
2984
3040
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -2995,7 +3051,7 @@ declare const entries: import("vue").Ref<{
|
|
|
2995
3051
|
loading?: boolean | undefined;
|
|
2996
3052
|
class?: string | undefined;
|
|
2997
3053
|
containerClass?: string | undefined;
|
|
2998
|
-
|
|
3054
|
+
wrapButton?: boolean | undefined;
|
|
2999
3055
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
3000
3056
|
icon?: string | {
|
|
3001
3057
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -3183,6 +3239,10 @@ declare const entries: import("vue").Ref<{
|
|
|
3183
3239
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
3184
3240
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
3185
3241
|
prop?: LktObject | undefined;
|
|
3242
|
+
aria?: {
|
|
3243
|
+
controls?: string | undefined;
|
|
3244
|
+
selected?: boolean | undefined;
|
|
3245
|
+
} | undefined;
|
|
3186
3246
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
3187
3247
|
events?: {
|
|
3188
3248
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -3231,6 +3291,10 @@ declare const entries: import("vue").Ref<{
|
|
|
3231
3291
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
3232
3292
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
3233
3293
|
prop?: LktObject | undefined;
|
|
3294
|
+
aria?: {
|
|
3295
|
+
controls?: string | undefined;
|
|
3296
|
+
selected?: boolean | undefined;
|
|
3297
|
+
} | undefined;
|
|
3234
3298
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
3235
3299
|
events?: {
|
|
3236
3300
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -3263,7 +3327,7 @@ declare const entries: import("vue").Ref<{
|
|
|
3263
3327
|
loading?: boolean | undefined;
|
|
3264
3328
|
class?: string | undefined;
|
|
3265
3329
|
containerClass?: string | undefined;
|
|
3266
|
-
|
|
3330
|
+
wrapButton?: boolean | undefined;
|
|
3267
3331
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
3268
3332
|
icon?: string | {
|
|
3269
3333
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -3387,7 +3451,7 @@ declare const entries: import("vue").Ref<{
|
|
|
3387
3451
|
loading?: boolean | undefined;
|
|
3388
3452
|
class?: string | undefined;
|
|
3389
3453
|
containerClass?: string | undefined;
|
|
3390
|
-
|
|
3454
|
+
wrapButton?: boolean | undefined;
|
|
3391
3455
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
3392
3456
|
icon?: string | {
|
|
3393
3457
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -3561,6 +3625,10 @@ declare const entries: import("vue").Ref<{
|
|
|
3561
3625
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
3562
3626
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
3563
3627
|
prop?: LktObject | undefined;
|
|
3628
|
+
aria?: {
|
|
3629
|
+
controls?: string | undefined;
|
|
3630
|
+
selected?: boolean | undefined;
|
|
3631
|
+
} | undefined;
|
|
3564
3632
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
3565
3633
|
events?: {
|
|
3566
3634
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -3577,7 +3645,7 @@ declare const entries: import("vue").Ref<{
|
|
|
3577
3645
|
loading?: boolean | undefined;
|
|
3578
3646
|
class?: string | undefined;
|
|
3579
3647
|
containerClass?: string | undefined;
|
|
3580
|
-
|
|
3648
|
+
wrapButton?: boolean | undefined;
|
|
3581
3649
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
3582
3650
|
icon?: string | {
|
|
3583
3651
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -3751,6 +3819,10 @@ declare const entries: import("vue").Ref<{
|
|
|
3751
3819
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
3752
3820
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
3753
3821
|
prop?: LktObject | undefined;
|
|
3822
|
+
aria?: {
|
|
3823
|
+
controls?: string | undefined;
|
|
3824
|
+
selected?: boolean | undefined;
|
|
3825
|
+
} | undefined;
|
|
3754
3826
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
3755
3827
|
events?: {
|
|
3756
3828
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -3767,7 +3839,7 @@ declare const entries: import("vue").Ref<{
|
|
|
3767
3839
|
loading?: boolean | undefined;
|
|
3768
3840
|
class?: string | undefined;
|
|
3769
3841
|
containerClass?: string | undefined;
|
|
3770
|
-
|
|
3842
|
+
wrapButton?: boolean | undefined;
|
|
3771
3843
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
3772
3844
|
icon?: string | {
|
|
3773
3845
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -3941,6 +4013,10 @@ declare const entries: import("vue").Ref<{
|
|
|
3941
4013
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
3942
4014
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
3943
4015
|
prop?: LktObject | undefined;
|
|
4016
|
+
aria?: {
|
|
4017
|
+
controls?: string | undefined;
|
|
4018
|
+
selected?: boolean | undefined;
|
|
4019
|
+
} | undefined;
|
|
3944
4020
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
3945
4021
|
events?: {
|
|
3946
4022
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -4003,7 +4079,7 @@ declare const entries: import("vue").Ref<{
|
|
|
4003
4079
|
loading?: boolean | undefined;
|
|
4004
4080
|
class?: string | undefined;
|
|
4005
4081
|
containerClass?: string | undefined;
|
|
4006
|
-
|
|
4082
|
+
wrapButton?: boolean | undefined;
|
|
4007
4083
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
4008
4084
|
icon?: string | {
|
|
4009
4085
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -4191,6 +4267,10 @@ declare const entries: import("vue").Ref<{
|
|
|
4191
4267
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
4192
4268
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
4193
4269
|
prop?: LktObject | undefined;
|
|
4270
|
+
aria?: {
|
|
4271
|
+
controls?: string | undefined;
|
|
4272
|
+
selected?: boolean | undefined;
|
|
4273
|
+
} | undefined;
|
|
4194
4274
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
4195
4275
|
events?: {
|
|
4196
4276
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -4207,7 +4287,7 @@ declare const entries: import("vue").Ref<{
|
|
|
4207
4287
|
loading?: boolean | undefined;
|
|
4208
4288
|
class?: string | undefined;
|
|
4209
4289
|
containerClass?: string | undefined;
|
|
4210
|
-
|
|
4290
|
+
wrapButton?: boolean | undefined;
|
|
4211
4291
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
4212
4292
|
icon?: string | {
|
|
4213
4293
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -4395,6 +4475,10 @@ declare const entries: import("vue").Ref<{
|
|
|
4395
4475
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
4396
4476
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
4397
4477
|
prop?: LktObject | undefined;
|
|
4478
|
+
aria?: {
|
|
4479
|
+
controls?: string | undefined;
|
|
4480
|
+
selected?: boolean | undefined;
|
|
4481
|
+
} | undefined;
|
|
4398
4482
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
4399
4483
|
events?: {
|
|
4400
4484
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -4411,7 +4495,7 @@ declare const entries: import("vue").Ref<{
|
|
|
4411
4495
|
loading?: boolean | undefined;
|
|
4412
4496
|
class?: string | undefined;
|
|
4413
4497
|
containerClass?: string | undefined;
|
|
4414
|
-
|
|
4498
|
+
wrapButton?: boolean | undefined;
|
|
4415
4499
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
4416
4500
|
icon?: string | {
|
|
4417
4501
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -4599,6 +4683,10 @@ declare const entries: import("vue").Ref<{
|
|
|
4599
4683
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
4600
4684
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
4601
4685
|
prop?: LktObject | undefined;
|
|
4686
|
+
aria?: {
|
|
4687
|
+
controls?: string | undefined;
|
|
4688
|
+
selected?: boolean | undefined;
|
|
4689
|
+
} | undefined;
|
|
4602
4690
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
4603
4691
|
events?: {
|
|
4604
4692
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -4638,7 +4726,7 @@ declare const entries: import("vue").Ref<{
|
|
|
4638
4726
|
loading?: boolean | undefined;
|
|
4639
4727
|
class?: string | undefined;
|
|
4640
4728
|
containerClass?: string | undefined;
|
|
4641
|
-
|
|
4729
|
+
wrapButton?: boolean | undefined;
|
|
4642
4730
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
4643
4731
|
icon?: string | {
|
|
4644
4732
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -4826,6 +4914,10 @@ declare const entries: import("vue").Ref<{
|
|
|
4826
4914
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
4827
4915
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
4828
4916
|
prop?: LktObject | undefined;
|
|
4917
|
+
aria?: {
|
|
4918
|
+
controls?: string | undefined;
|
|
4919
|
+
selected?: boolean | undefined;
|
|
4920
|
+
} | undefined;
|
|
4829
4921
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
4830
4922
|
events?: {
|
|
4831
4923
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -4842,7 +4934,7 @@ declare const entries: import("vue").Ref<{
|
|
|
4842
4934
|
loading?: boolean | undefined;
|
|
4843
4935
|
class?: string | undefined;
|
|
4844
4936
|
containerClass?: string | undefined;
|
|
4845
|
-
|
|
4937
|
+
wrapButton?: boolean | undefined;
|
|
4846
4938
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
4847
4939
|
icon?: string | {
|
|
4848
4940
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -5030,6 +5122,10 @@ declare const entries: import("vue").Ref<{
|
|
|
5030
5122
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
5031
5123
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
5032
5124
|
prop?: LktObject | undefined;
|
|
5125
|
+
aria?: {
|
|
5126
|
+
controls?: string | undefined;
|
|
5127
|
+
selected?: boolean | undefined;
|
|
5128
|
+
} | undefined;
|
|
5033
5129
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
5034
5130
|
events?: {
|
|
5035
5131
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -5046,7 +5142,7 @@ declare const entries: import("vue").Ref<{
|
|
|
5046
5142
|
loading?: boolean | undefined;
|
|
5047
5143
|
class?: string | undefined;
|
|
5048
5144
|
containerClass?: string | undefined;
|
|
5049
|
-
|
|
5145
|
+
wrapButton?: boolean | undefined;
|
|
5050
5146
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
5051
5147
|
icon?: string | {
|
|
5052
5148
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -5234,6 +5330,10 @@ declare const entries: import("vue").Ref<{
|
|
|
5234
5330
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
5235
5331
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
5236
5332
|
prop?: LktObject | undefined;
|
|
5333
|
+
aria?: {
|
|
5334
|
+
controls?: string | undefined;
|
|
5335
|
+
selected?: boolean | undefined;
|
|
5336
|
+
} | undefined;
|
|
5237
5337
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
5238
5338
|
events?: {
|
|
5239
5339
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -5282,6 +5382,10 @@ declare const entries: import("vue").Ref<{
|
|
|
5282
5382
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
5283
5383
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
5284
5384
|
prop?: LktObject | undefined;
|
|
5385
|
+
aria?: {
|
|
5386
|
+
controls?: string | undefined;
|
|
5387
|
+
selected?: boolean | undefined;
|
|
5388
|
+
} | undefined;
|
|
5285
5389
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
5286
5390
|
events?: {
|
|
5287
5391
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -5298,7 +5402,7 @@ declare const entries: import("vue").Ref<{
|
|
|
5298
5402
|
loading?: boolean | undefined;
|
|
5299
5403
|
class?: string | undefined;
|
|
5300
5404
|
containerClass?: string | undefined;
|
|
5301
|
-
|
|
5405
|
+
wrapButton?: boolean | undefined;
|
|
5302
5406
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
5303
5407
|
icon?: string | {
|
|
5304
5408
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -5422,7 +5526,7 @@ declare const entries: import("vue").Ref<{
|
|
|
5422
5526
|
loading?: boolean | undefined;
|
|
5423
5527
|
class?: string | undefined;
|
|
5424
5528
|
containerClass?: string | undefined;
|
|
5425
|
-
|
|
5529
|
+
wrapButton?: boolean | undefined;
|
|
5426
5530
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
5427
5531
|
icon?: string | {
|
|
5428
5532
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -5596,6 +5700,10 @@ declare const entries: import("vue").Ref<{
|
|
|
5596
5700
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
5597
5701
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
5598
5702
|
prop?: LktObject | undefined;
|
|
5703
|
+
aria?: {
|
|
5704
|
+
controls?: string | undefined;
|
|
5705
|
+
selected?: boolean | undefined;
|
|
5706
|
+
} | undefined;
|
|
5599
5707
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
5600
5708
|
events?: {
|
|
5601
5709
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -5612,7 +5720,7 @@ declare const entries: import("vue").Ref<{
|
|
|
5612
5720
|
loading?: boolean | undefined;
|
|
5613
5721
|
class?: string | undefined;
|
|
5614
5722
|
containerClass?: string | undefined;
|
|
5615
|
-
|
|
5723
|
+
wrapButton?: boolean | undefined;
|
|
5616
5724
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
5617
5725
|
icon?: string | {
|
|
5618
5726
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -5786,6 +5894,10 @@ declare const entries: import("vue").Ref<{
|
|
|
5786
5894
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
5787
5895
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
5788
5896
|
prop?: LktObject | undefined;
|
|
5897
|
+
aria?: {
|
|
5898
|
+
controls?: string | undefined;
|
|
5899
|
+
selected?: boolean | undefined;
|
|
5900
|
+
} | undefined;
|
|
5789
5901
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
5790
5902
|
events?: {
|
|
5791
5903
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -5802,7 +5914,7 @@ declare const entries: import("vue").Ref<{
|
|
|
5802
5914
|
loading?: boolean | undefined;
|
|
5803
5915
|
class?: string | undefined;
|
|
5804
5916
|
containerClass?: string | undefined;
|
|
5805
|
-
|
|
5917
|
+
wrapButton?: boolean | undefined;
|
|
5806
5918
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
5807
5919
|
icon?: string | {
|
|
5808
5920
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -5976,6 +6088,10 @@ declare const entries: import("vue").Ref<{
|
|
|
5976
6088
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
5977
6089
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
5978
6090
|
prop?: LktObject | undefined;
|
|
6091
|
+
aria?: {
|
|
6092
|
+
controls?: string | undefined;
|
|
6093
|
+
selected?: boolean | undefined;
|
|
6094
|
+
} | undefined;
|
|
5979
6095
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
5980
6096
|
events?: {
|
|
5981
6097
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -6038,7 +6154,7 @@ declare const entries: import("vue").Ref<{
|
|
|
6038
6154
|
loading?: boolean | undefined;
|
|
6039
6155
|
class?: string | undefined;
|
|
6040
6156
|
containerClass?: string | undefined;
|
|
6041
|
-
|
|
6157
|
+
wrapButton?: boolean | undefined;
|
|
6042
6158
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
6043
6159
|
icon?: string | {
|
|
6044
6160
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -6226,6 +6342,10 @@ declare const entries: import("vue").Ref<{
|
|
|
6226
6342
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
6227
6343
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
6228
6344
|
prop?: LktObject | undefined;
|
|
6345
|
+
aria?: {
|
|
6346
|
+
controls?: string | undefined;
|
|
6347
|
+
selected?: boolean | undefined;
|
|
6348
|
+
} | undefined;
|
|
6229
6349
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
6230
6350
|
events?: {
|
|
6231
6351
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -6242,7 +6362,7 @@ declare const entries: import("vue").Ref<{
|
|
|
6242
6362
|
loading?: boolean | undefined;
|
|
6243
6363
|
class?: string | undefined;
|
|
6244
6364
|
containerClass?: string | undefined;
|
|
6245
|
-
|
|
6365
|
+
wrapButton?: boolean | undefined;
|
|
6246
6366
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
6247
6367
|
icon?: string | {
|
|
6248
6368
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -6430,6 +6550,10 @@ declare const entries: import("vue").Ref<{
|
|
|
6430
6550
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
6431
6551
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
6432
6552
|
prop?: LktObject | undefined;
|
|
6553
|
+
aria?: {
|
|
6554
|
+
controls?: string | undefined;
|
|
6555
|
+
selected?: boolean | undefined;
|
|
6556
|
+
} | undefined;
|
|
6433
6557
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
6434
6558
|
events?: {
|
|
6435
6559
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -6446,7 +6570,7 @@ declare const entries: import("vue").Ref<{
|
|
|
6446
6570
|
loading?: boolean | undefined;
|
|
6447
6571
|
class?: string | undefined;
|
|
6448
6572
|
containerClass?: string | undefined;
|
|
6449
|
-
|
|
6573
|
+
wrapButton?: boolean | undefined;
|
|
6450
6574
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
6451
6575
|
icon?: string | {
|
|
6452
6576
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -6634,6 +6758,10 @@ declare const entries: import("vue").Ref<{
|
|
|
6634
6758
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
6635
6759
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
6636
6760
|
prop?: LktObject | undefined;
|
|
6761
|
+
aria?: {
|
|
6762
|
+
controls?: string | undefined;
|
|
6763
|
+
selected?: boolean | undefined;
|
|
6764
|
+
} | undefined;
|
|
6637
6765
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
6638
6766
|
events?: {
|
|
6639
6767
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -6673,7 +6801,7 @@ declare const entries: import("vue").Ref<{
|
|
|
6673
6801
|
loading?: boolean | undefined;
|
|
6674
6802
|
class?: string | undefined;
|
|
6675
6803
|
containerClass?: string | undefined;
|
|
6676
|
-
|
|
6804
|
+
wrapButton?: boolean | undefined;
|
|
6677
6805
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
6678
6806
|
icon?: string | {
|
|
6679
6807
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -6861,6 +6989,10 @@ declare const entries: import("vue").Ref<{
|
|
|
6861
6989
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
6862
6990
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
6863
6991
|
prop?: LktObject | undefined;
|
|
6992
|
+
aria?: {
|
|
6993
|
+
controls?: string | undefined;
|
|
6994
|
+
selected?: boolean | undefined;
|
|
6995
|
+
} | undefined;
|
|
6864
6996
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
6865
6997
|
events?: {
|
|
6866
6998
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -6877,7 +7009,7 @@ declare const entries: import("vue").Ref<{
|
|
|
6877
7009
|
loading?: boolean | undefined;
|
|
6878
7010
|
class?: string | undefined;
|
|
6879
7011
|
containerClass?: string | undefined;
|
|
6880
|
-
|
|
7012
|
+
wrapButton?: boolean | undefined;
|
|
6881
7013
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
6882
7014
|
icon?: string | {
|
|
6883
7015
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -7065,6 +7197,10 @@ declare const entries: import("vue").Ref<{
|
|
|
7065
7197
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
7066
7198
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
7067
7199
|
prop?: LktObject | undefined;
|
|
7200
|
+
aria?: {
|
|
7201
|
+
controls?: string | undefined;
|
|
7202
|
+
selected?: boolean | undefined;
|
|
7203
|
+
} | undefined;
|
|
7068
7204
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
7069
7205
|
events?: {
|
|
7070
7206
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -7081,7 +7217,7 @@ declare const entries: import("vue").Ref<{
|
|
|
7081
7217
|
loading?: boolean | undefined;
|
|
7082
7218
|
class?: string | undefined;
|
|
7083
7219
|
containerClass?: string | undefined;
|
|
7084
|
-
|
|
7220
|
+
wrapButton?: boolean | undefined;
|
|
7085
7221
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
7086
7222
|
icon?: string | {
|
|
7087
7223
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -7269,6 +7405,10 @@ declare const entries: import("vue").Ref<{
|
|
|
7269
7405
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
7270
7406
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
7271
7407
|
prop?: LktObject | undefined;
|
|
7408
|
+
aria?: {
|
|
7409
|
+
controls?: string | undefined;
|
|
7410
|
+
selected?: boolean | undefined;
|
|
7411
|
+
} | undefined;
|
|
7272
7412
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
7273
7413
|
events?: {
|
|
7274
7414
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -7317,6 +7457,10 @@ declare const entries: import("vue").Ref<{
|
|
|
7317
7457
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
7318
7458
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
7319
7459
|
prop?: LktObject | undefined;
|
|
7460
|
+
aria?: {
|
|
7461
|
+
controls?: string | undefined;
|
|
7462
|
+
selected?: boolean | undefined;
|
|
7463
|
+
} | undefined;
|
|
7320
7464
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
7321
7465
|
events?: {
|
|
7322
7466
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -7333,7 +7477,7 @@ declare const entries: import("vue").Ref<{
|
|
|
7333
7477
|
loading?: boolean | undefined;
|
|
7334
7478
|
class?: string | undefined;
|
|
7335
7479
|
containerClass?: string | undefined;
|
|
7336
|
-
|
|
7480
|
+
wrapButton?: boolean | undefined;
|
|
7337
7481
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
7338
7482
|
icon?: string | {
|
|
7339
7483
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -7457,7 +7601,7 @@ declare const entries: import("vue").Ref<{
|
|
|
7457
7601
|
loading?: boolean | undefined;
|
|
7458
7602
|
class?: string | undefined;
|
|
7459
7603
|
containerClass?: string | undefined;
|
|
7460
|
-
|
|
7604
|
+
wrapButton?: boolean | undefined;
|
|
7461
7605
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
7462
7606
|
icon?: string | {
|
|
7463
7607
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -7631,6 +7775,10 @@ declare const entries: import("vue").Ref<{
|
|
|
7631
7775
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
7632
7776
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
7633
7777
|
prop?: LktObject | undefined;
|
|
7778
|
+
aria?: {
|
|
7779
|
+
controls?: string | undefined;
|
|
7780
|
+
selected?: boolean | undefined;
|
|
7781
|
+
} | undefined;
|
|
7634
7782
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
7635
7783
|
events?: {
|
|
7636
7784
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -7647,7 +7795,7 @@ declare const entries: import("vue").Ref<{
|
|
|
7647
7795
|
loading?: boolean | undefined;
|
|
7648
7796
|
class?: string | undefined;
|
|
7649
7797
|
containerClass?: string | undefined;
|
|
7650
|
-
|
|
7798
|
+
wrapButton?: boolean | undefined;
|
|
7651
7799
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
7652
7800
|
icon?: string | {
|
|
7653
7801
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -7821,6 +7969,10 @@ declare const entries: import("vue").Ref<{
|
|
|
7821
7969
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
7822
7970
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
7823
7971
|
prop?: LktObject | undefined;
|
|
7972
|
+
aria?: {
|
|
7973
|
+
controls?: string | undefined;
|
|
7974
|
+
selected?: boolean | undefined;
|
|
7975
|
+
} | undefined;
|
|
7824
7976
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
7825
7977
|
events?: {
|
|
7826
7978
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -7837,7 +7989,7 @@ declare const entries: import("vue").Ref<{
|
|
|
7837
7989
|
loading?: boolean | undefined;
|
|
7838
7990
|
class?: string | undefined;
|
|
7839
7991
|
containerClass?: string | undefined;
|
|
7840
|
-
|
|
7992
|
+
wrapButton?: boolean | undefined;
|
|
7841
7993
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
7842
7994
|
icon?: string | {
|
|
7843
7995
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -8011,6 +8163,10 @@ declare const entries: import("vue").Ref<{
|
|
|
8011
8163
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
8012
8164
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
8013
8165
|
prop?: LktObject | undefined;
|
|
8166
|
+
aria?: {
|
|
8167
|
+
controls?: string | undefined;
|
|
8168
|
+
selected?: boolean | undefined;
|
|
8169
|
+
} | undefined;
|
|
8014
8170
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
8015
8171
|
events?: {
|
|
8016
8172
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -8073,7 +8229,7 @@ declare const entries: import("vue").Ref<{
|
|
|
8073
8229
|
loading?: boolean | undefined;
|
|
8074
8230
|
class?: string | undefined;
|
|
8075
8231
|
containerClass?: string | undefined;
|
|
8076
|
-
|
|
8232
|
+
wrapButton?: boolean | undefined;
|
|
8077
8233
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
8078
8234
|
icon?: string | {
|
|
8079
8235
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -8261,6 +8417,10 @@ declare const entries: import("vue").Ref<{
|
|
|
8261
8417
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
8262
8418
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
8263
8419
|
prop?: LktObject | undefined;
|
|
8420
|
+
aria?: {
|
|
8421
|
+
controls?: string | undefined;
|
|
8422
|
+
selected?: boolean | undefined;
|
|
8423
|
+
} | undefined;
|
|
8264
8424
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
8265
8425
|
events?: {
|
|
8266
8426
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -8277,7 +8437,7 @@ declare const entries: import("vue").Ref<{
|
|
|
8277
8437
|
loading?: boolean | undefined;
|
|
8278
8438
|
class?: string | undefined;
|
|
8279
8439
|
containerClass?: string | undefined;
|
|
8280
|
-
|
|
8440
|
+
wrapButton?: boolean | undefined;
|
|
8281
8441
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
8282
8442
|
icon?: string | {
|
|
8283
8443
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -8465,6 +8625,10 @@ declare const entries: import("vue").Ref<{
|
|
|
8465
8625
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
8466
8626
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
8467
8627
|
prop?: LktObject | undefined;
|
|
8628
|
+
aria?: {
|
|
8629
|
+
controls?: string | undefined;
|
|
8630
|
+
selected?: boolean | undefined;
|
|
8631
|
+
} | undefined;
|
|
8468
8632
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
8469
8633
|
events?: {
|
|
8470
8634
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -8481,7 +8645,7 @@ declare const entries: import("vue").Ref<{
|
|
|
8481
8645
|
loading?: boolean | undefined;
|
|
8482
8646
|
class?: string | undefined;
|
|
8483
8647
|
containerClass?: string | undefined;
|
|
8484
|
-
|
|
8648
|
+
wrapButton?: boolean | undefined;
|
|
8485
8649
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
8486
8650
|
icon?: string | {
|
|
8487
8651
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -8669,6 +8833,10 @@ declare const entries: import("vue").Ref<{
|
|
|
8669
8833
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
8670
8834
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
8671
8835
|
prop?: LktObject | undefined;
|
|
8836
|
+
aria?: {
|
|
8837
|
+
controls?: string | undefined;
|
|
8838
|
+
selected?: boolean | undefined;
|
|
8839
|
+
} | undefined;
|
|
8672
8840
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
8673
8841
|
events?: {
|
|
8674
8842
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -8708,7 +8876,7 @@ declare const entries: import("vue").Ref<{
|
|
|
8708
8876
|
loading?: boolean | undefined;
|
|
8709
8877
|
class?: string | undefined;
|
|
8710
8878
|
containerClass?: string | undefined;
|
|
8711
|
-
|
|
8879
|
+
wrapButton?: boolean | undefined;
|
|
8712
8880
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
8713
8881
|
icon?: string | {
|
|
8714
8882
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -8896,6 +9064,10 @@ declare const entries: import("vue").Ref<{
|
|
|
8896
9064
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
8897
9065
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
8898
9066
|
prop?: LktObject | undefined;
|
|
9067
|
+
aria?: {
|
|
9068
|
+
controls?: string | undefined;
|
|
9069
|
+
selected?: boolean | undefined;
|
|
9070
|
+
} | undefined;
|
|
8899
9071
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
8900
9072
|
events?: {
|
|
8901
9073
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -8912,7 +9084,7 @@ declare const entries: import("vue").Ref<{
|
|
|
8912
9084
|
loading?: boolean | undefined;
|
|
8913
9085
|
class?: string | undefined;
|
|
8914
9086
|
containerClass?: string | undefined;
|
|
8915
|
-
|
|
9087
|
+
wrapButton?: boolean | undefined;
|
|
8916
9088
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
8917
9089
|
icon?: string | {
|
|
8918
9090
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -9100,6 +9272,10 @@ declare const entries: import("vue").Ref<{
|
|
|
9100
9272
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
9101
9273
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
9102
9274
|
prop?: LktObject | undefined;
|
|
9275
|
+
aria?: {
|
|
9276
|
+
controls?: string | undefined;
|
|
9277
|
+
selected?: boolean | undefined;
|
|
9278
|
+
} | undefined;
|
|
9103
9279
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
9104
9280
|
events?: {
|
|
9105
9281
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -9116,7 +9292,7 @@ declare const entries: import("vue").Ref<{
|
|
|
9116
9292
|
loading?: boolean | undefined;
|
|
9117
9293
|
class?: string | undefined;
|
|
9118
9294
|
containerClass?: string | undefined;
|
|
9119
|
-
|
|
9295
|
+
wrapButton?: boolean | undefined;
|
|
9120
9296
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
9121
9297
|
icon?: string | {
|
|
9122
9298
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -9304,6 +9480,10 @@ declare const entries: import("vue").Ref<{
|
|
|
9304
9480
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
9305
9481
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
9306
9482
|
prop?: LktObject | undefined;
|
|
9483
|
+
aria?: {
|
|
9484
|
+
controls?: string | undefined;
|
|
9485
|
+
selected?: boolean | undefined;
|
|
9486
|
+
} | undefined;
|
|
9307
9487
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
9308
9488
|
events?: {
|
|
9309
9489
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -9352,6 +9532,10 @@ declare const entries: import("vue").Ref<{
|
|
|
9352
9532
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
9353
9533
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
9354
9534
|
prop?: LktObject | undefined;
|
|
9535
|
+
aria?: {
|
|
9536
|
+
controls?: string | undefined;
|
|
9537
|
+
selected?: boolean | undefined;
|
|
9538
|
+
} | undefined;
|
|
9355
9539
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
9356
9540
|
events?: {
|
|
9357
9541
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -9419,7 +9603,7 @@ declare const entries: import("vue").Ref<{
|
|
|
9419
9603
|
loading?: boolean | undefined;
|
|
9420
9604
|
class?: string | undefined;
|
|
9421
9605
|
containerClass?: string | undefined;
|
|
9422
|
-
|
|
9606
|
+
wrapButton?: boolean | undefined;
|
|
9423
9607
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
9424
9608
|
icon?: string | {
|
|
9425
9609
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -9599,7 +9783,7 @@ declare const entries: import("vue").Ref<{
|
|
|
9599
9783
|
loading?: boolean | undefined;
|
|
9600
9784
|
class?: string | undefined;
|
|
9601
9785
|
containerClass?: string | undefined;
|
|
9602
|
-
|
|
9786
|
+
wrapButton?: boolean | undefined;
|
|
9603
9787
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
9604
9788
|
icon?: string | {
|
|
9605
9789
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -9773,6 +9957,10 @@ declare const entries: import("vue").Ref<{
|
|
|
9773
9957
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
9774
9958
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
9775
9959
|
prop?: LktObject | undefined;
|
|
9960
|
+
aria?: {
|
|
9961
|
+
controls?: string | undefined;
|
|
9962
|
+
selected?: boolean | undefined;
|
|
9963
|
+
} | undefined;
|
|
9776
9964
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
9777
9965
|
events?: {
|
|
9778
9966
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -9782,6 +9970,10 @@ declare const entries: import("vue").Ref<{
|
|
|
9782
9970
|
}[] | undefined;
|
|
9783
9971
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
9784
9972
|
prop?: LktObject | undefined;
|
|
9973
|
+
aria?: {
|
|
9974
|
+
controls?: string | undefined;
|
|
9975
|
+
selected?: boolean | undefined;
|
|
9976
|
+
} | undefined;
|
|
9785
9977
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
9786
9978
|
events?: {
|
|
9787
9979
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -9798,7 +9990,7 @@ declare const entries: import("vue").Ref<{
|
|
|
9798
9990
|
loading?: boolean | undefined;
|
|
9799
9991
|
class?: string | undefined;
|
|
9800
9992
|
containerClass?: string | undefined;
|
|
9801
|
-
|
|
9993
|
+
wrapButton?: boolean | undefined;
|
|
9802
9994
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
9803
9995
|
icon?: string | {
|
|
9804
9996
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -9978,7 +10170,7 @@ declare const entries: import("vue").Ref<{
|
|
|
9978
10170
|
loading?: boolean | undefined;
|
|
9979
10171
|
class?: string | undefined;
|
|
9980
10172
|
containerClass?: string | undefined;
|
|
9981
|
-
|
|
10173
|
+
wrapButton?: boolean | undefined;
|
|
9982
10174
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
9983
10175
|
icon?: string | {
|
|
9984
10176
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -10152,6 +10344,10 @@ declare const entries: import("vue").Ref<{
|
|
|
10152
10344
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
10153
10345
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
10154
10346
|
prop?: LktObject | undefined;
|
|
10347
|
+
aria?: {
|
|
10348
|
+
controls?: string | undefined;
|
|
10349
|
+
selected?: boolean | undefined;
|
|
10350
|
+
} | undefined;
|
|
10155
10351
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
10156
10352
|
events?: {
|
|
10157
10353
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -10161,6 +10357,10 @@ declare const entries: import("vue").Ref<{
|
|
|
10161
10357
|
}[] | undefined;
|
|
10162
10358
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
10163
10359
|
prop?: LktObject | undefined;
|
|
10360
|
+
aria?: {
|
|
10361
|
+
controls?: string | undefined;
|
|
10362
|
+
selected?: boolean | undefined;
|
|
10363
|
+
} | undefined;
|
|
10164
10364
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
10165
10365
|
events?: {
|
|
10166
10366
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -10177,7 +10377,7 @@ declare const entries: import("vue").Ref<{
|
|
|
10177
10377
|
loading?: boolean | undefined;
|
|
10178
10378
|
class?: string | undefined;
|
|
10179
10379
|
containerClass?: string | undefined;
|
|
10180
|
-
|
|
10380
|
+
wrapButton?: boolean | undefined;
|
|
10181
10381
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
10182
10382
|
icon?: string | {
|
|
10183
10383
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -10357,7 +10557,7 @@ declare const entries: import("vue").Ref<{
|
|
|
10357
10557
|
loading?: boolean | undefined;
|
|
10358
10558
|
class?: string | undefined;
|
|
10359
10559
|
containerClass?: string | undefined;
|
|
10360
|
-
|
|
10560
|
+
wrapButton?: boolean | undefined;
|
|
10361
10561
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
10362
10562
|
icon?: string | {
|
|
10363
10563
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -10531,6 +10731,10 @@ declare const entries: import("vue").Ref<{
|
|
|
10531
10731
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
10532
10732
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
10533
10733
|
prop?: LktObject | undefined;
|
|
10734
|
+
aria?: {
|
|
10735
|
+
controls?: string | undefined;
|
|
10736
|
+
selected?: boolean | undefined;
|
|
10737
|
+
} | undefined;
|
|
10534
10738
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
10535
10739
|
events?: {
|
|
10536
10740
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -10540,6 +10744,10 @@ declare const entries: import("vue").Ref<{
|
|
|
10540
10744
|
}[] | undefined;
|
|
10541
10745
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
10542
10746
|
prop?: LktObject | undefined;
|
|
10747
|
+
aria?: {
|
|
10748
|
+
controls?: string | undefined;
|
|
10749
|
+
selected?: boolean | undefined;
|
|
10750
|
+
} | undefined;
|
|
10543
10751
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
10544
10752
|
events?: {
|
|
10545
10753
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -10578,7 +10786,7 @@ declare const entries: import("vue").Ref<{
|
|
|
10578
10786
|
loading?: boolean | undefined;
|
|
10579
10787
|
class?: string | undefined;
|
|
10580
10788
|
containerClass?: string | undefined;
|
|
10581
|
-
|
|
10789
|
+
wrapButton?: boolean | undefined;
|
|
10582
10790
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
10583
10791
|
icon?: string | {
|
|
10584
10792
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -10702,7 +10910,7 @@ declare const entries: import("vue").Ref<{
|
|
|
10702
10910
|
loading?: boolean | undefined;
|
|
10703
10911
|
class?: string | undefined;
|
|
10704
10912
|
containerClass?: string | undefined;
|
|
10705
|
-
|
|
10913
|
+
wrapButton?: boolean | undefined;
|
|
10706
10914
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
10707
10915
|
icon?: string | {
|
|
10708
10916
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -10876,6 +11084,10 @@ declare const entries: import("vue").Ref<{
|
|
|
10876
11084
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
10877
11085
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
10878
11086
|
prop?: LktObject | undefined;
|
|
11087
|
+
aria?: {
|
|
11088
|
+
controls?: string | undefined;
|
|
11089
|
+
selected?: boolean | undefined;
|
|
11090
|
+
} | undefined;
|
|
10879
11091
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
10880
11092
|
events?: {
|
|
10881
11093
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -10892,7 +11104,7 @@ declare const entries: import("vue").Ref<{
|
|
|
10892
11104
|
loading?: boolean | undefined;
|
|
10893
11105
|
class?: string | undefined;
|
|
10894
11106
|
containerClass?: string | undefined;
|
|
10895
|
-
|
|
11107
|
+
wrapButton?: boolean | undefined;
|
|
10896
11108
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
10897
11109
|
icon?: string | {
|
|
10898
11110
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -11066,6 +11278,10 @@ declare const entries: import("vue").Ref<{
|
|
|
11066
11278
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
11067
11279
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
11068
11280
|
prop?: LktObject | undefined;
|
|
11281
|
+
aria?: {
|
|
11282
|
+
controls?: string | undefined;
|
|
11283
|
+
selected?: boolean | undefined;
|
|
11284
|
+
} | undefined;
|
|
11069
11285
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
11070
11286
|
events?: {
|
|
11071
11287
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -11082,7 +11298,7 @@ declare const entries: import("vue").Ref<{
|
|
|
11082
11298
|
loading?: boolean | undefined;
|
|
11083
11299
|
class?: string | undefined;
|
|
11084
11300
|
containerClass?: string | undefined;
|
|
11085
|
-
|
|
11301
|
+
wrapButton?: boolean | undefined;
|
|
11086
11302
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
11087
11303
|
icon?: string | {
|
|
11088
11304
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -11256,6 +11472,10 @@ declare const entries: import("vue").Ref<{
|
|
|
11256
11472
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
11257
11473
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
11258
11474
|
prop?: LktObject | undefined;
|
|
11475
|
+
aria?: {
|
|
11476
|
+
controls?: string | undefined;
|
|
11477
|
+
selected?: boolean | undefined;
|
|
11478
|
+
} | undefined;
|
|
11259
11479
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
11260
11480
|
events?: {
|
|
11261
11481
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -11318,7 +11538,7 @@ declare const entries: import("vue").Ref<{
|
|
|
11318
11538
|
loading?: boolean | undefined;
|
|
11319
11539
|
class?: string | undefined;
|
|
11320
11540
|
containerClass?: string | undefined;
|
|
11321
|
-
|
|
11541
|
+
wrapButton?: boolean | undefined;
|
|
11322
11542
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
11323
11543
|
icon?: string | {
|
|
11324
11544
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -11506,6 +11726,10 @@ declare const entries: import("vue").Ref<{
|
|
|
11506
11726
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
11507
11727
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
11508
11728
|
prop?: LktObject | undefined;
|
|
11729
|
+
aria?: {
|
|
11730
|
+
controls?: string | undefined;
|
|
11731
|
+
selected?: boolean | undefined;
|
|
11732
|
+
} | undefined;
|
|
11509
11733
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
11510
11734
|
events?: {
|
|
11511
11735
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -11522,7 +11746,7 @@ declare const entries: import("vue").Ref<{
|
|
|
11522
11746
|
loading?: boolean | undefined;
|
|
11523
11747
|
class?: string | undefined;
|
|
11524
11748
|
containerClass?: string | undefined;
|
|
11525
|
-
|
|
11749
|
+
wrapButton?: boolean | undefined;
|
|
11526
11750
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
11527
11751
|
icon?: string | {
|
|
11528
11752
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -11710,6 +11934,10 @@ declare const entries: import("vue").Ref<{
|
|
|
11710
11934
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
11711
11935
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
11712
11936
|
prop?: LktObject | undefined;
|
|
11937
|
+
aria?: {
|
|
11938
|
+
controls?: string | undefined;
|
|
11939
|
+
selected?: boolean | undefined;
|
|
11940
|
+
} | undefined;
|
|
11713
11941
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
11714
11942
|
events?: {
|
|
11715
11943
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -11726,7 +11954,7 @@ declare const entries: import("vue").Ref<{
|
|
|
11726
11954
|
loading?: boolean | undefined;
|
|
11727
11955
|
class?: string | undefined;
|
|
11728
11956
|
containerClass?: string | undefined;
|
|
11729
|
-
|
|
11957
|
+
wrapButton?: boolean | undefined;
|
|
11730
11958
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
11731
11959
|
icon?: string | {
|
|
11732
11960
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -11914,6 +12142,10 @@ declare const entries: import("vue").Ref<{
|
|
|
11914
12142
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
11915
12143
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
11916
12144
|
prop?: LktObject | undefined;
|
|
12145
|
+
aria?: {
|
|
12146
|
+
controls?: string | undefined;
|
|
12147
|
+
selected?: boolean | undefined;
|
|
12148
|
+
} | undefined;
|
|
11917
12149
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
11918
12150
|
events?: {
|
|
11919
12151
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -11953,7 +12185,7 @@ declare const entries: import("vue").Ref<{
|
|
|
11953
12185
|
loading?: boolean | undefined;
|
|
11954
12186
|
class?: string | undefined;
|
|
11955
12187
|
containerClass?: string | undefined;
|
|
11956
|
-
|
|
12188
|
+
wrapButton?: boolean | undefined;
|
|
11957
12189
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
11958
12190
|
icon?: string | {
|
|
11959
12191
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -12141,6 +12373,10 @@ declare const entries: import("vue").Ref<{
|
|
|
12141
12373
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
12142
12374
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
12143
12375
|
prop?: LktObject | undefined;
|
|
12376
|
+
aria?: {
|
|
12377
|
+
controls?: string | undefined;
|
|
12378
|
+
selected?: boolean | undefined;
|
|
12379
|
+
} | undefined;
|
|
12144
12380
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
12145
12381
|
events?: {
|
|
12146
12382
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -12157,7 +12393,7 @@ declare const entries: import("vue").Ref<{
|
|
|
12157
12393
|
loading?: boolean | undefined;
|
|
12158
12394
|
class?: string | undefined;
|
|
12159
12395
|
containerClass?: string | undefined;
|
|
12160
|
-
|
|
12396
|
+
wrapButton?: boolean | undefined;
|
|
12161
12397
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
12162
12398
|
icon?: string | {
|
|
12163
12399
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -12345,6 +12581,10 @@ declare const entries: import("vue").Ref<{
|
|
|
12345
12581
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
12346
12582
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
12347
12583
|
prop?: LktObject | undefined;
|
|
12584
|
+
aria?: {
|
|
12585
|
+
controls?: string | undefined;
|
|
12586
|
+
selected?: boolean | undefined;
|
|
12587
|
+
} | undefined;
|
|
12348
12588
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
12349
12589
|
events?: {
|
|
12350
12590
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -12361,7 +12601,7 @@ declare const entries: import("vue").Ref<{
|
|
|
12361
12601
|
loading?: boolean | undefined;
|
|
12362
12602
|
class?: string | undefined;
|
|
12363
12603
|
containerClass?: string | undefined;
|
|
12364
|
-
|
|
12604
|
+
wrapButton?: boolean | undefined;
|
|
12365
12605
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
12366
12606
|
icon?: string | {
|
|
12367
12607
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -12549,6 +12789,10 @@ declare const entries: import("vue").Ref<{
|
|
|
12549
12789
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
12550
12790
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
12551
12791
|
prop?: LktObject | undefined;
|
|
12792
|
+
aria?: {
|
|
12793
|
+
controls?: string | undefined;
|
|
12794
|
+
selected?: boolean | undefined;
|
|
12795
|
+
} | undefined;
|
|
12552
12796
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
12553
12797
|
events?: {
|
|
12554
12798
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -12597,6 +12841,10 @@ declare const entries: import("vue").Ref<{
|
|
|
12597
12841
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
12598
12842
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
12599
12843
|
prop?: LktObject | undefined;
|
|
12844
|
+
aria?: {
|
|
12845
|
+
controls?: string | undefined;
|
|
12846
|
+
selected?: boolean | undefined;
|
|
12847
|
+
} | undefined;
|
|
12600
12848
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
12601
12849
|
events?: {
|
|
12602
12850
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -12629,7 +12877,7 @@ declare const entries: import("vue").Ref<{
|
|
|
12629
12877
|
loading?: boolean | undefined;
|
|
12630
12878
|
class?: string | undefined;
|
|
12631
12879
|
containerClass?: string | undefined;
|
|
12632
|
-
|
|
12880
|
+
wrapButton?: boolean | undefined;
|
|
12633
12881
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
12634
12882
|
icon?: string | {
|
|
12635
12883
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -12753,7 +13001,7 @@ declare const entries: import("vue").Ref<{
|
|
|
12753
13001
|
loading?: boolean | undefined;
|
|
12754
13002
|
class?: string | undefined;
|
|
12755
13003
|
containerClass?: string | undefined;
|
|
12756
|
-
|
|
13004
|
+
wrapButton?: boolean | undefined;
|
|
12757
13005
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
12758
13006
|
icon?: string | {
|
|
12759
13007
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -12927,6 +13175,10 @@ declare const entries: import("vue").Ref<{
|
|
|
12927
13175
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
12928
13176
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
12929
13177
|
prop?: LktObject | undefined;
|
|
13178
|
+
aria?: {
|
|
13179
|
+
controls?: string | undefined;
|
|
13180
|
+
selected?: boolean | undefined;
|
|
13181
|
+
} | undefined;
|
|
12930
13182
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
12931
13183
|
events?: {
|
|
12932
13184
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -12943,7 +13195,7 @@ declare const entries: import("vue").Ref<{
|
|
|
12943
13195
|
loading?: boolean | undefined;
|
|
12944
13196
|
class?: string | undefined;
|
|
12945
13197
|
containerClass?: string | undefined;
|
|
12946
|
-
|
|
13198
|
+
wrapButton?: boolean | undefined;
|
|
12947
13199
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
12948
13200
|
icon?: string | {
|
|
12949
13201
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -13117,6 +13369,10 @@ declare const entries: import("vue").Ref<{
|
|
|
13117
13369
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
13118
13370
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
13119
13371
|
prop?: LktObject | undefined;
|
|
13372
|
+
aria?: {
|
|
13373
|
+
controls?: string | undefined;
|
|
13374
|
+
selected?: boolean | undefined;
|
|
13375
|
+
} | undefined;
|
|
13120
13376
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
13121
13377
|
events?: {
|
|
13122
13378
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -13133,7 +13389,7 @@ declare const entries: import("vue").Ref<{
|
|
|
13133
13389
|
loading?: boolean | undefined;
|
|
13134
13390
|
class?: string | undefined;
|
|
13135
13391
|
containerClass?: string | undefined;
|
|
13136
|
-
|
|
13392
|
+
wrapButton?: boolean | undefined;
|
|
13137
13393
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
13138
13394
|
icon?: string | {
|
|
13139
13395
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -13307,6 +13563,10 @@ declare const entries: import("vue").Ref<{
|
|
|
13307
13563
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
13308
13564
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
13309
13565
|
prop?: LktObject | undefined;
|
|
13566
|
+
aria?: {
|
|
13567
|
+
controls?: string | undefined;
|
|
13568
|
+
selected?: boolean | undefined;
|
|
13569
|
+
} | undefined;
|
|
13310
13570
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
13311
13571
|
events?: {
|
|
13312
13572
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -13369,7 +13629,7 @@ declare const entries: import("vue").Ref<{
|
|
|
13369
13629
|
loading?: boolean | undefined;
|
|
13370
13630
|
class?: string | undefined;
|
|
13371
13631
|
containerClass?: string | undefined;
|
|
13372
|
-
|
|
13632
|
+
wrapButton?: boolean | undefined;
|
|
13373
13633
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
13374
13634
|
icon?: string | {
|
|
13375
13635
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -13557,6 +13817,10 @@ declare const entries: import("vue").Ref<{
|
|
|
13557
13817
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
13558
13818
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
13559
13819
|
prop?: LktObject | undefined;
|
|
13820
|
+
aria?: {
|
|
13821
|
+
controls?: string | undefined;
|
|
13822
|
+
selected?: boolean | undefined;
|
|
13823
|
+
} | undefined;
|
|
13560
13824
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
13561
13825
|
events?: {
|
|
13562
13826
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -13573,7 +13837,7 @@ declare const entries: import("vue").Ref<{
|
|
|
13573
13837
|
loading?: boolean | undefined;
|
|
13574
13838
|
class?: string | undefined;
|
|
13575
13839
|
containerClass?: string | undefined;
|
|
13576
|
-
|
|
13840
|
+
wrapButton?: boolean | undefined;
|
|
13577
13841
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
13578
13842
|
icon?: string | {
|
|
13579
13843
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -13761,6 +14025,10 @@ declare const entries: import("vue").Ref<{
|
|
|
13761
14025
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
13762
14026
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
13763
14027
|
prop?: LktObject | undefined;
|
|
14028
|
+
aria?: {
|
|
14029
|
+
controls?: string | undefined;
|
|
14030
|
+
selected?: boolean | undefined;
|
|
14031
|
+
} | undefined;
|
|
13764
14032
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
13765
14033
|
events?: {
|
|
13766
14034
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -13777,7 +14045,7 @@ declare const entries: import("vue").Ref<{
|
|
|
13777
14045
|
loading?: boolean | undefined;
|
|
13778
14046
|
class?: string | undefined;
|
|
13779
14047
|
containerClass?: string | undefined;
|
|
13780
|
-
|
|
14048
|
+
wrapButton?: boolean | undefined;
|
|
13781
14049
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
13782
14050
|
icon?: string | {
|
|
13783
14051
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -13965,6 +14233,10 @@ declare const entries: import("vue").Ref<{
|
|
|
13965
14233
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
13966
14234
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
13967
14235
|
prop?: LktObject | undefined;
|
|
14236
|
+
aria?: {
|
|
14237
|
+
controls?: string | undefined;
|
|
14238
|
+
selected?: boolean | undefined;
|
|
14239
|
+
} | undefined;
|
|
13968
14240
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
13969
14241
|
events?: {
|
|
13970
14242
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -14004,7 +14276,7 @@ declare const entries: import("vue").Ref<{
|
|
|
14004
14276
|
loading?: boolean | undefined;
|
|
14005
14277
|
class?: string | undefined;
|
|
14006
14278
|
containerClass?: string | undefined;
|
|
14007
|
-
|
|
14279
|
+
wrapButton?: boolean | undefined;
|
|
14008
14280
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
14009
14281
|
icon?: string | {
|
|
14010
14282
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -14192,6 +14464,10 @@ declare const entries: import("vue").Ref<{
|
|
|
14192
14464
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
14193
14465
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
14194
14466
|
prop?: LktObject | undefined;
|
|
14467
|
+
aria?: {
|
|
14468
|
+
controls?: string | undefined;
|
|
14469
|
+
selected?: boolean | undefined;
|
|
14470
|
+
} | undefined;
|
|
14195
14471
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
14196
14472
|
events?: {
|
|
14197
14473
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -14208,7 +14484,7 @@ declare const entries: import("vue").Ref<{
|
|
|
14208
14484
|
loading?: boolean | undefined;
|
|
14209
14485
|
class?: string | undefined;
|
|
14210
14486
|
containerClass?: string | undefined;
|
|
14211
|
-
|
|
14487
|
+
wrapButton?: boolean | undefined;
|
|
14212
14488
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
14213
14489
|
icon?: string | {
|
|
14214
14490
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -14396,6 +14672,10 @@ declare const entries: import("vue").Ref<{
|
|
|
14396
14672
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
14397
14673
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
14398
14674
|
prop?: LktObject | undefined;
|
|
14675
|
+
aria?: {
|
|
14676
|
+
controls?: string | undefined;
|
|
14677
|
+
selected?: boolean | undefined;
|
|
14678
|
+
} | undefined;
|
|
14399
14679
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
14400
14680
|
events?: {
|
|
14401
14681
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -14412,7 +14692,7 @@ declare const entries: import("vue").Ref<{
|
|
|
14412
14692
|
loading?: boolean | undefined;
|
|
14413
14693
|
class?: string | undefined;
|
|
14414
14694
|
containerClass?: string | undefined;
|
|
14415
|
-
|
|
14695
|
+
wrapButton?: boolean | undefined;
|
|
14416
14696
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
14417
14697
|
icon?: string | {
|
|
14418
14698
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -14600,6 +14880,10 @@ declare const entries: import("vue").Ref<{
|
|
|
14600
14880
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
14601
14881
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
14602
14882
|
prop?: LktObject | undefined;
|
|
14883
|
+
aria?: {
|
|
14884
|
+
controls?: string | undefined;
|
|
14885
|
+
selected?: boolean | undefined;
|
|
14886
|
+
} | undefined;
|
|
14603
14887
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
14604
14888
|
events?: {
|
|
14605
14889
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -14648,6 +14932,10 @@ declare const entries: import("vue").Ref<{
|
|
|
14648
14932
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
14649
14933
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
14650
14934
|
prop?: LktObject | undefined;
|
|
14935
|
+
aria?: {
|
|
14936
|
+
controls?: string | undefined;
|
|
14937
|
+
selected?: boolean | undefined;
|
|
14938
|
+
} | undefined;
|
|
14651
14939
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
14652
14940
|
events?: {
|
|
14653
14941
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -14664,7 +14952,7 @@ declare const entries: import("vue").Ref<{
|
|
|
14664
14952
|
loading?: boolean | undefined;
|
|
14665
14953
|
class?: string | undefined;
|
|
14666
14954
|
containerClass?: string | undefined;
|
|
14667
|
-
|
|
14955
|
+
wrapButton?: boolean | undefined;
|
|
14668
14956
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
14669
14957
|
icon?: string | {
|
|
14670
14958
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -14788,7 +15076,7 @@ declare const entries: import("vue").Ref<{
|
|
|
14788
15076
|
loading?: boolean | undefined;
|
|
14789
15077
|
class?: string | undefined;
|
|
14790
15078
|
containerClass?: string | undefined;
|
|
14791
|
-
|
|
15079
|
+
wrapButton?: boolean | undefined;
|
|
14792
15080
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
14793
15081
|
icon?: string | {
|
|
14794
15082
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -14962,6 +15250,10 @@ declare const entries: import("vue").Ref<{
|
|
|
14962
15250
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
14963
15251
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
14964
15252
|
prop?: LktObject | undefined;
|
|
15253
|
+
aria?: {
|
|
15254
|
+
controls?: string | undefined;
|
|
15255
|
+
selected?: boolean | undefined;
|
|
15256
|
+
} | undefined;
|
|
14965
15257
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
14966
15258
|
events?: {
|
|
14967
15259
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -14978,7 +15270,7 @@ declare const entries: import("vue").Ref<{
|
|
|
14978
15270
|
loading?: boolean | undefined;
|
|
14979
15271
|
class?: string | undefined;
|
|
14980
15272
|
containerClass?: string | undefined;
|
|
14981
|
-
|
|
15273
|
+
wrapButton?: boolean | undefined;
|
|
14982
15274
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
14983
15275
|
icon?: string | {
|
|
14984
15276
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -15152,6 +15444,10 @@ declare const entries: import("vue").Ref<{
|
|
|
15152
15444
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
15153
15445
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
15154
15446
|
prop?: LktObject | undefined;
|
|
15447
|
+
aria?: {
|
|
15448
|
+
controls?: string | undefined;
|
|
15449
|
+
selected?: boolean | undefined;
|
|
15450
|
+
} | undefined;
|
|
15155
15451
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
15156
15452
|
events?: {
|
|
15157
15453
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -15168,7 +15464,7 @@ declare const entries: import("vue").Ref<{
|
|
|
15168
15464
|
loading?: boolean | undefined;
|
|
15169
15465
|
class?: string | undefined;
|
|
15170
15466
|
containerClass?: string | undefined;
|
|
15171
|
-
|
|
15467
|
+
wrapButton?: boolean | undefined;
|
|
15172
15468
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
15173
15469
|
icon?: string | {
|
|
15174
15470
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -15342,6 +15638,10 @@ declare const entries: import("vue").Ref<{
|
|
|
15342
15638
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
15343
15639
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
15344
15640
|
prop?: LktObject | undefined;
|
|
15641
|
+
aria?: {
|
|
15642
|
+
controls?: string | undefined;
|
|
15643
|
+
selected?: boolean | undefined;
|
|
15644
|
+
} | undefined;
|
|
15345
15645
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
15346
15646
|
events?: {
|
|
15347
15647
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -15404,7 +15704,7 @@ declare const entries: import("vue").Ref<{
|
|
|
15404
15704
|
loading?: boolean | undefined;
|
|
15405
15705
|
class?: string | undefined;
|
|
15406
15706
|
containerClass?: string | undefined;
|
|
15407
|
-
|
|
15707
|
+
wrapButton?: boolean | undefined;
|
|
15408
15708
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
15409
15709
|
icon?: string | {
|
|
15410
15710
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -15592,6 +15892,10 @@ declare const entries: import("vue").Ref<{
|
|
|
15592
15892
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
15593
15893
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
15594
15894
|
prop?: LktObject | undefined;
|
|
15895
|
+
aria?: {
|
|
15896
|
+
controls?: string | undefined;
|
|
15897
|
+
selected?: boolean | undefined;
|
|
15898
|
+
} | undefined;
|
|
15595
15899
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
15596
15900
|
events?: {
|
|
15597
15901
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -15608,7 +15912,7 @@ declare const entries: import("vue").Ref<{
|
|
|
15608
15912
|
loading?: boolean | undefined;
|
|
15609
15913
|
class?: string | undefined;
|
|
15610
15914
|
containerClass?: string | undefined;
|
|
15611
|
-
|
|
15915
|
+
wrapButton?: boolean | undefined;
|
|
15612
15916
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
15613
15917
|
icon?: string | {
|
|
15614
15918
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -15796,6 +16100,10 @@ declare const entries: import("vue").Ref<{
|
|
|
15796
16100
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
15797
16101
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
15798
16102
|
prop?: LktObject | undefined;
|
|
16103
|
+
aria?: {
|
|
16104
|
+
controls?: string | undefined;
|
|
16105
|
+
selected?: boolean | undefined;
|
|
16106
|
+
} | undefined;
|
|
15799
16107
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
15800
16108
|
events?: {
|
|
15801
16109
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -15812,7 +16120,7 @@ declare const entries: import("vue").Ref<{
|
|
|
15812
16120
|
loading?: boolean | undefined;
|
|
15813
16121
|
class?: string | undefined;
|
|
15814
16122
|
containerClass?: string | undefined;
|
|
15815
|
-
|
|
16123
|
+
wrapButton?: boolean | undefined;
|
|
15816
16124
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
15817
16125
|
icon?: string | {
|
|
15818
16126
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -16000,6 +16308,10 @@ declare const entries: import("vue").Ref<{
|
|
|
16000
16308
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
16001
16309
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
16002
16310
|
prop?: LktObject | undefined;
|
|
16311
|
+
aria?: {
|
|
16312
|
+
controls?: string | undefined;
|
|
16313
|
+
selected?: boolean | undefined;
|
|
16314
|
+
} | undefined;
|
|
16003
16315
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
16004
16316
|
events?: {
|
|
16005
16317
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -16039,7 +16351,7 @@ declare const entries: import("vue").Ref<{
|
|
|
16039
16351
|
loading?: boolean | undefined;
|
|
16040
16352
|
class?: string | undefined;
|
|
16041
16353
|
containerClass?: string | undefined;
|
|
16042
|
-
|
|
16354
|
+
wrapButton?: boolean | undefined;
|
|
16043
16355
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
16044
16356
|
icon?: string | {
|
|
16045
16357
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -16227,6 +16539,10 @@ declare const entries: import("vue").Ref<{
|
|
|
16227
16539
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
16228
16540
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
16229
16541
|
prop?: LktObject | undefined;
|
|
16542
|
+
aria?: {
|
|
16543
|
+
controls?: string | undefined;
|
|
16544
|
+
selected?: boolean | undefined;
|
|
16545
|
+
} | undefined;
|
|
16230
16546
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
16231
16547
|
events?: {
|
|
16232
16548
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -16243,7 +16559,7 @@ declare const entries: import("vue").Ref<{
|
|
|
16243
16559
|
loading?: boolean | undefined;
|
|
16244
16560
|
class?: string | undefined;
|
|
16245
16561
|
containerClass?: string | undefined;
|
|
16246
|
-
|
|
16562
|
+
wrapButton?: boolean | undefined;
|
|
16247
16563
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
16248
16564
|
icon?: string | {
|
|
16249
16565
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -16431,6 +16747,10 @@ declare const entries: import("vue").Ref<{
|
|
|
16431
16747
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
16432
16748
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
16433
16749
|
prop?: LktObject | undefined;
|
|
16750
|
+
aria?: {
|
|
16751
|
+
controls?: string | undefined;
|
|
16752
|
+
selected?: boolean | undefined;
|
|
16753
|
+
} | undefined;
|
|
16434
16754
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
16435
16755
|
events?: {
|
|
16436
16756
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -16447,7 +16767,7 @@ declare const entries: import("vue").Ref<{
|
|
|
16447
16767
|
loading?: boolean | undefined;
|
|
16448
16768
|
class?: string | undefined;
|
|
16449
16769
|
containerClass?: string | undefined;
|
|
16450
|
-
|
|
16770
|
+
wrapButton?: boolean | undefined;
|
|
16451
16771
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
16452
16772
|
icon?: string | {
|
|
16453
16773
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -16635,6 +16955,10 @@ declare const entries: import("vue").Ref<{
|
|
|
16635
16955
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
16636
16956
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
16637
16957
|
prop?: LktObject | undefined;
|
|
16958
|
+
aria?: {
|
|
16959
|
+
controls?: string | undefined;
|
|
16960
|
+
selected?: boolean | undefined;
|
|
16961
|
+
} | undefined;
|
|
16638
16962
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
16639
16963
|
events?: {
|
|
16640
16964
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -16683,6 +17007,10 @@ declare const entries: import("vue").Ref<{
|
|
|
16683
17007
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
16684
17008
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
16685
17009
|
prop?: LktObject | undefined;
|
|
17010
|
+
aria?: {
|
|
17011
|
+
controls?: string | undefined;
|
|
17012
|
+
selected?: boolean | undefined;
|
|
17013
|
+
} | undefined;
|
|
16686
17014
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
16687
17015
|
events?: {
|
|
16688
17016
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -16699,7 +17027,7 @@ declare const entries: import("vue").Ref<{
|
|
|
16699
17027
|
loading?: boolean | undefined;
|
|
16700
17028
|
class?: string | undefined;
|
|
16701
17029
|
containerClass?: string | undefined;
|
|
16702
|
-
|
|
17030
|
+
wrapButton?: boolean | undefined;
|
|
16703
17031
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
16704
17032
|
icon?: string | {
|
|
16705
17033
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -16823,7 +17151,7 @@ declare const entries: import("vue").Ref<{
|
|
|
16823
17151
|
loading?: boolean | undefined;
|
|
16824
17152
|
class?: string | undefined;
|
|
16825
17153
|
containerClass?: string | undefined;
|
|
16826
|
-
|
|
17154
|
+
wrapButton?: boolean | undefined;
|
|
16827
17155
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
16828
17156
|
icon?: string | {
|
|
16829
17157
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -16997,6 +17325,10 @@ declare const entries: import("vue").Ref<{
|
|
|
16997
17325
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
16998
17326
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
16999
17327
|
prop?: LktObject | undefined;
|
|
17328
|
+
aria?: {
|
|
17329
|
+
controls?: string | undefined;
|
|
17330
|
+
selected?: boolean | undefined;
|
|
17331
|
+
} | undefined;
|
|
17000
17332
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
17001
17333
|
events?: {
|
|
17002
17334
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -17013,7 +17345,7 @@ declare const entries: import("vue").Ref<{
|
|
|
17013
17345
|
loading?: boolean | undefined;
|
|
17014
17346
|
class?: string | undefined;
|
|
17015
17347
|
containerClass?: string | undefined;
|
|
17016
|
-
|
|
17348
|
+
wrapButton?: boolean | undefined;
|
|
17017
17349
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
17018
17350
|
icon?: string | {
|
|
17019
17351
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -17187,6 +17519,10 @@ declare const entries: import("vue").Ref<{
|
|
|
17187
17519
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
17188
17520
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
17189
17521
|
prop?: LktObject | undefined;
|
|
17522
|
+
aria?: {
|
|
17523
|
+
controls?: string | undefined;
|
|
17524
|
+
selected?: boolean | undefined;
|
|
17525
|
+
} | undefined;
|
|
17190
17526
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
17191
17527
|
events?: {
|
|
17192
17528
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -17203,7 +17539,7 @@ declare const entries: import("vue").Ref<{
|
|
|
17203
17539
|
loading?: boolean | undefined;
|
|
17204
17540
|
class?: string | undefined;
|
|
17205
17541
|
containerClass?: string | undefined;
|
|
17206
|
-
|
|
17542
|
+
wrapButton?: boolean | undefined;
|
|
17207
17543
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
17208
17544
|
icon?: string | {
|
|
17209
17545
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -17377,6 +17713,10 @@ declare const entries: import("vue").Ref<{
|
|
|
17377
17713
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
17378
17714
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
17379
17715
|
prop?: LktObject | undefined;
|
|
17716
|
+
aria?: {
|
|
17717
|
+
controls?: string | undefined;
|
|
17718
|
+
selected?: boolean | undefined;
|
|
17719
|
+
} | undefined;
|
|
17380
17720
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
17381
17721
|
events?: {
|
|
17382
17722
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -17439,7 +17779,7 @@ declare const entries: import("vue").Ref<{
|
|
|
17439
17779
|
loading?: boolean | undefined;
|
|
17440
17780
|
class?: string | undefined;
|
|
17441
17781
|
containerClass?: string | undefined;
|
|
17442
|
-
|
|
17782
|
+
wrapButton?: boolean | undefined;
|
|
17443
17783
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
17444
17784
|
icon?: string | {
|
|
17445
17785
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -17627,6 +17967,10 @@ declare const entries: import("vue").Ref<{
|
|
|
17627
17967
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
17628
17968
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
17629
17969
|
prop?: LktObject | undefined;
|
|
17970
|
+
aria?: {
|
|
17971
|
+
controls?: string | undefined;
|
|
17972
|
+
selected?: boolean | undefined;
|
|
17973
|
+
} | undefined;
|
|
17630
17974
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
17631
17975
|
events?: {
|
|
17632
17976
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -17643,7 +17987,7 @@ declare const entries: import("vue").Ref<{
|
|
|
17643
17987
|
loading?: boolean | undefined;
|
|
17644
17988
|
class?: string | undefined;
|
|
17645
17989
|
containerClass?: string | undefined;
|
|
17646
|
-
|
|
17990
|
+
wrapButton?: boolean | undefined;
|
|
17647
17991
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
17648
17992
|
icon?: string | {
|
|
17649
17993
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -17831,6 +18175,10 @@ declare const entries: import("vue").Ref<{
|
|
|
17831
18175
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
17832
18176
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
17833
18177
|
prop?: LktObject | undefined;
|
|
18178
|
+
aria?: {
|
|
18179
|
+
controls?: string | undefined;
|
|
18180
|
+
selected?: boolean | undefined;
|
|
18181
|
+
} | undefined;
|
|
17834
18182
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
17835
18183
|
events?: {
|
|
17836
18184
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -17847,7 +18195,7 @@ declare const entries: import("vue").Ref<{
|
|
|
17847
18195
|
loading?: boolean | undefined;
|
|
17848
18196
|
class?: string | undefined;
|
|
17849
18197
|
containerClass?: string | undefined;
|
|
17850
|
-
|
|
18198
|
+
wrapButton?: boolean | undefined;
|
|
17851
18199
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
17852
18200
|
icon?: string | {
|
|
17853
18201
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -18035,6 +18383,10 @@ declare const entries: import("vue").Ref<{
|
|
|
18035
18383
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
18036
18384
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
18037
18385
|
prop?: LktObject | undefined;
|
|
18386
|
+
aria?: {
|
|
18387
|
+
controls?: string | undefined;
|
|
18388
|
+
selected?: boolean | undefined;
|
|
18389
|
+
} | undefined;
|
|
18038
18390
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
18039
18391
|
events?: {
|
|
18040
18392
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -18074,7 +18426,7 @@ declare const entries: import("vue").Ref<{
|
|
|
18074
18426
|
loading?: boolean | undefined;
|
|
18075
18427
|
class?: string | undefined;
|
|
18076
18428
|
containerClass?: string | undefined;
|
|
18077
|
-
|
|
18429
|
+
wrapButton?: boolean | undefined;
|
|
18078
18430
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
18079
18431
|
icon?: string | {
|
|
18080
18432
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -18262,6 +18614,10 @@ declare const entries: import("vue").Ref<{
|
|
|
18262
18614
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
18263
18615
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
18264
18616
|
prop?: LktObject | undefined;
|
|
18617
|
+
aria?: {
|
|
18618
|
+
controls?: string | undefined;
|
|
18619
|
+
selected?: boolean | undefined;
|
|
18620
|
+
} | undefined;
|
|
18265
18621
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
18266
18622
|
events?: {
|
|
18267
18623
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -18278,7 +18634,7 @@ declare const entries: import("vue").Ref<{
|
|
|
18278
18634
|
loading?: boolean | undefined;
|
|
18279
18635
|
class?: string | undefined;
|
|
18280
18636
|
containerClass?: string | undefined;
|
|
18281
|
-
|
|
18637
|
+
wrapButton?: boolean | undefined;
|
|
18282
18638
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
18283
18639
|
icon?: string | {
|
|
18284
18640
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -18466,6 +18822,10 @@ declare const entries: import("vue").Ref<{
|
|
|
18466
18822
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
18467
18823
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
18468
18824
|
prop?: LktObject | undefined;
|
|
18825
|
+
aria?: {
|
|
18826
|
+
controls?: string | undefined;
|
|
18827
|
+
selected?: boolean | undefined;
|
|
18828
|
+
} | undefined;
|
|
18469
18829
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
18470
18830
|
events?: {
|
|
18471
18831
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -18482,7 +18842,7 @@ declare const entries: import("vue").Ref<{
|
|
|
18482
18842
|
loading?: boolean | undefined;
|
|
18483
18843
|
class?: string | undefined;
|
|
18484
18844
|
containerClass?: string | undefined;
|
|
18485
|
-
|
|
18845
|
+
wrapButton?: boolean | undefined;
|
|
18486
18846
|
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
18487
18847
|
icon?: string | {
|
|
18488
18848
|
icon?: import("lkt-vue-kernel").ValidTextValue | (() => string);
|
|
@@ -18670,6 +19030,10 @@ declare const entries: import("vue").Ref<{
|
|
|
18670
19030
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
18671
19031
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
18672
19032
|
prop?: LktObject | undefined;
|
|
19033
|
+
aria?: {
|
|
19034
|
+
controls?: string | undefined;
|
|
19035
|
+
selected?: boolean | undefined;
|
|
19036
|
+
} | undefined;
|
|
18673
19037
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
18674
19038
|
events?: {
|
|
18675
19039
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -18718,6 +19082,10 @@ declare const entries: import("vue").Ref<{
|
|
|
18718
19082
|
splitButtons?: /*elided*/ any[] | undefined;
|
|
18719
19083
|
tabindex?: import("lkt-vue-kernel").ValidTabIndex;
|
|
18720
19084
|
prop?: LktObject | undefined;
|
|
19085
|
+
aria?: {
|
|
19086
|
+
controls?: string | undefined;
|
|
19087
|
+
selected?: boolean | undefined;
|
|
19088
|
+
} | undefined;
|
|
18721
19089
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
18722
19090
|
events?: {
|
|
18723
19091
|
click?: ((data: import("lkt-vue-kernel").ClickEventArgs) => void | undefined) | undefined;
|
|
@@ -18739,6 +19107,7 @@ declare const entries: import("vue").Ref<{
|
|
|
18739
19107
|
declare const computedClassName: import("vue").ComputedRef<string>;
|
|
18740
19108
|
declare const entryIconSlots: import("vue").ComputedRef<LktObject>;
|
|
18741
19109
|
declare const onClickOutside: () => void;
|
|
19110
|
+
declare const computedRole: import("vue").ComputedRef<"tablist" | undefined>;
|
|
18742
19111
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
18743
19112
|
declare var __VLS_1: {}, __VLS_7: any, __VLS_8: {}, __VLS_11: `tooltip-${string}`, __VLS_12: {}, __VLS_15: `split-${string}`, __VLS_16: {};
|
|
18744
19113
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
@@ -18757,6 +19126,7 @@ declare const __VLS_self: import("vue").DefineComponent<MenuConfig, {
|
|
|
18757
19126
|
computedClassName: typeof computedClassName;
|
|
18758
19127
|
entryIconSlots: typeof entryIconSlots;
|
|
18759
19128
|
onClickOutside: typeof onClickOutside;
|
|
19129
|
+
computedRole: typeof computedRole;
|
|
18760
19130
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18761
19131
|
error: (...args: any[]) => void;
|
|
18762
19132
|
loading: (...args: any[]) => void;
|