@anzusystems/common-admin 1.43.0 → 1.45.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/common-admin.es.d.ts +89 -27
- package/dist/common-admin.es.js +274 -273
- package/dist/{lib-iohqH_6L.js → lib-H1vTJMHB.js} +4523 -4442
- package/dist/lib-H1vTJMHB.js.map +1 -0
- package/dist/{shortcut-buttons-flatpickr-lNPy8AB-.js → shortcut-buttons-flatpickr-GwDF1zya.js} +2 -2
- package/dist/{shortcut-buttons-flatpickr-lNPy8AB-.js.map → shortcut-buttons-flatpickr-GwDF1zya.js.map} +1 -1
- package/dist/{webfontloader-oZSb3ZWI.js → webfontloader-wSUX2ZdO.js} +2 -2
- package/dist/{webfontloader-oZSb3ZWI.js.map → webfontloader-wSUX2ZdO.js.map} +1 -1
- package/package.json +10 -10
- package/dist/lib-iohqH_6L.js.map +0 -1
|
@@ -1734,6 +1734,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
|
1734
1734
|
};
|
|
1735
1735
|
};
|
|
1736
1736
|
|
|
1737
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
1738
|
+
new (): {
|
|
1739
|
+
$slots: S;
|
|
1740
|
+
};
|
|
1741
|
+
};
|
|
1742
|
+
|
|
1737
1743
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1738
1744
|
new (): {
|
|
1739
1745
|
$slots: S;
|
|
@@ -1977,8 +1983,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
|
|
|
1977
1983
|
}, {
|
|
1978
1984
|
size: number;
|
|
1979
1985
|
variant: ButtonVariant;
|
|
1980
|
-
loading: boolean;
|
|
1981
1986
|
dataCy: string;
|
|
1987
|
+
loading: boolean;
|
|
1982
1988
|
buttonClass: string;
|
|
1983
1989
|
buttonT: string;
|
|
1984
1990
|
routeParams: any | undefined;
|
|
@@ -2015,8 +2021,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
|
|
|
2015
2021
|
onSaveRecordAndClose?: (() => any) | undefined;
|
|
2016
2022
|
}, {
|
|
2017
2023
|
disabled: boolean;
|
|
2018
|
-
loading: boolean;
|
|
2019
2024
|
dataCy: string;
|
|
2025
|
+
loading: boolean;
|
|
2020
2026
|
buttonClass: string;
|
|
2021
2027
|
buttonT: string;
|
|
2022
2028
|
}, {}>;
|
|
@@ -2061,8 +2067,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
|
|
|
2061
2067
|
size: number;
|
|
2062
2068
|
variant: ButtonVariant;
|
|
2063
2069
|
disabled: boolean;
|
|
2064
|
-
loading: boolean;
|
|
2065
2070
|
dataCy: string;
|
|
2071
|
+
loading: boolean;
|
|
2066
2072
|
buttonClass: string;
|
|
2067
2073
|
buttonT: string;
|
|
2068
2074
|
}, {}>;
|
|
@@ -2133,7 +2139,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VL
|
|
|
2133
2139
|
containerClass: string;
|
|
2134
2140
|
}, {}>;
|
|
2135
2141
|
|
|
2136
|
-
export declare const AAssetSelect:
|
|
2142
|
+
export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
|
|
2137
2143
|
modelValue?: boolean | undefined;
|
|
2138
2144
|
assetType: "image" | "audio" | "video" | "document" | DamAssetType;
|
|
2139
2145
|
minCount: number;
|
|
@@ -2246,7 +2252,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
|
|
|
2246
2252
|
invertColor: boolean;
|
|
2247
2253
|
}, {}>;
|
|
2248
2254
|
|
|
2249
|
-
export declare const ABtnSplit:
|
|
2255
|
+
export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
|
|
2250
2256
|
buttonT?: string | undefined;
|
|
2251
2257
|
buttonClass?: string | undefined;
|
|
2252
2258
|
dataCy?: string | undefined;
|
|
@@ -2300,8 +2306,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS
|
|
|
2300
2306
|
variant: ButtonVariantText;
|
|
2301
2307
|
rounded: "pill";
|
|
2302
2308
|
disabled: boolean;
|
|
2303
|
-
loading: boolean;
|
|
2304
2309
|
dataCy: string;
|
|
2310
|
+
loading: boolean;
|
|
2305
2311
|
buttonClass: string;
|
|
2306
2312
|
buttonT: string;
|
|
2307
2313
|
disableMore: boolean;
|
|
@@ -2514,15 +2520,15 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__
|
|
|
2514
2520
|
fetchCachedUsers: () => Promisify<Promise<any>>;
|
|
2515
2521
|
}, {}>;
|
|
2516
2522
|
|
|
2517
|
-
export declare const ACopyText: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
|
|
2518
|
-
value:
|
|
2523
|
+
export declare const ACopyText: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
|
|
2524
|
+
value: string | number;
|
|
2519
2525
|
notifyT?: string | undefined;
|
|
2520
2526
|
dataCy?: string | undefined;
|
|
2521
2527
|
}>, {
|
|
2522
2528
|
notifyT: string;
|
|
2523
2529
|
dataCy: string;
|
|
2524
2530
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
|
|
2525
|
-
value:
|
|
2531
|
+
value: string | number;
|
|
2526
2532
|
notifyT?: string | undefined;
|
|
2527
2533
|
dataCy?: string | undefined;
|
|
2528
2534
|
}>, {
|
|
@@ -2531,7 +2537,14 @@ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_35<__VLS_Type
|
|
|
2531
2537
|
}>>>, {
|
|
2532
2538
|
dataCy: string;
|
|
2533
2539
|
notifyT: string;
|
|
2534
|
-
}, {}
|
|
2540
|
+
}, {}>, {
|
|
2541
|
+
activator?(_: {
|
|
2542
|
+
props: {
|
|
2543
|
+
onClick: (e: Event) => void;
|
|
2544
|
+
disabled: boolean;
|
|
2545
|
+
};
|
|
2546
|
+
}): any;
|
|
2547
|
+
}>;
|
|
2535
2548
|
|
|
2536
2549
|
export declare const ACreateDialog: __VLS_WithTemplateSlots_15<DefineComponent<{
|
|
2537
2550
|
modelValue: PropType<boolean>;
|
|
@@ -2833,7 +2846,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56
|
|
|
2833
2846
|
dataCy: string;
|
|
2834
2847
|
}, {}>;
|
|
2835
2848
|
|
|
2836
|
-
export declare const ACustomDataForm:
|
|
2849
|
+
export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
|
|
2837
2850
|
modelValue: {
|
|
2838
2851
|
[key: string]: any;
|
|
2839
2852
|
};
|
|
@@ -2902,6 +2915,55 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
|
|
|
2902
2915
|
validationScope: string | number | boolean | symbol;
|
|
2903
2916
|
}, {}>;
|
|
2904
2917
|
|
|
2918
|
+
export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: {
|
|
2919
|
+
items: TItem[];
|
|
2920
|
+
"onClick:row"?: ((data: any) => any) | undefined;
|
|
2921
|
+
columns: any;
|
|
2922
|
+
itemKey?: string | undefined;
|
|
2923
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, __VLS_ctx?: {
|
|
2924
|
+
attrs: any;
|
|
2925
|
+
slots: Partial<Record<string, (_: {
|
|
2926
|
+
item: any;
|
|
2927
|
+
}) => any>> & {
|
|
2928
|
+
bottom?(_: {}): any;
|
|
2929
|
+
};
|
|
2930
|
+
emit: (e: 'click:row', data: any) => void;
|
|
2931
|
+
} | undefined, __VLS_expose?: ((exposed: ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
2932
|
+
props: {
|
|
2933
|
+
items: TItem[];
|
|
2934
|
+
"onClick:row"?: ((data: any) => any) | undefined;
|
|
2935
|
+
columns: any;
|
|
2936
|
+
itemKey?: string | undefined;
|
|
2937
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2938
|
+
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
2939
|
+
attrs: any;
|
|
2940
|
+
slots: Partial<Record<string, (_: {
|
|
2941
|
+
item: any;
|
|
2942
|
+
}) => any>> & {
|
|
2943
|
+
bottom?(_: {}): any;
|
|
2944
|
+
};
|
|
2945
|
+
emit: (e: 'click:row', data: any) => void;
|
|
2946
|
+
}>) => VNode<RendererNode, RendererElement, {
|
|
2947
|
+
[key: string]: any;
|
|
2948
|
+
}> & {
|
|
2949
|
+
__ctx?: {
|
|
2950
|
+
props: {
|
|
2951
|
+
items: TItem[];
|
|
2952
|
+
"onClick:row"?: ((data: any) => any) | undefined;
|
|
2953
|
+
columns: any;
|
|
2954
|
+
itemKey?: string | undefined;
|
|
2955
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2956
|
+
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
2957
|
+
attrs: any;
|
|
2958
|
+
slots: Partial<Record<string, (_: {
|
|
2959
|
+
item: any;
|
|
2960
|
+
}) => any>> & {
|
|
2961
|
+
bottom?(_: {}): any;
|
|
2962
|
+
};
|
|
2963
|
+
emit: (e: 'click:row', data: any) => void;
|
|
2964
|
+
} | undefined;
|
|
2965
|
+
};
|
|
2966
|
+
|
|
2905
2967
|
export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
|
|
2906
2968
|
columnsAll: ColumnInternalValues[];
|
|
2907
2969
|
columnsHidden: Array<string>;
|
|
@@ -3083,9 +3145,9 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
|
|
|
3083
3145
|
enable: DateLimit<DateOption>[];
|
|
3084
3146
|
disabled: boolean;
|
|
3085
3147
|
type: "datetime" | "date";
|
|
3148
|
+
dataCy: string;
|
|
3086
3149
|
required: boolean;
|
|
3087
3150
|
label: string;
|
|
3088
|
-
dataCy: string;
|
|
3089
3151
|
hideLabel: boolean;
|
|
3090
3152
|
clearable: boolean;
|
|
3091
3153
|
hideDetails: boolean;
|
|
@@ -3475,6 +3537,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3475
3537
|
"onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
3476
3538
|
}, {
|
|
3477
3539
|
disabled: boolean;
|
|
3540
|
+
dataCy: string;
|
|
3478
3541
|
collab: {
|
|
3479
3542
|
room: string;
|
|
3480
3543
|
field: string;
|
|
@@ -3482,7 +3545,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3482
3545
|
};
|
|
3483
3546
|
required: boolean;
|
|
3484
3547
|
label: string;
|
|
3485
|
-
dataCy: string;
|
|
3486
3548
|
clearable: boolean;
|
|
3487
3549
|
errorMessage: string;
|
|
3488
3550
|
v: any;
|
|
@@ -3540,13 +3602,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
|
|
|
3540
3602
|
"onClick:append"?: ((data: string | number | null) => any) | undefined;
|
|
3541
3603
|
}, {
|
|
3542
3604
|
disabled: boolean;
|
|
3605
|
+
dataCy: string;
|
|
3543
3606
|
collab: {
|
|
3544
3607
|
room: string;
|
|
3545
3608
|
field: string;
|
|
3546
3609
|
cachedUsers: CollabCachedUsersMap;
|
|
3547
3610
|
};
|
|
3548
3611
|
label: string;
|
|
3549
|
-
dataCy: string;
|
|
3550
3612
|
clearable: boolean;
|
|
3551
3613
|
errorMessage: string;
|
|
3552
3614
|
v: any;
|
|
@@ -3859,13 +3921,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
|
|
|
3859
3921
|
onBlur?: ((data: boolean) => any) | undefined;
|
|
3860
3922
|
}, {
|
|
3861
3923
|
disabled: boolean;
|
|
3924
|
+
dataCy: string;
|
|
3862
3925
|
collab: {
|
|
3863
3926
|
room: string;
|
|
3864
3927
|
field: string;
|
|
3865
3928
|
cachedUsers: CollabCachedUsersMap;
|
|
3866
3929
|
};
|
|
3867
3930
|
label: string;
|
|
3868
|
-
dataCy: string;
|
|
3869
3931
|
hideLabel: boolean;
|
|
3870
3932
|
}, {}>, {
|
|
3871
3933
|
locked?(_: {
|
|
@@ -3937,6 +3999,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
3937
3999
|
appendIcon: string;
|
|
3938
4000
|
disabled: boolean;
|
|
3939
4001
|
prependIcon: string;
|
|
4002
|
+
dataCy: string;
|
|
3940
4003
|
collab: {
|
|
3941
4004
|
room: string;
|
|
3942
4005
|
field: string;
|
|
@@ -3944,7 +4007,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
3944
4007
|
};
|
|
3945
4008
|
required: boolean;
|
|
3946
4009
|
label: string;
|
|
3947
|
-
dataCy: string;
|
|
3948
4010
|
hideLabel: boolean;
|
|
3949
4011
|
errorMessage: string;
|
|
3950
4012
|
v: any;
|
|
@@ -4036,6 +4098,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4036
4098
|
disabled: boolean;
|
|
4037
4099
|
prependIcon: string;
|
|
4038
4100
|
type: string;
|
|
4101
|
+
dataCy: string;
|
|
4039
4102
|
collab: {
|
|
4040
4103
|
room: string;
|
|
4041
4104
|
field: string;
|
|
@@ -4043,7 +4106,6 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4043
4106
|
};
|
|
4044
4107
|
required: boolean;
|
|
4045
4108
|
label: string;
|
|
4046
|
-
dataCy: string;
|
|
4047
4109
|
hideLabel: boolean;
|
|
4048
4110
|
placeholder: string;
|
|
4049
4111
|
persistentPlaceholder: boolean;
|
|
@@ -4119,6 +4181,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4119
4181
|
onBlur?: ((data: any) => any) | undefined;
|
|
4120
4182
|
}, {
|
|
4121
4183
|
disabled: boolean;
|
|
4184
|
+
dataCy: string;
|
|
4122
4185
|
multiple: boolean;
|
|
4123
4186
|
collab: {
|
|
4124
4187
|
room: string;
|
|
@@ -4127,7 +4190,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4127
4190
|
};
|
|
4128
4191
|
required: boolean;
|
|
4129
4192
|
label: string;
|
|
4130
|
-
dataCy: string;
|
|
4131
4193
|
hideLabel: boolean;
|
|
4132
4194
|
clearable: boolean;
|
|
4133
4195
|
hideDetails: boolean;
|
|
@@ -4233,6 +4295,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4233
4295
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
4234
4296
|
}, {
|
|
4235
4297
|
width: number;
|
|
4298
|
+
dataCy: string;
|
|
4236
4299
|
collab: {
|
|
4237
4300
|
room: string;
|
|
4238
4301
|
field: string;
|
|
@@ -4240,7 +4303,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4240
4303
|
};
|
|
4241
4304
|
image: ImageAware;
|
|
4242
4305
|
label: string;
|
|
4243
|
-
dataCy: string;
|
|
4244
4306
|
readonly: boolean;
|
|
4245
4307
|
configName: string;
|
|
4246
4308
|
expandOptions: boolean;
|
|
@@ -4301,8 +4363,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
|
|
|
4301
4363
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
4302
4364
|
}, {
|
|
4303
4365
|
width: number;
|
|
4304
|
-
label: string;
|
|
4305
4366
|
dataCy: string;
|
|
4367
|
+
label: string;
|
|
4306
4368
|
readonly: boolean;
|
|
4307
4369
|
configName: string;
|
|
4308
4370
|
callDeleteApiOnRemove: boolean;
|
|
@@ -4359,7 +4421,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
|
|
|
4359
4421
|
images: ImageAware[];
|
|
4360
4422
|
}, {}>;
|
|
4361
4423
|
|
|
4362
|
-
export declare const AImageWidgetSimple:
|
|
4424
|
+
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
|
|
4363
4425
|
modelValue: IntegerIdNullable | undefined;
|
|
4364
4426
|
image?: ImageAware | ImageCreateUpdateAware | null | undefined;
|
|
4365
4427
|
configName?: string | undefined;
|
|
@@ -4436,7 +4498,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<DefineCompon
|
|
|
4436
4498
|
}): any;
|
|
4437
4499
|
}>;
|
|
4438
4500
|
|
|
4439
|
-
export declare const AJobDetailCommon:
|
|
4501
|
+
export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
|
|
4440
4502
|
job: JobBase<`job${string}`>;
|
|
4441
4503
|
loading?: boolean | undefined;
|
|
4442
4504
|
}>, {
|
|
@@ -4696,7 +4758,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
|
|
|
4696
4758
|
|
|
4697
4759
|
export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
|
|
4698
4760
|
|
|
4699
|
-
export declare const ASortable:
|
|
4761
|
+
export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
|
|
4700
4762
|
modelValue: any;
|
|
4701
4763
|
dirty?: Set<string | number> | undefined;
|
|
4702
4764
|
keyField?: string | undefined;
|
|
@@ -4806,7 +4868,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_20<DefineComponent<__VLS
|
|
|
4806
4868
|
}): any;
|
|
4807
4869
|
}>;
|
|
4808
4870
|
|
|
4809
|
-
export declare const ASortableNested:
|
|
4871
|
+
export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
|
|
4810
4872
|
modelValue: SortableNested<any>;
|
|
4811
4873
|
maxDepth: number;
|
|
4812
4874
|
disableDraggable?: boolean | undefined;
|
|
@@ -5090,9 +5152,9 @@ declare enum AssetSelectReturnType {
|
|
|
5090
5152
|
}
|
|
5091
5153
|
|
|
5092
5154
|
export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
5155
|
+
pagination: Pagination;
|
|
5093
5156
|
submitFilter: Fn;
|
|
5094
5157
|
resetFilter: Fn;
|
|
5095
|
-
pagination: Pagination;
|
|
5096
5158
|
loading?: boolean | undefined;
|
|
5097
5159
|
modelValue?: boolean | undefined;
|
|
5098
5160
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -5134,9 +5196,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5134
5196
|
open: () => void;
|
|
5135
5197
|
}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
5136
5198
|
props: {
|
|
5199
|
+
pagination: Pagination;
|
|
5137
5200
|
submitFilter: Fn;
|
|
5138
5201
|
resetFilter: Fn;
|
|
5139
|
-
pagination: Pagination;
|
|
5140
5202
|
loading?: boolean | undefined;
|
|
5141
5203
|
modelValue?: boolean | undefined;
|
|
5142
5204
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -5182,9 +5244,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5182
5244
|
}> & {
|
|
5183
5245
|
__ctx?: {
|
|
5184
5246
|
props: {
|
|
5247
|
+
pagination: Pagination;
|
|
5185
5248
|
submitFilter: Fn;
|
|
5186
5249
|
resetFilter: Fn;
|
|
5187
|
-
pagination: Pagination;
|
|
5188
5250
|
loading?: boolean | undefined;
|
|
5189
5251
|
modelValue?: boolean | undefined;
|
|
5190
5252
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|