@fkui/vue 6.13.0 → 6.15.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/cypress.cjs.js +1 -1
- package/dist/cjs/cypress.cjs.js.map +1 -1
- package/dist/cjs/index.cjs.js +101 -65
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/cypress.esm.js +1 -1
- package/dist/esm/cypress.esm.js.map +1 -1
- package/dist/esm/index.esm.js +101 -65
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +69 -53
- package/dist/types/tsdoc-metadata.json +1 -1
- package/htmlvalidate/rules/classdeprecated.rule.js +6 -0
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -112,7 +112,7 @@ inverted: {
|
|
|
112
112
|
type: BooleanConstructor;
|
|
113
113
|
default: boolean;
|
|
114
114
|
};
|
|
115
|
-
}>,
|
|
115
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
116
116
|
/**
|
|
117
117
|
* The status of the badge, can be either 'default', 'warning', 'error', 'success' or 'info'.
|
|
118
118
|
*/
|
|
@@ -150,7 +150,7 @@ type: StringConstructor;
|
|
|
150
150
|
required: false;
|
|
151
151
|
default: () => string;
|
|
152
152
|
};
|
|
153
|
-
}>,
|
|
153
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
154
154
|
/**
|
|
155
155
|
* Element to focus on when card is invalid. Set when using validation.
|
|
156
156
|
*/
|
|
@@ -204,7 +204,7 @@ label: {
|
|
|
204
204
|
type: BooleanConstructor;
|
|
205
205
|
default: boolean;
|
|
206
206
|
};
|
|
207
|
-
}>,
|
|
207
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
208
208
|
/**
|
|
209
209
|
* The action to be performed by the button.
|
|
210
210
|
* Must be one of the following values: "delete" or "modify".
|
|
@@ -241,17 +241,17 @@ label: boolean;
|
|
|
241
241
|
icon: boolean;
|
|
242
242
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
243
243
|
|
|
244
|
-
declare const __VLS_component_4: DefineComponent< {},
|
|
244
|
+
declare const __VLS_component_4: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
245
245
|
|
|
246
|
-
declare const __VLS_component_5: DefineComponent<__VLS_Props,
|
|
246
|
+
declare const __VLS_component_5: DefineComponent<__VLS_Props, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
247
247
|
|
|
248
|
-
declare const __VLS_component_6: DefineComponent<__VLS_Props_2,
|
|
248
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props_2, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {
|
|
249
249
|
min: string;
|
|
250
250
|
max: string;
|
|
251
251
|
initial: string;
|
|
252
252
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
253
253
|
|
|
254
|
-
declare const __VLS_component_7: DefineComponent<__VLS_Props_3,
|
|
254
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_3, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
255
255
|
click: () => any;
|
|
256
256
|
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
257
257
|
onClick?: (() => any) | undefined;
|
|
@@ -342,7 +342,7 @@ required: false;
|
|
|
342
342
|
default: FTableColumnType;
|
|
343
343
|
validator(value: string): value is FTableColumnType;
|
|
344
344
|
};
|
|
345
|
-
}>,
|
|
345
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
346
346
|
/**
|
|
347
347
|
* Unique (per-table) identifier. Typically set to the row
|
|
348
348
|
* property displayed but any unique string can be used.
|
|
@@ -437,7 +437,7 @@ visible: boolean;
|
|
|
437
437
|
rowHeader: boolean;
|
|
438
438
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
439
439
|
|
|
440
|
-
declare const __VLS_component_9: DefineComponent<IPopupListboxProps,
|
|
440
|
+
declare const __VLS_component_9: DefineComponent<IPopupListboxProps, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
441
441
|
close: () => any;
|
|
442
442
|
}, string, PublicProps, Readonly<IPopupListboxProps> & Readonly<{
|
|
443
443
|
onClose?: (() => any) | undefined;
|
|
@@ -1643,7 +1643,7 @@ options: string[];
|
|
|
1643
1643
|
activeOption: string | null;
|
|
1644
1644
|
activeOptionId: string;
|
|
1645
1645
|
inputNode: HTMLInputElement;
|
|
1646
|
-
},
|
|
1646
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1647
1647
|
select: (option: string) => any;
|
|
1648
1648
|
close: () => any;
|
|
1649
1649
|
}, string, PublicProps, Readonly<{
|
|
@@ -1657,7 +1657,7 @@ inputNode: HTMLInputElement;
|
|
|
1657
1657
|
onSelect?: ((option: string) => any) | undefined;
|
|
1658
1658
|
onClose?: (() => any) | undefined;
|
|
1659
1659
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1660
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
1660
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1661
1661
|
toggle: () => any;
|
|
1662
1662
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
1663
1663
|
onToggle?: (() => any) | undefined;
|
|
@@ -2098,7 +2098,7 @@ options: string[];
|
|
|
2098
2098
|
activeOption: string | null;
|
|
2099
2099
|
activeOptionId: string;
|
|
2100
2100
|
inputNode: HTMLInputElement;
|
|
2101
|
-
},
|
|
2101
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2102
2102
|
select: (option: string) => any;
|
|
2103
2103
|
close: () => any;
|
|
2104
2104
|
}, string, PublicProps, Readonly<{
|
|
@@ -2112,7 +2112,7 @@ inputNode: HTMLInputElement;
|
|
|
2112
2112
|
onSelect?: ((option: string) => any) | undefined;
|
|
2113
2113
|
onClose?: (() => any) | undefined;
|
|
2114
2114
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2115
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
2115
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2116
2116
|
toggle: () => any;
|
|
2117
2117
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
2118
2118
|
onToggle?: (() => any) | undefined;
|
|
@@ -3027,7 +3027,7 @@ options: string[];
|
|
|
3027
3027
|
activeOption: string | null;
|
|
3028
3028
|
activeOptionId: string;
|
|
3029
3029
|
inputNode: HTMLInputElement;
|
|
3030
|
-
},
|
|
3030
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3031
3031
|
select: (option: string) => any;
|
|
3032
3032
|
close: () => any;
|
|
3033
3033
|
}, string, PublicProps, Readonly<{
|
|
@@ -3041,7 +3041,7 @@ inputNode: HTMLInputElement;
|
|
|
3041
3041
|
onSelect?: ((option: string) => any) | undefined;
|
|
3042
3042
|
onClose?: (() => any) | undefined;
|
|
3043
3043
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3044
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
3044
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3045
3045
|
toggle: () => any;
|
|
3046
3046
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
3047
3047
|
onToggle?: (() => any) | undefined;
|
|
@@ -3380,7 +3380,7 @@ required: false;
|
|
|
3380
3380
|
default: undefined;
|
|
3381
3381
|
};
|
|
3382
3382
|
/**
|
|
3383
|
-
* The items to be
|
|
3383
|
+
* The items to be displayed in the menu.
|
|
3384
3384
|
*/
|
|
3385
3385
|
items: {
|
|
3386
3386
|
type: PropType<ContextMenuItem[]>;
|
|
@@ -3430,7 +3430,7 @@ required: false;
|
|
|
3430
3430
|
default: undefined;
|
|
3431
3431
|
};
|
|
3432
3432
|
/**
|
|
3433
|
-
* The items to be
|
|
3433
|
+
* The items to be displayed in the menu.
|
|
3434
3434
|
*/
|
|
3435
3435
|
items: {
|
|
3436
3436
|
type: PropType<ContextMenuItem[]>;
|
|
@@ -4116,7 +4116,7 @@ options: string[];
|
|
|
4116
4116
|
activeOption: string | null;
|
|
4117
4117
|
activeOptionId: string;
|
|
4118
4118
|
inputNode: HTMLInputElement;
|
|
4119
|
-
},
|
|
4119
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4120
4120
|
select: (option: string) => any;
|
|
4121
4121
|
close: () => any;
|
|
4122
4122
|
}, string, PublicProps, Readonly<{
|
|
@@ -4130,7 +4130,7 @@ inputNode: HTMLInputElement;
|
|
|
4130
4130
|
onSelect?: ((option: string) => any) | undefined;
|
|
4131
4131
|
onClose?: (() => any) | undefined;
|
|
4132
4132
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4133
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
4133
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4134
4134
|
toggle: () => any;
|
|
4135
4135
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
4136
4136
|
onToggle?: (() => any) | undefined;
|
|
@@ -5114,7 +5114,7 @@ options: string[];
|
|
|
5114
5114
|
activeOption: string | null;
|
|
5115
5115
|
activeOptionId: string;
|
|
5116
5116
|
inputNode: HTMLInputElement;
|
|
5117
|
-
},
|
|
5117
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5118
5118
|
select: (option: string) => any;
|
|
5119
5119
|
close: () => any;
|
|
5120
5120
|
}, string, PublicProps, Readonly<{
|
|
@@ -5128,7 +5128,7 @@ inputNode: HTMLInputElement;
|
|
|
5128
5128
|
onSelect?: ((option: string) => any) | undefined;
|
|
5129
5129
|
onClose?: (() => any) | undefined;
|
|
5130
5130
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
5131
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
5131
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5132
5132
|
toggle: () => any;
|
|
5133
5133
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
5134
5134
|
onToggle?: (() => any) | undefined;
|
|
@@ -5930,7 +5930,7 @@ options: string[];
|
|
|
5930
5930
|
activeOption: string | null;
|
|
5931
5931
|
activeOptionId: string;
|
|
5932
5932
|
inputNode: HTMLInputElement;
|
|
5933
|
-
},
|
|
5933
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5934
5934
|
select: (option: string) => any;
|
|
5935
5935
|
close: () => any;
|
|
5936
5936
|
}, string, PublicProps, Readonly<{
|
|
@@ -5944,7 +5944,7 @@ inputNode: HTMLInputElement;
|
|
|
5944
5944
|
onSelect?: ((option: string) => any) | undefined;
|
|
5945
5945
|
onClose?: (() => any) | undefined;
|
|
5946
5946
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
5947
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
5947
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5948
5948
|
toggle: () => any;
|
|
5949
5949
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
5950
5950
|
onToggle?: (() => any) | undefined;
|
|
@@ -7027,6 +7027,10 @@ type: BooleanConstructor;
|
|
|
7027
7027
|
required: false;
|
|
7028
7028
|
default: boolean;
|
|
7029
7029
|
};
|
|
7030
|
+
modelValue: {
|
|
7031
|
+
type: PropType<FileList | null>;
|
|
7032
|
+
default: null;
|
|
7033
|
+
};
|
|
7030
7034
|
}>, {}, {}, {
|
|
7031
7035
|
attrs(): Record<string, unknown>;
|
|
7032
7036
|
labelClass(): string;
|
|
@@ -7034,7 +7038,7 @@ labelId(): string;
|
|
|
7034
7038
|
ariaDisabled(): string | undefined;
|
|
7035
7039
|
}, {
|
|
7036
7040
|
onClick(event: Event): void;
|
|
7037
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, "change"[], "change", PublicProps, Readonly<ExtractPropTypes< {
|
|
7041
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", PublicProps, Readonly<ExtractPropTypes< {
|
|
7038
7042
|
/**
|
|
7039
7043
|
* The id for the input id attribute.
|
|
7040
7044
|
* The id for the label for attribute.
|
|
@@ -7053,10 +7057,16 @@ type: BooleanConstructor;
|
|
|
7053
7057
|
required: false;
|
|
7054
7058
|
default: boolean;
|
|
7055
7059
|
};
|
|
7060
|
+
modelValue: {
|
|
7061
|
+
type: PropType<FileList | null>;
|
|
7062
|
+
default: null;
|
|
7063
|
+
};
|
|
7056
7064
|
}>> & Readonly<{
|
|
7057
7065
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
7066
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7058
7067
|
}>, {
|
|
7059
7068
|
id: string;
|
|
7069
|
+
modelValue: FileList | null;
|
|
7060
7070
|
disabled: boolean;
|
|
7061
7071
|
}, {}, {
|
|
7062
7072
|
FIcon: DefineComponent<ExtractPropTypes< {
|
|
@@ -8539,7 +8549,7 @@ default: string;
|
|
|
8539
8549
|
required: false;
|
|
8540
8550
|
validator(value: string): boolean;
|
|
8541
8551
|
};
|
|
8542
|
-
}>,
|
|
8552
|
+
}>, void, {}, {
|
|
8543
8553
|
ariaLabel(): string;
|
|
8544
8554
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8545
8555
|
/**
|
|
@@ -9933,7 +9943,7 @@ options: string[];
|
|
|
9933
9943
|
activeOption: string | null;
|
|
9934
9944
|
activeOptionId: string;
|
|
9935
9945
|
inputNode: HTMLInputElement;
|
|
9936
|
-
},
|
|
9946
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9937
9947
|
select: (option: string) => any;
|
|
9938
9948
|
close: () => any;
|
|
9939
9949
|
}, string, PublicProps, Readonly<{
|
|
@@ -9947,7 +9957,7 @@ inputNode: HTMLInputElement;
|
|
|
9947
9957
|
onSelect?: ((option: string) => any) | undefined;
|
|
9948
9958
|
onClose?: (() => any) | undefined;
|
|
9949
9959
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
9950
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
9960
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9951
9961
|
toggle: () => any;
|
|
9952
9962
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
9953
9963
|
onToggle?: (() => any) | undefined;
|
|
@@ -10569,7 +10579,7 @@ options: string[];
|
|
|
10569
10579
|
activeOption: string | null;
|
|
10570
10580
|
activeOptionId: string;
|
|
10571
10581
|
inputNode: HTMLInputElement;
|
|
10572
|
-
},
|
|
10582
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10573
10583
|
select: (option: string) => any;
|
|
10574
10584
|
close: () => any;
|
|
10575
10585
|
}, string, PublicProps, Readonly<{
|
|
@@ -10583,7 +10593,7 @@ inputNode: HTMLInputElement;
|
|
|
10583
10593
|
onSelect?: ((option: string) => any) | undefined;
|
|
10584
10594
|
onClose?: (() => any) | undefined;
|
|
10585
10595
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10586
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
10596
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10587
10597
|
toggle: () => any;
|
|
10588
10598
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
10589
10599
|
onToggle?: (() => any) | undefined;
|
|
@@ -11329,7 +11339,7 @@ options: string[];
|
|
|
11329
11339
|
activeOption: string | null;
|
|
11330
11340
|
activeOptionId: string;
|
|
11331
11341
|
inputNode: HTMLInputElement;
|
|
11332
|
-
},
|
|
11342
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11333
11343
|
select: (option: string) => any;
|
|
11334
11344
|
close: () => any;
|
|
11335
11345
|
}, string, PublicProps, Readonly<{
|
|
@@ -11343,7 +11353,7 @@ inputNode: HTMLInputElement;
|
|
|
11343
11353
|
onSelect?: ((option: string) => any) | undefined;
|
|
11344
11354
|
onClose?: (() => any) | undefined;
|
|
11345
11355
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11346
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
11356
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11347
11357
|
toggle: () => any;
|
|
11348
11358
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
11349
11359
|
onToggle?: (() => any) | undefined;
|
|
@@ -11806,7 +11816,7 @@ options: string[];
|
|
|
11806
11816
|
activeOption: string | null;
|
|
11807
11817
|
activeOptionId: string;
|
|
11808
11818
|
inputNode: HTMLInputElement;
|
|
11809
|
-
},
|
|
11819
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11810
11820
|
select: (option: string) => any;
|
|
11811
11821
|
close: () => any;
|
|
11812
11822
|
}, string, PublicProps, Readonly<{
|
|
@@ -11820,7 +11830,7 @@ inputNode: HTMLInputElement;
|
|
|
11820
11830
|
onSelect?: ((option: string) => any) | undefined;
|
|
11821
11831
|
onClose?: (() => any) | undefined;
|
|
11822
11832
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11823
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
11833
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11824
11834
|
toggle: () => any;
|
|
11825
11835
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
11826
11836
|
onToggle?: (() => any) | undefined;
|
|
@@ -12329,7 +12339,7 @@ options: string[];
|
|
|
12329
12339
|
activeOption: string | null;
|
|
12330
12340
|
activeOptionId: string;
|
|
12331
12341
|
inputNode: HTMLInputElement;
|
|
12332
|
-
},
|
|
12342
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12333
12343
|
select: (option: string) => any;
|
|
12334
12344
|
close: () => any;
|
|
12335
12345
|
}, string, PublicProps, Readonly<{
|
|
@@ -12343,7 +12353,7 @@ inputNode: HTMLInputElement;
|
|
|
12343
12353
|
onSelect?: ((option: string) => any) | undefined;
|
|
12344
12354
|
onClose?: (() => any) | undefined;
|
|
12345
12355
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12346
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
12356
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12347
12357
|
toggle: () => any;
|
|
12348
12358
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
12349
12359
|
onToggle?: (() => any) | undefined;
|
|
@@ -12777,7 +12787,7 @@ options: string[];
|
|
|
12777
12787
|
activeOption: string | null;
|
|
12778
12788
|
activeOptionId: string;
|
|
12779
12789
|
inputNode: HTMLInputElement;
|
|
12780
|
-
},
|
|
12790
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12781
12791
|
select: (option: string) => any;
|
|
12782
12792
|
close: () => any;
|
|
12783
12793
|
}, string, PublicProps, Readonly<{
|
|
@@ -12791,7 +12801,7 @@ inputNode: HTMLInputElement;
|
|
|
12791
12801
|
onSelect?: ((option: string) => any) | undefined;
|
|
12792
12802
|
onClose?: (() => any) | undefined;
|
|
12793
12803
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12794
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
12804
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12795
12805
|
toggle: () => any;
|
|
12796
12806
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
12797
12807
|
onToggle?: (() => any) | undefined;
|
|
@@ -13234,7 +13244,7 @@ options: string[];
|
|
|
13234
13244
|
activeOption: string | null;
|
|
13235
13245
|
activeOptionId: string;
|
|
13236
13246
|
inputNode: HTMLInputElement;
|
|
13237
|
-
},
|
|
13247
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13238
13248
|
select: (option: string) => any;
|
|
13239
13249
|
close: () => any;
|
|
13240
13250
|
}, string, PublicProps, Readonly<{
|
|
@@ -13248,7 +13258,7 @@ inputNode: HTMLInputElement;
|
|
|
13248
13258
|
onSelect?: ((option: string) => any) | undefined;
|
|
13249
13259
|
onClose?: (() => any) | undefined;
|
|
13250
13260
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13251
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
13261
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13252
13262
|
toggle: () => any;
|
|
13253
13263
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
13254
13264
|
onToggle?: (() => any) | undefined;
|
|
@@ -13293,7 +13303,7 @@ default: string;
|
|
|
13293
13303
|
type: StringConstructor;
|
|
13294
13304
|
required: true;
|
|
13295
13305
|
};
|
|
13296
|
-
}>,
|
|
13306
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
13297
13307
|
/**
|
|
13298
13308
|
* Sets the progress. Higher value indicates further progress.
|
|
13299
13309
|
*
|
|
@@ -13352,14 +13362,14 @@ default: () => string;
|
|
|
13352
13362
|
*/
|
|
13353
13363
|
modelValue: {
|
|
13354
13364
|
type: (StringConstructor | BooleanConstructor | ObjectConstructor | DateConstructor | ArrayConstructor | NumberConstructor | null)[];
|
|
13355
|
-
|
|
13365
|
+
default: () => undefined;
|
|
13356
13366
|
};
|
|
13357
13367
|
/**
|
|
13358
13368
|
* The value for the input.
|
|
13359
13369
|
*/
|
|
13360
13370
|
value: {
|
|
13361
13371
|
type: (StringConstructor | BooleanConstructor | ObjectConstructor | DateConstructor | ArrayConstructor | NumberConstructor | null)[];
|
|
13362
|
-
|
|
13372
|
+
default: () => undefined;
|
|
13363
13373
|
};
|
|
13364
13374
|
}>, {
|
|
13365
13375
|
sharedName: string | undefined;
|
|
@@ -13418,20 +13428,22 @@ default: () => string;
|
|
|
13418
13428
|
*/
|
|
13419
13429
|
modelValue: {
|
|
13420
13430
|
type: (StringConstructor | BooleanConstructor | ObjectConstructor | DateConstructor | ArrayConstructor | NumberConstructor | null)[];
|
|
13421
|
-
|
|
13431
|
+
default: () => undefined;
|
|
13422
13432
|
};
|
|
13423
13433
|
/**
|
|
13424
13434
|
* The value for the input.
|
|
13425
13435
|
*/
|
|
13426
13436
|
value: {
|
|
13427
13437
|
type: (StringConstructor | BooleanConstructor | ObjectConstructor | DateConstructor | ArrayConstructor | NumberConstructor | null)[];
|
|
13428
|
-
|
|
13438
|
+
default: () => undefined;
|
|
13429
13439
|
};
|
|
13430
13440
|
}>> & Readonly<{
|
|
13431
13441
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
13432
13442
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13433
13443
|
}>, {
|
|
13444
|
+
value: string | number | boolean | Date | unknown[] | Record<string, any> | null;
|
|
13434
13445
|
id: string;
|
|
13446
|
+
modelValue: string | number | boolean | Date | unknown[] | Record<string, any> | null;
|
|
13435
13447
|
disabled: boolean;
|
|
13436
13448
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
13437
13449
|
|
|
@@ -13904,7 +13916,7 @@ options: string[];
|
|
|
13904
13916
|
activeOption: string | null;
|
|
13905
13917
|
activeOptionId: string;
|
|
13906
13918
|
inputNode: HTMLInputElement;
|
|
13907
|
-
},
|
|
13919
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13908
13920
|
select: (option: string) => any;
|
|
13909
13921
|
close: () => any;
|
|
13910
13922
|
}, string, PublicProps, Readonly<{
|
|
@@ -13918,7 +13930,7 @@ inputNode: HTMLInputElement;
|
|
|
13918
13930
|
onSelect?: ((option: string) => any) | undefined;
|
|
13919
13931
|
onClose?: (() => any) | undefined;
|
|
13920
13932
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13921
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
13933
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13922
13934
|
toggle: () => any;
|
|
13923
13935
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
13924
13936
|
onToggle?: (() => any) | undefined;
|
|
@@ -14250,7 +14262,6 @@ rotate: string;
|
|
|
14250
14262
|
|
|
14251
14263
|
export declare const FSortFilterDataset: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_7<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
14252
14264
|
props: __VLS_PrettifyLocal_7<Pick<Partial<{
|
|
14253
|
-
data: T[];
|
|
14254
14265
|
defaultSortAttribute: string;
|
|
14255
14266
|
showSort: boolean;
|
|
14256
14267
|
showFilter: boolean;
|
|
@@ -14268,7 +14279,7 @@ export declare const FSortFilterDataset: <T>(__VLS_props: NonNullable<Awaited<ty
|
|
|
14268
14279
|
readonly filterAttributes?: string[] | undefined;
|
|
14269
14280
|
readonly onDatasetSorted?: ((items: T[]) => any) | undefined;
|
|
14270
14281
|
readonly onUsedSortAttributes?: ((sortAttribute: SortOrder) => any) | undefined;
|
|
14271
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "
|
|
14282
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "defaultSortAttribute" | "showSort" | "showFilter" | "placeholderFilter" | "defaultSortAscending" | "filterAttributes">, "data" | "sortableAttributes" | "onDatasetSorted" | "onUsedSortAttributes" | ("defaultSortAttribute" | "showSort" | "showFilter" | "placeholderFilter" | "defaultSortAscending" | "filterAttributes")> & {} & Partial<{}>> & PublicProps;
|
|
14272
14283
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
14273
14284
|
attrs: any;
|
|
14274
14285
|
slots: {
|
|
@@ -15255,7 +15266,7 @@ options: string[];
|
|
|
15255
15266
|
activeOption: string | null;
|
|
15256
15267
|
activeOptionId: string;
|
|
15257
15268
|
inputNode: HTMLInputElement;
|
|
15258
|
-
},
|
|
15269
|
+
}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15259
15270
|
select: (option: string) => any;
|
|
15260
15271
|
close: () => any;
|
|
15261
15272
|
}, string, PublicProps, Readonly<{
|
|
@@ -15269,7 +15280,7 @@ inputNode: HTMLInputElement;
|
|
|
15269
15280
|
onSelect?: ((option: string) => any) | undefined;
|
|
15270
15281
|
onClose?: (() => any) | undefined;
|
|
15271
15282
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15272
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
15283
|
+
IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15273
15284
|
toggle: () => any;
|
|
15274
15285
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
15275
15286
|
onToggle?: (() => any) | undefined;
|
|
@@ -16517,7 +16528,7 @@ export declare function hasParentByName(vm: ComponentPublicInstance | undefined
|
|
|
16517
16528
|
*/
|
|
16518
16529
|
export declare function hasSlot(vm: {
|
|
16519
16530
|
$slots: Slots;
|
|
16520
|
-
}, name: string, props?: Record<string, unknown>, options?: Partial<RenderSlotOptions
|
|
16531
|
+
}, name: string, props?: Record<string, unknown>, options?: Partial<Pick<RenderSlotOptions, "stripClasses">>): boolean;
|
|
16521
16532
|
|
|
16522
16533
|
export declare const IAnimateExpand: DefineComponent<ExtractPropTypes< {
|
|
16523
16534
|
/**
|
|
@@ -16955,7 +16966,7 @@ rotate: string;
|
|
|
16955
16966
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
16956
16967
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
16957
16968
|
|
|
16958
|
-
export declare const IComboboxDropdown: DefineComponent<__VLS_Props_4,
|
|
16969
|
+
export declare const IComboboxDropdown: DefineComponent<__VLS_Props_4, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16959
16970
|
select: (option: string) => any;
|
|
16960
16971
|
close: () => any;
|
|
16961
16972
|
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
@@ -16963,7 +16974,7 @@ onSelect?: ((option: string) => any) | undefined;
|
|
|
16963
16974
|
onClose?: (() => any) | undefined;
|
|
16964
16975
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
16965
16976
|
|
|
16966
|
-
export declare const IComboboxToggleButton: DefineComponent< {},
|
|
16977
|
+
export declare const IComboboxToggleButton: DefineComponent< {}, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16967
16978
|
toggle: () => any;
|
|
16968
16979
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
16969
16980
|
onToggle?: (() => any) | undefined;
|
|
@@ -18131,6 +18142,11 @@ export declare interface RenderSlotOptions {
|
|
|
18131
18142
|
* Default: `["sr-only"]`
|
|
18132
18143
|
*/
|
|
18133
18144
|
stripClasses: string[];
|
|
18145
|
+
/**
|
|
18146
|
+
* By default nested components will not be rendered. When this option is
|
|
18147
|
+
* enabled components will be rendered as `<ComponentName />`.
|
|
18148
|
+
*/
|
|
18149
|
+
componentPlaceholder: boolean;
|
|
18134
18150
|
}
|
|
18135
18151
|
|
|
18136
18152
|
/**
|
|
@@ -31,6 +31,12 @@ const deprecatedClasses = [
|
|
|
31
31
|
replacement: "button--tertiary",
|
|
32
32
|
url: "/components/button.html",
|
|
33
33
|
},
|
|
34
|
+
{
|
|
35
|
+
name: "icon-stack--new-window",
|
|
36
|
+
additionalMessage:
|
|
37
|
+
"Stacked icons are no longer used for file item links.",
|
|
38
|
+
url: "/components/file-upload/ffileitem.html",
|
|
39
|
+
},
|
|
34
40
|
];
|
|
35
41
|
|
|
36
42
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.15.0",
|
|
4
4
|
"description": "Vue implementation of FKUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"unit:watch": "jest --watch"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@fkui/date": "^6.
|
|
64
|
-
"@fkui/design": "^6.
|
|
65
|
-
"@fkui/logic": "^6.
|
|
63
|
+
"@fkui/date": "^6.15.0",
|
|
64
|
+
"@fkui/design": "^6.15.0",
|
|
65
|
+
"@fkui/logic": "^6.15.0",
|
|
66
66
|
"fk-icons": "^4.30.1",
|
|
67
67
|
"html-validate": ">= 7.9.0",
|
|
68
68
|
"vue": "^3.5.0"
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"node": ">= 20",
|
|
80
80
|
"npm": ">= 7"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "1dcfad2cc96dabcebf2ce84d6ee0aa778e709095"
|
|
83
83
|
}
|