@anzusystems/common-admin 1.47.0-alpha25 → 1.47.0-alpha27

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.
@@ -2055,8 +2055,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
2055
2055
  }, {
2056
2056
  size: number;
2057
2057
  variant: ButtonVariant;
2058
- dataCy: string;
2059
2058
  loading: boolean;
2059
+ dataCy: string;
2060
2060
  buttonClass: string;
2061
2061
  buttonT: string;
2062
2062
  routeParams: any | undefined;
@@ -2093,8 +2093,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2093
2093
  onSaveRecordAndClose?: (() => any) | undefined;
2094
2094
  }, {
2095
2095
  disabled: boolean;
2096
- dataCy: string;
2097
2096
  loading: boolean;
2097
+ dataCy: string;
2098
2098
  buttonClass: string;
2099
2099
  buttonT: string;
2100
2100
  }, {}>;
@@ -2139,8 +2139,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
2139
2139
  size: number;
2140
2140
  variant: ButtonVariant;
2141
2141
  disabled: boolean;
2142
- dataCy: string;
2143
2142
  loading: boolean;
2143
+ dataCy: string;
2144
2144
  buttonClass: string;
2145
2145
  buttonT: string;
2146
2146
  }, {}>;
@@ -2324,8 +2324,8 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_70<__VLS
2324
2324
  }>>> & {
2325
2325
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
2326
2326
  }, {
2327
- dataCy: string;
2328
2327
  label: string;
2328
+ dataCy: string;
2329
2329
  }, {}>;
2330
2330
 
2331
2331
  export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
@@ -2401,8 +2401,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2401
2401
  variant: ButtonVariantText;
2402
2402
  rounded: "pill";
2403
2403
  disabled: boolean;
2404
- dataCy: string;
2405
2404
  loading: boolean;
2405
+ dataCy: string;
2406
2406
  buttonClass: string;
2407
2407
  buttonT: string;
2408
2408
  disableMore: boolean;
@@ -3234,10 +3234,10 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3234
3234
  }, {
3235
3235
  disabled: boolean;
3236
3236
  type: "datetime";
3237
- dataCy: string;
3238
3237
  placeholder: string;
3239
3238
  required: boolean;
3240
3239
  label: string;
3240
+ dataCy: string;
3241
3241
  hideLabel: boolean;
3242
3242
  clearable: boolean;
3243
3243
  hideDetails: boolean;
@@ -3396,8 +3396,8 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
3396
3396
  placeholder: undefined;
3397
3397
  dataCy: string;
3398
3398
  }>>>, {
3399
- dataCy: string;
3400
3399
  placeholder: string;
3400
+ dataCy: string;
3401
3401
  filterId: Filter<any>;
3402
3402
  filterDocId: Filter<any>;
3403
3403
  filterText: Filter<any>;
@@ -3489,8 +3489,8 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
3489
3489
  }>>> & {
3490
3490
  "onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
3491
3491
  }, {
3492
- dataCy: string;
3493
3492
  placeholder: string;
3493
+ dataCy: string;
3494
3494
  }, {}>;
3495
3495
 
3496
3496
  export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
@@ -3624,7 +3624,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3624
3624
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3625
3625
  }, {
3626
3626
  disabled: boolean;
3627
- dataCy: string;
3628
3627
  collab: {
3629
3628
  room: string;
3630
3629
  field: string;
@@ -3632,6 +3631,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3632
3631
  };
3633
3632
  required: boolean;
3634
3633
  label: string;
3634
+ dataCy: string;
3635
3635
  clearable: boolean;
3636
3636
  errorMessage: string;
3637
3637
  v: any;
@@ -3689,13 +3689,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3689
3689
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3690
3690
  }, {
3691
3691
  disabled: boolean;
3692
- dataCy: string;
3693
3692
  collab: {
3694
3693
  room: string;
3695
3694
  field: string;
3696
3695
  cachedUsers: CollabCachedUsersMap;
3697
3696
  };
3698
3697
  label: string;
3698
+ dataCy: string;
3699
3699
  clearable: boolean;
3700
3700
  errorMessage: string;
3701
3701
  v: any;
@@ -3720,10 +3720,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3720
3720
  type: PropType<boolean>;
3721
3721
  default: boolean;
3722
3722
  };
