lkt-menu 2.0.4 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -250
- package/dist/build.css +1 -1
- package/dist/build.d.ts +3 -3
- package/dist/build.js +93 -92
- package/dist/components/MenuItem.vue.d.ts +26 -998
- package/dist/lib-components/LktMenu.vue.d.ts +16 -662
- package/package.json +2 -2
- package/src/components/MenuItem.vue +106 -107
- package/src/lib-components/LktMenu.vue +20 -15
|
@@ -75,43 +75,7 @@ declare const entries: import("vue").Ref<{
|
|
|
75
75
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue;
|
|
76
76
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue;
|
|
77
77
|
dot?: import("lkt-vue-kernel").ValidButtonDot | undefined;
|
|
78
|
-
anchor?: /*elided*/ any |
|
|
79
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
80
|
-
to?: string | {
|
|
81
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
82
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
83
|
-
path?: undefined | undefined;
|
|
84
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
85
|
-
hash?: string | undefined;
|
|
86
|
-
replace?: boolean | undefined;
|
|
87
|
-
force?: boolean | undefined;
|
|
88
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
89
|
-
} | {
|
|
90
|
-
path: string;
|
|
91
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
92
|
-
hash?: string | undefined;
|
|
93
|
-
replace?: boolean | undefined;
|
|
94
|
-
force?: boolean | undefined;
|
|
95
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
96
|
-
} | undefined;
|
|
97
|
-
class: string;
|
|
98
|
-
isActive: boolean;
|
|
99
|
-
downloadFileName: string;
|
|
100
|
-
disabled: boolean;
|
|
101
|
-
onClick: Function | undefined;
|
|
102
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
103
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
104
|
-
confirmData: LktObject;
|
|
105
|
-
imposter: boolean;
|
|
106
|
-
external: boolean;
|
|
107
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
108
|
-
events?: {
|
|
109
|
-
click?: Function | undefined;
|
|
110
|
-
} | undefined;
|
|
111
|
-
getHref: () => string;
|
|
112
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
113
|
-
assignProp: (key: string, value: any) => void;
|
|
114
|
-
} | undefined;
|
|
78
|
+
anchor?: /*elided*/ any | undefined;
|
|
115
79
|
resource?: string | undefined;
|
|
116
80
|
resourceData?: LktObject | undefined;
|
|
117
81
|
modal?: import("lkt-vue-kernel").ValidModalName;
|
|
@@ -224,43 +188,7 @@ declare const entries: import("vue").Ref<{
|
|
|
224
188
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue;
|
|
225
189
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue;
|
|
226
190
|
dot?: import("lkt-vue-kernel").ValidButtonDot | undefined;
|
|
227
|
-
anchor?: /*elided*/ any |
|
|
228
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
229
|
-
to?: string | {
|
|
230
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
231
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
232
|
-
path?: undefined | undefined;
|
|
233
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
234
|
-
hash?: string | undefined;
|
|
235
|
-
replace?: boolean | undefined;
|
|
236
|
-
force?: boolean | undefined;
|
|
237
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
238
|
-
} | {
|
|
239
|
-
path: string;
|
|
240
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
241
|
-
hash?: string | undefined;
|
|
242
|
-
replace?: boolean | undefined;
|
|
243
|
-
force?: boolean | undefined;
|
|
244
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
245
|
-
} | undefined;
|
|
246
|
-
class: string;
|
|
247
|
-
isActive: boolean;
|
|
248
|
-
downloadFileName: string;
|
|
249
|
-
disabled: boolean;
|
|
250
|
-
onClick: Function | undefined;
|
|
251
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
252
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
253
|
-
confirmData: LktObject;
|
|
254
|
-
imposter: boolean;
|
|
255
|
-
external: boolean;
|
|
256
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
257
|
-
events?: {
|
|
258
|
-
click?: Function | undefined;
|
|
259
|
-
} | undefined;
|
|
260
|
-
getHref: () => string;
|
|
261
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
262
|
-
assignProp: (key: string, value: any) => void;
|
|
263
|
-
} | undefined;
|
|
191
|
+
anchor?: /*elided*/ any | undefined;
|
|
264
192
|
resource?: string | undefined;
|
|
265
193
|
resourceData?: LktObject | undefined;
|
|
266
194
|
modal?: import("lkt-vue-kernel").ValidModalName;
|
|
@@ -449,43 +377,7 @@ declare const entries: import("vue").Ref<{
|
|
|
449
377
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue;
|
|
450
378
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue;
|
|
451
379
|
dot?: import("lkt-vue-kernel").ValidButtonDot | undefined;
|
|
452
|
-
anchor?: /*elided*/ any |
|
|
453
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
454
|
-
to?: string | {
|
|
455
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
456
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
457
|
-
path?: undefined | undefined;
|
|
458
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
459
|
-
hash?: string | undefined;
|
|
460
|
-
replace?: boolean | undefined;
|
|
461
|
-
force?: boolean | undefined;
|
|
462
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
463
|
-
} | {
|
|
464
|
-
path: string;
|
|
465
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
466
|
-
hash?: string | undefined;
|
|
467
|
-
replace?: boolean | undefined;
|
|
468
|
-
force?: boolean | undefined;
|
|
469
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
470
|
-
} | undefined;
|
|
471
|
-
class: string;
|
|
472
|
-
isActive: boolean;
|
|
473
|
-
downloadFileName: string;
|
|
474
|
-
disabled: boolean;
|
|
475
|
-
onClick: Function | undefined;
|
|
476
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
477
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
478
|
-
confirmData: LktObject;
|
|
479
|
-
imposter: boolean;
|
|
480
|
-
external: boolean;
|
|
481
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
482
|
-
events?: {
|
|
483
|
-
click?: Function | undefined;
|
|
484
|
-
} | undefined;
|
|
485
|
-
getHref: () => string;
|
|
486
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
487
|
-
assignProp: (key: string, value: any) => void;
|
|
488
|
-
} | undefined;
|
|
380
|
+
anchor?: /*elided*/ any | undefined;
|
|
489
381
|
resource?: string | undefined;
|
|
490
382
|
resourceData?: LktObject | undefined;
|
|
491
383
|
modal?: import("lkt-vue-kernel").ValidModalName;
|
|
@@ -598,43 +490,7 @@ declare const entries: import("vue").Ref<{
|
|
|
598
490
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue;
|
|
599
491
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue;
|
|
600
492
|
dot?: import("lkt-vue-kernel").ValidButtonDot | undefined;
|
|
601
|
-
anchor?: /*elided*/ any |
|
|
602
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
603
|
-
to?: string | {
|
|
604
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
605
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
606
|
-
path?: undefined | undefined;
|
|
607
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
608
|
-
hash?: string | undefined;
|
|
609
|
-
replace?: boolean | undefined;
|
|
610
|
-
force?: boolean | undefined;
|
|
611
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
612
|
-
} | {
|
|
613
|
-
path: string;
|
|
614
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
615
|
-
hash?: string | undefined;
|
|
616
|
-
replace?: boolean | undefined;
|
|
617
|
-
force?: boolean | undefined;
|
|
618
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
619
|
-
} | undefined;
|
|
620
|
-
class: string;
|
|
621
|
-
isActive: boolean;
|
|
622
|
-
downloadFileName: string;
|
|
623
|
-
disabled: boolean;
|
|
624
|
-
onClick: Function | undefined;
|
|
625
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
626
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
627
|
-
confirmData: LktObject;
|
|
628
|
-
imposter: boolean;
|
|
629
|
-
external: boolean;
|
|
630
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
631
|
-
events?: {
|
|
632
|
-
click?: Function | undefined;
|
|
633
|
-
} | undefined;
|
|
634
|
-
getHref: () => string;
|
|
635
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
636
|
-
assignProp: (key: string, value: any) => void;
|
|
637
|
-
} | undefined;
|
|
493
|
+
anchor?: /*elided*/ any | undefined;
|
|
638
494
|
resource?: string | undefined;
|
|
639
495
|
resourceData?: LktObject | undefined;
|
|
640
496
|
modal?: import("lkt-vue-kernel").ValidModalName;
|
|
@@ -733,42 +589,6 @@ declare const entries: import("vue").Ref<{
|
|
|
733
589
|
click?: Function | undefined;
|
|
734
590
|
} | undefined;
|
|
735
591
|
onClick?: Function | undefined;
|
|
736
|
-
} | {
|
|
737
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
738
|
-
to?: string | {
|
|
739
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
740
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
741
|
-
path?: undefined | undefined;
|
|
742
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
743
|
-
hash?: string | undefined;
|
|
744
|
-
replace?: boolean | undefined;
|
|
745
|
-
force?: boolean | undefined;
|
|
746
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
747
|
-
} | {
|
|
748
|
-
path: string;
|
|
749
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
750
|
-
hash?: string | undefined;
|
|
751
|
-
replace?: boolean | undefined;
|
|
752
|
-
force?: boolean | undefined;
|
|
753
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
754
|
-
} | undefined;
|
|
755
|
-
class: string;
|
|
756
|
-
isActive: boolean;
|
|
757
|
-
downloadFileName: string;
|
|
758
|
-
disabled: boolean;
|
|
759
|
-
onClick: Function | undefined;
|
|
760
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
761
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
762
|
-
confirmData: LktObject;
|
|
763
|
-
imposter: boolean;
|
|
764
|
-
external: boolean;
|
|
765
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
766
|
-
events?: {
|
|
767
|
-
click?: Function | undefined;
|
|
768
|
-
} | undefined;
|
|
769
|
-
getHref: () => string;
|
|
770
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
771
|
-
assignProp: (key: string, value: any) => void;
|
|
772
592
|
} | undefined;
|
|
773
593
|
resource?: string | undefined;
|
|
774
594
|
resourceData?: LktObject | undefined;
|
|
@@ -871,42 +691,6 @@ declare const entries: import("vue").Ref<{
|
|
|
871
691
|
click?: Function | undefined;
|
|
872
692
|
} | undefined;
|
|
873
693
|
onClick?: Function | undefined;
|
|
874
|
-
} | {
|
|
875
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
876
|
-
to?: string | {
|
|
877
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
878
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
879
|
-
path?: undefined | undefined;
|
|
880
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
881
|
-
hash?: string | undefined;
|
|
882
|
-
replace?: boolean | undefined;
|
|
883
|
-
force?: boolean | undefined;
|
|
884
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
885
|
-
} | {
|
|
886
|
-
path: string;
|
|
887
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
888
|
-
hash?: string | undefined;
|
|
889
|
-
replace?: boolean | undefined;
|
|
890
|
-
force?: boolean | undefined;
|
|
891
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
892
|
-
} | undefined;
|
|
893
|
-
class: string;
|
|
894
|
-
isActive: boolean;
|
|
895
|
-
downloadFileName: string;
|
|
896
|
-
disabled: boolean;
|
|
897
|
-
onClick: Function | undefined;
|
|
898
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
899
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
900
|
-
confirmData: LktObject;
|
|
901
|
-
imposter: boolean;
|
|
902
|
-
external: boolean;
|
|
903
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
904
|
-
events?: {
|
|
905
|
-
click?: Function | undefined;
|
|
906
|
-
} | undefined;
|
|
907
|
-
getHref: () => string;
|
|
908
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
909
|
-
assignProp: (key: string, value: any) => void;
|
|
910
694
|
} | undefined;
|
|
911
695
|
resource?: string | undefined;
|
|
912
696
|
resourceData?: LktObject | undefined;
|
|
@@ -1031,42 +815,6 @@ declare const entries: import("vue").Ref<{
|
|
|
1031
815
|
click?: Function | undefined;
|
|
1032
816
|
} | undefined;
|
|
1033
817
|
onClick?: Function | undefined;
|
|
1034
|
-
} | {
|
|
1035
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
1036
|
-
to?: string | {
|
|
1037
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
1038
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
1039
|
-
path?: undefined | undefined;
|
|
1040
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1041
|
-
hash?: string | undefined;
|
|
1042
|
-
replace?: boolean | undefined;
|
|
1043
|
-
force?: boolean | undefined;
|
|
1044
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1045
|
-
} | {
|
|
1046
|
-
path: string;
|
|
1047
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1048
|
-
hash?: string | undefined;
|
|
1049
|
-
replace?: boolean | undefined;
|
|
1050
|
-
force?: boolean | undefined;
|
|
1051
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1052
|
-
} | undefined;
|
|
1053
|
-
class: string;
|
|
1054
|
-
isActive: boolean;
|
|
1055
|
-
downloadFileName: string;
|
|
1056
|
-
disabled: boolean;
|
|
1057
|
-
onClick: Function | undefined;
|
|
1058
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
1059
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
1060
|
-
confirmData: LktObject;
|
|
1061
|
-
imposter: boolean;
|
|
1062
|
-
external: boolean;
|
|
1063
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
1064
|
-
events?: {
|
|
1065
|
-
click?: Function | undefined;
|
|
1066
|
-
} | undefined;
|
|
1067
|
-
getHref: () => string;
|
|
1068
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
1069
|
-
assignProp: (key: string, value: any) => void;
|
|
1070
818
|
} | undefined;
|
|
1071
819
|
resource?: string | undefined;
|
|
1072
820
|
resourceData?: LktObject | undefined;
|
|
@@ -1214,42 +962,6 @@ declare const entries: import("vue").Ref<{
|
|
|
1214
962
|
click?: Function | undefined;
|
|
1215
963
|
} | undefined;
|
|
1216
964
|
onClick?: Function | undefined;
|
|
1217
|
-
} | {
|
|
1218
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
1219
|
-
to?: string | {
|
|
1220
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
1221
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
1222
|
-
path?: undefined | undefined;
|
|
1223
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1224
|
-
hash?: string | undefined;
|
|
1225
|
-
replace?: boolean | undefined;
|
|
1226
|
-
force?: boolean | undefined;
|
|
1227
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1228
|
-
} | {
|
|
1229
|
-
path: string;
|
|
1230
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1231
|
-
hash?: string | undefined;
|
|
1232
|
-
replace?: boolean | undefined;
|
|
1233
|
-
force?: boolean | undefined;
|
|
1234
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1235
|
-
} | undefined;
|
|
1236
|
-
class: string;
|
|
1237
|
-
isActive: boolean;
|
|
1238
|
-
downloadFileName: string;
|
|
1239
|
-
disabled: boolean;
|
|
1240
|
-
onClick: Function | undefined;
|
|
1241
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
1242
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
1243
|
-
confirmData: LktObject;
|
|
1244
|
-
imposter: boolean;
|
|
1245
|
-
external: boolean;
|
|
1246
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
1247
|
-
events?: {
|
|
1248
|
-
click?: Function | undefined;
|
|
1249
|
-
} | undefined;
|
|
1250
|
-
getHref: () => string;
|
|
1251
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
1252
|
-
assignProp: (key: string, value: any) => void;
|
|
1253
965
|
} | undefined;
|
|
1254
966
|
resource?: string | undefined;
|
|
1255
967
|
resourceData?: LktObject | undefined;
|
|
@@ -1374,42 +1086,6 @@ declare const entries: import("vue").Ref<{
|
|
|
1374
1086
|
click?: Function | undefined;
|
|
1375
1087
|
} | undefined;
|
|
1376
1088
|
onClick?: Function | undefined;
|
|
1377
|
-
} | {
|
|
1378
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
1379
|
-
to?: string | {
|
|
1380
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
1381
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
1382
|
-
path?: undefined | undefined;
|
|
1383
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1384
|
-
hash?: string | undefined;
|
|
1385
|
-
replace?: boolean | undefined;
|
|
1386
|
-
force?: boolean | undefined;
|
|
1387
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1388
|
-
} | {
|
|
1389
|
-
path: string;
|
|
1390
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1391
|
-
hash?: string | undefined;
|
|
1392
|
-
replace?: boolean | undefined;
|
|
1393
|
-
force?: boolean | undefined;
|
|
1394
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1395
|
-
} | undefined;
|
|
1396
|
-
class: string;
|
|
1397
|
-
isActive: boolean;
|
|
1398
|
-
downloadFileName: string;
|
|
1399
|
-
disabled: boolean;
|
|
1400
|
-
onClick: Function | undefined;
|
|
1401
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
1402
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
1403
|
-
confirmData: LktObject;
|
|
1404
|
-
imposter: boolean;
|
|
1405
|
-
external: boolean;
|
|
1406
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
1407
|
-
events?: {
|
|
1408
|
-
click?: Function | undefined;
|
|
1409
|
-
} | undefined;
|
|
1410
|
-
getHref: () => string;
|
|
1411
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
1412
|
-
assignProp: (key: string, value: any) => void;
|
|
1413
1089
|
} | undefined;
|
|
1414
1090
|
resource?: string | undefined;
|
|
1415
1091
|
resourceData?: LktObject | undefined;
|
|
@@ -1499,12 +1175,12 @@ declare const entries: import("vue").Ref<{
|
|
|
1499
1175
|
isActiveChecker?: Function | undefined;
|
|
1500
1176
|
isOpened?: boolean | undefined;
|
|
1501
1177
|
isActive?: boolean | undefined;
|
|
1178
|
+
keepOpenOnChildClick?: boolean | undefined;
|
|
1502
1179
|
parent?: /*elided*/ any | undefined;
|
|
1503
1180
|
children?: /*elided*/ any[] | undefined;
|
|
1504
1181
|
events?: {
|
|
1505
1182
|
click?: Function | undefined;
|
|
1506
1183
|
} | undefined;
|
|
1507
|
-
onClick?: Function | undefined;
|
|
1508
1184
|
}[], import("lkt-vue-kernel").MenuEntryConfig[] | {
|
|
1509
1185
|
key?: string | undefined;
|
|
1510
1186
|
type?: import("lkt-vue-kernel").MenuEntryType | undefined;
|
|
@@ -1577,43 +1253,7 @@ declare const entries: import("vue").Ref<{
|
|
|
1577
1253
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue;
|
|
1578
1254
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue;
|
|
1579
1255
|
dot?: import("lkt-vue-kernel").ValidButtonDot | undefined;
|
|
1580
|
-
anchor?: /*elided*/ any |
|
|
1581
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
1582
|
-
to?: string | {
|
|
1583
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
1584
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
1585
|
-
path?: undefined | undefined;
|
|
1586
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1587
|
-
hash?: string | undefined;
|
|
1588
|
-
replace?: boolean | undefined;
|
|
1589
|
-
force?: boolean | undefined;
|
|
1590
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1591
|
-
} | {
|
|
1592
|
-
path: string;
|
|
1593
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1594
|
-
hash?: string | undefined;
|
|
1595
|
-
replace?: boolean | undefined;
|
|
1596
|
-
force?: boolean | undefined;
|
|
1597
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1598
|
-
} | undefined;
|
|
1599
|
-
class: string;
|
|
1600
|
-
isActive: boolean;
|
|
1601
|
-
downloadFileName: string;
|
|
1602
|
-
disabled: boolean;
|
|
1603
|
-
onClick: Function | undefined;
|
|
1604
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
1605
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
1606
|
-
confirmData: LktObject;
|
|
1607
|
-
imposter: boolean;
|
|
1608
|
-
external: boolean;
|
|
1609
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
1610
|
-
events?: {
|
|
1611
|
-
click?: Function | undefined;
|
|
1612
|
-
} | undefined;
|
|
1613
|
-
getHref: () => string;
|
|
1614
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
1615
|
-
assignProp: (key: string, value: any) => void;
|
|
1616
|
-
} | undefined;
|
|
1256
|
+
anchor?: /*elided*/ any | undefined;
|
|
1617
1257
|
resource?: string | undefined;
|
|
1618
1258
|
resourceData?: LktObject | undefined;
|
|
1619
1259
|
modal?: import("lkt-vue-kernel").ValidModalName;
|
|
@@ -1726,43 +1366,7 @@ declare const entries: import("vue").Ref<{
|
|
|
1726
1366
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue;
|
|
1727
1367
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue;
|
|
1728
1368
|
dot?: import("lkt-vue-kernel").ValidButtonDot | undefined;
|
|
1729
|
-
anchor?: /*elided*/ any |
|
|
1730
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
1731
|
-
to?: string | {
|
|
1732
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
1733
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
1734
|
-
path?: undefined | undefined;
|
|
1735
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1736
|
-
hash?: string | undefined;
|
|
1737
|
-
replace?: boolean | undefined;
|
|
1738
|
-
force?: boolean | undefined;
|
|
1739
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1740
|
-
} | {
|
|
1741
|
-
path: string;
|
|
1742
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1743
|
-
hash?: string | undefined;
|
|
1744
|
-
replace?: boolean | undefined;
|
|
1745
|
-
force?: boolean | undefined;
|
|
1746
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1747
|
-
} | undefined;
|
|
1748
|
-
class: string;
|
|
1749
|
-
isActive: boolean;
|
|
1750
|
-
downloadFileName: string;
|
|
1751
|
-
disabled: boolean;
|
|
1752
|
-
onClick: Function | undefined;
|
|
1753
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
1754
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
1755
|
-
confirmData: LktObject;
|
|
1756
|
-
imposter: boolean;
|
|
1757
|
-
external: boolean;
|
|
1758
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
1759
|
-
events?: {
|
|
1760
|
-
click?: Function | undefined;
|
|
1761
|
-
} | undefined;
|
|
1762
|
-
getHref: () => string;
|
|
1763
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
1764
|
-
assignProp: (key: string, value: any) => void;
|
|
1765
|
-
} | undefined;
|
|
1369
|
+
anchor?: /*elided*/ any | undefined;
|
|
1766
1370
|
resource?: string | undefined;
|
|
1767
1371
|
resourceData?: LktObject | undefined;
|
|
1768
1372
|
modal?: import("lkt-vue-kernel").ValidModalName;
|
|
@@ -1951,43 +1555,7 @@ declare const entries: import("vue").Ref<{
|
|
|
1951
1555
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue;
|
|
1952
1556
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue;
|
|
1953
1557
|
dot?: import("lkt-vue-kernel").ValidButtonDot | undefined;
|
|
1954
|
-
anchor?: /*elided*/ any |
|
|
1955
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
1956
|
-
to?: string | {
|
|
1957
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
1958
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
1959
|
-
path?: undefined | undefined;
|
|
1960
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1961
|
-
hash?: string | undefined;
|
|
1962
|
-
replace?: boolean | undefined;
|
|
1963
|
-
force?: boolean | undefined;
|
|
1964
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1965
|
-
} | {
|
|
1966
|
-
path: string;
|
|
1967
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
1968
|
-
hash?: string | undefined;
|
|
1969
|
-
replace?: boolean | undefined;
|
|
1970
|
-
force?: boolean | undefined;
|
|
1971
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
1972
|
-
} | undefined;
|
|
1973
|
-
class: string;
|
|
1974
|
-
isActive: boolean;
|
|
1975
|
-
downloadFileName: string;
|
|
1976
|
-
disabled: boolean;
|
|
1977
|
-
onClick: Function | undefined;
|
|
1978
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
1979
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
1980
|
-
confirmData: LktObject;
|
|
1981
|
-
imposter: boolean;
|
|
1982
|
-
external: boolean;
|
|
1983
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
1984
|
-
events?: {
|
|
1985
|
-
click?: Function | undefined;
|
|
1986
|
-
} | undefined;
|
|
1987
|
-
getHref: () => string;
|
|
1988
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
1989
|
-
assignProp: (key: string, value: any) => void;
|
|
1990
|
-
} | undefined;
|
|
1558
|
+
anchor?: /*elided*/ any | undefined;
|
|
1991
1559
|
resource?: string | undefined;
|
|
1992
1560
|
resourceData?: LktObject | undefined;
|
|
1993
1561
|
modal?: import("lkt-vue-kernel").ValidModalName;
|
|
@@ -2100,43 +1668,7 @@ declare const entries: import("vue").Ref<{
|
|
|
2100
1668
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue;
|
|
2101
1669
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue;
|
|
2102
1670
|
dot?: import("lkt-vue-kernel").ValidButtonDot | undefined;
|
|
2103
|
-
anchor?: /*elided*/ any |
|
|
2104
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
2105
|
-
to?: string | {
|
|
2106
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
2107
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
2108
|
-
path?: undefined | undefined;
|
|
2109
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2110
|
-
hash?: string | undefined;
|
|
2111
|
-
replace?: boolean | undefined;
|
|
2112
|
-
force?: boolean | undefined;
|
|
2113
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2114
|
-
} | {
|
|
2115
|
-
path: string;
|
|
2116
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2117
|
-
hash?: string | undefined;
|
|
2118
|
-
replace?: boolean | undefined;
|
|
2119
|
-
force?: boolean | undefined;
|
|
2120
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2121
|
-
} | undefined;
|
|
2122
|
-
class: string;
|
|
2123
|
-
isActive: boolean;
|
|
2124
|
-
downloadFileName: string;
|
|
2125
|
-
disabled: boolean;
|
|
2126
|
-
onClick: Function | undefined;
|
|
2127
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
2128
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
2129
|
-
confirmData: LktObject;
|
|
2130
|
-
imposter: boolean;
|
|
2131
|
-
external: boolean;
|
|
2132
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
2133
|
-
events?: {
|
|
2134
|
-
click?: Function | undefined;
|
|
2135
|
-
} | undefined;
|
|
2136
|
-
getHref: () => string;
|
|
2137
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
2138
|
-
assignProp: (key: string, value: any) => void;
|
|
2139
|
-
} | undefined;
|
|
1671
|
+
anchor?: /*elided*/ any | undefined;
|
|
2140
1672
|
resource?: string | undefined;
|
|
2141
1673
|
resourceData?: LktObject | undefined;
|
|
2142
1674
|
modal?: import("lkt-vue-kernel").ValidModalName;
|
|
@@ -2235,42 +1767,6 @@ declare const entries: import("vue").Ref<{
|
|
|
2235
1767
|
click?: Function | undefined;
|
|
2236
1768
|
} | undefined;
|
|
2237
1769
|
onClick?: Function | undefined;
|
|
2238
|
-
} | {
|
|
2239
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
2240
|
-
to?: string | {
|
|
2241
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
2242
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
2243
|
-
path?: undefined | undefined;
|
|
2244
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2245
|
-
hash?: string | undefined;
|
|
2246
|
-
replace?: boolean | undefined;
|
|
2247
|
-
force?: boolean | undefined;
|
|
2248
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2249
|
-
} | {
|
|
2250
|
-
path: string;
|
|
2251
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2252
|
-
hash?: string | undefined;
|
|
2253
|
-
replace?: boolean | undefined;
|
|
2254
|
-
force?: boolean | undefined;
|
|
2255
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2256
|
-
} | undefined;
|
|
2257
|
-
class: string;
|
|
2258
|
-
isActive: boolean;
|
|
2259
|
-
downloadFileName: string;
|
|
2260
|
-
disabled: boolean;
|
|
2261
|
-
onClick: Function | undefined;
|
|
2262
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
2263
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
2264
|
-
confirmData: LktObject;
|
|
2265
|
-
imposter: boolean;
|
|
2266
|
-
external: boolean;
|
|
2267
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
2268
|
-
events?: {
|
|
2269
|
-
click?: Function | undefined;
|
|
2270
|
-
} | undefined;
|
|
2271
|
-
getHref: () => string;
|
|
2272
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
2273
|
-
assignProp: (key: string, value: any) => void;
|
|
2274
1770
|
} | undefined;
|
|
2275
1771
|
resource?: string | undefined;
|
|
2276
1772
|
resourceData?: LktObject | undefined;
|
|
@@ -2373,42 +1869,6 @@ declare const entries: import("vue").Ref<{
|
|
|
2373
1869
|
click?: Function | undefined;
|
|
2374
1870
|
} | undefined;
|
|
2375
1871
|
onClick?: Function | undefined;
|
|
2376
|
-
} | {
|
|
2377
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
2378
|
-
to?: string | {
|
|
2379
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
2380
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
2381
|
-
path?: undefined | undefined;
|
|
2382
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2383
|
-
hash?: string | undefined;
|
|
2384
|
-
replace?: boolean | undefined;
|
|
2385
|
-
force?: boolean | undefined;
|
|
2386
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2387
|
-
} | {
|
|
2388
|
-
path: string;
|
|
2389
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2390
|
-
hash?: string | undefined;
|
|
2391
|
-
replace?: boolean | undefined;
|
|
2392
|
-
force?: boolean | undefined;
|
|
2393
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2394
|
-
} | undefined;
|
|
2395
|
-
class: string;
|
|
2396
|
-
isActive: boolean;
|
|
2397
|
-
downloadFileName: string;
|
|
2398
|
-
disabled: boolean;
|
|
2399
|
-
onClick: Function | undefined;
|
|
2400
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
2401
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
2402
|
-
confirmData: LktObject;
|
|
2403
|
-
imposter: boolean;
|
|
2404
|
-
external: boolean;
|
|
2405
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
2406
|
-
events?: {
|
|
2407
|
-
click?: Function | undefined;
|
|
2408
|
-
} | undefined;
|
|
2409
|
-
getHref: () => string;
|
|
2410
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
2411
|
-
assignProp: (key: string, value: any) => void;
|
|
2412
1872
|
} | undefined;
|
|
2413
1873
|
resource?: string | undefined;
|
|
2414
1874
|
resourceData?: LktObject | undefined;
|
|
@@ -2533,42 +1993,6 @@ declare const entries: import("vue").Ref<{
|
|
|
2533
1993
|
click?: Function | undefined;
|
|
2534
1994
|
} | undefined;
|
|
2535
1995
|
onClick?: Function | undefined;
|
|
2536
|
-
} | {
|
|
2537
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
2538
|
-
to?: string | {
|
|
2539
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
2540
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
2541
|
-
path?: undefined | undefined;
|
|
2542
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2543
|
-
hash?: string | undefined;
|
|
2544
|
-
replace?: boolean | undefined;
|
|
2545
|
-
force?: boolean | undefined;
|
|
2546
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2547
|
-
} | {
|
|
2548
|
-
path: string;
|
|
2549
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2550
|
-
hash?: string | undefined;
|
|
2551
|
-
replace?: boolean | undefined;
|
|
2552
|
-
force?: boolean | undefined;
|
|
2553
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2554
|
-
} | undefined;
|
|
2555
|
-
class: string;
|
|
2556
|
-
isActive: boolean;
|
|
2557
|
-
downloadFileName: string;
|
|
2558
|
-
disabled: boolean;
|
|
2559
|
-
onClick: Function | undefined;
|
|
2560
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
2561
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
2562
|
-
confirmData: LktObject;
|
|
2563
|
-
imposter: boolean;
|
|
2564
|
-
external: boolean;
|
|
2565
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
2566
|
-
events?: {
|
|
2567
|
-
click?: Function | undefined;
|
|
2568
|
-
} | undefined;
|
|
2569
|
-
getHref: () => string;
|
|
2570
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
2571
|
-
assignProp: (key: string, value: any) => void;
|
|
2572
1996
|
} | undefined;
|
|
2573
1997
|
resource?: string | undefined;
|
|
2574
1998
|
resourceData?: LktObject | undefined;
|
|
@@ -2716,42 +2140,6 @@ declare const entries: import("vue").Ref<{
|
|
|
2716
2140
|
click?: Function | undefined;
|
|
2717
2141
|
} | undefined;
|
|
2718
2142
|
onClick?: Function | undefined;
|
|
2719
|
-
} | {
|
|
2720
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
2721
|
-
to?: string | {
|
|
2722
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
2723
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
2724
|
-
path?: undefined | undefined;
|
|
2725
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2726
|
-
hash?: string | undefined;
|
|
2727
|
-
replace?: boolean | undefined;
|
|
2728
|
-
force?: boolean | undefined;
|
|
2729
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2730
|
-
} | {
|
|
2731
|
-
path: string;
|
|
2732
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2733
|
-
hash?: string | undefined;
|
|
2734
|
-
replace?: boolean | undefined;
|
|
2735
|
-
force?: boolean | undefined;
|
|
2736
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2737
|
-
} | undefined;
|
|
2738
|
-
class: string;
|
|
2739
|
-
isActive: boolean;
|
|
2740
|
-
downloadFileName: string;
|
|
2741
|
-
disabled: boolean;
|
|
2742
|
-
onClick: Function | undefined;
|
|
2743
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
2744
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
2745
|
-
confirmData: LktObject;
|
|
2746
|
-
imposter: boolean;
|
|
2747
|
-
external: boolean;
|
|
2748
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
2749
|
-
events?: {
|
|
2750
|
-
click?: Function | undefined;
|
|
2751
|
-
} | undefined;
|
|
2752
|
-
getHref: () => string;
|
|
2753
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
2754
|
-
assignProp: (key: string, value: any) => void;
|
|
2755
2143
|
} | undefined;
|
|
2756
2144
|
resource?: string | undefined;
|
|
2757
2145
|
resourceData?: LktObject | undefined;
|
|
@@ -2876,42 +2264,6 @@ declare const entries: import("vue").Ref<{
|
|
|
2876
2264
|
click?: Function | undefined;
|
|
2877
2265
|
} | undefined;
|
|
2878
2266
|
onClick?: Function | undefined;
|
|
2879
|
-
} | {
|
|
2880
|
-
type: import("lkt-vue-kernel").AnchorType;
|
|
2881
|
-
to?: string | {
|
|
2882
|
-
name?: import("vue-router").RouteRecordNameGeneric;
|
|
2883
|
-
params?: import("vue-router").RouteParamsRawGeneric | undefined;
|
|
2884
|
-
path?: undefined | undefined;
|
|
2885
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2886
|
-
hash?: string | undefined;
|
|
2887
|
-
replace?: boolean | undefined;
|
|
2888
|
-
force?: boolean | undefined;
|
|
2889
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2890
|
-
} | {
|
|
2891
|
-
path: string;
|
|
2892
|
-
query?: import("vue-router").LocationQueryRaw | undefined;
|
|
2893
|
-
hash?: string | undefined;
|
|
2894
|
-
replace?: boolean | undefined;
|
|
2895
|
-
force?: boolean | undefined;
|
|
2896
|
-
state?: import("vue-router").HistoryState | undefined;
|
|
2897
|
-
} | undefined;
|
|
2898
|
-
class: string;
|
|
2899
|
-
isActive: boolean;
|
|
2900
|
-
downloadFileName: string;
|
|
2901
|
-
disabled: boolean;
|
|
2902
|
-
onClick: Function | undefined;
|
|
2903
|
-
confirmModal: import("lkt-vue-kernel").ValidModalName;
|
|
2904
|
-
confirmModalKey: import("lkt-vue-kernel").ValidModalKey;
|
|
2905
|
-
confirmData: LktObject;
|
|
2906
|
-
imposter: boolean;
|
|
2907
|
-
external: boolean;
|
|
2908
|
-
text?: import("lkt-vue-kernel").ValidTextValue;
|
|
2909
|
-
events?: {
|
|
2910
|
-
click?: Function | undefined;
|
|
2911
|
-
} | undefined;
|
|
2912
|
-
getHref: () => string;
|
|
2913
|
-
feed: (data?: LktObject, target?: import("lkt-vue-kernel").Anchor | undefined) => void;
|
|
2914
|
-
assignProp: (key: string, value: any) => void;
|
|
2915
2267
|
} | undefined;
|
|
2916
2268
|
resource?: string | undefined;
|
|
2917
2269
|
resourceData?: LktObject | undefined;
|
|
@@ -3001,23 +2353,25 @@ declare const entries: import("vue").Ref<{
|
|
|
3001
2353
|
isActiveChecker?: Function | undefined;
|
|
3002
2354
|
isOpened?: boolean | undefined;
|
|
3003
2355
|
isActive?: boolean | undefined;
|
|
2356
|
+
keepOpenOnChildClick?: boolean | undefined;
|
|
3004
2357
|
parent?: /*elided*/ any | undefined;
|
|
3005
2358
|
children?: /*elided*/ any[] | undefined;
|
|
3006
2359
|
events?: {
|
|
3007
2360
|
click?: Function | undefined;
|
|
3008
2361
|
} | undefined;
|
|
3009
|
-
onClick?: Function | undefined;
|
|
3010
2362
|
}[]>;
|
|
3011
2363
|
declare const entryIconSlots: import("vue").ComputedRef<LktObject>;
|
|
3012
2364
|
declare const onClickOutside: () => void;
|
|
3013
2365
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
3014
|
-
declare var
|
|
2366
|
+
declare var __VLS_1: {}, __VLS_7: any, __VLS_8: {}, __VLS_11: `tooltip-${string}`, __VLS_12: {}, __VLS_15: `split-${string}`, __VLS_16: {};
|
|
3015
2367
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
3016
|
-
[K in NonNullable<typeof
|
|
2368
|
+
[K in NonNullable<typeof __VLS_7>]?: (props: typeof __VLS_8) => any;
|
|
2369
|
+
} & {
|
|
2370
|
+
[K in NonNullable<typeof __VLS_11>]?: (props: typeof __VLS_12) => any;
|
|
3017
2371
|
} & {
|
|
3018
|
-
[K in NonNullable<typeof
|
|
2372
|
+
[K in NonNullable<typeof __VLS_15>]?: (props: typeof __VLS_16) => any;
|
|
3019
2373
|
} & {
|
|
3020
|
-
|
|
2374
|
+
before?: (props: typeof __VLS_1) => any;
|
|
3021
2375
|
}>;
|
|
3022
2376
|
declare const __VLS_self: import("vue").DefineComponent<MenuConfig, {
|
|
3023
2377
|
MenuItem: typeof MenuItem;
|