@anzusystems/common-admin 1.47.0-beta.dev-1771794052 → 1.47.0-beta.dev-1771794053

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.
@@ -27,6 +27,7 @@ import { ComponentProvideOptions } from 'vue';
27
27
  import { ComponentPublicInstance } from 'vue';
28
28
  import { ComputedRef } from 'vue';
29
29
  import { CreateComponentPublicInstanceWithMixins } from 'vue';
30
+ import { CropperSelection } from 'cropperjs';
30
31
  import { CSSProperties } from 'vue';
31
32
  import { DamMedia as DamMedia_2 } from '../../types/MediaAware';
32
33
  import { DamMediaTypeType } from '../../types/MediaAware';
@@ -36,8 +37,7 @@ import { DatetimeUTCNullable as DatetimeUTCNullable_3 } from '../../../../types/
36
37
  import { DatetimeUTCNullable as DatetimeUTCNullable_4 } from '../../lib';
37
38
  import { DebuggerEvent } from 'vue';
38
39
  import { DeepReadonly } from 'vue';
39
- import { default as default_2 } from 'cropperjs';
40
- import { default as default_3 } from 'dayjs';
40
+ import { default as default_2 } from 'dayjs';
41
41
  import { DefaultInputSlot } from 'vuetify/lib/components/VField/VField.mjs';
42
42
  import { DefineComponent } from 'vue';
43
43
  import { Density } from 'vuetify/lib/composables/density.mjs';
@@ -225,6 +225,7 @@ rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any
225
225
  density: Density;
226
226
  tile: boolean;
227
227
  hideSpinButtons: boolean;
228
+ indentDetails: boolean;
228
229
  persistentHint: boolean;
229
230
  messages: string | readonly string[];
230
231
  clearable: boolean;
@@ -367,6 +368,7 @@ density: Density;
367
368
  centerAffix: boolean;
368
369
  glow: boolean;
369
370
  hideSpinButtons: boolean;
371
+ indentDetails: boolean;
370
372
  persistentHint: boolean;
371
373
  messages: string | readonly string[];
372
374
  direction: "horizontal" | "vertical";
@@ -401,12 +403,13 @@ prependIcon?: IconValue | undefined;
401
403
  hideDetails?: "auto" | boolean | undefined;
402
404
  hideSpinButtons: boolean;
403
405
  hint?: string | undefined;
406
+ indentDetails: boolean;
404
407
  persistentHint: boolean;
405
408
  messages: string | readonly string[];
406
409
  direction: "horizontal" | "vertical";
407
410
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
408
411
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
409
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
412
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
410
413
  $attrs: {
411
414
  [x: string]: unknown;
412
415
  };
@@ -448,6 +451,7 @@ density: Density;
448
451
  centerAffix: boolean;
449
452
  glow: boolean;
450
453
  hideSpinButtons: boolean;
454
+ indentDetails: boolean;
451
455
  persistentHint: boolean;
452
456
  messages: string | readonly string[];
453
457
  direction: "horizontal" | "vertical";
@@ -493,6 +497,7 @@ density: Density;
493
497
  centerAffix: boolean;
494
498
  glow: boolean;
495
499
  hideSpinButtons: boolean;
500
+ indentDetails: boolean;
496
501
  persistentHint: boolean;
497
502
  messages: string | readonly string[];
498
503
  direction: "horizontal" | "vertical";
@@ -545,6 +550,7 @@ density: Density;
545
550
  centerAffix: boolean;
546
551
  glow: boolean;
547
552
  hideSpinButtons: boolean;
553
+ indentDetails: boolean;
548
554
  persistentHint: boolean;
549
555
  messages: string | readonly string[];
550
556
  direction: "horizontal" | "vertical";
@@ -561,6 +567,7 @@ density: Density;
561
567
  centerAffix: boolean;
562
568
  glow: boolean;
563
569
  hideSpinButtons: boolean;
570
+ indentDetails: boolean;
564
571
  persistentHint: boolean;
565
572
  messages: string | readonly string[];
566
573
  direction: "horizontal" | "vertical";
@@ -585,7 +592,7 @@ hideDetails?: "auto" | boolean | undefined;
585
592
  hint?: string | undefined;
586
593
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
587
594
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
588
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
595
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
589
596
  reset: () => Promise<void>;
590
597
  resetValidation: () => Promise<void>;
591
598
  validate: (silent?: boolean) => Promise<string[]>;
