@anzusystems/common-admin 1.47.0-alpha38 → 1.47.0-alpha39

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.
@@ -2055,8 +2055,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
2055
2055
  }, {
2056
2056
  size: number;
2057
2057
  variant: ButtonVariant;
2058
- loading: boolean;
2059
2058
  dataCy: string;
2059
+ loading: boolean;
2060
2060
  buttonClass: string;
2061
2061
  buttonT: string;
2062
2062
  routeParams: any | undefined;
@@ -2093,8 +2093,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2093
2093
  onSaveRecordAndClose?: (() => any) | undefined;
2094
2094
  }, {
2095
2095
  disabled: boolean;
2096
- loading: boolean;
2097
2096
  dataCy: string;
2097
+ loading: boolean;
2098
2098
  buttonClass: string;
2099
2099
  buttonT: string;
2100
2100
  }, {}>;
@@ -2139,8 +2139,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
2139
2139
  size: number;
2140
2140
  variant: ButtonVariant;
2141
2141
  disabled: boolean;
2142
- loading: boolean;
2143
2142
  dataCy: string;
2143
+ loading: boolean;
2144
2144
  buttonClass: string;
2145
2145
  buttonT: string;
2146
2146
  }, {}>;
@@ -2329,8 +2329,8 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_70<__VLS
2329
2329
  }>>> & {
2330
2330
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
2331
2331
  }, {
2332
- label: string;
2333
2332
  dataCy: string;
2333
+ label: string;
2334
2334
  }, {}>;
2335
2335
 
2336
2336
  export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
@@ -2406,8 +2406,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2406
2406
  variant: ButtonVariantText;
2407
2407
  rounded: "pill";
2408
2408
  disabled: boolean;
2409
- loading: boolean;
2410
2409
  dataCy: string;
2410
+ loading: boolean;
2411
2411
  buttonClass: string;
2412
2412
  buttonT: string;
2413
2413
  disableMore: boolean;
@@ -3239,10 +3239,10 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3239
3239
  }, {
3240
3240
  disabled: boolean;
3241
3241
  type: "datetime";
3242
+ dataCy: string;
3242
3243
  placeholder: string;
3243
3244
  required: boolean;
3244
3245
  label: string;
3245
- dataCy: string;
3246
3246
  hideLabel: boolean;
3247
3247
  clearable: boolean;
3248
3248
  hideDetails: boolean;
@@ -3401,8 +3401,8 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
3401
3401
  placeholder: undefined;
3402
3402
  dataCy: string;
3403
3403
  }>>>, {
3404
- placeholder: string;
3405
3404
  dataCy: string;
3405
+ placeholder: string;
3406
3406
  filterId: Filter<any>;
3407
3407
  filterDocId: Filter<any>;
3408
3408
  filterText: Filter<any>;
@@ -3494,8 +3494,8 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
3494
3494
  }>>> & {
3495
3495
  "onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
3496
3496
  }, {
3497
- placeholder: string;
3498
3497
  dataCy: string;
3498
+ placeholder: string;
3499
3499
  }, {}>;
3500
3500
 
3501
3501
  export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
@@ -3629,6 +3629,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3629
3629
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3630
3630
  }, {
3631
3631
  disabled: boolean;
3632
+ dataCy: string;
3632
3633
  collab: {
3633
3634
  room: string;
3634
3635
  field: string;
@@ -3636,7 +3637,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3636
3637
  };
3637
3638
  required: boolean;
3638
3639
  label: string;
3639
- dataCy: string;
3640
3640
  clearable: boolean;
3641
3641
  errorMessage: string;
3642
3642
  v: any;
@@ -3694,13 +3694,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3694
3694
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3695
3695
  }, {
3696
3696
  disabled: boolean;
3697
+ dataCy: string;
3697
3698
  collab: {
3698
3699
  room: string;
3699
3700
  field: string;
3700
3701
  cachedUsers: CollabCachedUsersMap;
3701
3702
  };
3702
3703
  label: string;
3703
- dataCy: string;
3704
3704
  clearable: boolean;
3705
3705
  errorMessage: string;
3706
3706
  v: any;
@@ -3725,6 +3725,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3725
3725
  type: PropType<boolean>;
3726
3726
  default: boolean;
3727
3727
  };
