@anzusystems/common-admin 1.46.0-alpha8 → 1.46.0-alpha9

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.
@@ -2002,8 +2002,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
2002
2002
  }, {
2003
2003
  size: number;
2004
2004
  variant: ButtonVariant;
2005
- dataCy: string;
2006
2005
  loading: boolean;
2006
+ dataCy: string;
2007
2007
  buttonClass: string;
2008
2008
  buttonT: string;
2009
2009
  routeParams: any | undefined;
@@ -2040,8 +2040,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2040
2040
  onSaveRecordAndClose?: (() => any) | undefined;
2041
2041
  }, {
2042
2042
  disabled: boolean;
2043
- dataCy: string;
2044
2043
  loading: boolean;
2044
+ dataCy: string;
2045
2045
  buttonClass: string;
2046
2046
  buttonT: string;
2047
2047
  }, {}>;
@@ -2086,8 +2086,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
2086
2086
  size: number;
2087
2087
  variant: ButtonVariant;
2088
2088
  disabled: boolean;
2089
- dataCy: string;
2090
2089
  loading: boolean;
2090
+ dataCy: string;
2091
2091
  buttonClass: string;
2092
2092
  buttonT: string;
2093
2093
  }, {}>;
@@ -2271,8 +2271,8 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS
2271
2271
  }>>> & {
2272
2272
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
2273
2273
  }, {
2274
- dataCy: string;
2275
2274
  label: string;
2275
+ dataCy: string;
2276
2276
  }, {}>;
2277
2277
 
2278
2278
  export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
@@ -2348,8 +2348,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2348
2348
  variant: ButtonVariantText;
2349
2349
  rounded: "pill";
2350
2350
  disabled: boolean;
2351
- dataCy: string;
2352
2351
  loading: boolean;
2352
+ dataCy: string;
2353
2353
  buttonClass: string;
2354
2354
  buttonT: string;
2355
2355
  disableMore: boolean;
@@ -3172,10 +3172,10 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3172
3172
  }, {
3173
3173
  disabled: boolean;
3174
3174
  type: "datetime";
3175
- dataCy: string;
3176
3175
  placeholder: string;
3177
3176
  required: boolean;
3178
3177
  label: string;
3178
+ dataCy: string;
3179
3179
  hideLabel: boolean;
3180
3180
  clearable: boolean;
3181
3181
  hideDetails: boolean;
@@ -3334,8 +3334,8 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_T
3334
3334
  placeholder: undefined;
3335
3335
  dataCy: string;
3336
3336
  }>>>, {
3337
- dataCy: string;
3338
3337
  placeholder: string;
3338
+ dataCy: string;
3339
3339
  filterId: Filter<any>;
3340
3340
  filterDocId: Filter<any>;
3341
3341
  filterText: Filter<any>;
@@ -3427,8 +3427,8 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_
3427
3427
  }>>> & {
3428
3428
  "onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
3429
3429
  }, {
3430
- dataCy: string;
3431
3430
  placeholder: string;
3431
+ dataCy: string;
3432
3432
  }, {}>;
3433
3433
 
3434
3434
  export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
