@fkui/vue 6.19.1 → 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 +147 -173
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/index.esm.js +147 -173
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +30 -317
- 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: {
|
|
@@ -7595,14 +7456,14 @@ cancel(): true;
|
|
|
7595
7456
|
*/
|
|
7596
7457
|
close(_payload: {
|
|
7597
7458
|
reason: string;
|
|
7598
|
-
data?:
|
|
7459
|
+
data?: any;
|
|
7599
7460
|
}): true;
|
|
7600
7461
|
/**
|
|
7601
7462
|
* Event that is dispatched when the submit button is is clicked.
|
|
7602
7463
|
* The event payload is the data that has been submitted.
|
|
7603
7464
|
*/
|
|
7604
7465
|
submit(_payload: {
|
|
7605
|
-
data:
|
|
7466
|
+
data: any;
|
|
7606
7467
|
}): true;
|
|
7607
7468
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7608
7469
|
/**
|
|
@@ -7703,11 +7564,11 @@ default: () => FModalButtonDescriptor[];
|
|
|
7703
7564
|
};
|
|
7704
7565
|
}>> & Readonly<{
|
|
7705
7566
|
onSubmit?: ((_payload: {
|
|
7706
|
-
data:
|
|
7567
|
+
data: any;
|
|
7707
7568
|
}) => any) | undefined;
|
|
7708
7569
|
onClose?: ((_payload: {
|
|
7709
7570
|
reason: string;
|
|
7710
|
-
data?:
|
|
7571
|
+
data?: any;
|
|
7711
7572
|
}) => any) | undefined;
|
|
7712
7573
|
onCancel?: (() => any) | undefined;
|
|
7713
7574
|
}>, {
|
|
@@ -7732,7 +7593,6 @@ default: () => string;
|
|
|
7732
7593
|
isOpen: {
|
|
7733
7594
|
type: BooleanConstructor;
|
|
7734
7595
|
required: false;
|
|
7735
|
-
default: boolean;
|
|
7736
7596
|
};
|
|
7737
7597
|
ariaCloseText: {
|
|
7738
7598
|
type: StringConstructor;
|
|
@@ -7742,7 +7602,6 @@ default: undefined;
|
|
|
7742
7602
|
fullscreen: {
|
|
7743
7603
|
type: BooleanConstructor;
|
|
7744
7604
|
required: false;
|
|
7745
|
-
default: boolean;
|
|
7746
7605
|
};
|
|
7747
7606
|
type: {
|
|
7748
7607
|
type: PropType<"" | "information" | "warning" | "error">;
|
|
@@ -7779,7 +7638,6 @@ default: () => string;
|
|
|
7779
7638
|
isOpen: {
|
|
7780
7639
|
type: BooleanConstructor;
|
|
7781
7640
|
required: false;
|
|
7782
|
-
default: boolean;
|
|
7783
7641
|
};
|
|
7784
7642
|
ariaCloseText: {
|
|
7785
7643
|
type: StringConstructor;
|
|
@@ -7789,7 +7647,6 @@ default: undefined;
|
|
|
7789
7647
|
fullscreen: {
|
|
7790
7648
|
type: BooleanConstructor;
|
|
7791
7649
|
required: false;
|
|
7792
|
-
default: boolean;
|
|
7793
7650
|
};
|
|
7794
7651
|
type: {
|
|
7795
7652
|
type: PropType<"" | "information" | "warning" | "error">;
|
|
@@ -7963,7 +7820,6 @@ default: () => GroupValidityEvent;
|
|
|
7963
7820
|
stopPropagation: {
|
|
7964
7821
|
type: BooleanConstructor;
|
|
7965
7822
|
required: false;
|
|
7966
|
-
default: boolean;
|
|
7967
7823
|
};
|
|
7968
7824
|
}>, {}, {
|
|
7969
7825
|
components: Record<string, ComponentValidityEvent>;
|
|
@@ -7980,7 +7836,6 @@ default: () => GroupValidityEvent;
|
|
|
7980
7836
|
stopPropagation: {
|
|
7981
7837
|
type: BooleanConstructor;
|
|
7982
7838
|
required: false;
|
|
7983
|
-
default: boolean;
|
|
7984
7839
|
};
|
|
7985
7840
|
}>> & Readonly<{
|
|
7986
7841
|
"onGroup-validity"?: ((...args: any[]) => any) | undefined;
|
|
@@ -7997,7 +7852,6 @@ required: true;
|
|
|
7997
7852
|
bullets: {
|
|
7998
7853
|
type: BooleanConstructor;
|
|
7999
7854
|
required: false;
|
|
8000
|
-
default: boolean;
|
|
8001
7855
|
};
|
|
8002
7856
|
beforeNavigate: {
|
|
8003
7857
|
type: PropType<BeforeNavigate>;
|
|
@@ -8017,7 +7871,6 @@ required: true;
|
|
|
8017
7871
|
bullets: {
|
|
8018
7872
|
type: BooleanConstructor;
|
|
8019
7873
|
required: false;
|
|
8020
|
-
default: boolean;
|
|
8021
7874
|
};
|
|
8022
7875
|
beforeNavigate: {
|
|
8023
7876
|
type: PropType<BeforeNavigate>;
|
|
@@ -8090,11 +7943,9 @@ validator(val: string): boolean;
|
|
|
8090
7943
|
};
|
|
8091
7944
|
collapse: {
|
|
8092
7945
|
type: BooleanConstructor;
|
|
8093
|
-
default: boolean;
|
|
8094
7946
|
};
|
|
8095
7947
|
wrap: {
|
|
8096
7948
|
type: BooleanConstructor;
|
|
8097
|
-
default: boolean;
|
|
8098
7949
|
};
|
|
8099
7950
|
float: {
|
|
8100
7951
|
type: StringConstructor;
|
|
@@ -8111,11 +7962,9 @@ validator(val: string): boolean;
|
|
|
8111
7962
|
};
|
|
8112
7963
|
collapse: {
|
|
8113
7964
|
type: BooleanConstructor;
|
|
8114
|
-
default: boolean;
|
|
8115
7965
|
};
|
|
8116
7966
|
wrap: {
|
|
8117
7967
|
type: BooleanConstructor;
|
|
8118
|
-
default: boolean;
|
|
8119
7968
|
};
|
|
8120
7969
|
float: {
|
|
8121
7970
|
type: StringConstructor;
|
|
@@ -8131,11 +7980,9 @@ float: string;
|
|
|
8131
7980
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
8132
7981
|
grow: {
|
|
8133
7982
|
type: BooleanConstructor;
|
|
8134
|
-
default: boolean;
|
|
8135
7983
|
};
|
|
8136
7984
|
shrink: {
|
|
8137
7985
|
type: BooleanConstructor;
|
|
8138
|
-
default: boolean;
|
|
8139
7986
|
};
|
|
8140
7987
|
align: {
|
|
8141
7988
|
type: StringConstructor;
|
|
@@ -8147,11 +7994,9 @@ classList(): string[];
|
|
|
8147
7994
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8148
7995
|
grow: {
|
|
8149
7996
|
type: BooleanConstructor;
|
|
8150
|
-
default: boolean;
|
|
8151
7997
|
};
|
|
8152
7998
|
shrink: {
|
|
8153
7999
|
type: BooleanConstructor;
|
|
8154
|
-
default: boolean;
|
|
8155
8000
|
};
|
|
8156
8001
|
align: {
|
|
8157
8002
|
type: StringConstructor;
|
|
@@ -8344,7 +8189,7 @@ export declare const FInteractiveTable: <T extends object, K extends keyof T>(__
|
|
|
8344
8189
|
readonly onExpand?: ((row: T) => any) | undefined;
|
|
8345
8190
|
readonly onUnselect?: ((row: T) => any) | undefined;
|
|
8346
8191
|
readonly "onUpdate:active"?: ((row: T | undefined) => any) | undefined;
|
|
8347
|
-
} & 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;
|
|
8348
8193
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
8349
8194
|
attrs: any;
|
|
8350
8195
|
slots: {
|
|
@@ -8772,7 +8617,7 @@ export declare const FList: <T extends object>(__VLS_props: NonNullable<Awaited<
|
|
|
8772
8617
|
readonly onClick?: ((item: T) => any) | undefined;
|
|
8773
8618
|
readonly onUnselect?: ((item: T) => any) | undefined;
|
|
8774
8619
|
readonly "onUpdate:active"?: ((item: T) => any) | undefined;
|
|
8775
|
-
} & 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;
|
|
8776
8621
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
8777
8622
|
attrs: any;
|
|
8778
8623
|
slots: {
|
|
@@ -8804,7 +8649,6 @@ export declare const FLoader: DefineComponent<ExtractPropTypes< {
|
|
|
8804
8649
|
show: {
|
|
8805
8650
|
type: BooleanConstructor;
|
|
8806
8651
|
required: false;
|
|
8807
|
-
default: boolean;
|
|
8808
8652
|
};
|
|
8809
8653
|
/**
|
|
8810
8654
|
* If loader should be displayed as a fullscreen overlay.
|
|
@@ -8812,7 +8656,6 @@ default: boolean;
|
|
|
8812
8656
|
overlay: {
|
|
8813
8657
|
type: BooleanConstructor;
|
|
8814
8658
|
required: false;
|
|
8815
|
-
default: boolean;
|
|
8816
8659
|
};
|
|
8817
8660
|
/**
|
|
8818
8661
|
* Delay the loader icon and text by 1 second
|
|
@@ -8820,7 +8663,6 @@ default: boolean;
|
|
|
8820
8663
|
delay: {
|
|
8821
8664
|
type: BooleanConstructor;
|
|
8822
8665
|
required: false;
|
|
8823
|
-
default: boolean;
|
|
8824
8666
|
};
|
|
8825
8667
|
/**
|
|
8826
8668
|
* Language used for determining fallback value for the loading text. Useful if loader is displayed before
|
|
@@ -8865,7 +8707,6 @@ closeLoader(): void;
|
|
|
8865
8707
|
show: {
|
|
8866
8708
|
type: BooleanConstructor;
|
|
8867
8709
|
required: false;
|
|
8868
|
-
default: boolean;
|
|
8869
8710
|
};
|
|
8870
8711
|
/**
|
|
8871
8712
|
* If loader should be displayed as a fullscreen overlay.
|
|
@@ -8873,7 +8714,6 @@ default: boolean;
|
|
|
8873
8714
|
overlay: {
|
|
8874
8715
|
type: BooleanConstructor;
|
|
8875
8716
|
required: false;
|
|
8876
|
-
default: boolean;
|
|
8877
8717
|
};
|
|
8878
8718
|
/**
|
|
8879
8719
|
* Delay the loader icon and text by 1 second
|
|
@@ -8881,7 +8721,6 @@ default: boolean;
|
|
|
8881
8721
|
delay: {
|
|
8882
8722
|
type: BooleanConstructor;
|
|
8883
8723
|
required: false;
|
|
8884
|
-
default: boolean;
|
|
8885
8724
|
};
|
|
8886
8725
|
/**
|
|
8887
8726
|
* Language used for determining fallback value for the loading text. Useful if loader is displayed before
|
|
@@ -9103,11 +8942,9 @@ validator(val: string): boolean;
|
|
|
9103
8942
|
};
|
|
9104
8943
|
collapse: {
|
|
9105
8944
|
type: BooleanConstructor;
|
|
9106
|
-
default: boolean;
|
|
9107
8945
|
};
|
|
9108
8946
|
wrap: {
|
|
9109
8947
|
type: BooleanConstructor;
|
|
9110
|
-
default: boolean;
|
|
9111
8948
|
};
|
|
9112
8949
|
float: {
|
|
9113
8950
|
type: StringConstructor;
|
|
@@ -9124,11 +8961,9 @@ validator(val: string): boolean;
|
|
|
9124
8961
|
};
|
|
9125
8962
|
collapse: {
|
|
9126
8963
|
type: BooleanConstructor;
|
|
9127
|
-
default: boolean;
|
|
9128
8964
|
};
|
|
9129
8965
|
wrap: {
|
|
9130
8966
|
type: BooleanConstructor;
|
|
9131
|
-
default: boolean;
|
|
9132
8967
|
};
|
|
9133
8968
|
float: {
|
|
9134
8969
|
type: StringConstructor;
|
|
@@ -9144,11 +8979,9 @@ float: string;
|
|
|
9144
8979
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
9145
8980
|
grow: {
|
|
9146
8981
|
type: BooleanConstructor;
|
|
9147
|
-
default: boolean;
|
|
9148
8982
|
};
|
|
9149
8983
|
shrink: {
|
|
9150
8984
|
type: BooleanConstructor;
|
|
9151
|
-
default: boolean;
|
|
9152
8985
|
};
|
|
9153
8986
|
align: {
|
|
9154
8987
|
type: StringConstructor;
|
|
@@ -9160,11 +8993,9 @@ classList(): string[];
|
|
|
9160
8993
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
9161
8994
|
grow: {
|
|
9162
8995
|
type: BooleanConstructor;
|
|
9163
|
-
default: boolean;
|
|
9164
8996
|
};
|
|
9165
8997
|
shrink: {
|
|
9166
8998
|
type: BooleanConstructor;
|
|
9167
|
-
default: boolean;
|
|
9168
8999
|
};
|
|
9169
9000
|
align: {
|
|
9170
9001
|
type: StringConstructor;
|
|
@@ -9200,7 +9031,6 @@ default: () => string;
|
|
|
9200
9031
|
isOpen: {
|
|
9201
9032
|
type: BooleanConstructor;
|
|
9202
9033
|
required: false;
|
|
9203
|
-
default: boolean;
|
|
9204
9034
|
};
|
|
9205
9035
|
/**
|
|
9206
9036
|
* The aria-label attribute text for the top right close button.
|
|
@@ -9216,7 +9046,6 @@ default: undefined;
|
|
|
9216
9046
|
fullscreen: {
|
|
9217
9047
|
type: BooleanConstructor;
|
|
9218
9048
|
required: false;
|
|
9219
|
-
default: boolean;
|
|
9220
9049
|
};
|
|
9221
9050
|
/**
|
|
9222
9051
|
* The type of modal. 'information', 'warning' and 'error' is valid.
|
|
@@ -9280,7 +9109,6 @@ default: () => string;
|
|
|
9280
9109
|
isOpen: {
|
|
9281
9110
|
type: BooleanConstructor;
|
|
9282
9111
|
required: false;
|
|
9283
|
-
default: boolean;
|
|
9284
9112
|
};
|
|
9285
9113
|
/**
|
|
9286
9114
|
* The aria-label attribute text for the top right close button.
|
|
@@ -9296,7 +9124,6 @@ default: undefined;
|
|
|
9296
9124
|
fullscreen: {
|
|
9297
9125
|
type: BooleanConstructor;
|
|
9298
9126
|
required: false;
|
|
9299
|
-
default: boolean;
|
|
9300
9127
|
};
|
|
9301
9128
|
/**
|
|
9302
9129
|
* The type of modal. 'information', 'warning' and 'error' is valid.
|
|
@@ -9449,7 +9276,6 @@ required: true;
|
|
|
9449
9276
|
vertical: {
|
|
9450
9277
|
type: BooleanConstructor;
|
|
9451
9278
|
required: false;
|
|
9452
|
-
default: boolean;
|
|
9453
9279
|
};
|
|
9454
9280
|
/**
|
|
9455
9281
|
* Screen reader text for selected item
|
|
@@ -9543,7 +9369,6 @@ required: true;
|
|
|
9543
9369
|
vertical: {
|
|
9544
9370
|
type: BooleanConstructor;
|
|
9545
9371
|
required: false;
|
|
9546
|
-
default: boolean;
|
|
9547
9372
|
};
|
|
9548
9373
|
/**
|
|
9549
9374
|
* Screen reader text for selected item
|
|
@@ -9677,7 +9502,6 @@ required: true;
|
|
|
9677
9502
|
enableKeyboardNavigation: {
|
|
9678
9503
|
type: BooleanConstructor;
|
|
9679
9504
|
required: false;
|
|
9680
|
-
default: boolean;
|
|
9681
9505
|
};
|
|
9682
9506
|
ariaLabel: {
|
|
9683
9507
|
type: StringConstructor;
|
|
@@ -9732,7 +9556,6 @@ required: true;
|
|
|
9732
9556
|
enableKeyboardNavigation: {
|
|
9733
9557
|
type: BooleanConstructor;
|
|
9734
9558
|
required: false;
|
|
9735
|
-
default: boolean;
|
|
9736
9559
|
};
|
|
9737
9560
|
ariaLabel: {
|
|
9738
9561
|
type: StringConstructor;
|
|
@@ -9923,7 +9746,6 @@ default: () => string;
|
|
|
9923
9746
|
inline: {
|
|
9924
9747
|
type: BooleanConstructor;
|
|
9925
9748
|
required: false;
|
|
9926
|
-
default: boolean;
|
|
9927
9749
|
};
|
|
9928
9750
|
modelValue: {
|
|
9929
9751
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -9963,7 +9785,6 @@ default: () => undefined;
|
|
|
9963
9785
|
disabled: {
|
|
9964
9786
|
type: BooleanConstructor;
|
|
9965
9787
|
required: false;
|
|
9966
|
-
default: boolean;
|
|
9967
9788
|
};
|
|
9968
9789
|
}>, {
|
|
9969
9790
|
textFieldTableMode: boolean;
|
|
@@ -10021,7 +9842,6 @@ default: () => string;
|
|
|
10021
9842
|
inline: {
|
|
10022
9843
|
type: BooleanConstructor;
|
|
10023
9844
|
required: false;
|
|
10024
|
-
default: boolean;
|
|
10025
9845
|
};
|
|
10026
9846
|
modelValue: {
|
|
10027
9847
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -10061,7 +9881,6 @@ default: () => undefined;
|
|
|
10061
9881
|
disabled: {
|
|
10062
9882
|
type: BooleanConstructor;
|
|
10063
9883
|
required: false;
|
|
10064
|
-
default: boolean;
|
|
10065
9884
|
};
|
|
10066
9885
|
}>> & Readonly<{
|
|
10067
9886
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -10452,11 +10271,9 @@ validator(val: string): boolean;
|
|
|
10452
10271
|
};
|
|
10453
10272
|
collapse: {
|
|
10454
10273
|
type: BooleanConstructor;
|
|
10455
|
-
default: boolean;
|
|
10456
10274
|
};
|
|
10457
10275
|
wrap: {
|
|
10458
10276
|
type: BooleanConstructor;
|
|
10459
|
-
default: boolean;
|
|
10460
10277
|
};
|
|
10461
10278
|
float: {
|
|
10462
10279
|
type: StringConstructor;
|
|
@@ -10473,11 +10290,9 @@ validator(val: string): boolean;
|
|
|
10473
10290
|
};
|
|
10474
10291
|
collapse: {
|
|
10475
10292
|
type: BooleanConstructor;
|
|
10476
|
-
default: boolean;
|
|
10477
10293
|
};
|
|
10478
10294
|
wrap: {
|
|
10479
10295
|
type: BooleanConstructor;
|
|
10480
|
-
default: boolean;
|
|
10481
10296
|
};
|
|
10482
10297
|
float: {
|
|
10483
10298
|
type: StringConstructor;
|
|
@@ -10493,11 +10308,9 @@ float: string;
|
|
|
10493
10308
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
10494
10309
|
grow: {
|
|
10495
10310
|
type: BooleanConstructor;
|
|
10496
|
-
default: boolean;
|
|
10497
10311
|
};
|
|
10498
10312
|
shrink: {
|
|
10499
10313
|
type: BooleanConstructor;
|
|
10500
|
-
default: boolean;
|
|
10501
10314
|
};
|
|
10502
10315
|
align: {
|
|
10503
10316
|
type: StringConstructor;
|
|
@@ -10509,11 +10322,9 @@ classList(): string[];
|
|
|
10509
10322
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10510
10323
|
grow: {
|
|
10511
10324
|
type: BooleanConstructor;
|
|
10512
|
-
default: boolean;
|
|
10513
10325
|
};
|
|
10514
10326
|
shrink: {
|
|
10515
10327
|
type: BooleanConstructor;
|
|
10516
|
-
default: boolean;
|
|
10517
10328
|
};
|
|
10518
10329
|
align: {
|
|
10519
10330
|
type: StringConstructor;
|
|
@@ -10558,7 +10369,6 @@ default: () => string;
|
|
|
10558
10369
|
inline: {
|
|
10559
10370
|
type: BooleanConstructor;
|
|
10560
10371
|
required: false;
|
|
10561
|
-
default: boolean;
|
|
10562
10372
|
};
|
|
10563
10373
|
modelValue: {
|
|
10564
10374
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -10598,7 +10408,6 @@ default: () => undefined;
|
|
|
10598
10408
|
disabled: {
|
|
10599
10409
|
type: BooleanConstructor;
|
|
10600
10410
|
required: false;
|
|
10601
|
-
default: boolean;
|
|
10602
10411
|
};
|
|
10603
10412
|
}>, {
|
|
10604
10413
|
textFieldTableMode: boolean;
|
|
@@ -10656,7 +10465,6 @@ default: () => string;
|
|
|
10656
10465
|
inline: {
|
|
10657
10466
|
type: BooleanConstructor;
|
|
10658
10467
|
required: false;
|
|
10659
|
-
default: boolean;
|
|
10660
10468
|
};
|
|
10661
10469
|
modelValue: {
|
|
10662
10470
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -10696,7 +10504,6 @@ default: () => undefined;
|
|
|
10696
10504
|
disabled: {
|
|
10697
10505
|
type: BooleanConstructor;
|
|
10698
10506
|
required: false;
|
|
10699
|
-
default: boolean;
|
|
10700
10507
|
};
|
|
10701
10508
|
}>> & Readonly<{
|
|
10702
10509
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -11318,7 +11125,6 @@ default: () => string;
|
|
|
11318
11125
|
inline: {
|
|
11319
11126
|
type: BooleanConstructor;
|
|
11320
11127
|
required: false;
|
|
11321
|
-
default: boolean;
|
|
11322
11128
|
};
|
|
11323
11129
|
modelValue: {
|
|
11324
11130
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -11358,7 +11164,6 @@ default: () => undefined;
|
|
|
11358
11164
|
disabled: {
|
|
11359
11165
|
type: BooleanConstructor;
|
|
11360
11166
|
required: false;
|
|
11361
|
-
default: boolean;
|
|
11362
11167
|
};
|
|
11363
11168
|
}>, {
|
|
11364
11169
|
textFieldTableMode: boolean;
|
|
@@ -11416,7 +11221,6 @@ default: () => string;
|
|
|
11416
11221
|
inline: {
|
|
11417
11222
|
type: BooleanConstructor;
|
|
11418
11223
|
required: false;
|
|
11419
|
-
default: boolean;
|
|
11420
11224
|
};
|
|
11421
11225
|
modelValue: {
|
|
11422
11226
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -11456,7 +11260,6 @@ default: () => undefined;
|
|
|
11456
11260
|
disabled: {
|
|
11457
11261
|
type: BooleanConstructor;
|
|
11458
11262
|
required: false;
|
|
11459
|
-
default: boolean;
|
|
11460
11263
|
};
|
|
11461
11264
|
}>> & Readonly<{
|
|
11462
11265
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -11795,7 +11598,6 @@ default: () => string;
|
|
|
11795
11598
|
inline: {
|
|
11796
11599
|
type: BooleanConstructor;
|
|
11797
11600
|
required: false;
|
|
11798
|
-
default: boolean;
|
|
11799
11601
|
};
|
|
11800
11602
|
modelValue: {
|
|
11801
11603
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -11835,7 +11637,6 @@ default: () => undefined;
|
|
|
11835
11637
|
disabled: {
|
|
11836
11638
|
type: BooleanConstructor;
|
|
11837
11639
|
required: false;
|
|
11838
|
-
default: boolean;
|
|
11839
11640
|
};
|
|
11840
11641
|
}>, {
|
|
11841
11642
|
textFieldTableMode: boolean;
|
|
@@ -11893,7 +11694,6 @@ default: () => string;
|
|
|
11893
11694
|
inline: {
|
|
11894
11695
|
type: BooleanConstructor;
|
|
11895
11696
|
required: false;
|
|
11896
|
-
default: boolean;
|
|
11897
11697
|
};
|
|
11898
11698
|
modelValue: {
|
|
11899
11699
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -11933,7 +11733,6 @@ default: () => undefined;
|
|
|
11933
11733
|
disabled: {
|
|
11934
11734
|
type: BooleanConstructor;
|
|
11935
11735
|
required: false;
|
|
11936
|
-
default: boolean;
|
|
11937
11736
|
};
|
|
11938
11737
|
}>> & Readonly<{
|
|
11939
11738
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -12254,7 +12053,6 @@ default: number;
|
|
|
12254
12053
|
};
|
|
12255
12054
|
extendedValidation: {
|
|
12256
12055
|
type: BooleanConstructor;
|
|
12257
|
-
default: boolean;
|
|
12258
12056
|
};
|
|
12259
12057
|
}>, {}, {
|
|
12260
12058
|
validityMode: string;
|
|
@@ -12295,7 +12093,6 @@ default: number;
|
|
|
12295
12093
|
};
|
|
12296
12094
|
extendedValidation: {
|
|
12297
12095
|
type: BooleanConstructor;
|
|
12298
|
-
default: boolean;
|
|
12299
12096
|
};
|
|
12300
12097
|
}>> & Readonly<{
|
|
12301
12098
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -12316,7 +12113,6 @@ default: () => string;
|
|
|
12316
12113
|
inline: {
|
|
12317
12114
|
type: BooleanConstructor;
|
|
12318
12115
|
required: false;
|
|
12319
|
-
default: boolean;
|
|
12320
12116
|
};
|
|
12321
12117
|
modelValue: {
|
|
12322
12118
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -12356,7 +12152,6 @@ default: () => undefined;
|
|
|
12356
12152
|
disabled: {
|
|
12357
12153
|
type: BooleanConstructor;
|
|
12358
12154
|
required: false;
|
|
12359
|
-
default: boolean;
|
|
12360
12155
|
};
|
|
12361
12156
|
}>, {
|
|
12362
12157
|
textFieldTableMode: boolean;
|
|
@@ -12414,7 +12209,6 @@ default: () => string;
|
|
|
12414
12209
|
inline: {
|
|
12415
12210
|
type: BooleanConstructor;
|
|
12416
12211
|
required: false;
|
|
12417
|
-
default: boolean;
|
|
12418
12212
|
};
|
|
12419
12213
|
modelValue: {
|
|
12420
12214
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -12454,7 +12248,6 @@ default: () => undefined;
|
|
|
12454
12248
|
disabled: {
|
|
12455
12249
|
type: BooleanConstructor;
|
|
12456
12250
|
required: false;
|
|
12457
|
-
default: boolean;
|
|
12458
12251
|
};
|
|
12459
12252
|
}>> & Readonly<{
|
|
12460
12253
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -12764,7 +12557,6 @@ default: () => string;
|
|
|
12764
12557
|
inline: {
|
|
12765
12558
|
type: BooleanConstructor;
|
|
12766
12559
|
required: false;
|
|
12767
|
-
default: boolean;
|
|
12768
12560
|
};
|
|
12769
12561
|
modelValue: {
|
|
12770
12562
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -12804,7 +12596,6 @@ default: () => undefined;
|
|
|
12804
12596
|
disabled: {
|
|
12805
12597
|
type: BooleanConstructor;
|
|
12806
12598
|
required: false;
|
|
12807
|
-
default: boolean;
|
|
12808
12599
|
};
|
|
12809
12600
|
}>, {
|
|
12810
12601
|
textFieldTableMode: boolean;
|
|
@@ -12862,7 +12653,6 @@ default: () => string;
|
|
|
12862
12653
|
inline: {
|
|
12863
12654
|
type: BooleanConstructor;
|
|
12864
12655
|
required: false;
|
|
12865
|
-
default: boolean;
|
|
12866
12656
|
};
|
|
12867
12657
|
modelValue: {
|
|
12868
12658
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -12902,7 +12692,6 @@ default: () => undefined;
|
|
|
12902
12692
|
disabled: {
|
|
12903
12693
|
type: BooleanConstructor;
|
|
12904
12694
|
required: false;
|
|
12905
|
-
default: boolean;
|
|
12906
12695
|
};
|
|
12907
12696
|
}>> & Readonly<{
|
|
12908
12697
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -13221,7 +13010,6 @@ default: () => string;
|
|
|
13221
13010
|
inline: {
|
|
13222
13011
|
type: BooleanConstructor;
|
|
13223
13012
|
required: false;
|
|
13224
|
-
default: boolean;
|
|
13225
13013
|
};
|
|
13226
13014
|
modelValue: {
|
|
13227
13015
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -13261,7 +13049,6 @@ default: () => undefined;
|
|
|
13261
13049
|
disabled: {
|
|
13262
13050
|
type: BooleanConstructor;
|
|
13263
13051
|
required: false;
|
|
13264
|
-
default: boolean;
|
|
13265
13052
|
};
|
|
13266
13053
|
}>, {
|
|
13267
13054
|
textFieldTableMode: boolean;
|
|
@@ -13319,7 +13106,6 @@ default: () => string;
|
|
|
13319
13106
|
inline: {
|
|
13320
13107
|
type: BooleanConstructor;
|
|
13321
13108
|
required: false;
|
|
13322
|
-
default: boolean;
|
|
13323
13109
|
};
|
|
13324
13110
|
modelValue: {
|
|
13325
13111
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -13359,7 +13145,6 @@ default: () => undefined;
|
|
|
13359
13145
|
disabled: {
|
|
13360
13146
|
type: BooleanConstructor;
|
|
13361
13147
|
required: false;
|
|
13362
|
-
default: boolean;
|
|
13363
13148
|
};
|
|
13364
13149
|
}>> & Readonly<{
|
|
13365
13150
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -13718,7 +13503,6 @@ export declare const FRadioField: DefineComponent<ExtractPropTypes< {
|
|
|
13718
13503
|
disabled: {
|
|
13719
13504
|
type: BooleanConstructor;
|
|
13720
13505
|
required: false;
|
|
13721
|
-
default: boolean;
|
|
13722
13506
|
};
|
|
13723
13507
|
/**
|
|
13724
13508
|
* The id for the input id attribute.
|
|
@@ -13783,7 +13567,6 @@ leave(element: Element): void;
|
|
|
13783
13567
|
disabled: {
|
|
13784
13568
|
type: BooleanConstructor;
|
|
13785
13569
|
required: false;
|
|
13786
|
-
default: boolean;
|
|
13787
13570
|
};
|
|
13788
13571
|
/**
|
|
13789
13572
|
* The id for the input id attribute.
|
|
@@ -13851,7 +13634,7 @@ onInput(event: Event): void;
|
|
|
13851
13634
|
onChange(event: Event): void;
|
|
13852
13635
|
onBlur(event: Event): void;
|
|
13853
13636
|
onUpdate(event: Event): void;
|
|
13854
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur"
|
|
13637
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
|
|
13855
13638
|
id: {
|
|
13856
13639
|
type: StringConstructor;
|
|
13857
13640
|
required: false;
|
|
@@ -13875,7 +13658,6 @@ default: number;
|
|
|
13875
13658
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
13876
13659
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
13877
13660
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13878
|
-
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
13879
13661
|
}>, {
|
|
13880
13662
|
id: string;
|
|
13881
13663
|
modelValue: string | null;
|
|
@@ -13891,7 +13673,6 @@ default: () => string;
|
|
|
13891
13673
|
inline: {
|
|
13892
13674
|
type: BooleanConstructor;
|
|
13893
13675
|
required: false;
|
|
13894
|
-
default: boolean;
|
|
13895
13676
|
};
|
|
13896
13677
|
modelValue: {
|
|
13897
13678
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -13931,7 +13712,6 @@ default: () => undefined;
|
|
|
13931
13712
|
disabled: {
|
|
13932
13713
|
type: BooleanConstructor;
|
|
13933
13714
|
required: false;
|
|
13934
|
-
default: boolean;
|
|
13935
13715
|
};
|
|
13936
13716
|
}>, {
|
|
13937
13717
|
textFieldTableMode: boolean;
|
|
@@ -13989,7 +13769,6 @@ default: () => string;
|
|
|
13989
13769
|
inline: {
|
|
13990
13770
|
type: BooleanConstructor;
|
|
13991
13771
|
required: false;
|
|
13992
|
-
default: boolean;
|
|
13993
13772
|
};
|
|
13994
13773
|
modelValue: {
|
|
13995
13774
|
type: (StringConstructor | NumberConstructor | null)[];
|
|
@@ -14029,7 +13808,6 @@ default: () => undefined;
|
|
|
14029
13808
|
disabled: {
|
|
14030
13809
|
type: BooleanConstructor;
|
|
14031
13810
|
required: false;
|
|
14032
|
-
default: boolean;
|
|
14033
13811
|
};
|
|
14034
13812
|
}>> & Readonly<{
|
|
14035
13813
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -14381,7 +14159,6 @@ default: () => string;
|
|
|
14381
14159
|
inline: {
|
|
14382
14160
|
type: BooleanConstructor;
|
|
14383
14161
|
required: false;
|
|
14384
|
-
default: boolean;
|
|
14385
14162
|
};
|
|
14386
14163
|
/**
|
|
14387
14164
|
* The value for the input.
|
|
@@ -14451,7 +14228,6 @@ default: () => string;
|
|
|
14451
14228
|
inline: {
|
|
14452
14229
|
type: BooleanConstructor;
|
|
14453
14230
|
required: false;
|
|
14454
|
-
default: boolean;
|
|
14455
14231
|
};
|
|
14456
14232
|
/**
|
|
14457
14233
|
* The value for the input.
|
|
@@ -14921,14 +14697,12 @@ default: string;
|
|
|
14921
14697
|
*/
|
|
14922
14698
|
disabled: {
|
|
14923
14699
|
type: BooleanConstructor;
|
|
14924
|
-
default: boolean;
|
|
14925
14700
|
};
|
|
14926
14701
|
/**
|
|
14927
14702
|
* Enabling vertical resizing of the textarea
|
|
14928
14703
|
*/
|
|
14929
14704
|
resizable: {
|
|
14930
14705
|
type: BooleanConstructor;
|
|
14931
|
-
default: boolean;
|
|
14932
14706
|
};
|
|
14933
14707
|
}>, {}, {
|
|
14934
14708
|
validityMode: string;
|
|
@@ -15001,14 +14775,12 @@ default: string;
|
|
|
15001
14775
|
*/
|
|
15002
14776
|
disabled: {
|
|
15003
14777
|
type: BooleanConstructor;
|
|
15004
|
-
default: boolean;
|
|
15005
14778
|
};
|
|
15006
14779
|
/**
|
|
15007
14780
|
* Enabling vertical resizing of the textarea
|
|
15008
14781
|
*/
|
|
15009
14782
|
resizable: {
|
|
15010
14783
|
type: BooleanConstructor;
|
|
15011
|
-
default: boolean;
|
|
15012
14784
|
};
|
|
15013
14785
|
}>> & Readonly<{
|
|
15014
14786
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
@@ -15119,7 +14891,6 @@ default: () => string;
|
|
|
15119
14891
|
inline: {
|
|
15120
14892
|
type: BooleanConstructor;
|
|
15121
14893
|
required: false;
|
|
15122
|
-
default: boolean;
|
|
15123
14894
|
};
|
|
15124
14895
|
/**
|
|
15125
14896
|
* The value for the input.
|
|
@@ -15213,7 +14984,6 @@ default: () => undefined;
|
|
|
15213
14984
|
disabled: {
|
|
15214
14985
|
type: BooleanConstructor;
|
|
15215
14986
|
required: false;
|
|
15216
|
-
default: boolean;
|
|
15217
14987
|
};
|
|
15218
14988
|
}>, {
|
|
15219
14989
|
textFieldTableMode: boolean;
|
|
@@ -15279,7 +15049,6 @@ default: () => string;
|
|
|
15279
15049
|
inline: {
|
|
15280
15050
|
type: BooleanConstructor;
|
|
15281
15051
|
required: false;
|
|
15282
|
-
default: boolean;
|
|
15283
15052
|
};
|
|
15284
15053
|
/**
|
|
15285
15054
|
* The value for the input.
|
|
@@ -15373,7 +15142,6 @@ default: () => undefined;
|
|
|
15373
15142
|
disabled: {
|
|
15374
15143
|
type: BooleanConstructor;
|
|
15375
15144
|
required: false;
|
|
15376
|
-
default: boolean;
|
|
15377
15145
|
};
|
|
15378
15146
|
}>> & Readonly<{
|
|
15379
15147
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -15772,8 +15540,8 @@ required: false;
|
|
|
15772
15540
|
validator(value: string | undefined): boolean;
|
|
15773
15541
|
};
|
|
15774
15542
|
}>> & Readonly<{
|
|
15775
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
15776
15543
|
onToggle?: ((...args: any[]) => any) | undefined;
|
|
15544
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
15777
15545
|
}>, {
|
|
15778
15546
|
attachTo: HTMLElement;
|
|
15779
15547
|
modelValue: boolean;
|
|
@@ -15867,11 +15635,9 @@ validator(val: string): boolean;
|
|
|
15867
15635
|
};
|
|
15868
15636
|
collapse: {
|
|
15869
15637
|
type: BooleanConstructor;
|
|
15870
|
-
default: boolean;
|
|
15871
15638
|
};
|
|
15872
15639
|
wrap: {
|
|
15873
15640
|
type: BooleanConstructor;
|
|
15874
|
-
default: boolean;
|
|
15875
15641
|
};
|
|
15876
15642
|
float: {
|
|
15877
15643
|
type: StringConstructor;
|
|
@@ -15888,11 +15654,9 @@ validator(val: string): boolean;
|
|
|
15888
15654
|
};
|
|
15889
15655
|
collapse: {
|
|
15890
15656
|
type: BooleanConstructor;
|
|
15891
|
-
default: boolean;
|
|
15892
15657
|
};
|
|
15893
15658
|
wrap: {
|
|
15894
15659
|
type: BooleanConstructor;
|
|
15895
|
-
default: boolean;
|
|
15896
15660
|
};
|
|
15897
15661
|
float: {
|
|
15898
15662
|
type: StringConstructor;
|
|
@@ -15908,11 +15672,9 @@ float: string;
|
|
|
15908
15672
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
15909
15673
|
grow: {
|
|
15910
15674
|
type: BooleanConstructor;
|
|
15911
|
-
default: boolean;
|
|
15912
15675
|
};
|
|
15913
15676
|
shrink: {
|
|
15914
15677
|
type: BooleanConstructor;
|
|
15915
|
-
default: boolean;
|
|
15916
15678
|
};
|
|
15917
15679
|
align: {
|
|
15918
15680
|
type: StringConstructor;
|
|
@@ -15924,11 +15686,9 @@ classList(): string[];
|
|
|
15924
15686
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
15925
15687
|
grow: {
|
|
15926
15688
|
type: BooleanConstructor;
|
|
15927
|
-
default: boolean;
|
|
15928
15689
|
};
|
|
15929
15690
|
shrink: {
|
|
15930
15691
|
type: BooleanConstructor;
|
|
15931
|
-
default: boolean;
|
|
15932
15692
|
};
|
|
15933
15693
|
align: {
|
|
15934
15694
|
type: StringConstructor;
|
|
@@ -15984,7 +15744,6 @@ default: () => GroupValidityEvent;
|
|
|
15984
15744
|
stopPropagation: {
|
|
15985
15745
|
type: BooleanConstructor;
|
|
15986
15746
|
required: false;
|
|
15987
|
-
default: boolean;
|
|
15988
15747
|
};
|
|
15989
15748
|
}>, {}, {
|
|
15990
15749
|
components: Record<string, ComponentValidityEvent>;
|
|
@@ -16013,7 +15772,6 @@ default: () => GroupValidityEvent;
|
|
|
16013
15772
|
stopPropagation: {
|
|
16014
15773
|
type: BooleanConstructor;
|
|
16015
15774
|
required: false;
|
|
16016
|
-
default: boolean;
|
|
16017
15775
|
};
|
|
16018
15776
|
}>> & Readonly<{
|
|
16019
15777
|
"onGroup-validity"?: ((...args: any[]) => any) | undefined;
|
|
@@ -16043,7 +15801,6 @@ validator(value: string): boolean;
|
|
|
16043
15801
|
disableInitialFocus: {
|
|
16044
15802
|
type: BooleanConstructor;
|
|
16045
15803
|
required: false;
|
|
16046
|
-
default: boolean;
|
|
16047
15804
|
};
|
|
16048
15805
|
}>, {}, {
|
|
16049
15806
|
steps: FWizardStepDefinition[];
|
|
@@ -16078,7 +15835,6 @@ validator(value: string): boolean;
|
|
|
16078
15835
|
disableInitialFocus: {
|
|
16079
15836
|
type: BooleanConstructor;
|
|
16080
15837
|
required: false;
|
|
16081
|
-
default: boolean;
|
|
16082
15838
|
};
|
|
16083
15839
|
}>> & Readonly<{
|
|
16084
15840
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -16237,7 +15993,6 @@ default: boolean;
|
|
|
16237
15993
|
};
|
|
16238
15994
|
useVShow: {
|
|
16239
15995
|
type: BooleanConstructor;
|
|
16240
|
-
default: boolean;
|
|
16241
15996
|
};
|
|
16242
15997
|
expanded: {
|
|
16243
15998
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
@@ -16281,7 +16036,6 @@ default: boolean;
|
|
|
16281
16036
|
};
|
|
16282
16037
|
useVShow: {
|
|
16283
16038
|
type: BooleanConstructor;
|
|
16284
|
-
default: boolean;
|
|
16285
16039
|
};
|
|
16286
16040
|
expanded: {
|
|
16287
16041
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
@@ -16317,11 +16071,9 @@ validator(val: string): boolean;
|
|
|
16317
16071
|
};
|
|
16318
16072
|
collapse: {
|
|
16319
16073
|
type: BooleanConstructor;
|
|
16320
|
-
default: boolean;
|
|
16321
16074
|
};
|
|
16322
16075
|
wrap: {
|
|
16323
16076
|
type: BooleanConstructor;
|
|
16324
|
-
default: boolean;
|
|
16325
16077
|
};
|
|
16326
16078
|
float: {
|
|
16327
16079
|
type: StringConstructor;
|
|
@@ -16338,11 +16090,9 @@ validator(val: string): boolean;
|
|
|
16338
16090
|
};
|
|
16339
16091
|
collapse: {
|
|
16340
16092
|
type: BooleanConstructor;
|
|
16341
|
-
default: boolean;
|
|
16342
16093
|
};
|
|
16343
16094
|
wrap: {
|
|
16344
16095
|
type: BooleanConstructor;
|
|
16345
|
-
default: boolean;
|
|
16346
16096
|
};
|
|
16347
16097
|
float: {
|
|
16348
16098
|
type: StringConstructor;
|
|
@@ -16358,11 +16108,9 @@ float: string;
|
|
|
16358
16108
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
16359
16109
|
grow: {
|
|
16360
16110
|
type: BooleanConstructor;
|
|
16361
|
-
default: boolean;
|
|
16362
16111
|
};
|
|
16363
16112
|
shrink: {
|
|
16364
16113
|
type: BooleanConstructor;
|
|
16365
|
-
default: boolean;
|
|
16366
16114
|
};
|
|
16367
16115
|
align: {
|
|
16368
16116
|
type: StringConstructor;
|
|
@@ -16374,11 +16122,9 @@ classList(): string[];
|
|
|
16374
16122
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
16375
16123
|
grow: {
|
|
16376
16124
|
type: BooleanConstructor;
|
|
16377
|
-
default: boolean;
|
|
16378
16125
|
};
|
|
16379
16126
|
shrink: {
|
|
16380
16127
|
type: BooleanConstructor;
|
|
16381
|
-
default: boolean;
|
|
16382
16128
|
};
|
|
16383
16129
|
align: {
|
|
16384
16130
|
type: StringConstructor;
|
|
@@ -16481,7 +16227,6 @@ default: () => GroupValidityEvent;
|
|
|
16481
16227
|
stopPropagation: {
|
|
16482
16228
|
type: BooleanConstructor;
|
|
16483
16229
|
required: false;
|
|
16484
|
-
default: boolean;
|
|
16485
16230
|
};
|
|
16486
16231
|
}>, {}, {
|
|
16487
16232
|
components: Record<string, ComponentValidityEvent>;
|
|
@@ -16498,7 +16243,6 @@ default: () => GroupValidityEvent;
|
|
|
16498
16243
|
stopPropagation: {
|
|
16499
16244
|
type: BooleanConstructor;
|
|
16500
16245
|
required: false;
|
|
16501
|
-
default: boolean;
|
|
16502
16246
|
};
|
|
16503
16247
|
}>> & Readonly<{
|
|
16504
16248
|
"onGroup-validity"?: ((...args: any[]) => any) | undefined;
|
|
@@ -16515,7 +16259,6 @@ required: true;
|
|
|
16515
16259
|
bullets: {
|
|
16516
16260
|
type: BooleanConstructor;
|
|
16517
16261
|
required: false;
|
|
16518
|
-
default: boolean;
|
|
16519
16262
|
};
|
|
16520
16263
|
beforeNavigate: {
|
|
16521
16264
|
type: PropType<BeforeNavigate>;
|
|
@@ -16535,7 +16278,6 @@ required: true;
|
|
|
16535
16278
|
bullets: {
|
|
16536
16279
|
type: BooleanConstructor;
|
|
16537
16280
|
required: false;
|
|
16538
|
-
default: boolean;
|
|
16539
16281
|
};
|
|
16540
16282
|
beforeNavigate: {
|
|
16541
16283
|
type: PropType<BeforeNavigate>;
|
|
@@ -16608,11 +16350,9 @@ validator(val: string): boolean;
|
|
|
16608
16350
|
};
|
|
16609
16351
|
collapse: {
|
|
16610
16352
|
type: BooleanConstructor;
|
|
16611
|
-
default: boolean;
|
|
16612
16353
|
};
|
|
16613
16354
|
wrap: {
|
|
16614
16355
|
type: BooleanConstructor;
|
|
16615
|
-
default: boolean;
|
|
16616
16356
|
};
|
|
16617
16357
|
float: {
|
|
16618
16358
|
type: StringConstructor;
|
|
@@ -16629,11 +16369,9 @@ validator(val: string): boolean;
|
|
|
16629
16369
|
};
|
|
16630
16370
|
collapse: {
|
|
16631
16371
|
type: BooleanConstructor;
|
|
16632
|
-
default: boolean;
|
|
16633
16372
|
};
|
|
16634
16373
|
wrap: {
|
|
16635
16374
|
type: BooleanConstructor;
|
|
16636
|
-
default: boolean;
|
|
16637
16375
|
};
|
|
16638
16376
|
float: {
|
|
16639
16377
|
type: StringConstructor;
|
|
@@ -16649,11 +16387,9 @@ float: string;
|
|
|
16649
16387
|
IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
16650
16388
|
grow: {
|
|
16651
16389
|
type: BooleanConstructor;
|
|
16652
|
-
default: boolean;
|
|
16653
16390
|
};
|
|
16654
16391
|
shrink: {
|
|
16655
16392
|
type: BooleanConstructor;
|
|
16656
|
-
default: boolean;
|
|
16657
16393
|
};
|
|
16658
16394
|
align: {
|
|
16659
16395
|
type: StringConstructor;
|
|
@@ -16665,11 +16401,9 @@ classList(): string[];
|
|
|
16665
16401
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
16666
16402
|
grow: {
|
|
16667
16403
|
type: BooleanConstructor;
|
|
16668
|
-
default: boolean;
|
|
16669
16404
|
};
|
|
16670
16405
|
shrink: {
|
|
16671
16406
|
type: BooleanConstructor;
|
|
16672
|
-
default: boolean;
|
|
16673
16407
|
};
|
|
16674
16408
|
align: {
|
|
16675
16409
|
type: StringConstructor;
|
|
@@ -16906,7 +16640,6 @@ default: boolean;
|
|
|
16906
16640
|
*/
|
|
16907
16641
|
useVShow: {
|
|
16908
16642
|
type: BooleanConstructor;
|
|
16909
|
-
default: boolean;
|
|
16910
16643
|
};
|
|
16911
16644
|
/**
|
|
16912
16645
|
* Toggle expanded/collapsed state
|
|
@@ -16989,7 +16722,6 @@ default: boolean;
|
|
|
16989
16722
|
*/
|
|
16990
16723
|
useVShow: {
|
|
16991
16724
|
type: BooleanConstructor;
|
|
16992
|
-
default: boolean;
|
|
16993
16725
|
};
|
|
16994
16726
|
/**
|
|
16995
16727
|
* Toggle expanded/collapsed state
|
|
@@ -17067,7 +16799,7 @@ onClickDay(date: FDate): void;
|
|
|
17067
16799
|
onKeydownDay(date: FDate, event: KeyboardEvent): Promise<void>;
|
|
17068
16800
|
isDayFocused(date: FDate): boolean;
|
|
17069
16801
|
getTabindex(date: FDate): 0 | -1;
|
|
17070
|
-
}, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "
|
|
16802
|
+
}, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "click")[], "update:modelValue" | "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
17071
16803
|
/**
|
|
17072
16804
|
* Active month.
|
|
17073
16805
|
*/
|
|
@@ -17101,7 +16833,6 @@ type: PropType<FDate>;
|
|
|
17101
16833
|
required: true;
|
|
17102
16834
|
};
|
|
17103
16835
|
}>> & Readonly<{
|
|
17104
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
17105
16836
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
17106
16837
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
17107
16838
|
}>, {
|
|
@@ -17115,7 +16846,6 @@ required: true;
|
|
|
17115
16846
|
hideWeekNumbers: {
|
|
17116
16847
|
type: BooleanConstructor;
|
|
17117
16848
|
required: false;
|
|
17118
|
-
default: boolean;
|
|
17119
16849
|
};
|
|
17120
16850
|
}>, {}, {
|
|
17121
16851
|
weekdays: WeekdayNaming[];
|
|
@@ -17144,7 +16874,6 @@ required: true;
|
|
|
17144
16874
|
hideWeekNumbers: {
|
|
17145
16875
|
type: BooleanConstructor;
|
|
17146
16876
|
required: false;
|
|
17147
|
-
default: boolean;
|
|
17148
16877
|
};
|
|
17149
16878
|
}>> & Readonly<{}>, {
|
|
17150
16879
|
hideWeekNumbers: boolean;
|
|
@@ -17165,7 +16894,6 @@ required: true;
|
|
|
17165
16894
|
hideWeekNumbers: {
|
|
17166
16895
|
type: BooleanConstructor;
|
|
17167
16896
|
required: false;
|
|
17168
|
-
default: boolean;
|
|
17169
16897
|
};
|
|
17170
16898
|
}>, {}, {
|
|
17171
16899
|
weekdays: WeekdayNaming[];
|
|
@@ -17200,7 +16928,6 @@ required: true;
|
|
|
17200
16928
|
hideWeekNumbers: {
|
|
17201
16929
|
type: BooleanConstructor;
|
|
17202
16930
|
required: false;
|
|
17203
|
-
default: boolean;
|
|
17204
16931
|
};
|
|
17205
16932
|
}>> & Readonly<{}>, {
|
|
17206
16933
|
hideWeekNumbers: boolean;
|
|
@@ -17234,7 +16961,6 @@ required: true;
|
|
|
17234
16961
|
yearSelector: {
|
|
17235
16962
|
type: BooleanConstructor;
|
|
17236
16963
|
required: false;
|
|
17237
|
-
default: boolean;
|
|
17238
16964
|
};
|
|
17239
16965
|
/**
|
|
17240
16966
|
* Displays the year selector as open when enabled.
|
|
@@ -17242,7 +16968,6 @@ default: boolean;
|
|
|
17242
16968
|
yearSelectorOpen: {
|
|
17243
16969
|
type: BooleanConstructor;
|
|
17244
16970
|
required: false;
|
|
17245
|
-
default: boolean;
|
|
17246
16971
|
};
|
|
17247
16972
|
/**
|
|
17248
16973
|
* Optional id (generated by default).
|
|
@@ -17301,7 +17026,6 @@ required: true;
|
|
|
17301
17026
|
yearSelector: {
|
|
17302
17027
|
type: BooleanConstructor;
|
|
17303
17028
|
required: false;
|
|
17304
|
-
default: boolean;
|
|
17305
17029
|
};
|
|
17306
17030
|
/**
|
|
17307
17031
|
* Displays the year selector as open when enabled.
|
|
@@ -17309,7 +17033,6 @@ default: boolean;
|
|
|
17309
17033
|
yearSelectorOpen: {
|
|
17310
17034
|
type: BooleanConstructor;
|
|
17311
17035
|
required: false;
|
|
17312
|
-
default: boolean;
|
|
17313
17036
|
};
|
|
17314
17037
|
/**
|
|
17315
17038
|
* Optional id (generated by default).
|
|
@@ -17423,14 +17146,12 @@ validator(val: string): boolean;
|
|
|
17423
17146
|
*/
|
|
17424
17147
|
collapse: {
|
|
17425
17148
|
type: BooleanConstructor;
|
|
17426
|
-
default: boolean;
|
|
17427
17149
|
};
|
|
17428
17150
|
/**
|
|
17429
17151
|
* If set the IFlexItems will wrap when out of space
|
|
17430
17152
|
*/
|
|
17431
17153
|
wrap: {
|
|
17432
17154
|
type: BooleanConstructor;
|
|
17433
|
-
default: boolean;
|
|
17434
17155
|
};
|
|
17435
17156
|
/**
|
|
17436
17157
|
* Set how IFlexItems should float.
|
|
@@ -17473,14 +17194,12 @@ validator(val: string): boolean;
|
|
|
17473
17194
|
*/
|
|
17474
17195
|
collapse: {
|
|
17475
17196
|
type: BooleanConstructor;
|
|
17476
|
-
default: boolean;
|
|
17477
17197
|
};
|
|
17478
17198
|
/**
|
|
17479
17199
|
* If set the IFlexItems will wrap when out of space
|
|
17480
17200
|
*/
|
|
17481
17201
|
wrap: {
|
|
17482
17202
|
type: BooleanConstructor;
|
|
17483
|
-
default: boolean;
|
|
17484
17203
|
};
|
|
17485
17204
|
/**
|
|
17486
17205
|
* Set how IFlexItems should float.
|
|
@@ -17509,14 +17228,12 @@ export declare const IFlexItem: DefineComponent<ExtractPropTypes< {
|
|
|
17509
17228
|
*/
|
|
17510
17229
|
grow: {
|
|
17511
17230
|
type: BooleanConstructor;
|
|
17512
|
-
default: boolean;
|
|
17513
17231
|
};
|
|
17514
17232
|
/**
|
|
17515
17233
|
* If set this item will shrink to its smallest possible size.
|
|
17516
17234
|
*/
|
|
17517
17235
|
shrink: {
|
|
17518
17236
|
type: BooleanConstructor;
|
|
17519
|
-
default: boolean;
|
|
17520
17237
|
};
|
|
17521
17238
|
/**
|
|
17522
17239
|
* Vertical positioning of content.
|
|
@@ -17540,14 +17257,12 @@ classList(): string[];
|
|
|
17540
17257
|
*/
|
|
17541
17258
|
grow: {
|
|
17542
17259
|
type: BooleanConstructor;
|
|
17543
|
-
default: boolean;
|
|
17544
17260
|
};
|
|
17545
17261
|
/**
|
|
17546
17262
|
* If set this item will shrink to its smallest possible size.
|
|
17547
17263
|
*/
|
|
17548
17264
|
shrink: {
|
|
17549
17265
|
type: BooleanConstructor;
|
|
17550
|
-
default: boolean;
|
|
17551
17266
|
};
|
|
17552
17267
|
/**
|
|
17553
17268
|
* Vertical positioning of content.
|
|
@@ -17935,7 +17650,6 @@ required: true;
|
|
|
17935
17650
|
enableKeyboardNavigation: {
|
|
17936
17651
|
type: BooleanConstructor;
|
|
17937
17652
|
required: false;
|
|
17938
|
-
default: boolean;
|
|
17939
17653
|
};
|
|
17940
17654
|
/**
|
|
17941
17655
|
* Unique accessible name for navigation landmark.
|
|
@@ -18015,7 +17729,6 @@ required: true;
|
|
|
18015
17729
|
enableKeyboardNavigation: {
|
|
18016
17730
|
type: BooleanConstructor;
|
|
18017
17731
|
required: false;
|
|
18018
|
-
default: boolean;
|
|
18019
17732
|
};
|
|
18020
17733
|
/**
|
|
18021
17734
|
* Unique accessible name for navigation landmark.
|