@fkui/vue 6.31.1 → 6.32.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/cypress.cjs.js +27 -6
- package/dist/cjs/cypress.cjs.js.map +2 -2
- package/dist/cjs/index.cjs.js +98 -26
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/cypress.esm.js +27 -6
- package/dist/esm/cypress.esm.js.map +2 -2
- package/dist/esm/index.esm.js +98 -26
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +133 -136
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -55,8 +55,6 @@ declare const __VLS_1: {};
|
|
|
55
55
|
|
|
56
56
|
declare const __VLS_10: {};
|
|
57
57
|
|
|
58
|
-
declare const __VLS_10_2: {};
|
|
59
|
-
|
|
60
58
|
declare const __VLS_11: {
|
|
61
59
|
isOpen: boolean;
|
|
62
60
|
header: "header";
|
|
@@ -131,12 +129,6 @@ status: "default" | "warning" | "error" | "success" | "info";
|
|
|
131
129
|
inverted: boolean;
|
|
132
130
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
133
131
|
|
|
134
|
-
declare const __VLS_base_10: DefineComponent<IPopupListboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
135
|
-
close: () => any;
|
|
136
|
-
}, string, PublicProps, Readonly<IPopupListboxProps> & Readonly<{
|
|
137
|
-
onClose?: (() => any) | undefined;
|
|
138
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
139
|
-
|
|
140
132
|
declare const __VLS_base_2: DefineComponent<ExtractPropTypes< {
|
|
141
133
|
/**
|
|
142
134
|
* Type of button, can be one of:
|
|
@@ -352,88 +344,23 @@ id: string;
|
|
|
352
344
|
focusRef: HTMLElement | null;
|
|
353
345
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
354
346
|
|
|
355
|
-
declare const __VLS_base_4: DefineComponent<
|
|
356
|
-
/**
|
|
357
|
-
* The action to be performed by the button.
|
|
358
|
-
* Must be one of the following values: "delete" or "modify".
|
|
359
|
-
*/
|
|
360
|
-
action: {
|
|
361
|
-
type: StringConstructor;
|
|
362
|
-
required: true;
|
|
363
|
-
validator(value: string): boolean;
|
|
364
|
-
};
|
|
365
|
-
/**
|
|
366
|
-
* Determines if an icon should be displayed on the button.
|
|
367
|
-
*/
|
|
368
|
-
icon: {
|
|
369
|
-
type: BooleanConstructor;
|
|
370
|
-
};
|
|
371
|
-
/**
|
|
372
|
-
* The item that the action will be performed on.
|
|
373
|
-
*/
|
|
374
|
-
item: {
|
|
375
|
-
type: ObjectConstructor;
|
|
376
|
-
required: true;
|
|
377
|
-
};
|
|
378
|
-
/**
|
|
379
|
-
* Determines if the button should display a label.
|
|
380
|
-
* If false, the button will use a visually hidden text for accessibility.
|
|
381
|
-
*/
|
|
382
|
-
label: {
|
|
383
|
-
type: BooleanConstructor;
|
|
384
|
-
};
|
|
385
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
386
|
-
/**
|
|
387
|
-
* The action to be performed by the button.
|
|
388
|
-
* Must be one of the following values: "delete" or "modify".
|
|
389
|
-
*/
|
|
390
|
-
action: {
|
|
391
|
-
type: StringConstructor;
|
|
392
|
-
required: true;
|
|
393
|
-
validator(value: string): boolean;
|
|
394
|
-
};
|
|
395
|
-
/**
|
|
396
|
-
* Determines if an icon should be displayed on the button.
|
|
397
|
-
*/
|
|
398
|
-
icon: {
|
|
399
|
-
type: BooleanConstructor;
|
|
400
|
-
};
|
|
401
|
-
/**
|
|
402
|
-
* The item that the action will be performed on.
|
|
403
|
-
*/
|
|
404
|
-
item: {
|
|
405
|
-
type: ObjectConstructor;
|
|
406
|
-
required: true;
|
|
407
|
-
};
|
|
408
|
-
/**
|
|
409
|
-
* Determines if the button should display a label.
|
|
410
|
-
* If false, the button will use a visually hidden text for accessibility.
|
|
411
|
-
*/
|
|
412
|
-
label: {
|
|
413
|
-
type: BooleanConstructor;
|
|
414
|
-
};
|
|
415
|
-
}>> & Readonly<{}>, {
|
|
416
|
-
label: boolean;
|
|
417
|
-
icon: boolean;
|
|
418
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
419
|
-
|
|
420
|
-
declare const __VLS_base_5: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
347
|
+
declare const __VLS_base_4: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
421
348
|
|
|
422
|
-
declare const
|
|
349
|
+
declare const __VLS_base_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
423
350
|
|
|
424
|
-
declare const
|
|
351
|
+
declare const __VLS_base_6: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
|
|
425
352
|
min: string;
|
|
426
353
|
max: string;
|
|
427
354
|
initial: string;
|
|
428
355
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
429
356
|
|
|
430
|
-
declare const
|
|
357
|
+
declare const __VLS_base_7: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
431
358
|
click: () => any;
|
|
432
359
|
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
433
360
|
onClick?: (() => any) | undefined;
|
|
434
361
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
435
362
|
|
|
436
|
-
declare const
|
|
363
|
+
declare const __VLS_base_8: DefineComponent<ExtractPropTypes< {
|
|
437
364
|
/**
|
|
438
365
|
* Unique (per-table) identifier. Typically set to the row
|
|
439
366
|
* property displayed but any unique string can be used.
|
|
@@ -607,10 +534,16 @@ visible: boolean;
|
|
|
607
534
|
rowHeader: boolean;
|
|
608
535
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
609
536
|
|
|
537
|
+
declare const __VLS_base_9: DefineComponent<IPopupListboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
538
|
+
close: () => any;
|
|
539
|
+
}, string, PublicProps, Readonly<IPopupListboxProps> & Readonly<{
|
|
540
|
+
onClose?: (() => any) | undefined;
|
|
541
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
542
|
+
|
|
610
543
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
611
544
|
|
|
612
545
|
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
|
-
props: __VLS_PrettifyLocal_2<ExtractPublicPropTypes< {
|
|
546
|
+
props: PublicProps & __VLS_PrettifyLocal_2<ExtractPublicPropTypes< {
|
|
614
547
|
/**
|
|
615
548
|
* The rows to be listed.
|
|
616
549
|
* The rows will be listed in the given array order.
|
|
@@ -648,7 +581,7 @@ declare const __VLS_export_10: <T extends object>(__VLS_props: NonNullable<Await
|
|
|
648
581
|
default: TableScroll;
|
|
649
582
|
validator(value: string): boolean;
|
|
650
583
|
};
|
|
651
|
-
}>> &
|
|
584
|
+
}>> & (typeof globalThis extends {
|
|
652
585
|
__VLS_PROPS_FALLBACK: infer P;
|
|
653
586
|
} ? P : {});
|
|
654
587
|
expose: (exposed: {}) => void;
|
|
@@ -890,7 +823,7 @@ yearSelectorOpen: Ref<boolean, boolean>;
|
|
|
890
823
|
activeYear: Ref<FYear, FYear>;
|
|
891
824
|
selectableYears: Readonly<ShallowRef<FYear[]>>;
|
|
892
825
|
onChangeDate: (date: FDate) => void;
|
|
893
|
-
onClickSelectYear: (year: FYear) => void;
|
|
826
|
+
onClickSelectYear: (this: void, year: FYear) => void;
|
|
894
827
|
}, {}, {
|
|
895
828
|
yearNounText(): string;
|
|
896
829
|
}, {
|
|
@@ -1795,7 +1728,7 @@ highlight: boolean;
|
|
|
1795
1728
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1796
1729
|
|
|
1797
1730
|
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<{
|
|
1798
|
-
props: __VLS_PrettifyLocal_3<{
|
|
1731
|
+
props: PublicProps & __VLS_PrettifyLocal_3<{
|
|
1799
1732
|
/**
|
|
1800
1733
|
* Name of this panel. Used when referencing the panel in useDetailsPanel.
|
|
1801
1734
|
*/
|
|
@@ -1805,7 +1738,7 @@ declare const __VLS_export_12: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS
|
|
|
1805
1738
|
* from being open at the same time.
|
|
1806
1739
|
*/
|
|
1807
1740
|
exclusive?: string;
|
|
1808
|
-
}> &
|
|
1741
|
+
}> & (typeof globalThis extends {
|
|
1809
1742
|
__VLS_PROPS_FALLBACK: infer P;
|
|
1810
1743
|
} ? P : {});
|
|
1811
1744
|
expose: (exposed: {}) => void;
|
|
@@ -3006,7 +2939,7 @@ rotate: string;
|
|
|
3006
2939
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3007
2940
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3008
2941
|
|
|
3009
|
-
declare const __VLS_export_21: __VLS_WithSlots_5<typeof
|
|
2942
|
+
declare const __VLS_export_21: __VLS_WithSlots_5<typeof __VLS_base_4, __VLS_Slots_4>;
|
|
3010
2943
|
|
|
3011
2944
|
declare const __VLS_export_22: DefineComponent<ExtractPropTypes< {
|
|
3012
2945
|
/**
|
|
@@ -3110,7 +3043,7 @@ rotate: string;
|
|
|
3110
3043
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3111
3044
|
|
|
3112
3045
|
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<{
|
|
3113
|
-
props: __VLS_PrettifyLocal_4<{
|
|
3046
|
+
props: PublicProps & __VLS_PrettifyLocal_4<{
|
|
3114
3047
|
/**
|
|
3115
3048
|
* The rows to be listed.
|
|
3116
3049
|
* The rows will be listed in the given array order.
|
|
@@ -3182,7 +3115,7 @@ declare const __VLS_export_23: <T extends object, KeyAttribute extends AnyProper
|
|
|
3182
3115
|
onExpand?: ((row: T) => any) | undefined;
|
|
3183
3116
|
onUnselect?: ((row: T) => any) | undefined;
|
|
3184
3117
|
"onUpdate:active"?: ((row: T | undefined) => any) | undefined;
|
|
3185
|
-
}> &
|
|
3118
|
+
}> & (typeof globalThis extends {
|
|
3186
3119
|
__VLS_PROPS_FALLBACK: infer P;
|
|
3187
3120
|
} ? P : {});
|
|
3188
3121
|
expose: (exposed: {}) => void;
|
|
@@ -3540,7 +3473,7 @@ rotate: string;
|
|
|
3540
3473
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3541
3474
|
|
|
3542
3475
|
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<{
|
|
3543
|
-
props: __VLS_PrettifyLocal_5<ExtractPublicPropTypes< {
|
|
3476
|
+
props: PublicProps & __VLS_PrettifyLocal_5<ExtractPublicPropTypes< {
|
|
3544
3477
|
/**
|
|
3545
3478
|
* The items to be listed.
|
|
3546
3479
|
* The items will be listed in the given array order.
|
|
@@ -3605,7 +3538,7 @@ declare const __VLS_export_28: <T extends object>(__VLS_props: NonNullable<Await
|
|
|
3605
3538
|
onClick?: ((item: T) => any) | undefined;
|
|
3606
3539
|
onUnselect?: ((item: T) => any) | undefined;
|
|
3607
3540
|
"onUpdate:active"?: ((item: T) => any) | undefined;
|
|
3608
|
-
}> &
|
|
3541
|
+
}> & (typeof globalThis extends {
|
|
3609
3542
|
__VLS_PROPS_FALLBACK: infer P;
|
|
3610
3543
|
} ? P : {});
|
|
3611
3544
|
expose: (exposed: {}) => void;
|
|
@@ -3798,7 +3731,7 @@ yearSelectorOpen: Ref<boolean, boolean>;
|
|
|
3798
3731
|
activeYear: Ref<FYear, FYear>;
|
|
3799
3732
|
selectableYears: Readonly<ShallowRef<FYear[]>>;
|
|
3800
3733
|
onChangeDate: (date: FDate) => void;
|
|
3801
|
-
onClickSelectYear: (year: FYear) => void;
|
|
3734
|
+
onClickSelectYear: (this: void, year: FYear) => void;
|
|
3802
3735
|
}, {}, {
|
|
3803
3736
|
yearNounText(): string;
|
|
3804
3737
|
}, {
|
|
@@ -4349,7 +4282,7 @@ align: string;
|
|
|
4349
4282
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4350
4283
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4351
4284
|
|
|
4352
|
-
declare const __VLS_export_32: __VLS_WithSlots_6<typeof
|
|
4285
|
+
declare const __VLS_export_32: __VLS_WithSlots_6<typeof __VLS_base_5, __VLS_Slots_5>;
|
|
4353
4286
|
|
|
4354
4287
|
declare const __VLS_export_33: DefineComponent<ExtractPropTypes< {
|
|
4355
4288
|
/**
|
|
@@ -6352,11 +6285,11 @@ highlight: boolean;
|
|
|
6352
6285
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6353
6286
|
|
|
6354
6287
|
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
|
-
props: __VLS_PrettifyLocal_6<{
|
|
6288
|
+
props: PublicProps & __VLS_PrettifyLocal_6<{
|
|
6356
6289
|
layout: T;
|
|
6357
6290
|
} & {
|
|
6358
6291
|
onUpdate?: (() => any) | undefined;
|
|
6359
|
-
}> &
|
|
6292
|
+
}> & (typeof globalThis extends {
|
|
6360
6293
|
__VLS_PROPS_FALLBACK: infer P;
|
|
6361
6294
|
} ? P : {});
|
|
6362
6295
|
expose: (exposed: {}) => void;
|
|
@@ -6370,7 +6303,7 @@ declare const __VLS_export_40: <T extends FPageLayoutType>(__VLS_props: NonNulla
|
|
|
6370
6303
|
};
|
|
6371
6304
|
|
|
6372
6305
|
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
|
-
props: __VLS_PrettifyLocal_7<{
|
|
6306
|
+
props: PublicProps & __VLS_PrettifyLocal_7<{
|
|
6374
6307
|
/**
|
|
6375
6308
|
* The items to be used. The items will be used in the given array order.
|
|
6376
6309
|
*/
|
|
@@ -6392,7 +6325,7 @@ declare const __VLS_export_41: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS
|
|
|
6392
6325
|
* @param lastItemIndex - The index of the last item on the page.
|
|
6393
6326
|
*/
|
|
6394
6327
|
fetchData?(firstItemIndex: number, lastItemIndex: number): T[] | Promise<T[]>;
|
|
6395
|
-
}> &
|
|
6328
|
+
}> & (typeof globalThis extends {
|
|
6396
6329
|
__VLS_PROPS_FALLBACK: infer P;
|
|
6397
6330
|
} ? P : {});
|
|
6398
6331
|
expose: (exposed: {}) => void;
|
|
@@ -6513,7 +6446,7 @@ default: () => undefined;
|
|
|
6513
6446
|
}>, {
|
|
6514
6447
|
sharedName: string | undefined;
|
|
6515
6448
|
showDetails: "always" | "never" | "when-selected";
|
|
6516
|
-
getFieldsetLabelText: () => string | undefined;
|
|
6449
|
+
getFieldsetLabelText: (this: void) => string | undefined;
|
|
6517
6450
|
}, {
|
|
6518
6451
|
height: number;
|
|
6519
6452
|
initialStyle: {
|
|
@@ -6584,7 +6517,7 @@ id: string;
|
|
|
6584
6517
|
modelValue: string | number | boolean | Date | unknown[] | Record<string, any> | null;
|
|
6585
6518
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6586
6519
|
|
|
6587
|
-
declare const __VLS_export_45: __VLS_WithSlots_7<typeof
|
|
6520
|
+
declare const __VLS_export_45: __VLS_WithSlots_7<typeof __VLS_base_6, __VLS_Slots_6>;
|
|
6588
6521
|
|
|
6589
6522
|
declare const __VLS_export_46: DefineComponent<ExtractPropTypes< {
|
|
6590
6523
|
/**
|
|
@@ -6851,7 +6784,7 @@ rotate: string;
|
|
|
6851
6784
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6852
6785
|
|
|
6853
6786
|
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
|
-
props: __VLS_PrettifyLocal_8<ExtractPublicPropTypes< {
|
|
6787
|
+
props: PublicProps & __VLS_PrettifyLocal_8<ExtractPublicPropTypes< {
|
|
6855
6788
|
/**
|
|
6856
6789
|
* The data that you wish to sort or filter.
|
|
6857
6790
|
*/
|
|
@@ -6920,7 +6853,7 @@ declare const __VLS_export_47: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS
|
|
|
6920
6853
|
}> & {
|
|
6921
6854
|
onDatasetSorted?: ((items: T[]) => any) | undefined;
|
|
6922
6855
|
onUsedSortAttributes?: ((sortAttribute: SortOrder) => any) | undefined;
|
|
6923
|
-
}> &
|
|
6856
|
+
}> & (typeof globalThis extends {
|
|
6924
6857
|
__VLS_PROPS_FALLBACK: infer P;
|
|
6925
6858
|
} ? P : {});
|
|
6926
6859
|
expose: (exposed: {}) => void;
|
|
@@ -7020,11 +6953,11 @@ rotate: string;
|
|
|
7020
6953
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7021
6954
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7022
6955
|
|
|
7023
|
-
declare const __VLS_export_49: __VLS_WithSlots_8<typeof
|
|
6956
|
+
declare const __VLS_export_49: __VLS_WithSlots_8<typeof __VLS_base_7, __VLS_Slots_7>;
|
|
7024
6957
|
|
|
7025
6958
|
declare const __VLS_export_5: __VLS_WithSlots_3<typeof __VLS_base_3, __VLS_Slots_3>;
|
|
7026
6959
|
|
|
7027
|
-
declare const __VLS_export_50: __VLS_WithSlots_9<typeof
|
|
6960
|
+
declare const __VLS_export_50: __VLS_WithSlots_9<typeof __VLS_base_8, __VLS_Slots_8>;
|
|
7028
6961
|
|
|
7029
6962
|
declare const __VLS_export_51: DefineComponent<ExtractPropTypes< {
|
|
7030
6963
|
/**
|
|
@@ -11045,7 +10978,7 @@ required: true;
|
|
|
11045
10978
|
};
|
|
11046
10979
|
}>, {
|
|
11047
10980
|
showDetails: "always" | "never" | "when-selected";
|
|
11048
|
-
getFieldsetLabelText: () => string | undefined;
|
|
10981
|
+
getFieldsetLabelText: (this: void) => string | undefined;
|
|
11049
10982
|
}, {
|
|
11050
10983
|
expanded: boolean;
|
|
11051
10984
|
height: number;
|
|
@@ -14132,7 +14065,7 @@ required: false;
|
|
|
14132
14065
|
validator(value: string | undefined): boolean;
|
|
14133
14066
|
};
|
|
14134
14067
|
}>, {
|
|
14135
|
-
animate: (state: "expand" | "collapse") => void;
|
|
14068
|
+
animate: (this: void, state: "expand" | "collapse") => void;
|
|
14136
14069
|
iconTarget: ComputedRef<HTMLElement | null>;
|
|
14137
14070
|
ready: Ref<boolean, boolean>;
|
|
14138
14071
|
}, {
|
|
@@ -15882,7 +15815,7 @@ rotate: string;
|
|
|
15882
15815
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
15883
15816
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
15884
15817
|
|
|
15885
|
-
declare const __VLS_export_75: __VLS_WithSlots_10<typeof
|
|
15818
|
+
declare const __VLS_export_75: __VLS_WithSlots_10<typeof __VLS_base_9, __VLS_Slots_9>;
|
|
15886
15819
|
|
|
15887
15820
|
declare const __VLS_export_76: DefineComponent<ExtractPropTypes< {
|
|
15888
15821
|
/**
|
|
@@ -16426,7 +16359,72 @@ hideWeekNumbers: boolean;
|
|
|
16426
16359
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
16427
16360
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
16428
16361
|
|
|
16429
|
-
declare const __VLS_export_8: __VLS_WithSlots_4<
|
|
16362
|
+
declare const __VLS_export_8: __VLS_WithSlots_4<DefineComponent<ExtractPropTypes< {
|
|
16363
|
+
/**
|
|
16364
|
+
* The action to be performed by the button.
|
|
16365
|
+
* Must be one of the following values: "delete" or "modify".
|
|
16366
|
+
*/
|
|
16367
|
+
action: {
|
|
16368
|
+
type: StringConstructor;
|
|
16369
|
+
required: true;
|
|
16370
|
+
validator(value: string): boolean;
|
|
16371
|
+
};
|
|
16372
|
+
/**
|
|
16373
|
+
* Determines if an icon should be displayed on the button.
|
|
16374
|
+
*/
|
|
16375
|
+
icon: {
|
|
16376
|
+
type: BooleanConstructor;
|
|
16377
|
+
};
|
|
16378
|
+
/**
|
|
16379
|
+
* The item that the action will be performed on.
|
|
16380
|
+
*/
|
|
16381
|
+
item: {
|
|
16382
|
+
type: ObjectConstructor;
|
|
16383
|
+
required: true;
|
|
16384
|
+
};
|
|
16385
|
+
/**
|
|
16386
|
+
* Determines if the button should display a label.
|
|
16387
|
+
* If false, the button will use a visually hidden text for accessibility.
|
|
16388
|
+
*/
|
|
16389
|
+
label: {
|
|
16390
|
+
type: BooleanConstructor;
|
|
16391
|
+
};
|
|
16392
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
16393
|
+
/**
|
|
16394
|
+
* The action to be performed by the button.
|
|
16395
|
+
* Must be one of the following values: "delete" or "modify".
|
|
16396
|
+
*/
|
|
16397
|
+
action: {
|
|
16398
|
+
type: StringConstructor;
|
|
16399
|
+
required: true;
|
|
16400
|
+
validator(value: string): boolean;
|
|
16401
|
+
};
|
|
16402
|
+
/**
|
|
16403
|
+
* Determines if an icon should be displayed on the button.
|
|
16404
|
+
*/
|
|
16405
|
+
icon: {
|
|
16406
|
+
type: BooleanConstructor;
|
|
16407
|
+
};
|
|
16408
|
+
/**
|
|
16409
|
+
* The item that the action will be performed on.
|
|
16410
|
+
*/
|
|
16411
|
+
item: {
|
|
16412
|
+
type: ObjectConstructor;
|
|
16413
|
+
required: true;
|
|
16414
|
+
};
|
|
16415
|
+
/**
|
|
16416
|
+
* Determines if the button should display a label.
|
|
16417
|
+
* If false, the button will use a visually hidden text for accessibility.
|
|
16418
|
+
*/
|
|
16419
|
+
label: {
|
|
16420
|
+
type: BooleanConstructor;
|
|
16421
|
+
};
|
|
16422
|
+
}>> & Readonly<{}>, {
|
|
16423
|
+
label: boolean;
|
|
16424
|
+
icon: boolean;
|
|
16425
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, {
|
|
16426
|
+
default?: (props: {}) => any;
|
|
16427
|
+
}>;
|
|
16430
16428
|
|
|
16431
16429
|
declare const __VLS_export_80: DefineComponent<ExtractPropTypes< {
|
|
16432
16430
|
/**
|
|
@@ -16725,7 +16723,7 @@ errorComponent: Component;
|
|
|
16725
16723
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
16726
16724
|
|
|
16727
16725
|
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<{
|
|
16728
|
-
props: __VLS_PrettifyLocal<ExtractPublicPropTypes< {
|
|
16726
|
+
props: PublicProps & __VLS_PrettifyLocal<ExtractPublicPropTypes< {
|
|
16729
16727
|
/**
|
|
16730
16728
|
* The list of items that should be deleted, modified or added to.
|
|
16731
16729
|
* If the prop is not set an empty array will be used.
|
|
@@ -16807,7 +16805,7 @@ declare const __VLS_export_9: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
16807
16805
|
onUpdated?: ((item: T) => any) | undefined;
|
|
16808
16806
|
"onUpdate:modelValue"?: ((items: T[]) => any) | undefined;
|
|
16809
16807
|
onDeleted?: ((item: T) => any) | undefined;
|
|
16810
|
-
}> &
|
|
16808
|
+
}> & (typeof globalThis extends {
|
|
16811
16809
|
__VLS_PROPS_FALLBACK: infer P;
|
|
16812
16810
|
} ? P : {});
|
|
16813
16811
|
expose: (exposed: {}) => void;
|
|
@@ -16992,10 +16990,6 @@ declare type __VLS_Slots = {} & {
|
|
|
16992
16990
|
default?: (props: typeof __VLS_1) => any;
|
|
16993
16991
|
};
|
|
16994
16992
|
|
|
16995
|
-
declare type __VLS_Slots_10 = {} & {
|
|
16996
|
-
default?: (props: typeof __VLS_7) => any;
|
|
16997
|
-
};
|
|
16998
|
-
|
|
16999
16993
|
declare type __VLS_Slots_2 = {} & {
|
|
17000
16994
|
default?: (props: typeof __VLS_16) => any;
|
|
17001
16995
|
};
|
|
@@ -17011,33 +17005,33 @@ declare type __VLS_Slots_3 = {} & {
|
|
|
17011
17005
|
};
|
|
17012
17006
|
|
|
17013
17007
|
declare type __VLS_Slots_4 = {} & {
|
|
17014
|
-
default?: (props: typeof __VLS_10) => any;
|
|
17015
|
-
};
|
|
17016
|
-
|
|
17017
|
-
declare type __VLS_Slots_5 = {} & {
|
|
17018
17008
|
default?: (props: typeof __VLS_8) => any;
|
|
17019
17009
|
};
|
|
17020
17010
|
|
|
17021
|
-
declare type
|
|
17011
|
+
declare type __VLS_Slots_5 = {} & {
|
|
17022
17012
|
default?: (props: typeof __VLS_11) => any;
|
|
17023
17013
|
} & {
|
|
17024
17014
|
icon?: (props: typeof __VLS_13) => any;
|
|
17025
17015
|
};
|
|
17026
17016
|
|
|
17027
|
-
declare type
|
|
17028
|
-
default?: (props: typeof
|
|
17017
|
+
declare type __VLS_Slots_6 = {} & {
|
|
17018
|
+
default?: (props: typeof __VLS_10) => any;
|
|
17029
17019
|
};
|
|
17030
17020
|
|
|
17031
|
-
declare type
|
|
17021
|
+
declare type __VLS_Slots_7 = {} & {
|
|
17032
17022
|
default?: (props: typeof __VLS_6) => any;
|
|
17033
17023
|
} & {
|
|
17034
17024
|
default?: (props: typeof __VLS_8_2) => any;
|
|
17035
17025
|
};
|
|
17036
17026
|
|
|
17037
|
-
declare type
|
|
17027
|
+
declare type __VLS_Slots_8 = {} & {
|
|
17038
17028
|
default?: (props: typeof __VLS_9) => any;
|
|
17039
17029
|
};
|
|
17040
17030
|
|
|
17031
|
+
declare type __VLS_Slots_9 = {} & {
|
|
17032
|
+
default?: (props: typeof __VLS_7) => any;
|
|
17033
|
+
};
|
|
17034
|
+
|
|
17041
17035
|
declare type __VLS_WithSlots<T, S> = T & {
|
|
17042
17036
|
new (): {
|
|
17043
17037
|
$slots: S;
|
|
@@ -17114,9 +17108,9 @@ export declare function ActivateItemInjected<T>(): ActivateItemInterface<T>;
|
|
|
17114
17108
|
* @public
|
|
17115
17109
|
*/
|
|
17116
17110
|
export declare interface ActivateItemInterface<T> {
|
|
17117
|
-
registerCallbackAfterItemAdd(callback: ActivateItemCallback<T>): void;
|
|
17118
|
-
registerCallbackBeforeItemDelete(callback: ActivateItemCallback<T>): void;
|
|
17119
|
-
setNestedKey(key: keyof T | null | undefined): void;
|
|
17111
|
+
registerCallbackAfterItemAdd(this: void, callback: ActivateItemCallback<T>): void;
|
|
17112
|
+
registerCallbackBeforeItemDelete(this: void, callback: ActivateItemCallback<T>): void;
|
|
17113
|
+
setNestedKey(this: void, key: keyof T | null | undefined): void;
|
|
17120
17114
|
}
|
|
17121
17115
|
|
|
17122
17116
|
/**
|
|
@@ -17364,6 +17358,9 @@ export declare const FConfirmModal: typeof __VLS_export_33;
|
|
|
17364
17358
|
|
|
17365
17359
|
export declare const FContextMenu: typeof __VLS_export_7;
|
|
17366
17360
|
|
|
17361
|
+
/**
|
|
17362
|
+
* @deprecated for table replace with <f-table-button> or <button> in other cases
|
|
17363
|
+
*/
|
|
17367
17364
|
export declare const FCrudButton: typeof __VLS_export_8;
|
|
17368
17365
|
|
|
17369
17366
|
export declare const FCrudDataset: typeof __VLS_export_9;
|
|
@@ -17780,16 +17777,16 @@ export declare interface FSortFilterDatasetInterface {
|
|
|
17780
17777
|
* @param attribute - is the field that gets sorted
|
|
17781
17778
|
* @param ascending - is the order the fields get sorted
|
|
17782
17779
|
*/
|
|
17783
|
-
sort(attribute: string, ascending: boolean): void;
|
|
17780
|
+
sort(this: void, attribute: string, ascending: boolean): void;
|
|
17784
17781
|
/**
|
|
17785
17782
|
* Callback function that is called when dataset get sorted
|
|
17786
17783
|
*/
|
|
17787
|
-
registerCallbackOnSort(callback: FSortFilterDatasetSortCallback): void;
|
|
17784
|
+
registerCallbackOnSort(this: void, callback: FSortFilterDatasetSortCallback): void;
|
|
17788
17785
|
/**
|
|
17789
17786
|
* Called when FSortFilterDataset is mounted.
|
|
17790
17787
|
* Returns the sortable field names.
|
|
17791
17788
|
*/
|
|
17792
|
-
registerCallbackOnMount(callback: FSortFilterDatasetMountCallback): void;
|
|
17789
|
+
registerCallbackOnMount(this: void, callback: FSortFilterDatasetMountCallback): void;
|
|
17793
17790
|
}
|
|
17794
17791
|
|
|
17795
17792
|
/**
|
|
@@ -17862,11 +17859,11 @@ export declare interface FTableInterface {
|
|
|
17862
17859
|
/**
|
|
17863
17860
|
* Called when a new column is added.
|
|
17864
17861
|
*/
|
|
17865
|
-
addColumn(column: FTableColumnData): void;
|
|
17862
|
+
addColumn(this: void, column: FTableColumnData): void;
|
|
17866
17863
|
/**
|
|
17867
17864
|
* Called when a column is hidden.
|
|
17868
17865
|
*/
|
|
17869
|
-
setVisibilityColumn(id: string, visible: boolean): void;
|
|
17866
|
+
setVisibilityColumn(this: void, id: string, visible: boolean): void;
|
|
17870
17867
|
/**
|
|
17871
17868
|
* Enables table mode when set to `true`.
|
|
17872
17869
|
* Used to hide label (sr-only) and enable `IPopupError`, for inputfields enclosed by a table.
|
|
@@ -17917,12 +17914,12 @@ export declare const FWizard: typeof __VLS_export_69;
|
|
|
17917
17914
|
* @public
|
|
17918
17915
|
*/
|
|
17919
17916
|
export declare interface FWizardApi {
|
|
17920
|
-
register(key: FWizardKey, element: Element): FWizardStepDefinition;
|
|
17921
|
-
unregister(key: FWizardKey): void;
|
|
17922
|
-
getStepCount(): number;
|
|
17923
|
-
openStep(step: FWizardStepDefinition): void;
|
|
17924
|
-
openNext(self: FWizardStepDefinition): void;
|
|
17925
|
-
cancel(isFinalStep: boolean): void;
|
|
17917
|
+
register(this: void, key: FWizardKey, element: Element): FWizardStepDefinition;
|
|
17918
|
+
unregister(this: void, key: FWizardKey): void;
|
|
17919
|
+
getStepCount(this: void): number;
|
|
17920
|
+
openStep(this: void, step: FWizardStepDefinition): void;
|
|
17921
|
+
openNext(this: void, self: FWizardStepDefinition): void;
|
|
17922
|
+
cancel(this: void, isFinalStep: boolean): void;
|
|
17926
17923
|
inheritedProps: {
|
|
17927
17924
|
readonly headerTag: string;
|
|
17928
17925
|
readonly disableInitialFocus: boolean;
|
|
@@ -18758,7 +18755,7 @@ export declare interface UseModal {
|
|
|
18758
18755
|
* @returns A promise resolved with reason for dismissal and optionally a
|
|
18759
18756
|
* payload when the modal is closed.
|
|
18760
18757
|
*/
|
|
18761
|
-
openModal<T>(component: Component, options?: Partial<OpenModalModaloptions>): AsyncModalResult<T>;
|
|
18758
|
+
openModal<T>(this: void, component: Component, options?: Partial<OpenModalModaloptions>): AsyncModalResult<T>;
|
|
18762
18759
|
/**
|
|
18763
18760
|
* Open a confirmation modal with given text.
|
|
18764
18761
|
*
|
|
@@ -18767,7 +18764,7 @@ export declare interface UseModal {
|
|
|
18767
18764
|
* @returns A promise resolved with a `true` if modal was dismissed in a
|
|
18768
18765
|
* positive manner ("Yes, I want to ...") or `false` if dismissed in a negative manner ("No, don't ...")
|
|
18769
18766
|
*/
|
|
18770
|
-
confirmModal(texts: ConfirmModalTexts): Promise<boolean>;
|
|
18767
|
+
confirmModal(this: void, texts: ConfirmModalTexts): Promise<boolean>;
|
|
18771
18768
|
/**
|
|
18772
18769
|
* Open a form modal and return the results from the input fields.
|
|
18773
18770
|
*
|
|
@@ -18775,7 +18772,7 @@ export declare interface UseModal {
|
|
|
18775
18772
|
* @param options - Component options.
|
|
18776
18773
|
* @returns A promise resolved with values from input fields or rejected if user cancels.
|
|
18777
18774
|
*/
|
|
18778
|
-
formModal<T>(component: Component, options?: Partial<OpenModalModaloptions>): Promise<T>;
|
|
18775
|
+
formModal<T>(this: void, component: Component, options?: Partial<OpenModalModaloptions>): Promise<T>;
|
|
18779
18776
|
}
|
|
18780
18777
|
|
|
18781
18778
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.32.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.
|
|
64
|
-
"@fkui/design": "^6.
|
|
65
|
-
"@fkui/logic": "^6.
|
|
63
|
+
"@fkui/date": "^6.32.0",
|
|
64
|
+
"@fkui/design": "^6.32.1",
|
|
65
|
+
"@fkui/logic": "^6.32.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": "1618fc839a8da920fbbaa15bfe75c2cccd09caba"
|
|
83
83
|
}
|