3723
- loading: {
3724
- type: PropType<boolean>;
3725
- default: boolean;
3726
- };
3727
3723
  collab: {
3728
3724
  type: PropType<{
3729
3725
  room: string;
@@ -3732,6 +3728,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3732
3728
  }>;
3733
3729
  default: undefined;
3734
3730
  };
3731
+ loading: {
3732
+ type: PropType<boolean>;
3733
+ default: boolean;
3734
+ };
3735
3735
  required: {
3736
3736
  type: PropType<boolean>;
3737
3737
  default: undefined;
@@ -3807,10 +3807,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3807
3807
  type: PropType<boolean>;
3808
3808
  default: boolean;
3809
3809
  };
3810
- loading: {
3811
- type: PropType<boolean>;
3812
- default: boolean;
3813
- };
3814
3810
  collab: {
3815
3811
  type: PropType<{
3816
3812
  room: string;
@@ -3819,6 +3815,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3819
3815
  }>;
3820
3816
  default: undefined;
3821
3817
  };
3818
+ loading: {
3819
+ type: PropType<boolean>;
3820
+ default: boolean;
3821
+ };
3822
3822
  required: {
3823
3823
  type: PropType<boolean>;
3824
3824
  default: undefined;
@@ -3883,12 +3883,12 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3883
3883
  }, {
3884
3884
  disabled: boolean;
3885
3885
  multiple: boolean;
3886
- loading: boolean;
3887
3886
  collab: {
3888
3887
  room: string;
3889
3888
  field: string;
3890
3889
  cachedUsers: CollabCachedUsersMap;
3891
3890
  };
3891
+ loading: boolean;
3892
3892
  required: boolean;
3893
3893
  label: string;
3894
3894
  hideLabel: boolean;
@@ -4103,13 +4103,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
4103
4103
  onBlur?: ((data: boolean) => any) | undefined;
4104
4104
  }, {
4105
4105
  disabled: boolean;
4106
- dataCy: string;
4107
4106
  collab: {
4108
4107
  room: string;
4109
4108
  field: string;
4110
4109
  cachedUsers: CollabCachedUsersMap;
4111
4110
  };
4112
4111
  label: string;
4112
+ dataCy: string;
4113
4113
  hideLabel: boolean;
4114
4114
  }, {}>, {
4115
4115
  locked?(_: {
@@ -4181,7 +4181,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4181
4181
  appendIcon: string;
4182
4182
  disabled: boolean;
4183
4183
  prependIcon: string;
4184
- dataCy: string;
4185
4184
  collab: {
4186
4185
  room: string;
4187
4186
  field: string;
@@ -4189,6 +4188,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4189
4188
  };
4190
4189
  required: boolean;
4191
4190
  label: string;
4191
+ dataCy: string;
4192
4192
  hideLabel: boolean;
4193
4193
  errorMessage: string;
4194
4194
  v: any;
@@ -4280,15 +4280,15 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4280
4280
  disabled: boolean;
4281
4281
  prependIcon: string;
4282
4282
  type: string;
4283
- dataCy: string;
4284
- placeholder: string;
4285
4283
  collab: {
4286
4284
  room: string;
4287
4285
  field: string;
4288
4286
  cachedUsers: CollabCachedUsersMap;
4289
4287
  };
4288
+ placeholder: string;
4290
4289
  required: boolean;
4291
4290
  label: string;
4291
+ dataCy: string;
4292
4292
  step: number;
4293
4293
  maxlength: number;
4294
4294
  hideLabel: boolean;
@@ -4363,7 +4363,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4363
4363
  onBlur?: ((data: any) => any) | undefined;
4364
4364
  }, {
4365
4365
  disabled: boolean;
4366
- dataCy: string;
4367
4366
  multiple: boolean;
4368
4367
  collab: {
4369
4368
  room: string;
@@ -4372,6 +4371,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4372
4371
  };
4373
4372
  required: boolean;
4374
4373
  label: string;
4374
+ dataCy: string;
4375
4375
  hideLabel: boolean;
4376
4376
  clearable: boolean;
4377
4377
  hideDetails: boolean;
@@ -4412,14 +4412,14 @@ export declare const AImagePublicInput: DefineComponent<{
4412
4412
  required: true;
4413
4413
  type: PropType<IntegerIdNullable>;
4414
4414
  };
4415
- dataCy: {
4416
- type: PropType<string>;
4417
- default: undefined;
4418
- };
4419
4415
  image: {
4420
4416
  type: PropType<ImageAware>;
4421
4417
  default: undefined;
4422
4418
  };
4419
+ dataCy: {
4420
+ type: PropType<string>;
4421
+ default: undefined;
4422
+ };
4423
4423
  configName: {
4424
4424
  type: PropType<string>;
4425
4425
  default: string;
@@ -4442,14 +4442,14 @@ export declare const AImagePublicInput: DefineComponent<{
4442
4442
  required: true;
4443
4443
  type: PropType<IntegerIdNullable>;
4444
4444
  };
4445
- dataCy: {
4446
- type: PropType<string>;
4447
- default: undefined;
4448
- };
4449
4445
  image: {
4450
4446
  type: PropType<ImageAware>;
4451
4447
  default: undefined;
4452
4448
  };
4449
+ dataCy: {
4450
+ type: PropType<string>;
4451
+ default: undefined;
4452
+ };
4453
4453
  configName: {
4454
4454
  type: PropType<string>;
4455
4455
  default: string;
@@ -4463,8 +4463,8 @@ export declare const AImagePublicInput: DefineComponent<{
4463
4463
  default: string;
4464
4464
  };
4465
4465
  }>>, {
4466
- dataCy: string;
4467
4466
  image: ImageAware;
4467
+ dataCy: string;
4468
4468
  configName: string;
4469
4469
  labelT: string;
4470
4470
  }, {}>;
@@ -4543,7 +4543,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4543
4543
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
4544
4544
  }, {
4545
4545
  width: number;
4546
- dataCy: string;
4547
4546
  collab: {
4548
4547
  room: string;
4549
4548
  field: string;
@@ -4552,6 +4551,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4552
4551
  image: ImageAware;
4553
4552
  required: boolean;
4554
4553
  label: string;
4554
+ dataCy: string;
4555
4555
  readonly: boolean;
4556
4556
  configName: string;
4557
4557
  expandOptions: boolean;
@@ -4612,8 +4612,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
4612
4612
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4613
4613
  }, {
4614
4614
  width: number;
4615
- dataCy: string;
4616
4615
  label: string;
4616
+ dataCy: string;
4617
4617
  readonly: boolean;
4618
4618
  configName: string;
4619
4619
  callDeleteApiOnRemove: boolean;
@@ -5433,10 +5433,10 @@ declare enum AssetSelectReturnType {
5433
5433
  }
5434
5434
 
5435
5435
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5436
- pagination: Pagination;
5437
- loading?: boolean | undefined;
5438
5436
  submitFilter: Fn;
5439
5437
  resetFilter: Fn;
5438
+ pagination: Pagination;
5439
+ loading?: boolean | undefined;
5440
5440
  modelValue?: boolean | undefined;
5441
5441
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5442
5442
  onOnOpen?: (() => any) | undefined;
@@ -5477,10 +5477,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5477
5477
  open: () => void;
5478
5478
  }>) => void) | undefined, __VLS_setup?: Promise<{
5479
5479
  props: {
5480
- pagination: Pagination;
5481
- loading?: boolean | undefined;
5482
5480
  submitFilter: Fn;
5483
5481
  resetFilter: Fn;
5482
+ pagination: Pagination;
5483
+ loading?: boolean | undefined;
5484
5484
  modelValue?: boolean | undefined;
5485
5485
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5486
5486
  onOnOpen?: (() => any) | undefined;
@@ -5525,10 +5525,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5525
5525
  }> & {
5526
5526
  __ctx?: {
5527
5527
  props: {
5528
- pagination: Pagination;
5529
- loading?: boolean | undefined;
5530
5528
  submitFilter: Fn;
5531
5529
  resetFilter: Fn;
5530
+ pagination: Pagination;
5531
+ loading?: boolean | undefined;
5532
5532
  modelValue?: boolean | undefined;
5533
5533
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5534
5534
  onOnOpen?: (() => any) | undefined;
@@ -6213,10 +6213,6 @@ export declare interface DamAssetLicenceMinimal {
6213
6213
 
6214
6214
  export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6215
6215
  selected: PropType<ValueObjectOption<number>[]>;
6216
- dataCy: {
6217
- type: PropType<string>;
6218
- default: string;
6219
- };
6220
6216
  multiple: {
6221
6217
  type: PropType<boolean>;
6222
6218
  default: boolean;
@@ -6233,6 +6229,10 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6233
6229
  type: PropType<string>;
6234
6230
  default: undefined;
6235
6231
  };
6232
+ dataCy: {
6233
+ type: PropType<string>;
6234
+ default: string;
6235
+ };
6236
6236
  clearable: {
6237
6237
  type: PropType<boolean>;
6238
6238
  default: boolean;
@@ -6257,10 +6257,6 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6257
6257
  "update:modelValue": (data: any) => void;
6258
6258
  }, string, PublicProps, Readonly<ExtractPropTypes<{
6259
6259
  selected: PropType<ValueObjectOption<number>[]>;
6260
- dataCy: {
6261
- type: PropType<string>;
6262
- default: string;
6263
- };
6264
6260
  multiple: {
6265
6261
  type: PropType<boolean>;
6266
6262
  default: boolean;
@@ -6277,6 +6273,10 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6277
6273
  type: PropType<string>;
6278
6274
  default: undefined;
6279
6275
  };
6276
+ dataCy: {
6277
+ type: PropType<string>;
6278
+ default: string;
6279
+ };
6280
6280
  clearable: {
6281
6281
  type: PropType<boolean>;
6282
6282
  default: boolean;
@@ -6300,10 +6300,10 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6300
6300
  }>> & {
6301
6301
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6302
6302
  }, {
6303
- dataCy: string;
6304
6303
  multiple: boolean;
6305
6304
  required: boolean;
6306
6305
  label: string;
6306
+ dataCy: string;
6307
6307
  clearable: boolean;
6308
6308
  hideDetails: boolean;
6309
6309
  disableInitFetch: boolean;
@@ -6476,9 +6476,9 @@ export declare const DamDistributionServiceSelect: DefineComponent<__VLS_WithDef
6476
6476
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6477
6477
  onBlur?: ((data: string[]) => any) | undefined;
6478
6478
  }, {
6479
- dataCy: string;
6480
6479
  multiple: boolean;
6481
6480
  label: string;
6481
+ dataCy: string;
6482
6482
  }, {}>;
6483
6483
 
6484
6484
  export declare enum DamDistributionServiceType {
@@ -6530,9 +6530,9 @@ export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_WithD
6530
6530
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6531
6531
  onBlur?: ((data: string[]) => any) | undefined;
6532
6532
  }, {
6533
- dataCy: string;
6534
6533
  multiple: boolean;
6535
6534
  label: string;
6535
+ dataCy: string;
6536
6536
  }, {}>;
6537
6537
 
6538
6538
  export declare interface DamExtSystem extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
@@ -6611,10 +6611,10 @@ export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_WithD
6611
6611
  }>>> & {
6612
6612
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6613
6613
  }, {
6614
- dataCy: string;
6615
6614
  multiple: boolean;
6616
6615
  required: boolean;
6617
6616
  label: string;
6617
+ dataCy: string;
6618
6618
  clearable: boolean;
6619
6619
  hideDetails: boolean;
6620
6620
  disableInitFetch: boolean;
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "./styles": "./dist/style.css",
14
14
  "./*": "./*"
15
15
  },
16
- "version": "1.47.0-alpha25",
16
+ "version": "1.47.0-alpha27",
17
17
  "type": "module",
18
18
  "license": "Apache-2.0",
19
19
  "scripts": {
@@ -43,7 +43,7 @@
43
43
  "@rushstack/eslint-patch": "^1.7.2",
44
44
  "@stylistic/eslint-plugin": "^1.6.2",
45
45
  "@tsconfig/node18": "^18.2.2",
46
- "@types/node": "^20.11.19",
46
+ "@types/node": "^20.11.20",
47
47
  "@types/rusha": "^0.8.3",
48
48
  "@types/sortablejs": "^1.15.8",
49
49
  "@types/webfontloader": "^1.6.38",
@@ -61,8 +61,8 @@
61
61
  "axios": "1.6.7",
62
62
  "cropperjs": "^1.6.1",
63
63
  "dayjs": "1.11.10",
64
- "eslint": "8.56.0",
65
- "eslint-plugin-vue": "9.21.1",
64
+ "eslint": "8.57.0",
65
+ "eslint-plugin-vue": "9.22.0",
66
66
  "npm-run-all": "^4.1.5",
67
67
  "pinia": "2.1.7",
68
68
  "postcss": "^8.4.35",
@@ -70,7 +70,7 @@
70
70
  "postcss-prefix-selector": "^1.16.0",
71
71
  "prettier": "^3.2.5",
72
72
  "rusha": "^0.8.14",
73
- "sass": "^1.71.0",
73
+ "sass": "^1.71.1",
74
74
  "socket.io-client": "4.7.4",
75
75
  "sortablejs": "^1.15.2",
76
76
  "stylelint": "16.2.1",
@@ -78,15 +78,15 @@
78
78
  "stylelint-config-standard-scss": "^13.0.0",
79
79
  "typescript": "5.3.3",
80
80
  "uuid": "^9.0.1",
81
- "vite": "5.1.3",
82
- "vite-plugin-dts": "^3.7.2",
81
+ "vite": "5.1.4",
82
+ "vite-plugin-dts": "^3.7.3",
83
83
  "vite-plugin-vuetify": "^2.0.1",
84
84
  "vitepress": "1.0.0-rc.44",
85
- "vue": "3.4.19",
85
+ "vue": "3.4.20",
86
86
  "vue-i18n": "9.9.1",
87
- "vue-router": "4.2.5",
87
+ "vue-router": "4.3.0",
88
88
  "vue-tsc": "1.8.27",
89
- "vuetify": "3.5.4",
89
+ "vuetify": "3.5.6",
90
90
  "webfontloader": "^1.6.28"
91
91
  },
92
92
  "peerDependencies": {
@@ -98,10 +98,10 @@
98
98
  "dayjs": "1.11.10",
99
99
  "pinia": "2.1.7",
100
100
  "socket.io-client": "4.7.4",
101
- "vue": "3.4.19",
101
+ "vue": "3.4.20",
102
102
  "vue-i18n": "9.9.1",
103
- "vue-router": "4.2.5",
104
- "vuetify": "3.5.4"
103
+ "vue-router": "4.3.0",
104
+ "vuetify": "3.5.6"
105
105
  },
106
106
  "peerDependenciesMeta": {
107
107
  "@vueuse/core": {