@fkui/vue 6.19.0 → 6.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs.js +163 -183
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/index.esm.js +163 -183
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +58 -319
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -113,7 +113,6 @@ validator(value: string): boolean;
|
|
|
113
113
|
*/
|
|
114
114
|
inverted: {
|
|
115
115
|
type: BooleanConstructor;
|
|
116
|
-
default: boolean;
|
|
117
116
|
};
|
|
118
117
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
119
118
|
/**
|
|
@@ -129,7 +128,6 @@ validator(value: string): boolean;
|
|
|
129
128
|
*/
|
|
130
129
|
inverted: {
|
|
131
130
|
type: BooleanConstructor;
|
|
132
|
-
default: boolean;
|
|
133
131
|
};
|
|
134
132
|
}>> & Readonly<{}>, {
|
|
135
133
|
status: "default" | "warning" | "error" | "success" | "info";
|
|
@@ -180,6 +178,14 @@ type: StringConstructor;
|
|
|
180
178
|
default: undefined;
|
|
181
179
|
};
|
|
182
180
|
/**
|
|
181
|
+
* Icon library to use.
|
|
182
|
+
*/
|
|
183
|
+
iconLibrary: {
|
|
184
|
+
type: StringConstructor;
|
|
185
|
+
required: false;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
188
|
+
/**
|
|
183
189
|
* Tertiary button style, used in conjunction with button variant `tertiary`.
|
|
184
190
|
* Can be one of:
|
|
185
191
|
* - `standard`
|
|
@@ -197,7 +203,6 @@ validator(value: string): boolean;
|
|
|
197
203
|
*/
|
|
198
204
|
alignText: {
|
|
199
205
|
type: BooleanConstructor;
|
|
200
|
-
default: boolean;
|
|
201
206
|
};
|
|
202
207
|
/**
|
|
203
208
|
*
|
|
@@ -205,7 +210,6 @@ default: boolean;
|
|
|
205
210
|
*/
|
|
206
211
|
mobileFullWidth: {
|
|
207
212
|
type: BooleanConstructor;
|
|
208
|
-
default: boolean;
|
|
209
213
|
};
|
|
210
214
|
/**
|
|
211
215
|
* The default behavior of the button. Possible values are:
|
|
@@ -256,6 +260,14 @@ type: StringConstructor;
|
|
|
256
260
|
default: undefined;
|
|
257
261
|
};
|
|
258
262
|
/**
|
|
263
|
+
* Icon library to use.
|
|
264
|
+
*/
|
|
265
|
+
iconLibrary: {
|
|
266
|
+
type: StringConstructor;
|
|
267
|
+
required: false;
|
|
268
|
+
default: string;
|
|
269
|
+
};
|
|
270
|
+
/**
|
|
259
271
|
* Tertiary button style, used in conjunction with button variant `tertiary`.
|
|
260
272
|
* Can be one of:
|
|
261
273
|
* - `standard`
|
|
@@ -273,7 +285,6 @@ validator(value: string): boolean;
|
|
|
273
285
|
*/
|
|
274
286
|
alignText: {
|
|
275
287
|
type: BooleanConstructor;
|
|
276
|
-
default: boolean;
|
|
277
288
|
};
|
|
278
289
|
/**
|
|
279
290
|
*
|
|
@@ -281,7 +292,6 @@ default: boolean;
|
|
|
281
292
|
*/
|
|
282
293
|
mobileFullWidth: {
|
|
283
294
|
type: BooleanConstructor;
|
|
284
|
-
default: boolean;
|
|
285
295
|
};
|
|
286
296
|
/**
|
|
287
297
|
* The default behavior of the button. Possible values are:
|
|
@@ -300,6 +310,7 @@ variant: "primary" | "secondary" | "tertiary";
|
|
|
300
310
|
size: "small" | "medium" | "large";
|
|
301
311
|
iconLeft: string;
|
|
302
312
|
iconRight: string;
|
|
313
|
+
iconLibrary: string;
|
|
303
314
|
tertiaryStyle: "inverted" | "standard" | "black";
|
|
304
315
|
alignText: boolean;
|
|
305
316
|
mobileFullWidth: boolean;
|
|
@@ -359,7 +370,6 @@ validator(value: string): boolean;
|
|
|
359
370
|
*/
|
|
360
371
|
icon: {
|
|
361
372
|
type: BooleanConstructor;
|
|
362
|
-
default: boolean;
|
|
363
373
|
};
|
|
364
374
|
/**
|
|
365
375
|
* The item that the action will be performed on.
|
|
@@ -374,7 +384,6 @@ required: true;
|
|
|
374
384
|
*/
|
|
375
385
|
label: {
|
|
376
386
|
type: BooleanConstructor;
|
|
377
|
-
default: boolean;
|
|
378
387
|
};
|
|
379
388
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
380
389
|
/**
|
|
@@ -391,7 +400,6 @@ validator(value: string): boolean;
|
|
|
391
400
|
*/
|
|
392
401
|
icon: {
|
|
393
402
|
type: BooleanConstructor;
|
|
394
|
-
default: boolean;
|
|
395
403
|
};
|
|
396
404
|
/**
|
|
397
405
|
* The item that the action will be performed on.
|
|
@@ -406,7 +414,6 @@ required: true;
|
|
|
406
414
|
*/
|
|
407
415
|
label: {
|
|
408
416
|
type: BooleanConstructor;
|
|
409
|
-
default: boolean;
|
|
410
417
|
};
|
|
411
418
|
}>> & Readonly<{}>, {
|
|
412
419
|
label: boolean;
|
|
@@ -456,7 +463,6 @@ default: boolean;
|
|
|
456
463
|
rowHeader: {
|
|
457
464
|
type: BooleanConstructor;
|
|
458
465
|
required: false;
|
|
459
|
-
default: boolean;
|
|
460
466
|
};
|
|
461
467
|
/**
|
|
462
468
|
* Text to show in column header. In order to force newlines use `\n`.
|
|
@@ -481,7 +487,6 @@ default: string;
|
|
|
481
487
|
shrink: {
|
|
482
488
|
type: BooleanConstructor;
|
|
483
489
|
required: false;
|
|
484
|
-
default: boolean;
|
|
485
490
|
};
|
|
486
491
|
/**
|
|
487
492
|
* Set this column to expand as large as possible.
|
|
@@ -493,7 +498,6 @@ default: boolean;
|
|
|
493
498
|
expand: {
|
|
494
499
|
type: BooleanConstructor;
|
|
495
500
|
required: false;
|
|
496
|
-
default: boolean;
|
|
497
501
|
};
|
|
498
502
|
/**
|
|
499
503
|
* Type of data the rows contains.
|
|
@@ -541,7 +545,6 @@ default: boolean;
|
|
|
541
545
|
rowHeader: {
|
|
542
546
|
type: BooleanConstructor;
|
|
543
547
|
required: false;
|
|
544
|
-
default: boolean;
|
|
545
548
|
};
|
|
546
549
|
/**
|
|
547
550
|
* Text to show in column header. In order to force newlines use `\n`.
|
|
@@ -566,7 +569,6 @@ default: string;
|
|
|
566
569
|
shrink: {
|
|
567
570
|
type: BooleanConstructor;
|
|
568
571
|
required: false;
|
|
569
|
-
default: boolean;
|
|
570
572
|
};
|
|
571
573
|
/**
|
|
572
574
|
* Set this column to expand as large as possible.
|
|
@@ -578,7 +580,6 @@ default: boolean;
|
|
|
578
580
|
expand: {
|
|
579
581
|
type: BooleanConstructor;
|
|
580
582
|
required: false;
|
|
581
|
-
default: boolean;
|
|
582
583
|
};
|
|
583
584
|
/**
|
|
584
585
|
* Type of data the rows contains.
|
|
@@ -1057,7 +1058,6 @@ default: () => GroupValidityEvent;
|
|
|
1057
1058
|
stopPropagation: {
|
|
1058
1059
|
type: BooleanConstructor;
|
|
1059
1060
|
required: false;
|
|
1060
|
-
default: boolean;
|
|
1061
1061
|
};
|
|
1062
1062
|
}>, {}, {
|
|
1063
1063
|
components: Record<string, ComponentValidityEvent>;
|
|
@@ -1074,7 +1074,6 @@ default: () => GroupValidityEvent;
|
|
|
1074
1074
|
stopPropagation: {
|
|
1075
1075
|
type: BooleanConstructor;
|
|
1076
1076
|
required: false;
|
|
1077
|
-
default: boolean;
|
|
1078
1077
|
};
|
|
1079
1078
|
}>> & Readonly<{
|
|
1080
1079
|
"onGroup-validity"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1091,7 +1090,6 @@ required: true;
|
|
|
1091
1090
|
bullets: {
|
|
1092
1091
|
type: BooleanConstructor;
|
|
1093
1092
|
required: false;
|
|
1094
|
-
default: boolean;
|
|
1095
1093
|
};
|
|
1096
1094
|
beforeNavigate: {
|
|
1097
1095
|
type: PropType<BeforeNavigate>;
|
|
@@ -1111,7 +1109,6 @@ required: true;
|
|
|
1111
1109
|
bullets: {
|
|
1112
1110
|
type: BooleanConstructor;
|
|
1113
1111
|
required: false;
|
|
1114
|
-
default: boolean;
|
|
1115
1112
|
};
|
|
1116
1113
|
beforeNavigate: {
|
|
1117
1114
|
type: PropType<BeforeNavigate>;
|
|
@@ -1184,11 +1181,9 @@ validator(val: string): boolean;
|
|
|
1184
1181
|
};
|
|
1185
1182
|
collapse: {
|
|
1186
1183
|
type: BooleanConstructor;
|
|
1187
|
-
default: boolean;
|
|
1188
1184
|
};
|
|
1189
1185
|
wrap: {
|
|
1190
1186
|
type: BooleanConstructor;
|
|
1191
|
-
default: boolean;
|
|
1192
1187
|
};
|
|
1193
1188
|
float: {
|
|
1194
1189
|
type: StringConstructor;
|
|
@@ -1205,11 +1200,9 @@ validator(val: string): boolean;
|
|
|
1205
1200
|
};
|
|
1206
1201
|
collapse: {
|
|
1207
1202
|
type: BooleanConstructor;
|
|
1208
|
-
default: boolean;
|
|
1209
1203
|
};
|
|
1210
1204
|
wrap: {
|
|
1211
1205
|
type: BooleanConstructor;
|
|
1212
|
-
default: boolean;
|
|
1213
1206
|
};
|
|
1214
1207
|
float: {
|
|
1215
1208
|
type: StringConstructor;
|
|
@@ -1225,11 +1218,9 @@ float: string;
|
|
|
1225
1218
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
1226
1219
|
grow: {
|
|
1227
1220
|
type: BooleanConstructor;
|
|
1228
|
-
default: boolean;
|
|
1229
1221
|
};
|
|
1230
1222
|
shrink: {
|
|
1231
1223
|
type: BooleanConstructor;
|
|
1232
|
-
default: boolean;
|
|
1233
1224
|
};
|
|
1234
1225
|
align: {
|
|
1235
1226
|
type: StringConstructor;
|
|
@@ -1241,11 +1232,9 @@ classList(): string[];
|
|
|
1241
1232
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1242
1233
|
grow: {
|
|
1243
1234
|
type: BooleanConstructor;
|
|
1244
|
-
default: boolean;
|
|
1245
1235
|
};
|
|
1246
1236
|
shrink: {
|
|
1247
1237
|
type: BooleanConstructor;
|
|
1248
|
-
default: boolean;
|
|
1249
1238
|
};
|
|
1250
1239
|
align: {
|
|
1251
1240
|
type: StringConstructor;
|
|
@@ -1423,7 +1412,6 @@ default: () => string;
|
|
|
1423
1412
|
inline: {
|
|
1424
1413
|
type: BooleanConstructor;
|
|
1425
1414
|
required: false;
|
|
1426
|
-
default: boolean;
|
|
1427
1415
|
};
|
|
1428
1416
|
modelValue: {
|
|
1429
1417
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -1463,7 +1451,6 @@ default: () => undefined;
|
|
|
1463
1451
|
disabled: {
|
|
1464
1452
|
type: BooleanConstructor;
|
|
1465
1453
|
required: false;
|
|
1466
|
-
default: boolean;
|
|
1467
1454
|
};
|
|
1468
1455
|
}>, {
|
|
1469
1456
|
textFieldTableMode: boolean;
|
|
@@ -1521,7 +1508,6 @@ default: () => string;
|
|
|
1521
1508
|
inline: {
|
|
1522
1509
|
type: BooleanConstructor;
|
|
1523
1510
|
required: false;
|
|
1524
|
-
default: boolean;
|
|
1525
1511
|
};
|
|
1526
1512
|
modelValue: {
|
|
1527
1513
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -1561,7 +1547,6 @@ default: () => undefined;
|
|
|
1561
1547
|
disabled: {
|
|
1562
1548
|
type: BooleanConstructor;
|
|
1563
1549
|
required: false;
|
|
1564
|
-
default: boolean;
|
|
1565
1550
|
};
|
|
1566
1551
|
}>> & Readonly<{
|
|
1567
1552
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -1878,7 +1863,6 @@ default: () => string;
|
|
|
1878
1863
|
inline: {
|
|
1879
1864
|
type: BooleanConstructor;
|
|
1880
1865
|
required: false;
|
|
1881
|
-
default: boolean;
|
|
1882
1866
|
};
|
|
1883
1867
|
modelValue: {
|
|
1884
1868
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -1918,7 +1902,6 @@ default: () => undefined;
|
|
|
1918
1902
|
disabled: {
|
|
1919
1903
|
type: BooleanConstructor;
|
|
1920
1904
|
required: false;
|
|
1921
|
-
default: boolean;
|
|
1922
1905
|
};
|
|
1923
1906
|
}>, {
|
|
1924
1907
|
textFieldTableMode: boolean;
|
|
@@ -1976,7 +1959,6 @@ default: () => string;
|
|
|
1976
1959
|
inline: {
|
|
1977
1960
|
type: BooleanConstructor;
|
|
1978
1961
|
required: false;
|
|
1979
|
-
default: boolean;
|
|
1980
1962
|
};
|
|
1981
1963
|
modelValue: {
|
|
1982
1964
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -2016,7 +1998,6 @@ default: () => undefined;
|
|
|
2016
1998
|
disabled: {
|
|
2017
1999
|
type: BooleanConstructor;
|
|
2018
2000
|
required: false;
|
|
2019
|
-
default: boolean;
|
|
2020
2001
|
};
|
|
2021
2002
|
}>> & Readonly<{
|
|
2022
2003
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -2345,7 +2326,6 @@ required: true;
|
|
|
2345
2326
|
yearSelector: {
|
|
2346
2327
|
type: BooleanConstructor;
|
|
2347
2328
|
required: false;
|
|
2348
|
-
default: boolean;
|
|
2349
2329
|
};
|
|
2350
2330
|
/**
|
|
2351
2331
|
* Optional id (generated by default).
|
|
@@ -2415,7 +2395,6 @@ required: true;
|
|
|
2415
2395
|
yearSelector: {
|
|
2416
2396
|
type: BooleanConstructor;
|
|
2417
2397
|
required: false;
|
|
2418
|
-
default: boolean;
|
|
2419
2398
|
};
|
|
2420
2399
|
/**
|
|
2421
2400
|
* Optional id (generated by default).
|
|
@@ -2449,12 +2428,10 @@ required: true;
|
|
|
2449
2428
|
yearSelector: {
|
|
2450
2429
|
type: BooleanConstructor;
|
|
2451
2430
|
required: false;
|
|
2452
|
-
default: boolean;
|
|
2453
2431
|
};
|
|
2454
2432
|
yearSelectorOpen: {
|
|
2455
2433
|
type: BooleanConstructor;
|
|
2456
2434
|
required: false;
|
|
2457
|
-
default: boolean;
|
|
2458
2435
|
};
|
|
2459
2436
|
id: {
|
|
2460
2437
|
type: StringConstructor;
|
|
@@ -2498,12 +2475,10 @@ required: true;
|
|
|
2498
2475
|
yearSelector: {
|
|
2499
2476
|
type: BooleanConstructor;
|
|
2500
2477
|
required: false;
|
|
2501
|
-
default: boolean;
|
|
2502
2478
|
};
|
|
2503
2479
|
yearSelectorOpen: {
|
|
2504
2480
|
type: BooleanConstructor;
|
|
2505
2481
|
required: false;
|
|
2506
|
-
default: boolean;
|
|
2507
2482
|
};
|
|
2508
2483
|
id: {
|
|
2509
2484
|
type: StringConstructor;
|
|
@@ -2597,7 +2572,7 @@ onClickDay(date: FDate): void;
|
|
|
2597
2572
|
onKeydownDay(date: FDate, event: KeyboardEvent): Promise<void>;
|
|
2598
2573
|
isDayFocused(date: FDate): boolean;
|
|
2599
2574
|
getTabindex(date: FDate): 0 | -1;
|
|
2600
|
-
}, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "
|
|
2575
|
+
}, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "click")[], "update:modelValue" | "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
2601
2576
|
modelValue: {
|
|
2602
2577
|
type: PropType<FDate>;
|
|
2603
2578
|
required: true;
|
|
@@ -2616,7 +2591,6 @@ type: PropType<FDate>;
|
|
|
2616
2591
|
required: true;
|
|
2617
2592
|
};
|
|
2618
2593
|
}>> & Readonly<{
|
|
2619
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
2620
2594
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
2621
2595
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2622
2596
|
}>, {
|
|
@@ -2630,7 +2604,6 @@ required: true;
|
|
|
2630
2604
|
hideWeekNumbers: {
|
|
2631
2605
|
type: BooleanConstructor;
|
|
2632
2606
|
required: false;
|
|
2633
|
-
default: boolean;
|
|
2634
2607
|
};
|
|
2635
2608
|
}>, {}, {
|
|
2636
2609
|
weekdays: WeekdayNaming[];
|
|
@@ -2659,7 +2632,6 @@ required: true;
|
|
|
2659
2632
|
hideWeekNumbers: {
|
|
2660
2633
|
type: BooleanConstructor;
|
|
2661
2634
|
required: false;
|
|
2662
|
-
default: boolean;
|
|
2663
2635
|
};
|
|
2664
2636
|
}>> & Readonly<{}>, {
|
|
2665
2637
|
hideWeekNumbers: boolean;
|
|
@@ -2684,20 +2656,11 @@ required: false;
|
|
|
2684
2656
|
default: boolean;
|
|
2685
2657
|
};
|
|
2686
2658
|
/**
|
|
2687
|
-
* Set to `true` if day is focused.
|
|
2688
|
-
*/
|
|
2689
|
-
focused: {
|
|
2690
|
-
type: BooleanConstructor;
|
|
2691
|
-
required: false;
|
|
2692
|
-
default: boolean;
|
|
2693
|
-
};
|
|
2694
|
-
/**
|
|
2695
2659
|
* Set to `true` if day is selected.
|
|
2696
2660
|
*/
|
|
2697
2661
|
selected: {
|
|
2698
2662
|
type: BooleanConstructor;
|
|
2699
2663
|
required: false;
|
|
2700
|
-
default: boolean;
|
|
2701
2664
|
};
|
|
2702
2665
|
/**
|
|
2703
2666
|
* Set to `true` if day should be highlighted.
|
|
@@ -2705,7 +2668,6 @@ default: boolean;
|
|
|
2705
2668
|
highlight: {
|
|
2706
2669
|
type: BooleanConstructor;
|
|
2707
2670
|
required: false;
|
|
2708
|
-
default: boolean;
|
|
2709
2671
|
};
|
|
2710
2672
|
}>, {}, {}, {
|
|
2711
2673
|
srText(): string;
|
|
@@ -2727,20 +2689,11 @@ required: false;
|
|
|
2727
2689
|
default: boolean;
|
|
2728
2690
|
};
|
|
2729
2691
|
/**
|
|
2730
|
-
* Set to `true` if day is focused.
|
|
2731
|
-
*/
|
|
2732
|
-
focused: {
|
|
2733
|
-
type: BooleanConstructor;
|
|
2734
|
-
required: false;
|
|
2735
|
-
default: boolean;
|
|
2736
|
-
};
|
|
2737
|
-
/**
|
|
2738
2692
|
* Set to `true` if day is selected.
|
|
2739
2693
|
*/
|
|
2740
2694
|
selected: {
|
|
2741
2695
|
type: BooleanConstructor;
|
|
2742
2696
|
required: false;
|
|
2743
|
-
default: boolean;
|
|
2744
2697
|
};
|
|
2745
2698
|
/**
|
|
2746
2699
|
* Set to `true` if day should be highlighted.
|
|
@@ -2748,10 +2701,8 @@ default: boolean;
|
|
|
2748
2701
|
highlight: {
|
|
2749
2702
|
type: BooleanConstructor;
|
|
2750
2703
|
required: false;
|
|
2751
|
-
default: boolean;
|
|
2752
2704
|
};
|
|
2753
2705
|
}>> & Readonly<{}>, {
|
|
2754
|
-
focused: boolean;
|
|
2755
2706
|
enabled: boolean;
|
|
2756
2707
|
selected: boolean;
|
|
2757
2708
|
highlight: boolean;
|
|
@@ -2766,7 +2717,6 @@ export declare const FCheckboxField: DefineComponent<ExtractPropTypes< {
|
|
|
2766
2717
|
disabled: {
|
|
2767
2718
|
type: BooleanConstructor;
|
|
2768
2719
|
required: false;
|
|
2769
|
-
default: boolean;
|
|
2770
2720
|
};
|
|
2771
2721
|
/**
|
|
2772
2722
|
* The id for the input id attribute.
|
|
@@ -2835,7 +2785,6 @@ leave(element: Element): void;
|
|
|
2835
2785
|
disabled: {
|
|
2836
2786
|
type: BooleanConstructor;
|
|
2837
2787
|
required: false;
|
|
2838
|
-
default: boolean;
|
|
2839
2788
|
};
|
|
2840
2789
|
/**
|
|
2841
2790
|
* The id for the input id attribute.
|
|
@@ -2898,7 +2847,6 @@ default: () => string;
|
|
|
2898
2847
|
inline: {
|
|
2899
2848
|
type: BooleanConstructor;
|
|
2900
2849
|
required: false;
|
|
2901
|
-
default: boolean;
|
|
2902
2850
|
};
|
|
2903
2851
|
modelValue: {
|
|
2904
2852
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -2938,7 +2886,6 @@ default: () => undefined;
|
|
|
2938
2886
|
disabled: {
|
|
2939
2887
|
type: BooleanConstructor;
|
|
2940
2888
|
required: false;
|
|
2941
|
-
default: boolean;
|
|
2942
2889
|
};
|
|
2943
2890
|
}>, {
|
|
2944
2891
|
textFieldTableMode: boolean;
|
|
@@ -2996,7 +2943,6 @@ default: () => string;
|
|
|
2996
2943
|
inline: {
|
|
2997
2944
|
type: BooleanConstructor;
|
|
2998
2945
|
required: false;
|
|
2999
|
-
default: boolean;
|
|
3000
2946
|
};
|
|
3001
2947
|
modelValue: {
|
|
3002
2948
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -3036,7 +2982,6 @@ default: () => undefined;
|
|
|
3036
2982
|
disabled: {
|
|
3037
2983
|
type: BooleanConstructor;
|
|
3038
2984
|
required: false;
|
|
3039
|
-
default: boolean;
|
|
3040
2985
|
};
|
|
3041
2986
|
}>> & Readonly<{
|
|
3042
2987
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -3334,7 +3279,6 @@ export declare const FConfirmModal: DefineComponent<ExtractPropTypes< {
|
|
|
3334
3279
|
fullscreen: {
|
|
3335
3280
|
type: BooleanConstructor;
|
|
3336
3281
|
required: false;
|
|
3337
|
-
default: boolean;
|
|
3338
3282
|
};
|
|
3339
3283
|
/**
|
|
3340
3284
|
* Prop for opening modal
|
|
@@ -3342,7 +3286,6 @@ default: boolean;
|
|
|
3342
3286
|
isOpen: {
|
|
3343
3287
|
type: BooleanConstructor;
|
|
3344
3288
|
required: false;
|
|
3345
|
-
default: boolean;
|
|
3346
3289
|
};
|
|
3347
3290
|
/**
|
|
3348
3291
|
* Simple text content
|
|
@@ -3407,7 +3350,6 @@ onClick(button: FModalButton): void;
|
|
|
3407
3350
|
fullscreen: {
|
|
3408
3351
|
type: BooleanConstructor;
|
|
3409
3352
|
required: false;
|
|
3410
|
-
default: boolean;
|
|
3411
3353
|
};
|
|
3412
3354
|
/**
|
|
3413
3355
|
* Prop for opening modal
|
|
@@ -3415,7 +3357,6 @@ default: boolean;
|
|
|
3415
3357
|
isOpen: {
|
|
3416
3358
|
type: BooleanConstructor;
|
|
3417
3359
|
required: false;
|
|
3418
|
-
default: boolean;
|
|
3419
3360
|
};
|
|
3420
3361
|
/**
|
|
3421
3362
|
* Simple text content
|
|
@@ -3489,7 +3430,6 @@ default: () => string;
|
|
|
3489
3430
|
isOpen: {
|
|
3490
3431
|
type: BooleanConstructor;
|
|
3491
3432
|
required: false;
|
|
3492
|
-
default: boolean;
|
|
3493
3433
|
};
|
|
3494
3434
|
ariaCloseText: {
|
|
3495
3435
|
type: StringConstructor;
|
|
@@ -3499,7 +3439,6 @@ default: undefined;
|
|
|
3499
3439
|
fullscreen: {
|
|
3500
3440
|
type: BooleanConstructor;
|
|
3501
3441
|
required: false;
|
|
3502
|
-
default: boolean;
|
|
3503
3442
|
};
|
|
3504
3443
|
type: {
|
|
3505
3444
|
type: PropType<"" | "information" | "warning" | "error">;
|
|
@@ -3536,7 +3475,6 @@ default: () => string;
|
|
|
3536
3475
|
isOpen: {
|
|
3537
3476
|
type: BooleanConstructor;
|
|
3538
3477
|
required: false;
|
|
3539
|
-
default: boolean;
|
|
3540
3478
|
};
|
|
3541
3479
|
ariaCloseText: {
|
|
3542
3480
|
type: StringConstructor;
|
|
@@ -3546,7 +3484,6 @@ default: undefined;
|
|
|
3546
3484
|
fullscreen: {
|
|
3547
3485
|
type: BooleanConstructor;
|
|
3548
3486
|
required: false;
|
|
3549
|
-
default: boolean;
|
|
3550
3487
|
};
|
|
3551
3488
|
type: {
|
|
3552
3489
|
type: PropType<"" | "information" | "warning" | "error">;
|
|
@@ -3895,7 +3832,6 @@ export declare const FCrudDataset: <T>(__VLS_props: NonNullable<Awaited<typeof _
|
|
|
3895
3832
|
beforeSubmit: FValidationFormCallback;
|
|
3896
3833
|
beforeValidation: FValidationFormCallback;
|
|
3897
3834
|
onCancel: () => void;
|
|
3898
|
-
primaryButtonRight: boolean;
|
|
3899
3835
|
addNewModalHeader: string;
|
|
3900
3836
|
modifyModalHeader: string;
|
|
3901
3837
|
deleteModalHeader: string;
|
|
@@ -3903,7 +3839,6 @@ export declare const FCrudDataset: <T>(__VLS_props: NonNullable<Awaited<typeof _
|
|
|
3903
3839
|
readonly modelValue: T[];
|
|
3904
3840
|
readonly beforeSubmit: FValidationFormCallback;
|
|
3905
3841
|
readonly beforeValidation: FValidationFormCallback;
|
|
3906
|
-
readonly primaryButtonRight: boolean;
|
|
3907
3842
|
readonly addNewModalHeader: string;
|
|
3908
3843
|
readonly modifyModalHeader: string;
|
|
3909
3844
|
readonly deleteModalHeader: string;
|
|
@@ -3913,7 +3848,7 @@ export declare const FCrudDataset: <T>(__VLS_props: NonNullable<Awaited<typeof _
|
|
|
3913
3848
|
readonly onUpdated?: ((item: T) => any) | undefined;
|
|
3914
3849
|
readonly "onUpdate:modelValue"?: ((items: T[]) => any) | undefined;
|
|
3915
3850
|
readonly onDeleted?: ((item: T) => any) | undefined;
|
|
3916
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "beforeCreate" | "modelValue" | "beforeSubmit" | "beforeValidation" | "onCancel" | "
|
|
3851
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "beforeCreate" | "modelValue" | "beforeSubmit" | "beforeValidation" | "onCancel" | "addNewModalHeader" | "modifyModalHeader" | "deleteModalHeader">, "onUpdate:modelValue" | "onCreated" | "onUpdated" | "onDeleted" | ("beforeCreate" | "modelValue" | "beforeSubmit" | "beforeValidation" | "onCancel" | "addNewModalHeader" | "modifyModalHeader" | "deleteModalHeader")> & {} & {}> & PublicProps;
|
|
3917
3852
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
3918
3853
|
attrs: any;
|
|
3919
3854
|
slots: {
|
|
@@ -3987,7 +3922,6 @@ default: () => string;
|
|
|
3987
3922
|
inline: {
|
|
3988
3923
|
type: BooleanConstructor;
|
|
3989
3924
|
required: false;
|
|
3990
|
-
default: boolean;
|
|
3991
3925
|
};
|
|
3992
3926
|
modelValue: {
|
|
3993
3927
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -4027,7 +3961,6 @@ default: () => undefined;
|
|
|
4027
3961
|
disabled: {
|
|
4028
3962
|
type: BooleanConstructor;
|
|
4029
3963
|
required: false;
|
|
4030
|
-
default: boolean;
|
|
4031
3964
|
};
|
|
4032
3965
|
}>, {
|
|
4033
3966
|
textFieldTableMode: boolean;
|
|
@@ -4085,7 +4018,6 @@ default: () => string;
|
|
|
4085
4018
|
inline: {
|
|
4086
4019
|
type: BooleanConstructor;
|
|
4087
4020
|
required: false;
|
|
4088
|
-
default: boolean;
|
|
4089
4021
|
};
|
|
4090
4022
|
modelValue: {
|
|
4091
4023
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -4125,7 +4057,6 @@ default: () => undefined;
|
|
|
4125
4057
|
disabled: {
|
|
4126
4058
|
type: BooleanConstructor;
|
|
4127
4059
|
required: false;
|
|
4128
|
-
default: boolean;
|
|
4129
4060
|
};
|
|
4130
4061
|
}>> & Readonly<{
|
|
4131
4062
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -4484,7 +4415,6 @@ default: boolean;
|
|
|
4484
4415
|
*/
|
|
4485
4416
|
alwaysInline: {
|
|
4486
4417
|
type: BooleanConstructor;
|
|
4487
|
-
default: boolean;
|
|
4488
4418
|
};
|
|
4489
4419
|
/**
|
|
4490
4420
|
* Includes a year selector when enabled.
|
|
@@ -4492,7 +4422,6 @@ default: boolean;
|
|
|
4492
4422
|
yearSelector: {
|
|
4493
4423
|
type: BooleanConstructor;
|
|
4494
4424
|
required: false;
|
|
4495
|
-
default: boolean;
|
|
4496
4425
|
};
|
|
4497
4426
|
/**
|
|
4498
4427
|
* Set responsive width for label section.
|
|
@@ -4524,7 +4453,6 @@ default: string;
|
|
|
4524
4453
|
disabled: {
|
|
4525
4454
|
type: BooleanConstructor;
|
|
4526
4455
|
required: false;
|
|
4527
|
-
default: boolean;
|
|
4528
4456
|
};
|
|
4529
4457
|
}>, {
|
|
4530
4458
|
textFieldValue: Ref<string, string>;
|
|
@@ -4588,7 +4516,6 @@ default: boolean;
|
|
|
4588
4516
|
*/
|
|
4589
4517
|
alwaysInline: {
|
|
4590
4518
|
type: BooleanConstructor;
|
|
4591
|
-
default: boolean;
|
|
4592
4519
|
};
|
|
4593
4520
|
/**
|
|
4594
4521
|
* Includes a year selector when enabled.
|
|
@@ -4596,7 +4523,6 @@ default: boolean;
|
|
|
4596
4523
|
yearSelector: {
|
|
4597
4524
|
type: BooleanConstructor;
|
|
4598
4525
|
required: false;
|
|
4599
|
-
default: boolean;
|
|
4600
4526
|
};
|
|
4601
4527
|
/**
|
|
4602
4528
|
* Set responsive width for label section.
|
|
@@ -4628,7 +4554,6 @@ default: string;
|
|
|
4628
4554
|
disabled: {
|
|
4629
4555
|
type: BooleanConstructor;
|
|
4630
4556
|
required: false;
|
|
4631
|
-
default: boolean;
|
|
4632
4557
|
};
|
|
4633
4558
|
}>> & Readonly<{
|
|
4634
4559
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -4664,7 +4589,6 @@ required: true;
|
|
|
4664
4589
|
yearSelector: {
|
|
4665
4590
|
type: BooleanConstructor;
|
|
4666
4591
|
required: false;
|
|
4667
|
-
default: boolean;
|
|
4668
4592
|
};
|
|
4669
4593
|
id: {
|
|
4670
4594
|
type: StringConstructor;
|
|
@@ -4706,7 +4630,6 @@ required: true;
|
|
|
4706
4630
|
yearSelector: {
|
|
4707
4631
|
type: BooleanConstructor;
|
|
4708
4632
|
required: false;
|
|
4709
|
-
default: boolean;
|
|
4710
4633
|
};
|
|
4711
4634
|
id: {
|
|
4712
4635
|
type: StringConstructor;
|
|
@@ -4737,12 +4660,10 @@ required: true;
|
|
|
4737
4660
|
yearSelector: {
|
|
4738
4661
|
type: BooleanConstructor;
|
|
4739
4662
|
required: false;
|
|
4740
|
-
default: boolean;
|
|
4741
4663
|
};
|
|
4742
4664
|
yearSelectorOpen: {
|
|
4743
4665
|
type: BooleanConstructor;
|
|
4744
4666
|
required: false;
|
|
4745
|
-
default: boolean;
|
|
4746
4667
|
};
|
|
4747
4668
|
id: {
|
|
4748
4669
|
type: StringConstructor;
|
|
@@ -4786,12 +4707,10 @@ required: true;
|
|
|
4786
4707
|
yearSelector: {
|
|
4787
4708
|
type: BooleanConstructor;
|
|
4788
4709
|
required: false;
|
|
4789
|
-
default: boolean;
|
|
4790
4710
|
};
|
|
4791
4711
|
yearSelectorOpen: {
|
|
4792
4712
|
type: BooleanConstructor;
|
|
4793
4713
|
required: false;
|
|
4794
|
-
default: boolean;
|
|
4795
4714
|
};
|
|
4796
4715
|
id: {
|
|
4797
4716
|
type: StringConstructor;
|
|
@@ -4885,7 +4804,7 @@ onClickDay(date: FDate): void;
|
|
|
4885
4804
|
onKeydownDay(date: FDate, event: KeyboardEvent): Promise<void>;
|
|
4886
4805
|
isDayFocused(date: FDate): boolean;
|
|
4887
4806
|
getTabindex(date: FDate): 0 | -1;
|
|
4888
|
-
}, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "
|
|
4807
|
+
}, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "click")[], "update:modelValue" | "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
4889
4808
|
modelValue: {
|
|
4890
4809
|
type: PropType<FDate>;
|
|
4891
4810
|
required: true;
|
|
@@ -4904,7 +4823,6 @@ type: PropType<FDate>;
|
|
|
4904
4823
|
required: true;
|
|
4905
4824
|
};
|
|
4906
4825
|
}>> & Readonly<{
|
|
4907
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
4908
4826
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
4909
4827
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4910
4828
|
}>, {
|
|
@@ -4918,7 +4836,6 @@ required: true;
|
|
|
4918
4836
|
hideWeekNumbers: {
|
|
4919
4837
|
type: BooleanConstructor;
|
|
4920
4838
|
required: false;
|
|
4921
|
-
default: boolean;
|
|
4922
4839
|
};
|
|
4923
4840
|
}>, {}, {
|
|
4924
4841
|
weekdays: WeekdayNaming[];
|
|
@@ -4947,7 +4864,6 @@ required: true;
|
|
|
4947
4864
|
hideWeekNumbers: {
|
|
4948
4865
|
type: BooleanConstructor;
|
|
4949
4866
|
required: false;
|
|
4950
|
-
default: boolean;
|
|
4951
4867
|
};
|
|
4952
4868
|
}>> & Readonly<{}>, {
|
|
4953
4869
|
hideWeekNumbers: boolean;
|
|
@@ -5074,7 +4990,6 @@ default: () => string;
|
|
|
5074
4990
|
inline: {
|
|
5075
4991
|
type: BooleanConstructor;
|
|
5076
4992
|
required: false;
|
|
5077
|
-
default: boolean;
|
|
5078
4993
|
};
|
|
5079
4994
|
modelValue: {
|
|
5080
4995
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -5114,7 +5029,6 @@ default: () => undefined;
|
|
|
5114
5029
|
disabled: {
|
|
5115
5030
|
type: BooleanConstructor;
|
|
5116
5031
|
required: false;
|
|
5117
|
-
default: boolean;
|
|
5118
5032
|
};
|
|
5119
5033
|
}>, {
|
|
5120
5034
|
textFieldTableMode: boolean;
|
|
@@ -5172,7 +5086,6 @@ default: () => string;
|
|
|
5172
5086
|
inline: {
|
|
5173
5087
|
type: BooleanConstructor;
|
|
5174
5088
|
required: false;
|
|
5175
|
-
default: boolean;
|
|
5176
5089
|
};
|
|
5177
5090
|
modelValue: {
|
|
5178
5091
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -5212,7 +5125,6 @@ default: () => undefined;
|
|
|
5212
5125
|
disabled: {
|
|
5213
5126
|
type: BooleanConstructor;
|
|
5214
5127
|
required: false;
|
|
5215
|
-
default: boolean;
|
|
5216
5128
|
};
|
|
5217
5129
|
}>> & Readonly<{
|
|
5218
5130
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -5555,20 +5467,13 @@ type: BooleanConstructor;
|
|
|
5555
5467
|
required: false;
|
|
5556
5468
|
default: boolean;
|
|
5557
5469
|
};
|
|
5558
|
-
focused: {
|
|
5559
|
-
type: BooleanConstructor;
|
|
5560
|
-
required: false;
|
|
5561
|
-
default: boolean;
|
|
5562
|
-
};
|
|
5563
5470
|
selected: {
|
|
5564
5471
|
type: BooleanConstructor;
|
|
5565
5472
|
required: false;
|
|
5566
|
-
default: boolean;
|
|
5567
5473
|
};
|
|
5568
5474
|
highlight: {
|
|
5569
5475
|
type: BooleanConstructor;
|
|
5570
5476
|
required: false;
|
|
5571
|
-
default: boolean;
|
|
5572
5477
|
};
|
|
5573
5478
|
}>, {}, {}, {
|
|
5574
5479
|
srText(): string;
|
|
@@ -5583,23 +5488,15 @@ type: BooleanConstructor;
|
|
|
5583
5488
|
required: false;
|
|
5584
5489
|
default: boolean;
|
|
5585
5490
|
};
|
|
5586
|
-
focused: {
|
|
5587
|
-
type: BooleanConstructor;
|
|
5588
|
-
required: false;
|
|
5589
|
-
default: boolean;
|
|
5590
|
-
};
|
|
5591
5491
|
selected: {
|
|
5592
5492
|
type: BooleanConstructor;
|
|
5593
5493
|
required: false;
|
|
5594
|
-
default: boolean;
|
|
5595
5494
|
};
|
|
5596
5495
|
highlight: {
|
|
5597
5496
|
type: BooleanConstructor;
|
|
5598
5497
|
required: false;
|
|
5599
|
-
default: boolean;
|
|
5600
5498
|
};
|
|
5601
5499
|
}>> & Readonly<{}>, {
|
|
5602
|
-
focused: boolean;
|
|
5603
5500
|
enabled: boolean;
|
|
5604
5501
|
selected: boolean;
|
|
5605
5502
|
highlight: boolean;
|
|
@@ -5804,7 +5701,6 @@ default: number;
|
|
|
5804
5701
|
};
|
|
5805
5702
|
extendedValidation: {
|
|
5806
5703
|
type: BooleanConstructor;
|
|
5807
|
-
default: boolean;
|
|
5808
5704
|
};
|
|
5809
5705
|
/**
|
|
5810
5706
|
* The error message to be displayed on paste
|
|
@@ -5855,7 +5751,6 @@ default: number;
|
|
|
5855
5751
|
};
|
|
5856
5752
|
extendedValidation: {
|
|
5857
5753
|
type: BooleanConstructor;
|
|
5858
|
-
default: boolean;
|
|
5859
5754
|
};
|
|
5860
5755
|
/**
|
|
5861
5756
|
* The error message to be displayed on paste
|
|
@@ -5886,7 +5781,6 @@ default: () => string;
|
|
|
5886
5781
|
inline: {
|
|
5887
5782
|
type: BooleanConstructor;
|
|
5888
5783
|
required: false;
|
|
5889
|
-
default: boolean;
|
|
5890
5784
|
};
|
|
5891
5785
|
modelValue: {
|
|
5892
5786
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -5926,7 +5820,6 @@ default: () => undefined;
|
|
|
5926
5820
|
disabled: {
|
|
5927
5821
|
type: BooleanConstructor;
|
|
5928
5822
|
required: false;
|
|
5929
|
-
default: boolean;
|
|
5930
5823
|
};
|
|
5931
5824
|
}>, {
|
|
5932
5825
|
textFieldTableMode: boolean;
|
|
@@ -5984,7 +5877,6 @@ default: () => string;
|
|
|
5984
5877
|
inline: {
|
|
5985
5878
|
type: BooleanConstructor;
|
|
5986
5879
|
required: false;
|
|
5987
|
-
default: boolean;
|
|
5988
5880
|
};
|
|
5989
5881
|
modelValue: {
|
|
5990
5882
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -6024,7 +5916,6 @@ default: () => undefined;
|
|
|
6024
5916
|
disabled: {
|
|
6025
5917
|
type: BooleanConstructor;
|
|
6026
5918
|
required: false;
|
|
6027
|
-
default: boolean;
|
|
6028
5919
|
};
|
|
6029
5920
|
}>> & Readonly<{
|
|
6030
5921
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -6376,7 +6267,6 @@ required: true;
|
|
|
6376
6267
|
bullets: {
|
|
6377
6268
|
type: BooleanConstructor;
|
|
6378
6269
|
required: false;
|
|
6379
|
-
default: boolean;
|
|
6380
6270
|
};
|
|
6381
6271
|
/**
|
|
6382
6272
|
* Optional callback for performing actions before navigation.
|
|
@@ -6407,7 +6297,6 @@ required: true;
|
|
|
6407
6297
|
bullets: {
|
|
6408
6298
|
type: BooleanConstructor;
|
|
6409
6299
|
required: false;
|
|
6410
|
-
default: boolean;
|
|
6411
6300
|
};
|
|
6412
6301
|
/**
|
|
6413
6302
|
* Optional callback for performing actions before navigation.
|
|
@@ -6483,11 +6372,9 @@ validator(val: string): boolean;
|
|
|
6483
6372
|
};
|
|
6484
6373
|
collapse: {
|
|
6485
6374
|
type: BooleanConstructor;
|
|
6486
|
-
default: boolean;
|
|
6487
6375
|
};
|
|
6488
6376
|
wrap: {
|
|
6489
6377
|
type: BooleanConstructor;
|
|
6490
|
-
default: boolean;
|
|
6491
6378
|
};
|
|
6492
6379
|
float: {
|
|
6493
6380
|
type: StringConstructor;
|
|
@@ -6504,11 +6391,9 @@ validator(val: string): boolean;
|
|
|
6504
6391
|
};
|
|
6505
6392
|
collapse: {
|
|
6506
6393
|
type: BooleanConstructor;
|
|
6507
|
-
default: boolean;
|
|
6508
6394
|
};
|
|
6509
6395
|
wrap: {
|
|
6510
6396
|
type: BooleanConstructor;
|
|
6511
|
-
default: boolean;
|
|
6512
6397
|
};
|
|
6513
6398
|
float: {
|
|
6514
6399
|
type: StringConstructor;
|
|
@@ -6524,11 +6409,9 @@ float: string;
|
|
|
6524
6409
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
6525
6410
|
grow: {
|
|
6526
6411
|
type: BooleanConstructor;
|
|
6527
|
-
default: boolean;
|
|
6528
6412
|
};
|
|
6529
6413
|
shrink: {
|
|
6530
6414
|
type: BooleanConstructor;
|
|
6531
|
-
default: boolean;
|
|
6532
6415
|
};
|
|
6533
6416
|
align: {
|
|
6534
6417
|
type: StringConstructor;
|
|
@@ -6540,11 +6423,9 @@ classList(): string[];
|
|
|
6540
6423
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6541
6424
|
grow: {
|
|
6542
6425
|
type: BooleanConstructor;
|
|
6543
|
-
default: boolean;
|
|
6544
6426
|
};
|
|
6545
6427
|
shrink: {
|
|
6546
6428
|
type: BooleanConstructor;
|
|
6547
|
-
default: boolean;
|
|
6548
6429
|
};
|
|
6549
6430
|
align: {
|
|
6550
6431
|
type: StringConstructor;
|
|
@@ -6591,7 +6472,6 @@ export declare const FExpandablePanel: DefineComponent<ExtractPropTypes< {
|
|
|
6591
6472
|
expanded: {
|
|
6592
6473
|
type: BooleanConstructor;
|
|
6593
6474
|
required: false;
|
|
6594
|
-
default: boolean;
|
|
6595
6475
|
};
|
|
6596
6476
|
/**
|
|
6597
6477
|
* Element to render for the header element inside the expandable panel.
|
|
@@ -6644,7 +6524,6 @@ onClickHeadingButton(event: MouseEvent): void;
|
|
|
6644
6524
|
expanded: {
|
|
6645
6525
|
type: BooleanConstructor;
|
|
6646
6526
|
required: false;
|
|
6647
|
-
default: boolean;
|
|
6648
6527
|
};
|
|
6649
6528
|
/**
|
|
6650
6529
|
* Element to render for the header element inside the expandable panel.
|
|
@@ -6780,7 +6659,6 @@ export declare const FExpandableParagraph: DefineComponent<ExtractPropTypes<
|
|
|
6780
6659
|
expanded: {
|
|
6781
6660
|
type: BooleanConstructor;
|
|
6782
6661
|
required: false;
|
|
6783
|
-
default: boolean;
|
|
6784
6662
|
};
|
|
6785
6663
|
/**
|
|
6786
6664
|
* Element to render for the button elmement
|
|
@@ -6807,7 +6685,6 @@ validator(value: string): boolean;
|
|
|
6807
6685
|
*/
|
|
6808
6686
|
list: {
|
|
6809
6687
|
type: BooleanConstructor;
|
|
6810
|
-
default: boolean;
|
|
6811
6688
|
required: false;
|
|
6812
6689
|
};
|
|
6813
6690
|
/**
|
|
@@ -6834,7 +6711,6 @@ onClickMinimize(event: MouseEvent): void;
|
|
|
6834
6711
|
expanded: {
|
|
6835
6712
|
type: BooleanConstructor;
|
|
6836
6713
|
required: false;
|
|
6837
|
-
default: boolean;
|
|
6838
6714
|
};
|
|
6839
6715
|
/**
|
|
6840
6716
|
* Element to render for the button elmement
|
|
@@ -6861,7 +6737,6 @@ validator(value: string): boolean;
|
|
|
6861
6737
|
*/
|
|
6862
6738
|
list: {
|
|
6863
6739
|
type: BooleanConstructor;
|
|
6864
|
-
default: boolean;
|
|
6865
6740
|
required: false;
|
|
6866
6741
|
};
|
|
6867
6742
|
/**
|
|
@@ -7013,7 +6888,6 @@ required: false;
|
|
|
7013
6888
|
chip: {
|
|
7014
6889
|
type: BooleanConstructor;
|
|
7015
6890
|
required: false;
|
|
7016
|
-
default: boolean;
|
|
7017
6891
|
};
|
|
7018
6892
|
/**
|
|
7019
6893
|
* Displays a box with border around radiobuttons and checkboxes.
|
|
@@ -7119,7 +6993,6 @@ required: false;
|
|
|
7119
6993
|
chip: {
|
|
7120
6994
|
type: BooleanConstructor;
|
|
7121
6995
|
required: false;
|
|
7122
|
-
default: boolean;
|
|
7123
6996
|
};
|
|
7124
6997
|
/**
|
|
7125
6998
|
* Displays a box with border around radiobuttons and checkboxes.
|
|
@@ -7378,11 +7251,6 @@ default: () => string;
|
|
|
7378
7251
|
disabled: {
|
|
7379
7252
|
type: BooleanConstructor;
|
|
7380
7253
|
required: false;
|
|
7381
|
-
default: boolean;
|
|
7382
|
-
};
|
|
7383
|
-
modelValue: {
|
|
7384
|
-
type: PropType<FileList | null>;
|
|
7385
|
-
default: null;
|
|
7386
7254
|
};
|
|
7387
7255
|
}>, {}, {}, {
|
|
7388
7256
|
attrs(): Record<string, unknown>;
|
|
@@ -7391,7 +7259,7 @@ labelId(): string;
|
|
|
7391
7259
|
ariaDisabled(): string | undefined;
|
|
7392
7260
|
}, {
|
|
7393
7261
|
onClick(event: Event): void;
|
|
7394
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
7262
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, "change"[], "change", PublicProps, Readonly<ExtractPropTypes< {
|
|
7395
7263
|
/**
|
|
7396
7264
|
* The id for the input id attribute.
|
|
7397
7265
|
* The id for the label for attribute.
|
|
@@ -7408,19 +7276,12 @@ default: () => string;
|
|
|
7408
7276
|
disabled: {
|
|
7409
7277
|
type: BooleanConstructor;
|
|
7410
7278
|
required: false;
|
|
7411
|
-
default: boolean;
|
|
7412
|
-
};
|
|
7413
|
-
modelValue: {
|
|
7414
|
-
type: PropType<FileList | null>;
|
|
7415
|
-
default: null;
|
|
7416
7279
|
};
|
|
7417
7280
|
}>> & Readonly<{
|
|
7418
7281
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
7419
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7420
7282
|
}>, {
|
|
7421
7283
|
disabled: boolean;
|
|
7422
7284
|
id: string;
|
|
7423
|
-
modelValue: FileList | null;
|
|
7424
7285
|
}, {}, {
|
|
7425
7286
|
FIcon: DefineComponent<ExtractPropTypes< {
|
|
7426
7287
|
name: {
|
|
@@ -7519,7 +7380,7 @@ default: string;
|
|
|
7519
7380
|
*/
|
|
7520
7381
|
value: {
|
|
7521
7382
|
type: ObjectConstructor;
|
|
7522
|
-
default
|
|
7383
|
+
default(): {};
|
|
7523
7384
|
};
|
|
7524
7385
|
/**
|
|
7525
7386
|
* Include the error list component.
|
|
@@ -7583,7 +7444,28 @@ preparedButtons(): FModalButton[];
|
|
|
7583
7444
|
onClose(): void;
|
|
7584
7445
|
onSubmit(): void;
|
|
7585
7446
|
onCancel(): void;
|
|
7586
|
-
}, ComponentOptions, ComponentOptionsMixin,
|
|
7447
|
+
}, ComponentOptions, ComponentOptionsMixin, {
|
|
7448
|
+
/**
|
|
7449
|
+
* Event that is dispatched when escape is pressed or when the cancel or close buttons are clicked.
|
|
7450
|
+
* In most use cases the isOpen prop should be set to false when this event is triggered.
|
|
7451
|
+
*/
|
|
7452
|
+
cancel(): true;
|
|
7453
|
+
/**
|
|
7454
|
+
* Event that is dispatched when escape is pressed or when the cancel or close buttons are clicked.
|
|
7455
|
+
* In most use cases the isOpen prop should be set to false when this event is triggered.
|
|
7456
|
+
*/
|
|
7457
|
+
close(_payload: {
|
|
7458
|
+
reason: string;
|
|
7459
|
+
data?: any;
|
|
7460
|
+
}): true;
|
|
7461
|
+
/**
|
|
7462
|
+
* Event that is dispatched when the submit button is is clicked.
|
|
7463
|
+
* The event payload is the data that has been submitted.
|
|
7464
|
+
*/
|
|
7465
|
+
submit(_payload: {
|
|
7466
|
+
data: any;
|
|
7467
|
+
}): true;
|
|
7468
|
+
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7587
7469
|
/**
|
|
7588
7470
|
* Enable fullscreen mode in mobile.
|
|
7589
7471
|
*/
|
|
@@ -7622,7 +7504,7 @@ default: string;
|
|
|
7622
7504
|
*/
|
|
7623
7505
|
value: {
|
|
7624
7506
|
type: ObjectConstructor;
|
|
7625
|
-
default
|
|
7507
|
+
default(): {};
|
|
7626
7508
|
};
|
|
7627
7509
|
/**
|
|
7628
7510
|
* Include the error list component.
|
|
@@ -7681,9 +7563,14 @@ required: false;
|
|
|
7681
7563
|
default: () => FModalButtonDescriptor[];
|
|
7682
7564
|
};
|
|
7683
7565
|
}>> & Readonly<{
|
|
7684
|
-
onSubmit?: ((
|
|
7685
|
-
|
|
7686
|
-
|
|
7566
|
+
onSubmit?: ((_payload: {
|
|
7567
|
+
data: any;
|
|
7568
|
+
}) => any) | undefined;
|
|
7569
|
+
onClose?: ((_payload: {
|
|
7570
|
+
reason: string;
|
|
7571
|
+
data?: any;
|
|
7572
|
+
}) => any) | undefined;
|
|
7573
|
+
onCancel?: (() => any) | undefined;
|
|
7687
7574
|
}>, {
|
|
7688
7575
|
value: Record<string, any>;
|
|
7689
7576
|
size: string;
|
|
@@ -7706,7 +7593,6 @@ default: () => string;
|
|
|
7706
7593
|
isOpen: {
|
|
7707
7594
|
type: BooleanConstructor;
|
|
7708
7595
|
required: false;
|
|
7709
|
-
default: boolean;
|
|
7710
7596
|
};
|
|
7711
7597
|
ariaCloseText: {
|
|
7712
7598
|
type: StringConstructor;
|
|
@@ -7716,7 +7602,6 @@ default: undefined;
|
|
|
7716
7602
|
fullscreen: {
|
|
7717
7603
|
type: BooleanConstructor;
|
|
7718
7604
|
required: false;
|
|
7719
|
-
default: boolean;
|
|
7720
7605
|
};
|
|
7721
7606
|
type: {
|
|
7722
7607
|
type: PropType<"" | "information" | "warning" | "error">;
|
|
@@ -7753,7 +7638,6 @@ default: () => string;
|
|
|
7753
7638
|
isOpen: {
|
|
7754
7639
|
type: BooleanConstructor;
|
|
7755
7640
|
required: false;
|
|
7756
|
-
default: boolean;
|
|
7757
7641
|
};
|
|
7758
7642
|
ariaCloseText: {
|
|
7759
7643
|
type: StringConstructor;
|
|
@@ -7763,7 +7647,6 @@ default: undefined;
|
|
|
7763
7647
|
fullscreen: {
|
|
7764
7648
|
type: BooleanConstructor;
|
|
7765
7649
|
required: false;
|
|
7766
|
-
default: boolean;
|
|
7767
7650
|
};
|
|
7768
7651
|
type: {
|
|
7769
7652
|
type: PropType<"" | "information" | "warning" | "error">;
|
|
@@ -7937,7 +7820,6 @@ default: () => GroupValidityEvent;
|
|
|
7937
7820
|
stopPropagation: {
|
|
7938
7821
|
type: BooleanConstructor;
|
|
7939
7822
|
required: false;
|
|
7940
|
-
default: boolean;
|
|
7941
7823
|
};
|
|
7942
7824
|
}>, {}, {
|
|
7943
7825
|
components: Record<string, ComponentValidityEvent>;
|
|
@@ -7954,7 +7836,6 @@ default: () => GroupValidityEvent;
|
|
|
7954
7836
|
stopPropagation: {
|
|
7955
7837
|
type: BooleanConstructor;
|
|
7956
7838
|
required: false;
|
|
7957
|
-
default: boolean;
|
|
7958
7839
|
};
|
|
7959
7840
|
}>> & Readonly<{
|
|
7960
7841
|
"onGroup-validity"?: ((...args: any[]) => any) | undefined;
|
|
@@ -7971,7 +7852,6 @@ required: true;
|
|
|
7971
7852
|
bullets: {
|
|
7972
7853
|
type: BooleanConstructor;
|
|
7973
7854
|
required: false;
|
|
7974
|
-
default: boolean;
|
|
7975
7855
|
};
|
|
7976
7856
|
beforeNavigate: {
|
|
7977
7857
|
type: PropType<BeforeNavigate>;
|
|
@@ -7991,7 +7871,6 @@ required: true;
|
|
|
7991
7871
|
bullets: {
|
|
7992
7872
|
type: BooleanConstructor;
|
|
7993
7873
|
required: false;
|
|
7994
|
-
default: boolean;
|
|
7995
7874
|
};
|
|
7996
7875
|
beforeNavigate: {
|
|
7997
7876
|
type: PropType<BeforeNavigate>;
|
|
@@ -8064,11 +7943,9 @@ validator(val: string): boolean;
|
|
|
8064
7943
|
};
|
|
8065
7944
|
collapse: {
|
|
8066
7945
|
type: BooleanConstructor;
|
|
8067
|
-
default: boolean;
|
|
8068
7946
|
};
|
|
8069
7947
|
wrap: {
|
|
8070
7948
|
type: BooleanConstructor;
|
|
8071
|
-
default: boolean;
|
|
8072
7949
|
};
|
|
8073
7950
|
float: {
|
|
8074
7951
|
type: StringConstructor;
|
|
@@ -8085,11 +7962,9 @@ validator(val: string): boolean;
|
|
|
8085
7962
|
};
|
|
8086
7963
|
collapse: {
|
|
8087
7964
|
type: BooleanConstructor;
|
|
8088
|
-
default: boolean;
|
|
8089
7965
|
};
|
|
8090
7966
|
wrap: {
|
|
8091
7967
|
type: BooleanConstructor;
|
|
8092
|
-
default: boolean;
|
|
8093
7968
|
};
|
|
8094
7969
|
float: {
|
|
8095
7970
|
type: StringConstructor;
|
|
@@ -8105,11 +7980,9 @@ float: string;
|
|
|
8105
7980
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
8106
7981
|
grow: {
|
|
8107
7982
|
type: BooleanConstructor;
|
|
8108
|
-
default: boolean;
|
|
8109
7983
|
};
|
|
8110
7984
|
shrink: {
|
|
8111
7985
|
type: BooleanConstructor;
|
|
8112
|
-
default: boolean;
|
|
8113
7986
|
};
|
|
8114
7987
|
align: {
|
|
8115
7988
|
type: StringConstructor;
|
|
@@ -8121,11 +7994,9 @@ classList(): string[];
|
|
|
8121
7994
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8122
7995
|
grow: {
|
|
8123
7996
|
type: BooleanConstructor;
|
|
8124
|
-
default: boolean;
|
|
8125
7997
|
};
|
|
8126
7998
|
shrink: {
|
|
8127
7999
|
type: BooleanConstructor;
|
|
8128
|
-
default: boolean;
|
|
8129
8000
|
};
|
|
8130
8001
|
align: {
|
|
8131
8002
|
type: StringConstructor;
|
|
@@ -8318,7 +8189,7 @@ export declare const FInteractiveTable: <T extends object, K extends keyof T>(__
|
|
|
8318
8189
|
readonly onExpand?: ((row: T) => any) | undefined;
|
|
8319
8190
|
readonly onUnselect?: ((row: T) => any) | undefined;
|
|
8320
8191
|
readonly "onUpdate:active"?: ((row: T | undefined) => any) | undefined;
|
|
8321
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue" | "scroll" | "keyAttribute" | "striped" | "hover" | "expandableAttribute" | "expandableDescribedby" | "selectable" | "showActive" | "active">, "onChange" | "
|
|
8192
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue" | "scroll" | "keyAttribute" | "striped" | "hover" | "expandableAttribute" | "expandableDescribedby" | "selectable" | "showActive" | "active">, "onChange" | "onSelect" | "onClick" | "onUpdate:modelValue" | "rows" | "onCollapse" | "onExpand" | "onUnselect" | "onUpdate:active" | ("modelValue" | "scroll" | "keyAttribute" | "striped" | "hover" | "expandableAttribute" | "expandableDescribedby" | "selectable" | "showActive" | "active")> & {} & {}> & PublicProps;
|
|
8322
8193
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
8323
8194
|
attrs: any;
|
|
8324
8195
|
slots: {
|
|
@@ -8746,7 +8617,7 @@ export declare const FList: <T extends object>(__VLS_props: NonNullable<Awaited<
|
|
|
8746
8617
|
readonly onClick?: ((item: T) => any) | undefined;
|
|
8747
8618
|
readonly onUnselect?: ((item: T) => any) | undefined;
|
|
8748
8619
|
readonly "onUpdate:active"?: ((item: T) => any) | undefined;
|
|
8749
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "elementId" | "modelValue" | "checkbox" | "keyAttribute" | "selectable" | "active">, "onChange" | "
|
|
8620
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "elementId" | "modelValue" | "checkbox" | "keyAttribute" | "selectable" | "active">, "onChange" | "onSelect" | "onClick" | "items" | "onUpdate:modelValue" | "onUnselect" | "onUpdate:active" | ("elementId" | "modelValue" | "checkbox" | "keyAttribute" | "selectable" | "active")> & {} & {}> & PublicProps;
|
|
8750
8621
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
8751
8622
|
attrs: any;
|
|
8752
8623
|
slots: {
|
|
@@ -8778,7 +8649,6 @@ export declare const FLoader: DefineComponent<ExtractPropTypes< {
|
|
|
8778
8649
|
show: {
|
|
8779
8650
|
type: BooleanConstructor;
|
|
8780
8651
|
required: false;
|
|
8781
|
-
default: boolean;
|
|
8782
8652
|
};
|
|
8783
8653
|
/**
|
|
8784
8654
|
* If loader should be displayed as a fullscreen overlay.
|
|
@@ -8786,7 +8656,6 @@ default: boolean;
|
|
|
8786
8656
|
overlay: {
|
|
8787
8657
|
type: BooleanConstructor;
|
|
8788
8658
|
required: false;
|
|
8789
|
-
default: boolean;
|
|
8790
8659
|
};
|
|
8791
8660
|
/**
|
|
8792
8661
|
* Delay the loader icon and text by 1 second
|
|
@@ -8794,7 +8663,6 @@ default: boolean;
|
|
|
8794
8663
|
delay: {
|
|
8795
8664
|
type: BooleanConstructor;
|
|
8796
8665
|
required: false;
|
|
8797
|
-
default: boolean;
|
|
8798
8666
|
};
|
|
8799
8667
|
/**
|
|
8800
8668
|
* Language used for determining fallback value for the loading text. Useful if loader is displayed before
|
|
@@ -8839,7 +8707,6 @@ closeLoader(): void;
|
|
|
8839
8707
|
show: {
|
|
8840
8708
|
type: BooleanConstructor;
|
|
8841
8709
|
required: false;
|
|
8842
|
-
default: boolean;
|
|
8843
8710
|
};
|
|
8844
8711
|
/**
|
|
8845
8712
|
* If loader should be displayed as a fullscreen overlay.
|
|
@@ -8847,7 +8714,6 @@ default: boolean;
|
|
|
8847
8714
|
overlay: {
|
|
8848
8715
|
type: BooleanConstructor;
|
|
8849
8716
|
required: false;
|
|
8850
|
-
default: boolean;
|
|
8851
8717
|
};
|
|
8852
8718
|
/**
|
|
8853
8719
|
* Delay the loader icon and text by 1 second
|
|
@@ -8855,7 +8721,6 @@ default: boolean;
|
|
|
8855
8721
|
delay: {
|
|
8856
8722
|
type: BooleanConstructor;
|
|
8857
8723
|
required: false;
|
|
8858
|
-
default: boolean;
|
|
8859
8724
|
};
|
|
8860
8725
|
/**
|
|
8861
8726
|
* Language used for determining fallback value for the loading text. Useful if loader is displayed before
|
|
@@ -9077,11 +8942,9 @@ validator(val: string): boolean;
|
|
|
9077
8942
|
};
|
|
9078
8943
|
collapse: {
|
|
9079
8944
|
type: BooleanConstructor;
|
|
9080
|
-
default: boolean;
|
|
9081
8945
|
};
|
|
9082
8946
|
wrap: {
|
|
9083
8947
|
type: BooleanConstructor;
|
|
9084
|
-
default: boolean;
|
|
9085
8948
|
};
|
|
9086
8949
|
float: {
|
|
9087
8950
|
type: StringConstructor;
|
|
@@ -9098,11 +8961,9 @@ validator(val: string): boolean;
|
|
|
9098
8961
|
};
|
|
9099
8962
|
collapse: {
|
|
9100
8963
|
type: BooleanConstructor;
|
|
9101
|
-
default: boolean;
|
|
9102
8964
|
};
|
|
9103
8965
|
wrap: {
|
|
9104
8966
|
type: BooleanConstructor;
|
|
9105
|
-
default: boolean;
|
|
9106
8967
|
};
|
|
9107
8968
|
float: {
|
|
9108
8969
|
type: StringConstructor;
|
|
@@ -9118,11 +8979,9 @@ float: string;
|
|
|
9118
8979
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
9119
8980
|
grow: {
|
|
9120
8981
|
type: BooleanConstructor;
|
|
9121
|
-
default: boolean;
|
|
9122
8982
|
};
|
|
9123
8983
|
shrink: {
|
|
9124
8984
|
type: BooleanConstructor;
|
|
9125
|
-
default: boolean;
|
|
9126
8985
|
};
|
|
9127
8986
|
align: {
|
|
9128
8987
|
type: StringConstructor;
|
|
@@ -9134,11 +8993,9 @@ classList(): string[];
|
|
|
9134
8993
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
9135
8994
|
grow: {
|
|
9136
8995
|
type: BooleanConstructor;
|
|
9137
|
-
default: boolean;
|
|
9138
8996
|
};
|
|
9139
8997
|
shrink: {
|
|
9140
8998
|
type: BooleanConstructor;
|
|
9141
|
-
default: boolean;
|
|
9142
8999
|
};
|
|
9143
9000
|
align: {
|
|
9144
9001
|
type: StringConstructor;
|
|
@@ -9174,7 +9031,6 @@ default: () => string;
|
|
|
9174
9031
|
isOpen: {
|
|
9175
9032
|
type: BooleanConstructor;
|
|
9176
9033
|
required: false;
|
|
9177
|
-
default: boolean;
|
|
9178
9034
|
};
|
|
9179
9035
|
/**
|
|
9180
9036
|
* The aria-label attribute text for the top right close button.
|
|
@@ -9190,7 +9046,6 @@ default: undefined;
|
|
|
9190
9046
|
fullscreen: {
|
|
9191
9047
|
type: BooleanConstructor;
|
|
9192
9048
|
required: false;
|
|
9193
|
-
default: boolean;
|
|
9194
9049
|
};
|
|
9195
9050
|
/**
|
|
9196
9051
|
* The type of modal. 'information', 'warning' and 'error' is valid.
|
|
@@ -9254,7 +9109,6 @@ default: () => string;
|
|
|
9254
9109
|
isOpen: {
|
|
9255
9110
|
type: BooleanConstructor;
|
|
9256
9111
|
required: false;
|
|
9257
|
-
default: boolean;
|
|
9258
9112
|
};
|
|
9259
9113
|
/**
|
|
9260
9114
|
* The aria-label attribute text for the top right close button.
|
|
@@ -9270,7 +9124,6 @@ default: undefined;
|
|
|
9270
9124
|
fullscreen: {
|
|
9271
9125
|
type: BooleanConstructor;
|
|
9272
9126
|
required: false;
|
|
9273
|
-
default: boolean;
|
|
9274
9127
|
};
|
|
9275
9128
|
/**
|
|
9276
9129
|
* The type of modal. 'information', 'warning' and 'error' is valid.
|
|
@@ -9423,7 +9276,6 @@ required: true;
|
|
|
9423
9276
|
vertical: {
|
|
9424
9277
|
type: BooleanConstructor;
|
|
9425
9278
|
required: false;
|
|
9426
|
-
default: boolean;
|
|
9427
9279
|
};
|
|
9428
9280
|
/**
|
|
9429
9281
|
* Screen reader text for selected item
|
|
@@ -9517,7 +9369,6 @@ required: true;
|
|
|
9517
9369
|
vertical: {
|
|
9518
9370
|
type: BooleanConstructor;
|
|
9519
9371
|
required: false;
|
|
9520
|
-
default: boolean;
|
|
9521
9372
|
};
|
|
9522
9373
|
/**
|
|
9523
9374
|
* Screen reader text for selected item
|
|
@@ -9651,7 +9502,6 @@ required: true;
|
|
|
9651
9502
|
enableKeyboardNavigation: {
|
|
9652
9503
|
type: BooleanConstructor;
|
|
9653
9504
|
required: false;
|
|
9654
|
-
default: boolean;
|
|
9655
9505
|
};
|
|
9656
9506
|
ariaLabel: {
|
|
9657
9507
|
type: StringConstructor;
|
|
@@ -9706,7 +9556,6 @@ required: true;
|
|
|
9706
9556
|
enableKeyboardNavigation: {
|
|
9707
9557
|
type: BooleanConstructor;
|
|
9708
9558
|
required: false;
|
|
9709
|
-
default: boolean;
|
|
9710
9559
|
};
|
|
9711
9560
|
ariaLabel: {
|
|
9712
9561
|
type: StringConstructor;
|
|
@@ -9897,7 +9746,6 @@ default: () => string;
|
|
|
9897
9746
|
inline: {
|
|
9898
9747
|
type: BooleanConstructor;
|
|
9899
9748
|
required: false;
|
|
9900
|
-
default: boolean;
|
|
9901
9749
|
};
|
|
9902
9750
|
modelValue: {
|
|
9903
9751
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -9937,7 +9785,6 @@ default: () => undefined;
|
|
|
9937
9785
|
disabled: {
|
|
9938
9786
|
type: BooleanConstructor;
|
|
9939
9787
|
required: false;
|
|
9940
|
-
default: boolean;
|
|
9941
9788
|
};
|
|
9942
9789
|
}>, {
|
|
9943
9790
|
textFieldTableMode: boolean;
|
|
@@ -9995,7 +9842,6 @@ default: () => string;
|
|
|
9995
9842
|
inline: {
|
|
9996
9843
|
type: BooleanConstructor;
|
|
9997
9844
|
required: false;
|
|
9998
|
-
default: boolean;
|
|
9999
9845
|
};
|
|
10000
9846
|
modelValue: {
|
|
10001
9847
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -10035,7 +9881,6 @@ default: () => undefined;
|
|
|
10035
9881
|
disabled: {
|
|
10036
9882
|
type: BooleanConstructor;
|
|
10037
9883
|
required: false;
|
|
10038
|
-
default: boolean;
|
|
10039
9884
|
};
|
|
10040
9885
|
}>> & Readonly<{
|
|
10041
9886
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -10426,11 +10271,9 @@ validator(val: string): boolean;
|
|
|
10426
10271
|
};
|
|
10427
10272
|
collapse: {
|
|
10428
10273
|
type: BooleanConstructor;
|
|
10429
|
-
default: boolean;
|
|
10430
10274
|
};
|
|
10431
10275
|
wrap: {
|
|
10432
10276
|
type: BooleanConstructor;
|
|
10433
|
-
default: boolean;
|
|
10434
10277
|
};
|
|
10435
10278
|
float: {
|
|
10436
10279
|
type: StringConstructor;
|
|
@@ -10447,11 +10290,9 @@ validator(val: string): boolean;
|
|
|
10447
10290
|
};
|
|
10448
10291
|
collapse: {
|
|
10449
10292
|
type: BooleanConstructor;
|
|
10450
|
-
default: boolean;
|
|
10451
10293
|
};
|
|
10452
10294
|
wrap: {
|
|
10453
10295
|
type: BooleanConstructor;
|
|
10454
|
-
default: boolean;
|
|
10455
10296
|
};
|
|
10456
10297
|
float: {
|
|
10457
10298
|
type: StringConstructor;
|
|
@@ -10467,11 +10308,9 @@ float: string;
|
|
|
10467
10308
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
10468
10309
|
grow: {
|
|
10469
10310
|
type: BooleanConstructor;
|
|
10470
|
-
default: boolean;
|
|
10471
10311
|
};
|
|
10472
10312
|
shrink: {
|
|
10473
10313
|
type: BooleanConstructor;
|
|
10474
|
-
default: boolean;
|
|
10475
10314
|
};
|
|
10476
10315
|
align: {
|
|
10477
10316
|
type: StringConstructor;
|
|
@@ -10483,11 +10322,9 @@ classList(): string[];
|
|
|
10483
10322
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10484
10323
|
grow: {
|
|
10485
10324
|
type: BooleanConstructor;
|
|
10486
|
-
default: boolean;
|
|
10487
10325
|
};
|
|
10488
10326
|
shrink: {
|
|
10489
10327
|
type: BooleanConstructor;
|
|
10490
|
-
default: boolean;
|
|
10491
10328
|
};
|
|
10492
10329
|
align: {
|
|
10493
10330
|
type: StringConstructor;
|
|
@@ -10532,7 +10369,6 @@ default: () => string;
|
|
|
10532
10369
|
inline: {
|
|
10533
10370
|
type: BooleanConstructor;
|
|
10534
10371
|
required: false;
|
|
10535
|
-
default: boolean;
|
|
10536
10372
|
};
|
|
10537
10373
|
modelValue: {
|
|
10538
10374
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -10572,7 +10408,6 @@ default: () => undefined;
|
|
|
10572
10408
|
disabled: {
|
|
10573
10409
|
type: BooleanConstructor;
|
|
10574
10410
|
required: false;
|
|
10575
|
-
default: boolean;
|
|
10576
10411
|
};
|
|
10577
10412
|
}>, {
|
|
10578
10413
|
textFieldTableMode: boolean;
|
|
@@ -10630,7 +10465,6 @@ default: () => string;
|
|
|
10630
10465
|
inline: {
|
|
10631
10466
|
type: BooleanConstructor;
|
|
10632
10467
|
required: false;
|
|
10633
|
-
default: boolean;
|
|
10634
10468
|
};
|
|
10635
10469
|
modelValue: {
|
|
10636
10470
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -10670,7 +10504,6 @@ default: () => undefined;
|
|
|
10670
10504
|
disabled: {
|
|
10671
10505
|
type: BooleanConstructor;
|
|
10672
10506
|
required: false;
|
|
10673
|
-
default: boolean;
|
|
10674
10507
|
};
|
|
10675
10508
|
}>> & Readonly<{
|
|
10676
10509
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -11292,7 +11125,6 @@ default: () => string;
|
|
|
11292
11125
|
inline: {
|
|
11293
11126
|
type: BooleanConstructor;
|
|
11294
11127
|
required: false;
|
|
11295
|
-
default: boolean;
|
|
11296
11128
|
};
|
|
11297
11129
|
modelValue: {
|
|
11298
11130
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -11332,7 +11164,6 @@ default: () => undefined;
|
|
|
11332
11164
|
disabled: {
|
|
11333
11165
|
type: BooleanConstructor;
|
|
11334
11166
|
required: false;
|
|
11335
|
-
default: boolean;
|
|
11336
11167
|
};
|
|
11337
11168
|
}>, {
|
|
11338
11169
|
textFieldTableMode: boolean;
|
|
@@ -11390,7 +11221,6 @@ default: () => string;
|
|
|
11390
11221
|
inline: {
|
|
11391
11222
|
type: BooleanConstructor;
|
|
11392
11223
|
required: false;
|
|
11393
|
-
default: boolean;
|
|
11394
11224
|
};
|
|
11395
11225
|
modelValue: {
|
|
11396
11226
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -11430,7 +11260,6 @@ default: () => undefined;
|
|
|
11430
11260
|
disabled: {
|
|
11431
11261
|
type: BooleanConstructor;
|
|
11432
11262
|
required: false;
|
|
11433
|
-
default: boolean;
|
|
11434
11263
|
};
|
|
11435
11264
|
}>> & Readonly<{
|
|
11436
11265
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -11769,7 +11598,6 @@ default: () => string;
|
|
|
11769
11598
|
inline: {
|
|
11770
11599
|
type: BooleanConstructor;
|
|
11771
11600
|
required: false;
|
|
11772
|
-
default: boolean;
|
|
11773
11601
|
};
|
|
11774
11602
|
modelValue: {
|
|
11775
11603
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -11809,7 +11637,6 @@ default: () => undefined;
|
|
|
11809
11637
|
disabled: {
|
|
11810
11638
|
type: BooleanConstructor;
|
|
11811
11639
|
required: false;
|
|
11812
|
-
default: boolean;
|
|
11813
11640
|
};
|
|
11814
11641
|
}>, {
|
|
11815
11642
|
textFieldTableMode: boolean;
|
|
@@ -11867,7 +11694,6 @@ default: () => string;
|
|
|
11867
11694
|
inline: {
|
|
11868
11695
|
type: BooleanConstructor;
|
|
11869
11696
|
required: false;
|
|
11870
|
-
default: boolean;
|
|
11871
11697
|
};
|
|
11872
11698
|
modelValue: {
|
|
11873
11699
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -11907,7 +11733,6 @@ default: () => undefined;
|
|
|
11907
11733
|
disabled: {
|
|
11908
11734
|
type: BooleanConstructor;
|
|
11909
11735
|
required: false;
|
|
11910
|
-
default: boolean;
|
|
11911
11736
|
};
|
|
11912
11737
|
}>> & Readonly<{
|
|
11913
11738
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -12228,7 +12053,6 @@ default: number;
|
|
|
12228
12053
|
};
|
|
12229
12054
|
extendedValidation: {
|
|
12230
12055
|
type: BooleanConstructor;
|
|
12231
|
-
default: boolean;
|
|
12232
12056
|
};
|
|
12233
12057
|
}>, {}, {
|
|
12234
12058
|
validityMode: string;
|
|
@@ -12269,7 +12093,6 @@ default: number;
|
|
|
12269
12093
|
};
|
|
12270
12094
|
extendedValidation: {
|
|
12271
12095
|
type: BooleanConstructor;
|
|
12272
|
-
default: boolean;
|
|
12273
12096
|
};
|
|
12274
12097
|
}>> & Readonly<{
|
|
12275
12098
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -12290,7 +12113,6 @@ default: () => string;
|
|
|
12290
12113
|
inline: {
|
|
12291
12114
|
type: BooleanConstructor;
|
|
12292
12115
|
required: false;
|
|
12293
|
-
default: boolean;
|
|
12294
12116
|
};
|
|
12295
12117
|
modelValue: {
|
|
12296
12118
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -12330,7 +12152,6 @@ default: () => undefined;
|
|
|
12330
12152
|
disabled: {
|
|
12331
12153
|
type: BooleanConstructor;
|
|
12332
12154
|
required: false;
|
|
12333
|
-
default: boolean;
|
|
12334
12155
|
};
|
|
12335
12156
|
}>, {
|
|
12336
12157
|
textFieldTableMode: boolean;
|
|
@@ -12388,7 +12209,6 @@ default: () => string;
|
|
|
12388
12209
|
inline: {
|
|
12389
12210
|
type: BooleanConstructor;
|
|
12390
12211
|
required: false;
|
|
12391
|
-
default: boolean;
|
|
12392
12212
|
};
|
|
12393
12213
|
modelValue: {
|
|
12394
12214
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -12428,7 +12248,6 @@ default: () => undefined;
|
|
|
12428
12248
|
disabled: {
|
|
12429
12249
|
type: BooleanConstructor;
|
|
12430
12250
|
required: false;
|
|
12431
|
-
default: boolean;
|
|
12432
12251
|
};
|
|
12433
12252
|
}>> & Readonly<{
|
|
12434
12253
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -12738,7 +12557,6 @@ default: () => string;
|
|
|
12738
12557
|
inline: {
|
|
12739
12558
|
type: BooleanConstructor;
|
|
12740
12559
|
required: false;
|
|
12741
|
-
default: boolean;
|
|
12742
12560
|
};
|
|
12743
12561
|
modelValue: {
|
|
12744
12562
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -12778,7 +12596,6 @@ default: () => undefined;
|
|
|
12778
12596
|
disabled: {
|
|
12779
12597
|
type: BooleanConstructor;
|
|
12780
12598
|
required: false;
|
|
12781
|
-
default: boolean;
|
|
12782
12599
|
};
|
|
12783
12600
|
}>, {
|
|
12784
12601
|
textFieldTableMode: boolean;
|
|
@@ -12836,7 +12653,6 @@ default: () => string;
|
|
|
12836
12653
|
inline: {
|
|
12837
12654
|
type: BooleanConstructor;
|
|
12838
12655
|
required: false;
|
|
12839
|
-
default: boolean;
|
|
12840
12656
|
};
|
|
12841
12657
|
modelValue: {
|
|
12842
12658
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -12876,7 +12692,6 @@ default: () => undefined;
|
|
|
12876
12692
|
disabled: {
|
|
12877
12693
|
type: BooleanConstructor;
|
|
12878
12694
|
required: false;
|
|
12879
|
-
default: boolean;
|
|
12880
12695
|
};
|
|
12881
12696
|
}>> & Readonly<{
|
|
12882
12697
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -13195,7 +13010,6 @@ default: () => string;
|
|
|
13195
13010
|
inline: {
|
|
13196
13011
|
type: BooleanConstructor;
|
|
13197
13012
|
required: false;
|
|
13198
|
-
default: boolean;
|
|
13199
13013
|
};
|
|
13200
13014
|
modelValue: {
|
|
13201
13015
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -13235,7 +13049,6 @@ default: () => undefined;
|
|
|
13235
13049
|
disabled: {
|
|
13236
13050
|
type: BooleanConstructor;
|
|
13237
13051
|
required: false;
|
|
13238
|
-
default: boolean;
|
|
13239
13052
|
};
|
|
13240
13053
|
}>, {
|
|
13241
13054
|
textFieldTableMode: boolean;
|
|
@@ -13293,7 +13106,6 @@ default: () => string;
|
|
|
13293
13106
|
inline: {
|
|
13294
13107
|
type: BooleanConstructor;
|
|
13295
13108
|
required: false;
|
|
13296
|
-
default: boolean;
|
|
13297
13109
|
};
|
|
13298
13110
|
modelValue: {
|
|
13299
13111
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -13333,7 +13145,6 @@ default: () => undefined;
|
|
|
13333
13145
|
disabled: {
|
|
13334
13146
|
type: BooleanConstructor;
|
|
13335
13147
|
required: false;
|
|
13336
|
-
default: boolean;
|
|
13337
13148
|
};
|
|
13338
13149
|
}>> & Readonly<{
|
|
13339
13150
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -13692,7 +13503,6 @@ export declare const FRadioField: DefineComponent<ExtractPropTypes< {
|
|
|
13692
13503
|
disabled: {
|
|
13693
13504
|
type: BooleanConstructor;
|
|
13694
13505
|
required: false;
|
|
13695
|
-
default: boolean;
|
|
13696
13506
|
};
|
|
13697
13507
|
/**
|
|
13698
13508
|
* The id for the input id attribute.
|
|
@@ -13757,7 +13567,6 @@ leave(element: Element): void;
|
|
|
13757
13567
|
disabled: {
|
|
13758
13568
|
type: BooleanConstructor;
|
|
13759
13569
|
required: false;
|
|
13760
|
-
default: boolean;
|
|
13761
13570
|
};
|
|
13762
13571
|
/**
|
|
13763
13572
|
* The id for the input id attribute.
|
|
@@ -13825,7 +13634,7 @@ onInput(event: Event): void;
|
|
|
13825
13634
|
onChange(event: Event): void;
|
|
13826
13635
|
onBlur(event: Event): void;
|
|
13827
13636
|
onUpdate(event: Event): void;
|
|
13828
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur"
|
|
13637
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
|
|
13829
13638
|
id: {
|
|
13830
13639
|
type: StringConstructor;
|
|
13831
13640
|
required: false;
|
|
@@ -13849,7 +13658,6 @@ default: number;
|
|
|
13849
13658
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
13850
13659
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
13851
13660
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13852
|
-
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
13853
13661
|
}>, {
|
|
13854
13662
|
id: string;
|
|
13855
13663
|
modelValue: string | null;
|
|
@@ -13865,7 +13673,6 @@ default: () => string;
|
|
|
13865
13673
|
inline: {
|
|
13866
13674
|
type: BooleanConstructor;
|
|
13867
13675
|
required: false;
|
|
13868
|
-
default: boolean;
|
|
13869
13676
|
};
|
|
13870
13677
|
modelValue: {
|
|
13871
13678
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -13905,7 +13712,6 @@ default: () => undefined;
|
|
|
13905
13712
|
disabled: {
|
|
13906
13713
|
type: BooleanConstructor;
|
|
13907
13714
|
required: false;
|
|
13908
|
-
default: boolean;
|
|
13909
13715
|
};
|
|
13910
13716
|
}>, {
|
|
13911
13717
|
textFieldTableMode: boolean;
|
|
@@ -13963,7 +13769,6 @@ default: () => string;
|
|
|
13963
13769
|
inline: {
|
|
13964
13770
|
type: BooleanConstructor;
|
|
13965
13771
|
required: false;
|
|
13966
|
-
default: boolean;
|
|
13967
13772
|
};
|
|
13968
13773
|
modelValue: {
|
|
13969
13774
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -14003,7 +13808,6 @@ default: () => undefined;
|
|
|
14003
13808
|
disabled: {
|
|
14004
13809
|
type: BooleanConstructor;
|
|
14005
13810
|
required: false;
|
|
14006
|
-
default: boolean;
|
|
14007
13811
|
};
|
|
14008
13812
|
}>> & Readonly<{
|
|
14009
13813
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -14355,7 +14159,6 @@ default: () => string;
|
|
|
14355
14159
|
inline: {
|
|
14356
14160
|
type: BooleanConstructor;
|
|
14357
14161
|
required: false;
|
|
14358
|
-
default: boolean;
|
|
14359
14162
|
};
|
|
14360
14163
|
/**
|
|
14361
14164
|
* The value for the input.
|
|
@@ -14425,7 +14228,6 @@ default: () => string;
|
|
|
14425
14228
|
inline: {
|
|
14426
14229
|
type: BooleanConstructor;
|
|
14427
14230
|
required: false;
|
|
14428
|
-
default: boolean;
|
|
14429
14231
|
};
|
|
14430
14232
|
/**
|
|
14431
14233
|
* The value for the input.
|
|
@@ -14895,14 +14697,12 @@ default: string;
|
|
|
14895
14697
|
*/
|
|
14896
14698
|
disabled: {
|
|
14897
14699
|
type: BooleanConstructor;
|
|
14898
|
-
default: boolean;
|
|
14899
14700
|
};
|
|
14900
14701
|
/**
|
|
14901
14702
|
* Enabling vertical resizing of the textarea
|
|
14902
14703
|
*/
|
|
14903
14704
|
resizable: {
|
|
14904
14705
|
type: BooleanConstructor;
|
|
14905
|
-
default: boolean;
|
|
14906
14706
|
};
|
|
14907
14707
|
}>, {}, {
|
|
14908
14708
|
validityMode: string;
|
|
@@ -14975,14 +14775,12 @@ default: string;
|
|
|
14975
14775
|
*/
|
|
14976
14776
|
disabled: {
|
|
14977
14777
|
type: BooleanConstructor;
|
|
14978
|
-
default: boolean;
|
|
14979
14778
|
};
|
|
14980
14779
|
/**
|
|
14981
14780
|
* Enabling vertical resizing of the textarea
|
|
14982
14781
|
*/
|
|
14983
14782
|
resizable: {
|
|
14984
14783
|
type: BooleanConstructor;
|
|
14985
|
-
default: boolean;
|
|
14986
14784
|
};
|
|
14987
14785
|
}>> & Readonly<{
|
|
14988
14786
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
@@ -15093,7 +14891,6 @@ default: () => string;
|
|
|
15093
14891
|
inline: {
|
|
15094
14892
|
type: BooleanConstructor;
|
|
15095
14893
|
required: false;
|
|
15096
|
-
default: boolean;
|
|
15097
14894
|
};
|
|
15098
14895
|
/**
|
|
15099
14896
|
* The value for the input.
|
|
@@ -15187,7 +14984,6 @@ default: () => undefined;
|
|
|
15187
14984
|
disabled: {
|
|
15188
14985
|
type: BooleanConstructor;
|
|
15189
14986
|
required: false;
|
|
15190
|
-
default: boolean;
|
|
15191
14987
|
};
|
|
15192
14988
|
}>, {
|
|
15193
14989
|
textFieldTableMode: boolean;
|
|
@@ -15253,7 +15049,6 @@ default: () => string;
|
|
|
15253
15049
|
inline: {
|
|
15254
15050
|
type: BooleanConstructor;
|
|
15255
15051
|
required: false;
|
|
15256
|
-
default: boolean;
|
|
15257
15052
|
};
|
|
15258
15053
|
/**
|
|
15259
15054
|
* The value for the input.
|
|
@@ -15347,7 +15142,6 @@ default: () => undefined;
|
|
|
15347
15142
|
disabled: {
|
|
15348
15143
|
type: BooleanConstructor;
|
|
15349
15144
|
required: false;
|
|
15350
|
-
default: boolean;
|
|
15351
15145
|
};
|
|
15352
15146
|
}>> & Readonly<{
|
|
15353
15147
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -15746,8 +15540,8 @@ required: false;
|
|
|
15746
15540
|
validator(value: string | undefined): boolean;
|
|
15747
15541
|
};
|
|
15748
15542
|
}>> & Readonly<{
|
|
15749
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
15750
15543
|
onToggle?: ((...args: any[]) => any) | undefined;
|
|
15544
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
15751
15545
|
}>, {
|
|
15752
15546
|
attachTo: HTMLElement;
|
|
15753
15547
|
modelValue: boolean;
|
|
@@ -15841,11 +15635,9 @@ validator(val: string): boolean;
|
|
|
15841
15635
|
};
|
|
15842
15636
|
collapse: {
|
|
15843
15637
|
type: BooleanConstructor;
|
|
15844
|
-
default: boolean;
|
|
15845
15638
|
};
|
|
15846
15639
|
wrap: {
|
|
15847
15640
|
type: BooleanConstructor;
|
|
15848
|
-
default: boolean;
|
|
15849
15641
|
};
|
|
15850
15642
|
float: {
|
|
15851
15643
|
type: StringConstructor;
|
|
@@ -15862,11 +15654,9 @@ validator(val: string): boolean;
|
|
|
15862
15654
|
};
|
|
15863
15655
|
collapse: {
|
|
15864
15656
|
type: BooleanConstructor;
|
|
15865
|
-
default: boolean;
|
|
15866
15657
|
};
|
|
15867
15658
|
wrap: {
|
|
15868
15659
|
type: BooleanConstructor;
|
|
15869
|
-
default: boolean;
|
|
15870
15660
|
};
|
|
15871
15661
|
float: {
|
|
15872
15662
|
type: StringConstructor;
|
|
@@ -15882,11 +15672,9 @@ float: string;
|
|
|
15882
15672
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
15883
15673
|
grow: {
|
|
15884
15674
|
type: BooleanConstructor;
|
|
15885
|
-
default: boolean;
|
|
15886
15675
|
};
|
|
15887
15676
|
shrink: {
|
|
15888
15677
|
type: BooleanConstructor;
|
|
15889
|
-
default: boolean;
|
|
15890
15678
|
};
|
|
15891
15679
|
align: {
|
|
15892
15680
|
type: StringConstructor;
|
|
@@ -15898,11 +15686,9 @@ classList(): string[];
|
|
|
15898
15686
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
15899
15687
|
grow: {
|
|
15900
15688
|
type: BooleanConstructor;
|
|
15901
|
-
default: boolean;
|
|
15902
15689
|
};
|
|
15903
15690
|
shrink: {
|
|
15904
15691
|
type: BooleanConstructor;
|
|
15905
|
-
default: boolean;
|
|
15906
15692
|
};
|
|
15907
15693
|
align: {
|
|
15908
15694
|
type: StringConstructor;
|
|
@@ -15958,7 +15744,6 @@ default: () => GroupValidityEvent;
|
|
|
15958
15744
|
stopPropagation: {
|
|
15959
15745
|
type: BooleanConstructor;
|
|
15960
15746
|
required: false;
|
|
15961
|
-
default: boolean;
|
|
15962
15747
|
};
|
|
15963
15748
|
}>, {}, {
|
|
15964
15749
|
components: Record<string, ComponentValidityEvent>;
|
|
@@ -15987,7 +15772,6 @@ default: () => GroupValidityEvent;
|
|
|
15987
15772
|
stopPropagation: {
|
|
15988
15773
|
type: BooleanConstructor;
|
|
15989
15774
|
required: false;
|
|
15990
|
-
default: boolean;
|
|
15991
15775
|
};
|
|
15992
15776
|
}>> & Readonly<{
|
|
15993
15777
|
"onGroup-validity"?: ((...args: any[]) => any) | undefined;
|
|
@@ -16017,7 +15801,6 @@ validator(value: string): boolean;
|
|
|
16017
15801
|
disableInitialFocus: {
|
|
16018
15802
|
type: BooleanConstructor;
|
|
16019
15803
|
required: false;
|
|
16020
|
-
default: boolean;
|
|
16021
15804
|
};
|
|
16022
15805
|
}>, {}, {
|
|
16023
15806
|
steps: FWizardStepDefinition[];
|
|
@@ -16052,7 +15835,6 @@ validator(value: string): boolean;
|
|
|
16052
15835
|
disableInitialFocus: {
|
|
16053
15836
|
type: BooleanConstructor;
|
|
16054
15837
|
required: false;
|
|
16055
|
-
default: boolean;
|
|
16056
15838
|
};
|
|
16057
15839
|
}>> & Readonly<{
|
|
16058
15840
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -16211,7 +15993,6 @@ default: boolean;
|
|
|
16211
15993
|
};
|
|
16212
15994
|
useVShow: {
|
|
16213
15995
|
type: BooleanConstructor;
|
|
16214
|
-
default: boolean;
|
|
16215
15996
|
};
|
|
16216
15997
|
expanded: {
|
|
16217
15998
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
@@ -16255,7 +16036,6 @@ default: boolean;
|
|
|
16255
16036
|
};
|
|
16256
16037
|
useVShow: {
|
|
16257
16038
|
type: BooleanConstructor;
|
|
16258
|
-
default: boolean;
|
|
16259
16039
|
};
|
|
16260
16040
|
expanded: {
|
|
16261
16041
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
@@ -16291,11 +16071,9 @@ validator(val: string): boolean;
|
|
|
16291
16071
|
};
|
|
16292
16072
|
collapse: {
|
|
16293
16073
|
type: BooleanConstructor;
|
|
16294
|
-
default: boolean;
|
|
16295
16074
|
};
|
|
16296
16075
|
wrap: {
|
|
16297
16076
|
type: BooleanConstructor;
|
|
16298
|
-
default: boolean;
|
|
16299
16077
|
};
|
|
16300
16078
|
float: {
|
|
16301
16079
|
type: StringConstructor;
|
|
@@ -16312,11 +16090,9 @@ validator(val: string): boolean;
|
|
|
16312
16090
|
};
|
|
16313
16091
|
collapse: {
|
|
16314
16092
|
type: BooleanConstructor;
|
|
16315
|
-
default: boolean;
|
|
16316
16093
|
};
|
|
16317
16094
|
wrap: {
|
|
16318
16095
|
type: BooleanConstructor;
|
|
16319
|
-
default: boolean;
|
|
16320
16096
|
};
|
|
16321
16097
|
float: {
|
|
16322
16098
|
type: StringConstructor;
|
|
@@ -16332,11 +16108,9 @@ float: string;
|
|
|
16332
16108
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
16333
16109
|
grow: {
|
|
16334
16110
|
type: BooleanConstructor;
|
|
16335
|
-
default: boolean;
|
|
16336
16111
|
};
|
|
16337
16112
|
shrink: {
|
|
16338
16113
|
type: BooleanConstructor;
|
|
16339
|
-
default: boolean;
|
|
16340
16114
|
};
|
|
16341
16115
|
align: {
|
|
16342
16116
|
type: StringConstructor;
|
|
@@ -16348,11 +16122,9 @@ classList(): string[];
|
|
|
16348
16122
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
16349
16123
|
grow: {
|
|
16350
16124
|
type: BooleanConstructor;
|
|
16351
|
-
default: boolean;
|
|
16352
16125
|
};
|
|
16353
16126
|
shrink: {
|
|
16354
16127
|
type: BooleanConstructor;
|
|
16355
|
-
default: boolean;
|
|
16356
16128
|
};
|
|
16357
16129
|
align: {
|
|
16358
16130
|
type: StringConstructor;
|
|
@@ -16455,7 +16227,6 @@ default: () => GroupValidityEvent;
|
|
|
16455
16227
|
stopPropagation: {
|
|
16456
16228
|
type: BooleanConstructor;
|
|
16457
16229
|
required: false;
|
|
16458
|
-
default: boolean;
|
|
16459
16230
|
};
|
|
16460
16231
|
}>, {}, {
|
|
16461
16232
|
components: Record<string, ComponentValidityEvent>;
|
|
@@ -16472,7 +16243,6 @@ default: () => GroupValidityEvent;
|
|
|
16472
16243
|
stopPropagation: {
|
|
16473
16244
|
type: BooleanConstructor;
|
|
16474
16245
|
required: false;
|
|
16475
|
-
default: boolean;
|
|
16476
16246
|
};
|
|
16477
16247
|
}>> & Readonly<{
|
|
16478
16248
|
"onGroup-validity"?: ((...args: any[]) => any) | undefined;
|
|
@@ -16489,7 +16259,6 @@ required: true;
|
|
|
16489
16259
|
bullets: {
|
|
16490
16260
|
type: BooleanConstructor;
|
|
16491
16261
|
required: false;
|
|
16492
|
-
default: boolean;
|
|
16493
16262
|
};
|
|
16494
16263
|
beforeNavigate: {
|
|
16495
16264
|
type: PropType<BeforeNavigate>;
|
|
@@ -16509,7 +16278,6 @@ required: true;
|
|
|
16509
16278
|
bullets: {
|
|
16510
16279
|
type: BooleanConstructor;
|
|
16511
16280
|
required: false;
|
|
16512
|
-
default: boolean;
|
|
16513
16281
|
};
|
|
16514
16282
|
beforeNavigate: {
|
|
16515
16283
|
type: PropType<BeforeNavigate>;
|
|
@@ -16582,11 +16350,9 @@ validator(val: string): boolean;
|
|
|
16582
16350
|
};
|
|
16583
16351
|
collapse: {
|
|
16584
16352
|
type: BooleanConstructor;
|
|
16585
|
-
default: boolean;
|
|
16586
16353
|
};
|
|
16587
16354
|
wrap: {
|
|
16588
16355
|
type: BooleanConstructor;
|
|
16589
|
-
default: boolean;
|
|
16590
16356
|
};
|
|
16591
16357
|
float: {
|
|
16592
16358
|
type: StringConstructor;
|
|
@@ -16603,11 +16369,9 @@ validator(val: string): boolean;
|
|
|
16603
16369
|
};
|
|
16604
16370
|
collapse: {
|
|
16605
16371
|
type: BooleanConstructor;
|
|
16606
|
-
default: boolean;
|
|
16607
16372
|
};
|
|
16608
16373
|
wrap: {
|
|
16609
16374
|
type: BooleanConstructor;
|
|
16610
|
-
default: boolean;
|
|
16611
16375
|
};
|
|
16612
16376
|
float: {
|
|
16613
16377
|
type: StringConstructor;
|
|
@@ -16623,11 +16387,9 @@ float: string;
|
|
|
16623
16387
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
16624
16388
|
grow: {
|
|
16625
16389
|
type: BooleanConstructor;
|
|
16626
|
-
default: boolean;
|
|
16627
16390
|
};
|
|
16628
16391
|
shrink: {
|
|
16629
16392
|
type: BooleanConstructor;
|
|
16630
|
-
default: boolean;
|
|
16631
16393
|
};
|
|
16632
16394
|
align: {
|
|
16633
16395
|
type: StringConstructor;
|
|
@@ -16639,11 +16401,9 @@ classList(): string[];
|
|
|
16639
16401
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
16640
16402
|
grow: {
|
|
16641
16403
|
type: BooleanConstructor;
|
|
16642
|
-
default: boolean;
|
|
16643
16404
|
};
|
|
16644
16405
|
shrink: {
|
|
16645
16406
|
type: BooleanConstructor;
|
|
16646
|
-
default: boolean;
|
|
16647
16407
|
};
|
|
16648
16408
|
align: {
|
|
16649
16409
|
type: StringConstructor;
|
|
@@ -16880,7 +16640,6 @@ default: boolean;
|
|
|
16880
16640
|
*/
|
|
16881
16641
|
useVShow: {
|
|
16882
16642
|
type: BooleanConstructor;
|
|
16883
|
-
default: boolean;
|
|
16884
16643
|
};
|
|
16885
16644
|
/**
|
|
16886
16645
|
* Toggle expanded/collapsed state
|
|
@@ -16963,7 +16722,6 @@ default: boolean;
|
|
|
16963
16722
|
*/
|
|
16964
16723
|
useVShow: {
|
|
16965
16724
|
type: BooleanConstructor;
|
|
16966
|
-
default: boolean;
|
|
16967
16725
|
};
|
|
16968
16726
|
/**
|
|
16969
16727
|
* Toggle expanded/collapsed state
|
|
@@ -17041,7 +16799,7 @@ onClickDay(date: FDate): void;
|
|
|
17041
16799
|
onKeydownDay(date: FDate, event: KeyboardEvent): Promise<void>;
|
|
17042
16800
|
isDayFocused(date: FDate): boolean;
|
|
17043
16801
|
getTabindex(date: FDate): 0 | -1;
|
|
17044
|
-
}, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "
|
|
16802
|
+
}, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "click")[], "update:modelValue" | "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
17045
16803
|
/**
|
|
17046
16804
|
* Active month.
|
|
17047
16805
|
*/
|
|
@@ -17075,7 +16833,6 @@ type: PropType<FDate>;
|
|
|
17075
16833
|
required: true;
|
|
17076
16834
|
};
|
|
17077
16835
|
}>> & Readonly<{
|
|
17078
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
17079
16836
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
17080
16837
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
17081
16838
|
}>, {
|
|
@@ -17089,7 +16846,6 @@ required: true;
|
|
|
17089
16846
|
hideWeekNumbers: {
|
|
17090
16847
|
type: BooleanConstructor;
|
|
17091
16848
|
required: false;
|
|
17092
|
-
default: boolean;
|
|
17093
16849
|
};
|
|
17094
16850
|
}>, {}, {
|
|
17095
16851
|
weekdays: WeekdayNaming[];
|
|
@@ -17118,7 +16874,6 @@ required: true;
|
|
|
17118
16874
|
hideWeekNumbers: {
|
|
17119
16875
|
type: BooleanConstructor;
|
|
17120
16876
|
required: false;
|
|
17121
|
-
default: boolean;
|
|
17122
16877
|
};
|
|
17123
16878
|
}>> & Readonly<{}>, {
|
|
17124
16879
|
hideWeekNumbers: boolean;
|
|
@@ -17139,7 +16894,6 @@ required: true;
|
|
|
17139
16894
|
hideWeekNumbers: {
|
|
17140
16895
|
type: BooleanConstructor;
|
|
17141
16896
|
required: false;
|
|
17142
|
-
default: boolean;
|
|
17143
16897
|
};
|
|
17144
16898
|
}>, {}, {
|
|
17145
16899
|
weekdays: WeekdayNaming[];
|
|
@@ -17174,7 +16928,6 @@ required: true;
|
|
|
17174
16928
|
hideWeekNumbers: {
|
|
17175
16929
|
type: BooleanConstructor;
|
|
17176
16930
|
required: false;
|
|
17177
|
-
default: boolean;
|
|
17178
16931
|
};
|
|
17179
16932
|
}>> & Readonly<{}>, {
|
|
17180
16933
|
hideWeekNumbers: boolean;
|
|
@@ -17208,7 +16961,6 @@ required: true;
|
|
|
17208
16961
|
yearSelector: {
|
|
17209
16962
|
type: BooleanConstructor;
|
|
17210
16963
|
required: false;
|
|
17211
|
-
default: boolean;
|
|
17212
16964
|
};
|
|
17213
16965
|
/**
|
|
17214
16966
|
* Displays the year selector as open when enabled.
|
|
@@ -17216,7 +16968,6 @@ default: boolean;
|
|
|
17216
16968
|
yearSelectorOpen: {
|
|
17217
16969
|
type: BooleanConstructor;
|
|
17218
16970
|
required: false;
|
|
17219
|
-
default: boolean;
|
|
17220
16971
|
};
|
|
17221
16972
|
/**
|
|
17222
16973
|
* Optional id (generated by default).
|
|
@@ -17275,7 +17026,6 @@ required: true;
|
|
|
17275
17026
|
yearSelector: {
|
|
17276
17027
|
type: BooleanConstructor;
|
|
17277
17028
|
required: false;
|
|
17278
|
-
default: boolean;
|
|
17279
17029
|
};
|
|
17280
17030
|
/**
|
|
17281
17031
|
* Displays the year selector as open when enabled.
|
|
@@ -17283,7 +17033,6 @@ default: boolean;
|
|
|
17283
17033
|
yearSelectorOpen: {
|
|
17284
17034
|
type: BooleanConstructor;
|
|
17285
17035
|
required: false;
|
|
17286
|
-
default: boolean;
|
|
17287
17036
|
};
|
|
17288
17037
|
/**
|
|
17289
17038
|
* Optional id (generated by default).
|
|
@@ -17397,14 +17146,12 @@ validator(val: string): boolean;
|
|
|
17397
17146
|
*/
|
|
17398
17147
|
collapse: {
|
|
17399
17148
|
type: BooleanConstructor;
|
|
17400
|
-
default: boolean;
|
|
17401
17149
|
};
|
|
17402
17150
|
/**
|
|
17403
17151
|
* If set the IFlexItems will wrap when out of space
|
|
17404
17152
|
*/
|
|
17405
17153
|
wrap: {
|
|
17406
17154
|
type: BooleanConstructor;
|
|
17407
|
-
default: boolean;
|
|
17408
17155
|
};
|
|
17409
17156
|
/**
|
|
17410
17157
|
* Set how IFlexItems should float.
|
|
@@ -17447,14 +17194,12 @@ validator(val: string): boolean;
|
|
|
17447
17194
|
*/
|
|
17448
17195
|
collapse: {
|
|
17449
17196
|
type: BooleanConstructor;
|
|
17450
|
-
default: boolean;
|
|
17451
17197
|
};
|
|
17452
17198
|
/**
|
|
17453
17199
|
* If set the IFlexItems will wrap when out of space
|
|
17454
17200
|
*/
|
|
17455
17201
|
wrap: {
|
|
17456
17202
|
type: BooleanConstructor;
|
|
17457
|
-
default: boolean;
|
|
17458
17203
|
};
|
|
17459
17204
|
/**
|
|
17460
17205
|
* Set how IFlexItems should float.
|
|
@@ -17483,14 +17228,12 @@ export declare const IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
|
17483
17228
|
*/
|
|
17484
17229
|
grow: {
|
|
17485
17230
|
type: BooleanConstructor;
|
|
17486
|
-
default: boolean;
|
|
17487
17231
|
};
|
|
17488
17232
|
/**
|
|
17489
17233
|
* If set this item will shrink to its smallest possible size.
|
|
17490
17234
|
*/
|
|
17491
17235
|
shrink: {
|
|
17492
17236
|
type: BooleanConstructor;
|
|
17493
|
-
default: boolean;
|
|
17494
17237
|
};
|
|
17495
17238
|
/**
|
|
17496
17239
|
* Vertical positioning of content.
|
|
@@ -17514,14 +17257,12 @@ classList(): string[];
|
|
|
17514
17257
|
*/
|
|
17515
17258
|
grow: {
|
|
17516
17259
|
type: BooleanConstructor;
|
|
17517
|
-
default: boolean;
|
|
17518
17260
|
};
|
|
17519
17261
|
/**
|
|
17520
17262
|
* If set this item will shrink to its smallest possible size.
|
|
17521
17263
|
*/
|
|
17522
17264
|
shrink: {
|
|
17523
17265
|
type: BooleanConstructor;
|
|
17524
|
-
default: boolean;
|
|
17525
17266
|
};
|
|
17526
17267
|
/**
|
|
17527
17268
|
* Vertical positioning of content.
|
|
@@ -17909,7 +17650,6 @@ required: true;
|
|
|
17909
17650
|
enableKeyboardNavigation: {
|
|
17910
17651
|
type: BooleanConstructor;
|
|
17911
17652
|
required: false;
|
|
17912
|
-
default: boolean;
|
|
17913
17653
|
};
|
|
17914
17654
|
/**
|
|
17915
17655
|
* Unique accessible name for navigation landmark.
|
|
@@ -17989,7 +17729,6 @@ required: true;
|
|
|
17989
17729
|
enableKeyboardNavigation: {
|
|
17990
17730
|
type: BooleanConstructor;
|
|
17991
17731
|
required: false;
|
|
17992
|
-
default: boolean;
|
|
17993
17732
|
};
|
|
17994
17733
|
/**
|
|
17995
17734
|
* Unique accessible name for navigation landmark.
|