@anzusystems/common-admin 1.47.0-alpha74 → 1.47.0-alpha75
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 +67 -62
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-BHRLM_kC.js → lib-vv6PGFOv.js} +14 -4
- package/dist/lib-vv6PGFOv.js.map +1 -0
- package/dist/{webfontloader-CuPjwmtj.js → webfontloader-BSLWQJFx.js} +2 -2
- package/dist/{webfontloader-CuPjwmtj.js.map → webfontloader-BSLWQJFx.js.map} +1 -1
- package/package.json +4 -4
- package/dist/lib-BHRLM_kC.js.map +0 -1
|
@@ -2057,8 +2057,8 @@ onEditRecord?: (() => any) | undefined;
|
|
|
2057
2057
|
}, {
|
|
2058
2058
|
size: number;
|
|
2059
2059
|
variant: ButtonVariant;
|
|
2060
|
-
loading: boolean;
|
|
2061
2060
|
dataCy: string;
|
|
2061
|
+
loading: boolean;
|
|
2062
2062
|
buttonClass: string;
|
|
2063
2063
|
buttonT: string;
|
|
2064
2064
|
routeParams: any | undefined;
|
|
@@ -2095,8 +2095,8 @@ disabled: undefined;
|
|
|
2095
2095
|
onSaveRecordAndClose?: (() => any) | undefined;
|
|
2096
2096
|
}, {
|
|
2097
2097
|
disabled: boolean;
|
|
2098
|
-
loading: boolean;
|
|
2099
2098
|
dataCy: string;
|
|
2099
|
+
loading: boolean;
|
|
2100
2100
|
buttonClass: string;
|
|
2101
2101
|
buttonT: string;
|
|
2102
2102
|
}, {}>;
|
|
@@ -2141,8 +2141,8 @@ onSaveRecord?: (() => any) | undefined;
|
|
|
2141
2141
|
size: number;
|
|
2142
2142
|
variant: ButtonVariant;
|
|
2143
2143
|
disabled: boolean;
|
|
2144
|
-
loading: boolean;
|
|
2145
2144
|
dataCy: string;
|
|
2145
|
+
loading: boolean;
|
|
2146
2146
|
buttonClass: string;
|
|
2147
2147
|
buttonT: string;
|
|
2148
2148
|
}, {}>;
|
|
@@ -2331,8 +2331,8 @@ label: undefined;
|
|
|
2331
2331
|
}>>> & {
|
|
2332
2332
|
"onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
|
|
2333
2333
|
}, {
|
|
2334
|
-
label: string;
|
|
2335
2334
|
dataCy: string;
|
|
2335
|
+
label: string;
|
|
2336
2336
|
}, {}>;
|
|
2337
2337
|
|
|
2338
2338
|
export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
|
|
@@ -2408,8 +2408,8 @@ color: string;
|
|
|
2408
2408
|
variant: ButtonVariantText;
|
|
2409
2409
|
rounded: "pill";
|
|
2410
2410
|
disabled: boolean;
|
|
2411
|
-
loading: boolean;
|
|
2412
2411
|
dataCy: string;
|
|
2412
|
+
loading: boolean;
|
|
2413
2413
|
buttonClass: string;
|
|
2414
2414
|
buttonT: string;
|
|
2415
2415
|
disableMore: boolean;
|
|
@@ -3241,10 +3241,10 @@ onOnClose?: (() => any) | undefined;
|
|
|
3241
3241
|
}, {
|
|
3242
3242
|
disabled: boolean;
|
|
3243
3243
|
type: "datetime";
|
|
3244
|
+
dataCy: string;
|
|
3244
3245
|
placeholder: string;
|
|
3245
3246
|
required: boolean;
|
|
3246
3247
|
label: string;
|
|
3247
|
-
dataCy: string;
|
|
3248
3248
|
hideLabel: boolean;
|
|
3249
3249
|
clearable: boolean;
|
|
3250
3250
|
hideDetails: boolean;
|
|
@@ -3403,8 +3403,8 @@ filterOverrides: undefined;
|
|
|
3403
3403
|
placeholder: undefined;
|
|
3404
3404
|
dataCy: string;
|
|
3405
3405
|
}>>>, {
|
|
3406
|
-
placeholder: string;
|
|
3407
3406
|
dataCy: string;
|
|
3407
|
+
placeholder: string;
|
|
3408
3408
|
filterId: Filter<any>;
|
|
3409
3409
|
filterDocId: Filter<any>;
|
|
3410
3410
|
filterText: Filter<any>;
|
|
@@ -3496,8 +3496,8 @@ dataCy: string;
|
|
|
3496
3496
|
}>>> & {
|
|
3497
3497
|
"onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
|
|
3498
3498
|
}, {
|
|
3499
|
-
placeholder: string;
|
|
3500
3499
|
dataCy: string;
|
|
3500
|
+
placeholder: string;
|
|
3501
3501
|
}, {}>;
|
|
3502
3502
|
|
|
3503
3503
|
export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
|
|
@@ -3631,6 +3631,7 @@ onBlur?: ((data: string | number | null | undefined) => any) | undefined;
|
|
|
3631
3631
|
"onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
3632
3632
|
}, {
|
|
3633
3633
|
disabled: boolean;
|
|
3634
|
+
dataCy: string;
|
|
3634
3635
|
collab: {
|
|
3635
3636
|
room: string;
|
|
3636
3637
|
field: string;
|
|
@@ -3638,7 +3639,6 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
3638
3639
|
};
|
|
3639
3640
|
required: boolean;
|
|
3640
3641
|
label: string;
|
|
3641
|
-
dataCy: string;
|
|
3642
3642
|
clearable: boolean;
|
|
3643
3643
|
errorMessage: string;
|
|
3644
3644
|
v: any;
|
|
@@ -3696,13 +3696,13 @@ onBlur?: ((data: string | number | null) => any) | undefined;
|
|
|
3696
3696
|
"onClick:append"?: ((data: string | number | null) => any) | undefined;
|
|
3697
3697
|
}, {
|
|
3698
3698
|
disabled: boolean;
|
|
3699
|
+
dataCy: string;
|
|
3699
3700
|
collab: {
|
|
3700
3701
|
room: string;
|
|
3701
3702
|
field: string;
|
|
3702
3703
|
cachedUsers: CollabCachedUsersMap;
|
|
3703
3704
|
};
|
|
3704
3705
|
label: string;
|
|
3705
|
-
dataCy: string;
|
|
3706
3706
|
clearable: boolean;
|
|
3707
3707
|
errorMessage: string;
|
|
3708
3708
|
v: any;
|
|
@@ -3727,6 +3727,10 @@ multiple: {
|
|
|
3727
3727
|
type: PropType<boolean>;
|
|
3728
3728
|
default: boolean;
|
|
3729
3729
|
};
|
|
3730
|
+
loading: {
|
|
3731
|
+
type: PropType<boolean>;
|
|
3732
|
+
default: boolean;
|
|
3733
|
+
};
|
|
3730
3734
|
collab: {
|
|
3731
3735
|
type: PropType< {
|
|
3732
3736
|
room: string;
|
|
@@ -3735,10 +3739,6 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
3735
3739
|
}>;
|
|
3736
3740
|
default: undefined;
|
|
3737
3741
|
};
|
|
3738
|
-
loading: {
|
|
3739
|
-
type: PropType<boolean>;
|
|
3740
|
-
default: boolean;
|
|
3741
|
-
};
|
|
3742
3742
|
required: {
|
|
3743
3743
|
type: PropType<boolean>;
|
|
3744
3744
|
default: undefined;
|
|
@@ -3814,6 +3814,10 @@ multiple: {
|
|
|
3814
3814
|
type: PropType<boolean>;
|
|
3815
3815
|
default: boolean;
|
|
3816
3816
|
};
|
|
3817
|
+
loading: {
|
|
3818
|
+
type: PropType<boolean>;
|
|
3819
|
+
default: boolean;
|
|
3820
|
+
};
|
|
3817
3821
|
collab: {
|
|
3818
3822
|
type: PropType< {
|
|
3819
3823
|
room: string;
|
|
@@ -3822,10 +3826,6 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
3822
3826
|
}>;
|
|
3823
3827
|
default: undefined;
|
|
3824
3828
|
};
|
|
3825
|
-
loading: {
|
|
3826
|
-
type: PropType<boolean>;
|
|
3827
|
-
default: boolean;
|
|
3828
|
-
};
|
|
3829
3829
|
required: {
|
|
3830
3830
|
type: PropType<boolean>;
|
|
3831
3831
|
default: undefined;
|
|
@@ -3890,12 +3890,12 @@ onSearchChangeDebounced?: ((data: string) => any) | undefined;
|
|
|
3890
3890
|
}, {
|
|
3891
3891
|
disabled: boolean;
|
|
3892
3892
|
multiple: boolean;
|
|
3893
|
+
loading: boolean;
|
|
3893
3894
|
collab: {
|
|
3894
3895
|
room: string;
|
|
3895
3896
|
field: string;
|
|
3896
3897
|
cachedUsers: CollabCachedUsersMap;
|
|
3897
3898
|
};
|
|
3898
|
-
loading: boolean;
|
|
3899
3899
|
required: boolean;
|
|
3900
3900
|
label: string;
|
|
3901
3901
|
hideLabel: boolean;
|
|
@@ -4110,13 +4110,13 @@ onFocus?: ((data: boolean) => any) | undefined;
|
|
|
4110
4110
|
onBlur?: ((data: boolean) => any) | undefined;
|
|
4111
4111
|
}, {
|
|
4112
4112
|
disabled: boolean;
|
|
4113
|
+
dataCy: string;
|
|
4113
4114
|
collab: {
|
|
4114
4115
|
room: string;
|
|
4115
4116
|
field: string;
|
|
4116
4117
|
cachedUsers: CollabCachedUsersMap;
|
|
4117
4118
|
};
|
|
4118
4119
|
label: string;
|
|
4119
|
-
dataCy: string;
|
|
4120
4120
|
hideLabel: boolean;
|
|
4121
4121
|
}, {}>, {
|
|
4122
4122
|
locked?(_: {
|
|
@@ -4192,6 +4192,7 @@ onBlur?: ((data: string | null | undefined) => any) | undefined;
|
|
|
4192
4192
|
appendIcon: string;
|
|
4193
4193
|
disabled: boolean;
|
|
4194
4194
|
prependIcon: string;
|
|
4195
|
+
dataCy: string;
|
|
4195
4196
|
collab: {
|
|
4196
4197
|
room: string;
|
|
4197
4198
|
field: string;
|
|
@@ -4200,7 +4201,6 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
4200
4201
|
help: string;
|
|
4201
4202
|
required: boolean;
|
|
4202
4203
|
label: string;
|
|
4203
|
-
dataCy: string;
|
|
4204
4204
|
hideLabel: boolean;
|
|
4205
4205
|
errorMessage: string;
|
|
4206
4206
|
v: any;
|
|
@@ -4209,6 +4209,7 @@ rows: number;
|
|
|
4209
4209
|
locked?(_: {
|
|
4210
4210
|
userId: number;
|
|
4211
4211
|
}): any;
|
|
4212
|
+
prepend?(_: {}): any;
|
|
4212
4213
|
}>;
|
|
4213
4214
|
|
|
4214
4215
|
export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
|
|
@@ -4296,16 +4297,16 @@ appendIcon: string;
|
|
|
4296
4297
|
disabled: boolean;
|
|
4297
4298
|
prependIcon: string;
|
|
4298
4299
|
type: string;
|
|
4300
|
+
dataCy: string;
|
|
4301
|
+
placeholder: string;
|
|
4299
4302
|
collab: {
|
|
4300
4303
|
room: string;
|
|
4301
4304
|
field: string;
|
|
4302
4305
|
cachedUsers: CollabCachedUsersMap;
|
|
4303
4306
|
};
|
|
4304
4307
|
help: string;
|
|
4305
|
-
placeholder: string;
|
|
4306
4308
|
required: boolean;
|
|
4307
4309
|
label: string;
|
|
4308
|
-
dataCy: string;
|
|
4309
4310
|
step: number;
|
|
4310
4311
|
maxlength: number;
|
|
4311
4312
|
hideLabel: boolean;
|
|
@@ -4316,6 +4317,7 @@ v: any;
|
|
|
4316
4317
|
locked?(_: {
|
|
4317
4318
|
userId: number;
|
|
4318
4319
|
}): any;
|
|
4320
|
+
prepend?(_: {}): any;
|
|
4319
4321
|
}>;
|
|
4320
4322
|
|
|
4321
4323
|
export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
|
|
@@ -4380,6 +4382,7 @@ onFocus?: ((data: any) => any) | undefined;
|
|
|
4380
4382
|
onBlur?: ((data: any) => any) | undefined;
|
|
4381
4383
|
}, {
|
|
4382
4384
|
disabled: boolean;
|
|
4385
|
+
dataCy: string;
|
|
4383
4386
|
multiple: boolean;
|
|
4384
4387
|
collab: {
|
|
4385
4388
|
room: string;
|
|
@@ -4388,7 +4391,6 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
4388
4391
|
};
|
|
4389
4392
|
required: boolean;
|
|
4390
4393
|
label: string;
|
|
4391
|
-
dataCy: string;
|
|
4392
4394
|
hideLabel: boolean;
|
|
4393
4395
|
clearable: boolean;
|
|
4394
4396
|
hideDetails: boolean;
|
|
@@ -4429,14 +4431,14 @@ modelValue: {
|
|
|
4429
4431
|
required: true;
|
|
4430
4432
|
type: PropType<IntegerIdNullable>;
|
|
4431
4433
|
};
|
|
4432
|
-
image: {
|
|
4433
|
-
type: PropType<ImageAware>;
|
|
4434
|
-
default: undefined;
|
|
4435
|
-
};
|
|
4436
4434
|
dataCy: {
|
|
4437
4435
|
type: PropType<string>;
|
|
4438
4436
|
default: undefined;
|
|
4439
4437
|
};
|
|
4438
|
+
image: {
|
|
4439
|
+
type: PropType<ImageAware>;
|
|
4440
|
+
default: undefined;
|
|
4441
|
+
};
|
|
4440
4442
|
configName: {
|
|
4441
4443
|
type: PropType<string>;
|
|
4442
4444
|
default: string;
|
|
@@ -4459,14 +4461,14 @@ modelValue: {
|
|
|
4459
4461
|
required: true;
|
|
4460
4462
|
type: PropType<IntegerIdNullable>;
|
|
4461
4463
|
};
|
|
4462
|
-
image: {
|
|
4463
|
-
type: PropType<ImageAware>;
|
|
4464
|
-
default: undefined;
|
|
4465
|
-
};
|
|
4466
4464
|
dataCy: {
|
|
4467
4465
|
type: PropType<string>;
|
|
4468
4466
|
default: undefined;
|
|
4469
4467
|
};
|
|
4468
|
+
image: {
|
|
4469
|
+
type: PropType<ImageAware>;
|
|
4470
|
+
default: undefined;
|
|
4471
|
+
};
|
|
4470
4472
|
configName: {
|
|
4471
4473
|
type: PropType<string>;
|
|
4472
4474
|
default: string;
|
|
@@ -4480,8 +4482,8 @@ type: PropType<string>;
|
|
|
4480
4482
|
default: string;
|
|
4481
4483
|
};
|
|
4482
4484
|
}>>, {
|
|
4483
|
-
image: ImageAware;
|
|
4484
4485
|
dataCy: string;
|
|
4486
|
+
image: ImageAware;
|
|
4485
4487
|
configName: string;
|
|
4486
4488
|
labelT: string;
|
|
4487
4489
|
}, {}>;
|
|
@@ -4560,6 +4562,7 @@ callDeleteApiOnRemove: boolean;
|
|
|
4560
4562
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
4561
4563
|
}, {
|
|
4562
4564
|
width: number;
|
|
4565
|
+
dataCy: string;
|
|
4563
4566
|
collab: {
|
|
4564
4567
|
room: string;
|
|
4565
4568
|
field: string;
|
|
@@ -4569,7 +4572,6 @@ image: ImageAware;
|
|
|
4569
4572
|
required: boolean;
|
|
4570
4573
|
readonly: boolean;
|
|
4571
4574
|
label: string;
|
|
4572
|
-
dataCy: string;
|
|
4573
4575
|
configName: string;
|
|
4574
4576
|
expandOptions: boolean;
|
|
4575
4577
|
expandMetadata: boolean;
|
|
@@ -4629,9 +4631,9 @@ callDeleteApiOnRemove: boolean;
|
|
|
4629
4631
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
4630
4632
|
}, {
|
|
4631
4633
|
width: number;
|
|
4634
|
+
dataCy: string;
|
|
4632
4635
|
readonly: boolean;
|
|
4633
4636
|
label: string;
|
|
4634
|
-
dataCy: string;
|
|
4635
4637
|
configName: string;
|
|
4636
4638
|
callDeleteApiOnRemove: boolean;
|
|
4637
4639
|
}, {}>;
|
|
@@ -5453,10 +5455,10 @@ declare enum AssetSelectReturnType {
|
|
|
5453
5455
|
}
|
|
5454
5456
|
|
|
5455
5457
|
export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
5456
|
-
submitFilter: Fn;
|
|
5457
|
-
resetFilter: Fn;
|
|
5458
5458
|
pagination: Pagination;
|
|
5459
5459
|
loading?: boolean | undefined;
|
|
5460
|
+
submitFilter: Fn;
|
|
5461
|
+
resetFilter: Fn;
|
|
5460
5462
|
modelValue?: boolean | undefined;
|
|
5461
5463
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5462
5464
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -5497,10 +5499,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5497
5499
|
open: () => void;
|
|
5498
5500
|
}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
5499
5501
|
props: {
|
|
5500
|
-
submitFilter: Fn;
|
|
5501
|
-
resetFilter: Fn;
|
|
5502
5502
|
pagination: Pagination;
|
|
5503
5503
|
loading?: boolean | undefined;
|
|
5504
|
+
submitFilter: Fn;
|
|
5505
|
+
resetFilter: Fn;
|
|
5504
5506
|
modelValue?: boolean | undefined;
|
|
5505
5507
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5506
5508
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -5545,10 +5547,10 @@ open: () => void;
|
|
|
5545
5547
|
}> & {
|
|
5546
5548
|
__ctx?: {
|
|
5547
5549
|
props: {
|
|
5548
|
-
submitFilter: Fn;
|
|
5549
|
-
resetFilter: Fn;
|
|
5550
5550
|
pagination: Pagination;
|
|
5551
5551
|
loading?: boolean | undefined;
|
|
5552
|
+
submitFilter: Fn;
|
|
5553
|
+
resetFilter: Fn;
|
|
5552
5554
|
modelValue?: boolean | undefined;
|
|
5553
5555
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5554
5556
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -6235,6 +6237,10 @@ export declare interface DamAssetLicenceGroup extends AnzuUserAndTimeTrackingAwa
|
|
|
6235
6237
|
|
|
6236
6238
|
export declare const DamAssetLicenceGroupRemoteAutocomplete: DefineComponent< {
|
|
6237
6239
|
selected: PropType<ValueObjectOption<number>[]>;
|
|
6240
|
+
dataCy: {
|
|
6241
|
+
type: PropType<string>;
|
|
6242
|
+
default: string;
|
|
6243
|
+
};
|
|
6238
6244
|
multiple: {
|
|
6239
6245
|
type: PropType<boolean>;
|
|
6240
6246
|
default: boolean;
|
|
@@ -6251,10 +6257,6 @@ label: {
|
|
|
6251
6257
|
type: PropType<string>;
|
|
6252
6258
|
default: undefined;
|
|
6253
6259
|
};
|
|
6254
|
-
dataCy: {
|
|
6255
|
-
type: PropType<string>;
|
|
6256
|
-
default: string;
|
|
6257
|
-
};
|
|
6258
6260
|
clearable: {
|
|
6259
6261
|
type: PropType<boolean>;
|
|
6260
6262
|
default: boolean;
|
|
@@ -6275,6 +6277,10 @@ required: true;
|
|
|
6275
6277
|
"update:modelValue": (data: any) => void;
|
|
6276
6278
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6277
6279
|
selected: PropType<ValueObjectOption<number>[]>;
|
|
6280
|
+
dataCy: {
|
|
6281
|
+
type: PropType<string>;
|
|
6282
|
+
default: string;
|
|
6283
|
+
};
|
|
6278
6284
|
multiple: {
|
|
6279
6285
|
type: PropType<boolean>;
|
|
6280
6286
|
default: boolean;
|
|
@@ -6291,10 +6297,6 @@ label: {
|
|
|
6291
6297
|
type: PropType<string>;
|
|
6292
6298
|
default: undefined;
|
|
6293
6299
|
};
|
|
6294
|
-
dataCy: {
|
|
6295
|
-
type: PropType<string>;
|
|
6296
|
-
default: string;
|
|
6297
|
-
};
|
|
6298
6300
|
clearable: {
|
|
6299
6301
|
type: PropType<boolean>;
|
|
6300
6302
|
default: boolean;
|
|
@@ -6314,10 +6316,10 @@ required: true;
|
|
|
6314
6316
|
}>> & {
|
|
6315
6317
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
6316
6318
|
}, {
|
|
6319
|
+
dataCy: string;
|
|
6317
6320
|
multiple: boolean;
|
|
6318
6321
|
required: boolean;
|
|
6319
6322
|
label: string;
|
|
6320
|
-
dataCy: string;
|
|
6321
6323
|
clearable: boolean;
|
|
6322
6324
|
hideDetails: boolean;
|
|
6323
6325
|
disableInitFetch: boolean;
|
|
@@ -6330,6 +6332,10 @@ export declare interface DamAssetLicenceMinimal {
|
|
|
6330
6332
|
|
|
6331
6333
|
export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent< {
|
|
6332
6334
|
selected: PropType<ValueObjectOption<number>[]>;
|
|
6335
|
+
dataCy: {
|
|
6336
|
+
type: PropType<string>;
|
|
6337
|
+
default: string;
|
|
6338
|
+
};
|
|
6333
6339
|
multiple: {
|
|
6334
6340
|
type: PropType<boolean>;
|
|
6335
6341
|
default: boolean;
|
|
@@ -6346,10 +6352,6 @@ label: {
|
|
|
6346
6352
|
type: PropType<string>;
|
|
6347
6353
|
default: undefined;
|
|
6348
6354
|
};
|
|
6349
|
-
dataCy: {
|
|
6350
|
-
type: PropType<string>;
|
|
6351
|
-
default: string;
|
|
6352
|
-
};
|
|
6353
6355
|
clearable: {
|
|
6354
6356
|
type: PropType<boolean>;
|
|
6355
6357
|
default: boolean;
|
|
@@ -6374,6 +6376,10 @@ required: true;
|
|
|
6374
6376
|
"update:modelValue": (data: any) => void;
|
|
6375
6377
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6376
6378
|
selected: PropType<ValueObjectOption<number>[]>;
|
|
6379
|
+
dataCy: {
|
|
6380
|
+
type: PropType<string>;
|
|
6381
|
+
default: string;
|
|
6382
|
+
};
|
|
6377
6383
|
multiple: {
|
|
6378
6384
|
type: PropType<boolean>;
|
|
6379
6385
|
default: boolean;
|
|
@@ -6390,10 +6396,6 @@ label: {
|
|
|
6390
6396
|
type: PropType<string>;
|
|
6391
6397
|
default: undefined;
|
|
6392
6398
|
};
|
|
6393
|
-
dataCy: {
|
|
6394
|
-
type: PropType<string>;
|
|
6395
|
-
default: string;
|
|
6396
|
-
};
|
|
6397
6399
|
clearable: {
|
|
6398
6400
|
type: PropType<boolean>;
|
|
6399
6401
|
default: boolean;
|
|
@@ -6417,10 +6419,10 @@ required: true;
|
|
|
6417
6419
|
}>> & {
|
|
6418
6420
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
6419
6421
|
}, {
|
|
6422
|
+
dataCy: string;
|
|
6420
6423
|
multiple: boolean;
|
|
6421
6424
|
required: boolean;
|
|
6422
6425
|
label: string;
|
|
6423
|
-
dataCy: string;
|
|
6424
6426
|
clearable: boolean;
|
|
6425
6427
|
hideDetails: boolean;
|
|
6426
6428
|
disableInitFetch: boolean;
|
|
@@ -6605,9 +6607,9 @@ dataCy: string;
|
|
|
6605
6607
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
6606
6608
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
6607
6609
|
}, {
|
|
6610
|
+
dataCy: string;
|
|
6608
6611
|
multiple: boolean;
|
|
6609
6612
|
label: string;
|
|
6610
|
-
dataCy: string;
|
|
6611
6613
|
}, {}>;
|
|
6612
6614
|
|
|
6613
6615
|
export declare enum DamDistributionServiceType {
|
|
@@ -6659,9 +6661,9 @@ dataCy: string;
|
|
|
6659
6661
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
6660
6662
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
6661
6663
|
}, {
|
|
6664
|
+
dataCy: string;
|
|
6662
6665
|
multiple: boolean;
|
|
6663
6666
|
label: string;
|
|
6664
|
-
dataCy: string;
|
|
6665
6667
|
}, {}>;
|
|
6666
6668
|
|
|
6667
6669
|
export declare interface DamExtSystem extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
|
|
@@ -6740,10 +6742,10 @@ disableInitFetch: boolean;
|
|
|
6740
6742
|
}>>> & {
|
|
6741
6743
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
6742
6744
|
}, {
|
|
6745
|
+
dataCy: string;
|
|
6743
6746
|
multiple: boolean;
|
|
6744
6747
|
required: boolean;
|
|
6745
6748
|
label: string;
|
|
6746
|
-
dataCy: string;
|
|
6747
6749
|
clearable: boolean;
|
|
6748
6750
|
hideDetails: boolean;
|
|
6749
6751
|
disableInitFetch: boolean;
|
|
@@ -10474,6 +10476,9 @@ export declare type UrlParams = {
|
|
|
10474
10476
|
[key: string]: number | string;
|
|
10475
10477
|
};
|
|
10476
10478
|
|
|
10479
|
+
/**
|
|
10480
|
+
* @deprecated This function is deprecated and will be removed in future versions.
|
|
10481
|
+
*/
|
|
10477
10482
|
export declare function useAcl<T extends AclValue = AclValue>(options?: AclResolverConfig): {
|
|
10478
10483
|
can: (acl: T, subject?: object) => boolean;
|
|
10479
10484
|
canForAll: (acls: T[], subject?: object) => boolean;
|
package/dist/common-admin.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as s, S as t, T as o, U as i, V as r, W as n, K as l, d as u, a8 as c, at as A, a9 as m, av as d, e as b, a3 as p, J as C, _ as S, a as T, c as D, ar as g, aq as F, as as y, O as E, G as R, ap as B, aa as L, ai as I, aj as h, au as U, D as O, E as P, C as f, z as _, B as v, F as k, L as N, X as M, A as V, x as w, y as z, u as H, $ as G, v as x, Y as j, t as J, Z as q, w as W, s as Q, l as K, m as X, n as Y, ab as Z, o as $, p as aa, q as ea, j as sa, k as ta, r as oa, P as ia, ao as ra, ak as na, am as la, an as ua, al as ca, ae as Aa, ac as ma, ad as da, I as ba, a5 as pa, H as Ca, a7 as Sa, aB as Ta, aC as Da, aE as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as La, a6 as Ia, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as fa, M as _a, aD as va, Q as ka, N as Na, dW as Ma, d$ as Va, dY as wa, e2 as za, e4 as Ha, e5 as Ga, bn as xa, bp as ja, bo as Ja, d8 as qa, dS as Wa, dR as Qa, dj as Ka, dK as Xa, dL as Ya, dG as Za, dF as $a, dQ as ae, dP as ee, dO as se, dJ as te, bw as oe, bx as ie, cc as re, cb as ne, aA as le, az as ue, bz as ce, by as Ae, bF as me, bA as de, ay as be, bB as pe, bC as Ce, aw as Se, ax as Te, bE as De, d9 as ge, bc as Fe, be as ye, dd as Ee, db as Re, df as Be, dc as Le, da as Ie, de as he, dg as Ue, bk as Oe, bl as Pe, bg as fe, di as _e, dh as ve, d7 as ke, d6 as Ne, aP as Me, bu as Ve, bv as we, bD as ze, cF as He, cG as Ge, cH as xe, cI as je, cJ as Je, cK as qe, cL as We, cO as Qe, cM as Ke, cy as Xe, cx as Ye, cv as Ze, cw as $e, cz as as, bs as es, bt as ss, bq as ts, br as os, d_ as is, e1 as rs, dV as ns, cu as ls, cB as us, cA as cs, bJ as As, aM as ms, dH as ds, cU as bs, eb as ps, ec as Cs, e9 as Ss, cq as Ts, cj as Ds, cl as gs, co as Fs, ce as ys, ch as Es, cg as Rs, ci as Bs, cf as Ls, cm as Is, ck as hs, aO as Us, cC as Os, cY as Ps, cX as fs, cW as _s, cV as vs, ea as ks, c_ as Ns, cZ as Ms, d2 as Vs, d0 as ws, c$ as zs, aU as Hs, cD as Gs, cE as xs, e8 as js, dT as Js, b0 as qs, dU as Ws, dZ as Qs, dX as Ks, e0 as Xs, e3 as Ys, bO as Zs, bQ as $s, dN as at, dM as et, bj as st, bU as tt, bR as ot, bK as it, bN as rt, bL as nt, bP as lt, bV as ut, bS as ct, bX as At, bM as mt, bi as dt, bW as bt, bT as pt, cs as Ct, e7 as St, aI as Tt, d3 as Dt, d4 as gt, d5 as Ft, aR as yt, ct as Et, c0 as Rt, b$ as Bt, bZ as Lt, bY as It, b_ as ht, cr as Ut, cT as Ot, c8 as Pt, c7 as ft, c4 as _t, c2 as vt, c1 as kt, c6 as Nt, c3 as Mt, c5 as Vt, c9 as wt, ca as zt, cp as Ht, cd as Gt, b7 as xt, d1 as jt, cS as Jt, aK as qt, bG as Wt, cN as Qt, a$ as Kt, dt as Xt, dy as Yt, dB as Zt, dn as $t, dq as ao, dI as eo, dx as so, ds as to, dl as oo, dA as io, dE as ro, dv as no, dz as lo, dC as uo, dD as co, dr as Ao, du as mo, dw as bo, dp as po, dm as Co, bb as So, bm as To, e6 as Do, aV as go, aW as Fo, a_ as yo, b9 as Eo, b4 as Ro, b5 as Bo, aX as Lo, b6 as Io, b8 as ho, b3 as Uo, b1 as Oo, aZ as Po, b2 as fo, aL as _o, aH as vo, bd as ko, bf as No, ba as Mo, cP as Vo, cQ as wo, cR as zo, aQ as Ho, bh as Go, aS as xo, aF as jo, aG as Jo, bH as qo, bI as Wo, aJ as Qo, aT as Ko, aN as Xo, aY as Yo, dk as Zo, cn as $o } from "./lib-
|
|
1
|
+
import { R as s, S as t, T as o, U as i, V as r, W as n, K as l, d as u, a8 as c, at as A, a9 as m, av as d, e as b, a3 as p, J as C, _ as S, a as T, c as D, ar as g, aq as F, as as y, O as E, G as R, ap as B, aa as L, ai as I, aj as h, au as U, D as O, E as P, C as f, z as _, B as v, F as k, L as N, X as M, A as V, x as w, y as z, u as H, $ as G, v as x, Y as j, t as J, Z as q, w as W, s as Q, l as K, m as X, n as Y, ab as Z, o as $, p as aa, q as ea, j as sa, k as ta, r as oa, P as ia, ao as ra, ak as na, am as la, an as ua, al as ca, ae as Aa, ac as ma, ad as da, I as ba, a5 as pa, H as Ca, a7 as Sa, aB as Ta, aC as Da, aE as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as La, a6 as Ia, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as fa, M as _a, aD as va, Q as ka, N as Na, dW as Ma, d$ as Va, dY as wa, e2 as za, e4 as Ha, e5 as Ga, bn as xa, bp as ja, bo as Ja, d8 as qa, dS as Wa, dR as Qa, dj as Ka, dK as Xa, dL as Ya, dG as Za, dF as $a, dQ as ae, dP as ee, dO as se, dJ as te, bw as oe, bx as ie, cc as re, cb as ne, aA as le, az as ue, bz as ce, by as Ae, bF as me, bA as de, ay as be, bB as pe, bC as Ce, aw as Se, ax as Te, bE as De, d9 as ge, bc as Fe, be as ye, dd as Ee, db as Re, df as Be, dc as Le, da as Ie, de as he, dg as Ue, bk as Oe, bl as Pe, bg as fe, di as _e, dh as ve, d7 as ke, d6 as Ne, aP as Me, bu as Ve, bv as we, bD as ze, cF as He, cG as Ge, cH as xe, cI as je, cJ as Je, cK as qe, cL as We, cO as Qe, cM as Ke, cy as Xe, cx as Ye, cv as Ze, cw as $e, cz as as, bs as es, bt as ss, bq as ts, br as os, d_ as is, e1 as rs, dV as ns, cu as ls, cB as us, cA as cs, bJ as As, aM as ms, dH as ds, cU as bs, eb as ps, ec as Cs, e9 as Ss, cq as Ts, cj as Ds, cl as gs, co as Fs, ce as ys, ch as Es, cg as Rs, ci as Bs, cf as Ls, cm as Is, ck as hs, aO as Us, cC as Os, cY as Ps, cX as fs, cW as _s, cV as vs, ea as ks, c_ as Ns, cZ as Ms, d2 as Vs, d0 as ws, c$ as zs, aU as Hs, cD as Gs, cE as xs, e8 as js, dT as Js, b0 as qs, dU as Ws, dZ as Qs, dX as Ks, e0 as Xs, e3 as Ys, bO as Zs, bQ as $s, dN as at, dM as et, bj as st, bU as tt, bR as ot, bK as it, bN as rt, bL as nt, bP as lt, bV as ut, bS as ct, bX as At, bM as mt, bi as dt, bW as bt, bT as pt, cs as Ct, e7 as St, aI as Tt, d3 as Dt, d4 as gt, d5 as Ft, aR as yt, ct as Et, c0 as Rt, b$ as Bt, bZ as Lt, bY as It, b_ as ht, cr as Ut, cT as Ot, c8 as Pt, c7 as ft, c4 as _t, c2 as vt, c1 as kt, c6 as Nt, c3 as Mt, c5 as Vt, c9 as wt, ca as zt, cp as Ht, cd as Gt, b7 as xt, d1 as jt, cS as Jt, aK as qt, bG as Wt, cN as Qt, a$ as Kt, dt as Xt, dy as Yt, dB as Zt, dn as $t, dq as ao, dI as eo, dx as so, ds as to, dl as oo, dA as io, dE as ro, dv as no, dz as lo, dC as uo, dD as co, dr as Ao, du as mo, dw as bo, dp as po, dm as Co, bb as So, bm as To, e6 as Do, aV as go, aW as Fo, a_ as yo, b9 as Eo, b4 as Ro, b5 as Bo, aX as Lo, b6 as Io, b8 as ho, b3 as Uo, b1 as Oo, aZ as Po, b2 as fo, aL as _o, aH as vo, bd as ko, bf as No, ba as Mo, cP as Vo, cQ as wo, cR as zo, aQ as Ho, bh as Go, aS as xo, aF as jo, aG as Jo, bH as qo, bI as Wo, aJ as Qo, aT as Ko, aN as Xo, aY as Yo, dk as Zo, cn as $o } from "./lib-vv6PGFOv.js";
|
|
2
2
|
import { useI18n as ei } from "vue-i18n";
|
|
3
3
|
export {
|
|
4
4
|
s as AActionCloseButton,
|
|
@@ -615,7 +615,12 @@ const Cf = {
|
|
|
615
615
|
onBlur: Y,
|
|
616
616
|
onFocus: v,
|
|
617
617
|
"onUpdate:modelValue": X[1] || (X[1] = (x) => p(x))
|
|
618
|
-
}, va({
|
|
618
|
+
}, va({
|
|
619
|
+
prepend: f(() => [
|
|
620
|
+
ue(A.$slots, "prepend")
|
|
621
|
+
]),
|
|
622
|
+
_: 2
|
|
623
|
+
}, [
|
|
619
624
|
A.hideLabel ? void 0 : {
|
|
620
625
|
name: "label",
|
|
621
626
|
fn: f(() => [
|
|
@@ -733,7 +738,12 @@ const Cf = {
|
|
|
733
738
|
onBlur: Y,
|
|
734
739
|
onFocus: v,
|
|
735
740
|
"onUpdate:modelValue": X[1] || (X[1] = (x) => p(x))
|
|
736
|
-
}, va({
|
|
741
|
+
}, va({
|
|
742
|
+
prepend: f(() => [
|
|
743
|
+
ue(A.$slots, "prepend")
|
|
744
|
+
]),
|
|
745
|
+
_: 2
|
|
746
|
+
}, [
|
|
737
747
|
A.hideLabel ? void 0 : {
|
|
738
748
|
name: "label",
|
|
739
749
|
fn: f(() => [
|
|
@@ -23230,7 +23240,7 @@ const iD = {
|
|
|
23230
23240
|
})
|
|
23231
23241
|
});
|
|
23232
23242
|
async function VD() {
|
|
23233
|
-
(await import("./webfontloader-
|
|
23243
|
+
(await import("./webfontloader-BSLWQJFx.js").then((a) => a.w)).load({
|
|
23234
23244
|
google: {
|
|
23235
23245
|
families: ["Roboto:100,300,400,500,700,900&display=swap"]
|
|
23236
23246
|
}
|
|
@@ -24050,4 +24060,4 @@ export {
|
|
|
24050
24060
|
QS as y,
|
|
24051
24061
|
Hs as z
|
|
24052
24062
|
};
|
|
24053
|
-
//# sourceMappingURL=lib-
|
|
24063
|
+
//# sourceMappingURL=lib-vv6PGFOv.js.map
|