@@ -3562,7 +3562,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3562
3562
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3563
3563
  }, {
3564
3564
  disabled: boolean;
3565
- dataCy: string;
3566
3565
  collab: {
3567
3566
  room: string;
3568
3567
  field: string;
@@ -3570,6 +3569,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3570
3569
  };
3571
3570
  required: boolean;
3572
3571
  label: string;
3572
+ dataCy: string;
3573
3573
  clearable: boolean;
3574
3574
  errorMessage: string;
3575
3575
  v: any;
@@ -3627,13 +3627,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3627
3627
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3628
3628
  }, {
3629
3629
  disabled: boolean;
3630
- dataCy: string;
3631
3630
  collab: {
3632
3631
  room: string;
3633
3632
  field: string;
3634
3633
  cachedUsers: CollabCachedUsersMap;
3635
3634
  };
3636
3635
  label: string;
3636
+ dataCy: string;
3637
3637
  clearable: boolean;
3638
3638
  errorMessage: string;
3639
3639
  v: any;
@@ -3727,12 +3727,12 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3727
3727
  }, {
3728
3728
  disabled: boolean;
3729
3729
  multiple: boolean;
3730
- loading: boolean;
3731
3730
  collab: {
3732
3731
  room: string;
3733
3732
  field: string;
3734
3733
  cachedUsers: CollabCachedUsersMap;
3735
3734
  };
3735
+ loading: boolean;
3736
3736
  required: boolean;
3737
3737
  label: string;
3738
3738
  hideLabel: boolean;
@@ -3946,13 +3946,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
3946
3946
  onBlur?: ((data: boolean) => any) | undefined;
3947
3947
  }, {
3948
3948
  disabled: boolean;
3949
- dataCy: string;
3950
3949
  collab: {
3951
3950
  room: string;
3952
3951
  field: string;
3953
3952
  cachedUsers: CollabCachedUsersMap;
3954
3953
  };
3955
3954
  label: string;
3955
+ dataCy: string;
3956
3956
  hideLabel: boolean;
3957
3957
  }, {}>, {
3958
3958
  locked?(_: {
@@ -4024,7 +4024,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4024
4024
  appendIcon: string;
4025
4025
  disabled: boolean;
4026
4026
  prependIcon: string;
4027
- dataCy: string;
4028
4027
  collab: {
4029
4028
  room: string;
4030
4029
  field: string;
@@ -4032,6 +4031,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4032
4031
  };
4033
4032
  required: boolean;
4034
4033
  label: string;
4034
+ dataCy: string;
4035
4035
  hideLabel: boolean;
4036
4036
  errorMessage: string;
4037
4037
  v: any;
@@ -4123,15 +4123,15 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4123
4123
  disabled: boolean;
4124
4124
  prependIcon: string;
4125
4125
  type: string;
4126
- dataCy: string;
4127
- placeholder: string;
4128
4126
  collab: {
4129
4127
  room: string;
4130
4128
  field: string;
4131
4129
  cachedUsers: CollabCachedUsersMap;
4132
4130
  };
4131
+ placeholder: string;
4133
4132
  required: boolean;
4134
4133
  label: string;
4134
+ dataCy: string;
4135
4135
  step: number;
4136
4136
  maxlength: number;
4137
4137
  hideLabel: boolean;
@@ -4206,7 +4206,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4206
4206
  onBlur?: ((data: any) => any) | undefined;
4207
4207
  }, {
4208
4208
  disabled: boolean;
4209
- dataCy: string;
4210
4209
  multiple: boolean;
4211
4210
  collab: {
4212
4211
  room: string;
@@ -4215,6 +4214,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4215
4214
  };
4216
4215
  required: boolean;
4217
4216
  label: string;
4217
+ dataCy: string;
4218
4218
  hideLabel: boolean;
4219
4219
  clearable: boolean;
4220
4220
  hideDetails: boolean;
@@ -4324,7 +4324,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4324
4324
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
4325
4325
  }, {
4326
4326
  width: number;
4327
- dataCy: string;
4328
4327
  collab: {
4329
4328
  room: string;
4330
4329
  field: string;
@@ -4333,6 +4332,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4333
4332
  image: ImageAware;
4334
4333
  required: boolean;
4335
4334
  label: string;
4335
+ dataCy: string;
4336
4336
  readonly: boolean;
4337
4337
  configName: string;
4338
4338
  expandOptions: boolean;
@@ -4393,8 +4393,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
4393
4393
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4394
4394
  }, {
4395
4395
  width: number;
4396
- dataCy: string;
4397
4396
  label: string;
4397
+ dataCy: string;
4398
4398
  readonly: boolean;
4399
4399
  configName: string;
4400
4400
  callDeleteApiOnRemove: boolean;
@@ -5182,10 +5182,10 @@ declare enum AssetSelectReturnType {
5182
5182
  }
5183
5183
 
5184
5184
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5185
- pagination: Pagination;
5186
- loading?: boolean | undefined;
5187
5185
  submitFilter: Fn;
5188
5186
  resetFilter: Fn;
5187
+ pagination: Pagination;
5188
+ loading?: boolean | undefined;
5189
5189
  modelValue?: boolean | undefined;
5190
5190
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5191
5191
  onOnOpen?: (() => any) | undefined;
@@ -5226,10 +5226,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5226
5226
  open: () => void;
5227
5227
  }>) => void) | undefined, __VLS_setup?: Promise<{
5228
5228
  props: {
5229
- pagination: Pagination;
5230
- loading?: boolean | undefined;
5231
5229
  submitFilter: Fn;
5232
5230
  resetFilter: Fn;
5231
+ pagination: Pagination;
5232
+ loading?: boolean | undefined;
5233
5233
  modelValue?: boolean | undefined;
5234
5234
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5235
5235
  onOnOpen?: (() => any) | undefined;
@@ -5274,10 +5274,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5274
5274
  }> & {
5275
5275
  __ctx?: {
5276
5276
  props: {
5277
- pagination: Pagination;
5278
- loading?: boolean | undefined;
5279
5277
  submitFilter: Fn;
5280
5278
  resetFilter: Fn;
5279
+ pagination: Pagination;
5280
+ loading?: boolean | undefined;
5281
5281
  modelValue?: boolean | undefined;
5282
5282
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5283
5283
  onOnOpen?: (() => any) | undefined;