@anzusystems/common-admin 1.44.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 +65 -16
- package/dist/common-admin.es.js +274 -273
- package/dist/{lib-FDzcrIKi.js → lib-H1vTJMHB.js} +4498 -4424
- package/dist/lib-H1vTJMHB.js.map +1 -0
- package/dist/{shortcut-buttons-flatpickr-zPJPBNKc.js → shortcut-buttons-flatpickr-GwDF1zya.js} +2 -2
- package/dist/{shortcut-buttons-flatpickr-zPJPBNKc.js.map → shortcut-buttons-flatpickr-GwDF1zya.js.map} +1 -1
- package/dist/{webfontloader-6GrI1eHT.js → webfontloader-wSUX2ZdO.js} +2 -2
- package/dist/{webfontloader-6GrI1eHT.js.map → webfontloader-wSUX2ZdO.js.map} +1 -1
- package/package.json +8 -8
- package/dist/lib-FDzcrIKi.js.map +0 -1
|
@@ -1983,8 +1983,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
|
|
|
1983
1983
|
}, {
|
|
1984
1984
|
size: number;
|
|
1985
1985
|
variant: ButtonVariant;
|
|
1986
|
-
loading: boolean;
|
|
1987
1986
|
dataCy: string;
|
|
1987
|
+
loading: boolean;
|
|
1988
1988
|
buttonClass: string;
|
|
1989
1989
|
buttonT: string;
|
|
1990
1990
|
routeParams: any | undefined;
|
|
@@ -2021,8 +2021,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
|
|
|
2021
2021
|
onSaveRecordAndClose?: (() => any) | undefined;
|
|
2022
2022
|
}, {
|
|
2023
2023
|
disabled: boolean;
|
|
2024
|
-
loading: boolean;
|
|
2025
2024
|
dataCy: string;
|
|
2025
|
+
loading: boolean;
|
|
2026
2026
|
buttonClass: string;
|
|
2027
2027
|
buttonT: string;
|
|
2028
2028
|
}, {}>;
|
|
@@ -2067,8 +2067,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
|
|
|
2067
2067
|
size: number;
|
|
2068
2068
|
variant: ButtonVariant;
|
|
2069
2069
|
disabled: boolean;
|
|
2070
|
-
loading: boolean;
|
|
2071
2070
|
dataCy: string;
|
|
2071
|
+
loading: boolean;
|
|
2072
2072
|
buttonClass: string;
|
|
2073
2073
|
buttonT: string;
|
|
2074
2074
|
}, {}>;
|
|
@@ -2306,8 +2306,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
|
|
|
2306
2306
|
variant: ButtonVariantText;
|
|
2307
2307
|
rounded: "pill";
|
|
2308
2308
|
disabled: boolean;
|
|
2309
|
-
loading: boolean;
|
|
2310
2309
|
dataCy: string;
|
|
2310
|
+
loading: boolean;
|
|
2311
2311
|
buttonClass: string;
|
|
2312
2312
|
buttonT: string;
|
|
2313
2313
|
disableMore: boolean;
|
|
@@ -2915,6 +2915,55 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
|
|
|
2915
2915
|
validationScope: string | number | boolean | symbol;
|
|
2916
2916
|
}, {}>;
|
|
2917
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
|
+
|
|
2918
2967
|
export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
|
|
2919
2968
|
columnsAll: ColumnInternalValues[];
|
|
2920
2969
|
columnsHidden: Array<string>;
|
|
@@ -3096,9 +3145,9 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
|
|
|
3096
3145
|
enable: DateLimit<DateOption>[];
|
|
3097
3146
|
disabled: boolean;
|
|
3098
3147
|
type: "datetime" | "date";
|
|
3148
|
+
dataCy: string;
|
|
3099
3149
|
required: boolean;
|
|
3100
3150
|
label: string;
|
|
3101
|
-
dataCy: string;
|
|
3102
3151
|
hideLabel: boolean;
|
|
3103
3152
|
clearable: boolean;
|
|
3104
3153
|
hideDetails: boolean;
|
|
@@ -3488,6 +3537,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3488
3537
|
"onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
3489
3538
|
}, {
|
|
3490
3539
|
disabled: boolean;
|
|
3540
|
+
dataCy: string;
|
|
3491
3541
|
collab: {
|
|
3492
3542
|
room: string;
|
|
3493
3543
|
field: string;
|
|
@@ -3495,7 +3545,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3495
3545
|
};
|
|
3496
3546
|
required: boolean;
|
|
3497
3547
|
label: string;
|
|
3498
|
-
dataCy: string;
|
|
3499
3548
|
clearable: boolean;
|
|
3500
3549
|
errorMessage: string;
|
|
3501
3550
|
v: any;
|
|
@@ -3553,13 +3602,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
|
|
|
3553
3602
|
"onClick:append"?: ((data: string | number | null) => any) | undefined;
|
|
3554
3603
|
}, {
|
|
3555
3604
|
disabled: boolean;
|
|
3605
|
+
dataCy: string;
|
|
3556
3606
|
collab: {
|
|
3557
3607
|
room: string;
|
|
3558
3608
|
field: string;
|
|
3559
3609
|
cachedUsers: CollabCachedUsersMap;
|
|
3560
3610
|
};
|
|
3561
3611
|
label: string;
|
|
3562
|
-
dataCy: string;
|
|
3563
3612
|
clearable: boolean;
|
|
3564
3613
|
errorMessage: string;
|
|
3565
3614
|
v: any;
|
|
@@ -3872,13 +3921,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
|
|
|
3872
3921
|
onBlur?: ((data: boolean) => any) | undefined;
|
|
3873
3922
|
}, {
|
|
3874
3923
|
disabled: boolean;
|
|
3924
|
+
dataCy: string;
|
|
3875
3925
|
collab: {
|
|
3876
3926
|
room: string;
|
|
3877
3927
|
field: string;
|
|
3878
3928
|
cachedUsers: CollabCachedUsersMap;
|
|
3879
3929
|
};
|
|
3880
3930
|
label: string;
|
|
3881
|
-
dataCy: string;
|
|
3882
3931
|
hideLabel: boolean;
|
|
3883
3932
|
}, {}>, {
|
|
3884
3933
|
locked?(_: {
|
|
@@ -3950,6 +3999,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
3950
3999
|
appendIcon: string;
|
|
3951
4000
|
disabled: boolean;
|
|
3952
4001
|
prependIcon: string;
|
|
4002
|
+
dataCy: string;
|
|
3953
4003
|
collab: {
|
|
3954
4004
|
room: string;
|
|
3955
4005
|
field: string;
|
|
@@ -3957,7 +4007,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
3957
4007
|
};
|
|
3958
4008
|
required: boolean;
|
|
3959
4009
|
label: string;
|
|
3960
|
-
dataCy: string;
|
|
3961
4010
|
hideLabel: boolean;
|
|
3962
4011
|
errorMessage: string;
|
|
3963
4012
|
v: any;
|
|
@@ -4049,6 +4098,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4049
4098
|
disabled: boolean;
|
|
4050
4099
|
prependIcon: string;
|
|
4051
4100
|
type: string;
|
|
4101
|
+
dataCy: string;
|
|
4052
4102
|
collab: {
|
|
4053
4103
|
room: string;
|
|
4054
4104
|
field: string;
|
|
@@ -4056,7 +4106,6 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4056
4106
|
};
|
|
4057
4107
|
required: boolean;
|
|
4058
4108
|
label: string;
|
|
4059
|
-
dataCy: string;
|
|
4060
4109
|
hideLabel: boolean;
|
|
4061
4110
|
placeholder: string;
|
|
4062
4111
|
persistentPlaceholder: boolean;
|
|
@@ -4132,6 +4181,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4132
4181
|
onBlur?: ((data: any) => any) | undefined;
|
|
4133
4182
|
}, {
|
|
4134
4183
|
disabled: boolean;
|
|
4184
|
+
dataCy: string;
|
|
4135
4185
|
multiple: boolean;
|
|
4136
4186
|
collab: {
|
|
4137
4187
|
room: string;
|
|
@@ -4140,7 +4190,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4140
4190
|
};
|
|
4141
4191
|
required: boolean;
|
|
4142
4192
|
label: string;
|
|
4143
|
-
dataCy: string;
|
|
4144
4193
|
hideLabel: boolean;
|
|
4145
4194
|
clearable: boolean;
|
|
4146
4195
|
hideDetails: boolean;
|
|
@@ -4246,6 +4295,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4246
4295
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
4247
4296
|
}, {
|
|
4248
4297
|
width: number;
|
|
4298
|
+
dataCy: string;
|
|
4249
4299
|
collab: {
|
|
4250
4300
|
room: string;
|
|
4251
4301
|
field: string;
|
|
@@ -4253,7 +4303,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4253
4303
|
};
|
|
4254
4304
|
image: ImageAware;
|
|
4255
4305
|
label: string;
|
|
4256
|
-
dataCy: string;
|
|
4257
4306
|
readonly: boolean;
|
|
4258
4307
|
configName: string;
|
|
4259
4308
|
expandOptions: boolean;
|
|
@@ -4314,8 +4363,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
|
|
|
4314
4363
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
4315
4364
|
}, {
|
|
4316
4365
|
width: number;
|
|
4317
|
-
label: string;
|
|
4318
4366
|
dataCy: string;
|
|
4367
|
+
label: string;
|
|
4319
4368
|
readonly: boolean;
|
|
4320
4369
|
configName: string;
|
|
4321
4370
|
callDeleteApiOnRemove: boolean;
|
|
@@ -5103,9 +5152,9 @@ declare enum AssetSelectReturnType {
|
|
|
5103
5152
|
}
|
|
5104
5153
|
|
|
5105
5154
|
export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
5155
|
+
pagination: Pagination;
|
|
5106
5156
|
submitFilter: Fn;
|
|
5107
5157
|
resetFilter: Fn;
|
|
5108
|
-
pagination: Pagination;
|
|
5109
5158
|
loading?: boolean | undefined;
|
|
5110
5159
|
modelValue?: boolean | undefined;
|
|
5111
5160
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -5147,9 +5196,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5147
5196
|
open: () => void;
|
|
5148
5197
|
}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
5149
5198
|
props: {
|
|
5199
|
+
pagination: Pagination;
|
|
5150
5200
|
submitFilter: Fn;
|
|
5151
5201
|
resetFilter: Fn;
|
|
5152
|
-
pagination: Pagination;
|
|
5153
5202
|
loading?: boolean | undefined;
|
|
5154
5203
|
modelValue?: boolean | undefined;
|
|
5155
5204
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -5195,9 +5244,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5195
5244
|
}> & {
|
|
5196
5245
|
__ctx?: {
|
|
5197
5246
|
props: {
|
|
5247
|
+
pagination: Pagination;
|
|
5198
5248
|
submitFilter: Fn;
|
|
5199
5249
|
resetFilter: Fn;
|
|
5200
|
-
pagination: Pagination;
|
|
5201
5250
|
loading?: boolean | undefined;
|
|
5202
5251
|
modelValue?: boolean | undefined;
|
|
5203
5252
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|