@@ -594,7 +601,7 @@ errorMessages: ComputedRef<string[]>;
594
601
  }> & ComponentCustomProperties & GenericProps< {
595
602
  modelValue?: unknown;
596
603
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
597
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
604
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
598
605
  $: ComponentInternalInstance;
599
606
  $data: {};
600
607
  $props: Partial<{
@@ -885,6 +892,7 @@ density: Density;
885
892
  rounded: string | number | boolean;
886
893
  tile: boolean;
887
894
  hideSpinButtons: boolean;
895
+ indentDetails: boolean;
888
896
  persistentHint: boolean;
889
897
  messages: string | readonly string[];
890
898
  clearable: boolean;
@@ -962,6 +970,7 @@ rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any
962
970
  density: Density;
963
971
  tile: boolean;
964
972
  hideSpinButtons: boolean;
973
+ indentDetails: boolean;
965
974
  persistentHint: boolean;
966
975
  messages: string | readonly string[];
967
976
  clearable: boolean;
@@ -1104,6 +1113,7 @@ density: Density;
1104
1113
  centerAffix: boolean;
1105
1114
  glow: boolean;
1106
1115
  hideSpinButtons: boolean;
1116
+ indentDetails: boolean;
1107
1117
  persistentHint: boolean;
1108
1118
  messages: string | readonly string[];
1109
1119
  direction: "horizontal" | "vertical";
@@ -1138,12 +1148,13 @@ prependIcon?: IconValue | undefined;
1138
1148
  hideDetails?: "auto" | boolean | undefined;
1139
1149
  hideSpinButtons: boolean;
1140
1150
  hint?: string | undefined;
1151
+ indentDetails: boolean;
1141
1152
  persistentHint: boolean;
1142
1153
  messages: string | readonly string[];
1143
1154
  direction: "horizontal" | "vertical";
1144
1155
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1145
1156
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1146
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1157
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1147
1158
  $attrs: {
1148
1159
  [x: string]: unknown;
1149
1160
  };
@@ -1185,6 +1196,7 @@ density: Density;
1185
1196
  centerAffix: boolean;
1186
1197
  glow: boolean;
1187
1198
  hideSpinButtons: boolean;
1199
+ indentDetails: boolean;
1188
1200
  persistentHint: boolean;
1189
1201
  messages: string | readonly string[];
1190
1202
  direction: "horizontal" | "vertical";
@@ -1230,6 +1242,7 @@ density: Density;
1230
1242
  centerAffix: boolean;
1231
1243
  glow: boolean;
1232
1244
  hideSpinButtons: boolean;
1245
+ indentDetails: boolean;
1233
1246
  persistentHint: boolean;
1234
1247
  messages: string | readonly string[];
1235
1248
  direction: "horizontal" | "vertical";
@@ -1282,6 +1295,7 @@ density: Density;
1282
1295
  centerAffix: boolean;
1283
1296
  glow: boolean;
1284
1297
  hideSpinButtons: boolean;
1298
+ indentDetails: boolean;
1285
1299
  persistentHint: boolean;
1286
1300
  messages: string | readonly string[];
1287
1301
  direction: "horizontal" | "vertical";
@@ -1298,6 +1312,7 @@ density: Density;
1298
1312
  centerAffix: boolean;
1299
1313
  glow: boolean;
1300
1314
  hideSpinButtons: boolean;
1315
+ indentDetails: boolean;
1301
1316
  persistentHint: boolean;
1302
1317
  messages: string | readonly string[];
1303
1318
  direction: "horizontal" | "vertical";
@@ -1322,7 +1337,7 @@ hideDetails?: "auto" | boolean | undefined;
1322
1337
  hint?: string | undefined;
1323
1338
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1324
1339
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1325
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
1340
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
1326
1341
  reset: () => Promise<void>;
1327
1342
  resetValidation: () => Promise<void>;
1328
1343
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1331,7 +1346,7 @@ errorMessages: ComputedRef<string[]>;
1331
1346
  }> & ComponentCustomProperties & GenericProps< {
1332
1347
  modelValue?: unknown;
1333
1348
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1334
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
1349
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
1335
1350
  $: ComponentInternalInstance;
1336
1351
  $data: {};
1337
1352
  $props: Partial<{
@@ -1617,6 +1632,7 @@ density: Density;
1617
1632
  rounded: string | number | boolean;
1618
1633
  tile: boolean;
1619
1634
  hideSpinButtons: boolean;
1635
+ indentDetails: boolean;
1620
1636
  persistentHint: boolean;
1621
1637
  messages: string | readonly string[];
1622
1638
  clearable: boolean;
@@ -3459,12 +3475,12 @@ damHeight: number;
3459
3475
  useHtmlImg: boolean;
3460
3476
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3461
3477
 
3462
- declare const __VLS_component_29: DefineComponent<__VLS_Props_84, {
3478
+ declare const __VLS_component_29: DefineComponent<__VLS_Props_85, {
3463
3479
  activate: () => void;
3464
3480
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3465
3481
  change: (event: InputFileChangeEvent_3) => any;
3466
3482
  filesInput: (files: File[]) => any;
3467
- }, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{
3483
+ }, string, PublicProps, Readonly<__VLS_Props_85> & Readonly<{
3468
3484
  onChange?: ((event: InputFileChangeEvent_3) => any) | undefined;
3469
3485
  onFilesInput?: ((files: File[]) => any) | undefined;
3470
3486
  }>, {
@@ -3531,14 +3547,14 @@ skipCurrentUserCheck: boolean;
3531
3547
  onDetailLoadedCallback: (asset: AssetDetailItemDto) => void;
3532
3548
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3533
3549
 
3534
- declare const __VLS_component_33: DefineComponent<__VLS_Props_101, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_101> & Readonly<{}>, {
3550
+ declare const __VLS_component_33: DefineComponent<__VLS_Props_102, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_102> & Readonly<{}>, {
3535
3551
  title: string;
3536
3552
  dataCy: string;
3537
3553
  logoUrl: string;
3538
3554
  loginUrl: () => string;
3539
3555
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3540
3556
 
3541
- declare const __VLS_component_34: DefineComponent<__VLS_Props_105, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_105> & Readonly<{}>, {
3557
+ declare const __VLS_component_34: DefineComponent<__VLS_Props_106, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_106> & Readonly<{}>, {
3542
3558
  title: string;
3543
3559
  text: string;
3544
3560
  icon: string;
@@ -3593,6 +3609,7 @@ rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any
3593
3609
  density: Density;
3594
3610
  tile: boolean;
3595
3611
  hideSpinButtons: boolean;
3612
+ indentDetails: boolean;
3596
3613
  persistentHint: boolean;
3597
3614
  messages: string | readonly string[];
3598
3615
  clearable: boolean;
@@ -3735,6 +3752,7 @@ density: Density;
3735
3752
  centerAffix: boolean;
3736
3753
  glow: boolean;
3737
3754
  hideSpinButtons: boolean;
3755
+ indentDetails: boolean;
3738
3756
  persistentHint: boolean;
3739
3757
  messages: string | readonly string[];
3740
3758
  direction: "horizontal" | "vertical";
@@ -3769,12 +3787,13 @@ prependIcon?: IconValue | undefined;
3769
3787
  hideDetails?: "auto" | boolean | undefined;
3770
3788
  hideSpinButtons: boolean;
3771
3789
  hint?: string | undefined;
3790
+ indentDetails: boolean;
3772
3791
  persistentHint: boolean;
3773
3792
  messages: string | readonly string[];
3774
3793
  direction: "horizontal" | "vertical";
3775
3794
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
3776
3795
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
3777
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
3796
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
3778
3797
  $attrs: {
3779
3798
  [x: string]: unknown;
3780
3799
  };
@@ -3816,6 +3835,7 @@ density: Density;
3816
3835
  centerAffix: boolean;
3817
3836
  glow: boolean;
3818
3837
  hideSpinButtons: boolean;
3838
+ indentDetails: boolean;
3819
3839
  persistentHint: boolean;
3820
3840
  messages: string | readonly string[];
3821
3841
  direction: "horizontal" | "vertical";
@@ -3861,6 +3881,7 @@ density: Density;
3861
3881
  centerAffix: boolean;
3862
3882
  glow: boolean;
3863
3883
  hideSpinButtons: boolean;
3884
+ indentDetails: boolean;
3864
3885
  persistentHint: boolean;
3865
3886
  messages: string | readonly string[];
3866
3887
  direction: "horizontal" | "vertical";
@@ -3913,6 +3934,7 @@ density: Density;
3913
3934
  centerAffix: boolean;
3914
3935
  glow: boolean;
3915
3936
  hideSpinButtons: boolean;
3937
+ indentDetails: boolean;
3916
3938
  persistentHint: boolean;
3917
3939
  messages: string | readonly string[];
3918
3940
  direction: "horizontal" | "vertical";
@@ -3929,6 +3951,7 @@ density: Density;
3929
3951
  centerAffix: boolean;
3930
3952
  glow: boolean;
3931
3953
  hideSpinButtons: boolean;
3954
+ indentDetails: boolean;
3932
3955
  persistentHint: boolean;
3933
3956
  messages: string | readonly string[];
3934
3957
  direction: "horizontal" | "vertical";
@@ -3953,7 +3976,7 @@ hideDetails?: "auto" | boolean | undefined;
3953
3976
  hint?: string | undefined;
3954
3977
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
3955
3978
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
3956
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
3979
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
3957
3980
  reset: () => Promise<void>;
3958
3981
  resetValidation: () => Promise<void>;
3959
3982
  validate: (silent?: boolean) => Promise<string[]>;
@@ -3962,7 +3985,7 @@ errorMessages: ComputedRef<string[]>;
3962
3985
  }> & ComponentCustomProperties & GenericProps< {
3963
3986
  modelValue?: unknown;
3964
3987
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
3965
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
3988
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
3966
3989
  $: ComponentInternalInstance;
3967
3990
  $data: {};
3968
3991
  $props: Partial<{
@@ -4253,6 +4276,7 @@ density: Density;
4253
4276
  rounded: string | number | boolean;
4254
4277
  tile: boolean;
4255
4278
  hideSpinButtons: boolean;
4279
+ indentDetails: boolean;
4256
4280
  persistentHint: boolean;
4257
4281
  messages: string | readonly string[];
4258
4282
  clearable: boolean;
@@ -4330,6 +4354,7 @@ rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any
4330
4354
  density: Density;
4331
4355
  tile: boolean;
4332
4356
  hideSpinButtons: boolean;
4357
+ indentDetails: boolean;
4333
4358
  persistentHint: boolean;
4334
4359
  messages: string | readonly string[];
4335
4360
  clearable: boolean;
@@ -4472,6 +4497,7 @@ density: Density;
4472
4497
  centerAffix: boolean;
4473
4498
  glow: boolean;
4474
4499
  hideSpinButtons: boolean;
4500
+ indentDetails: boolean;
4475
4501
  persistentHint: boolean;
4476
4502
  messages: string | readonly string[];
4477
4503
  direction: "horizontal" | "vertical";
@@ -4506,12 +4532,13 @@ prependIcon?: IconValue | undefined;
4506
4532
  hideDetails?: "auto" | boolean | undefined;
4507
4533
  hideSpinButtons: boolean;
4508
4534
  hint?: string | undefined;
4535
+ indentDetails: boolean;
4509
4536
  persistentHint: boolean;
4510
4537
  messages: string | readonly string[];
4511
4538
  direction: "horizontal" | "vertical";
4512
4539
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
4513
4540
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
4514
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
4541
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
4515
4542
  $attrs: {
4516
4543
  [x: string]: unknown;
4517
4544
  };
@@ -4553,6 +4580,7 @@ density: Density;
4553
4580
  centerAffix: boolean;
4554
4581
  glow: boolean;
4555
4582
  hideSpinButtons: boolean;
4583
+ indentDetails: boolean;
4556
4584
  persistentHint: boolean;
4557
4585
  messages: string | readonly string[];
4558
4586
  direction: "horizontal" | "vertical";
@@ -4598,6 +4626,7 @@ density: Density;
4598
4626
  centerAffix: boolean;
4599
4627
  glow: boolean;
4600
4628
  hideSpinButtons: boolean;
4629
+ indentDetails: boolean;
4601
4630
  persistentHint: boolean;
4602
4631
  messages: string | readonly string[];
4603
4632
  direction: "horizontal" | "vertical";
@@ -4650,6 +4679,7 @@ density: Density;
4650
4679
  centerAffix: boolean;
4651
4680
  glow: boolean;
4652
4681
  hideSpinButtons: boolean;
4682
+ indentDetails: boolean;
4653
4683
  persistentHint: boolean;
4654
4684
  messages: string | readonly string[];
4655
4685
  direction: "horizontal" | "vertical";
@@ -4666,6 +4696,7 @@ density: Density;
4666
4696
  centerAffix: boolean;
4667
4697
  glow: boolean;
4668
4698
  hideSpinButtons: boolean;
4699
+ indentDetails: boolean;
4669
4700
  persistentHint: boolean;
4670
4701
  messages: string | readonly string[];
4671
4702
  direction: "horizontal" | "vertical";
@@ -4690,7 +4721,7 @@ hideDetails?: "auto" | boolean | undefined;
4690
4721
  hint?: string | undefined;
4691
4722
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
4692
4723
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
4693
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
4724
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
4694
4725
  reset: () => Promise<void>;
4695
4726
  resetValidation: () => Promise<void>;
4696
4727
  validate: (silent?: boolean) => Promise<string[]>;
@@ -4699,7 +4730,7 @@ errorMessages: ComputedRef<string[]>;
4699
4730
  }> & ComponentCustomProperties & GenericProps< {
4700
4731
  modelValue?: unknown;
4701
4732
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
4702
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
4733
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
4703
4734
  $: ComponentInternalInstance;
4704
4735
  $data: {};
4705
4736
  $props: Partial<{
@@ -4985,6 +5016,7 @@ density: Density;
4985
5016
  rounded: string | number | boolean;
4986
5017
  tile: boolean;
4987
5018
  hideSpinButtons: boolean;
5019
+ indentDetails: boolean;
4988
5020
  persistentHint: boolean;
4989
5021
  messages: string | readonly string[];
4990
5022
  clearable: boolean;
@@ -5048,6 +5080,7 @@ rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any
5048
5080
  density: Density;
5049
5081
  tile: boolean;
5050
5082
  hideSpinButtons: boolean;
5083
+ indentDetails: boolean;
5051
5084
  persistentHint: boolean;
5052
5085
  messages: string | readonly string[];
5053
5086
  clearable: boolean;
@@ -5183,6 +5216,7 @@ density: Density;
5183
5216
  centerAffix: boolean;
5184
5217
  glow: boolean;
5185
5218
  hideSpinButtons: boolean;
5219
+ indentDetails: boolean;
5186
5220
  persistentHint: boolean;
5187
5221
  messages: string | readonly string[];
5188
5222
  direction: "horizontal" | "vertical";
@@ -5217,12 +5251,13 @@ prependIcon?: IconValue | undefined;
5217
5251
  hideDetails?: "auto" | boolean | undefined;
5218
5252
  hideSpinButtons: boolean;
5219
5253
  hint?: string | undefined;
5254
+ indentDetails: boolean;
5220
5255
  persistentHint: boolean;
5221
5256
  messages: string | readonly string[];
5222
5257
  direction: "horizontal" | "vertical";
5223
5258
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
5224
5259
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
5225
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
5260
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
5226
5261
  $attrs: {
5227
5262
  [x: string]: unknown;
5228
5263
  };
@@ -5264,6 +5299,7 @@ density: Density;
5264
5299
  centerAffix: boolean;
5265
5300
  glow: boolean;
5266
5301
  hideSpinButtons: boolean;
5302
+ indentDetails: boolean;
5267
5303
  persistentHint: boolean;
5268
5304
  messages: string | readonly string[];
5269
5305
  direction: "horizontal" | "vertical";
@@ -5309,6 +5345,7 @@ density: Density;
5309
5345
  centerAffix: boolean;
5310
5346
  glow: boolean;
5311
5347
  hideSpinButtons: boolean;
5348
+ indentDetails: boolean;
5312
5349
  persistentHint: boolean;
5313
5350
  messages: string | readonly string[];
5314
5351
  direction: "horizontal" | "vertical";
@@ -5361,6 +5398,7 @@ density: Density;
5361
5398
  centerAffix: boolean;
5362
5399
  glow: boolean;
5363
5400
  hideSpinButtons: boolean;
5401
+ indentDetails: boolean;
5364
5402
  persistentHint: boolean;
5365
5403
  messages: string | readonly string[];
5366
5404
  direction: "horizontal" | "vertical";
@@ -5377,6 +5415,7 @@ density: Density;
5377
5415
  centerAffix: boolean;
5378
5416
  glow: boolean;
5379
5417
  hideSpinButtons: boolean;
5418
+ indentDetails: boolean;
5380
5419
  persistentHint: boolean;
5381
5420
  messages: string | readonly string[];
5382
5421
  direction: "horizontal" | "vertical";
@@ -5401,7 +5440,7 @@ hideDetails?: "auto" | boolean | undefined;
5401
5440
  hint?: string | undefined;
5402
5441
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
5403
5442
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
5404
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
5443
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
5405
5444
  reset: () => Promise<void>;
5406
5445
  resetValidation: () => Promise<void>;
5407
5446
  validate: (silent?: boolean) => Promise<string[]>;
@@ -5410,7 +5449,7 @@ errorMessages: ComputedRef<string[]>;
5410
5449
  }> & ComponentCustomProperties & GenericProps< {
5411
5450
  modelValue?: unknown;
5412
5451
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
5413
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
5452
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
5414
5453
  _allExposed: {
5415
5454
  reset: () => Promise<void>;
5416
5455
  resetValidation: () => Promise<void>;
@@ -5435,6 +5474,7 @@ density: Density;
5435
5474
  rounded: string | number | boolean;
5436
5475
  tile: boolean;
5437
5476
  hideSpinButtons: boolean;
5477
+ indentDetails: boolean;
5438
5478
  persistentHint: boolean;
5439
5479
  messages: string | readonly string[];
5440
5480
  clearable: boolean;
@@ -5509,6 +5549,7 @@ rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any
5509
5549
  density: Density;
5510
5550
  tile: boolean;
5511
5551
  hideSpinButtons: boolean;
5552
+ indentDetails: boolean;
5512
5553
  persistentHint: boolean;
5513
5554
  messages: string | readonly string[];
5514
5555
  clearable: boolean;
@@ -5644,6 +5685,7 @@ density: Density;
5644
5685
  centerAffix: boolean;
5645
5686
  glow: boolean;
5646
5687
  hideSpinButtons: boolean;
5688
+ indentDetails: boolean;
5647
5689
  persistentHint: boolean;
5648
5690
  messages: string | readonly string[];
5649
5691
  direction: "horizontal" | "vertical";
@@ -5678,12 +5720,13 @@ prependIcon?: IconValue | undefined;
5678
5720
  hideDetails?: "auto" | boolean | undefined;
5679
5721
  hideSpinButtons: boolean;
5680
5722
  hint?: string | undefined;
5723
+ indentDetails: boolean;
5681
5724
  persistentHint: boolean;
5682
5725
  messages: string | readonly string[];
5683
5726
  direction: "horizontal" | "vertical";
5684
5727
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
5685
5728
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
5686
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
5729
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
5687
5730
  $attrs: {
5688
5731
  [x: string]: unknown;
5689
5732
  };
@@ -5725,6 +5768,7 @@ density: Density;
5725
5768
  centerAffix: boolean;
5726
5769
  glow: boolean;
5727
5770
  hideSpinButtons: boolean;
5771
+ indentDetails: boolean;
5728
5772
  persistentHint: boolean;
5729
5773
  messages: string | readonly string[];
5730
5774
  direction: "horizontal" | "vertical";
@@ -5770,6 +5814,7 @@ density: Density;
5770
5814
  centerAffix: boolean;
5771
5815
  glow: boolean;
5772
5816
  hideSpinButtons: boolean;
5817
+ indentDetails: boolean;
5773
5818
  persistentHint: boolean;
5774
5819
  messages: string | readonly string[];
5775
5820
  direction: "horizontal" | "vertical";
@@ -5822,6 +5867,7 @@ density: Density;
5822
5867
  centerAffix: boolean;
5823
5868
  glow: boolean;
5824
5869
  hideSpinButtons: boolean;
5870
+ indentDetails: boolean;
5825
5871
  persistentHint: boolean;
5826
5872
  messages: string | readonly string[];
5827
5873
  direction: "horizontal" | "vertical";
@@ -5838,6 +5884,7 @@ density: Density;
5838
5884
  centerAffix: boolean;
5839
5885
  glow: boolean;
5840
5886
  hideSpinButtons: boolean;
5887
+ indentDetails: boolean;
5841
5888
  persistentHint: boolean;
5842
5889
  messages: string | readonly string[];
5843
5890
  direction: "horizontal" | "vertical";
@@ -5862,7 +5909,7 @@ hideDetails?: "auto" | boolean | undefined;
5862
5909
  hint?: string | undefined;
5863
5910
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
5864
5911
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
5865
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
5912
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
5866
5913
  reset: () => Promise<void>;
5867
5914
  resetValidation: () => Promise<void>;
5868
5915
  validate: (silent?: boolean) => Promise<string[]>;
@@ -5871,7 +5918,7 @@ errorMessages: ComputedRef<string[]>;
5871
5918
  }> & ComponentCustomProperties & GenericProps< {
5872
5919
  modelValue?: unknown;
5873
5920
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
5874
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
5921
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
5875
5922
  _allExposed: {
5876
5923
  reset: () => Promise<void>;
5877
5924
  resetValidation: () => Promise<void>;
@@ -5890,6 +5937,7 @@ density: Density;
5890
5937
  rounded: string | number | boolean;
5891
5938
  tile: boolean;
5892
5939
  hideSpinButtons: boolean;
5940
+ indentDetails: boolean;
5893
5941
  persistentHint: boolean;
5894
5942
  messages: string | readonly string[];
5895
5943
  clearable: boolean;
@@ -6013,10 +6061,6 @@ declare type __VLS_PrettifyLocal_3<T> = {
6013
6061
  [K in keyof T]: T[K];
6014
6062
  } & {};
6015
6063
 
6016
- declare type __VLS_PrettifyLocal_4<T> = {
6017
- [K in keyof T]: T[K];
6018
- } & {};
6019
-
6020
6064
  declare type __VLS_Props = {
6021
6065
  loading?: boolean;
6022
6066
  title?: string;
@@ -6028,29 +6072,33 @@ declare type __VLS_Props_10 = {
6028
6072
  };
6029
6073
 
6030
6074
  declare type __VLS_Props_100 = {
6031
- assetId?: DocIdNullable;
6075
+ configName?: string;
6032
6076
  };
6033
6077
 
6034
6078
  declare type __VLS_Props_101 = {
6079
+ assetId?: DocIdNullable;
6080
+ };
6081
+
6082
+ declare type __VLS_Props_102 = {
6035
6083
  title?: string | undefined;
6036
6084
  logoUrl?: string | undefined;
6037
6085
  loginUrl?: undefined | (() => string);
6038
6086
  dataCy?: string;
6039
6087
  };
6040
6088
 
6041
- declare type __VLS_Props_102 = {
6089
+ declare type __VLS_Props_103 = {
6042
6090
  logoutUrl?: undefined | (() => string);
6043
6091
  };
6044
6092
 
6045
- declare type __VLS_Props_103 = {
6093
+ declare type __VLS_Props_104 = {
6046
6094
  returnRouteName: string;
6047
6095
  };
6048
6096
 
6049
- declare type __VLS_Props_104 = {
6097
+ declare type __VLS_Props_105 = {
6050
6098
  returnRouteName: string;
6051
6099
  };
6052
6100
 
6053
- declare type __VLS_Props_105 = {
6101
+ declare type __VLS_Props_106 = {
6054
6102
  title?: string;
6055
6103
  text?: string;
6056
6104
  buttonText?: string;
@@ -6825,22 +6873,38 @@ declare type __VLS_Props_8 = {
6825
6873
  };
6826
6874
 
6827
6875
  declare type __VLS_Props_80 = {
6828
- extSystem: IntegerId;
6876
+ src?: string;
6877
+ alt?: string;
6878
+ containerStyle?: {
6879
+ [key: string]: string;
6880
+ } | undefined;
6881
+ imgStyle?: {
6882
+ [key: string]: string;
6883
+ } | undefined;
6884
+ aspectRatio?: number;
6885
+ background?: boolean;
6886
+ zoomOnWheel?: boolean;
6887
+ ready?: null | (() => void);
6888
+ cropend?: null | (() => void);
6829
6889
  };
6830
6890
 
6831
6891
  declare type __VLS_Props_81 = {
6892
+ extSystem: IntegerId;
6893
+ };
6894
+
6895
+ declare type __VLS_Props_82 = {
6832
6896
  id: null | undefined | IntegerId;
6833
6897
  users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
6834
6898
  isModerator?: boolean;
6835
6899
  };
6836
6900
 
6837
- declare type __VLS_Props_82 = {
6901
+ declare type __VLS_Props_83 = {
6838
6902
  label?: string;
6839
6903
  seconds?: number;
6840
6904
  parentheses?: boolean;
6841
6905
  };
6842
6906
 
6843
- declare type __VLS_Props_83 = {
6907
+ declare type __VLS_Props_84 = {
6844
6908
  collabRoom: CollabRoom;
6845
6909
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
6846
6910
  isEdit?: boolean;
@@ -6853,7 +6917,7 @@ declare type __VLS_Props_83 = {
6853
6917
  /**
6854
6918
  * For accept and maxSizes check docs {@see useFormatAndSizeCheck}
6855
6919
  */
6856
- declare type __VLS_Props_84 = {
6920
+ declare type __VLS_Props_85 = {
6857
6921
  fileInputKey?: number | undefined;
6858
6922
  accept?: string | undefined;
6859
6923
  maxSizes?: Record<string, number> | undefined;
@@ -6864,7 +6928,7 @@ declare type __VLS_Props_84 = {
6864
6928
  hoverOnly?: boolean;
6865
6929
  };
6866
6930
 
6867
- declare type __VLS_Props_85 = {
6931
+ declare type __VLS_Props_86 = {
6868
6932
  assetType: DamAssetTypeType;
6869
6933
  inPodcast?: boolean | null;
6870
6934
  minCount: number;
@@ -6877,7 +6941,7 @@ declare type __VLS_Props_85 = {
6877
6941
  onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
6878
6942
  };
6879
6943
 
6880
- declare type __VLS_Props_86 = {
6944
+ declare type __VLS_Props_87 = {
6881
6945
  assetType: DamAssetTypeType;
6882
6946
  queueKey: UploadQueueKey;
6883
6947
  inPodcast?: boolean | null;
@@ -6888,7 +6952,7 @@ declare type __VLS_Props_86 = {
6888
6952
  onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
6889
6953
  };
6890
6954
 
6891
- declare type __VLS_Props_87 = {
6955
+ declare type __VLS_Props_88 = {
6892
6956
  assetType: DamAssetTypeType;
6893
6957
  queueKey: UploadQueueKey;
6894
6958
  selectConfigs: DamConfigLicenceExtSystemReturnType[];
@@ -6898,7 +6962,7 @@ declare type __VLS_Props_87 = {
6898
6962
  onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
6899
6963
  };
6900
6964
 
6901
- declare type __VLS_Props_88 = {
6965
+ declare type __VLS_Props_89 = {
6902
6966
  modelValue: boolean | null;
6903
6967
  dataCy?: string;
6904
6968
  label?: string | undefined;
@@ -6907,7 +6971,12 @@ declare type __VLS_Props_88 = {
6907
6971
  falseT?: string;
6908
6972
  };
6909
6973
 
6910
- declare type __VLS_Props_89 = {
6974
+ declare type __VLS_Props_9 = {
6975
+ grant: GrantType;
6976
+ grantOrigin: GrantOriginType;
6977
+ };
6978
+
6979
+ declare type __VLS_Props_90 = {
6911
6980
  modelValue: IntegerId | null | IntegerId[] | any;
6912
6981
  client: () => AxiosInstance;
6913
6982
  label?: string | undefined;
@@ -6918,12 +6987,7 @@ declare type __VLS_Props_89 = {
6918
6987
  hideDetails?: boolean;
6919
6988
  };
6920
6989
 
6921
- declare type __VLS_Props_9 = {
6922
- grant: GrantType;
6923
- grantOrigin: GrantOriginType;
6924
- };
6925
-
6926
- declare type __VLS_Props_90 = {
6990
+ declare type __VLS_Props_91 = {
6927
6991
  modelValue: string[];
6928
6992
  client: () => AxiosInstance;
6929
6993
  multiple?: boolean;
@@ -6931,7 +6995,7 @@ declare type __VLS_Props_90 = {
6931
6995
  dataCy?: string;
6932
6996
  };
6933
6997
 
6934
- declare type __VLS_Props_91 = {
6998
+ declare type __VLS_Props_92 = {
6935
6999
  modelValue: string[];
6936
7000
  client: () => AxiosInstance;
6937
7001
  multiple?: boolean;
@@ -6939,7 +7003,7 @@ declare type __VLS_Props_91 = {
6939
7003
  dataCy?: string;
6940
7004
  };
6941
7005
 
6942
- declare type __VLS_Props_92 = {
7006
+ declare type __VLS_Props_93 = {
6943
7007
  modelValue: IntegerId | null | IntegerId[] | any;
6944
7008
  client: () => AxiosInstance;
6945
7009
  label?: string | undefined;
@@ -6951,7 +7015,7 @@ declare type __VLS_Props_92 = {
6951
7015
  hideDetails?: boolean;
6952
7016
  };
6953
7017
 
6954
- declare type __VLS_Props_93 = {
7018
+ declare type __VLS_Props_94 = {
6955
7019
  modelValue: IntegerId | null | IntegerId[] | any;
6956
7020
  client: () => AxiosInstance;
6957
7021
  label?: string | undefined;
@@ -6962,30 +7026,26 @@ declare type __VLS_Props_93 = {
6962
7026
  hideDetails?: boolean;
6963
7027
  };
6964
7028
 
6965
- declare type __VLS_Props_94 = {
6966
- name: string;
6967
- extSystem: IntegerId;
6968
- };
6969
-
6970
7029
  declare type __VLS_Props_95 = {
7030
+ name: string;
6971
7031
  extSystem: IntegerId;
6972
7032
  };
6973
7033
 
6974
7034
  declare type __VLS_Props_96 = {
6975
- name: string;
6976
7035
  extSystem: IntegerId;
6977
7036
  };
6978
7037
 
6979
7038
  declare type __VLS_Props_97 = {
7039
+ name: string;
6980
7040
  extSystem: IntegerId;
6981
7041
  };
6982
7042
 
6983
7043
  declare type __VLS_Props_98 = {
6984
- name: string;
6985
- configName?: string;
7044
+ extSystem: IntegerId;
6986
7045
  };
6987
7046
 
6988
7047
  declare type __VLS_Props_99 = {
7048
+ name: string;
6989
7049
  configName?: string;
6990
7050
  };
6991
7051
 
@@ -6996,31 +7056,31 @@ declare type __VLS_PublicProps = {
6996
7056
 
6997
7057
  declare type __VLS_PublicProps_10 = {
6998
7058
  'sort'?: number;
6999
- } & __VLS_Props_86;
7059
+ } & __VLS_Props_87;
7000
7060
 
7001
7061
  declare type __VLS_PublicProps_11 = {
7002
7062
  'sort'?: number;
7003
- } & __VLS_Props_87;
7063
+ } & __VLS_Props_88;
7004
7064
 
7005
7065
  declare type __VLS_PublicProps_12 = {
7006
7066
  'selected'?: ValueObjectOption<IntegerId>[];
7007
- } & __VLS_Props_92;
7067
+ } & __VLS_Props_93;
7008
7068
 
7009
7069
  declare type __VLS_PublicProps_13 = {
7010
7070
  'selected'?: ValueObjectOption<IntegerId>[];
7011
- } & __VLS_Props_93;
7071
+ } & __VLS_Props_94;
7012
7072
 
7013
7073
  declare type __VLS_PublicProps_14 = {
7014
7074
  modelValue: Filter;
7015
- } & __VLS_Props_95;
7075
+ } & __VLS_Props_96;
7016
7076
 
7017
7077
  declare type __VLS_PublicProps_15 = {
7018
7078
  modelValue: Filter;
7019
- } & __VLS_Props_97;
7079
+ } & __VLS_Props_98;
7020
7080
 
7021
7081
  declare type __VLS_PublicProps_16 = {
7022
7082
  modelValue: Filter;
7023
- } & __VLS_Props_99;
7083
+ } & __VLS_Props_100;
7024
7084
 
7025
7085
  declare type __VLS_PublicProps_2 = {
7026
7086
  'showAdvanced'?: boolean;
@@ -7057,7 +7117,7 @@ declare type __VLS_PublicProps_9 = {
7057
7117
  modelValue?: boolean;
7058
7118
  'sort'?: number;
7059
7119
  'ready'?: boolean;
7060
- } & __VLS_Props_85;
7120
+ } & __VLS_Props_86;
7061
7121
 
7062
7122
  declare function __VLS_template(): {
7063
7123
  attrs: Partial<{}>;
@@ -7118,6 +7178,7 @@ declare function __VLS_template_13(): {
7118
7178
  density: Density;
7119
7179
  tile: boolean;
7120
7180
  hideSpinButtons: boolean;
7181
+ indentDetails: boolean;
7121
7182
  persistentHint: boolean;
7122
7183
  messages: string | readonly string[];
7123
7184
  clearable: boolean;
@@ -7260,6 +7321,7 @@ declare function __VLS_template_13(): {
7260
7321
  centerAffix: boolean;
7261
7322
  glow: boolean;
7262
7323
  hideSpinButtons: boolean;
7324
+ indentDetails: boolean;
7263
7325
  persistentHint: boolean;
7264
7326
  messages: string | readonly string[];
7265
7327
  direction: "horizontal" | "vertical";
@@ -7294,12 +7356,13 @@ declare function __VLS_template_13(): {
7294
7356
  hideDetails?: "auto" | boolean | undefined;
7295
7357
  hideSpinButtons: boolean;
7296
7358
  hint?: string | undefined;
7359
+ indentDetails: boolean;
7297
7360
  persistentHint: boolean;
7298
7361
  messages: string | readonly string[];
7299
7362
  direction: "horizontal" | "vertical";
7300
7363
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
7301
7364
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
7302
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
7365
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
7303
7366
  $attrs: {
7304
7367
  [x: string]: unknown;
7305
7368
  };
@@ -7341,6 +7404,7 @@ declare function __VLS_template_13(): {
7341
7404
  centerAffix: boolean;
7342
7405
  glow: boolean;
7343
7406
  hideSpinButtons: boolean;
7407
+ indentDetails: boolean;
7344
7408
  persistentHint: boolean;
7345
7409
  messages: string | readonly string[];
7346
7410
  direction: "horizontal" | "vertical";
@@ -7386,6 +7450,7 @@ declare function __VLS_template_13(): {
7386
7450
  centerAffix: boolean;
7387
7451
  glow: boolean;
7388
7452
  hideSpinButtons: boolean;
7453
+ indentDetails: boolean;
7389
7454
  persistentHint: boolean;
7390
7455
  messages: string | readonly string[];
7391
7456
  direction: "horizontal" | "vertical";
@@ -7438,6 +7503,7 @@ declare function __VLS_template_13(): {
7438
7503
  centerAffix: boolean;
7439
7504
  glow: boolean;
7440
7505
  hideSpinButtons: boolean;
7506
+ indentDetails: boolean;
7441
7507
  persistentHint: boolean;
7442
7508
  messages: string | readonly string[];
7443
7509
  direction: "horizontal" | "vertical";
@@ -7454,6 +7520,7 @@ declare function __VLS_template_13(): {
7454
7520
  centerAffix: boolean;
7455
7521
  glow: boolean;
7456
7522
  hideSpinButtons: boolean;
7523
+ indentDetails: boolean;
7457
7524
  persistentHint: boolean;
7458
7525
  messages: string | readonly string[];
7459
7526
  direction: "horizontal" | "vertical";
@@ -7478,7 +7545,7 @@ declare function __VLS_template_13(): {
7478
7545
  hint?: string | undefined;
7479
7546
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
7480
7547
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
7481
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
7548
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
7482
7549
  reset: () => Promise<void>;
7483
7550
  resetValidation: () => Promise<void>;
7484
7551
  validate: (silent?: boolean) => Promise<string[]>;
@@ -7487,7 +7554,7 @@ declare function __VLS_template_13(): {
7487
7554
  }> & ComponentCustomProperties & GenericProps< {
7488
7555
  modelValue?: unknown;
7489
7556
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
7490
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
7557
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
7491
7558
  $: ComponentInternalInstance;
7492
7559
  $data: {};
7493
7560
  $props: Partial<{
@@ -7778,6 +7845,7 @@ declare function __VLS_template_13(): {
7778
7845
  rounded: string | number | boolean;
7779
7846
  tile: boolean;
7780
7847
  hideSpinButtons: boolean;
7848
+ indentDetails: boolean;
7781
7849
  persistentHint: boolean;
7782
7850
  messages: string | readonly string[];
7783
7851
  clearable: boolean;
@@ -7855,6 +7923,7 @@ declare function __VLS_template_13(): {
7855
7923
  density: Density;
7856
7924
  tile: boolean;
7857
7925
  hideSpinButtons: boolean;
7926
+ indentDetails: boolean;
7858
7927
  persistentHint: boolean;
7859
7928
  messages: string | readonly string[];
7860
7929
  clearable: boolean;
@@ -7997,6 +8066,7 @@ declare function __VLS_template_13(): {
7997
8066
  centerAffix: boolean;
7998
8067
  glow: boolean;
7999
8068
  hideSpinButtons: boolean;
8069
+ indentDetails: boolean;
8000
8070
  persistentHint: boolean;
8001
8071
  messages: string | readonly string[];
8002
8072
  direction: "horizontal" | "vertical";
@@ -8031,12 +8101,13 @@ declare function __VLS_template_13(): {
8031
8101
  hideDetails?: "auto" | boolean | undefined;
8032
8102
  hideSpinButtons: boolean;
8033
8103
  hint?: string | undefined;
8104
+ indentDetails: boolean;
8034
8105
  persistentHint: boolean;
8035
8106
  messages: string | readonly string[];
8036
8107
  direction: "horizontal" | "vertical";
8037
8108
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
8038
8109
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
8039
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
8110
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
8040
8111
  $attrs: {
8041
8112
  [x: string]: unknown;
8042
8113
  };
@@ -8078,6 +8149,7 @@ declare function __VLS_template_13(): {
8078
8149
  centerAffix: boolean;
8079
8150
  glow: boolean;
8080
8151
  hideSpinButtons: boolean;
8152
+ indentDetails: boolean;
8081
8153
  persistentHint: boolean;
8082
8154
  messages: string | readonly string[];
8083
8155
  direction: "horizontal" | "vertical";
@@ -8123,6 +8195,7 @@ declare function __VLS_template_13(): {
8123
8195
  centerAffix: boolean;
8124
8196
  glow: boolean;
8125
8197
  hideSpinButtons: boolean;
8198
+ indentDetails: boolean;
8126
8199
  persistentHint: boolean;
8127
8200
  messages: string | readonly string[];
8128
8201
  direction: "horizontal" | "vertical";
@@ -8175,6 +8248,7 @@ declare function __VLS_template_13(): {
8175
8248
  centerAffix: boolean;
8176
8249
  glow: boolean;
8177
8250
  hideSpinButtons: boolean;
8251
+ indentDetails: boolean;
8178
8252
  persistentHint: boolean;
8179
8253
  messages: string | readonly string[];
8180
8254
  direction: "horizontal" | "vertical";
@@ -8191,6 +8265,7 @@ declare function __VLS_template_13(): {
8191
8265
  centerAffix: boolean;
8192
8266
  glow: boolean;
8193
8267
  hideSpinButtons: boolean;
8268
+ indentDetails: boolean;
8194
8269
  persistentHint: boolean;
8195
8270
  messages: string | readonly string[];
8196
8271
  direction: "horizontal" | "vertical";
@@ -8215,7 +8290,7 @@ declare function __VLS_template_13(): {
8215
8290
  hint?: string | undefined;
8216
8291
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
8217
8292
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
8218
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
8293
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
8219
8294
  reset: () => Promise<void>;
8220
8295
  resetValidation: () => Promise<void>;
8221
8296
  validate: (silent?: boolean) => Promise<string[]>;
@@ -8224,7 +8299,7 @@ declare function __VLS_template_13(): {
8224
8299
  }> & ComponentCustomProperties & GenericProps< {
8225
8300
  modelValue?: unknown;
8226
8301
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
8227
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
8302
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
8228
8303
  $: ComponentInternalInstance;
8229
8304
  $data: {};
8230
8305
  $props: Partial<{
@@ -8510,6 +8585,7 @@ declare function __VLS_template_13(): {
8510
8585
  rounded: string | number | boolean;
8511
8586
  tile: boolean;
8512
8587
  hideSpinButtons: boolean;
8588
+ indentDetails: boolean;
8513
8589
  persistentHint: boolean;
8514
8590
  messages: string | readonly string[];
8515
8591
  clearable: boolean;
@@ -10456,6 +10532,7 @@ declare function __VLS_template_5(): {
10456
10532
  density: Density;
10457
10533
  tile: boolean;
10458
10534
  hideSpinButtons: boolean;
10535
+ indentDetails: boolean;
10459
10536
  persistentHint: boolean;
10460
10537
  messages: string | readonly string[];
10461
10538
  clearable: boolean;
@@ -10598,6 +10675,7 @@ declare function __VLS_template_5(): {
10598
10675
  centerAffix: boolean;
10599
10676
  glow: boolean;
10600
10677
  hideSpinButtons: boolean;
10678
+ indentDetails: boolean;
10601
10679
  persistentHint: boolean;
10602
10680
  messages: string | readonly string[];
10603
10681
  direction: "horizontal" | "vertical";
@@ -10632,12 +10710,13 @@ declare function __VLS_template_5(): {
10632
10710
  hideDetails?: "auto" | boolean | undefined;
10633
10711
  hideSpinButtons: boolean;
10634
10712
  hint?: string | undefined;
10713
+ indentDetails: boolean;
10635
10714
  persistentHint: boolean;
10636
10715
  messages: string | readonly string[];
10637
10716
  direction: "horizontal" | "vertical";
10638
10717
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
10639
10718
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
10640
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
10719
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
10641
10720
  $attrs: {
10642
10721
  [x: string]: unknown;
10643
10722
  };
@@ -10679,6 +10758,7 @@ declare function __VLS_template_5(): {
10679
10758
  centerAffix: boolean;
10680
10759
  glow: boolean;
10681
10760
  hideSpinButtons: boolean;
10761
+ indentDetails: boolean;
10682
10762
  persistentHint: boolean;
10683
10763
  messages: string | readonly string[];
10684
10764
  direction: "horizontal" | "vertical";
@@ -10724,6 +10804,7 @@ declare function __VLS_template_5(): {
10724
10804
  centerAffix: boolean;
10725
10805
  glow: boolean;
10726
10806
  hideSpinButtons: boolean;
10807
+ indentDetails: boolean;
10727
10808
  persistentHint: boolean;
10728
10809
  messages: string | readonly string[];
10729
10810
  direction: "horizontal" | "vertical";
@@ -10776,6 +10857,7 @@ declare function __VLS_template_5(): {
10776
10857
  centerAffix: boolean;
10777
10858
  glow: boolean;
10778
10859
  hideSpinButtons: boolean;
10860
+ indentDetails: boolean;
10779
10861
  persistentHint: boolean;
10780
10862
  messages: string | readonly string[];
10781
10863
  direction: "horizontal" | "vertical";
@@ -10792,6 +10874,7 @@ declare function __VLS_template_5(): {
10792
10874
  centerAffix: boolean;
10793
10875
  glow: boolean;
10794
10876
  hideSpinButtons: boolean;
10877
+ indentDetails: boolean;
10795
10878
  persistentHint: boolean;
10796
10879
  messages: string | readonly string[];
10797
10880
  direction: "horizontal" | "vertical";
@@ -10816,7 +10899,7 @@ declare function __VLS_template_5(): {
10816
10899
  hint?: string | undefined;
10817
10900
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
10818
10901
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
10819
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
10902
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
10820
10903
  reset: () => Promise<void>;
10821
10904
  resetValidation: () => Promise<void>;
10822
10905
  validate: (silent?: boolean) => Promise<string[]>;
@@ -10825,7 +10908,7 @@ declare function __VLS_template_5(): {
10825
10908
  }> & ComponentCustomProperties & GenericProps< {
10826
10909
  modelValue?: unknown;
10827
10910
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
10828
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
10911
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
10829
10912
  $: ComponentInternalInstance;
10830
10913
  $data: {};
10831
10914
  $props: Partial<{
@@ -11116,6 +11199,7 @@ declare function __VLS_template_5(): {
11116
11199
  rounded: string | number | boolean;
11117
11200
  tile: boolean;
11118
11201
  hideSpinButtons: boolean;
11202
+ indentDetails: boolean;
11119
11203
  persistentHint: boolean;
11120
11204
  messages: string | readonly string[];
11121
11205
  clearable: boolean;
@@ -11193,6 +11277,7 @@ declare function __VLS_template_5(): {
11193
11277
  density: Density;
11194
11278
  tile: boolean;
11195
11279
  hideSpinButtons: boolean;
11280
+ indentDetails: boolean;
11196
11281
  persistentHint: boolean;
11197
11282
  messages: string | readonly string[];
11198
11283
  clearable: boolean;
@@ -11335,6 +11420,7 @@ declare function __VLS_template_5(): {
11335
11420
  centerAffix: boolean;
11336
11421
  glow: boolean;
11337
11422
  hideSpinButtons: boolean;
11423
+ indentDetails: boolean;
11338
11424
  persistentHint: boolean;
11339
11425
  messages: string | readonly string[];
11340
11426
  direction: "horizontal" | "vertical";
@@ -11369,12 +11455,13 @@ declare function __VLS_template_5(): {
11369
11455
  hideDetails?: "auto" | boolean | undefined;
11370
11456
  hideSpinButtons: boolean;
11371
11457
  hint?: string | undefined;
11458
+ indentDetails: boolean;
11372
11459
  persistentHint: boolean;
11373
11460
  messages: string | readonly string[];
11374
11461
  direction: "horizontal" | "vertical";
11375
11462
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
11376
11463
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
11377
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
11464
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
11378
11465
  $attrs: {
11379
11466
  [x: string]: unknown;
11380
11467
  };
@@ -11416,6 +11503,7 @@ declare function __VLS_template_5(): {
11416
11503
  centerAffix: boolean;
11417
11504
  glow: boolean;
11418
11505
  hideSpinButtons: boolean;
11506
+ indentDetails: boolean;
11419
11507
  persistentHint: boolean;
11420
11508
  messages: string | readonly string[];
11421
11509
  direction: "horizontal" | "vertical";
@@ -11461,6 +11549,7 @@ declare function __VLS_template_5(): {
11461
11549
  centerAffix: boolean;
11462
11550
  glow: boolean;
11463
11551
  hideSpinButtons: boolean;
11552
+ indentDetails: boolean;
11464
11553
  persistentHint: boolean;
11465
11554
  messages: string | readonly string[];
11466
11555
  direction: "horizontal" | "vertical";
@@ -11513,6 +11602,7 @@ declare function __VLS_template_5(): {
11513
11602
  centerAffix: boolean;
11514
11603
  glow: boolean;
11515
11604
  hideSpinButtons: boolean;
11605
+ indentDetails: boolean;
11516
11606
  persistentHint: boolean;
11517
11607
  messages: string | readonly string[];
11518
11608
  direction: "horizontal" | "vertical";
@@ -11529,6 +11619,7 @@ declare function __VLS_template_5(): {
11529
11619
  centerAffix: boolean;
11530
11620
  glow: boolean;
11531
11621
  hideSpinButtons: boolean;
11622
+ indentDetails: boolean;
11532
11623
  persistentHint: boolean;
11533
11624
  messages: string | readonly string[];
11534
11625
  direction: "horizontal" | "vertical";
@@ -11553,7 +11644,7 @@ declare function __VLS_template_5(): {
11553
11644
  hint?: string | undefined;
11554
11645
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
11555
11646
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
11556
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
11647
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
11557
11648
  reset: () => Promise<void>;
11558
11649
  resetValidation: () => Promise<void>;
11559
11650
  validate: (silent?: boolean) => Promise<string[]>;
@@ -11562,7 +11653,7 @@ declare function __VLS_template_5(): {
11562
11653
  }> & ComponentCustomProperties & GenericProps< {
11563
11654
  modelValue?: unknown;
11564
11655
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
11565
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
11656
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
11566
11657
  $: ComponentInternalInstance;
11567
11658
  $data: {};
11568
11659
  $props: Partial<{
@@ -11848,6 +11939,7 @@ declare function __VLS_template_5(): {
11848
11939
  rounded: string | number | boolean;
11849
11940
  tile: boolean;
11850
11941
  hideSpinButtons: boolean;
11942
+ indentDetails: boolean;
11851
11943
  persistentHint: boolean;
11852
11944
  messages: string | readonly string[];
11853
11945
  clearable: boolean;
@@ -11894,6 +11986,7 @@ declare function __VLS_template_6(): {
11894
11986
  density: Density;
11895
11987
  tile: boolean;
11896
11988
  hideSpinButtons: boolean;
11989
+ indentDetails: boolean;
11897
11990
  persistentHint: boolean;
11898
11991
  messages: string | readonly string[];
11899
11992
  clearable: boolean;
@@ -12029,6 +12122,7 @@ declare function __VLS_template_6(): {
12029
12122
  centerAffix: boolean;
12030
12123
  glow: boolean;
12031
12124
  hideSpinButtons: boolean;
12125
+ indentDetails: boolean;
12032
12126
  persistentHint: boolean;
12033
12127
  messages: string | readonly string[];
12034
12128
  direction: "horizontal" | "vertical";
@@ -12063,12 +12157,13 @@ declare function __VLS_template_6(): {
12063
12157
  hideDetails?: "auto" | boolean | undefined;
12064
12158
  hideSpinButtons: boolean;
12065
12159
  hint?: string | undefined;
12160
+ indentDetails: boolean;
12066
12161
  persistentHint: boolean;
12067
12162
  messages: string | readonly string[];
12068
12163
  direction: "horizontal" | "vertical";
12069
12164
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
12070
12165
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
12071
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
12166
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
12072
12167
  $attrs: {
12073
12168
  [x: string]: unknown;
12074
12169
  };
@@ -12110,6 +12205,7 @@ declare function __VLS_template_6(): {
12110
12205
  centerAffix: boolean;
12111
12206
  glow: boolean;
12112
12207
  hideSpinButtons: boolean;
12208
+ indentDetails: boolean;
12113
12209
  persistentHint: boolean;
12114
12210
  messages: string | readonly string[];
12115
12211
  direction: "horizontal" | "vertical";
@@ -12155,6 +12251,7 @@ declare function __VLS_template_6(): {
12155
12251
  centerAffix: boolean;
12156
12252
  glow: boolean;
12157
12253
  hideSpinButtons: boolean;
12254
+ indentDetails: boolean;
12158
12255
  persistentHint: boolean;
12159
12256
  messages: string | readonly string[];
12160
12257
  direction: "horizontal" | "vertical";
@@ -12207,6 +12304,7 @@ declare function __VLS_template_6(): {
12207
12304
  centerAffix: boolean;
12208
12305
  glow: boolean;
12209
12306
  hideSpinButtons: boolean;
12307
+ indentDetails: boolean;
12210
12308
  persistentHint: boolean;
12211
12309
  messages: string | readonly string[];
12212
12310
  direction: "horizontal" | "vertical";
@@ -12223,6 +12321,7 @@ declare function __VLS_template_6(): {
12223
12321
  centerAffix: boolean;
12224
12322
  glow: boolean;
12225
12323
  hideSpinButtons: boolean;
12324
+ indentDetails: boolean;
12226
12325
  persistentHint: boolean;
12227
12326
  messages: string | readonly string[];
12228
12327
  direction: "horizontal" | "vertical";
@@ -12247,7 +12346,7 @@ declare function __VLS_template_6(): {
12247
12346
  hint?: string | undefined;
12248
12347
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
12249
12348
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
12250
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
12349
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
12251
12350
  reset: () => Promise<void>;
12252
12351
  resetValidation: () => Promise<void>;
12253
12352
  validate: (silent?: boolean) => Promise<string[]>;
@@ -12256,7 +12355,7 @@ declare function __VLS_template_6(): {
12256
12355
  }> & ComponentCustomProperties & GenericProps< {
12257
12356
  modelValue?: unknown;
12258
12357
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
12259
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
12358
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
12260
12359
  _allExposed: {
12261
12360
  reset: () => Promise<void>;
12262
12361
  resetValidation: () => Promise<void>;
@@ -12281,6 +12380,7 @@ declare function __VLS_template_6(): {
12281
12380
  rounded: string | number | boolean;
12282
12381
  tile: boolean;
12283
12382
  hideSpinButtons: boolean;
12383
+ indentDetails: boolean;
12284
12384
  persistentHint: boolean;
12285
12385
  messages: string | readonly string[];
12286
12386
  clearable: boolean;
@@ -12355,6 +12455,7 @@ declare function __VLS_template_6(): {
12355
12455
  density: Density;
12356
12456
  tile: boolean;
12357
12457
  hideSpinButtons: boolean;
12458
+ indentDetails: boolean;
12358
12459
  persistentHint: boolean;
12359
12460
  messages: string | readonly string[];
12360
12461
  clearable: boolean;
@@ -12490,6 +12591,7 @@ declare function __VLS_template_6(): {
12490
12591
  centerAffix: boolean;
12491
12592
  glow: boolean;
12492
12593
  hideSpinButtons: boolean;
12594
+ indentDetails: boolean;
12493
12595
  persistentHint: boolean;
12494
12596
  messages: string | readonly string[];
12495
12597
  direction: "horizontal" | "vertical";
@@ -12524,12 +12626,13 @@ declare function __VLS_template_6(): {
12524
12626
  hideDetails?: "auto" | boolean | undefined;
12525
12627
  hideSpinButtons: boolean;
12526
12628
  hint?: string | undefined;
12629
+ indentDetails: boolean;
12527
12630
  persistentHint: boolean;
12528
12631
  messages: string | readonly string[];
12529
12632
  direction: "horizontal" | "vertical";
12530
12633
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
12531
12634
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
12532
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
12635
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
12533
12636
  $attrs: {
12534
12637
  [x: string]: unknown;
12535
12638
  };
@@ -12571,6 +12674,7 @@ declare function __VLS_template_6(): {
12571
12674
  centerAffix: boolean;
12572
12675
  glow: boolean;
12573
12676
  hideSpinButtons: boolean;
12677
+ indentDetails: boolean;
12574
12678
  persistentHint: boolean;
12575
12679
  messages: string | readonly string[];
12576
12680
  direction: "horizontal" | "vertical";
@@ -12616,6 +12720,7 @@ declare function __VLS_template_6(): {
12616
12720
  centerAffix: boolean;
12617
12721
  glow: boolean;
12618
12722
  hideSpinButtons: boolean;
12723
+ indentDetails: boolean;
12619
12724
  persistentHint: boolean;
12620
12725
  messages: string | readonly string[];
12621
12726
  direction: "horizontal" | "vertical";
@@ -12668,6 +12773,7 @@ declare function __VLS_template_6(): {
12668
12773
  centerAffix: boolean;
12669
12774
  glow: boolean;
12670
12775
  hideSpinButtons: boolean;
12776
+ indentDetails: boolean;
12671
12777
  persistentHint: boolean;
12672
12778
  messages: string | readonly string[];
12673
12779
  direction: "horizontal" | "vertical";
@@ -12684,6 +12790,7 @@ declare function __VLS_template_6(): {
12684
12790
  centerAffix: boolean;
12685
12791
  glow: boolean;
12686
12792
  hideSpinButtons: boolean;
12793
+ indentDetails: boolean;
12687
12794
  persistentHint: boolean;
12688
12795
  messages: string | readonly string[];
12689
12796
  direction: "horizontal" | "vertical";
@@ -12708,7 +12815,7 @@ declare function __VLS_template_6(): {
12708
12815
  hint?: string | undefined;
12709
12816
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
12710
12817
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
12711
- }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
12818
+ }, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & ShallowUnwrapRef< {
12712
12819
  reset: () => Promise<void>;
12713
12820
  resetValidation: () => Promise<void>;
12714
12821
  validate: (silent?: boolean) => Promise<string[]>;
@@ -12717,7 +12824,7 @@ declare function __VLS_template_6(): {
12717
12824
  }> & ComponentCustomProperties & GenericProps< {
12718
12825
  modelValue?: unknown;
12719
12826
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
12720
- }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
12827
+ }, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
12721
12828
  _allExposed: {
12722
12829
  reset: () => Promise<void>;
12723
12830
  resetValidation: () => Promise<void>;
@@ -12736,6 +12843,7 @@ declare function __VLS_template_6(): {
12736
12843
  rounded: string | number | boolean;
12737
12844
  tile: boolean;
12738
12845
  hideSpinButtons: boolean;
12846
+ indentDetails: boolean;
12739
12847
  persistentHint: boolean;
12740
12848
  messages: string | readonly string[];
12741
12849
  clearable: boolean;
@@ -13186,9 +13294,9 @@ readonly: boolean;
13186
13294
  randomColor: boolean;
13187
13295
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
13188
13296
 
13189
- export declare const ABooleanSelect: DefineComponent<__VLS_Props_88, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13297
+ export declare const ABooleanSelect: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13190
13298
  "update:modelValue": (data: boolean | null) => any;
13191
- }, string, PublicProps, Readonly<__VLS_Props_88> & Readonly<{
13299
+ }, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{
13192
13300
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
13193
13301
  }>, {
13194
13302
  label: string;
@@ -13238,9 +13346,9 @@ export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<
13238
13346
 
13239
13347
  export declare type AclValue = `${string}_${string}_${string}`;
13240
13348
 
13241
- export declare const ACollabCountdown: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13349
+ export declare const ACollabCountdown: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13242
13350
  done: () => any;
13243
- }, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{
13351
+ }, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{
13244
13352
  onDone?: (() => any) | undefined;
13245
13353
  }>, {
13246
13354
  label: string;
@@ -13248,13 +13356,13 @@ seconds: number;
13248
13356
  parentheses: boolean;
13249
13357
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
13250
13358
 
13251
- export declare const ACollabLockedByUser: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {
13359
+ export declare const ACollabLockedByUser: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{}>, {
13252
13360
  isModerator: boolean;
13253
13361
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
13254
13362
 
13255
- export declare const ACollabManagement: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13363
+ export declare const ACollabManagement: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13256
13364
  approvedRequestToJoinCollabRoom: () => any;
13257
- }, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{
13365
+ }, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{
13258
13366
  onApprovedRequestToJoinCollabRoom?: (() => any) | undefined;
13259
13367
  }>, {
13260
13368
  isEdit: boolean;
@@ -13268,78 +13376,54 @@ export declare const ACopyText: __VLS_WithTemplateSlots_17<typeof __VLS_componen
13268
13376
 
13269
13377
  export declare const ACreateDialog: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
13270
13378
 
13271
- export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
13272
- props: __VLS_PrettifyLocal_3<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
13273
- src?: string;
13274
- alt?: string;
13275
- containerStyle?: {
13276
- [key: string]: string;
13277
- } | undefined;
13278
- imgStyle?: {
13279
- [key: string]: string;
13280
- } | undefined;
13281
- aspectRatio?: number;
13282
- autoCrop?: boolean;
13283
- autoCropArea?: number;
13284
- background?: boolean;
13285
- center?: boolean;
13286
- checkCrossOrigin?: boolean;
13287
- checkOrientation?: boolean;
13288
- cropBoxMovable?: boolean;
13289
- cropBoxResizable?: boolean;
13290
- data?: default_2.SetDataOptions | null;
13291
- dragMode?: default_2.DragMode;
13292
- guides?: boolean;
13293
- highlight?: boolean;
13294
- initialAspectRatio?: number;
13295
- modal?: boolean;
13296
- movable?: boolean;
13297
- preview?: HTMLElement | HTMLElement[] | NodeListOf<HTMLElement> | string;
13298
- responsive?: boolean;
13299
- restore?: boolean;
13300
- rotatable?: boolean;
13301
- scalable?: boolean;
13302
- toggleDragModeOnDblclick?: boolean;
13303
- viewMode?: default_2.ViewMode;
13304
- wheelZoomRatio?: number;
13305
- zoomOnTouch?: boolean;
13306
- zoomOnWheel?: boolean;
13307
- zoomable?: boolean;
13308
- minCanvasWidth?: number;
13309
- minCanvasHeight?: number;
13310
- minContainerWidth?: number;
13311
- minContainerHeight?: number;
13312
- minCropBoxWidth?: number;
13313
- minCropBoxHeight?: number;
13314
- ready?: null | ((event: default_2.ReadyEvent<T>) => void);
13315
- crop?: null | ((event: default_2.CropEvent<T>) => void);
13316
- cropend?: null | ((event: default_2.CropEndEvent<T>) => void);
13317
- cropmove?: null | ((event: default_2.CropMoveEvent<T>) => void);
13318
- cropstart?: null | ((event: default_2.CropStartEvent<T>) => void);
13319
- zoom?: null | ((event: default_2.ZoomEvent<T>) => void);
13320
- } & Partial<{}>> & PublicProps;
13321
- expose(exposed: ShallowUnwrapRef< {
13322
- enable: () => void;
13323
- disable: () => void;
13324
- destroy: () => void;
13325
- getImageData: () => default_2.ImageData | undefined;
13326
- getData: () => default_2.Data | undefined;
13327
- setData: (data: default_2.SetDataOptions) => default_2 | undefined;
13328
- }>): void;
13329
- attrs: any;
13330
- slots: {};
13331
- emit: {};
13332
- }>) => VNode & {
13333
- __ctx?: Awaited<typeof __VLS_setup>;
13334
- };
13379
+ export declare const ACropperjs: DefineComponent<__VLS_Props_80, {
13380
+ enable: () => void;
13381
+ disable: () => void;
13382
+ destroy: () => void;
13383
+ getImageData: () => {
13384
+ naturalWidth: number;
13385
+ naturalHeight: number;
13386
+ } | undefined;
13387
+ getData: () => {
13388
+ x: number;
13389
+ y: number;
13390
+ width: number;
13391
+ height: number;
13392
+ rotate: number;
13393
+ scaleX: number;
13394
+ scaleY: number;
13395
+ } | undefined;
13396
+ setData: (data: {
13397
+ x: number;
13398
+ y: number;
13399
+ width: number;
13400
+ height: number;
13401
+ }) => void;
13402
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{}>, {
13403
+ alt: string;
13404
+ src: string;
13405
+ ready: null | (() => void);
13406
+ aspectRatio: number;
13407
+ containerStyle: {
13408
+ [key: string]: string;
13409
+ };
13410
+ imgStyle: {
13411
+ [key: string]: string;
13412
+ };
13413
+ background: boolean;
13414
+ zoomOnWheel: boolean;
13415
+ cropend: null | (() => void);
13416
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
13417
+ imgEl: HTMLImageElement;
13418
+ }, HTMLDivElement>;
13335
13419
 
13336
13420
  export declare interface ACropperjsExposed {
13337
13421
  enable: () => void;
13338
13422
  disable: () => void;
13339
13423
  destroy: () => void;
13340
- getImageData: () => Cropper.ImageData;
13341
- getData: () => Cropper.Data;
13342
- setData: (data: Cropper.SetDataOptions) => void;
13424
+ getImageData: () => CropperImageData | undefined;
13425
+ getData: () => CropperData | undefined;
13426
+ setData: (data: CropperSetDataOptions) => void;
13343
13427
  }
13344
13428
 
13345
13429
  export declare const ACurrentUserDropdown: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_63> & Readonly<{}>, {
@@ -13364,8 +13448,8 @@ value: any;
13364
13448
  validationScope: string | number | boolean | symbol;
13365
13449
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13366
13450
 
13367
- export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
13368
- props: __VLS_PrettifyLocal_4<Pick<Partial<{}> & Omit<{
13451
+ export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
13452
+ props: __VLS_PrettifyLocal_3<Pick<Partial<{}> & Omit<{
13369
13453
  readonly "onClick:row"?: ((data: any) => any) | undefined;
13370
13454
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onClick:row"> & {
13371
13455
  items: TItem[];
@@ -14240,13 +14324,13 @@ export declare const ALoginView: __VLS_WithTemplateSlots_33<typeof __VLS_compone
14240
14324
 
14241
14325
  export declare const ALogLevelChip: DefineComponent<__VLS_Props_60, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_60> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
14242
14326
 
14243
- export declare const ALogoutView: DefineComponent<__VLS_Props_102, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_102> & Readonly<{}>, {
14327
+ export declare const ALogoutView: DefineComponent<__VLS_Props_103, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_103> & Readonly<{}>, {
14244
14328
  logoutUrl: () => string;
14245
14329
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
14246
14330
 
14247
14331
  export declare const AMediaWidgetSimple: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
14248
14332
 
14249
- export declare const ANotFoundView: DefineComponent<__VLS_Props_104, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_104> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
14333
+ export declare const ANotFoundView: DefineComponent<__VLS_Props_105, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_105> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
14250
14334
 
14251
14335
  export declare class AnzuApiDependencyExistsError extends Error {
14252
14336
  dependencies: string[];
@@ -14729,7 +14813,7 @@ declare interface AudioAttributes {
14729
14813
  bitrate: number;
14730
14814
  }
14731
14815
 
14732
- export declare const AUnauthorizedView: DefineComponent<__VLS_Props_103, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_103> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
14816
+ export declare const AUnauthorizedView: DefineComponent<__VLS_Props_104, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_104> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
14733
14817
 
14734
14818
  export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{}>, {
14735
14819
  hideCreatedAt: boolean;
@@ -15187,6 +15271,16 @@ export declare interface CreatedByAware {
15187
15271
 
15188
15272
  export declare const createFieldLockStatusPayload: (type: CollabFieldLockTypeType, status: CollabFieldLockStatusType) => CollabFieldLockStatusPayload;
15189
15273
 
15274
+ declare type CropperData = Pick<CropperSelection, 'x' | 'y' | 'width' | 'height'> & {
15275
+ rotate: number;
15276
+ scaleX: number;
15277
+ scaleY: number;
15278
+ };
15279
+
15280
+ declare type CropperImageData = Pick<HTMLImageElement, 'naturalWidth' | 'naturalHeight'>;
15281
+
15282
+ declare type CropperSetDataOptions = Pick<CropperSelection, 'x' | 'y' | 'width' | 'height'>;
15283
+
15190
15284
  export declare const cropToRegion: (cropper: ACropperjsExposed, regionOfInterest: RegionOfInterest, originalImageWidth: number, originalImageHeight: number) => RegionOfInterest;
15191
15285
 
15192
15286
  export declare type CurrentUserType = DeepReadonly<Ref<UnwrapRef<AnzuUser | undefined>>>;
@@ -15230,18 +15324,122 @@ export declare type CustomDataFormElementTypeType = (typeof CustomDataFormElemen
15230
15324
 
15231
15325
  export declare type CustomDataValue = boolean | string | number | string[] | number[];
15232
15326
 
15233
- export declare const DamAdminAssetLink: DefineComponent<__VLS_Props_100, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_100> & Readonly<{}>, {
15327
+ export declare const DamAdminAssetLink: DefineComponent<__VLS_Props_101, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_101> & Readonly<{}>, {
15234
15328
  assetId: DocIdNullable;
15235
15329
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15236
15330
 
15237
- export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
15238
- cropperInstance: ShallowUnwrapRef< {
15331
+ export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
15332
+ cropperInstance: CreateComponentPublicInstanceWithMixins<Readonly<{
15333
+ src?: string;
15334
+ alt?: string;
15335
+ containerStyle?: {
15336
+ [key: string]: string;
15337
+ } | undefined;
15338
+ imgStyle?: {
15339
+ [key: string]: string;
15340
+ } | undefined;
15341
+ aspectRatio?: number;
15342
+ background?: boolean;
15343
+ zoomOnWheel?: boolean;
15344
+ ready?: null | (() => void);
15345
+ cropend?: null | (() => void);
15346
+ }> & Readonly<{}>, {
15347
+ enable: () => void;
15348
+ disable: () => void;
15349
+ destroy: () => void;
15350
+ getImageData: () => {
15351
+ naturalWidth: number;
15352
+ naturalHeight: number;
15353
+ } | undefined;
15354
+ getData: () => {
15355
+ x: number;
15356
+ y: number;
15357
+ width: number;
15358
+ height: number;
15359
+ rotate: number;
15360
+ scaleX: number;
15361
+ scaleY: number;
15362
+ } | undefined;
15363
+ setData: (data: {
15364
+ x: number;
15365
+ y: number;
15366
+ width: number;
15367
+ height: number;
15368
+ }) => void;
15369
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
15370
+ alt: string;
15371
+ src: string;
15372
+ ready: null | (() => void);
15373
+ aspectRatio: number;
15374
+ containerStyle: {
15375
+ [key: string]: string;
15376
+ };
15377
+ imgStyle: {
15378
+ [key: string]: string;
15379
+ };
15380
+ background: boolean;
15381
+ zoomOnWheel: boolean;
15382
+ cropend: null | (() => void);
15383
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
15384
+ imgEl: HTMLImageElement;
15385
+ }, HTMLDivElement, ComponentProvideOptions, {
15386
+ P: {};
15387
+ B: {};
15388
+ D: {};
15389
+ C: {};
15390
+ M: {};
15391
+ Defaults: {};
15392
+ }, Readonly<{
15393
+ src?: string;
15394
+ alt?: string;
15395
+ containerStyle?: {
15396
+ [key: string]: string;
15397
+ } | undefined;
15398
+ imgStyle?: {
15399
+ [key: string]: string;
15400
+ } | undefined;
15401
+ aspectRatio?: number;
15402
+ background?: boolean;
15403
+ zoomOnWheel?: boolean;
15404
+ ready?: null | (() => void);
15405
+ cropend?: null | (() => void);
15406
+ }> & Readonly<{}>, {
15239
15407
  enable: () => void;
15240
15408
  disable: () => void;
15241
15409
  destroy: () => void;
15242
- getImageData: () => Cropper.ImageData | undefined;
15243
- getData: () => Cropper.Data | undefined;
15244
- setData: (data: Cropper.SetDataOptions) => Cropper | undefined;
15410
+ getImageData: () => {
15411
+ naturalWidth: number;
15412
+ naturalHeight: number;
15413
+ } | undefined;
15414
+ getData: () => {
15415
+ x: number;
15416
+ y: number;
15417
+ width: number;
15418
+ height: number;
15419
+ rotate: number;
15420
+ scaleX: number;
15421
+ scaleY: number;
15422
+ } | undefined;
15423
+ setData: (data: {
15424
+ x: number;
15425
+ y: number;
15426
+ width: number;
15427
+ height: number;
15428
+ }) => void;
15429
+ }, {}, {}, {}, {
15430
+ alt: string;
15431
+ src: string;
15432
+ ready: null | (() => void);
15433
+ aspectRatio: number;
15434
+ containerStyle: {
15435
+ [key: string]: string;
15436
+ };
15437
+ imgStyle: {
15438
+ [key: string]: string;
15439
+ };
15440
+ background: boolean;
15441
+ zoomOnWheel: boolean;
15442
+ cropend: null | (() => void);
15245
15443
  }> | null;
15246
15444
  }, any>;
15247
15445
 
@@ -15324,9 +15522,9 @@ export declare interface DamAuthor extends Pick<DamAuthorMinimal, 'id' | 'name'
15324
15522
  childAuthors: DocId[];
15325
15523
  }
15326
15524
 
15327
- export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<__VLS_Props_94, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15525
+ export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<__VLS_Props_95, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15328
15526
  change: () => any;
15329
- }, string, PublicProps, Readonly<__VLS_Props_94> & Readonly<{
15527
+ }, string, PublicProps, Readonly<__VLS_Props_95> & Readonly<{
15330
15528
  onChange?: (() => any) | undefined;
15331
15529
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15332
15530
 
@@ -15431,10 +15629,10 @@ export declare type DamDistributionRequirementStrategyType = (typeof DamDistribu
15431
15629
 
15432
15630
  export declare type DamDistributionServiceName = string;
15433
15631
 
15434
- export declare const DamDistributionServiceSelect: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15632
+ export declare const DamDistributionServiceSelect: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15435
15633
  blur: (data: string[]) => any;
15436
15634
  "update:modelValue": (data: string[]) => any;
15437
- }, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{
15635
+ }, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{
15438
15636
  onBlur?: ((data: string[]) => any) | undefined;
15439
15637
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
15440
15638
  }>, {
@@ -15470,10 +15668,10 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
15470
15668
 
15471
15669
  export declare type DamExternalProviderAssetName = string;
15472
15670
 
15473
- export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15671
+ export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15474
15672
  blur: (data: string[]) => any;
15475
15673
  "update:modelValue": (data: string[]) => any;
15476
- }, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{
15674
+ }, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{
15477
15675
  onBlur?: ((data: string[]) => any) | undefined;
15478
15676
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
15479
15677
  }>, {
@@ -15523,9 +15721,9 @@ export declare interface DamExtSystemConfigItemImage extends DamExtSystemConfigI
15523
15721
  export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
15524
15722
  }
15525
15723
 
15526
- export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15724
+ export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15527
15725
  "update:modelValue": (data: any) => any;
15528
- }, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{
15726
+ }, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{
15529
15727
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
15530
15728
  }>, {
15531
15729
  required: boolean;
@@ -15545,9 +15743,9 @@ export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, Resour
15545
15743
  flags: Flags_2;
15546
15744
  }
15547
15745
 
15548
- export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<__VLS_Props_96, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15746
+ export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<__VLS_Props_97, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15549
15747
  change: () => any;
15550
- }, string, PublicProps, Readonly<__VLS_Props_96> & Readonly<{
15748
+ }, string, PublicProps, Readonly<__VLS_Props_97> & Readonly<{
15551
15749
  onChange?: (() => any) | undefined;
15552
15750
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15553
15751
 
@@ -15715,9 +15913,9 @@ export declare interface DamUploadStartResponse {
15715
15913
  export declare interface DamUser extends Omit<AnzuUser, 'id'>, DamUserUpdateDto {
15716
15914
  }
15717
15915
 
15718
- export declare const DamUserFilterRemoteAutocomplete: DefineComponent<__VLS_Props_98, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15916
+ export declare const DamUserFilterRemoteAutocomplete: DefineComponent<__VLS_Props_99, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15719
15917
  change: () => any;
15720
- }, string, PublicProps, Readonly<__VLS_Props_98> & Readonly<{
15918
+ }, string, PublicProps, Readonly<__VLS_Props_99> & Readonly<{
15721
15919
  onChange?: (() => any) | undefined;
15722
15920
  }>, {
15723
15921
  configName: string;
@@ -15809,7 +16007,7 @@ export declare type DatetimeUTC = string;
15809
16007
  */
15810
16008
  export declare type DatetimeUTCNullable = string | null;
15811
16009
 
15812
- export declare const dateToUtc: (date: default_3.ConfigType, suffix?: string) => string;
16010
+ export declare const dateToUtc: (date: default_2.ConfigType, suffix?: string) => string;
15813
16011
 
15814
16012
  export declare const DefaultLanguageSymbol: InjectionKey<LanguageCode | undefined>;
15815
16013