@anzusystems/common-admin 1.47.0-beta.280 → 1.47.0-beta.282

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.
@@ -41,6 +41,7 @@ import { DocId as DocId_2 } from '../../lib';
41
41
  import { DocId as DocId_3 } from '../../types/common';
42
42
  import { DocId as DocId_4 } from '../../../../lib';
43
43
  import { DocIdNullable as DocIdNullable_2 } from '../../types/common';
44
+ import { DocIdNullable as DocIdNullable_3 } from '../../lib';
44
45
  import { FilterConfig } from '../../../labs/filters/filterFactory';
45
46
  import { FilterData } from '../../../labs/filters/filterFactory';
46
47
  import { Fn } from '@vueuse/core';
@@ -56,6 +57,7 @@ import { InputFileChangeEvent } from '../../types/ChangeEvent';
56
57
  import { IntegerId as IntegerId_2 } from '../../lib';
57
58
  import { IntegerId as IntegerId_3 } from '../../types/common';
58
59
  import { IntegerId as IntegerId_4 } from '../../../../lib';
60
+ import { IntegerIdNullable as IntegerIdNullable_2 } from '../../lib';
59
61
  import { IntlDateTimeFormat } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
60
62
  import { IntlNumberFormat } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
61
63
  import { JSXComponent } from 'vuetify/lib/types.mjs';
@@ -2972,7 +2974,23 @@ damHeight: number;
2972
2974
  useHtmlImg: boolean;
2973
2975
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2974
2976
 
