@anzusystems/common-admin 1.42.0 → 1.43.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 +16 -16
- package/dist/lib-iohqH_6L.js.map +1 -1
- package/package.json +3 -3
|
@@ -1977,8 +1977,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
|
|
|
1977
1977
|
}, {
|
|
1978
1978
|
size: number;
|
|
1979
1979
|
variant: ButtonVariant;
|
|
1980
|
-
dataCy: string;
|
|
1981
1980
|
loading: boolean;
|
|
1981
|
+
dataCy: string;
|
|
1982
1982
|
buttonClass: string;
|
|
1983
1983
|
buttonT: string;
|
|
1984
1984
|
routeParams: any | undefined;
|
|
@@ -2015,8 +2015,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
|
|
|
2015
2015
|
onSaveRecordAndClose?: (() => any) | undefined;
|
|
2016
2016
|
}, {
|
|
2017
2017
|
disabled: boolean;
|
|
2018
|
-
dataCy: string;
|
|
2019
2018
|
loading: boolean;
|
|
2019
|
+
dataCy: string;
|
|
2020
2020
|
buttonClass: string;
|
|
2021
2021
|
buttonT: string;
|
|
2022
2022
|
}, {}>;
|
|
@@ -2061,8 +2061,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
|
|
|
2061
2061
|
size: number;
|
|
2062
2062
|
variant: ButtonVariant;
|
|
2063
2063
|
disabled: boolean;
|
|
2064
|
-
dataCy: string;
|
|
2065
2064
|
loading: boolean;
|
|
2065
|
+
dataCy: string;
|
|
2066
2066
|
buttonClass: string;
|
|
2067
2067
|
buttonT: string;
|
|
2068
2068
|
}, {}>;
|
|
@@ -2300,8 +2300,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS
|
|
|
2300
2300
|
variant: ButtonVariantText;
|
|
2301
2301
|
rounded: "pill";
|
|
2302
2302
|
disabled: boolean;
|
|
2303
|
-
dataCy: string;
|
|
2304
2303
|
loading: boolean;
|
|
2304
|
+
dataCy: string;
|
|
2305
2305
|
buttonClass: string;
|
|
2306
2306
|
buttonT: string;
|
|
2307
2307
|
disableMore: boolean;
|
|
@@ -3083,9 +3083,9 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
|
|
|
3083
3083
|
enable: DateLimit<DateOption>[];
|
|
3084
3084
|
disabled: boolean;
|
|
3085
3085
|
type: "datetime" | "date";
|
|
3086
|
-
dataCy: string;
|
|
3087
3086
|
required: boolean;
|
|
3088
3087
|
label: string;
|
|
3088
|
+
dataCy: string;
|
|
3089
3089
|
hideLabel: boolean;
|
|
3090
3090
|
clearable: boolean;
|
|
3091
3091
|
hideDetails: boolean;
|
|
@@ -3475,7 +3475,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3475
3475
|
"onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
3476
3476
|
}, {
|
|
3477
3477
|
disabled: boolean;
|
|
3478
|
-
dataCy: string;
|
|
3479
3478
|
collab: {
|
|
3480
3479
|
room: string;
|
|
3481
3480
|
field: string;
|
|
@@ -3483,6 +3482,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3483
3482
|
};
|
|
3484
3483
|
required: boolean;
|
|
3485
3484
|
label: string;
|
|
3485
|
+
dataCy: string;
|
|
3486
3486
|
clearable: boolean;
|
|
3487
3487
|
errorMessage: string;
|
|
3488
3488
|
v: any;
|
|
@@ -3540,13 +3540,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
|
|
|
3540
3540
|
"onClick:append"?: ((data: string | number | null) => any) | undefined;
|
|
3541
3541
|
}, {
|
|
3542
3542
|
disabled: boolean;
|
|
3543
|
-
dataCy: string;
|
|
3544
3543
|
collab: {
|
|
3545
3544
|
room: string;
|
|
3546
3545
|
field: string;
|
|
3547
3546
|
cachedUsers: CollabCachedUsersMap;
|
|
3548
3547
|
};
|
|
3549
3548
|
label: string;
|
|
3549
|
+
dataCy: string;
|
|
3550
3550
|
clearable: boolean;
|
|
3551
3551
|
errorMessage: string;
|
|
3552
3552
|
v: any;
|
|
@@ -3859,13 +3859,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
|
|
|
3859
3859
|
onBlur?: ((data: boolean) => any) | undefined;
|
|
3860
3860
|
}, {
|
|
3861
3861
|
disabled: boolean;
|
|
3862
|
-
dataCy: string;
|
|
3863
3862
|
collab: {
|
|
3864
3863
|
room: string;
|
|
3865
3864
|
field: string;
|
|
3866
3865
|
cachedUsers: CollabCachedUsersMap;
|
|
3867
3866
|
};
|
|
3868
3867
|
label: string;
|
|
3868
|
+
dataCy: string;
|
|
3869
3869
|
hideLabel: boolean;
|
|
3870
3870
|
}, {}>, {
|
|
3871
3871
|
locked?(_: {
|
|
@@ -3937,7 +3937,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
3937
3937
|
appendIcon: string;
|
|
3938
3938
|
disabled: boolean;
|
|
3939
3939
|
prependIcon: string;
|
|
3940
|
-
dataCy: string;
|
|
3941
3940
|
collab: {
|
|
3942
3941
|
room: string;
|
|
3943
3942
|
field: string;
|
|
@@ -3945,6 +3944,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
3945
3944
|
};
|
|
3946
3945
|
required: boolean;
|
|
3947
3946
|
label: string;
|
|
3947
|
+
dataCy: string;
|
|
3948
3948
|
hideLabel: boolean;
|
|
3949
3949
|
errorMessage: string;
|
|
3950
3950
|
v: any;
|
|
@@ -4036,7 +4036,6 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4036
4036
|
disabled: boolean;
|
|
4037
4037
|
prependIcon: string;
|
|
4038
4038
|
type: string;
|
|
4039
|
-
dataCy: string;
|
|
4040
4039
|
collab: {
|
|
4041
4040
|
room: string;
|
|
4042
4041
|
field: string;
|
|
@@ -4044,6 +4043,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4044
4043
|
};
|
|
4045
4044
|
required: boolean;
|
|
4046
4045
|
label: string;
|
|
4046
|
+
dataCy: string;
|
|
4047
4047
|
hideLabel: boolean;
|
|
4048
4048
|
placeholder: string;
|
|
4049
4049
|
persistentPlaceholder: boolean;
|
|
@@ -4119,7 +4119,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4119
4119
|
onBlur?: ((data: any) => any) | undefined;
|
|
4120
4120
|
}, {
|
|
4121
4121
|
disabled: boolean;
|
|
4122
|
-
dataCy: string;
|
|
4123
4122
|
multiple: boolean;
|
|
4124
4123
|
collab: {
|
|
4125
4124
|
room: string;
|
|
@@ -4128,6 +4127,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4128
4127
|
};
|
|
4129
4128
|
required: boolean;
|
|
4130
4129
|
label: string;
|
|
4130
|
+
dataCy: string;
|
|
4131
4131
|
hideLabel: boolean;
|
|
4132
4132
|
clearable: boolean;
|
|
4133
4133
|
hideDetails: boolean;
|
|
@@ -4233,7 +4233,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4233
4233
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
4234
4234
|
}, {
|
|
4235
4235
|
width: number;
|
|
4236
|
-
dataCy: string;
|
|
4237
4236
|
collab: {
|
|
4238
4237
|
room: string;
|
|
4239
4238
|
field: string;
|
|
@@ -4241,6 +4240,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4241
4240
|
};
|
|
4242
4241
|
image: ImageAware;
|
|
4243
4242
|
label: string;
|
|
4243
|
+
dataCy: string;
|
|
4244
4244
|
readonly: boolean;
|
|
4245
4245
|
configName: string;
|
|
4246
4246
|
expandOptions: boolean;
|
|
@@ -4301,8 +4301,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
|
|
|
4301
4301
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
4302
4302
|
}, {
|
|
4303
4303
|
width: number;
|
|
4304
|
-
dataCy: string;
|
|
4305
4304
|
label: string;
|
|
4305
|
+
dataCy: string;
|
|
4306
4306
|
readonly: boolean;
|
|
4307
4307
|
configName: string;
|
|
4308
4308
|
callDeleteApiOnRemove: boolean;
|
|
@@ -5090,9 +5090,9 @@ declare enum AssetSelectReturnType {
|
|
|
5090
5090
|
}
|
|
5091
5091
|
|
|
5092
5092
|
export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
5093
|
-
pagination: Pagination;
|
|
5094
5093
|
submitFilter: Fn;
|
|
5095
5094
|
resetFilter: Fn;
|
|
5095
|
+
pagination: Pagination;
|
|
5096
5096
|
loading?: boolean | undefined;
|
|
5097
5097
|
modelValue?: boolean | undefined;
|
|
5098
5098
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -5134,9 +5134,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5134
5134
|
open: () => void;
|
|
5135
5135
|
}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
5136
5136
|
props: {
|
|
5137
|
-
pagination: Pagination;
|
|
5138
5137
|
submitFilter: Fn;
|
|
5139
5138
|
resetFilter: Fn;
|
|
5139
|
+
pagination: Pagination;
|
|
5140
5140
|
loading?: boolean | undefined;
|
|
5141
5141
|
modelValue?: boolean | undefined;
|
|
5142
5142
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -5182,9 +5182,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5182
5182
|
}> & {
|
|
5183
5183
|
__ctx?: {
|
|
5184
5184
|
props: {
|
|
5185
|
-
pagination: Pagination;
|
|
5186
5185
|
submitFilter: Fn;
|
|
5187
5186
|
resetFilter: Fn;
|
|
5187
|
+
pagination: Pagination;
|
|
5188
5188
|
loading?: boolean | undefined;
|
|
5189
5189
|
modelValue?: boolean | undefined;
|
|
5190
5190
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|