@anzusystems/common-admin 1.47.0-alpha15 → 1.47.0-alpha16

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.
@@ -1992,8 +1992,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
1992
1992
  }, {
1993
1993
  size: number;
1994
1994
  variant: ButtonVariant;
1995
- loading: boolean;
1996
1995
  dataCy: string;
1996
+ loading: boolean;
1997
1997
  buttonClass: string;
1998
1998
  buttonT: string;
1999
1999
  routeParams: any | undefined;
@@ -2030,8 +2030,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2030
2030
  onSaveRecordAndClose?: (() => any) | undefined;
2031
2031
  }, {
2032
2032
  disabled: boolean;
2033
- loading: boolean;
2034
2033
  dataCy: string;
2034
+ loading: boolean;
2035
2035
  buttonClass: string;
2036
2036
  buttonT: string;
2037
2037
  }, {}>;
@@ -2076,8 +2076,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
2076
2076
  size: number;
2077
2077
  variant: ButtonVariant;
2078
2078
  disabled: boolean;
2079
- loading: boolean;
2080
2079
  dataCy: string;
2080
+ loading: boolean;
2081
2081
  buttonClass: string;
2082
2082
  buttonT: string;
2083
2083
  }, {}>;
@@ -2261,8 +2261,8 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_70<__VLS
2261
2261
  }>>> & {
2262
2262
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
2263
2263
  }, {
2264
- label: string;
2265
2264
  dataCy: string;
2265
+ label: string;
2266
2266
  }, {}>;
2267
2267
 
2268
2268
  export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
@@ -2338,8 +2338,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2338
2338
  variant: ButtonVariantText;
2339
2339
  rounded: "pill";
2340
2340
  disabled: boolean;
2341
- loading: boolean;
2342
2341
  dataCy: string;
2342
+ loading: boolean;
2343
2343
  buttonClass: string;
2344
2344
  buttonT: string;
2345
2345
  disableMore: boolean;
@@ -3162,10 +3162,10 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3162
3162
  }, {
3163
3163
  disabled: boolean;
3164
3164
  type: "datetime";
3165
+ dataCy: string;
3165
3166
  placeholder: string;
3166
3167
  required: boolean;
3167
3168
  label: string;
3168
- dataCy: string;
3169
3169
  hideLabel: boolean;
3170
3170
  clearable: boolean;
3171
3171
  hideDetails: boolean;
@@ -3324,8 +3324,8 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
3324
3324
  placeholder: undefined;
3325
3325
  dataCy: string;
3326
3326
  }>>>, {
3327
- placeholder: string;
3328
3327
  dataCy: string;
3328
+ placeholder: string;
3329
3329
  filterId: Filter<any>;
3330
3330
  filterDocId: Filter<any>;
3331
3331
  filterText: Filter<any>;
@@ -3417,8 +3417,8 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
3417
3417
  }>>> & {
3418
3418
  "onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
3419
3419
  }, {
3420
- placeholder: string;
3421
3420
  dataCy: string;
3421
+ placeholder: string;
3422
3422
  }, {}>;
3423
3423
 
3424
3424
  export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
@@ -3552,6 +3552,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3552
3552
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3553
3553
  }, {
3554
3554
  disabled: boolean;
3555
+ dataCy: string;
3555
3556
  collab: {
3556
3557
  room: string;
3557
3558
  field: string;
@@ -3559,7 +3560,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3559
3560
  };
3560
3561
  required: boolean;
3561
3562
  label: string;
3562
- dataCy: string;
3563
3563
  clearable: boolean;
3564
3564
  errorMessage: string;
3565
3565
  v: any;
@@ -3617,13 +3617,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3617
3617
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3618
3618
  }, {
3619
3619
  disabled: boolean;
3620
+ dataCy: string;
3620
3621
  collab: {
3621
3622
  room: string;
3622
3623
  field: string;
3623
3624
  cachedUsers: CollabCachedUsersMap;
3624
3625
  };
3625
3626
  label: string;
3626
- dataCy: string;
3627
3627
  clearable: boolean;
3628
3628
  errorMessage: string;
3629
3629
  v: any;
@@ -3648,6 +3648,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3648
3648
  type: PropType<boolean>;
3649
3649
  default: boolean;
3650
3650
  };
3651
+ loading: {
3652
+ type: PropType<boolean>;
3653
+ default: boolean;
3654
+ };
3651
3655
  collab: {
3652
3656
  type: PropType<{
3653
3657
  room: string;
@@ -3656,10 +3660,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3656
3660
  }>;
3657
3661
  default: undefined;
3658
3662
  };
