@anzusystems/common-admin 1.47.0-alpha22 → 1.47.0-alpha23
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 +53 -53
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-uPjKTSyb.js → lib-utx6qwpm.js} +10 -5
- package/dist/lib-utx6qwpm.js.map +1 -0
- package/dist/{webfontloader-KNiP66AU.js → webfontloader-eK6rrqQv.js} +2 -2
- package/dist/{webfontloader-KNiP66AU.js.map → webfontloader-eK6rrqQv.js.map} +1 -1
- package/package.json +4 -4
- package/dist/lib-uPjKTSyb.js.map +0 -1
|
@@ -2055,8 +2055,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
|
|
|
2055
2055
|
}, {
|
|
2056
2056
|
size: number;
|
|
2057
2057
|
variant: ButtonVariant;
|
|
2058
|
-
loading: boolean;
|
|
2059
2058
|
dataCy: string;
|
|
2059
|
+
loading: boolean;
|
|
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
|
-
loading: boolean;
|
|
2097
2096
|
dataCy: string;
|
|
2097
|
+
loading: boolean;
|
|
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
|
-
loading: boolean;
|
|
2143
2142
|
dataCy: string;
|
|
2143
|
+
loading: boolean;
|
|
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
|
-
label: string;
|
|
2328
2327
|
dataCy: string;
|
|
2328
|
+
label: 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
|
-
loading: boolean;
|
|
2405
2404
|
dataCy: string;
|
|
2405
|
+
loading: boolean;
|
|
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;
|
|
3237
3238
|
placeholder: string;
|
|
3238
3239
|
required: boolean;
|
|
3239
3240
|
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
|
-
placeholder: string;
|
|
3400
3399
|
dataCy: string;
|
|
3400
|
+
placeholder: 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
|
-
placeholder: string;
|
|
3493
3492
|
dataCy: string;
|
|
3493
|
+
placeholder: string;
|
|
3494
3494
|
}, {}>;
|
|
3495
3495
|
|
|
3496
3496
|
export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
|
|
@@ -3624,6 +3624,7 @@ 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;
|
|
3627
3628
|
collab: {
|
|
3628
3629
|
room: string;
|
|
3629
3630
|
field: string;
|
|
@@ -3631,7 +3632,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3631
3632
|
};
|
|
3632
3633
|
required: boolean;
|
|
3633
3634
|
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;
|
|
3692
3693
|
collab: {
|
|
3693
3694
|
room: string;
|
|
3694
3695
|
field: string;
|
|
3695
3696
|
cachedUsers: CollabCachedUsersMap;
|
|
3696
3697
|
};
|
|
3697
3698
|
label: string;
|
|
3698
|
-
dataCy: string;
|
|
3699
3699
|
clearable: boolean;
|
|
3700
3700
|
errorMessage: string;
|
|
3701
3701
|
v: any;
|
|
@@ -3720,6 +3720,10 @@ 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
|
+
};
|
|
3723
3727
|
collab: {
|
|
3724
3728
|
type: PropType<{
|
|
3725
3729
|
room: string;
|
|
@@ -3728,10 +3732,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
|
|
|
3728
3732
|
}>;
|
|
3729
3733
|
default: undefined;
|
|
3730
3734
|
};
|
|
3731
|
-
loading: {
|
|
3732
|
-
type: PropType<boolean>;
|
|
3733
|
-
default: boolean;
|
|
3734
|
-
};
|
|
3735
3735
|
required: {
|
|
3736
3736
|
type: PropType<boolean>;
|
|
3737
3737
|
default: undefined;
|
|
@@ -3807,6 +3807,10 @@ 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
|
+
};
|
|
3810
3814
|
collab: {
|
|
3811
3815
|
type: PropType<{
|
|
3812
3816
|
room: string;
|
|
@@ -3815,10 +3819,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
|
|
|
3815
3819
|
}>;
|
|
3816
3820
|
default: undefined;
|
|
3817
3821
|
};
|
|
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;
|
|
3886
3887
|
collab: {
|
|
3887
3888
|
room: string;
|
|
3888
3889
|
field: string;
|
|
3889
3890
|
cachedUsers: CollabCachedUsersMap;
|
|
3890
3891
|
};
|
|
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;
|
|
4106
4107
|
collab: {
|
|
4107
4108
|
room: string;
|
|
4108
4109
|
field: string;
|
|
4109
4110
|
cachedUsers: CollabCachedUsersMap;
|
|
4110
4111
|
};
|
|
4111
4112
|
label: string;
|
|
4112
|
-
dataCy: string;
|
|
4113
4113
|
hideLabel: boolean;
|
|
4114
4114
|
}, {}>, {
|
|
4115
4115
|
locked?(_: {
|
|
@@ -4181,6 +4181,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
4181
4181
|
appendIcon: string;
|
|
4182
4182
|
disabled: boolean;
|
|
4183
4183
|
prependIcon: string;
|
|
4184
|
+
dataCy: string;
|
|
4184
4185
|
collab: {
|
|
4185
4186
|
room: string;
|
|
4186
4187
|
field: string;
|
|
@@ -4188,7 +4189,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
4188
4189
|
};
|
|
4189
4190
|
required: boolean;
|
|
4190
4191
|
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;
|
|
4283
4285
|
collab: {
|
|
4284
4286
|
room: string;
|
|
4285
4287
|
field: string;
|
|
4286
4288
|
cachedUsers: CollabCachedUsersMap;
|
|
4287
4289
|
};
|
|
4288
|
-
placeholder: string;
|
|
4289
4290
|
required: boolean;
|
|
4290
4291
|
label: string;
|
|
4291
|
-
dataCy: string;
|
|
4292
4292
|
step: number;
|
|
4293
4293
|
maxlength: number;
|
|
4294
4294
|
hideLabel: boolean;
|
|
@@ -4363,6 +4363,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4363
4363
|
onBlur?: ((data: any) => any) | undefined;
|
|
4364
4364
|
}, {
|
|
4365
4365
|
disabled: boolean;
|
|
4366
|
+
dataCy: string;
|
|
4366
4367
|
multiple: boolean;
|
|
4367
4368
|
collab: {
|
|
4368
4369
|
room: string;
|
|
@@ -4371,7 +4372,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4371
4372
|
};
|
|
4372
4373
|
required: boolean;
|
|
4373
4374
|
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
|
-
image: {
|
|
4416
|
-
type: PropType<ImageAware>;
|
|
4417
|
-
default: undefined;
|
|
4418
|
-
};
|
|
4419
4415
|
dataCy: {
|
|
4420
4416
|
type: PropType<string>;
|
|
4421
4417
|
default: undefined;
|
|
4422
4418
|
};
|
|
4419
|
+
image: {
|
|
4420
|
+
type: PropType<ImageAware>;
|
|
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
|
-
image: {
|
|
4446
|
-
type: PropType<ImageAware>;
|
|
4447
|
-
default: undefined;
|
|
4448
|
-
};
|
|
4449
4445
|
dataCy: {
|
|
4450
4446
|
type: PropType<string>;
|
|
4451
4447
|
default: undefined;
|
|
4452
4448
|
};
|
|
4449
|
+
image: {
|
|
4450
|
+
type: PropType<ImageAware>;
|
|
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
|
-
image: ImageAware;
|
|
4467
4466
|
dataCy: string;
|
|
4467
|
+
image: ImageAware;
|
|
4468
4468
|
configName: string;
|
|
4469
4469
|
labelT: string;
|
|
4470
4470
|
}, {}>;
|
|
@@ -4543,6 +4543,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
4543
4543
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
4544
4544
|
}, {
|
|
4545
4545
|
width: number;
|
|
4546
|
+
dataCy: string;
|
|
4546
4547
|
collab: {
|
|
4547
4548
|
room: string;
|
|
4548
4549
|
field: string;
|
|
@@ -4551,7 +4552,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
4551
4552
|
image: ImageAware;
|
|
4552
4553
|
required: boolean;
|
|
4553
4554
|
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
|
-
label: string;
|
|
4616
4615
|
dataCy: string;
|
|
4616
|
+
label: 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
|
-
submitFilter: Fn;
|
|
5437
|
-
resetFilter: Fn;
|
|
5438
5436
|
pagination: Pagination;
|
|
5439
5437
|
loading?: boolean | undefined;
|
|
5438
|
+
submitFilter: Fn;
|
|
5439
|
+
resetFilter: Fn;
|
|
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
|
-
submitFilter: Fn;
|
|
5481
|
-
resetFilter: Fn;
|
|
5482
5480
|
pagination: Pagination;
|
|
5483
5481
|
loading?: boolean | undefined;
|
|
5482
|
+
submitFilter: Fn;
|
|
5483
|
+
resetFilter: Fn;
|
|
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
|
-
submitFilter: Fn;
|
|
5529
|
-
resetFilter: Fn;
|
|
5530
5528
|
pagination: Pagination;
|
|
5531
5529
|
loading?: boolean | undefined;
|
|
5530
|
+
submitFilter: Fn;
|
|
5531
|
+
resetFilter: Fn;
|
|
5532
5532
|
modelValue?: boolean | undefined;
|
|
5533
5533
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5534
5534
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -6213,6 +6213,10 @@ 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
|
+
};
|
|
6216
6220
|
multiple: {
|
|
6217
6221
|
type: PropType<boolean>;
|
|
6218
6222
|
default: boolean;
|
|
@@ -6229,10 +6233,6 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
|
|
|
6229
6233
|
type: PropType<string>;
|
|
6230
6234
|
default: undefined;
|
|
6231
6235
|
};
|
|
6232
|
-
dataCy: {
|
|
6233
|
-
type: PropType<string>;
|
|
6234
|
-
default: string;
|
|
6235
|
-
};
|
|
6236
6236
|
clearable: {
|
|
6237
6237
|
type: PropType<boolean>;
|
|
6238
6238
|
default: boolean;
|
|
@@ -6257,6 +6257,10 @@ 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
|
+
};
|
|
6260
6264
|
multiple: {
|
|
6261
6265
|
type: PropType<boolean>;
|
|
6262
6266
|
default: boolean;
|
|
@@ -6273,10 +6277,6 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
|
|
|
6273
6277
|
type: PropType<string>;
|
|
6274
6278
|
default: undefined;
|
|
6275
6279
|
};
|
|
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;
|
|
6303
6304
|
multiple: boolean;
|
|
6304
6305
|
required: boolean;
|
|
6305
6306
|
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;
|
|
6479
6480
|
multiple: boolean;
|
|
6480
6481
|
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;
|
|
6533
6534
|
multiple: boolean;
|
|
6534
6535
|
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;
|
|
6614
6615
|
multiple: boolean;
|
|
6615
6616
|
required: boolean;
|
|
6616
6617
|
label: string;
|
|
6617
|
-
dataCy: string;
|
|
6618
6618
|
clearable: boolean;
|
|
6619
6619
|
hideDetails: boolean;
|
|
6620
6620
|
disableInitFetch: 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 I, ai as L, aj as h, au as U, D as O, E as P, C as _, z as f, 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 x, v as j, Y as J, t as G, Z as q, w as W, s as K, l as Q, 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, aA as Ta, aB as Da, aD as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as Ia, a6 as La, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as _a, M as fa, aC as va, Q as ka, N as Na, dS as Ma, dX as Va, dU as wa, d_ as za, e0 as Ha, e1 as xa, bm as ja, bo as Ja, bn as Ga, d4 as qa, dO as Wa, dN as Ka, df as Qa, dG as Xa, dH as Ya, dC as Za, dB as $a, dM as ae, dL as ee, dK as se, dF as te, bv as oe, bw as ie, cb as re, ca as ne, az as le, by as ue, bx as ce, bE as Ae, bz as me, ay as de, bA as be, bB as pe, aw as Ce, ax as Se, bD as Te, d5 as De, bb as ge, bd as Fe, d9 as ye, d7 as Ee, db as Re, d8 as Be, d6 as Ie, da as Le, dc as he, bj as Ue, bk as Oe, bf as Pe, de as _e, dd as fe, d3 as ve, d2 as ke, aO as Ne, bt as Me, bu as Ve, bC as we, cE as ze, cF as He, cG as xe, cH as je, cI as Je, cJ as Ge, cK as qe, cL as We, cx as Ke, cw as Qe, cu as Xe, cv as Ye, cy as Ze, br as $e, bs as as, bp as es, bq as ss, dW as ts, dZ as os, dR as is, ct as rs, cA as ns, cz as ls, bI as us, aL as cs, dD as As, cS as ms, e7 as ds, e8 as bs, e5 as ps, cp as Cs, ci as Ss, ck as Ts, cn as Ds, cd as gs, cg as Fs, cf as ys, ch as Es, ce as Rs, cl as Bs, cj as Is, aN as Ls, cB as hs, cU as Us, cT as Os, e6 as Ps, cW as _s, cV as fs, c_ as vs, cY as ks, cX as Ns, aT as Ms, cC as Vs, cD as ws, e4 as zs, dP as Hs, a$ as xs, dQ as js, dV as Js, dT as Gs, dY as qs, d$ as Ws, bN as Ks, bP as Qs, dJ as Xs, dI as Ys, bi as Zs, bT as $s, bQ as at, bJ as et, bM as st, bK as tt, bO as ot, bU as it, bR as rt, bW as nt, bL as lt, bh as ut, bV as ct, bS as At, cr as mt, e3 as dt, aH as bt, c$ as pt, d0 as Ct, d1 as St, aQ as Tt, cs as Dt, b$ as gt, b_ as Ft, bY as yt, bX as Et, bZ as Rt, cq as Bt, cR as It, c7 as Lt, c6 as ht, c3 as Ut, c1 as Ot, c0 as Pt, c5 as _t, c2 as ft, c4 as vt, c8 as kt, c9 as Nt, co as Mt, cc as Vt, b6 as wt, cZ as zt, cQ as Ht, aJ as xt, bF as jt, cM as Jt, a_ as Gt, dp as qt, du as Wt, dx as Kt, dj as Qt, dl as Xt, dE as Yt, dt as Zt, dn as $t, dh as ao, dw as eo, dA as so, dr as to, dv as oo, dy as io, dz as ro, dm as no, dq as lo, ds as uo, dk as co, di as Ao, ba as mo, bl as bo, e2 as po, aU as Co, aV as So, aZ as To, b8 as Do, b3 as go, b4 as Fo, aW as yo, b5 as Eo, b7 as Ro, b2 as Bo, b0 as Io, aY as Lo, b1 as ho, aK as Uo, aG as Oo, bc as Po, be as _o, b9 as fo, cN as vo, cO as ko, cP as No, aP as Mo, bg as Vo, aR as wo, aE as zo, aF as Ho, bG as xo, bH as jo, aI as Jo, aS as Go, aM as qo, aX as Wo, dg as Ko, cm as Qo } 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 I, ai as L, aj as h, au as U, D as O, E as P, C as _, z as f, 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 x, v as j, Y as J, t as G, Z as q, w as W, s as K, l as Q, 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, aA as Ta, aB as Da, aD as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as Ia, a6 as La, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as _a, M as fa, aC as va, Q as ka, N as Na, dS as Ma, dX as Va, dU as wa, d_ as za, e0 as Ha, e1 as xa, bm as ja, bo as Ja, bn as Ga, d4 as qa, dO as Wa, dN as Ka, df as Qa, dG as Xa, dH as Ya, dC as Za, dB as $a, dM as ae, dL as ee, dK as se, dF as te, bv as oe, bw as ie, cb as re, ca as ne, az as le, by as ue, bx as ce, bE as Ae, bz as me, ay as de, bA as be, bB as pe, aw as Ce, ax as Se, bD as Te, d5 as De, bb as ge, bd as Fe, d9 as ye, d7 as Ee, db as Re, d8 as Be, d6 as Ie, da as Le, dc as he, bj as Ue, bk as Oe, bf as Pe, de as _e, dd as fe, d3 as ve, d2 as ke, aO as Ne, bt as Me, bu as Ve, bC as we, cE as ze, cF as He, cG as xe, cH as je, cI as Je, cJ as Ge, cK as qe, cL as We, cx as Ke, cw as Qe, cu as Xe, cv as Ye, cy as Ze, br as $e, bs as as, bp as es, bq as ss, dW as ts, dZ as os, dR as is, ct as rs, cA as ns, cz as ls, bI as us, aL as cs, dD as As, cS as ms, e7 as ds, e8 as bs, e5 as ps, cp as Cs, ci as Ss, ck as Ts, cn as Ds, cd as gs, cg as Fs, cf as ys, ch as Es, ce as Rs, cl as Bs, cj as Is, aN as Ls, cB as hs, cU as Us, cT as Os, e6 as Ps, cW as _s, cV as fs, c_ as vs, cY as ks, cX as Ns, aT as Ms, cC as Vs, cD as ws, e4 as zs, dP as Hs, a$ as xs, dQ as js, dV as Js, dT as Gs, dY as qs, d$ as Ws, bN as Ks, bP as Qs, dJ as Xs, dI as Ys, bi as Zs, bT as $s, bQ as at, bJ as et, bM as st, bK as tt, bO as ot, bU as it, bR as rt, bW as nt, bL as lt, bh as ut, bV as ct, bS as At, cr as mt, e3 as dt, aH as bt, c$ as pt, d0 as Ct, d1 as St, aQ as Tt, cs as Dt, b$ as gt, b_ as Ft, bY as yt, bX as Et, bZ as Rt, cq as Bt, cR as It, c7 as Lt, c6 as ht, c3 as Ut, c1 as Ot, c0 as Pt, c5 as _t, c2 as ft, c4 as vt, c8 as kt, c9 as Nt, co as Mt, cc as Vt, b6 as wt, cZ as zt, cQ as Ht, aJ as xt, bF as jt, cM as Jt, a_ as Gt, dp as qt, du as Wt, dx as Kt, dj as Qt, dl as Xt, dE as Yt, dt as Zt, dn as $t, dh as ao, dw as eo, dA as so, dr as to, dv as oo, dy as io, dz as ro, dm as no, dq as lo, ds as uo, dk as co, di as Ao, ba as mo, bl as bo, e2 as po, aU as Co, aV as So, aZ as To, b8 as Do, b3 as go, b4 as Fo, aW as yo, b5 as Eo, b7 as Ro, b2 as Bo, b0 as Io, aY as Lo, b1 as ho, aK as Uo, aG as Oo, bc as Po, be as _o, b9 as fo, cN as vo, cO as ko, cP as No, aP as Mo, bg as Vo, aR as wo, aE as zo, aF as Ho, bG as xo, bH as jo, aI as Jo, aS as Go, aM as qo, aX as Wo, dg as Ko, cm as Qo } from "./lib-utx6qwpm.js";
|
|
2
2
|
import { useI18n as Yo } from "vue-i18n";
|
|
3
3
|
export {
|
|
4
4
|
s as AActionCloseButton,
|
|
@@ -1393,13 +1393,18 @@ const ar = {
|
|
|
1393
1393
|
state: ar.IDLE,
|
|
1394
1394
|
speed: P,
|
|
1395
1395
|
length: R + 2 * P,
|
|
1396
|
-
data: B
|
|
1396
|
+
data: B,
|
|
1397
|
+
duplicates: 0
|
|
1397
1398
|
};
|
|
1398
1399
|
R >= 0 && (r.value = new If(() => X(G), G.length, G));
|
|
1399
1400
|
const Q = t.reverse ? !V.value : V.value;
|
|
1400
1401
|
let te = -1;
|
|
1401
|
-
const fe = d.value.
|
|
1402
|
-
(
|
|
1402
|
+
const fe = d.value.find((me) => me.title === _.title && me.text === _.text);
|
|
1403
|
+
if (x && fe) {
|
|
1404
|
+
fe.duplicates++;
|
|
1405
|
+
return;
|
|
1406
|
+
}
|
|
1407
|
+
Q ? (i.value.push(G), a("start", G), d.value.length > t.max && (te = 0)) : (i.value.unshift(G), a("start", G), d.value.length > t.max && (te = d.value.length - 1)), te !== -1 && X(d.value[te]);
|
|
1403
1408
|
}, C = (_) => {
|
|
1404
1409
|
I(_);
|
|
1405
1410
|
}, g = (_) => ["vue-notification-template", t.classes, _.type || ""], y = (_) => l.value ? void 0 : {
|
|
@@ -23251,7 +23256,7 @@ const LK = {
|
|
|
23251
23256
|
})
|
|
23252
23257
|
});
|
|
23253
23258
|
async function eD() {
|
|
23254
|
-
(await import("./webfontloader-
|
|
23259
|
+
(await import("./webfontloader-eK6rrqQv.js").then((a) => a.w)).load({
|
|
23255
23260
|
google: {
|
|
23256
23261
|
families: ["Roboto:100,300,400,500,700,900&display=swap"]
|
|
23257
23262
|
}
|
|
@@ -23944,4 +23949,4 @@ export {
|
|
|
23944
23949
|
BS as y,
|
|
23945
23950
|
Us as z
|
|
23946
23951
|
};
|
|
23947
|
-
//# sourceMappingURL=lib-
|
|
23952
|
+
//# sourceMappingURL=lib-utx6qwpm.js.map
|