@anzusystems/common-admin 1.40.0-alpha31 → 1.40.0-alpha32
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-UFyNKhDf.js.map +1 -1
- package/package.json +6 -6
|
@@ -1998,8 +1998,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_42<__
|
|
|
1998
1998
|
}, {
|
|
1999
1999
|
size: number;
|
|
2000
2000
|
variant: ButtonVariant;
|
|
2001
|
-
loading: boolean;
|
|
2002
2001
|
dataCy: string;
|
|
2002
|
+
loading: boolean;
|
|
2003
2003
|
buttonClass: string;
|
|
2004
2004
|
buttonT: string;
|
|
2005
2005
|
routeParams: any | undefined;
|
|
@@ -2036,8 +2036,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
|
|
|
2036
2036
|
onSaveRecordAndClose?: (() => any) | undefined;
|
|
2037
2037
|
}, {
|
|
2038
2038
|
disabled: boolean;
|
|
2039
|
-
loading: boolean;
|
|
2040
2039
|
dataCy: string;
|
|
2040
|
+
loading: boolean;
|
|
2041
2041
|
buttonClass: string;
|
|
2042
2042
|
buttonT: string;
|
|
2043
2043
|
}, {}>;
|
|
@@ -2082,8 +2082,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_44<__
|
|
|
2082
2082
|
size: number;
|
|
2083
2083
|
variant: ButtonVariant;
|
|
2084
2084
|
disabled: boolean;
|
|
2085
|
-
loading: boolean;
|
|
2086
2085
|
dataCy: string;
|
|
2086
|
+
loading: boolean;
|
|
2087
2087
|
buttonClass: string;
|
|
2088
2088
|
buttonT: string;
|
|
2089
2089
|
}, {}>;
|
|
@@ -2321,8 +2321,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS
|
|
|
2321
2321
|
variant: ButtonVariantText;
|
|
2322
2322
|
rounded: "pill";
|
|
2323
2323
|
disabled: boolean;
|
|
2324
|
-
loading: boolean;
|
|
2325
2324
|
dataCy: string;
|
|
2325
|
+
loading: boolean;
|
|
2326
2326
|
buttonClass: string;
|
|
2327
2327
|
buttonT: string;
|
|
2328
2328
|
disableMore: boolean;
|
|
@@ -3074,9 +3074,9 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
|
|
|
3074
3074
|
enable: DateLimit<DateOption>[];
|
|
3075
3075
|
disabled: boolean;
|
|
3076
3076
|
type: "datetime" | "date";
|
|
3077
|
+
dataCy: string;
|
|
3077
3078
|
required: boolean;
|
|
3078
3079
|
label: string;
|
|
3079
|
-
dataCy: string;
|
|
3080
3080
|
hideLabel: boolean;
|
|
3081
3081
|
clearable: boolean;
|
|
3082
3082
|
hideDetails: boolean;
|
|
@@ -3466,6 +3466,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3466
3466
|
"onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
3467
3467
|
}, {
|
|
3468
3468
|
disabled: boolean;
|
|
3469
|
+
dataCy: string;
|
|
3469
3470
|
collab: {
|
|
3470
3471
|
room: string;
|
|
3471
3472
|
field: string;
|
|
@@ -3473,7 +3474,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3473
3474
|
};
|
|
3474
3475
|
required: boolean;
|
|
3475
3476
|
label: string;
|
|
3476
|
-
dataCy: string;
|
|
3477
3477
|
clearable: boolean;
|
|
3478
3478
|
errorMessage: string;
|
|
3479
3479
|
v: any;
|
|
@@ -3531,13 +3531,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
|
|
|
3531
3531
|
"onClick:append"?: ((data: string | number | null) => any) | undefined;
|
|
3532
3532
|
}, {
|
|
3533
3533
|
disabled: boolean;
|
|
3534
|
+
dataCy: string;
|
|
3534
3535
|
collab: {
|
|
3535
3536
|
room: string;
|
|
3536
3537
|
field: string;
|
|
3537
3538
|
cachedUsers: CollabCachedUsersMap;
|
|
3538
3539
|
};
|
|
3539
3540
|
label: string;
|
|
3540
|
-
dataCy: string;
|
|
3541
3541
|
clearable: boolean;
|
|
3542
3542
|
errorMessage: string;
|
|
3543
3543
|
v: any;
|
|
@@ -3850,13 +3850,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
|
|
|
3850
3850
|
onBlur?: ((data: boolean) => any) | undefined;
|
|
3851
3851
|
}, {
|
|
3852
3852
|
disabled: boolean;
|
|
3853
|
+
dataCy: string;
|
|
3853
3854
|
collab: {
|
|
3854
3855
|
room: string;
|
|
3855
3856
|
field: string;
|
|
3856
3857
|
cachedUsers: CollabCachedUsersMap;
|
|
3857
3858
|
};
|
|
3858
3859
|
label: string;
|
|
3859
|
-
dataCy: string;
|
|
3860
3860
|
hideLabel: boolean;
|
|
3861
3861
|
}, {}>, {
|
|
3862
3862
|
locked?(_: {
|
|
@@ -3928,6 +3928,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
3928
3928
|
appendIcon: string;
|
|
3929
3929
|
disabled: boolean;
|
|
3930
3930
|
prependIcon: string;
|
|
3931
|
+
dataCy: string;
|
|
3931
3932
|
collab: {
|
|
3932
3933
|
room: string;
|
|
3933
3934
|
field: string;
|
|
@@ -3935,7 +3936,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
3935
3936
|
};
|
|
3936
3937
|
required: boolean;
|
|
3937
3938
|
label: string;
|
|
3938
|
-
dataCy: string;
|
|
3939
3939
|
hideLabel: boolean;
|
|
3940
3940
|
errorMessage: string;
|
|
3941
3941
|
v: any;
|
|
@@ -4027,6 +4027,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4027
4027
|
disabled: boolean;
|
|
4028
4028
|
prependIcon: string;
|
|
4029
4029
|
type: string;
|
|
4030
|
+
dataCy: string;
|
|
4030
4031
|
collab: {
|
|
4031
4032
|
room: string;
|
|
4032
4033
|
field: string;
|
|
@@ -4034,7 +4035,6 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4034
4035
|
};
|
|
4035
4036
|
required: boolean;
|
|
4036
4037
|
label: string;
|
|
4037
|
-
dataCy: string;
|
|
4038
4038
|
hideLabel: boolean;
|
|
4039
4039
|
placeholder: string;
|
|
4040
4040
|
persistentPlaceholder: boolean;
|
|
@@ -4110,6 +4110,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4110
4110
|
onBlur?: ((data: any) => any) | undefined;
|
|
4111
4111
|
}, {
|
|
4112
4112
|
disabled: boolean;
|
|
4113
|
+
dataCy: string;
|
|
4113
4114
|
multiple: boolean;
|
|
4114
4115
|
collab: {
|
|
4115
4116
|
room: string;
|
|
@@ -4118,7 +4119,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4118
4119
|
};
|
|
4119
4120
|
required: boolean;
|
|
4120
4121
|
label: string;
|
|
4121
|
-
dataCy: string;
|
|
4122
4122
|
hideLabel: boolean;
|
|
4123
4123
|
clearable: boolean;
|
|
4124
4124
|
hideDetails: boolean;
|
|
@@ -4224,6 +4224,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
|
|
|
4224
4224
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
4225
4225
|
}, {
|
|
4226
4226
|
width: number;
|
|
4227
|
+
dataCy: string;
|
|
4227
4228
|
collab: {
|
|
4228
4229
|
room: string;
|
|
4229
4230
|
field: string;
|
|
@@ -4231,7 +4232,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
|
|
|
4231
4232
|
};
|
|
4232
4233
|
image: ImageAware;
|
|
4233
4234
|
label: string;
|
|
4234
|
-
dataCy: string;
|
|
4235
4235
|
readonly: boolean;
|
|
4236
4236
|
configName: string;
|
|
4237
4237
|
expandOptions: boolean;
|
|
@@ -4292,8 +4292,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_66
|
|
|
4292
4292
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
4293
4293
|
}, {
|
|
4294
4294
|
width: number;
|
|
4295
|
-
label: string;
|
|
4296
4295
|
dataCy: string;
|
|
4296
|
+
label: string;
|
|
4297
4297
|
readonly: boolean;
|
|
4298
4298
|
configName: string;
|
|
4299
4299
|
callDeleteApiOnRemove: boolean;
|
|
@@ -5081,9 +5081,9 @@ declare enum AssetSelectReturnType {
|
|
|
5081
5081
|
}
|
|
5082
5082
|
|
|
5083
5083
|
export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
5084
|
+
pagination: Pagination;
|
|
5084
5085
|
submitFilter: Fn;
|
|
5085
5086
|
resetFilter: Fn;
|
|
5086
|
-
pagination: Pagination;
|
|
5087
5087
|
loading?: boolean | undefined;
|
|
5088
5088
|
modelValue?: boolean | undefined;
|
|
5089
5089
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -5125,9 +5125,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5125
5125
|
open: () => void;
|
|
5126
5126
|
}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
5127
5127
|
props: {
|
|
5128
|
+
pagination: Pagination;
|
|
5128
5129
|
submitFilter: Fn;
|
|
5129
5130
|
resetFilter: Fn;
|
|
5130
|
-
pagination: Pagination;
|
|
5131
5131
|
loading?: boolean | undefined;
|
|
5132
5132
|
modelValue?: boolean | undefined;
|
|
5133
5133
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -5173,9 +5173,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5173
5173
|
}> & {
|
|
5174
5174
|
__ctx?: {
|
|
5175
5175
|
props: {
|
|
5176
|
+
pagination: Pagination;
|
|
5176
5177
|
submitFilter: Fn;
|
|
5177
5178
|
resetFilter: Fn;
|
|
5178
|
-
pagination: Pagination;
|
|
5179
5179
|
loading?: boolean | undefined;
|
|
5180
5180
|
modelValue?: boolean | undefined;
|
|
5181
5181
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|