3659
- loading: {
3660
- type: PropType<boolean>;
3661
- default: boolean;
3662
- };
3663
3663
  required: {
3664
3664
  type: PropType<boolean>;
3665
3665
  default: undefined;
@@ -3735,6 +3735,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3735
3735
  type: PropType<boolean>;
3736
3736
  default: boolean;
3737
3737
  };
3738
+ loading: {
3739
+ type: PropType<boolean>;
3740
+ default: boolean;
3741
+ };
3738
3742
  collab: {
3739
3743
  type: PropType<{
3740
3744
  room: string;
@@ -3743,10 +3747,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3743
3747
  }>;
3744
3748
  default: undefined;
3745
3749
  };
3746
- loading: {
3747
- type: PropType<boolean>;
3748
- default: boolean;
3749
- };
3750
3750
  required: {
3751
3751
  type: PropType<boolean>;
3752
3752
  default: undefined;
@@ -3811,12 +3811,12 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3811
3811
  }, {
3812
3812
  disabled: boolean;
3813
3813
  multiple: boolean;
3814
+ loading: boolean;
3814
3815
  collab: {
3815
3816
  room: string;
3816
3817
  field: string;
3817
3818
  cachedUsers: CollabCachedUsersMap;
3818
3819
  };
3819
- loading: boolean;
3820
3820
  required: boolean;
3821
3821
  label: string;
3822
3822
  hideLabel: boolean;
@@ -4031,13 +4031,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
4031
4031
  onBlur?: ((data: boolean) => any) | undefined;
4032
4032
  }, {
4033
4033
  disabled: boolean;
4034
+ dataCy: string;
4034
4035
  collab: {
4035
4036
  room: string;
4036
4037
  field: string;
4037
4038
  cachedUsers: CollabCachedUsersMap;
4038
4039
  };
4039
4040
  label: string;
4040
- dataCy: string;
4041
4041
  hideLabel: boolean;
4042
4042
  }, {}>, {
4043
4043
  locked?(_: {
@@ -4109,6 +4109,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4109
4109
  appendIcon: string;
4110
4110
  disabled: boolean;
4111
4111
  prependIcon: string;
4112
+ dataCy: string;
4112
4113
  collab: {
4113
4114
  room: string;
4114
4115
  field: string;
@@ -4116,7 +4117,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4116
4117
  };
4117
4118
  required: boolean;
4118
4119
  label: string;
4119
- dataCy: string;
4120
4120
  hideLabel: boolean;
4121
4121
  errorMessage: string;
4122
4122
  v: any;
@@ -4208,15 +4208,15 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4208
4208
  disabled: boolean;
4209
4209
  prependIcon: string;
4210
4210
  type: string;
4211
+ dataCy: string;
4212
+ placeholder: string;
4211
4213
  collab: {
4212
4214
  room: string;
4213
4215
  field: string;
4214
4216
  cachedUsers: CollabCachedUsersMap;
4215
4217
  };
4216
- placeholder: string;
4217
4218
  required: boolean;
4218
4219
  label: string;
4219
- dataCy: string;
4220
4220
  step: number;
4221
4221
  maxlength: number;
4222
4222
  hideLabel: boolean;
@@ -4291,6 +4291,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4291
4291
  onBlur?: ((data: any) => any) | undefined;
4292
4292
  }, {
4293
4293
  disabled: boolean;
4294
+ dataCy: string;
4294
4295
  multiple: boolean;
4295
4296
  collab: {
4296
4297
  room: string;
@@ -4299,7 +4300,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4299
4300
  };
4300
4301
  required: boolean;
4301
4302
  label: string;
4302
- dataCy: string;
4303
4303
  hideLabel: boolean;
4304
4304
  clearable: boolean;
4305
4305
  hideDetails: boolean;
@@ -4340,14 +4340,14 @@ export declare const AImagePublicInput: DefineComponent<{
4340
4340
  required: true;
4341
4341
  type: PropType<IntegerIdNullable>;
4342
4342
  };
4343
- image: {
4344
- type: PropType<ImageAware>;
4345
- default: undefined;
4346
- };
4347
4343
  dataCy: {
4348
4344
  type: PropType<string>;
4349
4345
  default: undefined;
4350
4346
  };
4347
+ image: {
4348
+ type: PropType<ImageAware>;
4349
+ default: undefined;
4350
+ };
4351
4351
  configName: {
4352
4352
  type: PropType<string>;
4353
4353
  default: string;
@@ -4370,14 +4370,14 @@ export declare const AImagePublicInput: DefineComponent<{
4370
4370
  required: true;
4371
4371
  type: PropType<IntegerIdNullable>;
4372
4372
  };
4373
- image: {
4374
- type: PropType<ImageAware>;
4375
- default: undefined;
4376
- };
4377
4373
  dataCy: {
4378
4374
  type: PropType<string>;
4379
4375
  default: undefined;
4380
4376
  };
4377
+ image: {
4378
+ type: PropType<ImageAware>;
4379
+ default: undefined;
4380
+ };
4381
4381
  configName: {
4382
4382
  type: PropType<string>;
4383
4383
  default: string;
@@ -4391,8 +4391,8 @@ export declare const AImagePublicInput: DefineComponent<{
4391
4391
  default: string;
4392
4392
  };
4393
4393
  }>>, {
4394
- image: ImageAware;
4395
4394
  dataCy: string;
4395
+ image: ImageAware;
4396
4396
  configName: string;
4397
4397
  labelT: string;
4398
4398
  }, {}>;
@@ -4471,6 +4471,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4471
4471
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
4472
4472
  }, {
4473
4473
  width: number;
4474
+ dataCy: string;
4474
4475
  collab: {
4475
4476
  room: string;
4476
4477
  field: string;
@@ -4479,7 +4480,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4479
4480
  image: ImageAware;
4480
4481
  required: boolean;
4481
4482
  label: string;
4482
- dataCy: string;
4483
4483
  readonly: boolean;
4484
4484
  configName: string;
4485
4485
  expandOptions: boolean;
@@ -4540,8 +4540,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
4540
4540
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4541
4541
  }, {
4542
4542
  width: number;
4543
- label: string;
4544
4543
  dataCy: string;
4544
+ label: string;
4545
4545
  readonly: boolean;
4546
4546
  configName: string;
4547
4547
  callDeleteApiOnRemove: boolean;
@@ -5361,10 +5361,10 @@ declare enum AssetSelectReturnType {
5361
5361
  }
5362
5362
 
5363
5363
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5364
- submitFilter: Fn;
5365
- resetFilter: Fn;
5366
5364
  pagination: Pagination;
5367
5365
  loading?: boolean | undefined;
5366
+ submitFilter: Fn;
5367
+ resetFilter: Fn;
5368
5368
  modelValue?: boolean | undefined;
5369
5369
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5370
5370
  onOnOpen?: (() => any) | undefined;
@@ -5405,10 +5405,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5405
5405
  open: () => void;
5406
5406
  }>) => void) | undefined, __VLS_setup?: Promise<{
5407
5407
  props: {
5408
- submitFilter: Fn;
5409
- resetFilter: Fn;
5410
5408
  pagination: Pagination;
5411
5409
  loading?: boolean | undefined;
5410
+ submitFilter: Fn;
5411
+ resetFilter: Fn;
5412
5412
  modelValue?: boolean | undefined;
5413
5413
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5414
5414
  onOnOpen?: (() => any) | undefined;
@@ -5453,10 +5453,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5453
5453
  }> & {
5454
5454
  __ctx?: {
5455
5455
  props: {
5456
- submitFilter: Fn;
5457
- resetFilter: Fn;
5458
5456
  pagination: Pagination;
5459
5457
  loading?: boolean | undefined;
5458
+ submitFilter: Fn;
5459
+ resetFilter: Fn;
5460
5460
  modelValue?: boolean | undefined;
5461
5461
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5462
5462
  onOnOpen?: (() => any) | undefined;
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "./styles": "./dist/style.css",
14
14
  "./*": "./*"
15
15
  },
16
- "version": "1.47.0-alpha15",
16
+ "version": "1.47.0-alpha16",
17
17
  "type": "module",
18
18
  "license": "Apache-2.0",
19
19
  "scripts": {
@@ -82,7 +82,7 @@
82
82
  "vite-plugin-dts": "^3.7.2",
83
83
  "vite-plugin-vuetify": "^2.0.1",
84
84
  "vitepress": "1.0.0-rc.42",
85
- "vue": "3.4.16",
85
+ "vue": "3.4.15",
86
86
  "vue-i18n": "9.9.1",
87
87
  "vue-router": "4.2.5",
88
88
  "vue-tsc": "1.8.27",
@@ -98,7 +98,7 @@
98
98
  "dayjs": "1.11.10",
99
99
  "pinia": "2.1.7",
100
100
  "socket.io-client": "4.7.4",
101
- "vue": "3.4.16",
101
+ "vue": "3.4.15",
102
102
  "vue-i18n": "9.9.1",
103
103
  "vue-router": "4.2.5",
104
104
  "vuetify": "3.5.3"