3728
+ loading: {
3729
+ type: PropType<boolean>;
3730
+ default: boolean;
3731
+ };
3728
3732
  collab: {
3729
3733
  type: PropType<{
3730
3734
  room: string;
@@ -3733,10 +3737,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3733
3737
  }>;
3734
3738
  default: undefined;
3735
3739
  };
3736
- loading: {
3737
- type: PropType<boolean>;
3738
- default: boolean;
3739
- };
3740
3740
  required: {
3741
3741
  type: PropType<boolean>;
3742
3742
  default: undefined;
@@ -3812,6 +3812,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3812
3812
  type: PropType<boolean>;
3813
3813
  default: boolean;
3814
3814
  };
3815
+ loading: {
3816
+ type: PropType<boolean>;
3817
+ default: boolean;
3818
+ };
3815
3819
  collab: {
3816
3820
  type: PropType<{
3817
3821
  room: string;
@@ -3820,10 +3824,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3820
3824
  }>;
3821
3825
  default: undefined;
3822
3826
  };
3823
- loading: {
3824
- type: PropType<boolean>;
3825
- default: boolean;
3826
- };
3827
3827
  required: {
3828
3828
  type: PropType<boolean>;
3829
3829
  default: undefined;
@@ -3888,12 +3888,12 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3888
3888
  }, {
3889
3889
  disabled: boolean;
3890
3890
  multiple: boolean;
3891
+ loading: boolean;
3891
3892
  collab: {
3892
3893
  room: string;
3893
3894
  field: string;
3894
3895
  cachedUsers: CollabCachedUsersMap;
3895
3896
  };
3896
- loading: boolean;
3897
3897
  required: boolean;
3898
3898
  label: string;
3899
3899
  hideLabel: boolean;
@@ -4108,13 +4108,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
4108
4108
  onBlur?: ((data: boolean) => any) | undefined;
4109
4109
  }, {
4110
4110
  disabled: boolean;
4111
+ dataCy: string;
4111
4112
  collab: {
4112
4113
  room: string;
4113
4114
  field: string;
4114
4115
  cachedUsers: CollabCachedUsersMap;
4115
4116
  };
4116
4117
  label: string;
4117
- dataCy: string;
4118
4118
  hideLabel: boolean;
4119
4119
  }, {}>, {
4120
4120
  locked?(_: {
@@ -4186,6 +4186,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4186
4186
  appendIcon: string;
4187
4187
  disabled: boolean;
4188
4188
  prependIcon: string;
4189
+ dataCy: string;
4189
4190
  collab: {
4190
4191
  room: string;
4191
4192
  field: string;
@@ -4193,7 +4194,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4193
4194
  };
4194
4195
  required: boolean;
4195
4196
  label: string;
4196
- dataCy: string;
4197
4197
  hideLabel: boolean;
4198
4198
  errorMessage: string;
4199
4199
  v: any;
@@ -4285,15 +4285,15 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4285
4285
  disabled: boolean;
4286
4286
  prependIcon: string;
4287
4287
  type: string;
4288
+ dataCy: string;
4289
+ placeholder: string;
4288
4290
  collab: {
4289
4291
  room: string;
4290
4292
  field: string;
4291
4293
  cachedUsers: CollabCachedUsersMap;
4292
4294
  };
4293
- placeholder: string;
4294
4295
  required: boolean;
4295
4296
  label: string;
4296
- dataCy: string;
4297
4297
  step: number;
4298
4298
  maxlength: number;
4299
4299
  hideLabel: boolean;
@@ -4368,6 +4368,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4368
4368
  onBlur?: ((data: any) => any) | undefined;
4369
4369
  }, {
4370
4370
  disabled: boolean;
4371
+ dataCy: string;
4371
4372
  multiple: boolean;
4372
4373
  collab: {
4373
4374
  room: string;
@@ -4376,7 +4377,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4376
4377
  };
4377
4378
  required: boolean;
4378
4379
  label: string;
4379
- dataCy: string;
4380
4380
  hideLabel: boolean;
4381
4381
  clearable: boolean;
4382
4382
  hideDetails: boolean;
@@ -4417,14 +4417,14 @@ export declare const AImagePublicInput: DefineComponent<{
4417
4417
  required: true;
4418
4418
  type: PropType<IntegerIdNullable>;
4419
4419
  };
4420
- image: {
4421
- type: PropType<ImageAware>;
4422
- default: undefined;
4423
- };
4424
4420
  dataCy: {
4425
4421
  type: PropType<string>;
4426
4422
  default: undefined;
4427
4423
  };
4424
+ image: {
4425
+ type: PropType<ImageAware>;
4426
+ default: undefined;
4427
+ };
4428
4428
  configName: {
4429
4429
  type: PropType<string>;
4430
4430
  default: string;
@@ -4447,14 +4447,14 @@ export declare const AImagePublicInput: DefineComponent<{
4447
4447
  required: true;
4448
4448
  type: PropType<IntegerIdNullable>;
4449
4449
  };
4450
- image: {
4451
- type: PropType<ImageAware>;
4452
- default: undefined;
4453
- };
4454
4450
  dataCy: {
4455
4451
  type: PropType<string>;
4456
4452
  default: undefined;
4457
4453
  };
4454
+ image: {
4455
+ type: PropType<ImageAware>;
4456
+ default: undefined;
4457
+ };
4458
4458
  configName: {
4459
4459
  type: PropType<string>;
4460
4460
  default: string;
@@ -4468,8 +4468,8 @@ export declare const AImagePublicInput: DefineComponent<{
4468
4468
  default: string;
4469
4469
  };
4470
4470
  }>>, {
4471
- image: ImageAware;
4472
4471
  dataCy: string;
4472
+ image: ImageAware;
4473
4473
  configName: string;
4474
4474
  labelT: string;
4475
4475
  }, {}>;
@@ -4548,6 +4548,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4548
4548
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
4549
4549
  }, {
4550
4550
  width: number;
4551
+ dataCy: string;
4551
4552
  collab: {
4552
4553
  room: string;
4553
4554
  field: string;
@@ -4556,7 +4557,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4556
4557
  image: ImageAware;
4557
4558
  required: boolean;
4558
4559
  label: string;
4559
- dataCy: string;
4560
4560
  readonly: boolean;
4561
4561
  configName: string;
4562
4562
  expandOptions: boolean;
@@ -4617,8 +4617,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
4617
4617
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4618
4618
  }, {
4619
4619
  width: number;
4620
- label: string;
4621
4620
  dataCy: string;
4621
+ label: string;
4622
4622
  readonly: boolean;
4623
4623
  configName: string;
4624
4624
  callDeleteApiOnRemove: boolean;
@@ -5439,10 +5439,10 @@ declare enum AssetSelectReturnType {
5439
5439
  }
5440
5440
 
5441
5441
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5442
- submitFilter: Fn;
5443
- resetFilter: Fn;
5444
5442
  pagination: Pagination;
5445
5443
  loading?: boolean | undefined;
5444
+ submitFilter: Fn;
5445
+ resetFilter: Fn;
5446
5446
  modelValue?: boolean | undefined;
5447
5447
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5448
5448
  onOnOpen?: (() => any) | undefined;
@@ -5483,10 +5483,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5483
5483
  open: () => void;
5484
5484
  }>) => void) | undefined, __VLS_setup?: Promise<{
5485
5485
  props: {
5486
- submitFilter: Fn;
5487
- resetFilter: Fn;
5488
5486
  pagination: Pagination;
5489
5487
  loading?: boolean | undefined;
5488
+ submitFilter: Fn;
5489
+ resetFilter: Fn;
5490
5490
  modelValue?: boolean | undefined;
5491
5491
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5492
5492
  onOnOpen?: (() => any) | undefined;
@@ -5531,10 +5531,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5531
5531
  }> & {
5532
5532
  __ctx?: {
5533
5533
  props: {
5534
- submitFilter: Fn;
5535
- resetFilter: Fn;
5536
5534
  pagination: Pagination;
5537
5535
  loading?: boolean | undefined;
5536
+ submitFilter: Fn;
5537
+ resetFilter: Fn;
5538
5538
  modelValue?: boolean | undefined;
5539
5539
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5540
5540
  onOnOpen?: (() => any) | undefined;
@@ -6199,7 +6199,7 @@ export declare interface CustomDataFormElementAttributes {
6199
6199
  export declare const CustomDataFormElementType: {
6200
6200
  readonly String: "string";
6201
6201
  readonly Integer: "integer";
6202
- readonly StringArray: "string_array";
6202
+ readonly StringArray: "stringArray";
6203
6203
  readonly Boolean: "boolean";
6204
6204
  };
6205
6205
 
@@ -6219,6 +6219,10 @@ export declare interface DamAssetLicenceMinimal {
6219
6219
 
6220
6220
  export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6221
6221
  selected: PropType<ValueObjectOption<number>[]>;
6222
+ dataCy: {
6223
+ type: PropType<string>;
6224
+ default: string;
6225
+ };
6222
6226
  multiple: {
6223
6227
  type: PropType<boolean>;
6224
6228
  default: boolean;
@@ -6235,10 +6239,6 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6235
6239
  type: PropType<string>;
6236
6240
  default: undefined;
6237
6241
  };
6238
- dataCy: {
6239
- type: PropType<string>;
6240
- default: string;
6241
- };
6242
6242
  clearable: {
6243
6243
  type: PropType<boolean>;
6244
6244
  default: boolean;
@@ -6263,6 +6263,10 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6263
6263
  "update:modelValue": (data: any) => void;
6264
6264
  }, string, PublicProps, Readonly<ExtractPropTypes<{
6265
6265
  selected: PropType<ValueObjectOption<number>[]>;
6266
+ dataCy: {
6267
+ type: PropType<string>;
6268
+ default: string;
6269
+ };
6266
6270
  multiple: {
6267
6271
  type: PropType<boolean>;
6268
6272
  default: boolean;
@@ -6279,10 +6283,6 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6279
6283
  type: PropType<string>;
6280
6284
  default: undefined;
6281
6285
  };
6282
- dataCy: {
6283
- type: PropType<string>;
6284
- default: string;
6285
- };
6286
6286
  clearable: {
6287
6287
  type: PropType<boolean>;
6288
6288
  default: boolean;
@@ -6306,10 +6306,10 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6306
6306
  }>> & {
6307
6307
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6308
6308
  }, {
6309
+ dataCy: string;
6309
6310
  multiple: boolean;
6310
6311
  required: boolean;
6311
6312
  label: string;
6312
- dataCy: string;
6313
6313
  clearable: boolean;
6314
6314
  hideDetails: boolean;
6315
6315
  disableInitFetch: boolean;
@@ -6494,9 +6494,9 @@ export declare const DamDistributionServiceSelect: DefineComponent<__VLS_WithDef
6494
6494
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6495
6495
  onBlur?: ((data: string[]) => any) | undefined;
6496
6496
  }, {
6497
+ dataCy: string;
6497
6498
  multiple: boolean;
6498
6499
  label: string;
6499
- dataCy: string;
6500
6500
  }, {}>;
6501
6501
 
6502
6502
  export declare enum DamDistributionServiceType {
@@ -6548,9 +6548,9 @@ export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_WithD
6548
6548
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6549
6549
  onBlur?: ((data: string[]) => any) | undefined;
6550
6550
  }, {
6551
+ dataCy: string;
6551
6552
  multiple: boolean;
6552
6553
  label: string;
6553
- dataCy: string;
6554
6554
  }, {}>;
6555
6555
 
6556
6556
  export declare interface DamExtSystem extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
@@ -6629,10 +6629,10 @@ export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_WithD
6629
6629
  }>>> & {
6630
6630
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6631
6631
  }, {
6632
+ dataCy: string;
6632
6633
  multiple: boolean;
6633
6634
  required: boolean;
6634
6635
  label: string;
6635
- dataCy: string;
6636
6636
  clearable: boolean;
6637
6637
  hideDetails: boolean;
6638
6638
  disableInitFetch: boolean;
@@ -6842,8 +6842,14 @@ export declare const dateTimeStartOfDay: (days?: number) => string;
6842
6842
 
6843
6843
  export declare const dateTimeToDate: (isoDate: DatetimeUTC | DatetimeUTCNullable | string) => Date;
6844
6844
 
6845
+ /**
6846
+ * Datetime in RFC 3339 format as string.
6847
+ */
6845
6848
  export declare type DatetimeUTC = string;
6846
6849
 
6850
+ /**
6851
+ * Datetime in RFC 3339 format as string + null.
6852
+ */
6847
6853
  export declare type DatetimeUTCNullable = string | null;
6848
6854
 
6849
6855
  export declare const dateToUtc: (date: dayjs.ConfigType) => string;
@@ -6868,8 +6874,14 @@ export declare function defineCached<I extends DocId | IntegerId, T extends Reco
6868
6874
  isLoaded: (id: I | null | undefined) => boolean;
6869
6875
  };
6870
6876
 
6877
+ /**
6878
+ * UUID v4 as string.
6879
+ */
6871
6880
  export declare type DocId = string;
6872
6881
 
6882
+ /**
6883
+ * UUID v4 as string + null.
6884
+ */
6873
6885
  export declare type DocIdNullable = string | null;
6874
6886
 
6875
6887
  declare interface DocumentAttributes {
@@ -7721,8 +7733,14 @@ export declare function initDamNotifications(): {
7721
7733
  damNotificationsInitialized: Ref<boolean>;
7722
7734
  };
7723
7735
 
7736
+ /**
7737
+ * Integer ID.
7738
+ */
7724
7739
  export declare type IntegerId = number;
7725
7740
 
7741
+ /**
7742
+ * Integer ID + null.
7743
+ */
7726
7744
  export declare type IntegerIdNullable = number | null;
7727
7745
 
7728
7746
  export declare const isAnzuApiForbiddenError: (error: any) => error is AnzuApiForbiddenError;
@@ -1,4 +1,4 @@
1
- import { R as s, S as t, T as o, U as i, V as r, W as n, K as l, d as u, a8 as c, at as A, a9 as m, av as d, e as b, a3 as p, J as C, _ as S, a as T, c as D, ar as g, aq as F, as as y, O as E, G as R, ap as B, aa as I, ai as L, aj as h, au as U, D as O, E as P, C as _, z as f, B as v, F as k, L as N, X as M, A as V, x as w, y as z, u as H, $ as x, v as j, Y as J, t as G, Z as q, w as W, s as K, l as Q, m as X, n as Y, ab as Z, o as $, p as aa, q as ea, j as sa, k as ta, r as oa, P as ia, ao as ra, ak as na, am as la, an as ua, al as ca, ae as Aa, ac as ma, ad as da, I as ba, a5 as pa, H as Ca, a7 as Sa, aA as Ta, aB as Da, aD as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as Ia, a6 as La, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as _a, M as fa, aC as va, Q as ka, N as Na, dS as Ma, dX as Va, dU as wa, d_ as za, e0 as Ha, e1 as xa, bm as ja, bo as Ja, bn as Ga, d4 as qa, dO as Wa, dN as Ka, df as Qa, dG as Xa, dH as Ya, dC as Za, dB as $a, dM as ae, dL as ee, dK as se, dF as te, bv as oe, bw as ie, cb as re, ca as ne, az as le, by as ue, bx as ce, bE as Ae, bz as me, ay as de, bA as be, bB as pe, aw as Ce, ax as Se, bD as Te, d5 as De, bb as ge, bd as Fe, d9 as ye, d7 as Ee, db as Re, d8 as Be, d6 as Ie, da as Le, dc as he, bj as Ue, bk as Oe, bf as Pe, de as _e, dd as fe, d3 as ve, d2 as ke, aO as Ne, bt as Me, bu as Ve, bC as we, cE as ze, cF as He, cG as xe, cH as je, cI as Je, cJ as Ge, cK as qe, cL as We, cx as Ke, cw as Qe, cu as Xe, cv as Ye, cy as Ze, br as $e, bs as as, bp as es, bq as ss, dW as ts, dZ as os, dR as is, ct as rs, cA as ns, cz as ls, bI as us, aL as cs, dD as As, cS as ms, e7 as ds, e8 as bs, e5 as ps, cp as Cs, ci as Ss, ck as Ts, cn as Ds, cd as gs, cg as Fs, cf as ys, ch as Es, ce as Rs, cl as Bs, cj as Is, aN as Ls, cB as hs, cU as Us, cT as Os, e6 as Ps, cW as _s, cV as fs, c_ as vs, cY as ks, cX as Ns, aT as Ms, cC as Vs, cD as ws, e4 as zs, dP as Hs, a$ as xs, dQ as js, dV as Js, dT as Gs, dY as qs, d$ as Ws, bN as Ks, bP as Qs, dJ as Xs, dI as Ys, bi as Zs, bT as $s, bQ as at, bJ as et, bM as st, bK as tt, bO as ot, bU as it, bR as rt, bW as nt, bL as lt, bh as ut, bV as ct, bS as At, cr as mt, e3 as dt, aH as bt, c$ as pt, d0 as Ct, d1 as St, aQ as Tt, cs as Dt, b$ as gt, b_ as Ft, bY as yt, bX as Et, bZ as Rt, cq as Bt, cR as It, c7 as Lt, c6 as ht, c3 as Ut, c1 as Ot, c0 as Pt, c5 as _t, c2 as ft, c4 as vt, c8 as kt, c9 as Nt, co as Mt, cc as Vt, b6 as wt, cZ as zt, cQ as Ht, aJ as xt, bF as jt, cM as Jt, a_ as Gt, dp as qt, du as Wt, dx as Kt, dj as Qt, dl as Xt, dE as Yt, dt as Zt, dn as $t, dh as ao, dw as eo, dA as so, dr as to, dv as oo, dy as io, dz as ro, dm as no, dq as lo, ds as uo, dk as co, di as Ao, ba as mo, bl as bo, e2 as po, aU as Co, aV as So, aZ as To, b8 as Do, b3 as go, b4 as Fo, aW as yo, b5 as Eo, b7 as Ro, b2 as Bo, b0 as Io, aY as Lo, b1 as ho, aK as Uo, aG as Oo, bc as Po, be as _o, b9 as fo, cN as vo, cO as ko, cP as No, aP as Mo, bg as Vo, aR as wo, aE as zo, aF as Ho, bG as xo, bH as jo, aI as Jo, aS as Go, aM as qo, aX as Wo, dg as Ko, cm as Qo } from "./lib-DcTP7iG8.js";
1
+ import { R as s, S as t, T as o, U as i, V as r, W as n, K as l, d as u, a8 as c, at as A, a9 as m, av as d, e as b, a3 as p, J as C, _ as S, a as T, c as D, ar as g, aq as F, as as y, O as E, G as R, ap as B, aa as I, ai as L, aj as h, au as U, D as O, E as P, C as _, z as f, B as v, F as k, L as N, X as M, A as V, x as w, y as z, u as H, $ as x, v as j, Y as J, t as G, Z as q, w as W, s as K, l as Q, m as X, n as Y, ab as Z, o as $, p as aa, q as ea, j as sa, k as ta, r as oa, P as ia, ao as ra, ak as na, am as la, an as ua, al as ca, ae as Aa, ac as ma, ad as da, I as ba, a5 as pa, H as Ca, a7 as Sa, aA as Ta, aB as Da, aD as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as Ia, a6 as La, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as _a, M as fa, aC as va, Q as ka, N as Na, dS as Ma, dX as Va, dU as wa, d_ as za, e0 as Ha, e1 as xa, bm as ja, bo as Ja, bn as Ga, d4 as qa, dO as Wa, dN as Ka, df as Qa, dG as Xa, dH as Ya, dC as Za, dB as $a, dM as ae, dL as ee, dK as se, dF as te, bv as oe, bw as ie, cb as re, ca as ne, az as le, by as ue, bx as ce, bE as Ae, bz as me, ay as de, bA as be, bB as pe, aw as Ce, ax as Se, bD as Te, d5 as De, bb as ge, bd as Fe, d9 as ye, d7 as Ee, db as Re, d8 as Be, d6 as Ie, da as Le, dc as he, bj as Ue, bk as Oe, bf as Pe, de as _e, dd as fe, d3 as ve, d2 as ke, aO as Ne, bt as Me, bu as Ve, bC as we, cE as ze, cF as He, cG as xe, cH as je, cI as Je, cJ as Ge, cK as qe, cL as We, cx as Ke, cw as Qe, cu as Xe, cv as Ye, cy as Ze, br as $e, bs as as, bp as es, bq as ss, dW as ts, dZ as os, dR as is, ct as rs, cA as ns, cz as ls, bI as us, aL as cs, dD as As, cS as ms, e7 as ds, e8 as bs, e5 as ps, cp as Cs, ci as Ss, ck as Ts, cn as Ds, cd as gs, cg as Fs, cf as ys, ch as Es, ce as Rs, cl as Bs, cj as Is, aN as Ls, cB as hs, cU as Us, cT as Os, e6 as Ps, cW as _s, cV as fs, c_ as vs, cY as ks, cX as Ns, aT as Ms, cC as Vs, cD as ws, e4 as zs, dP as Hs, a$ as xs, dQ as js, dV as Js, dT as Gs, dY as qs, d$ as Ws, bN as Ks, bP as Qs, dJ as Xs, dI as Ys, bi as Zs, bT as $s, bQ as at, bJ as et, bM as st, bK as tt, bO as ot, bU as it, bR as rt, bW as nt, bL as lt, bh as ut, bV as ct, bS as At, cr as mt, e3 as dt, aH as bt, c$ as pt, d0 as Ct, d1 as St, aQ as Tt, cs as Dt, b$ as gt, b_ as Ft, bY as yt, bX as Et, bZ as Rt, cq as Bt, cR as It, c7 as Lt, c6 as ht, c3 as Ut, c1 as Ot, c0 as Pt, c5 as _t, c2 as ft, c4 as vt, c8 as kt, c9 as Nt, co as Mt, cc as Vt, b6 as wt, cZ as zt, cQ as Ht, aJ as xt, bF as jt, cM as Jt, a_ as Gt, dp as qt, du as Wt, dx as Kt, dj as Qt, dl as Xt, dE as Yt, dt as Zt, dn as $t, dh as ao, dw as eo, dA as so, dr as to, dv as oo, dy as io, dz as ro, dm as no, dq as lo, ds as uo, dk as co, di as Ao, ba as mo, bl as bo, e2 as po, aU as Co, aV as So, aZ as To, b8 as Do, b3 as go, b4 as Fo, aW as yo, b5 as Eo, b7 as Ro, b2 as Bo, b0 as Io, aY as Lo, b1 as ho, aK as Uo, aG as Oo, bc as Po, be as _o, b9 as fo, cN as vo, cO as ko, cP as No, aP as Mo, bg as Vo, aR as wo, aE as zo, aF as Ho, bG as xo, bH as jo, aI as Jo, aS as Go, aM as qo, aX as Wo, dg as Ko, cm as Qo } from "./lib-BDbpyS_Q.js";
2
2
  import { useI18n as Yo } from "vue-i18n";
3
3
  export {
4
4
  s as AActionCloseButton,