@fkui/vue 6.16.0 → 6.16.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 +299 -77
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/index.esm.js +299 -77
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +51 -51
- package/dist/types/tsdoc-metadata.json +1 -1
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -115,7 +115,7 @@ inverted: {
|
|
|
115
115
|
type: BooleanConstructor;
|
|
116
116
|
default: boolean;
|
|
117
117
|
};
|
|
118
|
-
}>,
|
|
118
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
119
119
|
/**
|
|
120
120
|
* The status of the badge, can be either 'default', 'warning', 'error', 'success' or 'info'.
|
|
121
121
|
*/
|
|
@@ -136,7 +136,7 @@ status: "default" | "warning" | "error" | "success" | "info";
|
|
|
136
136
|
inverted: boolean;
|
|
137
137
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
138
138
|
|
|
139
|
-
declare const __VLS_component_10: DefineComponent<IPopupListboxProps,
|
|
139
|
+
declare const __VLS_component_10: DefineComponent<IPopupListboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
140
140
|
close: () => any;
|
|
141
141
|
}, string, PublicProps, Readonly<IPopupListboxProps> & Readonly<{
|
|
142
142
|
onClose?: (() => any) | undefined;
|
|
@@ -218,7 +218,7 @@ type: PropType<"submit" | "reset" | "button">;
|
|
|
218
218
|
default: string;
|
|
219
219
|
validator(value: string): boolean;
|
|
220
220
|
};
|
|
221
|
-
}>,
|
|
221
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
222
222
|
/**
|
|
223
223
|
* Type of button, can be one of:
|
|
224
224
|
* - `primary`
|
|
@@ -322,7 +322,7 @@ type: StringConstructor;
|
|
|
322
322
|
required: false;
|
|
323
323
|
default: () => string;
|
|
324
324
|
};
|
|
325
|
-
}>,
|
|
325
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
326
326
|
/**
|
|
327
327
|
* Element to focus on when card is invalid. Set when using validation.
|
|
328
328
|
*/
|
|
@@ -376,7 +376,7 @@ label: {
|
|
|
376
376
|
type: BooleanConstructor;
|
|
377
377
|
default: boolean;
|
|
378
378
|
};
|
|
379
|
-
}>,
|
|
379
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
380
380
|
/**
|
|
381
381
|
* The action to be performed by the button.
|
|
382
382
|
* Must be one of the following values: "delete" or "modify".
|
|
@@ -413,17 +413,17 @@ label: boolean;
|
|
|
413
413
|
icon: boolean;
|
|
414
414
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
415
415
|
|
|
416
|
-
declare const __VLS_component_5: DefineComponent< {},
|
|
416
|
+
declare const __VLS_component_5: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
417
417
|
|
|
418
|
-
declare const __VLS_component_6: DefineComponent<__VLS_Props,
|
|
418
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
419
419
|
|
|
420
|
-
declare const __VLS_component_7: DefineComponent<__VLS_Props_2,
|
|
420
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {
|
|
421
421
|
min: string;
|
|
422
422
|
max: string;
|
|
423
423
|
initial: string;
|
|
424
424
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
425
425
|
|
|
426
|
-
declare const __VLS_component_8: DefineComponent<__VLS_Props_3,
|
|
426
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
427
427
|
click: () => any;
|
|
428
428
|
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
429
429
|
onClick?: (() => any) | undefined;
|
|
@@ -514,7 +514,7 @@ required: false;
|
|
|
514
514
|
default: FTableColumnType;
|
|
515
515
|
validator(value: string): value is FTableColumnType;
|
|
516
516
|
};
|
|
517
|
-
}>,
|
|
517
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
518
518
|
/**
|
|
519
519
|
* Unique (per-table) identifier. Typically set to the row
|
|
520
520
|
* property displayed but any unique string can be used.
|
|
@@ -1820,7 +1820,7 @@ options: string[];
|
|
|
1820
1820
|
activeOption: string | null;
|
|
1821
1821
|
activeOptionId: string;
|
|
1822
1822
|
inputNode: HTMLInputElement;
|
|
1823
|
-
},
|
|
1823
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1824
1824
|
select: (option: string) => any;
|
|
1825
1825
|
close: () => any;
|
|
1826
1826
|
}, string, PublicProps, Readonly<{
|
|
@@ -1834,7 +1834,7 @@ inputNode: HTMLInputElement;
|
|
|
1834
1834
|
onSelect?: ((option: string) => any) | undefined;
|
|
1835
1835
|
onClose?: (() => any) | undefined;
|
|
1836
1836
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1837
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
1837
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1838
1838
|
toggle: () => any;
|
|
1839
1839
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
1840
1840
|
onToggle?: (() => any) | undefined;
|
|
@@ -2275,7 +2275,7 @@ options: string[];
|
|
|
2275
2275
|
activeOption: string | null;
|
|
2276
2276
|
activeOptionId: string;
|
|
2277
2277
|
inputNode: HTMLInputElement;
|
|
2278
|
-
},
|
|
2278
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2279
2279
|
select: (option: string) => any;
|
|
2280
2280
|
close: () => any;
|
|
2281
2281
|
}, string, PublicProps, Readonly<{
|
|
@@ -2289,7 +2289,7 @@ inputNode: HTMLInputElement;
|
|
|
2289
2289
|
onSelect?: ((option: string) => any) | undefined;
|
|
2290
2290
|
onClose?: (() => any) | undefined;
|
|
2291
2291
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2292
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
2292
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2293
2293
|
toggle: () => any;
|
|
2294
2294
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
2295
2295
|
onToggle?: (() => any) | undefined;
|
|
@@ -3295,7 +3295,7 @@ options: string[];
|
|
|
3295
3295
|
activeOption: string | null;
|
|
3296
3296
|
activeOptionId: string;
|
|
3297
3297
|
inputNode: HTMLInputElement;
|
|
3298
|
-
},
|
|
3298
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3299
3299
|
select: (option: string) => any;
|
|
3300
3300
|
close: () => any;
|
|
3301
3301
|
}, string, PublicProps, Readonly<{
|
|
@@ -3309,7 +3309,7 @@ inputNode: HTMLInputElement;
|
|
|
3309
3309
|
onSelect?: ((option: string) => any) | undefined;
|
|
3310
3310
|
onClose?: (() => any) | undefined;
|
|
3311
3311
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3312
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
3312
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3313
3313
|
toggle: () => any;
|
|
3314
3314
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
3315
3315
|
onToggle?: (() => any) | undefined;
|
|
@@ -3913,7 +3913,7 @@ export declare const FCrudDataset: <T>(__VLS_props: NonNullable<Awaited<typeof _
|
|
|
3913
3913
|
readonly onUpdated?: ((item: T) => any) | undefined;
|
|
3914
3914
|
readonly "onUpdate:modelValue"?: ((items: T[]) => any) | undefined;
|
|
3915
3915
|
readonly onDeleted?: ((item: T) => any) | undefined;
|
|
3916
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "beforeCreate" | "modelValue" | "beforeSubmit" | "beforeValidation" | "onCancel" | "primaryButtonRight" | "addNewModalHeader" | "modifyModalHeader" | "deleteModalHeader">, "onUpdate:modelValue" | "onCreated" | "onUpdated" | "onDeleted" | ("beforeCreate" | "modelValue" | "beforeSubmit" | "beforeValidation" | "onCancel" | "primaryButtonRight" | "addNewModalHeader" | "modifyModalHeader" | "deleteModalHeader")> & {} &
|
|
3916
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "beforeCreate" | "modelValue" | "beforeSubmit" | "beforeValidation" | "onCancel" | "primaryButtonRight" | "addNewModalHeader" | "modifyModalHeader" | "deleteModalHeader">, "onUpdate:modelValue" | "onCreated" | "onUpdated" | "onDeleted" | ("beforeCreate" | "modelValue" | "beforeSubmit" | "beforeValidation" | "onCancel" | "primaryButtonRight" | "addNewModalHeader" | "modifyModalHeader" | "deleteModalHeader")> & {} & {}> & PublicProps;
|
|
3917
3917
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
3918
3918
|
attrs: any;
|
|
3919
3919
|
slots: {
|
|
@@ -4384,7 +4384,7 @@ options: string[];
|
|
|
4384
4384
|
activeOption: string | null;
|
|
4385
4385
|
activeOptionId: string;
|
|
4386
4386
|
inputNode: HTMLInputElement;
|
|
4387
|
-
},
|
|
4387
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4388
4388
|
select: (option: string) => any;
|
|
4389
4389
|
close: () => any;
|
|
4390
4390
|
}, string, PublicProps, Readonly<{
|
|
@@ -4398,7 +4398,7 @@ inputNode: HTMLInputElement;
|
|
|
4398
4398
|
onSelect?: ((option: string) => any) | undefined;
|
|
4399
4399
|
onClose?: (() => any) | undefined;
|
|
4400
4400
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4401
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
4401
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4402
4402
|
toggle: () => any;
|
|
4403
4403
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
4404
4404
|
onToggle?: (() => any) | undefined;
|
|
@@ -4429,7 +4429,7 @@ export declare const FDataTable: <T extends object>(__VLS_props: NonNullable<Awa
|
|
|
4429
4429
|
readonly rows: T[];
|
|
4430
4430
|
readonly striped: boolean;
|
|
4431
4431
|
readonly keyAttribute?: string | undefined;
|
|
4432
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "scroll" | "keyAttribute" | "striped">, "rows" | ("scroll" | "keyAttribute" | "striped")> & {} &
|
|
4432
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "scroll" | "keyAttribute" | "striped">, "rows" | ("scroll" | "keyAttribute" | "striped")> & {} & {}> & PublicProps;
|
|
4433
4433
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
4434
4434
|
attrs: any;
|
|
4435
4435
|
slots: {
|
|
@@ -5471,7 +5471,7 @@ options: string[];
|
|
|
5471
5471
|
activeOption: string | null;
|
|
5472
5472
|
activeOptionId: string;
|
|
5473
5473
|
inputNode: HTMLInputElement;
|
|
5474
|
-
},
|
|
5474
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5475
5475
|
select: (option: string) => any;
|
|
5476
5476
|
close: () => any;
|
|
5477
5477
|
}, string, PublicProps, Readonly<{
|
|
@@ -5485,7 +5485,7 @@ inputNode: HTMLInputElement;
|
|
|
5485
5485
|
onSelect?: ((option: string) => any) | undefined;
|
|
5486
5486
|
onClose?: (() => any) | undefined;
|
|
5487
5487
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
5488
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
5488
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5489
5489
|
toggle: () => any;
|
|
5490
5490
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
5491
5491
|
onToggle?: (() => any) | undefined;
|
|
@@ -5617,7 +5617,7 @@ export declare const FDetailsPanel: <T>(__VLS_props: NonNullable<Awaited<typeof
|
|
|
5617
5617
|
* from being open at the same time.
|
|
5618
5618
|
*/
|
|
5619
5619
|
exclusive?: string;
|
|
5620
|
-
} &
|
|
5620
|
+
} & {}> & PublicProps;
|
|
5621
5621
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
5622
5622
|
attrs: any;
|
|
5623
5623
|
slots: {
|
|
@@ -6283,7 +6283,7 @@ options: string[];
|
|
|
6283
6283
|
activeOption: string | null;
|
|
6284
6284
|
activeOptionId: string;
|
|
6285
6285
|
inputNode: HTMLInputElement;
|
|
6286
|
-
},
|
|
6286
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6287
6287
|
select: (option: string) => any;
|
|
6288
6288
|
close: () => any;
|
|
6289
6289
|
}, string, PublicProps, Readonly<{
|
|
@@ -6297,7 +6297,7 @@ inputNode: HTMLInputElement;
|
|
|
6297
6297
|
onSelect?: ((option: string) => any) | undefined;
|
|
6298
6298
|
onClose?: (() => any) | undefined;
|
|
6299
6299
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6300
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
6300
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6301
6301
|
toggle: () => any;
|
|
6302
6302
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
6303
6303
|
onToggle?: (() => any) | undefined;
|
|
@@ -8318,7 +8318,7 @@ export declare const FInteractiveTable: <T extends object, K extends keyof T>(__
|
|
|
8318
8318
|
readonly onExpand?: ((row: T) => any) | undefined;
|
|
8319
8319
|
readonly onUnselect?: ((row: T) => any) | undefined;
|
|
8320
8320
|
readonly "onUpdate:active"?: ((row: T | undefined) => any) | undefined;
|
|
8321
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue" | "scroll" | "keyAttribute" | "striped" | "hover" | "expandableAttribute" | "expandableDescribedby" | "selectable" | "showActive" | "active">, "onChange" | "onClick" | "onSelect" | "onUpdate:modelValue" | "rows" | "onCollapse" | "onExpand" | "onUnselect" | "onUpdate:active" | ("modelValue" | "scroll" | "keyAttribute" | "striped" | "hover" | "expandableAttribute" | "expandableDescribedby" | "selectable" | "showActive" | "active")> & {} &
|
|
8321
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue" | "scroll" | "keyAttribute" | "striped" | "hover" | "expandableAttribute" | "expandableDescribedby" | "selectable" | "showActive" | "active">, "onChange" | "onClick" | "onSelect" | "onUpdate:modelValue" | "rows" | "onCollapse" | "onExpand" | "onUnselect" | "onUpdate:active" | ("modelValue" | "scroll" | "keyAttribute" | "striped" | "hover" | "expandableAttribute" | "expandableDescribedby" | "selectable" | "showActive" | "active")> & {} & {}> & PublicProps;
|
|
8322
8322
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
8323
8323
|
attrs: any;
|
|
8324
8324
|
slots: {
|
|
@@ -8746,7 +8746,7 @@ export declare const FList: <T extends object>(__VLS_props: NonNullable<Awaited<
|
|
|
8746
8746
|
readonly onClick?: ((item: T) => any) | undefined;
|
|
8747
8747
|
readonly onUnselect?: ((item: T) => any) | undefined;
|
|
8748
8748
|
readonly "onUpdate:active"?: ((item: T) => any) | undefined;
|
|
8749
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "elementId" | "modelValue" | "checkbox" | "keyAttribute" | "selectable" | "active">, "onChange" | "onClick" | "onSelect" | "items" | "onUpdate:modelValue" | "onUnselect" | "onUpdate:active" | ("elementId" | "modelValue" | "checkbox" | "keyAttribute" | "selectable" | "active")> & {} &
|
|
8749
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "elementId" | "modelValue" | "checkbox" | "keyAttribute" | "selectable" | "active">, "onChange" | "onClick" | "onSelect" | "items" | "onUpdate:modelValue" | "onUnselect" | "onUpdate:active" | ("elementId" | "modelValue" | "checkbox" | "keyAttribute" | "selectable" | "active")> & {} & {}> & PublicProps;
|
|
8750
8750
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
8751
8751
|
attrs: any;
|
|
8752
8752
|
slots: {
|
|
@@ -8901,7 +8901,7 @@ default: string;
|
|
|
8901
8901
|
required: false;
|
|
8902
8902
|
validator(value: string): boolean;
|
|
8903
8903
|
};
|
|
8904
|
-
}>,
|
|
8904
|
+
}>, {}, {}, {
|
|
8905
8905
|
ariaLabel(): string;
|
|
8906
8906
|
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8907
8907
|
/**
|
|
@@ -10294,7 +10294,7 @@ options: string[];
|
|
|
10294
10294
|
activeOption: string | null;
|
|
10295
10295
|
activeOptionId: string;
|
|
10296
10296
|
inputNode: HTMLInputElement;
|
|
10297
|
-
},
|
|
10297
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10298
10298
|
select: (option: string) => any;
|
|
10299
10299
|
close: () => any;
|
|
10300
10300
|
}, string, PublicProps, Readonly<{
|
|
@@ -10308,7 +10308,7 @@ inputNode: HTMLInputElement;
|
|
|
10308
10308
|
onSelect?: ((option: string) => any) | undefined;
|
|
10309
10309
|
onClose?: (() => any) | undefined;
|
|
10310
10310
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10311
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
10311
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10312
10312
|
toggle: () => any;
|
|
10313
10313
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
10314
10314
|
onToggle?: (() => any) | undefined;
|
|
@@ -10929,7 +10929,7 @@ options: string[];
|
|
|
10929
10929
|
activeOption: string | null;
|
|
10930
10930
|
activeOptionId: string;
|
|
10931
10931
|
inputNode: HTMLInputElement;
|
|
10932
|
-
},
|
|
10932
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10933
10933
|
select: (option: string) => any;
|
|
10934
10934
|
close: () => any;
|
|
10935
10935
|
}, string, PublicProps, Readonly<{
|
|
@@ -10943,7 +10943,7 @@ inputNode: HTMLInputElement;
|
|
|
10943
10943
|
onSelect?: ((option: string) => any) | undefined;
|
|
10944
10944
|
onClose?: (() => any) | undefined;
|
|
10945
10945
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10946
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
10946
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10947
10947
|
toggle: () => any;
|
|
10948
10948
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
10949
10949
|
onToggle?: (() => any) | undefined;
|
|
@@ -11217,7 +11217,7 @@ export declare const FPageLayout: <T extends FPageLayoutType>(__VLS_props: NonNu
|
|
|
11217
11217
|
readonly onUpdate?: (() => any) | undefined;
|
|
11218
11218
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onUpdate"> & {
|
|
11219
11219
|
layout: T;
|
|
11220
|
-
} &
|
|
11220
|
+
} & {}> & PublicProps;
|
|
11221
11221
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
11222
11222
|
attrs: any;
|
|
11223
11223
|
slots: {
|
|
@@ -11689,7 +11689,7 @@ options: string[];
|
|
|
11689
11689
|
activeOption: string | null;
|
|
11690
11690
|
activeOptionId: string;
|
|
11691
11691
|
inputNode: HTMLInputElement;
|
|
11692
|
-
},
|
|
11692
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11693
11693
|
select: (option: string) => any;
|
|
11694
11694
|
close: () => any;
|
|
11695
11695
|
}, string, PublicProps, Readonly<{
|
|
@@ -11703,7 +11703,7 @@ inputNode: HTMLInputElement;
|
|
|
11703
11703
|
onSelect?: ((option: string) => any) | undefined;
|
|
11704
11704
|
onClose?: (() => any) | undefined;
|
|
11705
11705
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11706
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
11706
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11707
11707
|
toggle: () => any;
|
|
11708
11708
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
11709
11709
|
onToggle?: (() => any) | undefined;
|
|
@@ -12166,7 +12166,7 @@ options: string[];
|
|
|
12166
12166
|
activeOption: string | null;
|
|
12167
12167
|
activeOptionId: string;
|
|
12168
12168
|
inputNode: HTMLInputElement;
|
|
12169
|
-
},
|
|
12169
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12170
12170
|
select: (option: string) => any;
|
|
12171
12171
|
close: () => any;
|
|
12172
12172
|
}, string, PublicProps, Readonly<{
|
|
@@ -12180,7 +12180,7 @@ inputNode: HTMLInputElement;
|
|
|
12180
12180
|
onSelect?: ((option: string) => any) | undefined;
|
|
12181
12181
|
onClose?: (() => any) | undefined;
|
|
12182
12182
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12183
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
12183
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12184
12184
|
toggle: () => any;
|
|
12185
12185
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
12186
12186
|
onToggle?: (() => any) | undefined;
|
|
@@ -12687,7 +12687,7 @@ options: string[];
|
|
|
12687
12687
|
activeOption: string | null;
|
|
12688
12688
|
activeOptionId: string;
|
|
12689
12689
|
inputNode: HTMLInputElement;
|
|
12690
|
-
},
|
|
12690
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12691
12691
|
select: (option: string) => any;
|
|
12692
12692
|
close: () => any;
|
|
12693
12693
|
}, string, PublicProps, Readonly<{
|
|
@@ -12701,7 +12701,7 @@ inputNode: HTMLInputElement;
|
|
|
12701
12701
|
onSelect?: ((option: string) => any) | undefined;
|
|
12702
12702
|
onClose?: (() => any) | undefined;
|
|
12703
12703
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12704
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
12704
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12705
12705
|
toggle: () => any;
|
|
12706
12706
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
12707
12707
|
onToggle?: (() => any) | undefined;
|
|
@@ -13135,7 +13135,7 @@ options: string[];
|
|
|
13135
13135
|
activeOption: string | null;
|
|
13136
13136
|
activeOptionId: string;
|
|
13137
13137
|
inputNode: HTMLInputElement;
|
|
13138
|
-
},
|
|
13138
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13139
13139
|
select: (option: string) => any;
|
|
13140
13140
|
close: () => any;
|
|
13141
13141
|
}, string, PublicProps, Readonly<{
|
|
@@ -13149,7 +13149,7 @@ inputNode: HTMLInputElement;
|
|
|
13149
13149
|
onSelect?: ((option: string) => any) | undefined;
|
|
13150
13150
|
onClose?: (() => any) | undefined;
|
|
13151
13151
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13152
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
13152
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13153
13153
|
toggle: () => any;
|
|
13154
13154
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
13155
13155
|
onToggle?: (() => any) | undefined;
|
|
@@ -13592,7 +13592,7 @@ options: string[];
|
|
|
13592
13592
|
activeOption: string | null;
|
|
13593
13593
|
activeOptionId: string;
|
|
13594
13594
|
inputNode: HTMLInputElement;
|
|
13595
|
-
},
|
|
13595
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13596
13596
|
select: (option: string) => any;
|
|
13597
13597
|
close: () => any;
|
|
13598
13598
|
}, string, PublicProps, Readonly<{
|
|
@@ -13606,7 +13606,7 @@ inputNode: HTMLInputElement;
|
|
|
13606
13606
|
onSelect?: ((option: string) => any) | undefined;
|
|
13607
13607
|
onClose?: (() => any) | undefined;
|
|
13608
13608
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13609
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
13609
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13610
13610
|
toggle: () => any;
|
|
13611
13611
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
13612
13612
|
onToggle?: (() => any) | undefined;
|
|
@@ -13651,7 +13651,7 @@ default: string;
|
|
|
13651
13651
|
type: StringConstructor;
|
|
13652
13652
|
required: true;
|
|
13653
13653
|
};
|
|
13654
|
-
}>,
|
|
13654
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
13655
13655
|
/**
|
|
13656
13656
|
* Sets the progress. Higher value indicates further progress.
|
|
13657
13657
|
*
|
|
@@ -14262,7 +14262,7 @@ options: string[];
|
|
|
14262
14262
|
activeOption: string | null;
|
|
14263
14263
|
activeOptionId: string;
|
|
14264
14264
|
inputNode: HTMLInputElement;
|
|
14265
|
-
},
|
|
14265
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14266
14266
|
select: (option: string) => any;
|
|
14267
14267
|
close: () => any;
|
|
14268
14268
|
}, string, PublicProps, Readonly<{
|
|
@@ -14276,7 +14276,7 @@ inputNode: HTMLInputElement;
|
|
|
14276
14276
|
onSelect?: ((option: string) => any) | undefined;
|
|
14277
14277
|
onClose?: (() => any) | undefined;
|
|
14278
14278
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14279
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
14279
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14280
14280
|
toggle: () => any;
|
|
14281
14281
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
14282
14282
|
onToggle?: (() => any) | undefined;
|
|
@@ -14623,7 +14623,7 @@ export declare const FSortFilterDataset: <T>(__VLS_props: NonNullable<Awaited<ty
|
|
|
14623
14623
|
readonly filterAttributes?: string[] | undefined;
|
|
14624
14624
|
readonly onDatasetSorted?: ((items: T[]) => any) | undefined;
|
|
14625
14625
|
readonly onUsedSortAttributes?: ((sortAttribute: SortOrder) => any) | undefined;
|
|
14626
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "defaultSortAttribute" | "showSort" | "showFilter" | "placeholderFilter" | "defaultSortAscending" | "filterAttributes">, "data" | "sortableAttributes" | "onDatasetSorted" | "onUsedSortAttributes" | ("defaultSortAttribute" | "showSort" | "showFilter" | "placeholderFilter" | "defaultSortAscending" | "filterAttributes")> & {} &
|
|
14626
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "defaultSortAttribute" | "showSort" | "showFilter" | "placeholderFilter" | "defaultSortAscending" | "filterAttributes">, "data" | "sortableAttributes" | "onDatasetSorted" | "onUsedSortAttributes" | ("defaultSortAttribute" | "showSort" | "showFilter" | "placeholderFilter" | "defaultSortAscending" | "filterAttributes")> & {} & {}> & PublicProps;
|
|
14627
14627
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
14628
14628
|
attrs: any;
|
|
14629
14629
|
slots: {
|
|
@@ -15606,7 +15606,7 @@ options: string[];
|
|
|
15606
15606
|
activeOption: string | null;
|
|
15607
15607
|
activeOptionId: string;
|
|
15608
15608
|
inputNode: HTMLInputElement;
|
|
15609
|
-
},
|
|
15609
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15610
15610
|
select: (option: string) => any;
|
|
15611
15611
|
close: () => any;
|
|
15612
15612
|
}, string, PublicProps, Readonly<{
|
|
@@ -15620,7 +15620,7 @@ inputNode: HTMLInputElement;
|
|
|
15620
15620
|
onSelect?: ((option: string) => any) | undefined;
|
|
15621
15621
|
onClose?: (() => any) | undefined;
|
|
15622
15622
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15623
|
-
IComboboxToggleButton: DefineComponent< {},
|
|
15623
|
+
IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15624
15624
|
toggle: () => any;
|
|
15625
15625
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
15626
15626
|
onToggle?: (() => any) | undefined;
|
|
@@ -17355,7 +17355,7 @@ rotate: string;
|
|
|
17355
17355
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
17356
17356
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
17357
17357
|
|
|
17358
|
-
export declare const IComboboxDropdown: DefineComponent<__VLS_Props_4,
|
|
17358
|
+
export declare const IComboboxDropdown: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
17359
17359
|
select: (option: string) => any;
|
|
17360
17360
|
close: () => any;
|
|
17361
17361
|
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
@@ -17363,7 +17363,7 @@ onSelect?: ((option: string) => any) | undefined;
|
|
|
17363
17363
|
onClose?: (() => any) | undefined;
|
|
17364
17364
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17365
17365
|
|
|
17366
|
-
export declare const IComboboxToggleButton: DefineComponent< {},
|
|
17366
|
+
export declare const IComboboxToggleButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
17367
17367
|
toggle: () => any;
|
|
17368
17368
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
17369
17369
|
onToggle?: (() => any) | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue",
|
|
3
|
-
"version": "6.16.
|
|
3
|
+
"version": "6.16.1",
|
|
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.16.
|
|
64
|
-
"@fkui/design": "^6.16.
|
|
65
|
-
"@fkui/logic": "^6.16.
|
|
63
|
+
"@fkui/date": "^6.16.1",
|
|
64
|
+
"@fkui/design": "^6.16.1",
|
|
65
|
+
"@fkui/logic": "^6.16.1",
|
|
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": "3aa0bcba8f5c7f90b27df821d7a622be5f975f47"
|
|
83
83
|
}
|