@anzusystems/common-admin 1.40.0-alpha26 → 1.40.0-alpha28

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.
@@ -1825,8 +1825,8 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_39<_
1825
1825
  dataCy: string;
1826
1826
  size: number;
1827
1827
  }>>>, {
1828
- dataCy: string;
1829
1828
  size: number;
1829
+ dataCy: string;
1830
1830
  buttonClass: string;
1831
1831
  buttonT: string;
1832
1832
  routeName: string;
@@ -1860,9 +1860,9 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_40<
1860
1860
  size: number;
1861
1861
  variant: string;
1862
1862
  }>>>, {
1863
+ size: number;
1863
1864
  variant: ButtonVariant;
1864
1865
  dataCy: string;
1865
- size: number;
1866
1866
  buttonClass: string;
1867
1867
  buttonT: string;
1868
1868
  }, {}>;
@@ -1936,11 +1936,11 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_41<
1936
1936
  }>>> & {
1937
1937
  onDeleteRecord?: (() => any) | undefined;
1938
1938
  }, {
1939
+ size: number;
1939
1940
  color: string;
1940
1941
  variant: ButtonVariant;
1941
1942
  disabled: boolean;
1942
1943
  dataCy: string;
1943
- size: number;
1944
1944
  buttonClass: string;
1945
1945
  buttonT: string;
1946
1946
  dialogMessageT: string;
@@ -1995,10 +1995,10 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_42<__
1995
1995
  }>>> & {
1996
1996
  onEditRecord?: (() => any) | undefined;
1997
1997
  }, {
1998
- variant: ButtonVariant;
1999
- dataCy: string;
2000
1998
  size: number;
1999
+ variant: ButtonVariant;
2001
2000
  loading: boolean;
2001
+ dataCy: string;
2002
2002
  buttonClass: string;
2003
2003
  buttonT: string;
2004
2004
  routeParams: any | undefined;
@@ -2035,8 +2035,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2035
2035
  onSaveRecordAndClose?: (() => any) | undefined;
2036
2036
  }, {
2037
2037
  disabled: boolean;
2038
- dataCy: string;
2039
2038
  loading: boolean;
2039
+ dataCy: string;
2040
2040
  buttonClass: string;
2041
2041
  buttonT: string;
2042
2042
  }, {}>;
@@ -2078,11 +2078,11 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_44<__
2078
2078
  }>>> & {
2079
2079
  onSaveRecord?: (() => any) | undefined;
2080
2080
  }, {
2081
+ size: number;
2081
2082
  variant: ButtonVariant;
2082
2083
  disabled: boolean;
2083
- dataCy: string;
2084
- size: number;
2085
2084
  loading: boolean;
2085
+ dataCy: string;
2086
2086
  buttonClass: string;
2087
2087
  buttonT: string;
2088
2088
  }, {}>;
@@ -2148,8 +2148,8 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_55<__VL
2148
2148
  size: number;
2149
2149
  containerClass: string;
2150
2150
  }>>>, {
2151
- user: AnzuUserMinimal | null;
2152
2151
  size: number;
2152
+ user: AnzuUserMinimal | null;
2153
2153
  containerClass: string;
2154
2154
  }, {}>;
2155
2155
 
@@ -2315,13 +2315,13 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS
2315
2315
  }>>> & {
2316
2316
  onOnClick?: (() => any) | undefined;
2317
2317
  }, {
2318
+ size: "small" | "x-small";
2318
2319
  color: string;
2319
2320
  variant: ButtonVariantText;
2320
2321
  rounded: "pill";
2321
2322
  disabled: boolean;
2322
- dataCy: string;
2323
- size: "small" | "x-small";
2324
2323
  loading: boolean;
2324
+ dataCy: string;
2325
2325
  buttonClass: string;
2326
2326
  buttonT: string;
2327
2327
  disableMore: boolean;
@@ -2381,9 +2381,9 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__V
2381
2381
  fallbackIdText: boolean;
2382
2382
  wrapText: boolean;
2383
2383
  }>>>, {
2384
+ size: string;
2384
2385
  title: string;
2385
2386
  id: string | number | null;
2386
- size: string;
2387
2387
  containerClass: string;
2388
2388
  disableClick: boolean;
2389
2389
  openInNew: boolean;
@@ -2443,9 +2443,9 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
2443
2443
  size: string;
2444
2444
  dataCy: undefined;
2445
2445
  }>>>, {
2446
+ size: string;
2446
2447
  color: string;
2447
2448
  dataCy: string;
2448
- size: string;
2449
2449
  }, {}>, {
2450
2450
  default?(_: {}): any;
2451
2451
  }>;
