@fkui/vue 6.30.0 → 6.31.1
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 +266 -271
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/index.esm.js +266 -271
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +140 -324
- package/dist/types/tsdoc-metadata.json +1 -1
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -68,33 +68,33 @@ declare const __VLS_13: {
|
|
|
68
68
|
isOpen: boolean;
|
|
69
69
|
};
|
|
70
70
|
|
|
71
|
-
declare const
|
|
71
|
+
declare const __VLS_16: {};
|
|
72
72
|
|
|
73
73
|
declare const __VLS_1_2: {
|
|
74
74
|
headingSlotClass: string;
|
|
75
75
|
};
|
|
76
76
|
|
|
77
|
-
declare const
|
|
77
|
+
declare const __VLS_28: {};
|
|
78
78
|
|
|
79
79
|
declare const __VLS_3: {
|
|
80
80
|
hasError: boolean;
|
|
81
81
|
validationMessage: string;
|
|
82
82
|
};
|
|
83
83
|
|
|
84
|
-
declare const
|
|
84
|
+
declare const __VLS_30: {
|
|
85
85
|
hasError: boolean;
|
|
86
86
|
validationMessage: string;
|
|
87
87
|
};
|
|
88
88
|
|
|
89
|
-
declare const
|
|
89
|
+
declare const __VLS_6: {};
|
|
90
90
|
|
|
91
|
-
declare const
|
|
91
|
+
declare const __VLS_7: {};
|
|
92
92
|
|
|
93
93
|
declare const __VLS_8: {};
|
|
94
94
|
|
|
95
|
-
declare const
|
|
95
|
+
declare const __VLS_8_2: {};
|
|
96
96
|
|
|
97
|
-
declare const
|
|
97
|
+
declare const __VLS_9: {};
|
|
98
98
|
|
|
99
99
|
declare const __VLS_base: DefineComponent<ExtractPropTypes< {
|
|
100
100
|
/**
|
|
@@ -419,17 +419,17 @@ icon: boolean;
|
|
|
419
419
|
|
|
420
420
|
declare const __VLS_base_5: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
421
421
|
|
|
422
|
-
declare const __VLS_base_6: DefineComponent<
|
|
422
|
+
declare const __VLS_base_6: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
423
423
|
|
|
424
|
-
declare const __VLS_base_7: DefineComponent<
|
|
424
|
+
declare const __VLS_base_7: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
|
|
425
425
|
min: string;
|
|
426
426
|
max: string;
|
|
427
427
|
initial: string;
|
|
428
428
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
429
429
|
|
|
430
|
-
declare const __VLS_base_8: DefineComponent<
|
|
430
|
+
declare const __VLS_base_8: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
431
431
|
click: () => any;
|
|
432
|
-
}, string, PublicProps, Readonly<
|
|
432
|
+
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
433
433
|
onClick?: (() => any) | undefined;
|
|
434
434
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
435
435
|
|
|
@@ -609,7 +609,7 @@ rowHeader: boolean;
|
|
|
609
609
|
|
|
610
610
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
611
611
|
|
|
612
|
-
declare const __VLS_export_10: <T extends object>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>,
|
|
612
|
+
declare const __VLS_export_10: <T extends object>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
613
613
|
props: __VLS_PrettifyLocal_2<ExtractPublicPropTypes< {
|
|
614
614
|
/**
|
|
615
615
|
* The rows to be listed.
|
|
@@ -1343,6 +1343,7 @@ descriptionText: string;
|
|
|
1343
1343
|
descriptionScreenReaderText: string;
|
|
1344
1344
|
discreteDescriptionText: string;
|
|
1345
1345
|
discreteDescriptionScreenReaderText: string;
|
|
1346
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
1346
1347
|
}, {
|
|
1347
1348
|
showPopupError(): boolean;
|
|
1348
1349
|
labelClass(): string;
|
|
@@ -1793,7 +1794,7 @@ highlight: boolean;
|
|
|
1793
1794
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1794
1795
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1795
1796
|
|
|
1796
|
-
declare const __VLS_export_12: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>,
|
|
1797
|
+
declare const __VLS_export_12: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1797
1798
|
props: __VLS_PrettifyLocal_3<{
|
|
1798
1799
|
/**
|
|
1799
1800
|
* Name of this panel. Used when referencing the panel in useDetailsPanel.
|
|
@@ -2596,6 +2597,7 @@ hasTooltipSlot(): boolean;
|
|
|
2596
2597
|
hasDescriptionSlot(): boolean;
|
|
2597
2598
|
legendClass(): string[];
|
|
2598
2599
|
groupLabelClass(): string[];
|
|
2600
|
+
groupLabelClassTooltip(): string[];
|
|
2599
2601
|
groupContentClass(): string[];
|
|
2600
2602
|
classes(): Record<string, boolean>;
|
|
2601
2603
|
checkedChildren(): HTMLInputElement[];
|
|
@@ -3107,7 +3109,7 @@ flip: string;
|
|
|
3107
3109
|
rotate: string;
|
|
3108
3110
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3109
3111
|
|
|
3110
|
-
declare const __VLS_export_23: <T extends object, KeyAttribute extends AnyPropertyOf<T> = AnyPropertyOf<T>, ExpandableAttribute extends ArrayPropertyOf<T> = ArrayPropertyOf<T>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>,
|
|
3112
|
+
declare const __VLS_export_23: <T extends object, KeyAttribute extends AnyPropertyOf<T> = AnyPropertyOf<T>, ExpandableAttribute extends ArrayPropertyOf<T> = ArrayPropertyOf<T>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3111
3113
|
props: __VLS_PrettifyLocal_4<{
|
|
3112
3114
|
/**
|
|
3113
3115
|
* The rows to be listed.
|
|
@@ -3537,7 +3539,7 @@ rotate: string;
|
|
|
3537
3539
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3538
3540
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3539
3541
|
|
|
3540
|
-
declare const __VLS_export_28: <T extends object>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_5<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>,
|
|
3542
|
+
declare const __VLS_export_28: <T extends object>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_5<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3541
3543
|
props: __VLS_PrettifyLocal_5<ExtractPublicPropTypes< {
|
|
3542
3544
|
/**
|
|
3543
3545
|
* The items to be listed.
|
|
@@ -4106,9 +4108,7 @@ default: string;
|
|
|
4106
4108
|
required: false;
|
|
4107
4109
|
validator(value: string): boolean;
|
|
4108
4110
|
};
|
|
4109
|
-
}>, {}, {}, {
|
|
4110
|
-
ariaLabel(): string;
|
|
4111
|
-
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4111
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4112
4112
|
/**
|
|
4113
4113
|
* Size of the logo: `"small"`, `"large"`, or `"responsive"`.
|
|
4114
4114
|
* Requires matching CSS variable to be set (`--f-logo-image-{small/large}`), or both if "responsive".
|
|
@@ -4386,7 +4386,7 @@ default: string;
|
|
|
4386
4386
|
* The size of modal. 'large' and 'fullscreen' is valid.
|
|
4387
4387
|
*/
|
|
4388
4388
|
size: {
|
|
4389
|
-
type: PropType<
|
|
4389
|
+
type: PropType<FModalSize | "fullscreen" | "">;
|
|
4390
4390
|
default: string;
|
|
4391
4391
|
};
|
|
4392
4392
|
/**
|
|
@@ -4456,7 +4456,7 @@ default: string;
|
|
|
4456
4456
|
* The size of modal. 'large' and 'fullscreen' is valid.
|
|
4457
4457
|
*/
|
|
4458
4458
|
size: {
|
|
4459
|
-
type: PropType<
|
|
4459
|
+
type: PropType<FModalSize | "fullscreen" | "">;
|
|
4460
4460
|
default: string;
|
|
4461
4461
|
};
|
|
4462
4462
|
/**
|
|
@@ -4489,7 +4489,7 @@ validator(value: string): boolean;
|
|
|
4489
4489
|
}>> & Readonly<{
|
|
4490
4490
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
4491
4491
|
}>, {
|
|
4492
|
-
size: "" | "
|
|
4492
|
+
size: "" | "fullscreen" | FModalSize;
|
|
4493
4493
|
content: string;
|
|
4494
4494
|
isOpen: boolean;
|
|
4495
4495
|
fullscreen: boolean;
|
|
@@ -4523,7 +4523,7 @@ default: string;
|
|
|
4523
4523
|
validator(value: string): boolean;
|
|
4524
4524
|
};
|
|
4525
4525
|
size: {
|
|
4526
|
-
type: PropType<
|
|
4526
|
+
type: PropType<FModalSize | "fullscreen" | "">;
|
|
4527
4527
|
default: string;
|
|
4528
4528
|
};
|
|
4529
4529
|
focus: {
|
|
@@ -4567,7 +4567,7 @@ default: string;
|
|
|
4567
4567
|
validator(value: string): boolean;
|
|
4568
4568
|
};
|
|
4569
4569
|
size: {
|
|
4570
|
-
type: PropType<
|
|
4570
|
+
type: PropType<FModalSize | "fullscreen" | "">;
|
|
4571
4571
|
default: string;
|
|
4572
4572
|
};
|
|
4573
4573
|
focus: {
|
|
@@ -4579,7 +4579,7 @@ validator(value: string): boolean;
|
|
|
4579
4579
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
4580
4580
|
}>, {
|
|
4581
4581
|
type: "" | "warning" | "error" | "information";
|
|
4582
|
-
size: "" | "
|
|
4582
|
+
size: "" | "fullscreen" | FModalSize;
|
|
4583
4583
|
isOpen: boolean;
|
|
4584
4584
|
fullscreen: boolean;
|
|
4585
4585
|
id: string;
|
|
@@ -4665,7 +4665,7 @@ default: boolean;
|
|
|
4665
4665
|
* See <f-modal> `size` props.
|
|
4666
4666
|
*/
|
|
4667
4667
|
size: {
|
|
4668
|
-
type: PropType<
|
|
4668
|
+
type: PropType<FModalSize | "fullscreen" | "">;
|
|
4669
4669
|
default: string;
|
|
4670
4670
|
};
|
|
4671
4671
|
/**
|
|
@@ -4788,7 +4788,7 @@ default: boolean;
|
|
|
4788
4788
|
* See <f-modal> `size` props.
|
|
4789
4789
|
*/
|
|
4790
4790
|
size: {
|
|
4791
|
-
type: PropType<
|
|
4791
|
+
type: PropType<FModalSize | "fullscreen" | "">;
|
|
4792
4792
|
default: string;
|
|
4793
4793
|
};
|
|
4794
4794
|
/**
|
|
@@ -4873,7 +4873,7 @@ data?: any;
|
|
|
4873
4873
|
onCancel?: (() => any) | undefined;
|
|
4874
4874
|
}>, {
|
|
4875
4875
|
value: Record<string, any>;
|
|
4876
|
-
size: "" | "
|
|
4876
|
+
size: "" | "fullscreen" | FModalSize;
|
|
4877
4877
|
isOpen: boolean;
|
|
4878
4878
|
fullscreen: boolean;
|
|
4879
4879
|
ariaCloseText: string;
|
|
@@ -4909,7 +4909,7 @@ default: string;
|
|
|
4909
4909
|
validator(value: string): boolean;
|
|
4910
4910
|
};
|
|
4911
4911
|
size: {
|
|
4912
|
-
type: PropType<
|
|
4912
|
+
type: PropType<FModalSize | "fullscreen" | "">;
|
|
4913
4913
|
default: string;
|
|
4914
4914
|
};
|
|
4915
4915
|
focus: {
|
|
@@ -4953,7 +4953,7 @@ default: string;
|
|
|
4953
4953
|
validator(value: string): boolean;
|
|
4954
4954
|
};
|
|
4955
4955
|
size: {
|
|
4956
|
-
type: PropType<
|
|
4956
|
+
type: PropType<FModalSize | "fullscreen" | "">;
|
|
4957
4957
|
default: string;
|
|
4958
4958
|
};
|
|
4959
4959
|
focus: {
|
|
@@ -4965,7 +4965,7 @@ validator(value: string): boolean;
|
|
|
4965
4965
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
4966
4966
|
}>, {
|
|
4967
4967
|
type: "" | "warning" | "error" | "information";
|
|
4968
|
-
size: "" | "
|
|
4968
|
+
size: "" | "fullscreen" | FModalSize;
|
|
4969
4969
|
isOpen: boolean;
|
|
4970
4970
|
fullscreen: boolean;
|
|
4971
4971
|
id: string;
|
|
@@ -5355,7 +5355,7 @@ validator(value: string): boolean;
|
|
|
5355
5355
|
* The size of modal in desktop mode.
|
|
5356
5356
|
*/
|
|
5357
5357
|
size: {
|
|
5358
|
-
type: PropType<
|
|
5358
|
+
type: PropType<FModalSize | "fullscreen" | "">;
|
|
5359
5359
|
default: string;
|
|
5360
5360
|
};
|
|
5361
5361
|
/**
|
|
@@ -5432,7 +5432,7 @@ validator(value: string): boolean;
|
|
|
5432
5432
|
* The size of modal in desktop mode.
|
|
5433
5433
|
*/
|
|
5434
5434
|
size: {
|
|
5435
|
-
type: PropType<
|
|
5435
|
+
type: PropType<FModalSize | "fullscreen" | "">;
|
|
5436
5436
|
default: string;
|
|
5437
5437
|
};
|
|
5438
5438
|
/**
|
|
@@ -5450,7 +5450,7 @@ validator(value: string): boolean;
|
|
|
5450
5450
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
5451
5451
|
}>, {
|
|
5452
5452
|
type: "" | "warning" | "error" | "information";
|
|
5453
|
-
size: "" | "
|
|
5453
|
+
size: "" | "fullscreen" | FModalSize;
|
|
5454
5454
|
isOpen: boolean;
|
|
5455
5455
|
fullscreen: boolean;
|
|
5456
5456
|
id: string;
|
|
@@ -6351,7 +6351,7 @@ selected: boolean;
|
|
|
6351
6351
|
highlight: boolean;
|
|
6352
6352
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6353
6353
|
|
|
6354
|
-
declare const __VLS_export_40: <T extends FPageLayoutType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_6<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>,
|
|
6354
|
+
declare const __VLS_export_40: <T extends FPageLayoutType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_6<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
6355
6355
|
props: __VLS_PrettifyLocal_6<{
|
|
6356
6356
|
layout: T;
|
|
6357
6357
|
} & {
|
|
@@ -6369,7 +6369,7 @@ declare const __VLS_export_40: <T extends FPageLayoutType>(__VLS_props: NonNulla
|
|
|
6369
6369
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
6370
6370
|
};
|
|
6371
6371
|
|
|
6372
|
-
declare const __VLS_export_41: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_7<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>,
|
|
6372
|
+
declare const __VLS_export_41: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_7<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
6373
6373
|
props: __VLS_PrettifyLocal_7<{
|
|
6374
6374
|
/**
|
|
6375
6375
|
* The items to be used. The items will be used in the given array order.
|
|
@@ -6412,7 +6412,7 @@ declare const __VLS_export_41: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS
|
|
|
6412
6412
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
6413
6413
|
};
|
|
6414
6414
|
|
|
6415
|
-
declare const __VLS_export_42: DefineComponent<
|
|
6415
|
+
declare const __VLS_export_42: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6416
6416
|
|
|
6417
6417
|
declare const __VLS_export_43: DefineComponent<ExtractPropTypes< {
|
|
6418
6418
|
/**
|
|
@@ -6850,7 +6850,7 @@ rotate: string;
|
|
|
6850
6850
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6851
6851
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6852
6852
|
|
|
6853
|
-
declare const __VLS_export_47: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_8<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>,
|
|
6853
|
+
declare const __VLS_export_47: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_8<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
6854
6854
|
props: __VLS_PrettifyLocal_8<ExtractPublicPropTypes< {
|
|
6855
6855
|
/**
|
|
6856
6856
|
* The data that you wish to sort or filter.
|
|
@@ -7350,6 +7350,7 @@ descriptionText: string;
|
|
|
7350
7350
|
descriptionScreenReaderText: string;
|
|
7351
7351
|
discreteDescriptionText: string;
|
|
7352
7352
|
discreteDescriptionScreenReaderText: string;
|
|
7353
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
7353
7354
|
}, {
|
|
7354
7355
|
showPopupError(): boolean;
|
|
7355
7356
|
labelClass(): string;
|
|
@@ -7801,6 +7802,7 @@ descriptionText: string;
|
|
|
7801
7802
|
descriptionScreenReaderText: string;
|
|
7802
7803
|
discreteDescriptionText: string;
|
|
7803
7804
|
discreteDescriptionScreenReaderText: string;
|
|
7805
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
7804
7806
|
}, {
|
|
7805
7807
|
showPopupError(): boolean;
|
|
7806
7808
|
labelClass(): string;
|
|
@@ -8252,6 +8254,7 @@ descriptionText: string;
|
|
|
8252
8254
|
descriptionScreenReaderText: string;
|
|
8253
8255
|
discreteDescriptionText: string;
|
|
8254
8256
|
discreteDescriptionScreenReaderText: string;
|
|
8257
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
8255
8258
|
}, {
|
|
8256
8259
|
showPopupError(): boolean;
|
|
8257
8260
|
labelClass(): string;
|
|
@@ -8708,6 +8711,7 @@ descriptionText: string;
|
|
|
8708
8711
|
descriptionScreenReaderText: string;
|
|
8709
8712
|
discreteDescriptionText: string;
|
|
8710
8713
|
discreteDescriptionScreenReaderText: string;
|
|
8714
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
8711
8715
|
}, {
|
|
8712
8716
|
showPopupError(): boolean;
|
|
8713
8717
|
labelClass(): string;
|
|
@@ -9242,6 +9246,7 @@ descriptionText: string;
|
|
|
9242
9246
|
descriptionScreenReaderText: string;
|
|
9243
9247
|
discreteDescriptionText: string;
|
|
9244
9248
|
discreteDescriptionScreenReaderText: string;
|
|
9249
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
9245
9250
|
}, {
|
|
9246
9251
|
showPopupError(): boolean;
|
|
9247
9252
|
labelClass(): string;
|
|
@@ -9697,6 +9702,7 @@ descriptionText: string;
|
|
|
9697
9702
|
descriptionScreenReaderText: string;
|
|
9698
9703
|
discreteDescriptionText: string;
|
|
9699
9704
|
discreteDescriptionScreenReaderText: string;
|
|
9705
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
9700
9706
|
}, {
|
|
9701
9707
|
showPopupError(): boolean;
|
|
9702
9708
|
labelClass(): string;
|
|
@@ -10165,6 +10171,7 @@ descriptionText: string;
|
|
|
10165
10171
|
descriptionScreenReaderText: string;
|
|
10166
10172
|
discreteDescriptionText: string;
|
|
10167
10173
|
discreteDescriptionScreenReaderText: string;
|
|
10174
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
10168
10175
|
}, {
|
|
10169
10176
|
showPopupError(): boolean;
|
|
10170
10177
|
labelClass(): string;
|
|
@@ -10629,6 +10636,7 @@ descriptionText: string;
|
|
|
10629
10636
|
descriptionScreenReaderText: string;
|
|
10630
10637
|
discreteDescriptionText: string;
|
|
10631
10638
|
discreteDescriptionScreenReaderText: string;
|
|
10639
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
10632
10640
|
}, {
|
|
10633
10641
|
showPopupError(): boolean;
|
|
10634
10642
|
labelClass(): string;
|
|
@@ -11210,6 +11218,7 @@ descriptionText: string;
|
|
|
11210
11218
|
descriptionScreenReaderText: string;
|
|
11211
11219
|
discreteDescriptionText: string;
|
|
11212
11220
|
discreteDescriptionScreenReaderText: string;
|
|
11221
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
11213
11222
|
}, {
|
|
11214
11223
|
showPopupError(): boolean;
|
|
11215
11224
|
labelClass(): string;
|
|
@@ -11725,6 +11734,7 @@ descriptionText: string;
|
|
|
11725
11734
|
descriptionScreenReaderText: string;
|
|
11726
11735
|
discreteDescriptionText: string;
|
|
11727
11736
|
discreteDescriptionScreenReaderText: string;
|
|
11737
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
11728
11738
|
}, {
|
|
11729
11739
|
showPopupError(): boolean;
|
|
11730
11740
|
labelClass(): string;
|
|
@@ -12169,6 +12179,7 @@ descriptionText: string;
|
|
|
12169
12179
|
descriptionScreenReaderText: string;
|
|
12170
12180
|
discreteDescriptionText: string;
|
|
12171
12181
|
discreteDescriptionScreenReaderText: string;
|
|
12182
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
12172
12183
|
}, {
|
|
12173
12184
|
showPopupError(): boolean;
|
|
12174
12185
|
labelClass(): string;
|
|
@@ -12622,6 +12633,7 @@ descriptionText: string;
|
|
|
12622
12633
|
descriptionScreenReaderText: string;
|
|
12623
12634
|
discreteDescriptionText: string;
|
|
12624
12635
|
discreteDescriptionScreenReaderText: string;
|
|
12636
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
12625
12637
|
}, {
|
|
12626
12638
|
showPopupError(): boolean;
|
|
12627
12639
|
labelClass(): string;
|
|
@@ -13113,6 +13125,7 @@ descriptionText: string;
|
|
|
13113
13125
|
descriptionScreenReaderText: string;
|
|
13114
13126
|
discreteDescriptionText: string;
|
|
13115
13127
|
discreteDescriptionScreenReaderText: string;
|
|
13128
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
13116
13129
|
}, {
|
|
13117
13130
|
showPopupError(): boolean;
|
|
13118
13131
|
labelClass(): string;
|
|
@@ -13653,6 +13666,7 @@ descriptionText: string;
|
|
|
13653
13666
|
descriptionScreenReaderText: string;
|
|
13654
13667
|
discreteDescriptionText: string;
|
|
13655
13668
|
discreteDescriptionScreenReaderText: string;
|
|
13669
|
+
dropdownOpenedWithoutVisibleError: boolean;
|
|
13656
13670
|
}, {
|
|
13657
13671
|
showPopupError(): boolean;
|
|
13658
13672
|
labelClass(): string;
|
|
@@ -14803,260 +14817,13 @@ modelValue: string;
|
|
|
14803
14817
|
disableInitialFocus: boolean;
|
|
14804
14818
|
}, {}, {}, {}, string, () => FWizardApi, true, {}, any>;
|
|
14805
14819
|
|
|
14806
|
-
declare const __VLS_export_7: DefineComponent<
|
|
14807
|
-
|
|
14808
|
-
|
|
14809
|
-
|
|
14810
|
-
|
|
14811
|
-
|
|
14812
|
-
|
|
14813
|
-
};
|
|
14814
|
-
/**
|
|
14815
|
-
* DOM element to position popup at.
|
|
14816
|
-
*/
|
|
14817
|
-
anchor: {
|
|
14818
|
-
type: PropType<HTMLElement | undefined>;
|
|
14819
|
-
required: false;
|
|
14820
|
-
default: undefined;
|
|
14821
|
-
};
|
|
14822
|
-
/**
|
|
14823
|
-
* The items to be displayed in the menu.
|
|
14824
|
-
*/
|
|
14825
|
-
items: {
|
|
14826
|
-
type: PropType<ContextMenuItem[]>;
|
|
14827
|
-
required: true;
|
|
14828
|
-
};
|
|
14829
|
-
/**
|
|
14830
|
-
* Unique accessible name for navigation landmark.
|
|
14831
|
-
*/
|
|
14832
|
-
ariaLabel: {
|
|
14833
|
-
type: StringConstructor;
|
|
14834
|
-
required: false;
|
|
14835
|
-
default: string;
|
|
14836
|
-
};
|
|
14837
|
-
}>, {
|
|
14838
|
-
contextmenu: Ref<HTMLElement | null, HTMLElement | null>;
|
|
14839
|
-
}, {
|
|
14840
|
-
selectedItem: string;
|
|
14841
|
-
currentFocusedItemIndex: number;
|
|
14842
|
-
}, {
|
|
14843
|
-
popupItems(): ContextMenuTextItem[];
|
|
14844
|
-
separatorPositions(): number[];
|
|
14845
|
-
hasIcons(): boolean;
|
|
14846
|
-
}, {
|
|
14847
|
-
hasSeparatorAfterItemAt(index: number): boolean;
|
|
14848
|
-
closePopup(): void;
|
|
14849
|
-
onClickItem(item: ContextMenuItem): void;
|
|
14850
|
-
tabIndex(index: number): number;
|
|
14851
|
-
onKeyUp(event: KeyboardEvent): void;
|
|
14852
|
-
doHandlePopupMenuTabKey(action: MenuAction): boolean;
|
|
14853
|
-
onKeyDown(event: KeyboardEvent): Promise<void>;
|
|
14854
|
-
setFocusOnItem(index: number): Promise<void>;
|
|
14855
|
-
activateItem(index: number): Promise<void>;
|
|
14856
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "close")[], "select" | "close", PublicProps, Readonly<ExtractPropTypes< {
|
|
14857
|
-
/**
|
|
14858
|
-
* Toggle open/closed popup.
|
|
14859
|
-
*/
|
|
14860
|
-
isOpen: {
|
|
14861
|
-
type: BooleanConstructor;
|
|
14862
|
-
required: true;
|
|
14863
|
-
};
|
|
14864
|
-
/**
|
|
14865
|
-
* DOM element to position popup at.
|
|
14866
|
-
*/
|
|
14867
|
-
anchor: {
|
|
14868
|
-
type: PropType<HTMLElement | undefined>;
|
|
14869
|
-
required: false;
|
|
14870
|
-
default: undefined;
|
|
14871
|
-
};
|
|
14872
|
-
/**
|
|
14873
|
-
* The items to be displayed in the menu.
|
|
14874
|
-
*/
|
|
14875
|
-
items: {
|
|
14876
|
-
type: PropType<ContextMenuItem[]>;
|
|
14877
|
-
required: true;
|
|
14878
|
-
};
|
|
14879
|
-
/**
|
|
14880
|
-
* Unique accessible name for navigation landmark.
|
|
14881
|
-
*/
|
|
14882
|
-
ariaLabel: {
|
|
14883
|
-
type: StringConstructor;
|
|
14884
|
-
required: false;
|
|
14885
|
-
default: string;
|
|
14886
|
-
};
|
|
14887
|
-
}>> & Readonly<{
|
|
14888
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14889
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
14890
|
-
}>, {
|
|
14891
|
-
anchor: HTMLElement | undefined;
|
|
14892
|
-
ariaLabel: string;
|
|
14893
|
-
}, {}, {
|
|
14894
|
-
IPopup: DefineComponent<ExtractPropTypes< {
|
|
14895
|
-
isOpen: {
|
|
14896
|
-
type: BooleanConstructor;
|
|
14897
|
-
required: true;
|
|
14898
|
-
};
|
|
14899
|
-
anchor: {
|
|
14900
|
-
type: PropType<HTMLElement | null | undefined>;
|
|
14901
|
-
required: false;
|
|
14902
|
-
default: undefined;
|
|
14903
|
-
};
|
|
14904
|
-
inline: {
|
|
14905
|
-
type: PropType<"always" | "never" | "auto">;
|
|
14906
|
-
required: false;
|
|
14907
|
-
validator(value: string): boolean;
|
|
14908
|
-
default: string;
|
|
14909
|
-
};
|
|
14910
|
-
container: {
|
|
14911
|
-
type: PropType<HTMLElement | null | undefined>;
|
|
14912
|
-
required: false;
|
|
14913
|
-
default: undefined;
|
|
14914
|
-
};
|
|
14915
|
-
viewport: {
|
|
14916
|
-
type: PropType<HTMLElement>;
|
|
14917
|
-
required: false;
|
|
14918
|
-
default(): HTMLElement;
|
|
14919
|
-
};
|
|
14920
|
-
keyboardTrap: {
|
|
14921
|
-
type: BooleanConstructor;
|
|
14922
|
-
required: false;
|
|
14923
|
-
default: boolean;
|
|
14924
|
-
};
|
|
14925
|
-
focusElement: {
|
|
14926
|
-
type: PropType<() => HTMLElement | null>;
|
|
14927
|
-
required: false;
|
|
14928
|
-
default: null;
|
|
14929
|
-
};
|
|
14930
|
-
setFocus: {
|
|
14931
|
-
type: BooleanConstructor;
|
|
14932
|
-
required: false;
|
|
14933
|
-
default: boolean;
|
|
14934
|
-
};
|
|
14935
|
-
}>, {}, IPopupData, {
|
|
14936
|
-
popupClasses(): string[];
|
|
14937
|
-
isInline(): boolean;
|
|
14938
|
-
forceInline(): boolean;
|
|
14939
|
-
forceOverlay(): boolean;
|
|
14940
|
-
teleportTarget(): string | Element;
|
|
14941
|
-
}, {
|
|
14942
|
-
toggleIsOpen(isOpen: boolean): Promise<void>;
|
|
14943
|
-
calculatePlacement(): Promise<void>;
|
|
14944
|
-
applyFocus(): void;
|
|
14945
|
-
isMobileSize(): boolean;
|
|
14946
|
-
onDocumentClickHandler(): void;
|
|
14947
|
-
onWindowResizeDebounced(): void;
|
|
14948
|
-
onWindowResize(): Promise<void>;
|
|
14949
|
-
onPopupClickHandler(event: Event): void;
|
|
14950
|
-
onKeyEsc(): void;
|
|
14951
|
-
onKeyTab(event: KeyboardEvent): void;
|
|
14952
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "open")[], "close" | "open", PublicProps, Readonly<ExtractPropTypes< {
|
|
14953
|
-
isOpen: {
|
|
14954
|
-
type: BooleanConstructor;
|
|
14955
|
-
required: true;
|
|
14956
|
-
};
|
|
14957
|
-
anchor: {
|
|
14958
|
-
type: PropType<HTMLElement | null | undefined>;
|
|
14959
|
-
required: false;
|
|
14960
|
-
default: undefined;
|
|
14961
|
-
};
|
|
14962
|
-
inline: {
|
|
14963
|
-
type: PropType<"always" | "never" | "auto">;
|
|
14964
|
-
required: false;
|
|
14965
|
-
validator(value: string): boolean;
|
|
14966
|
-
default: string;
|
|
14967
|
-
};
|
|
14968
|
-
container: {
|
|
14969
|
-
type: PropType<HTMLElement | null | undefined>;
|
|
14970
|
-
required: false;
|
|
14971
|
-
default: undefined;
|
|
14972
|
-
};
|
|
14973
|
-
viewport: {
|
|
14974
|
-
type: PropType<HTMLElement>;
|
|
14975
|
-
required: false;
|
|
14976
|
-
default(): HTMLElement;
|
|
14977
|
-
};
|
|
14978
|
-
keyboardTrap: {
|
|
14979
|
-
type: BooleanConstructor;
|
|
14980
|
-
required: false;
|
|
14981
|
-
default: boolean;
|
|
14982
|
-
};
|
|
14983
|
-
focusElement: {
|
|
14984
|
-
type: PropType<() => HTMLElement | null>;
|
|
14985
|
-
required: false;
|
|
14986
|
-
default: null;
|
|
14987
|
-
};
|
|
14988
|
-
setFocus: {
|
|
14989
|
-
type: BooleanConstructor;
|
|
14990
|
-
required: false;
|
|
14991
|
-
default: boolean;
|
|
14992
|
-
};
|
|
14993
|
-
}>> & Readonly<{
|
|
14994
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
14995
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
14996
|
-
}>, {
|
|
14997
|
-
anchor: HTMLElement | null | undefined;
|
|
14998
|
-
viewport: HTMLElement;
|
|
14999
|
-
inline: "auto" | "always" | "never";
|
|
15000
|
-
container: HTMLElement | null | undefined;
|
|
15001
|
-
keyboardTrap: boolean;
|
|
15002
|
-
focusElement: () => HTMLElement | null;
|
|
15003
|
-
setFocus: boolean;
|
|
15004
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
15005
|
-
FIcon: DefineComponent<ExtractPropTypes< {
|
|
15006
|
-
name: {
|
|
15007
|
-
type: StringConstructor;
|
|
15008
|
-
required: true;
|
|
15009
|
-
};
|
|
15010
|
-
library: {
|
|
15011
|
-
type: StringConstructor;
|
|
15012
|
-
required: false;
|
|
15013
|
-
default: string;
|
|
15014
|
-
};
|
|
15015
|
-
flip: {
|
|
15016
|
-
type: PropType<string>;
|
|
15017
|
-
default: null;
|
|
15018
|
-
required: false;
|
|
15019
|
-
validator(value: string): boolean;
|
|
15020
|
-
};
|
|
15021
|
-
rotate: {
|
|
15022
|
-
type: PropType<string>;
|
|
15023
|
-
default: null;
|
|
15024
|
-
required: false;
|
|
15025
|
-
validator(value: string): boolean;
|
|
15026
|
-
};
|
|
15027
|
-
}>, {}, {}, {
|
|
15028
|
-
spriteKey(): string;
|
|
15029
|
-
spriteId(): string;
|
|
15030
|
-
modifiers(): string[];
|
|
15031
|
-
ariaHidden(): "true" | undefined;
|
|
15032
|
-
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
15033
|
-
name: {
|
|
15034
|
-
type: StringConstructor;
|
|
15035
|
-
required: true;
|
|
15036
|
-
};
|
|
15037
|
-
library: {
|
|
15038
|
-
type: StringConstructor;
|
|
15039
|
-
required: false;
|
|
15040
|
-
default: string;
|
|
15041
|
-
};
|
|
15042
|
-
flip: {
|
|
15043
|
-
type: PropType<string>;
|
|
15044
|
-
default: null;
|
|
15045
|
-
required: false;
|
|
15046
|
-
validator(value: string): boolean;
|
|
15047
|
-
};
|
|
15048
|
-
rotate: {
|
|
15049
|
-
type: PropType<string>;
|
|
15050
|
-
default: null;
|
|
15051
|
-
required: false;
|
|
15052
|
-
validator(value: string): boolean;
|
|
15053
|
-
};
|
|
15054
|
-
}>> & Readonly<{}>, {
|
|
15055
|
-
library: string;
|
|
15056
|
-
flip: string;
|
|
15057
|
-
rotate: string;
|
|
15058
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
15059
|
-
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
14820
|
+
declare const __VLS_export_7: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14821
|
+
select: (key: string) => any;
|
|
14822
|
+
close: () => any;
|
|
14823
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14824
|
+
onSelect?: ((key: string) => any) | undefined;
|
|
14825
|
+
onClose?: (() => any) | undefined;
|
|
14826
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15060
14827
|
|
|
15061
14828
|
declare const __VLS_export_70: DefineComponent<ExtractPropTypes< {
|
|
15062
14829
|
/**
|
|
@@ -16888,10 +16655,10 @@ rotate: string;
|
|
|
16888
16655
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
16889
16656
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
16890
16657
|
|
|
16891
|
-
declare const __VLS_export_82: DefineComponent<
|
|
16658
|
+
declare const __VLS_export_82: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16892
16659
|
select: (option: string) => any;
|
|
16893
16660
|
close: () => any;
|
|
16894
|
-
}, string, PublicProps, Readonly<
|
|
16661
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
16895
16662
|
onSelect?: ((option: string) => any) | undefined;
|
|
16896
16663
|
onClose?: (() => any) | undefined;
|
|
16897
16664
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -16957,7 +16724,7 @@ defaultComponent: Component | undefined;
|
|
|
16957
16724
|
errorComponent: Component;
|
|
16958
16725
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
16959
16726
|
|
|
16960
|
-
declare const __VLS_export_9: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>,
|
|
16727
|
+
declare const __VLS_export_9: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
16961
16728
|
props: __VLS_PrettifyLocal<ExtractPublicPropTypes< {
|
|
16962
16729
|
/**
|
|
16963
16730
|
* The list of items that should be deleted, modified or added to.
|
|
@@ -17031,7 +16798,7 @@ declare const __VLS_export_9: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
17031
16798
|
* Property for changing the "add" and "modify" modal size
|
|
17032
16799
|
*/
|
|
17033
16800
|
formModalSize: {
|
|
17034
|
-
type: PropType<
|
|
16801
|
+
type: PropType<FModalSize | "fullscreen" | "">;
|
|
17035
16802
|
required: boolean;
|
|
17036
16803
|
default: string;
|
|
17037
16804
|
};
|
|
@@ -17074,39 +16841,74 @@ declare const __VLS_export_9: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
17074
16841
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
17075
16842
|
};
|
|
17076
16843
|
|
|
17077
|
-
declare type __VLS_PrettifyLocal<T> = {
|
|
16844
|
+
declare type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
16845
|
+
[K in keyof T]: T[K];
|
|
16846
|
+
} : {
|
|
17078
16847
|
[K in keyof T as K]: T[K];
|
|
17079
|
-
} & {};
|
|
16848
|
+
}) & {};
|
|
17080
16849
|
|
|
17081
|
-
declare type __VLS_PrettifyLocal_2<T> = {
|
|
16850
|
+
declare type __VLS_PrettifyLocal_2<T> = (T extends any ? {
|
|
16851
|
+
[K in keyof T]: T[K];
|
|
16852
|
+
} : {
|
|
17082
16853
|
[K in keyof T as K]: T[K];
|
|
17083
|
-
} & {};
|
|
16854
|
+
}) & {};
|
|
17084
16855
|
|
|
17085
|
-
declare type __VLS_PrettifyLocal_3<T> = {
|
|
16856
|
+
declare type __VLS_PrettifyLocal_3<T> = (T extends any ? {
|
|
16857
|
+
[K in keyof T]: T[K];
|
|
16858
|
+
} : {
|
|
17086
16859
|
[K in keyof T as K]: T[K];
|
|
17087
|
-
} & {};
|
|
16860
|
+
}) & {};
|
|
17088
16861
|
|
|
17089
|
-
declare type __VLS_PrettifyLocal_4<T> = {
|
|
16862
|
+
declare type __VLS_PrettifyLocal_4<T> = (T extends any ? {
|
|
16863
|
+
[K in keyof T]: T[K];
|
|
16864
|
+
} : {
|
|
17090
16865
|
[K in keyof T as K]: T[K];
|
|
17091
|
-
} & {};
|
|
16866
|
+
}) & {};
|
|
17092
16867
|
|
|
17093
|
-
declare type __VLS_PrettifyLocal_5<T> = {
|
|
16868
|
+
declare type __VLS_PrettifyLocal_5<T> = (T extends any ? {
|
|
16869
|
+
[K in keyof T]: T[K];
|
|
16870
|
+
} : {
|
|
17094
16871
|
[K in keyof T as K]: T[K];
|
|
17095
|
-
} & {};
|
|
16872
|
+
}) & {};
|
|
17096
16873
|
|
|
17097
|
-
declare type __VLS_PrettifyLocal_6<T> = {
|
|
16874
|
+
declare type __VLS_PrettifyLocal_6<T> = (T extends any ? {
|
|
16875
|
+
[K in keyof T]: T[K];
|
|
16876
|
+
} : {
|
|
17098
16877
|
[K in keyof T as K]: T[K];
|
|
17099
|
-
} & {};
|
|
16878
|
+
}) & {};
|
|
17100
16879
|
|
|
17101
|
-
declare type __VLS_PrettifyLocal_7<T> = {
|
|
16880
|
+
declare type __VLS_PrettifyLocal_7<T> = (T extends any ? {
|
|
16881
|
+
[K in keyof T]: T[K];
|
|
16882
|
+
} : {
|
|
17102
16883
|
[K in keyof T as K]: T[K];
|
|
17103
|
-
} & {};
|
|
16884
|
+
}) & {};
|
|
17104
16885
|
|
|
17105
|
-
declare type __VLS_PrettifyLocal_8<T> = {
|
|
16886
|
+
declare type __VLS_PrettifyLocal_8<T> = (T extends any ? {
|
|
16887
|
+
[K in keyof T]: T[K];
|
|
16888
|
+
} : {
|
|
17106
16889
|
[K in keyof T as K]: T[K];
|
|
17107
|
-
} & {};
|
|
16890
|
+
}) & {};
|
|
17108
16891
|
|
|
17109
16892
|
declare type __VLS_Props = {
|
|
16893
|
+
/**
|
|
16894
|
+
* Toggle open/closed popup.
|
|
16895
|
+
*/
|
|
16896
|
+
isOpen: boolean;
|
|
16897
|
+
/**
|
|
16898
|
+
* DOM element to position popup at.
|
|
16899
|
+
*/
|
|
16900
|
+
anchor?: HTMLElement;
|
|
16901
|
+
/**
|
|
16902
|
+
* The items to be displayed in the menu.
|
|
16903
|
+
*/
|
|
16904
|
+
items: ContextMenuItem[];
|
|
16905
|
+
/**
|
|
16906
|
+
* Unique accessible name for navigation landmark.
|
|
16907
|
+
*/
|
|
16908
|
+
ariaLabel?: string;
|
|
16909
|
+
};
|
|
16910
|
+
|
|
16911
|
+
declare type __VLS_Props_2 = {
|
|
17110
16912
|
/**
|
|
17111
16913
|
* Screenreader context for toggle button.
|
|
17112
16914
|
*
|
|
@@ -17121,7 +16923,7 @@ declare type __VLS_Props = {
|
|
|
17121
16923
|
initial?: "minimized" | "expanded";
|
|
17122
16924
|
};
|
|
17123
16925
|
|
|
17124
|
-
declare type
|
|
16926
|
+
declare type __VLS_Props_3 = {
|
|
17125
16927
|
/**
|
|
17126
16928
|
* The number of pages available.
|
|
17127
16929
|
*/
|
|
@@ -17141,7 +16943,7 @@ declare type __VLS_Props_2 = {
|
|
|
17141
16943
|
navigatorLabel?: string;
|
|
17142
16944
|
};
|
|
17143
16945
|
|
|
17144
|
-
declare type
|
|
16946
|
+
declare type __VLS_Props_4 = {
|
|
17145
16947
|
/**
|
|
17146
16948
|
* Minimal size of pane.
|
|
17147
16949
|
*
|
|
@@ -17165,7 +16967,7 @@ declare type __VLS_Props_3 = {
|
|
|
17165
16967
|
initial?: string;
|
|
17166
16968
|
};
|
|
17167
16969
|
|
|
17168
|
-
declare type
|
|
16970
|
+
declare type __VLS_Props_5 = {
|
|
17169
16971
|
/**
|
|
17170
16972
|
* When set to an icon name an icon is displayed next to the label.
|
|
17171
16973
|
*/
|
|
@@ -17177,7 +16979,7 @@ declare type __VLS_Props_4 = {
|
|
|
17177
16979
|
label?: boolean;
|
|
17178
16980
|
};
|
|
17179
16981
|
|
|
17180
|
-
declare type
|
|
16982
|
+
declare type __VLS_Props_6 = {
|
|
17181
16983
|
id: string;
|
|
17182
16984
|
isOpen: boolean;
|
|
17183
16985
|
options: string[];
|
|
@@ -17191,11 +16993,11 @@ declare type __VLS_Slots = {} & {
|
|
|
17191
16993
|
};
|
|
17192
16994
|
|
|
17193
16995
|
declare type __VLS_Slots_10 = {} & {
|
|
17194
|
-
default?: (props: typeof
|
|
16996
|
+
default?: (props: typeof __VLS_7) => any;
|
|
17195
16997
|
};
|
|
17196
16998
|
|
|
17197
16999
|
declare type __VLS_Slots_2 = {} & {
|
|
17198
|
-
default?: (props: typeof
|
|
17000
|
+
default?: (props: typeof __VLS_16) => any;
|
|
17199
17001
|
};
|
|
17200
17002
|
|
|
17201
17003
|
declare type __VLS_Slots_3 = {} & {
|
|
@@ -17203,9 +17005,9 @@ declare type __VLS_Slots_3 = {} & {
|
|
|
17203
17005
|
} & {
|
|
17204
17006
|
'error-message'?: (props: typeof __VLS_3) => any;
|
|
17205
17007
|
} & {
|
|
17206
|
-
default?: (props: typeof
|
|
17008
|
+
default?: (props: typeof __VLS_28) => any;
|
|
17207
17009
|
} & {
|
|
17208
|
-
footer?: (props: typeof
|
|
17010
|
+
footer?: (props: typeof __VLS_30) => any;
|
|
17209
17011
|
};
|
|
17210
17012
|
|
|
17211
17013
|
declare type __VLS_Slots_4 = {} & {
|
|
@@ -17227,13 +17029,13 @@ declare type __VLS_Slots_7 = {} & {
|
|
|
17227
17029
|
};
|
|
17228
17030
|
|
|
17229
17031
|
declare type __VLS_Slots_8 = {} & {
|
|
17230
|
-
default?: (props: typeof
|
|
17032
|
+
default?: (props: typeof __VLS_6) => any;
|
|
17231
17033
|
} & {
|
|
17232
|
-
default?: (props: typeof
|
|
17034
|
+
default?: (props: typeof __VLS_8_2) => any;
|
|
17233
17035
|
};
|
|
17234
17036
|
|
|
17235
17037
|
declare type __VLS_Slots_9 = {} & {
|
|
17236
|
-
default?: (props: typeof
|
|
17038
|
+
default?: (props: typeof __VLS_9) => any;
|
|
17237
17039
|
};
|
|
17238
17040
|
|
|
17239
17041
|
declare type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17797,6 +17599,14 @@ export declare interface FModalData {
|
|
|
17797
17599
|
savedScroll: number | null;
|
|
17798
17600
|
}
|
|
17799
17601
|
|
|
17602
|
+
/**
|
|
17603
|
+
* The sizes allowed by the `FModal` `size` prop.
|
|
17604
|
+
*
|
|
17605
|
+
* @public
|
|
17606
|
+
* @since v6.31.0
|
|
17607
|
+
*/
|
|
17608
|
+
export declare type FModalSize = Exclude<(typeof modalSizes)[number], "" | "fullscreen">;
|
|
17609
|
+
|
|
17800
17610
|
export declare const FNavigationMenu: typeof __VLS_export_36;
|
|
17801
17611
|
|
|
17802
17612
|
/**
|
|
@@ -18492,6 +18302,14 @@ export declare interface ModalResult<T = void> {
|
|
|
18492
18302
|
data: T;
|
|
18493
18303
|
}
|
|
18494
18304
|
|
|
18305
|
+
/**
|
|
18306
|
+
* The sizes allowed by the `FModal` `size` prop.
|
|
18307
|
+
*
|
|
18308
|
+
* @public
|
|
18309
|
+
* @since v6.31.0
|
|
18310
|
+
*/
|
|
18311
|
+
export declare const modalSizes: readonly ["small", "medium", "large", "fullwidth", "", "fullscreen"];
|
|
18312
|
+
|
|
18495
18313
|
/**
|
|
18496
18314
|
* Create an instance of a component and mount it to given element.
|
|
18497
18315
|
*
|
|
@@ -18747,8 +18565,6 @@ export declare function setInternalKeys<T>(items: T[], key?: keyof T, nestedKey?
|
|
|
18747
18565
|
*/
|
|
18748
18566
|
export declare function setRunningContext(app: App): void;
|
|
18749
18567
|
|
|
18750
|
-
declare const sizes: readonly ["", "small", "medium", "large", "fullscreen", "fullwidth"];
|
|
18751
|
-
|
|
18752
18568
|
/**
|
|
18753
18569
|
* Represents the attributes used when sorting.
|
|
18754
18570
|
*
|