lkt-step-process 2.0.10 → 2.0.11
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.
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ButtonConfig, ItemCrudButtonNavPosition, ItemCrudButtonNavVisibility, StepProcessConfig, StepProcessStepConfig } from 'lkt-vue-kernel';
|
|
2
|
-
declare var
|
|
1
|
+
import { ButtonConfig, ClickEventArgs, ItemCrudButtonNavPosition, ItemCrudButtonNavVisibility, StepProcessConfig, StepProcessStepConfig } from 'lkt-vue-kernel';
|
|
2
|
+
declare var __VLS_10: {
|
|
3
3
|
currentStep: any;
|
|
4
4
|
currentStepIndex: any;
|
|
5
5
|
amountOfSteps: number;
|
|
6
|
-
},
|
|
6
|
+
}, __VLS_13: string, __VLS_14: {
|
|
7
7
|
config: {
|
|
8
8
|
key: string;
|
|
9
9
|
nextButton?: false | {
|
|
@@ -26,7 +26,7 @@ declare var __VLS_15: {
|
|
|
26
26
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
27
27
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
28
28
|
events?: {
|
|
29
|
-
click?: ((data:
|
|
29
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
30
30
|
} | undefined;
|
|
31
31
|
} | undefined;
|
|
32
32
|
iconEnd?: string | {
|
|
@@ -38,7 +38,7 @@ declare var __VLS_15: {
|
|
|
38
38
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
39
39
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
40
40
|
events?: {
|
|
41
|
-
click?: ((data:
|
|
41
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
42
42
|
} | undefined;
|
|
43
43
|
} | undefined;
|
|
44
44
|
img?: string | undefined;
|
|
@@ -54,7 +54,7 @@ declare var __VLS_15: {
|
|
|
54
54
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
55
55
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
56
56
|
events?: {
|
|
57
|
-
click?: ((data:
|
|
57
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
58
58
|
} | undefined;
|
|
59
59
|
};
|
|
60
60
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -66,7 +66,7 @@ declare var __VLS_15: {
|
|
|
66
66
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
67
67
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
68
68
|
events?: {
|
|
69
|
-
click?: ((data:
|
|
69
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
70
70
|
} | undefined;
|
|
71
71
|
};
|
|
72
72
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -78,7 +78,7 @@ declare var __VLS_15: {
|
|
|
78
78
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
79
79
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
80
80
|
events?: {
|
|
81
|
-
click?: ((data:
|
|
81
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
82
82
|
} | undefined;
|
|
83
83
|
};
|
|
84
84
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -90,7 +90,7 @@ declare var __VLS_15: {
|
|
|
90
90
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
91
91
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
92
92
|
events?: {
|
|
93
|
-
click?: ((data:
|
|
93
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
94
94
|
} | undefined;
|
|
95
95
|
};
|
|
96
96
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -150,7 +150,7 @@ declare var __VLS_15: {
|
|
|
150
150
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
151
151
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
152
152
|
events?: {
|
|
153
|
-
click?: ((data:
|
|
153
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
154
154
|
} | undefined;
|
|
155
155
|
} | undefined;
|
|
156
156
|
iconEnd?: string | {
|
|
@@ -162,7 +162,7 @@ declare var __VLS_15: {
|
|
|
162
162
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
163
163
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
164
164
|
events?: {
|
|
165
|
-
click?: ((data:
|
|
165
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
166
166
|
} | undefined;
|
|
167
167
|
} | undefined;
|
|
168
168
|
img?: string | undefined;
|
|
@@ -178,7 +178,7 @@ declare var __VLS_15: {
|
|
|
178
178
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
179
179
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
180
180
|
events?: {
|
|
181
|
-
click?: ((data:
|
|
181
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
182
182
|
} | undefined;
|
|
183
183
|
};
|
|
184
184
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -190,7 +190,7 @@ declare var __VLS_15: {
|
|
|
190
190
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
191
191
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
192
192
|
events?: {
|
|
193
|
-
click?: ((data:
|
|
193
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
194
194
|
} | undefined;
|
|
195
195
|
};
|
|
196
196
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -202,7 +202,7 @@ declare var __VLS_15: {
|
|
|
202
202
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
203
203
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
204
204
|
events?: {
|
|
205
|
-
click?: ((data:
|
|
205
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
206
206
|
} | undefined;
|
|
207
207
|
};
|
|
208
208
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -214,7 +214,7 @@ declare var __VLS_15: {
|
|
|
214
214
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
215
215
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
216
216
|
events?: {
|
|
217
|
-
click?: ((data:
|
|
217
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
218
218
|
} | undefined;
|
|
219
219
|
};
|
|
220
220
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -314,9 +314,9 @@ declare var __VLS_15: {
|
|
|
314
314
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
315
315
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
316
316
|
events?: {
|
|
317
|
-
click?: ((data:
|
|
317
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
318
318
|
httpStart?: Function | undefined;
|
|
319
|
-
httpEnd?: ((data:
|
|
319
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
320
320
|
} | undefined;
|
|
321
321
|
} | undefined;
|
|
322
322
|
cancelButton?: {
|
|
@@ -339,7 +339,7 @@ declare var __VLS_15: {
|
|
|
339
339
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
340
340
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
341
341
|
events?: {
|
|
342
|
-
click?: ((data:
|
|
342
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
343
343
|
} | undefined;
|
|
344
344
|
} | undefined;
|
|
345
345
|
iconEnd?: string | {
|
|
@@ -351,7 +351,7 @@ declare var __VLS_15: {
|
|
|
351
351
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
352
352
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
353
353
|
events?: {
|
|
354
|
-
click?: ((data:
|
|
354
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
355
355
|
} | undefined;
|
|
356
356
|
} | undefined;
|
|
357
357
|
img?: string | undefined;
|
|
@@ -367,7 +367,7 @@ declare var __VLS_15: {
|
|
|
367
367
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
368
368
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
369
369
|
events?: {
|
|
370
|
-
click?: ((data:
|
|
370
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
371
371
|
} | undefined;
|
|
372
372
|
};
|
|
373
373
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -379,7 +379,7 @@ declare var __VLS_15: {
|
|
|
379
379
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
380
380
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
381
381
|
events?: {
|
|
382
|
-
click?: ((data:
|
|
382
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
383
383
|
} | undefined;
|
|
384
384
|
};
|
|
385
385
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -391,7 +391,7 @@ declare var __VLS_15: {
|
|
|
391
391
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
392
392
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
393
393
|
events?: {
|
|
394
|
-
click?: ((data:
|
|
394
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
395
395
|
} | undefined;
|
|
396
396
|
};
|
|
397
397
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -403,7 +403,7 @@ declare var __VLS_15: {
|
|
|
403
403
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
404
404
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
405
405
|
events?: {
|
|
406
|
-
click?: ((data:
|
|
406
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
407
407
|
} | undefined;
|
|
408
408
|
};
|
|
409
409
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -503,9 +503,9 @@ declare var __VLS_15: {
|
|
|
503
503
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
504
504
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
505
505
|
events?: {
|
|
506
|
-
click?: ((data:
|
|
506
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
507
507
|
httpStart?: Function | undefined;
|
|
508
|
-
httpEnd?: ((data:
|
|
508
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
509
509
|
} | undefined;
|
|
510
510
|
} | undefined;
|
|
511
511
|
headerActionsButton?: {
|
|
@@ -528,7 +528,7 @@ declare var __VLS_15: {
|
|
|
528
528
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
529
529
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
530
530
|
events?: {
|
|
531
|
-
click?: ((data:
|
|
531
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
532
532
|
} | undefined;
|
|
533
533
|
} | undefined;
|
|
534
534
|
iconEnd?: string | {
|
|
@@ -540,7 +540,7 @@ declare var __VLS_15: {
|
|
|
540
540
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
541
541
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
542
542
|
events?: {
|
|
543
|
-
click?: ((data:
|
|
543
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
544
544
|
} | undefined;
|
|
545
545
|
} | undefined;
|
|
546
546
|
img?: string | undefined;
|
|
@@ -556,7 +556,7 @@ declare var __VLS_15: {
|
|
|
556
556
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
557
557
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
558
558
|
events?: {
|
|
559
|
-
click?: ((data:
|
|
559
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
560
560
|
} | undefined;
|
|
561
561
|
};
|
|
562
562
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -568,7 +568,7 @@ declare var __VLS_15: {
|
|
|
568
568
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
569
569
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
570
570
|
events?: {
|
|
571
|
-
click?: ((data:
|
|
571
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
572
572
|
} | undefined;
|
|
573
573
|
};
|
|
574
574
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -580,7 +580,7 @@ declare var __VLS_15: {
|
|
|
580
580
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
581
581
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
582
582
|
events?: {
|
|
583
|
-
click?: ((data:
|
|
583
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
584
584
|
} | undefined;
|
|
585
585
|
};
|
|
586
586
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -592,7 +592,7 @@ declare var __VLS_15: {
|
|
|
592
592
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
593
593
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
594
594
|
events?: {
|
|
595
|
-
click?: ((data:
|
|
595
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
596
596
|
} | undefined;
|
|
597
597
|
};
|
|
598
598
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -692,9 +692,9 @@ declare var __VLS_15: {
|
|
|
692
692
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
693
693
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
694
694
|
events?: {
|
|
695
|
-
click?: ((data:
|
|
695
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
696
696
|
httpStart?: Function | undefined;
|
|
697
|
-
httpEnd?: ((data:
|
|
697
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
698
698
|
} | undefined;
|
|
699
699
|
} | undefined;
|
|
700
700
|
} | undefined;
|
|
@@ -710,11 +710,11 @@ declare var __VLS_15: {
|
|
|
710
710
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
711
711
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
712
712
|
events?: {
|
|
713
|
-
click?: ((data:
|
|
713
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
714
714
|
} | undefined;
|
|
715
715
|
} | undefined;
|
|
716
716
|
events?: {
|
|
717
|
-
click?: ((data:
|
|
717
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
718
718
|
} | undefined;
|
|
719
719
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
720
720
|
onClick?: Function | undefined;
|
|
@@ -763,7 +763,7 @@ declare var __VLS_15: {
|
|
|
763
763
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
764
764
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
765
765
|
events?: {
|
|
766
|
-
click?: ((data:
|
|
766
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
767
767
|
} | undefined;
|
|
768
768
|
} | undefined;
|
|
769
769
|
iconEnd?: string | {
|
|
@@ -775,7 +775,7 @@ declare var __VLS_15: {
|
|
|
775
775
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
776
776
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
777
777
|
events?: {
|
|
778
|
-
click?: ((data:
|
|
778
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
779
779
|
} | undefined;
|
|
780
780
|
} | undefined;
|
|
781
781
|
img?: string | undefined;
|
|
@@ -791,7 +791,7 @@ declare var __VLS_15: {
|
|
|
791
791
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
792
792
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
793
793
|
events?: {
|
|
794
|
-
click?: ((data:
|
|
794
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
795
795
|
} | undefined;
|
|
796
796
|
};
|
|
797
797
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -803,7 +803,7 @@ declare var __VLS_15: {
|
|
|
803
803
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
804
804
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
805
805
|
events?: {
|
|
806
|
-
click?: ((data:
|
|
806
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
807
807
|
} | undefined;
|
|
808
808
|
};
|
|
809
809
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -815,7 +815,7 @@ declare var __VLS_15: {
|
|
|
815
815
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
816
816
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
817
817
|
events?: {
|
|
818
|
-
click?: ((data:
|
|
818
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
819
819
|
} | undefined;
|
|
820
820
|
};
|
|
821
821
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -827,7 +827,7 @@ declare var __VLS_15: {
|
|
|
827
827
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
828
828
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
829
829
|
events?: {
|
|
830
|
-
click?: ((data:
|
|
830
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
831
831
|
} | undefined;
|
|
832
832
|
};
|
|
833
833
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -883,11 +883,11 @@ declare var __VLS_15: {
|
|
|
883
883
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
884
884
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
885
885
|
events?: {
|
|
886
|
-
click?: ((data:
|
|
886
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
887
887
|
} | undefined;
|
|
888
888
|
} | undefined;
|
|
889
889
|
events?: {
|
|
890
|
-
click?: ((data:
|
|
890
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
891
891
|
} | undefined;
|
|
892
892
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
893
893
|
onClick?: Function | undefined;
|
|
@@ -941,9 +941,9 @@ declare var __VLS_15: {
|
|
|
941
941
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
942
942
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
943
943
|
events?: {
|
|
944
|
-
click?: ((data:
|
|
944
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
945
945
|
httpStart?: Function | undefined;
|
|
946
|
-
httpEnd?: ((data:
|
|
946
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
947
947
|
} | undefined;
|
|
948
948
|
} | undefined;
|
|
949
949
|
cancelButton?: {
|
|
@@ -966,7 +966,7 @@ declare var __VLS_15: {
|
|
|
966
966
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
967
967
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
968
968
|
events?: {
|
|
969
|
-
click?: ((data:
|
|
969
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
970
970
|
} | undefined;
|
|
971
971
|
} | undefined;
|
|
972
972
|
iconEnd?: string | {
|
|
@@ -978,7 +978,7 @@ declare var __VLS_15: {
|
|
|
978
978
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
979
979
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
980
980
|
events?: {
|
|
981
|
-
click?: ((data:
|
|
981
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
982
982
|
} | undefined;
|
|
983
983
|
} | undefined;
|
|
984
984
|
img?: string | undefined;
|
|
@@ -994,7 +994,7 @@ declare var __VLS_15: {
|
|
|
994
994
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
995
995
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
996
996
|
events?: {
|
|
997
|
-
click?: ((data:
|
|
997
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
998
998
|
} | undefined;
|
|
999
999
|
};
|
|
1000
1000
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1006,7 +1006,7 @@ declare var __VLS_15: {
|
|
|
1006
1006
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1007
1007
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1008
1008
|
events?: {
|
|
1009
|
-
click?: ((data:
|
|
1009
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1010
1010
|
} | undefined;
|
|
1011
1011
|
};
|
|
1012
1012
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1018,7 +1018,7 @@ declare var __VLS_15: {
|
|
|
1018
1018
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1019
1019
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1020
1020
|
events?: {
|
|
1021
|
-
click?: ((data:
|
|
1021
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1022
1022
|
} | undefined;
|
|
1023
1023
|
};
|
|
1024
1024
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1030,7 +1030,7 @@ declare var __VLS_15: {
|
|
|
1030
1030
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1031
1031
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1032
1032
|
events?: {
|
|
1033
|
-
click?: ((data:
|
|
1033
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1034
1034
|
} | undefined;
|
|
1035
1035
|
};
|
|
1036
1036
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -1086,11 +1086,11 @@ declare var __VLS_15: {
|
|
|
1086
1086
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1087
1087
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1088
1088
|
events?: {
|
|
1089
|
-
click?: ((data:
|
|
1089
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1090
1090
|
} | undefined;
|
|
1091
1091
|
} | undefined;
|
|
1092
1092
|
events?: {
|
|
1093
|
-
click?: ((data:
|
|
1093
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1094
1094
|
} | undefined;
|
|
1095
1095
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
1096
1096
|
onClick?: Function | undefined;
|
|
@@ -1144,9 +1144,9 @@ declare var __VLS_15: {
|
|
|
1144
1144
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
1145
1145
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
1146
1146
|
events?: {
|
|
1147
|
-
click?: ((data:
|
|
1147
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1148
1148
|
httpStart?: Function | undefined;
|
|
1149
|
-
httpEnd?: ((data:
|
|
1149
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1150
1150
|
} | undefined;
|
|
1151
1151
|
} | undefined;
|
|
1152
1152
|
headerActionsButton?: {
|
|
@@ -1169,7 +1169,7 @@ declare var __VLS_15: {
|
|
|
1169
1169
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1170
1170
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1171
1171
|
events?: {
|
|
1172
|
-
click?: ((data:
|
|
1172
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1173
1173
|
} | undefined;
|
|
1174
1174
|
} | undefined;
|
|
1175
1175
|
iconEnd?: string | {
|
|
@@ -1181,7 +1181,7 @@ declare var __VLS_15: {
|
|
|
1181
1181
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1182
1182
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1183
1183
|
events?: {
|
|
1184
|
-
click?: ((data:
|
|
1184
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1185
1185
|
} | undefined;
|
|
1186
1186
|
} | undefined;
|
|
1187
1187
|
img?: string | undefined;
|
|
@@ -1197,7 +1197,7 @@ declare var __VLS_15: {
|
|
|
1197
1197
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1198
1198
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1199
1199
|
events?: {
|
|
1200
|
-
click?: ((data:
|
|
1200
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1201
1201
|
} | undefined;
|
|
1202
1202
|
};
|
|
1203
1203
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1209,7 +1209,7 @@ declare var __VLS_15: {
|
|
|
1209
1209
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1210
1210
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1211
1211
|
events?: {
|
|
1212
|
-
click?: ((data:
|
|
1212
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1213
1213
|
} | undefined;
|
|
1214
1214
|
};
|
|
1215
1215
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1221,7 +1221,7 @@ declare var __VLS_15: {
|
|
|
1221
1221
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1222
1222
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1223
1223
|
events?: {
|
|
1224
|
-
click?: ((data:
|
|
1224
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1225
1225
|
} | undefined;
|
|
1226
1226
|
};
|
|
1227
1227
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1233,7 +1233,7 @@ declare var __VLS_15: {
|
|
|
1233
1233
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1234
1234
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1235
1235
|
events?: {
|
|
1236
|
-
click?: ((data:
|
|
1236
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1237
1237
|
} | undefined;
|
|
1238
1238
|
};
|
|
1239
1239
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -1289,11 +1289,11 @@ declare var __VLS_15: {
|
|
|
1289
1289
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1290
1290
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1291
1291
|
events?: {
|
|
1292
|
-
click?: ((data:
|
|
1292
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1293
1293
|
} | undefined;
|
|
1294
1294
|
} | undefined;
|
|
1295
1295
|
events?: {
|
|
1296
|
-
click?: ((data:
|
|
1296
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1297
1297
|
} | undefined;
|
|
1298
1298
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
1299
1299
|
onClick?: Function | undefined;
|
|
@@ -1347,9 +1347,9 @@ declare var __VLS_15: {
|
|
|
1347
1347
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
1348
1348
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
1349
1349
|
events?: {
|
|
1350
|
-
click?: ((data:
|
|
1350
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1351
1351
|
httpStart?: Function | undefined;
|
|
1352
|
-
httpEnd?: ((data:
|
|
1352
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1353
1353
|
} | undefined;
|
|
1354
1354
|
} | undefined;
|
|
1355
1355
|
} | undefined;
|
|
@@ -1395,7 +1395,7 @@ declare var __VLS_15: {
|
|
|
1395
1395
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1396
1396
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1397
1397
|
events?: {
|
|
1398
|
-
click?: ((data:
|
|
1398
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1399
1399
|
} | undefined;
|
|
1400
1400
|
} | undefined;
|
|
1401
1401
|
iconEnd?: string | {
|
|
@@ -1407,7 +1407,7 @@ declare var __VLS_15: {
|
|
|
1407
1407
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1408
1408
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1409
1409
|
events?: {
|
|
1410
|
-
click?: ((data:
|
|
1410
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1411
1411
|
} | undefined;
|
|
1412
1412
|
} | undefined;
|
|
1413
1413
|
img?: string | undefined;
|
|
@@ -1423,7 +1423,7 @@ declare var __VLS_15: {
|
|
|
1423
1423
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1424
1424
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1425
1425
|
events?: {
|
|
1426
|
-
click?: ((data:
|
|
1426
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1427
1427
|
} | undefined;
|
|
1428
1428
|
};
|
|
1429
1429
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1435,7 +1435,7 @@ declare var __VLS_15: {
|
|
|
1435
1435
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1436
1436
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1437
1437
|
events?: {
|
|
1438
|
-
click?: ((data:
|
|
1438
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1439
1439
|
} | undefined;
|
|
1440
1440
|
};
|
|
1441
1441
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1447,7 +1447,7 @@ declare var __VLS_15: {
|
|
|
1447
1447
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1448
1448
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1449
1449
|
events?: {
|
|
1450
|
-
click?: ((data:
|
|
1450
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1451
1451
|
} | undefined;
|
|
1452
1452
|
};
|
|
1453
1453
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1459,7 +1459,7 @@ declare var __VLS_15: {
|
|
|
1459
1459
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1460
1460
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1461
1461
|
events?: {
|
|
1462
|
-
click?: ((data:
|
|
1462
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1463
1463
|
} | undefined;
|
|
1464
1464
|
};
|
|
1465
1465
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -1515,11 +1515,11 @@ declare var __VLS_15: {
|
|
|
1515
1515
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1516
1516
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1517
1517
|
events?: {
|
|
1518
|
-
click?: ((data:
|
|
1518
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1519
1519
|
} | undefined;
|
|
1520
1520
|
} | undefined;
|
|
1521
1521
|
events?: {
|
|
1522
|
-
click?: ((data:
|
|
1522
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1523
1523
|
} | undefined;
|
|
1524
1524
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
1525
1525
|
onClick?: Function | undefined;
|
|
@@ -1573,9 +1573,9 @@ declare var __VLS_15: {
|
|
|
1573
1573
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
1574
1574
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
1575
1575
|
events?: {
|
|
1576
|
-
click?: ((data:
|
|
1576
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1577
1577
|
httpStart?: Function | undefined;
|
|
1578
|
-
httpEnd?: ((data:
|
|
1578
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1579
1579
|
} | undefined;
|
|
1580
1580
|
} | undefined;
|
|
1581
1581
|
cancelButton?: {
|
|
@@ -1598,7 +1598,7 @@ declare var __VLS_15: {
|
|
|
1598
1598
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1599
1599
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1600
1600
|
events?: {
|
|
1601
|
-
click?: ((data:
|
|
1601
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1602
1602
|
} | undefined;
|
|
1603
1603
|
} | undefined;
|
|
1604
1604
|
iconEnd?: string | {
|
|
@@ -1610,7 +1610,7 @@ declare var __VLS_15: {
|
|
|
1610
1610
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1611
1611
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1612
1612
|
events?: {
|
|
1613
|
-
click?: ((data:
|
|
1613
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1614
1614
|
} | undefined;
|
|
1615
1615
|
} | undefined;
|
|
1616
1616
|
img?: string | undefined;
|
|
@@ -1626,7 +1626,7 @@ declare var __VLS_15: {
|
|
|
1626
1626
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1627
1627
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1628
1628
|
events?: {
|
|
1629
|
-
click?: ((data:
|
|
1629
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1630
1630
|
} | undefined;
|
|
1631
1631
|
};
|
|
1632
1632
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1638,7 +1638,7 @@ declare var __VLS_15: {
|
|
|
1638
1638
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1639
1639
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1640
1640
|
events?: {
|
|
1641
|
-
click?: ((data:
|
|
1641
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1642
1642
|
} | undefined;
|
|
1643
1643
|
};
|
|
1644
1644
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1650,7 +1650,7 @@ declare var __VLS_15: {
|
|
|
1650
1650
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1651
1651
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1652
1652
|
events?: {
|
|
1653
|
-
click?: ((data:
|
|
1653
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1654
1654
|
} | undefined;
|
|
1655
1655
|
};
|
|
1656
1656
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1662,7 +1662,7 @@ declare var __VLS_15: {
|
|
|
1662
1662
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1663
1663
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1664
1664
|
events?: {
|
|
1665
|
-
click?: ((data:
|
|
1665
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1666
1666
|
} | undefined;
|
|
1667
1667
|
};
|
|
1668
1668
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -1718,11 +1718,11 @@ declare var __VLS_15: {
|
|
|
1718
1718
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1719
1719
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1720
1720
|
events?: {
|
|
1721
|
-
click?: ((data:
|
|
1721
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1722
1722
|
} | undefined;
|
|
1723
1723
|
} | undefined;
|
|
1724
1724
|
events?: {
|
|
1725
|
-
click?: ((data:
|
|
1725
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1726
1726
|
} | undefined;
|
|
1727
1727
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
1728
1728
|
onClick?: Function | undefined;
|
|
@@ -1776,9 +1776,9 @@ declare var __VLS_15: {
|
|
|
1776
1776
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
1777
1777
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
1778
1778
|
events?: {
|
|
1779
|
-
click?: ((data:
|
|
1779
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1780
1780
|
httpStart?: Function | undefined;
|
|
1781
|
-
httpEnd?: ((data:
|
|
1781
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1782
1782
|
} | undefined;
|
|
1783
1783
|
} | undefined;
|
|
1784
1784
|
headerActionsButton?: {
|
|
@@ -1801,7 +1801,7 @@ declare var __VLS_15: {
|
|
|
1801
1801
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1802
1802
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1803
1803
|
events?: {
|
|
1804
|
-
click?: ((data:
|
|
1804
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1805
1805
|
} | undefined;
|
|
1806
1806
|
} | undefined;
|
|
1807
1807
|
iconEnd?: string | {
|
|
@@ -1813,7 +1813,7 @@ declare var __VLS_15: {
|
|
|
1813
1813
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1814
1814
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1815
1815
|
events?: {
|
|
1816
|
-
click?: ((data:
|
|
1816
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1817
1817
|
} | undefined;
|
|
1818
1818
|
} | undefined;
|
|
1819
1819
|
img?: string | undefined;
|
|
@@ -1829,7 +1829,7 @@ declare var __VLS_15: {
|
|
|
1829
1829
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1830
1830
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1831
1831
|
events?: {
|
|
1832
|
-
click?: ((data:
|
|
1832
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1833
1833
|
} | undefined;
|
|
1834
1834
|
};
|
|
1835
1835
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1841,7 +1841,7 @@ declare var __VLS_15: {
|
|
|
1841
1841
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1842
1842
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1843
1843
|
events?: {
|
|
1844
|
-
click?: ((data:
|
|
1844
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1845
1845
|
} | undefined;
|
|
1846
1846
|
};
|
|
1847
1847
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1853,7 +1853,7 @@ declare var __VLS_15: {
|
|
|
1853
1853
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1854
1854
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1855
1855
|
events?: {
|
|
1856
|
-
click?: ((data:
|
|
1856
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1857
1857
|
} | undefined;
|
|
1858
1858
|
};
|
|
1859
1859
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -1865,7 +1865,7 @@ declare var __VLS_15: {
|
|
|
1865
1865
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1866
1866
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1867
1867
|
events?: {
|
|
1868
|
-
click?: ((data:
|
|
1868
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1869
1869
|
} | undefined;
|
|
1870
1870
|
};
|
|
1871
1871
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -1921,11 +1921,11 @@ declare var __VLS_15: {
|
|
|
1921
1921
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
1922
1922
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
1923
1923
|
events?: {
|
|
1924
|
-
click?: ((data:
|
|
1924
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1925
1925
|
} | undefined;
|
|
1926
1926
|
} | undefined;
|
|
1927
1927
|
events?: {
|
|
1928
|
-
click?: ((data:
|
|
1928
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1929
1929
|
} | undefined;
|
|
1930
1930
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
1931
1931
|
onClick?: Function | undefined;
|
|
@@ -1979,9 +1979,9 @@ declare var __VLS_15: {
|
|
|
1979
1979
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
1980
1980
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
1981
1981
|
events?: {
|
|
1982
|
-
click?: ((data:
|
|
1982
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1983
1983
|
httpStart?: Function | undefined;
|
|
1984
|
-
httpEnd?: ((data:
|
|
1984
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
1985
1985
|
} | undefined;
|
|
1986
1986
|
} | undefined;
|
|
1987
1987
|
} | undefined;
|
|
@@ -2026,9 +2026,9 @@ declare var __VLS_15: {
|
|
|
2026
2026
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
2027
2027
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
2028
2028
|
events?: {
|
|
2029
|
-
click?: ((data:
|
|
2029
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2030
2030
|
httpStart?: Function | undefined;
|
|
2031
|
-
httpEnd?: ((data:
|
|
2031
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2032
2032
|
} | undefined;
|
|
2033
2033
|
} | undefined;
|
|
2034
2034
|
nextHidden?: boolean | ((currentStep: StepProcessStepConfig, steps: StepProcessStepConfig[]) => boolean) | undefined;
|
|
@@ -2052,7 +2052,7 @@ declare var __VLS_15: {
|
|
|
2052
2052
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2053
2053
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2054
2054
|
events?: {
|
|
2055
|
-
click?: ((data:
|
|
2055
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2056
2056
|
} | undefined;
|
|
2057
2057
|
} | undefined;
|
|
2058
2058
|
iconEnd?: string | {
|
|
@@ -2064,7 +2064,7 @@ declare var __VLS_15: {
|
|
|
2064
2064
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2065
2065
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2066
2066
|
events?: {
|
|
2067
|
-
click?: ((data:
|
|
2067
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2068
2068
|
} | undefined;
|
|
2069
2069
|
} | undefined;
|
|
2070
2070
|
img?: string | undefined;
|
|
@@ -2080,7 +2080,7 @@ declare var __VLS_15: {
|
|
|
2080
2080
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2081
2081
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2082
2082
|
events?: {
|
|
2083
|
-
click?: ((data:
|
|
2083
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2084
2084
|
} | undefined;
|
|
2085
2085
|
};
|
|
2086
2086
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2092,7 +2092,7 @@ declare var __VLS_15: {
|
|
|
2092
2092
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2093
2093
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2094
2094
|
events?: {
|
|
2095
|
-
click?: ((data:
|
|
2095
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2096
2096
|
} | undefined;
|
|
2097
2097
|
};
|
|
2098
2098
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2104,7 +2104,7 @@ declare var __VLS_15: {
|
|
|
2104
2104
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2105
2105
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2106
2106
|
events?: {
|
|
2107
|
-
click?: ((data:
|
|
2107
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2108
2108
|
} | undefined;
|
|
2109
2109
|
};
|
|
2110
2110
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2116,7 +2116,7 @@ declare var __VLS_15: {
|
|
|
2116
2116
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2117
2117
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2118
2118
|
events?: {
|
|
2119
|
-
click?: ((data:
|
|
2119
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2120
2120
|
} | undefined;
|
|
2121
2121
|
};
|
|
2122
2122
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -2176,7 +2176,7 @@ declare var __VLS_15: {
|
|
|
2176
2176
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2177
2177
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2178
2178
|
events?: {
|
|
2179
|
-
click?: ((data:
|
|
2179
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2180
2180
|
} | undefined;
|
|
2181
2181
|
} | undefined;
|
|
2182
2182
|
iconEnd?: string | {
|
|
@@ -2188,7 +2188,7 @@ declare var __VLS_15: {
|
|
|
2188
2188
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2189
2189
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2190
2190
|
events?: {
|
|
2191
|
-
click?: ((data:
|
|
2191
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2192
2192
|
} | undefined;
|
|
2193
2193
|
} | undefined;
|
|
2194
2194
|
img?: string | undefined;
|
|
@@ -2204,7 +2204,7 @@ declare var __VLS_15: {
|
|
|
2204
2204
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2205
2205
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2206
2206
|
events?: {
|
|
2207
|
-
click?: ((data:
|
|
2207
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2208
2208
|
} | undefined;
|
|
2209
2209
|
};
|
|
2210
2210
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2216,7 +2216,7 @@ declare var __VLS_15: {
|
|
|
2216
2216
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2217
2217
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2218
2218
|
events?: {
|
|
2219
|
-
click?: ((data:
|
|
2219
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2220
2220
|
} | undefined;
|
|
2221
2221
|
};
|
|
2222
2222
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2228,7 +2228,7 @@ declare var __VLS_15: {
|
|
|
2228
2228
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2229
2229
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2230
2230
|
events?: {
|
|
2231
|
-
click?: ((data:
|
|
2231
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2232
2232
|
} | undefined;
|
|
2233
2233
|
};
|
|
2234
2234
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2240,7 +2240,7 @@ declare var __VLS_15: {
|
|
|
2240
2240
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2241
2241
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2242
2242
|
events?: {
|
|
2243
|
-
click?: ((data:
|
|
2243
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2244
2244
|
} | undefined;
|
|
2245
2245
|
};
|
|
2246
2246
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -2340,9 +2340,9 @@ declare var __VLS_15: {
|
|
|
2340
2340
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
2341
2341
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
2342
2342
|
events?: {
|
|
2343
|
-
click?: ((data:
|
|
2343
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2344
2344
|
httpStart?: Function | undefined;
|
|
2345
|
-
httpEnd?: ((data:
|
|
2345
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2346
2346
|
} | undefined;
|
|
2347
2347
|
} | undefined;
|
|
2348
2348
|
cancelButton?: {
|
|
@@ -2365,7 +2365,7 @@ declare var __VLS_15: {
|
|
|
2365
2365
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2366
2366
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2367
2367
|
events?: {
|
|
2368
|
-
click?: ((data:
|
|
2368
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2369
2369
|
} | undefined;
|
|
2370
2370
|
} | undefined;
|
|
2371
2371
|
iconEnd?: string | {
|
|
@@ -2377,7 +2377,7 @@ declare var __VLS_15: {
|
|
|
2377
2377
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2378
2378
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2379
2379
|
events?: {
|
|
2380
|
-
click?: ((data:
|
|
2380
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2381
2381
|
} | undefined;
|
|
2382
2382
|
} | undefined;
|
|
2383
2383
|
img?: string | undefined;
|
|
@@ -2393,7 +2393,7 @@ declare var __VLS_15: {
|
|
|
2393
2393
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2394
2394
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2395
2395
|
events?: {
|
|
2396
|
-
click?: ((data:
|
|
2396
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2397
2397
|
} | undefined;
|
|
2398
2398
|
};
|
|
2399
2399
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2405,7 +2405,7 @@ declare var __VLS_15: {
|
|
|
2405
2405
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2406
2406
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2407
2407
|
events?: {
|
|
2408
|
-
click?: ((data:
|
|
2408
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2409
2409
|
} | undefined;
|
|
2410
2410
|
};
|
|
2411
2411
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2417,7 +2417,7 @@ declare var __VLS_15: {
|
|
|
2417
2417
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2418
2418
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2419
2419
|
events?: {
|
|
2420
|
-
click?: ((data:
|
|
2420
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2421
2421
|
} | undefined;
|
|
2422
2422
|
};
|
|
2423
2423
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2429,7 +2429,7 @@ declare var __VLS_15: {
|
|
|
2429
2429
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2430
2430
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2431
2431
|
events?: {
|
|
2432
|
-
click?: ((data:
|
|
2432
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2433
2433
|
} | undefined;
|
|
2434
2434
|
};
|
|
2435
2435
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -2529,9 +2529,9 @@ declare var __VLS_15: {
|
|
|
2529
2529
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
2530
2530
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
2531
2531
|
events?: {
|
|
2532
|
-
click?: ((data:
|
|
2532
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2533
2533
|
httpStart?: Function | undefined;
|
|
2534
|
-
httpEnd?: ((data:
|
|
2534
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2535
2535
|
} | undefined;
|
|
2536
2536
|
} | undefined;
|
|
2537
2537
|
headerActionsButton?: {
|
|
@@ -2554,7 +2554,7 @@ declare var __VLS_15: {
|
|
|
2554
2554
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2555
2555
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2556
2556
|
events?: {
|
|
2557
|
-
click?: ((data:
|
|
2557
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2558
2558
|
} | undefined;
|
|
2559
2559
|
} | undefined;
|
|
2560
2560
|
iconEnd?: string | {
|
|
@@ -2566,7 +2566,7 @@ declare var __VLS_15: {
|
|
|
2566
2566
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2567
2567
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2568
2568
|
events?: {
|
|
2569
|
-
click?: ((data:
|
|
2569
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2570
2570
|
} | undefined;
|
|
2571
2571
|
} | undefined;
|
|
2572
2572
|
img?: string | undefined;
|
|
@@ -2582,7 +2582,7 @@ declare var __VLS_15: {
|
|
|
2582
2582
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2583
2583
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2584
2584
|
events?: {
|
|
2585
|
-
click?: ((data:
|
|
2585
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2586
2586
|
} | undefined;
|
|
2587
2587
|
};
|
|
2588
2588
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2594,7 +2594,7 @@ declare var __VLS_15: {
|
|
|
2594
2594
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2595
2595
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2596
2596
|
events?: {
|
|
2597
|
-
click?: ((data:
|
|
2597
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2598
2598
|
} | undefined;
|
|
2599
2599
|
};
|
|
2600
2600
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2606,7 +2606,7 @@ declare var __VLS_15: {
|
|
|
2606
2606
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2607
2607
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2608
2608
|
events?: {
|
|
2609
|
-
click?: ((data:
|
|
2609
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2610
2610
|
} | undefined;
|
|
2611
2611
|
};
|
|
2612
2612
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2618,7 +2618,7 @@ declare var __VLS_15: {
|
|
|
2618
2618
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2619
2619
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2620
2620
|
events?: {
|
|
2621
|
-
click?: ((data:
|
|
2621
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2622
2622
|
} | undefined;
|
|
2623
2623
|
};
|
|
2624
2624
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -2718,9 +2718,9 @@ declare var __VLS_15: {
|
|
|
2718
2718
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
2719
2719
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
2720
2720
|
events?: {
|
|
2721
|
-
click?: ((data:
|
|
2721
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2722
2722
|
httpStart?: Function | undefined;
|
|
2723
|
-
httpEnd?: ((data:
|
|
2723
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2724
2724
|
} | undefined;
|
|
2725
2725
|
} | undefined;
|
|
2726
2726
|
} | undefined;
|
|
@@ -2736,11 +2736,11 @@ declare var __VLS_15: {
|
|
|
2736
2736
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2737
2737
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2738
2738
|
events?: {
|
|
2739
|
-
click?: ((data:
|
|
2739
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2740
2740
|
} | undefined;
|
|
2741
2741
|
} | undefined;
|
|
2742
2742
|
events?: {
|
|
2743
|
-
click?: ((data:
|
|
2743
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2744
2744
|
} | undefined;
|
|
2745
2745
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
2746
2746
|
onClick?: Function | undefined;
|
|
@@ -2789,7 +2789,7 @@ declare var __VLS_15: {
|
|
|
2789
2789
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2790
2790
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2791
2791
|
events?: {
|
|
2792
|
-
click?: ((data:
|
|
2792
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2793
2793
|
} | undefined;
|
|
2794
2794
|
} | undefined;
|
|
2795
2795
|
iconEnd?: string | {
|
|
@@ -2801,7 +2801,7 @@ declare var __VLS_15: {
|
|
|
2801
2801
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2802
2802
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2803
2803
|
events?: {
|
|
2804
|
-
click?: ((data:
|
|
2804
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2805
2805
|
} | undefined;
|
|
2806
2806
|
} | undefined;
|
|
2807
2807
|
img?: string | undefined;
|
|
@@ -2817,7 +2817,7 @@ declare var __VLS_15: {
|
|
|
2817
2817
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2818
2818
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2819
2819
|
events?: {
|
|
2820
|
-
click?: ((data:
|
|
2820
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2821
2821
|
} | undefined;
|
|
2822
2822
|
};
|
|
2823
2823
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2829,7 +2829,7 @@ declare var __VLS_15: {
|
|
|
2829
2829
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2830
2830
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2831
2831
|
events?: {
|
|
2832
|
-
click?: ((data:
|
|
2832
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2833
2833
|
} | undefined;
|
|
2834
2834
|
};
|
|
2835
2835
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2841,7 +2841,7 @@ declare var __VLS_15: {
|
|
|
2841
2841
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2842
2842
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2843
2843
|
events?: {
|
|
2844
|
-
click?: ((data:
|
|
2844
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2845
2845
|
} | undefined;
|
|
2846
2846
|
};
|
|
2847
2847
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -2853,7 +2853,7 @@ declare var __VLS_15: {
|
|
|
2853
2853
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2854
2854
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2855
2855
|
events?: {
|
|
2856
|
-
click?: ((data:
|
|
2856
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2857
2857
|
} | undefined;
|
|
2858
2858
|
};
|
|
2859
2859
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -2909,11 +2909,11 @@ declare var __VLS_15: {
|
|
|
2909
2909
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2910
2910
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2911
2911
|
events?: {
|
|
2912
|
-
click?: ((data:
|
|
2912
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2913
2913
|
} | undefined;
|
|
2914
2914
|
} | undefined;
|
|
2915
2915
|
events?: {
|
|
2916
|
-
click?: ((data:
|
|
2916
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2917
2917
|
} | undefined;
|
|
2918
2918
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
2919
2919
|
onClick?: Function | undefined;
|
|
@@ -2967,9 +2967,9 @@ declare var __VLS_15: {
|
|
|
2967
2967
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
2968
2968
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
2969
2969
|
events?: {
|
|
2970
|
-
click?: ((data:
|
|
2970
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2971
2971
|
httpStart?: Function | undefined;
|
|
2972
|
-
httpEnd?: ((data:
|
|
2972
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2973
2973
|
} | undefined;
|
|
2974
2974
|
} | undefined;
|
|
2975
2975
|
cancelButton?: {
|
|
@@ -2992,7 +2992,7 @@ declare var __VLS_15: {
|
|
|
2992
2992
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
2993
2993
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
2994
2994
|
events?: {
|
|
2995
|
-
click?: ((data:
|
|
2995
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
2996
2996
|
} | undefined;
|
|
2997
2997
|
} | undefined;
|
|
2998
2998
|
iconEnd?: string | {
|
|
@@ -3004,7 +3004,7 @@ declare var __VLS_15: {
|
|
|
3004
3004
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3005
3005
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3006
3006
|
events?: {
|
|
3007
|
-
click?: ((data:
|
|
3007
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3008
3008
|
} | undefined;
|
|
3009
3009
|
} | undefined;
|
|
3010
3010
|
img?: string | undefined;
|
|
@@ -3020,7 +3020,7 @@ declare var __VLS_15: {
|
|
|
3020
3020
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3021
3021
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3022
3022
|
events?: {
|
|
3023
|
-
click?: ((data:
|
|
3023
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3024
3024
|
} | undefined;
|
|
3025
3025
|
};
|
|
3026
3026
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3032,7 +3032,7 @@ declare var __VLS_15: {
|
|
|
3032
3032
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3033
3033
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3034
3034
|
events?: {
|
|
3035
|
-
click?: ((data:
|
|
3035
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3036
3036
|
} | undefined;
|
|
3037
3037
|
};
|
|
3038
3038
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3044,7 +3044,7 @@ declare var __VLS_15: {
|
|
|
3044
3044
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3045
3045
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3046
3046
|
events?: {
|
|
3047
|
-
click?: ((data:
|
|
3047
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3048
3048
|
} | undefined;
|
|
3049
3049
|
};
|
|
3050
3050
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3056,7 +3056,7 @@ declare var __VLS_15: {
|
|
|
3056
3056
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3057
3057
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3058
3058
|
events?: {
|
|
3059
|
-
click?: ((data:
|
|
3059
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3060
3060
|
} | undefined;
|
|
3061
3061
|
};
|
|
3062
3062
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -3112,11 +3112,11 @@ declare var __VLS_15: {
|
|
|
3112
3112
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3113
3113
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3114
3114
|
events?: {
|
|
3115
|
-
click?: ((data:
|
|
3115
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3116
3116
|
} | undefined;
|
|
3117
3117
|
} | undefined;
|
|
3118
3118
|
events?: {
|
|
3119
|
-
click?: ((data:
|
|
3119
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3120
3120
|
} | undefined;
|
|
3121
3121
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
3122
3122
|
onClick?: Function | undefined;
|
|
@@ -3170,9 +3170,9 @@ declare var __VLS_15: {
|
|
|
3170
3170
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
3171
3171
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
3172
3172
|
events?: {
|
|
3173
|
-
click?: ((data:
|
|
3173
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3174
3174
|
httpStart?: Function | undefined;
|
|
3175
|
-
httpEnd?: ((data:
|
|
3175
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3176
3176
|
} | undefined;
|
|
3177
3177
|
} | undefined;
|
|
3178
3178
|
headerActionsButton?: {
|
|
@@ -3195,7 +3195,7 @@ declare var __VLS_15: {
|
|
|
3195
3195
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3196
3196
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3197
3197
|
events?: {
|
|
3198
|
-
click?: ((data:
|
|
3198
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3199
3199
|
} | undefined;
|
|
3200
3200
|
} | undefined;
|
|
3201
3201
|
iconEnd?: string | {
|
|
@@ -3207,7 +3207,7 @@ declare var __VLS_15: {
|
|
|
3207
3207
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3208
3208
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3209
3209
|
events?: {
|
|
3210
|
-
click?: ((data:
|
|
3210
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3211
3211
|
} | undefined;
|
|
3212
3212
|
} | undefined;
|
|
3213
3213
|
img?: string | undefined;
|
|
@@ -3223,7 +3223,7 @@ declare var __VLS_15: {
|
|
|
3223
3223
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3224
3224
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3225
3225
|
events?: {
|
|
3226
|
-
click?: ((data:
|
|
3226
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3227
3227
|
} | undefined;
|
|
3228
3228
|
};
|
|
3229
3229
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3235,7 +3235,7 @@ declare var __VLS_15: {
|
|
|
3235
3235
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3236
3236
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3237
3237
|
events?: {
|
|
3238
|
-
click?: ((data:
|
|
3238
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3239
3239
|
} | undefined;
|
|
3240
3240
|
};
|
|
3241
3241
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3247,7 +3247,7 @@ declare var __VLS_15: {
|
|
|
3247
3247
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3248
3248
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3249
3249
|
events?: {
|
|
3250
|
-
click?: ((data:
|
|
3250
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3251
3251
|
} | undefined;
|
|
3252
3252
|
};
|
|
3253
3253
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3259,7 +3259,7 @@ declare var __VLS_15: {
|
|
|
3259
3259
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3260
3260
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3261
3261
|
events?: {
|
|
3262
|
-
click?: ((data:
|
|
3262
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3263
3263
|
} | undefined;
|
|
3264
3264
|
};
|
|
3265
3265
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -3315,11 +3315,11 @@ declare var __VLS_15: {
|
|
|
3315
3315
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3316
3316
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3317
3317
|
events?: {
|
|
3318
|
-
click?: ((data:
|
|
3318
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3319
3319
|
} | undefined;
|
|
3320
3320
|
} | undefined;
|
|
3321
3321
|
events?: {
|
|
3322
|
-
click?: ((data:
|
|
3322
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3323
3323
|
} | undefined;
|
|
3324
3324
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
3325
3325
|
onClick?: Function | undefined;
|
|
@@ -3373,9 +3373,9 @@ declare var __VLS_15: {
|
|
|
3373
3373
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
3374
3374
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
3375
3375
|
events?: {
|
|
3376
|
-
click?: ((data:
|
|
3376
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3377
3377
|
httpStart?: Function | undefined;
|
|
3378
|
-
httpEnd?: ((data:
|
|
3378
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3379
3379
|
} | undefined;
|
|
3380
3380
|
} | undefined;
|
|
3381
3381
|
} | undefined;
|
|
@@ -3421,7 +3421,7 @@ declare var __VLS_15: {
|
|
|
3421
3421
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3422
3422
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3423
3423
|
events?: {
|
|
3424
|
-
click?: ((data:
|
|
3424
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3425
3425
|
} | undefined;
|
|
3426
3426
|
} | undefined;
|
|
3427
3427
|
iconEnd?: string | {
|
|
@@ -3433,7 +3433,7 @@ declare var __VLS_15: {
|
|
|
3433
3433
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3434
3434
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3435
3435
|
events?: {
|
|
3436
|
-
click?: ((data:
|
|
3436
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3437
3437
|
} | undefined;
|
|
3438
3438
|
} | undefined;
|
|
3439
3439
|
img?: string | undefined;
|
|
@@ -3449,7 +3449,7 @@ declare var __VLS_15: {
|
|
|
3449
3449
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3450
3450
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3451
3451
|
events?: {
|
|
3452
|
-
click?: ((data:
|
|
3452
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3453
3453
|
} | undefined;
|
|
3454
3454
|
};
|
|
3455
3455
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3461,7 +3461,7 @@ declare var __VLS_15: {
|
|
|
3461
3461
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3462
3462
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3463
3463
|
events?: {
|
|
3464
|
-
click?: ((data:
|
|
3464
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3465
3465
|
} | undefined;
|
|
3466
3466
|
};
|
|
3467
3467
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3473,7 +3473,7 @@ declare var __VLS_15: {
|
|
|
3473
3473
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3474
3474
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3475
3475
|
events?: {
|
|
3476
|
-
click?: ((data:
|
|
3476
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3477
3477
|
} | undefined;
|
|
3478
3478
|
};
|
|
3479
3479
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3485,7 +3485,7 @@ declare var __VLS_15: {
|
|
|
3485
3485
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3486
3486
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3487
3487
|
events?: {
|
|
3488
|
-
click?: ((data:
|
|
3488
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3489
3489
|
} | undefined;
|
|
3490
3490
|
};
|
|
3491
3491
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -3541,11 +3541,11 @@ declare var __VLS_15: {
|
|
|
3541
3541
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3542
3542
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3543
3543
|
events?: {
|
|
3544
|
-
click?: ((data:
|
|
3544
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3545
3545
|
} | undefined;
|
|
3546
3546
|
} | undefined;
|
|
3547
3547
|
events?: {
|
|
3548
|
-
click?: ((data:
|
|
3548
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3549
3549
|
} | undefined;
|
|
3550
3550
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
3551
3551
|
onClick?: Function | undefined;
|
|
@@ -3599,9 +3599,9 @@ declare var __VLS_15: {
|
|
|
3599
3599
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
3600
3600
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
3601
3601
|
events?: {
|
|
3602
|
-
click?: ((data:
|
|
3602
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3603
3603
|
httpStart?: Function | undefined;
|
|
3604
|
-
httpEnd?: ((data:
|
|
3604
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3605
3605
|
} | undefined;
|
|
3606
3606
|
} | undefined;
|
|
3607
3607
|
cancelButton?: {
|
|
@@ -3624,7 +3624,7 @@ declare var __VLS_15: {
|
|
|
3624
3624
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3625
3625
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3626
3626
|
events?: {
|
|
3627
|
-
click?: ((data:
|
|
3627
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3628
3628
|
} | undefined;
|
|
3629
3629
|
} | undefined;
|
|
3630
3630
|
iconEnd?: string | {
|
|
@@ -3636,7 +3636,7 @@ declare var __VLS_15: {
|
|
|
3636
3636
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3637
3637
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3638
3638
|
events?: {
|
|
3639
|
-
click?: ((data:
|
|
3639
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3640
3640
|
} | undefined;
|
|
3641
3641
|
} | undefined;
|
|
3642
3642
|
img?: string | undefined;
|
|
@@ -3652,7 +3652,7 @@ declare var __VLS_15: {
|
|
|
3652
3652
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3653
3653
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3654
3654
|
events?: {
|
|
3655
|
-
click?: ((data:
|
|
3655
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3656
3656
|
} | undefined;
|
|
3657
3657
|
};
|
|
3658
3658
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3664,7 +3664,7 @@ declare var __VLS_15: {
|
|
|
3664
3664
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3665
3665
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3666
3666
|
events?: {
|
|
3667
|
-
click?: ((data:
|
|
3667
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3668
3668
|
} | undefined;
|
|
3669
3669
|
};
|
|
3670
3670
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3676,7 +3676,7 @@ declare var __VLS_15: {
|
|
|
3676
3676
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3677
3677
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3678
3678
|
events?: {
|
|
3679
|
-
click?: ((data:
|
|
3679
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3680
3680
|
} | undefined;
|
|
3681
3681
|
};
|
|
3682
3682
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3688,7 +3688,7 @@ declare var __VLS_15: {
|
|
|
3688
3688
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3689
3689
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3690
3690
|
events?: {
|
|
3691
|
-
click?: ((data:
|
|
3691
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3692
3692
|
} | undefined;
|
|
3693
3693
|
};
|
|
3694
3694
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -3744,11 +3744,11 @@ declare var __VLS_15: {
|
|
|
3744
3744
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3745
3745
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3746
3746
|
events?: {
|
|
3747
|
-
click?: ((data:
|
|
3747
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3748
3748
|
} | undefined;
|
|
3749
3749
|
} | undefined;
|
|
3750
3750
|
events?: {
|
|
3751
|
-
click?: ((data:
|
|
3751
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3752
3752
|
} | undefined;
|
|
3753
3753
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
3754
3754
|
onClick?: Function | undefined;
|
|
@@ -3802,9 +3802,9 @@ declare var __VLS_15: {
|
|
|
3802
3802
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
3803
3803
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
3804
3804
|
events?: {
|
|
3805
|
-
click?: ((data:
|
|
3805
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3806
3806
|
httpStart?: Function | undefined;
|
|
3807
|
-
httpEnd?: ((data:
|
|
3807
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3808
3808
|
} | undefined;
|
|
3809
3809
|
} | undefined;
|
|
3810
3810
|
headerActionsButton?: {
|
|
@@ -3827,7 +3827,7 @@ declare var __VLS_15: {
|
|
|
3827
3827
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3828
3828
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3829
3829
|
events?: {
|
|
3830
|
-
click?: ((data:
|
|
3830
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3831
3831
|
} | undefined;
|
|
3832
3832
|
} | undefined;
|
|
3833
3833
|
iconEnd?: string | {
|
|
@@ -3839,7 +3839,7 @@ declare var __VLS_15: {
|
|
|
3839
3839
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3840
3840
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3841
3841
|
events?: {
|
|
3842
|
-
click?: ((data:
|
|
3842
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3843
3843
|
} | undefined;
|
|
3844
3844
|
} | undefined;
|
|
3845
3845
|
img?: string | undefined;
|
|
@@ -3855,7 +3855,7 @@ declare var __VLS_15: {
|
|
|
3855
3855
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3856
3856
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3857
3857
|
events?: {
|
|
3858
|
-
click?: ((data:
|
|
3858
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3859
3859
|
} | undefined;
|
|
3860
3860
|
};
|
|
3861
3861
|
iconOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3867,7 +3867,7 @@ declare var __VLS_15: {
|
|
|
3867
3867
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3868
3868
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3869
3869
|
events?: {
|
|
3870
|
-
click?: ((data:
|
|
3870
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3871
3871
|
} | undefined;
|
|
3872
3872
|
};
|
|
3873
3873
|
iconEndOn?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3879,7 +3879,7 @@ declare var __VLS_15: {
|
|
|
3879
3879
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3880
3880
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3881
3881
|
events?: {
|
|
3882
|
-
click?: ((data:
|
|
3882
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3883
3883
|
} | undefined;
|
|
3884
3884
|
};
|
|
3885
3885
|
iconEndOff?: import("lkt-vue-kernel").ValidTextValue | {
|
|
@@ -3891,7 +3891,7 @@ declare var __VLS_15: {
|
|
|
3891
3891
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3892
3892
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3893
3893
|
events?: {
|
|
3894
|
-
click?: ((data:
|
|
3894
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3895
3895
|
} | undefined;
|
|
3896
3896
|
};
|
|
3897
3897
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
@@ -3947,11 +3947,11 @@ declare var __VLS_15: {
|
|
|
3947
3947
|
dot?: import("lkt-vue-kernel").ValidIconDot | undefined;
|
|
3948
3948
|
position?: import("lkt-vue-kernel").IconPosition | undefined;
|
|
3949
3949
|
events?: {
|
|
3950
|
-
click?: ((data:
|
|
3950
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3951
3951
|
} | undefined;
|
|
3952
3952
|
} | undefined;
|
|
3953
3953
|
events?: {
|
|
3954
|
-
click?: ((data:
|
|
3954
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
3955
3955
|
} | undefined;
|
|
3956
3956
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
3957
3957
|
onClick?: Function | undefined;
|
|
@@ -4005,9 +4005,9 @@ declare var __VLS_15: {
|
|
|
4005
4005
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
4006
4006
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
4007
4007
|
events?: {
|
|
4008
|
-
click?: ((data:
|
|
4008
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
4009
4009
|
httpStart?: Function | undefined;
|
|
4010
|
-
httpEnd?: ((data:
|
|
4010
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
4011
4011
|
} | undefined;
|
|
4012
4012
|
} | undefined;
|
|
4013
4013
|
} | undefined;
|
|
@@ -4052,24 +4052,24 @@ declare var __VLS_15: {
|
|
|
4052
4052
|
prop?: import("lkt-vue-kernel").LktObject | undefined;
|
|
4053
4053
|
clickRef?: (Element | import("vue").VueElement) | undefined;
|
|
4054
4054
|
events?: {
|
|
4055
|
-
click?: ((data:
|
|
4055
|
+
click?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
4056
4056
|
httpStart?: Function | undefined;
|
|
4057
|
-
httpEnd?: ((data:
|
|
4057
|
+
httpEnd?: ((data: ClickEventArgs) => void | undefined) | undefined;
|
|
4058
4058
|
} | undefined;
|
|
4059
4059
|
} | undefined;
|
|
4060
4060
|
prevHidden?: boolean | ((currentStep: StepProcessStepConfig, steps: StepProcessStepConfig[]) => boolean) | undefined;
|
|
4061
4061
|
}[];
|
|
4062
|
-
},
|
|
4062
|
+
}, __VLS_25: {
|
|
4063
4063
|
currentStep: any;
|
|
4064
4064
|
currentStepIndex: any;
|
|
4065
4065
|
amountOfSteps: number;
|
|
4066
4066
|
};
|
|
4067
4067
|
type __VLS_Slots = {} & {
|
|
4068
|
-
[K in NonNullable<typeof
|
|
4068
|
+
[K in NonNullable<typeof __VLS_13>]?: (props: typeof __VLS_14) => any;
|
|
4069
4069
|
} & {
|
|
4070
|
-
'nav-info'?: (props: typeof
|
|
4070
|
+
'nav-info'?: (props: typeof __VLS_10) => any;
|
|
4071
4071
|
} & {
|
|
4072
|
-
'nav-info'?: (props: typeof
|
|
4072
|
+
'nav-info'?: (props: typeof __VLS_25) => any;
|
|
4073
4073
|
};
|
|
4074
4074
|
declare const __VLS_component: import("vue").DefineComponent<StepProcessConfig, {
|
|
4075
4075
|
goNext: () => void;
|