2975
- declare const __VLS_component_27: DefineComponent<__VLS_PublicProps_8, {
2977
+ declare const __VLS_component_27: DefineComponent<__VLS_Props_73, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_73> & Readonly<{}>, {
2978
+ media: MediaAware<DamMedia_2> | null;
2979
+ showSource: boolean;
2980
+ width: number;
2981
+ height: number;
2982
+ label: string;
2983
+ configName: string;
2984
+ widgetClass: string;
2985
+ disableAspectRatio: boolean;
2986
+ aspectRatio: number | string;
2987
+ showDescription: boolean;
2988
+ damWidth: number;
2989
+ damHeight: number;
2990
+ useHtmlImg: boolean;
2991
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2992
+
2993
+ declare const __VLS_component_28: DefineComponent<__VLS_PublicProps_8, {
2976
2994
  open: () => void;
2977
2995
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2978
2996
  "update:modelValue": (value: boolean) => any;
@@ -6140,6 +6158,22 @@ declare type __VLS_Props_72 = {
6140
6158
  };
6141
6159
 
6142
6160
  declare type __VLS_Props_73 = {
6161
+ media?: MediaAware | null | undefined;
6162
+ configName?: string;
6163
+ label?: string | undefined;
6164
+ width?: number | undefined;
6165
+ height?: undefined | number;
6166
+ disableAspectRatio?: boolean;
6167
+ aspectRatio?: number | string;
6168
+ showDescription?: boolean;
6169
+ showSource?: boolean;
6170
+ damWidth?: undefined | number;
6171
+ damHeight?: undefined | number;
6172
+ useHtmlImg?: boolean;
6173
+ widgetClass?: string | undefined;
6174
+ };
6175
+
6176
+ declare type __VLS_Props_74 = {
6143
6177
  modelValue: IntegerId[];
6144
6178
  queueKey: UploadQueueKey;
6145
6179
  uploadLicence: IntegerId;
@@ -6152,7 +6186,7 @@ declare type __VLS_Props_73 = {
6152
6186
  callDeleteApiOnRemove?: boolean;
6153
6187
  };
6154
6188
 
6155
- declare type __VLS_Props_74 = {
6189
+ declare type __VLS_Props_75 = {
6156
6190
  modelValue: IntegerId[];
6157
6191
  images?: ImageAware[];
6158
6192
  configName?: string;
@@ -6164,7 +6198,7 @@ declare type __VLS_Props_74 = {
6164
6198
  showSource?: boolean;
6165
6199
  };
6166
6200
 
6167
- declare type __VLS_Props_75 = {
6201
+ declare type __VLS_Props_76 = {
6168
6202
  selectLicences: IntegerId[];
6169
6203
  image?: ImageAware | undefined;
6170
6204
  configName?: string;
@@ -6172,22 +6206,27 @@ declare type __VLS_Props_75 = {
6172
6206
  dataCy?: string | undefined;
6173
6207
  };
6174
6208
 
6175
- declare type __VLS_Props_76 = {
6209
+ declare type __VLS_Props_77 = {
6176
6210
  extSystem: IntegerId;
6177
6211
  };
6178
6212
 
6179
- declare type __VLS_Props_77 = {
6213
+ declare type __VLS_Props_78 = {
6180
6214
  id: null | undefined | IntegerId;
6181
6215
  users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
6182
6216
  };
6183
6217
 
6184
- declare type __VLS_Props_78 = {
6218
+ declare type __VLS_Props_79 = {
6185
6219
  label?: string;
6186
6220
  seconds?: number;
6187
6221
  parentheses?: boolean;
6188
6222
  };
6189
6223
 
6190
- declare type __VLS_Props_79 = {
6224
+ declare type __VLS_Props_8 = {
6225
+ grant: GrantType;
6226
+ grantOrigin: GrantOriginType;
6227
+ };
6228
+
6229
+ declare type __VLS_Props_80 = {
6191
6230
  collabRoom: CollabRoom;
6192
6231
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
6193
6232
  isEdit?: boolean;
@@ -6195,12 +6234,7 @@ declare type __VLS_Props_79 = {
6195
6234
  fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined;
6196
6235
  };
6197
6236
 
6198
- declare type __VLS_Props_8 = {
6199
- grant: GrantType;
6200
- grantOrigin: GrantOriginType;
6201
- };
6202
-
6203
- declare type __VLS_Props_80 = {
6237
+ declare type __VLS_Props_81 = {
6204
6238
  assetType: DamAssetTypeType;
6205
6239
  inPodcast?: boolean | null;
6206
6240
  minCount: number;
@@ -6217,7 +6251,7 @@ declare type __VLS_Props_80 = {
6217
6251
  initialPaginationSort?: DatatableSortBy;
6218
6252
  };
6219
6253
 
6220
- declare type __VLS_Props_81 = {
6254
+ declare type __VLS_Props_82 = {
6221
6255
  modelValue: boolean | null;
6222
6256
  dataCy?: string;
6223
6257
  label?: string | undefined;
@@ -6226,7 +6260,7 @@ declare type __VLS_Props_81 = {
6226
6260
  falseT?: string;
6227
6261
  };
6228
6262
 
6229
- declare type __VLS_Props_82 = {
6263
+ declare type __VLS_Props_83 = {
6230
6264
  modelValue: IntegerId | null | IntegerId[] | any;
6231
6265
  client: () => AxiosInstance;
6232
6266
  label?: string | undefined;
@@ -6237,7 +6271,7 @@ declare type __VLS_Props_82 = {
6237
6271
  hideDetails?: boolean;
6238
6272
  };
6239
6273
 
6240
- declare type __VLS_Props_83 = {
6274
+ declare type __VLS_Props_84 = {
6241
6275
  modelValue: string[];
6242
6276
  client: () => AxiosInstance;
6243
6277
  multiple?: boolean;
@@ -6245,7 +6279,7 @@ declare type __VLS_Props_83 = {
6245
6279
  dataCy?: string;
6246
6280
  };
6247
6281
 
6248
- declare type __VLS_Props_84 = {
6282
+ declare type __VLS_Props_85 = {
6249
6283
  modelValue: string[];
6250
6284
  client: () => AxiosInstance;
6251
6285
  multiple?: boolean;
@@ -6253,7 +6287,7 @@ declare type __VLS_Props_84 = {
6253
6287
  dataCy?: string;
6254
6288
  };
6255
6289
 
6256
- declare type __VLS_Props_85 = {
6290
+ declare type __VLS_Props_86 = {
6257
6291
  modelValue: IntegerId | null | IntegerId[] | any;
6258
6292
  client: () => AxiosInstance;
6259
6293
  label?: string | undefined;
@@ -6265,7 +6299,7 @@ declare type __VLS_Props_85 = {
6265
6299
  hideDetails?: boolean;
6266
6300
  };
6267
6301
 
6268
- declare type __VLS_Props_86 = {
6302
+ declare type __VLS_Props_87 = {
6269
6303
  modelValue: IntegerId | null | IntegerId[] | any;
6270
6304
  client: () => AxiosInstance;
6271
6305
  label?: string | undefined;
@@ -6276,11 +6310,6 @@ declare type __VLS_Props_86 = {
6276
6310
  hideDetails?: boolean;
6277
6311
  };
6278
6312
 
6279
- declare type __VLS_Props_87 = {
6280
- name: string;
6281
- extSystem: IntegerId;
6282
- };
6283
-
6284
6313
  declare type __VLS_Props_88 = {
6285
6314
  name: string;
6286
6315
  extSystem: IntegerId;
@@ -6288,7 +6317,7 @@ declare type __VLS_Props_88 = {
6288
6317
 
6289
6318
  declare type __VLS_Props_89 = {
6290
6319
  name: string;
6291
- configName?: string;
6320
+ extSystem: IntegerId;
6292
6321
  };
6293
6322
 
6294
6323
  declare type __VLS_Props_9 = {
@@ -6297,25 +6326,30 @@ declare type __VLS_Props_9 = {
6297
6326
  };
6298
6327
 
6299
6328
  declare type __VLS_Props_90 = {
6300
- assetId?: DocIdNullable;
6329
+ name: string;
6330
+ configName?: string;
6301
6331
  };
6302
6332
 
6303
6333
  declare type __VLS_Props_91 = {
6334
+ assetId?: DocIdNullable;
6335
+ };
6336
+
6337
+ declare type __VLS_Props_92 = {
6304
6338
  title?: string | undefined;
6305
6339
  logoUrl?: string | undefined;
6306
6340
  loginUrl?: undefined | (() => string);
6307
6341
  dataCy?: string;
6308
6342
  };
6309
6343
 
6310
- declare type __VLS_Props_92 = {
6344
+ declare type __VLS_Props_93 = {
6311
6345
  logoutUrl?: undefined | (() => string);
6312
6346
  };
6313
6347
 
6314
- declare type __VLS_Props_93 = {
6348
+ declare type __VLS_Props_94 = {
6315
6349
  returnRouteName: string;
6316
6350
  };
6317
6351
 
6318
- declare type __VLS_Props_94 = {
6352
+ declare type __VLS_Props_95 = {
6319
6353
  returnRouteName: string;
6320
6354
  };
6321
6355
 
@@ -6326,7 +6360,7 @@ declare type __VLS_PublicProps = {
6326
6360
 
6327
6361
  declare type __VLS_PublicProps_10 = {
6328
6362
  'selected'?: ValueObjectOption<IntegerId>[];
6329
- } & __VLS_Props_86;
6363
+ } & __VLS_Props_87;
6330
6364
 
6331
6365
  declare type __VLS_PublicProps_2 = {
6332
6366
  'showAdvanced'?: boolean;
@@ -6353,16 +6387,16 @@ declare type __VLS_PublicProps_6 = {
6353
6387
 
6354
6388
  declare type __VLS_PublicProps_7 = {
6355
6389
  modelValue: IntegerIdNullable;
6356
- } & __VLS_Props_75;
6390
+ } & __VLS_Props_76;
6357
6391
 
6358
6392
  declare type __VLS_PublicProps_8 = {
6359
6393
  modelValue?: boolean;
6360
6394
  'sort'?: number;
6361
- } & __VLS_Props_80;
6395
+ } & __VLS_Props_81;
6362
6396
 
6363
6397
  declare type __VLS_PublicProps_9 = {
6364
6398
  'selected'?: ValueObjectOption<IntegerId>[];
6365
- } & __VLS_Props_85;
6399
+ } & __VLS_Props_86;
6366
6400
 
6367
6401
  declare function __VLS_template(): {
6368
6402
  attrs: Partial<{}>;
@@ -9161,6 +9195,40 @@ declare function __VLS_template_26(): {
9161
9195
  };
9162
9196
 
9163
9197
  declare function __VLS_template_27(): {
9198
+ attrs: Partial<{}>;
9199
+ slots: {
9200
+ append?(_: {
9201
+ media: {
9202
+ id?: IntegerId_2 | undefined;
9203
+ damMedia: {
9204
+ imageFileId: DocIdNullable_3;
9205
+ assetId: DocIdNullable_3;
9206
+ licenceId: IntegerIdNullable_2;
9207
+ assetType: DamMediaTypeType;
9208
+ title: string;
9209
+ description: string;
9210
+ seriesName: string;
9211
+ authorNames: string[];
9212
+ publishedAt: DatetimeUTCNullable_3;
9213
+ duration: number;
9214
+ mediaUrl: string | null;
9215
+ playable: boolean;
9216
+ syncedWithDam: boolean;
9217
+ episodeName: string;
9218
+ episodeNumber: number | null;
9219
+ };
9220
+ extService: "damVideo" | "damPodcast";
9221
+ } | null;
9222
+ }): any;
9223
+ preview?(_: {
9224
+ media: MediaAware<DamMedia_2> | null;
9225
+ }): any;
9226
+ };
9227
+ refs: {};
9228
+ rootEl: any;
9229
+ };
9230
+
9231
+ declare function __VLS_template_28(): {
9164
9232
  attrs: Partial<{}>;
9165
9233
  slots: {
9166
9234
  activator?(_: {
@@ -11582,6 +11650,8 @@ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
11582
11650
 
11583
11651
  declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
11584
11652
 
11653
+ declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
11654
+
11585
11655
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
11586
11656
 
11587
11657
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
@@ -11716,6 +11786,12 @@ declare type __VLS_WithTemplateSlots_27<T, S> = T & {
11716
11786
  };
11717
11787
  };
11718
11788
 
11789
+ declare type __VLS_WithTemplateSlots_28<T, S> = T & {
11790
+ new (): {
11791
+ $slots: S;
11792
+ };
11793
+ };
11794
+
11719
11795
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
11720
11796
  new (): {
11721
11797
  $slots: S;
@@ -11858,7 +11934,7 @@ containerClass: string;
11858
11934
  tooltip: string;
11859
11935
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
11860
11936
 
11861
- export declare const AAssetSelect: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
11937
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
11862
11938
 
11863
11939
  export declare const AAvatarColorPicker: DefineComponent<__VLS_Props_61, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
11864
11940
  "update:modelValue": (data: string) => any;
@@ -11873,9 +11949,9 @@ readonly: boolean;
11873
11949
  randomColor: boolean;
11874
11950
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
11875
11951
 
11876
- export declare const ABooleanSelect: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
11952
+ export declare const ABooleanSelect: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
11877
11953
  "update:modelValue": (data: boolean | null) => any;
11878
- }, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{
11954
+ }, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{
11879
11955
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
11880
11956
  }>, {
11881
11957
  label: string;
@@ -11925,9 +12001,9 @@ export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<
11925
12001
 
11926
12002
  export declare type AclValue = `${string}_${string}_${string}`;
11927
12003
 
11928
- export declare const ACollabCountdown: DefineComponent<__VLS_Props_78, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12004
+ export declare const ACollabCountdown: DefineComponent<__VLS_Props_79, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
11929
12005
  done: () => any;
11930
- }, string, PublicProps, Readonly<__VLS_Props_78> & Readonly<{
12006
+ }, string, PublicProps, Readonly<__VLS_Props_79> & Readonly<{
11931
12007
  onDone?: (() => any) | undefined;
11932
12008
  }>, {
11933
12009
  label: string;
@@ -11935,9 +12011,9 @@ seconds: number;
11935
12011
  parentheses: boolean;
11936
12012
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
11937
12013
 
11938
- export declare const ACollabLockedByUser: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12014
+ export declare const ACollabLockedByUser: DefineComponent<__VLS_Props_78, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_78> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
11939
12015
 
11940
- export declare const ACollabManagement: DefineComponent<__VLS_Props_79, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_79> & Readonly<{}>, {
12016
+ export declare const ACollabManagement: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{}>, {
11941
12017
  isEdit: boolean;
11942
12018
  addToCachedUsers: (...args: AddToCachedArgs<IntegerId>) => void;
11943
12019
  fetchCachedUsers: () => Promisify<Promise<any>>;
@@ -12292,11 +12368,11 @@ labelT: string;
12292
12368
 
12293
12369
  export declare const AImageWidget: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
12294
12370
 
12295
- export declare const AImageWidgetMultiple: DefineComponent<__VLS_Props_73, {
12371
+ export declare const AImageWidgetMultiple: DefineComponent<__VLS_Props_74, {
12296
12372
  saveImages: () => Promise<boolean>;
12297
12373
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12298
12374
  "update:modelValue": (data: number[]) => any;
12299
- }, string, PublicProps, Readonly<__VLS_Props_73> & Readonly<{
12375
+ }, string, PublicProps, Readonly<__VLS_Props_74> & Readonly<{
12300
12376
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
12301
12377
  }>, {
12302
12378
  width: number;
@@ -12612,7 +12688,7 @@ callDeleteApiOnRemove: boolean;
12612
12688
  }> | null;
12613
12689
  }, any>;
12614
12690
 
12615
- export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_Props_74, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_74> & Readonly<{}>, {
12691
+ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_Props_75, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_75> & Readonly<{}>, {
12616
12692
  showSource: boolean;
12617
12693
  width: number;
12618
12694
  label: string;
@@ -12645,7 +12721,7 @@ onAfterChange?: ((code: LanguageCode) => any) | undefined;
12645
12721
 
12646
12722
  export declare const ALogData: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12647
12723
 
12648
- export declare const ALoginView: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {
12724
+ export declare const ALoginView: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{}>, {
12649
12725
  title: string;
12650
12726
  dataCy: string;
12651
12727
  logoUrl: string;
@@ -12654,11 +12730,13 @@ loginUrl: () => string;
12654
12730
 
12655
12731
  export declare const ALogLevelChip: DefineComponent<__VLS_Props_59, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_59> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
12656
12732
 
12657
- export declare const ALogoutView: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{}>, {
12733
+ export declare const ALogoutView: DefineComponent<__VLS_Props_93, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_93> & Readonly<{}>, {
12658
12734
  logoutUrl: () => string;
12659
12735
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12660
12736
 
12661
- export declare const ANotFoundView: DefineComponent<__VLS_Props_94, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_94> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12737
+ export declare const AMediaWidgetSimple: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
12738
+
12739
+ export declare const ANotFoundView: DefineComponent<__VLS_Props_95, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_95> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12662
12740
 
12663
12741
  export declare class AnzuApiDependencyExistsError extends Error {
12664
12742
  dependencies: string[];
@@ -13120,7 +13198,7 @@ declare interface AudioAttributes {
13120
13198
  bitrate: number;
13121
13199
  }
13122
13200
 
13123
- export declare const AUnauthorizedView: DefineComponent<__VLS_Props_93, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_93> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
13201
+ export declare const AUnauthorizedView: DefineComponent<__VLS_Props_94, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_94> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
13124
13202
 
13125
13203
  export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{}>, {
13126
13204
  hideCreatedAt: boolean;
@@ -13593,11 +13671,11 @@ export declare type CustomDataFormElementTypeType = (typeof CustomDataFormElemen
13593
13671
 
13594
13672
  export declare type CustomDataValue = boolean | string | number | string[] | number[];
13595
13673
 
13596
- export declare const DamAdminAssetLink: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{}>, {
13674
+ export declare const DamAdminAssetLink: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {
13597
13675
  assetId: DocIdNullable;
13598
13676
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13599
13677
 
13600
- export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_76, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_76> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
13678
+ export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
13601
13679
  cropper: ShallowUnwrapRef< {
13602
13680
  enable: () => void;
13603
13681
  disable: () => void;
@@ -13687,9 +13765,9 @@ export declare interface DamAuthor extends Pick<DamAuthorMinimal, 'id' | 'name'
13687
13765
  childAuthors: DocId[];
13688
13766
  }
13689
13767
 
13690
- export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<__VLS_Props_87, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13768
+ export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<__VLS_Props_88, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13691
13769
  change: () => any;
13692
- }, string, PublicProps, Readonly<__VLS_Props_87> & Readonly<{
13770
+ }, string, PublicProps, Readonly<__VLS_Props_88> & Readonly<{
13693
13771
  onChange?: (() => any) | undefined;
13694
13772
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13695
13773
 
@@ -13788,10 +13866,10 @@ export declare type DamDistributionRequirementStrategyType = (typeof DamDistribu
13788
13866
 
13789
13867
  export declare type DamDistributionServiceName = string;
13790
13868
 
13791
- export declare const DamDistributionServiceSelect: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13869
+ export declare const DamDistributionServiceSelect: DefineComponent<__VLS_Props_85, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13792
13870
  blur: (data: string[]) => any;
13793
13871
  "update:modelValue": (data: string[]) => any;
13794
- }, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{
13872
+ }, string, PublicProps, Readonly<__VLS_Props_85> & Readonly<{
13795
13873
  onBlur?: ((data: string[]) => any) | undefined;
13796
13874
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
13797
13875
  }>, {
@@ -13827,10 +13905,10 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
13827
13905
 
13828
13906
  export declare type DamExternalProviderAssetName = string;
13829
13907
 
13830
- export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13908
+ export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13831
13909
  blur: (data: string[]) => any;
13832
13910
  "update:modelValue": (data: string[]) => any;
13833
- }, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{
13911
+ }, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{
13834
13912
  onBlur?: ((data: string[]) => any) | undefined;
13835
13913
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
13836
13914
  }>, {
@@ -13879,9 +13957,9 @@ export declare interface DamExtSystemConfigItemImage extends DamExtSystemConfigI
13879
13957
  export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
13880
13958
  }
13881
13959
 
13882
- export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13960
+ export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13883
13961
  "update:modelValue": (data: any) => any;
13884
- }, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{
13962
+ }, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{
13885
13963
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
13886
13964
  }>, {
13887
13965
  required: boolean;
@@ -13901,9 +13979,9 @@ export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, Resour
13901
13979
  flags: Flags_2;
13902
13980
  }
13903
13981
 
13904
- export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<__VLS_Props_88, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13982
+ export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13905
13983
  change: () => any;
13906
- }, string, PublicProps, Readonly<__VLS_Props_88> & Readonly<{
13984
+ }, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{
13907
13985
  onChange?: (() => any) | undefined;
13908
13986
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13909
13987
 
@@ -14065,9 +14143,9 @@ export declare interface DamUploadStartResponse {
14065
14143
  export declare interface DamUser extends Omit<AnzuUser, 'id'>, DamUserUpdateDto {
14066
14144
  }
14067
14145
 
14068
- export declare const DamUserFilterRemoteAutocomplete: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
14146
+ export declare const DamUserFilterRemoteAutocomplete: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
14069
14147
  change: () => any;
14070
- }, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{
14148
+ }, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{
14071
14149
  onChange?: (() => any) | undefined;
14072
14150
  }>, {
14073
14151
  configName: string;