@anzusystems/common-admin 1.47.0-alpha21 → 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 +64 -55
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-y_C2zj3X.js → lib-utx6qwpm.js} +913 -902
- package/dist/lib-utx6qwpm.js.map +1 -0
- package/dist/{webfontloader-sZDWINSv.js → webfontloader-eK6rrqQv.js} +2 -2
- package/dist/{webfontloader-sZDWINSv.js.map → webfontloader-eK6rrqQv.js.map} +1 -1
- package/package.json +5 -5
- package/dist/lib-y_C2zj3X.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;
|
|
@@ -2425,6 +2425,7 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__V
|
|
|
2425
2425
|
textOnly?: boolean | undefined;
|
|
2426
2426
|
fallbackIdText?: boolean | undefined;
|
|
2427
2427
|
wrapText?: boolean | undefined;
|
|
2428
|
+
closable?: boolean | undefined;
|
|
2428
2429
|
}>, {
|
|
2429
2430
|
id: null;
|
|
2430
2431
|
title: string;
|
|
@@ -2436,7 +2437,10 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__V
|
|
|
2436
2437
|
textOnly: boolean;
|
|
2437
2438
|
fallbackIdText: boolean;
|
|
2438
2439
|
wrapText: boolean;
|
|
2439
|
-
|
|
2440
|
+
closable: boolean;
|
|
2441
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2442
|
+
onClose: (id: string | number | null | undefined) => void;
|
|
2443
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
|
|
2440
2444
|
id?: string | number | null | undefined;
|
|
2441
2445
|
title?: string | undefined;
|
|
2442
2446
|
containerClass?: string | undefined;
|
|
@@ -2450,6 +2454,7 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__V
|
|
|
2450
2454
|
textOnly?: boolean | undefined;
|
|
2451
2455
|
fallbackIdText?: boolean | undefined;
|
|
2452
2456
|
wrapText?: boolean | undefined;
|
|
2457
|
+
closable?: boolean | undefined;
|
|
2453
2458
|
}>, {
|
|
2454
2459
|
id: null;
|
|
2455
2460
|
title: string;
|
|
@@ -2461,11 +2466,15 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__V
|
|
|
2461
2466
|
textOnly: boolean;
|
|
2462
2467
|
fallbackIdText: boolean;
|
|
2463
2468
|
wrapText: boolean;
|
|
2464
|
-
|
|
2469
|
+
closable: boolean;
|
|
2470
|
+
}>>> & {
|
|
2471
|
+
onOnClose?: ((id: string | number | null | undefined) => any) | undefined;
|
|
2472
|
+
}, {
|
|
2465
2473
|
size: string;
|
|
2466
2474
|
title: string;
|
|
2467
2475
|
id: string | number | null;
|
|
2468
2476
|
containerClass: string;
|
|
2477
|
+
closable: boolean;
|
|
2469
2478
|
disableClick: boolean;
|
|
2470
2479
|
openInNew: boolean;
|
|
2471
2480
|
forceRounded: boolean;
|
|
@@ -3225,10 +3234,10 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
|
|
|
3225
3234
|
}, {
|
|
3226
3235
|
disabled: boolean;
|
|
3227
3236
|
type: "datetime";
|
|
3237
|
+
dataCy: string;
|
|
3228
3238
|
placeholder: string;
|
|
3229
3239
|
required: boolean;
|
|
3230
3240
|
label: string;
|
|
3231
|
-
dataCy: string;
|
|
3232
3241
|
hideLabel: boolean;
|
|
3233
3242
|
clearable: boolean;
|
|
3234
3243
|
hideDetails: boolean;
|
|
@@ -3387,8 +3396,8 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
|
|
|
3387
3396
|
placeholder: undefined;
|
|
3388
3397
|
dataCy: string;
|
|
3389
3398
|
}>>>, {
|
|
3390
|
-
placeholder: string;
|
|
3391
3399
|
dataCy: string;
|
|
3400
|
+
placeholder: string;
|
|
3392
3401
|
filterId: Filter<any>;
|
|
3393
3402
|
filterDocId: Filter<any>;
|
|
3394
3403
|
filterText: Filter<any>;
|
|
@@ -3480,8 +3489,8 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
|
|
|
3480
3489
|
}>>> & {
|
|
3481
3490
|
"onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
|
|
3482
3491
|
}, {
|
|
3483
|
-
placeholder: string;
|
|
3484
3492
|
dataCy: string;
|
|
3493
|
+
placeholder: string;
|
|
3485
3494
|
}, {}>;
|
|
3486
3495
|
|
|
3487
3496
|
export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
|
|
@@ -3615,6 +3624,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3615
3624
|
"onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
3616
3625
|
}, {
|
|
3617
3626
|
disabled: boolean;
|
|
3627
|
+
dataCy: string;
|
|
3618
3628
|
collab: {
|
|
3619
3629
|
room: string;
|
|
3620
3630
|
field: string;
|
|
@@ -3622,7 +3632,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3622
3632
|
};
|
|
3623
3633
|
required: boolean;
|
|
3624
3634
|
label: string;
|
|
3625
|
-
dataCy: string;
|
|
3626
3635
|
clearable: boolean;
|
|
3627
3636
|
errorMessage: string;
|
|
3628
3637
|
v: any;
|
|
@@ -3680,13 +3689,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
|
|
|
3680
3689
|
"onClick:append"?: ((data: string | number | null) => any) | undefined;
|
|
3681
3690
|
}, {
|
|
3682
3691
|
disabled: boolean;
|
|
3692
|
+
dataCy: string;
|
|
3683
3693
|
collab: {
|
|
3684
3694
|
room: string;
|
|
3685
3695
|
field: string;
|
|
3686
3696
|
cachedUsers: CollabCachedUsersMap;
|
|
3687
3697
|
};
|
|
3688
3698
|
label: string;
|
|
3689
|
-
dataCy: string;
|
|
3690
3699
|
clearable: boolean;
|
|
3691
3700
|
errorMessage: string;
|
|
3692
3701
|
v: any;
|
|
@@ -3711,6 +3720,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
|
|
|
3711
3720
|
type: PropType<boolean>;
|
|
3712
3721
|
default: boolean;
|
|
3713
3722
|
};
|
|
3723
|
+
loading: {
|
|
3724
|
+
type: PropType<boolean>;
|
|
3725
|
+
default: boolean;
|
|
3726
|
+
};
|
|
3714
3727
|
collab: {
|
|
3715
3728
|
type: PropType<{
|
|
3716
3729
|
room: string;
|
|
@@ -3719,10 +3732,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
|
|
|
3719
3732
|
}>;
|
|
3720
3733
|
default: undefined;
|
|
3721
3734
|
};
|
|
3722
|
-
loading: {
|
|
3723
|
-
type: PropType<boolean>;
|
|
3724
|
-
default: boolean;
|
|
3725
|
-
};
|
|
3726
3735
|
required: {
|
|
3727
3736
|
type: PropType<boolean>;
|
|
3728
3737
|
default: undefined;
|
|
@@ -3798,6 +3807,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
|
|
|
3798
3807
|
type: PropType<boolean>;
|
|
3799
3808
|
default: boolean;
|
|
3800
3809
|
};
|
|
3810
|
+
loading: {
|
|
3811
|
+
type: PropType<boolean>;
|
|
3812
|
+
default: boolean;
|
|
3813
|
+
};
|
|
3801
3814
|
collab: {
|
|
3802
3815
|
type: PropType<{
|
|
3803
3816
|
room: string;
|
|
@@ -3806,10 +3819,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
|
|
|
3806
3819
|
}>;
|
|
3807
3820
|
default: undefined;
|
|
3808
3821
|
};
|
|
3809
|
-
loading: {
|
|
3810
|
-
type: PropType<boolean>;
|
|
3811
|
-
default: boolean;
|
|
3812
|
-
};
|
|
3813
3822
|
required: {
|
|
3814
3823
|
type: PropType<boolean>;
|
|
3815
3824
|
default: undefined;
|
|
@@ -3874,12 +3883,12 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
|
|
|
3874
3883
|
}, {
|
|
3875
3884
|
disabled: boolean;
|
|
3876
3885
|
multiple: boolean;
|
|
3886
|
+
loading: boolean;
|
|
3877
3887
|
collab: {
|
|
3878
3888
|
room: string;
|
|
3879
3889
|
field: string;
|
|
3880
3890
|
cachedUsers: CollabCachedUsersMap;
|
|
3881
3891
|
};
|
|
3882
|
-
loading: boolean;
|
|
3883
3892
|
required: boolean;
|
|
3884
3893
|
label: string;
|
|
3885
3894
|
hideLabel: boolean;
|
|
@@ -4094,13 +4103,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
|
|
|
4094
4103
|
onBlur?: ((data: boolean) => any) | undefined;
|
|
4095
4104
|
}, {
|
|
4096
4105
|
disabled: boolean;
|
|
4106
|
+
dataCy: string;
|
|
4097
4107
|
collab: {
|
|
4098
4108
|
room: string;
|
|
4099
4109
|
field: string;
|
|
4100
4110
|
cachedUsers: CollabCachedUsersMap;
|
|
4101
4111
|
};
|
|
4102
4112
|
label: string;
|
|
4103
|
-
dataCy: string;
|
|
4104
4113
|
hideLabel: boolean;
|
|
4105
4114
|
}, {}>, {
|
|
4106
4115
|
locked?(_: {
|
|
@@ -4172,6 +4181,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
4172
4181
|
appendIcon: string;
|
|
4173
4182
|
disabled: boolean;
|
|
4174
4183
|
prependIcon: string;
|
|
4184
|
+
dataCy: string;
|
|
4175
4185
|
collab: {
|
|
4176
4186
|
room: string;
|
|
4177
4187
|
field: string;
|
|
@@ -4179,7 +4189,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
4179
4189
|
};
|
|
4180
4190
|
required: boolean;
|
|
4181
4191
|
label: string;
|
|
4182
|
-
dataCy: string;
|
|
4183
4192
|
hideLabel: boolean;
|
|
4184
4193
|
errorMessage: string;
|
|
4185
4194
|
v: any;
|
|
@@ -4271,15 +4280,15 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4271
4280
|
disabled: boolean;
|
|
4272
4281
|
prependIcon: string;
|
|
4273
4282
|
type: string;
|
|
4283
|
+
dataCy: string;
|
|
4284
|
+
placeholder: string;
|
|
4274
4285
|
collab: {
|
|
4275
4286
|
room: string;
|
|
4276
4287
|
field: string;
|
|
4277
4288
|
cachedUsers: CollabCachedUsersMap;
|
|
4278
4289
|
};
|
|
4279
|
-
placeholder: string;
|
|
4280
4290
|
required: boolean;
|
|
4281
4291
|
label: string;
|
|
4282
|
-
dataCy: string;
|
|
4283
4292
|
step: number;
|
|
4284
4293
|
maxlength: number;
|
|
4285
4294
|
hideLabel: boolean;
|
|
@@ -4354,6 +4363,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4354
4363
|
onBlur?: ((data: any) => any) | undefined;
|
|
4355
4364
|
}, {
|
|
4356
4365
|
disabled: boolean;
|
|
4366
|
+
dataCy: string;
|
|
4357
4367
|
multiple: boolean;
|
|
4358
4368
|
collab: {
|
|
4359
4369
|
room: string;
|
|
@@ -4362,7 +4372,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4362
4372
|
};
|
|
4363
4373
|
required: boolean;
|
|
4364
4374
|
label: string;
|
|
4365
|
-
dataCy: string;
|
|
4366
4375
|
hideLabel: boolean;
|
|
4367
4376
|
clearable: boolean;
|
|
4368
4377
|
hideDetails: boolean;
|
|
@@ -4403,14 +4412,14 @@ export declare const AImagePublicInput: DefineComponent<{
|
|
|
4403
4412
|
required: true;
|
|
4404
4413
|
type: PropType<IntegerIdNullable>;
|
|
4405
4414
|
};
|
|
4406
|
-
image: {
|
|
4407
|
-
type: PropType<ImageAware>;
|
|
4408
|
-
default: undefined;
|
|
4409
|
-
};
|
|
4410
4415
|
dataCy: {
|
|
4411
4416
|
type: PropType<string>;
|
|
4412
4417
|
default: undefined;
|
|
4413
4418
|
};
|
|
4419
|
+
image: {
|
|
4420
|
+
type: PropType<ImageAware>;
|
|
4421
|
+
default: undefined;
|
|
4422
|
+
};
|
|
4414
4423
|
configName: {
|
|
4415
4424
|
type: PropType<string>;
|
|
4416
4425
|
default: string;
|
|
@@ -4433,14 +4442,14 @@ export declare const AImagePublicInput: DefineComponent<{
|
|
|
4433
4442
|
required: true;
|
|
4434
4443
|
type: PropType<IntegerIdNullable>;
|
|
4435
4444
|
};
|
|
4436
|
-
image: {
|
|
4437
|
-
type: PropType<ImageAware>;
|
|
4438
|
-
default: undefined;
|
|
4439
|
-
};
|
|
4440
4445
|
dataCy: {
|
|
4441
4446
|
type: PropType<string>;
|
|
4442
4447
|
default: undefined;
|
|
4443
4448
|
};
|
|
4449
|
+
image: {
|
|
4450
|
+
type: PropType<ImageAware>;
|
|
4451
|
+
default: undefined;
|
|
4452
|
+
};
|
|
4444
4453
|
configName: {
|
|
4445
4454
|
type: PropType<string>;
|
|
4446
4455
|
default: string;
|
|
@@ -4454,8 +4463,8 @@ export declare const AImagePublicInput: DefineComponent<{
|
|
|
4454
4463
|
default: string;
|
|
4455
4464
|
};
|
|
4456
4465
|
}>>, {
|
|
4457
|
-
image: ImageAware;
|
|
4458
4466
|
dataCy: string;
|
|
4467
|
+
image: ImageAware;
|
|
4459
4468
|
configName: string;
|
|
4460
4469
|
labelT: string;
|
|
4461
4470
|
}, {}>;
|
|
@@ -4534,6 +4543,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
4534
4543
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
4535
4544
|
}, {
|
|
4536
4545
|
width: number;
|
|
4546
|
+
dataCy: string;
|
|
4537
4547
|
collab: {
|
|
4538
4548
|
room: string;
|
|
4539
4549
|
field: string;
|
|
@@ -4542,7 +4552,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
4542
4552
|
image: ImageAware;
|
|
4543
4553
|
required: boolean;
|
|
4544
4554
|
label: string;
|
|
4545
|
-
dataCy: string;
|
|
4546
4555
|
readonly: boolean;
|
|
4547
4556
|
configName: string;
|
|
4548
4557
|
expandOptions: boolean;
|
|
@@ -4603,8 +4612,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
|
|
|
4603
4612
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
4604
4613
|
}, {
|
|
4605
4614
|
width: number;
|
|
4606
|
-
label: string;
|
|
4607
4615
|
dataCy: string;
|
|
4616
|
+
label: string;
|
|
4608
4617
|
readonly: boolean;
|
|
4609
4618
|
configName: string;
|
|
4610
4619
|
callDeleteApiOnRemove: boolean;
|
|
@@ -5424,10 +5433,10 @@ declare enum AssetSelectReturnType {
|
|
|
5424
5433
|
}
|
|
5425
5434
|
|
|
5426
5435
|
export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
5427
|
-
submitFilter: Fn;
|
|
5428
|
-
resetFilter: Fn;
|
|
5429
5436
|
pagination: Pagination;
|
|
5430
5437
|
loading?: boolean | undefined;
|
|
5438
|
+
submitFilter: Fn;
|
|
5439
|
+
resetFilter: Fn;
|
|
5431
5440
|
modelValue?: boolean | undefined;
|
|
5432
5441
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5433
5442
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -5468,10 +5477,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5468
5477
|
open: () => void;
|
|
5469
5478
|
}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
5470
5479
|
props: {
|
|
5471
|
-
submitFilter: Fn;
|
|
5472
|
-
resetFilter: Fn;
|
|
5473
5480
|
pagination: Pagination;
|
|
5474
5481
|
loading?: boolean | undefined;
|
|
5482
|
+
submitFilter: Fn;
|
|
5483
|
+
resetFilter: Fn;
|
|
5475
5484
|
modelValue?: boolean | undefined;
|
|
5476
5485
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5477
5486
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -5516,10 +5525,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5516
5525
|
}> & {
|
|
5517
5526
|
__ctx?: {
|
|
5518
5527
|
props: {
|
|
5519
|
-
submitFilter: Fn;
|
|
5520
|
-
resetFilter: Fn;
|
|
5521
5528
|
pagination: Pagination;
|
|
5522
5529
|
loading?: boolean | undefined;
|
|
5530
|
+
submitFilter: Fn;
|
|
5531
|
+
resetFilter: Fn;
|
|
5523
5532
|
modelValue?: boolean | undefined;
|
|
5524
5533
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5525
5534
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -6204,6 +6213,10 @@ export declare interface DamAssetLicenceMinimal {
|
|
|
6204
6213
|
|
|
6205
6214
|
export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
|
|
6206
6215
|
selected: PropType<ValueObjectOption<number>[]>;
|
|
6216
|
+
dataCy: {
|
|
6217
|
+
type: PropType<string>;
|
|
6218
|
+
default: string;
|
|
6219
|
+
};
|
|
6207
6220
|
multiple: {
|
|
6208
6221
|
type: PropType<boolean>;
|
|
6209
6222
|
default: boolean;
|
|
@@ -6220,10 +6233,6 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
|
|
|
6220
6233
|
type: PropType<string>;
|
|
6221
6234
|
default: undefined;
|
|
6222
6235
|
};
|
|
6223
|
-
dataCy: {
|
|
6224
|
-
type: PropType<string>;
|
|
6225
|
-
default: string;
|
|
6226
|
-
};
|
|
6227
6236
|
clearable: {
|
|
6228
6237
|
type: PropType<boolean>;
|
|
6229
6238
|
default: boolean;
|
|
@@ -6248,6 +6257,10 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
|
|
|
6248
6257
|
"update:modelValue": (data: any) => void;
|
|
6249
6258
|
}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
6250
6259
|
selected: PropType<ValueObjectOption<number>[]>;
|
|
6260
|
+
dataCy: {
|
|
6261
|
+
type: PropType<string>;
|
|
6262
|
+
default: string;
|
|
6263
|
+
};
|
|
6251
6264
|
multiple: {
|
|
6252
6265
|
type: PropType<boolean>;
|
|
6253
6266
|
default: boolean;
|
|
@@ -6264,10 +6277,6 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
|
|
|
6264
6277
|
type: PropType<string>;
|
|
6265
6278
|
default: undefined;
|
|
6266
6279
|
};
|
|
6267
|
-
dataCy: {
|
|
6268
|
-
type: PropType<string>;
|
|
6269
|
-
default: string;
|
|
6270
|
-
};
|
|
6271
6280
|
clearable: {
|
|
6272
6281
|
type: PropType<boolean>;
|
|
6273
6282
|
default: boolean;
|
|
@@ -6291,10 +6300,10 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
|
|
|
6291
6300
|
}>> & {
|
|
6292
6301
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
6293
6302
|
}, {
|
|
6303
|
+
dataCy: string;
|
|
6294
6304
|
multiple: boolean;
|
|
6295
6305
|
required: boolean;
|
|
6296
6306
|
label: string;
|
|
6297
|
-
dataCy: string;
|
|
6298
6307
|
clearable: boolean;
|
|
6299
6308
|
hideDetails: boolean;
|
|
6300
6309
|
disableInitFetch: boolean;
|
|
@@ -6467,9 +6476,9 @@ export declare const DamDistributionServiceSelect: DefineComponent<__VLS_WithDef
|
|
|
6467
6476
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
6468
6477
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
6469
6478
|
}, {
|
|
6479
|
+
dataCy: string;
|
|
6470
6480
|
multiple: boolean;
|
|
6471
6481
|
label: string;
|
|
6472
|
-
dataCy: string;
|
|
6473
6482
|
}, {}>;
|
|
6474
6483
|
|
|
6475
6484
|
export declare enum DamDistributionServiceType {
|
|
@@ -6521,9 +6530,9 @@ export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_WithD
|
|
|
6521
6530
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
6522
6531
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
6523
6532
|
}, {
|
|
6533
|
+
dataCy: string;
|
|
6524
6534
|
multiple: boolean;
|
|
6525
6535
|
label: string;
|
|
6526
|
-
dataCy: string;
|
|
6527
6536
|
}, {}>;
|
|
6528
6537
|
|
|
6529
6538
|
export declare interface DamExtSystem extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
|
|
@@ -6602,10 +6611,10 @@ export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_WithD
|
|
|
6602
6611
|
}>>> & {
|
|
6603
6612
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
6604
6613
|
}, {
|
|
6614
|
+
dataCy: string;
|
|
6605
6615
|
multiple: boolean;
|
|
6606
6616
|
required: boolean;
|
|
6607
6617
|
label: string;
|
|
6608
|
-
dataCy: string;
|
|
6609
6618
|
clearable: boolean;
|
|
6610
6619
|
hideDetails: boolean;
|
|
6611
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,
|