@@ -3073,9 +3073,9 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3073
3073
  enable: DateLimit<DateOption>[];
3074
3074
  disabled: boolean;
3075
3075
  type: "datetime" | "date";
3076
- dataCy: string;
3077
3076
  required: boolean;
3078
3077
  label: string;
3078
+ dataCy: string;
3079
3079
  hideLabel: boolean;
3080
3080
  clearable: boolean;
3081
3081
  hideDetails: boolean;
@@ -3465,7 +3465,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3465
3465
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3466
3466
  }, {
3467
3467
  disabled: boolean;
3468
- dataCy: string;
3469
3468
  collab: {
3470
3469
  room: string;
3471
3470
  field: string;
@@ -3473,6 +3472,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3473
3472
  };
3474
3473
  required: boolean;
3475
3474
  label: string;
3475
+ dataCy: string;
3476
3476
  clearable: boolean;
3477
3477
  errorMessage: string;
3478
3478
  v: any;
@@ -3530,13 +3530,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3530
3530
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3531
3531
  }, {
3532
3532
  disabled: boolean;
3533
- dataCy: string;
3534
3533
  collab: {
3535
3534
  room: string;
3536
3535
  field: string;
3537
3536
  cachedUsers: CollabCachedUsersMap;
3538
3537
  };
3539
3538
  label: string;
3539
+ dataCy: string;
3540
3540
  clearable: boolean;
3541
3541
  errorMessage: string;
3542
3542
  v: any;
@@ -3849,13 +3849,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
3849
3849
  onBlur?: ((data: boolean) => any) | undefined;
3850
3850
  }, {
3851
3851
  disabled: boolean;
3852
- dataCy: string;
3853
3852
  collab: {
3854
3853
  room: string;
3855
3854
  field: string;
3856
3855
  cachedUsers: CollabCachedUsersMap;
3857
3856
  };
3858
3857
  label: string;
3858
+ dataCy: string;
3859
3859
  hideLabel: boolean;
3860
3860
  }, {}>, {
3861
3861
  locked?(_: {
@@ -3927,7 +3927,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
3927
3927
  appendIcon: string;
3928
3928
  disabled: boolean;
3929
3929
  prependIcon: string;
3930
- dataCy: string;
3931
3930
  collab: {
3932
3931
  room: string;
3933
3932
  field: string;
@@ -3935,6 +3934,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
3935
3934
  };
3936
3935
  required: boolean;
3937
3936
  label: string;
3937
+ dataCy: string;
3938
3938
  hideLabel: boolean;
3939
3939
  errorMessage: string;
3940
3940
  v: any;
@@ -4026,7 +4026,6 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4026
4026
  disabled: boolean;
4027
4027
  prependIcon: string;
4028
4028
  type: string;
4029
- dataCy: string;
4030
4029
  collab: {
4031
4030
  room: string;
4032
4031
  field: string;
@@ -4034,6 +4033,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4034
4033
  };
4035
4034
  required: boolean;
4036
4035
  label: string;
4036
+ dataCy: string;
4037
4037
  hideLabel: boolean;
4038
4038
  placeholder: string;
4039
4039
  persistentPlaceholder: boolean;
@@ -4109,7 +4109,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4109
4109
  onBlur?: ((data: any) => any) | undefined;
4110
4110
  }, {
4111
4111
  disabled: boolean;
4112
- dataCy: string;
4113
4112
  multiple: boolean;
4114
4113
  collab: {
4115
4114
  room: string;
@@ -4118,6 +4117,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4118
4117
  };
4119
4118
  required: boolean;
4120
4119
  label: string;
4120
+ dataCy: string;
4121
4121
  hideLabel: boolean;
4122
4122
  clearable: boolean;
4123
4123
  hideDetails: boolean;
@@ -4160,6 +4160,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
4160
4160
  selectConfig: ImageWidgetSelectConfig[];
4161
4161
  image?: ImageAware | undefined;
4162
4162
  configName?: string | undefined;
4163
+ collab?: CollabComponentConfig;
4163
4164
  label?: string | undefined;
4164
4165
  readonly?: boolean | undefined;
4165
4166
  dataCy?: string | undefined;
@@ -4170,6 +4171,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
4170
4171
  callDeleteApiOnRemove?: boolean | undefined;
4171
4172
  }>, {
4172
4173
  configName: string;
4174
+ collab: undefined;
4173
4175
  label: undefined;
4174
4176
  image: undefined;
4175
4177
  readonly: boolean;
@@ -4193,6 +4195,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
4193
4195
  selectConfig: ImageWidgetSelectConfig[];
4194
4196
  image?: ImageAware | undefined;
4195
4197
  configName?: string | undefined;
4198
+ collab?: CollabComponentConfig;
4196
4199
  label?: string | undefined;
4197
4200
  readonly?: boolean | undefined;
4198
4201
  dataCy?: string | undefined;
@@ -4203,6 +4206,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
4203
4206
  callDeleteApiOnRemove?: boolean | undefined;
4204
4207
  }>, {
4205
4208
  configName: string;
4209
+ collab: undefined;
4206
4210
  label: undefined;
4207
4211
  image: undefined;
4208
4212
  readonly: boolean;
@@ -4219,9 +4223,14 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
4219
4223
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
4220
4224
  }, {
4221
4225
  width: number;
4222
- dataCy: string;
4226
+ collab: {
4227
+ room: string;
4228
+ field: string;
4229
+ cachedUsers: CollabCachedUsersMap;
4230
+ };
4223
4231
  image: ImageAware;
4224
4232
  label: string;
4233
+ dataCy: string;
4225
4234
  readonly: boolean;
4226
4235
  configName: string;
4227
4236
  expandOptions: boolean;
@@ -4282,8 +4291,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_66
4282
4291
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4283
4292
  }, {
4284
4293
  width: number;
4285
- dataCy: string;
4286
4294
  label: string;
4295
+ dataCy: string;
4287
4296
  readonly: boolean;
4288
4297
  configName: string;
4289
4298
  callDeleteApiOnRemove: boolean;
@@ -5044,7 +5053,6 @@ export declare interface AssetSearchListItemDto extends AnzuUserAndTimeTrackingA
5044
5053
  keywords: DocId[];
5045
5054
  authors: DocId[];
5046
5055
  podcasts: DocId[];
5047
- metadata: Metadata_2;
5048
5056
  assetFileProperties: AssetFileProperties;
5049
5057
  }
5050
5058
 
@@ -5072,9 +5080,9 @@ declare enum AssetSelectReturnType {
5072
5080
  }
5073
5081
 
5074
5082
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5075
- pagination: Pagination;
5076
5083
  submitFilter: Fn;
5077
5084
  resetFilter: Fn;
5085
+ pagination: Pagination;
5078
5086
  loading?: boolean | undefined;
5079
5087
  modelValue?: boolean | undefined;
5080
5088
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
@@ -5116,9 +5124,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5116
5124
  open: () => void;
5117
5125
  }>) => void) | undefined, __VLS_setup?: Promise<{
5118
5126
  props: {
5119
- pagination: Pagination;
5120
5127
  submitFilter: Fn;
5121
5128
  resetFilter: Fn;
5129
+ pagination: Pagination;
5122
5130
  loading?: boolean | undefined;
5123
5131
  modelValue?: boolean | undefined;
5124
5132
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
@@ -5164,9 +5172,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5164
5172
  }> & {
5165
5173
  __ctx?: {
5166
5174
  props: {
5167
- pagination: Pagination;
5168
5175
  submitFilter: Fn;
5169
5176
  resetFilter: Fn;
5177
+ pagination: Pagination;
5170
5178
  loading?: boolean | undefined;
5171
5179
  modelValue?: boolean | undefined;
5172
5180
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
@@ -5270,8 +5278,8 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_49<_
5270
5278
  dataCy: string;
5271
5279
  size: string;
5272
5280
  }>>>, {
5273
- dataCy: string;
5274
5281
  size: 'small' | 'x-small';
5282
+ dataCy: string;
5275
5283
  buttonClass: string;
5276
5284
  buttonT: string;
5277
5285
  notifyT: string;
@@ -9590,7 +9598,7 @@ export declare function useCollabField(room: CollabRoom, field: CollabFieldName)
9590
9598
  acquireCollabFieldLock: (options?: Partial<CollabFieldLockOptions>) => void;
9591
9599
  releaseCollabFieldLock: (data: CollabFieldData, options?: Partial<CollabFieldLockOptions>) => void;
9592
9600
  changeCollabFieldData: (data: CollabFieldData) => void;
9593
- collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9601
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9594
9602
  };
9595
9603
 
9596
9604
  export declare function useCollabFieldLockStatusEventBus(): UseEventBusReturn<CollabFieldLockStatusEvent, CollabFieldLockStatusPayload>;
@@ -9650,8 +9658,8 @@ export declare function useCollabRoom(room: CollabRoom, watchForNewUsers?: boole
9650
9658
  fetchRoomInfo: (room: CollabRoom) => Promise<CollabRoomInfo>;
9651
9659
  collabRoomInfo: ComputedRef<CollabRoomInfo>;
9652
9660
  collabRoomLocks: ComputedRef<Map<string, CollabUserIdNullable>>;
9653
- collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9654
- alertedOccupiedRooms: Ref<Set<string>>;
9661
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9662
+ alertedOccupiedRooms: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>>;
9655
9663
  };
9656
9664
 
9657
9665
  export declare function useCollabRoomDataChangeEventBus(): UseEventBusReturn<CollabRoomDataChangedEvent, CollabFieldDataEnvelope>;
@@ -9669,9 +9677,9 @@ export declare function useCollabState(): {
9669
9677
  moderator: CollabUserIdNullable;
9670
9678
  users: number[];
9671
9679
  status: CollabStatusType;
9672
- }>;
9673
- collabFieldLocksState: Map<string, Map<string, CollabUserIdNullable>>;
9674
- collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9680
+ }> & Omit<Map<string, CollabRoomInfo>, keyof Map<any, any>>;
9681
+ collabFieldLocksState: Map<string, Map<string, CollabUserIdNullable> & Omit<Map<string, CollabUserIdNullable>, keyof Map<any, any>>> & Omit<Map<string, Map<string, CollabUserIdNullable>>, keyof Map<any, any>>;
9682
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9675
9683
  gatherBufferData: (room: CollabRoom) => CollabRoomPlainData;
9676
9684
  };
9677
9685
 
@@ -1,4 +1,4 @@
1
- import { R as j, S as G, T as J, U as x, V as q, W, K, d as Q, a8 as X, aq as Y, a9 as Z, e as $, a3 as aa, J as ea, _ as sa, a as ta, c as oa, ao as ia, an as ra, ap as na, O as la, G as ua, am as ma, aa as Aa, ag as ca, ah as da, D as ba, E as pa, C as Ca, z as Ta, B as Sa, F as Fa, L as ga, X as Da, A as ya, x as Ea, y as Ra, u as Ba, $ as Ia, v as Ua, Y as La, t as ha, Z as Oa, w as Pa, s as _a, l as ka, m as va, n as Na, ab as fa, o as Ma, p as wa, q as Va, j as za, k as Ha, r as ja, P as Ga, ai as Ja, ak as xa, al as qa, aj as Wa, ac as Ka, I as Qa, a5 as Xa, H as Ya, a7 as Za, ar as $a, as as ae, au as ee, f as se, h as te, b as oe, ad as ie, ae as re, af as ne, a6 as le, i as ue, a0 as me, a1 as Ae, a2 as ce, a4 as de, M as be, at as pe, Q as Ce, N as Te, dx as Se, dC as Fe, dz as ge, dF as De, dH as ye, dI as Ee, b9 as Re, bb as Be, ba as Ie, cL as Ue, dt as Le, ds as he, cW as Oe, dk as Pe, dl as _e, dg as ke, df as ve, dr as Ne, dq as fe, dp as Me, dj as we, bi as Ve, bj as ze, b_ as He, bZ as je, bl as Ge, bk as Je, br as xe, bm as qe, bn as We, bo as Ke, bq as Qe, cM as Xe, a_ as Ye, b0 as Ze, cQ as $e, cO as as, cS as es, cP as ss, cN as ts, cR as os, cT as is, b6 as rs, b7 as ns, b2 as ls, cV as us, cU as ms, cK as As, cJ as cs, aF as ds, bg as bs, bh as ps, bp as Cs, cr as Ts, cs as Ss, ct as Fs, cu as gs, cv as Ds, cw as ys, cx as Es, cy as Rs, ck as Bs, cj as Is, ch as Us, ci as Ls, cl as hs, be as Os, bf as Ps, bc as _s, bd as ks, dB as vs, dE as Ns, dw as fs, cg as Ms, cn as ws, cm as Vs, bv as zs, aC as Hs, dh as js, cF as Gs, dO as Js, dP as xs, dM as qs, cc as Ws, c5 as Ks, c7 as Qs, ca as Xs, c0 as Ys, c3 as Zs, c2 as $s, c4 as at, c1 as et, c8 as st, c6 as tt, aE as ot, co as it, dN as rt, aK as nt, cp as lt, cq as ut, dL as mt, du as At, aS as ct, dv as dt, dA as bt, dy as pt, dD as Ct, dG as Tt, bA as St, bC as Ft, dn as gt, dm as Dt, b5 as yt, bG as Et, bD as Rt, bw as Bt, bz as It, bx as Ut, bB as Lt, bH as ht, bE as Ot, bJ as Pt, by as _t, b4 as kt, bI as vt, bF as Nt, ce as ft, dK as Mt, ay as wt, cG as Vt, cH as zt, cI as Ht, aH as jt, cf as Gt, bO as Jt, bN as xt, bL as qt, bK as Wt, bM as Kt, cd as Qt, cE as Xt, bW as Yt, bV as Zt, bS as $t, bQ as ao, bP as eo, bU as so, bR as to, bT as oo, bX as io, bY as ro, cb as no, b$ as lo, aZ as uo, cD as mo, aA as Ao, bs as co, cz as bo, aR as po, d3 as Co, d8 as To, db as So, c_ as Fo, d0 as go, di as Do, d7 as yo, d2 as Eo, cY as Ro, da as Bo, de as Io, d5 as Uo, d9 as Lo, dc as ho, dd as Oo, d1 as Po, d4 as _o, d6 as ko, c$ as vo, cZ as No, b8 as fo, dJ as Mo, aL as wo, aM as Vo, aQ as zo, aW as Ho, aX as jo, aN as Go, aY as Jo, aV as xo, aT as qo, aP as Wo, aU as Ko, aB as Qo, ax as Xo, a$ as Yo, b1 as Zo, cA as $o, cB as ai, cC as ei, aG as si, b3 as ti, aI as oi, av as ii, aw as ri, bt as ni, bu as li, az as ui, aJ as mi, aD as Ai, aO as ci, cX as di, c9 as bi } from "./lib-XmGpQ2AW.js";
1
+ import { R as j, S as G, T as J, U as x, V as q, W, K, d as Q, a8 as X, aq as Y, a9 as Z, e as $, a3 as aa, J as ea, _ as sa, a as ta, c as oa, ao as ia, an as ra, ap as na, O as la, G as ua, am as ma, aa as Aa, ag as ca, ah as da, D as ba, E as pa, C as Ca, z as Ta, B as Sa, F as Fa, L as ga, X as Da, A as ya, x as Ea, y as Ra, u as Ba, $ as Ia, v as Ua, Y as La, t as ha, Z as Oa, w as Pa, s as _a, l as ka, m as va, n as Na, ab as fa, o as Ma, p as wa, q as Va, j as za, k as Ha, r as ja, P as Ga, ai as Ja, ak as xa, al as qa, aj as Wa, ac as Ka, I as Qa, a5 as Xa, H as Ya, a7 as Za, ar as $a, as as ae, au as ee, f as se, h as te, b as oe, ad as ie, ae as re, af as ne, a6 as le, i as ue, a0 as me, a1 as Ae, a2 as ce, a4 as de, M as be, at as pe, Q as Ce, N as Te, dx as Se, dC as Fe, dz as ge, dF as De, dH as ye, dI as Ee, b9 as Re, bb as Be, ba as Ie, cL as Ue, dt as Le, ds as he, cW as Oe, dk as Pe, dl as _e, dg as ke, df as ve, dr as Ne, dq as fe, dp as Me, dj as we, bi as Ve, bj as ze, b_ as He, bZ as je, bl as Ge, bk as Je, br as xe, bm as qe, bn as We, bo as Ke, bq as Qe, cM as Xe, a_ as Ye, b0 as Ze, cQ as $e, cO as as, cS as es, cP as ss, cN as ts, cR as os, cT as is, b6 as rs, b7 as ns, b2 as ls, cV as us, cU as ms, cK as As, cJ as cs, aF as ds, bg as bs, bh as ps, bp as Cs, cr as Ts, cs as Ss, ct as Fs, cu as gs, cv as Ds, cw as ys, cx as Es, cy as Rs, ck as Bs, cj as Is, ch as Us, ci as Ls, cl as hs, be as Os, bf as Ps, bc as _s, bd as ks, dB as vs, dE as Ns, dw as fs, cg as Ms, cn as ws, cm as Vs, bv as zs, aC as Hs, dh as js, cF as Gs, dO as Js, dP as xs, dM as qs, cc as Ws, c5 as Ks, c7 as Qs, ca as Xs, c0 as Ys, c3 as Zs, c2 as $s, c4 as at, c1 as et, c8 as st, c6 as tt, aE as ot, co as it, dN as rt, aK as nt, cp as lt, cq as ut, dL as mt, du as At, aS as ct, dv as dt, dA as bt, dy as pt, dD as Ct, dG as Tt, bA as St, bC as Ft, dn as gt, dm as Dt, b5 as yt, bG as Et, bD as Rt, bw as Bt, bz as It, bx as Ut, bB as Lt, bH as ht, bE as Ot, bJ as Pt, by as _t, b4 as kt, bI as vt, bF as Nt, ce as ft, dK as Mt, ay as wt, cG as Vt, cH as zt, cI as Ht, aH as jt, cf as Gt, bO as Jt, bN as xt, bL as qt, bK as Wt, bM as Kt, cd as Qt, cE as Xt, bW as Yt, bV as Zt, bS as $t, bQ as ao, bP as eo, bU as so, bR as to, bT as oo, bX as io, bY as ro, cb as no, b$ as lo, aZ as uo, cD as mo, aA as Ao, bs as co, cz as bo, aR as po, d3 as Co, d8 as To, db as So, c_ as Fo, d0 as go, di as Do, d7 as yo, d2 as Eo, cY as Ro, da as Bo, de as Io, d5 as Uo, d9 as Lo, dc as ho, dd as Oo, d1 as Po, d4 as _o, d6 as ko, c$ as vo, cZ as No, b8 as fo, dJ as Mo, aL as wo, aM as Vo, aQ as zo, aW as Ho, aX as jo, aN as Go, aY as Jo, aV as xo, aT as qo, aP as Wo, aU as Ko, aB as Qo, ax as Xo, a$ as Yo, b1 as Zo, cA as $o, cB as ai, cC as ei, aG as si, b3 as ti, aI as oi, av as ii, aw as ri, bt as ni, bu as li, az as ui, aJ as mi, aD as Ai, aO as ci, cX as di, c9 as bi } from "./lib-ilqSh3ed.js";
2
2
  import { useI18n as Ci } from "vue-i18n";
3
3
  import "vue";
4
4
  import "vuetify/lib/components/VChip/index.mjs";