@anzusystems/common-admin 1.47.0-beta.68 → 1.47.0-beta.70
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 +61 -1
- package/dist/common-admin.es.js +230 -227
- package/dist/{lib-BoEtecPi.js → lib-cD0zRDSc.js} +6450 -6252
- package/dist/lib-cD0zRDSc.js.map +1 -0
- package/dist/{webfontloader-DqBujXek.js → webfontloader-DNbPjZOv.js} +2 -2
- package/dist/{webfontloader-DqBujXek.js.map → webfontloader-DNbPjZOv.js.map} +1 -1
- package/package.json +2 -2
- package/dist/lib-BoEtecPi.js.map +0 -1
|
@@ -539,8 +539,8 @@ onConfirm: (data: AssetSelectReturnData) => any;
|
|
|
539
539
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
540
540
|
onOnConfirm?: ((data: AssetSelectReturnData) => any) | undefined;
|
|
541
541
|
}>, {
|
|
542
|
-
returnType: AssetSelectReturnTypeType;
|
|
543
542
|
configName: string;
|
|
543
|
+
returnType: AssetSelectReturnTypeType;
|
|
544
544
|
skipCurrentUserCheck: boolean;
|
|
545
545
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
546
546
|
|
|
@@ -800,6 +800,10 @@ declare type __VLS_PublicProps = {
|
|
|
800
800
|
'selected'?: DocId | IntegerId | DocId[] | IntegerId[] | null | any;
|
|
801
801
|
} & typeof __VLS_typeProps;
|
|
802
802
|
|
|
803
|
+
declare type __VLS_PublicProps_10 = {
|
|
804
|
+
modelValue: Filter;
|
|
805
|
+
} & typeof __VLS_typeProps_9;
|
|
806
|
+
|
|
803
807
|
declare type __VLS_PublicProps_2 = {
|
|
804
808
|
modelValue?: boolean;
|
|
805
809
|
} & typeof __VLS_typeProps_2;
|
|
@@ -824,6 +828,14 @@ declare type __VLS_PublicProps_7 = {
|
|
|
824
828
|
'selected'?: ValueObjectOption<IntegerId>[];
|
|
825
829
|
} & typeof __VLS_typeProps_6;
|
|
826
830
|
|
|
831
|
+
declare type __VLS_PublicProps_8 = {
|
|
832
|
+
modelValue: Filter;
|
|
833
|
+
} & typeof __VLS_typeProps_7;
|
|
834
|
+
|
|
835
|
+
declare type __VLS_PublicProps_9 = {
|
|
836
|
+
modelValue: Filter;
|
|
837
|
+
} & typeof __VLS_typeProps_8;
|
|
838
|
+
|
|
827
839
|
declare function __VLS_template(): {
|
|
828
840
|
slots: {
|
|
829
841
|
default?(_: {}): any;
|
|
@@ -1380,6 +1392,18 @@ declare let __VLS_typeProps_6: {
|
|
|
1380
1392
|
disableInitFetch?: boolean;
|
|
1381
1393
|
};
|
|
1382
1394
|
|
|
1395
|
+
declare let __VLS_typeProps_7: {
|
|
1396
|
+
extSystem: IntegerId;
|
|
1397
|
+
};
|
|
1398
|
+
|
|
1399
|
+
declare let __VLS_typeProps_8: {
|
|
1400
|
+
extSystem: IntegerId;
|
|
1401
|
+
};
|
|
1402
|
+
|
|
1403
|
+
declare let __VLS_typeProps_9: {
|
|
1404
|
+
configName?: string;
|
|
1405
|
+
};
|
|
1406
|
+
|
|
1383
1407
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
1384
1408
|
new (): {
|
|
1385
1409
|
$slots: S;
|
|
@@ -3700,6 +3724,12 @@ export declare interface DamAuthor extends DamAuthorMinimal, AnzuUserAndTimeTrac
|
|
|
3700
3724
|
type: DamAuthorTypeType;
|
|
3701
3725
|
}
|
|
3702
3726
|
|
|
3727
|
+
export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3728
|
+
"update:modelValue": (modelValue: Filter<any>) => any;
|
|
3729
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
3730
|
+
"onUpdate:modelValue"?: ((modelValue: Filter<any>) => any) | undefined;
|
|
3731
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3732
|
+
|
|
3703
3733
|
export declare interface DamAuthorMinimal {
|
|
3704
3734
|
id: DocId;
|
|
3705
3735
|
name: string;
|
|
@@ -3947,6 +3977,12 @@ export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, Resour
|
|
|
3947
3977
|
flags: Flags_2;
|
|
3948
3978
|
}
|
|
3949
3979
|
|
|
3980
|
+
export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3981
|
+
"update:modelValue": (modelValue: Filter<any>) => any;
|
|
3982
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
3983
|
+
"onUpdate:modelValue"?: ((modelValue: Filter<any>) => any) | undefined;
|
|
3984
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3985
|
+
|
|
3950
3986
|
export declare interface DamKeywordMinimal {
|
|
3951
3987
|
id: DocId;
|
|
3952
3988
|
name: string;
|
|
@@ -4075,6 +4111,14 @@ export declare interface DamUploadStartResponse {
|
|
|
4075
4111
|
export declare interface DamUser extends Omit<AnzuUser, 'id'>, DamUserUpdateDto {
|
|
4076
4112
|
}
|
|
4077
4113
|
|
|
4114
|
+
export declare const DamUserFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4115
|
+
"update:modelValue": (modelValue: Filter<any>) => any;
|
|
4116
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
4117
|
+
"onUpdate:modelValue"?: ((modelValue: Filter<any>) => any) | undefined;
|
|
4118
|
+
}>, {
|
|
4119
|
+
configName: string;
|
|
4120
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4121
|
+
|
|
4078
4122
|
export declare interface DamUserUpdateDto {
|
|
4079
4123
|
id: IntegerId;
|
|
4080
4124
|
assetLicences: IntegerId[];
|
|
@@ -4642,6 +4686,10 @@ text: string;
|
|
|
4642
4686
|
described: string;
|
|
4643
4687
|
visible: string;
|
|
4644
4688
|
generatedBySystem: string;
|
|
4689
|
+
assetAndMainFileIds: string;
|
|
4690
|
+
keywordIds: string;
|
|
4691
|
+
authorIds: string;
|
|
4692
|
+
createdByIds: string;
|
|
4645
4693
|
};
|
|
4646
4694
|
error: {
|
|
4647
4695
|
unallowedLicence: string;
|
|
@@ -5557,6 +5605,10 @@ export declare const messagesCs: {
|
|
|
5557
5605
|
described: string;
|
|
5558
5606
|
visible: string;
|
|
5559
5607
|
generatedBySystem: string;
|
|
5608
|
+
assetAndMainFileIds: string;
|
|
5609
|
+
keywordIds: string;
|
|
5610
|
+
authorIds: string;
|
|
5611
|
+
createdByIds: string;
|
|
5560
5612
|
};
|
|
5561
5613
|
error: {
|
|
5562
5614
|
unallowedLicence: string;
|
|
@@ -6261,6 +6313,10 @@ export declare const messagesEn: {
|
|
|
6261
6313
|
described: string;
|
|
6262
6314
|
visible: string;
|
|
6263
6315
|
generatedBySystem: string;
|
|
6316
|
+
assetAndMainFileIds: string;
|
|
6317
|
+
keywordIds: string;
|
|
6318
|
+
authorIds: string;
|
|
6319
|
+
createdByIds: string;
|
|
6264
6320
|
};
|
|
6265
6321
|
error: {
|
|
6266
6322
|
unallowedLicence: string;
|
|
@@ -6978,6 +7034,10 @@ export declare const messagesSk: {
|
|
|
6978
7034
|
described: string;
|
|
6979
7035
|
visible: string;
|
|
6980
7036
|
generatedBySystem: string;
|
|
7037
|
+
assetAndMainFileIds: string;
|
|
7038
|
+
keywordIds: string;
|
|
7039
|
+
authorIds: string;
|
|
7040
|
+
createdByIds: string;
|
|
6981
7041
|
};
|
|
6982
7042
|
error: {
|
|
6983
7043
|
unallowedLicence: string;
|