@anzusystems/common-admin 1.47.0-beta.50 → 1.47.0-beta.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common-admin.es.d.ts +118 -77
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-BCI3_kUQ.js → lib-KX966isF.js} +1114 -1116
- package/dist/lib-KX966isF.js.map +1 -0
- package/dist/style.css +1 -1
- package/dist/{webfontloader-BgRNV-P5.js → webfontloader-msZgeyq8.js} +2 -2
- package/dist/{webfontloader-BgRNV-P5.js.map → webfontloader-msZgeyq8.js.map} +1 -1
- package/package.json +16 -13
- package/dist/lib-BCI3_kUQ.js.map +0 -1
|
@@ -554,6 +554,67 @@ pinnedCount: number;
|
|
|
554
554
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
555
555
|
|
|
556
556
|
declare const __VLS_component_23: DefineComponent< {
|
|
557
|
+
modelValue: IntegerIdNullable;
|
|
558
|
+
queueKey: UploadQueueKey;
|
|
559
|
+
uploadLicence: IntegerId;
|
|
560
|
+
selectLicences: IntegerId[];
|
|
561
|
+
image?: ImageAware | undefined;
|
|
562
|
+
configName?: string;
|
|
563
|
+
collab?: CollabComponentConfig;
|
|
564
|
+
label?: string | undefined;
|
|
565
|
+
readonly?: boolean;
|
|
566
|
+
required?: boolean;
|
|
567
|
+
dataCy?: string | undefined;
|
|
568
|
+
expandOptions?: boolean;
|
|
569
|
+
expandMetadata?: boolean;
|
|
570
|
+
disableOnClickMenu?: boolean;
|
|
571
|
+
width?: number | undefined;
|
|
572
|
+
callDeleteApiOnRemove?: boolean;
|
|
573
|
+
}, {
|
|
574
|
+
metadataConfirm: () => void;
|
|
575
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
576
|
+
"update:modelValue": (data: IntegerIdNullable) => any;
|
|
577
|
+
afterMetadataSaveSuccess: () => any;
|
|
578
|
+
}, string, PublicProps, Readonly<{
|
|
579
|
+
modelValue: IntegerIdNullable;
|
|
580
|
+
queueKey: UploadQueueKey;
|
|
581
|
+
uploadLicence: IntegerId;
|
|
582
|
+
selectLicences: IntegerId[];
|
|
583
|
+
image?: ImageAware | undefined;
|
|
584
|
+
configName?: string;
|
|
585
|
+
collab?: CollabComponentConfig;
|
|
586
|
+
label?: string | undefined;
|
|
587
|
+
readonly?: boolean;
|
|
588
|
+
required?: boolean;
|
|
589
|
+
dataCy?: string | undefined;
|
|
590
|
+
expandOptions?: boolean;
|
|
591
|
+
expandMetadata?: boolean;
|
|
592
|
+
disableOnClickMenu?: boolean;
|
|
593
|
+
width?: number | undefined;
|
|
594
|
+
callDeleteApiOnRemove?: boolean;
|
|
595
|
+
}> & Readonly<{
|
|
596
|
+
"onUpdate:modelValue"?: ((data: IntegerIdNullable) => any) | undefined;
|
|
597
|
+
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
598
|
+
}>, {
|
|
599
|
+
required: boolean;
|
|
600
|
+
collab: {
|
|
601
|
+
room: CollabRoom;
|
|
602
|
+
field: CollabFieldName;
|
|
603
|
+
cachedUsers: CollabCachedUsersMap;
|
|
604
|
+
};
|
|
605
|
+
image: ImageAware;
|
|
606
|
+
width: number;
|
|
607
|
+
dataCy: string;
|
|
608
|
+
label: string;
|
|
609
|
+
readonly: boolean;
|
|
610
|
+
configName: string;
|
|
611
|
+
expandOptions: boolean;
|
|
612
|
+
expandMetadata: boolean;
|
|
613
|
+
disableOnClickMenu: boolean;
|
|
614
|
+
callDeleteApiOnRemove: boolean;
|
|
615
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
616
|
+
|
|
617
|
+
declare const __VLS_component_24: DefineComponent< {
|
|
557
618
|
modelValue: IntegerIdNullable | undefined;
|
|
558
619
|
image?: ImageAware | ImageCreateUpdateAware | undefined | null;
|
|
559
620
|
configName?: string;
|
|
@@ -590,7 +651,7 @@ damWidth: number;
|
|
|
590
651
|
damHeight: number;
|
|
591
652
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
592
653
|
|
|
593
|
-
declare const
|
|
654
|
+
declare const __VLS_component_25: DefineComponent<__VLS_PublicProps_5, {
|
|
594
655
|
open: () => void;
|
|
595
656
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
596
657
|
"update:modelValue": (modelValue: boolean) => any;
|
|
@@ -1027,11 +1088,53 @@ declare function __VLS_template_22(): {
|
|
|
1027
1088
|
|
|
1028
1089
|
declare function __VLS_template_23(): {
|
|
1029
1090
|
append?(_: {
|
|
1030
|
-
image:
|
|
1091
|
+
image: {
|
|
1092
|
+
id?: IntegerId | undefined;
|
|
1093
|
+
texts: {
|
|
1094
|
+
description: string;
|
|
1095
|
+
source: string;
|
|
1096
|
+
};
|
|
1097
|
+
position?: number | undefined;
|
|
1098
|
+
dam: {
|
|
1099
|
+
damId: DocId;
|
|
1100
|
+
licenceId: IntegerId;
|
|
1101
|
+
regionPosition: number;
|
|
1102
|
+
};
|
|
1103
|
+
} | null;
|
|
1031
1104
|
}): any;
|
|
1032
1105
|
};
|
|
1033
1106
|
|
|
1034
1107
|
declare function __VLS_template_24(): {
|
|
1108
|
+
append?(_: {
|
|
1109
|
+
image: {
|
|
1110
|
+
id: IntegerId;
|
|
1111
|
+
texts: {
|
|
1112
|
+
description: string;
|
|
1113
|
+
source: string;
|
|
1114
|
+
};
|
|
1115
|
+
dam: {
|
|
1116
|
+
damId: DocId;
|
|
1117
|
+
licenceId: IntegerId;
|
|
1118
|
+
regionPosition: number;
|
|
1119
|
+
};
|
|
1120
|
+
position?: number | undefined;
|
|
1121
|
+
} | {
|
|
1122
|
+
id?: IntegerId | undefined;
|
|
1123
|
+
texts: {
|
|
1124
|
+
description: string;
|
|
1125
|
+
source: string;
|
|
1126
|
+
};
|
|
1127
|
+
position?: number | undefined;
|
|
1128
|
+
dam: {
|
|
1129
|
+
damId: DocId;
|
|
1130
|
+
licenceId: IntegerId;
|
|
1131
|
+
regionPosition: number;
|
|
1132
|
+
};
|
|
1133
|
+
} | null;
|
|
1134
|
+
}): any;
|
|
1135
|
+
};
|
|
1136
|
+
|
|
1137
|
+
declare function __VLS_template_25(): {
|
|
1035
1138
|
activator?(_: {
|
|
1036
1139
|
props: {
|
|
1037
1140
|
onClick: () => void;
|
|
@@ -1259,6 +1362,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
|
1259
1362
|
};
|
|
1260
1363
|
};
|
|
1261
1364
|
|
|
1365
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
1366
|
+
new (): {
|
|
1367
|
+
$slots: S;
|
|
1368
|
+
};
|
|
1369
|
+
};
|
|
1370
|
+
|
|
1262
1371
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1263
1372
|
new (): {
|
|
1264
1373
|
$slots: S;
|
|
@@ -1535,7 +1644,7 @@ containerClass: string;
|
|
|
1535
1644
|
tooltip: string;
|
|
1536
1645
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1537
1646
|
|
|
1538
|
-
export declare const AAssetSelect:
|
|
1647
|
+
export declare const AAssetSelect: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, ReturnType<typeof __VLS_template_25>>;
|
|
1539
1648
|
|
|
1540
1649
|
export declare const AAvatarColorPicker: DefineComponent< {
|
|
1541
1650
|
modelValue: string;
|
|
@@ -1622,7 +1731,7 @@ loading: boolean;
|
|
|
1622
1731
|
export declare const AChipNoLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
|
|
1623
1732
|
|
|
1624
1733
|
export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1625
|
-
props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps
|
|
1734
|
+
props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
|
|
1626
1735
|
permission: TAclValue;
|
|
1627
1736
|
subject?: object;
|
|
1628
1737
|
}> & PublicProps;
|
|
@@ -1689,7 +1798,7 @@ export declare const ACopyText: __VLS_WithTemplateSlots_17<typeof __VLS_componen
|
|
|
1689
1798
|
export declare const ACreateDialog: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, ReturnType<typeof __VLS_template_15>>;
|
|
1690
1799
|
|
|
1691
1800
|
export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1692
|
-
props: __VLS_Prettify_3<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps
|
|
1801
|
+
props: __VLS_Prettify_3<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
|
|
1693
1802
|
src?: string;
|
|
1694
1803
|
alt?: string;
|
|
1695
1804
|
containerStyle?: {
|
|
@@ -1798,9 +1907,7 @@ validationScope: string | number | boolean | symbol;
|
|
|
1798
1907
|
export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify_4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1799
1908
|
props: __VLS_Prettify_4<Pick<Partial<{}> & Omit<{
|
|
1800
1909
|
readonly "onClick:row"?: ((data: any) => any) | undefined;
|
|
1801
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps
|
|
1802
|
-
"onClick:row"?: ((data: any) => any) | undefined;
|
|
1803
|
-
}>, never>, "onClick:row"> & {
|
|
1910
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onClick:row"> & {
|
|
1804
1911
|
items: TItem[];
|
|
1805
1912
|
columns: any;
|
|
1806
1913
|
itemKey?: string;
|
|
@@ -2272,66 +2379,7 @@ configName: string;
|
|
|
2272
2379
|
labelT: string;
|
|
2273
2380
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2274
2381
|
|
|
2275
|
-
export declare const AImageWidget:
|
|
2276
|
-
modelValue: IntegerIdNullable;
|
|
2277
|
-
queueKey: UploadQueueKey;
|
|
2278
|
-
uploadLicence: IntegerId;
|
|
2279
|
-
selectLicences: IntegerId[];
|
|
2280
|
-
image?: ImageAware | undefined;
|
|
2281
|
-
configName?: string;
|
|
2282
|
-
collab?: CollabComponentConfig;
|
|
2283
|
-
label?: string | undefined;
|
|
2284
|
-
readonly?: boolean;
|
|
2285
|
-
required?: boolean;
|
|
2286
|
-
dataCy?: string | undefined;
|
|
2287
|
-
expandOptions?: boolean;
|
|
2288
|
-
expandMetadata?: boolean;
|
|
2289
|
-
disableOnClickMenu?: boolean;
|
|
2290
|
-
width?: number | undefined;
|
|
2291
|
-
callDeleteApiOnRemove?: boolean;
|
|
2292
|
-
}, {
|
|
2293
|
-
metadataConfirm: () => void;
|
|
2294
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2295
|
-
"update:modelValue": (data: IntegerIdNullable) => any;
|
|
2296
|
-
afterMetadataSaveSuccess: () => any;
|
|
2297
|
-
}, string, PublicProps, Readonly<{
|
|
2298
|
-
modelValue: IntegerIdNullable;
|
|
2299
|
-
queueKey: UploadQueueKey;
|
|
2300
|
-
uploadLicence: IntegerId;
|
|
2301
|
-
selectLicences: IntegerId[];
|
|
2302
|
-
image?: ImageAware | undefined;
|
|
2303
|
-
configName?: string;
|
|
2304
|
-
collab?: CollabComponentConfig;
|
|
2305
|
-
label?: string | undefined;
|
|
2306
|
-
readonly?: boolean;
|
|
2307
|
-
required?: boolean;
|
|
2308
|
-
dataCy?: string | undefined;
|
|
2309
|
-
expandOptions?: boolean;
|
|
2310
|
-
expandMetadata?: boolean;
|
|
2311
|
-
disableOnClickMenu?: boolean;
|
|
2312
|
-
width?: number | undefined;
|
|
2313
|
-
callDeleteApiOnRemove?: boolean;
|
|
2314
|
-
}> & Readonly<{
|
|
2315
|
-
"onUpdate:modelValue"?: ((data: IntegerIdNullable) => any) | undefined;
|
|
2316
|
-
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
2317
|
-
}>, {
|
|
2318
|
-
required: boolean;
|
|
2319
|
-
collab: {
|
|
2320
|
-
room: CollabRoom;
|
|
2321
|
-
field: CollabFieldName;
|
|
2322
|
-
cachedUsers: CollabCachedUsersMap;
|
|
2323
|
-
};
|
|
2324
|
-
image: ImageAware;
|
|
2325
|
-
width: number;
|
|
2326
|
-
dataCy: string;
|
|
2327
|
-
label: string;
|
|
2328
|
-
readonly: boolean;
|
|
2329
|
-
configName: string;
|
|
2330
|
-
expandOptions: boolean;
|
|
2331
|
-
expandMetadata: boolean;
|
|
2332
|
-
disableOnClickMenu: boolean;
|
|
2333
|
-
callDeleteApiOnRemove: boolean;
|
|
2334
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2382
|
+
export declare const AImageWidget: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, ReturnType<typeof __VLS_template_23>>;
|
|
2335
2383
|
|
|
2336
2384
|
export declare const AImageWidgetMultiple: DefineComponent< {
|
|
2337
2385
|
modelValue: IntegerId[];
|
|
@@ -2401,7 +2449,7 @@ showSource: boolean;
|
|
|
2401
2449
|
images: ImageAware[];
|
|
2402
2450
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2403
2451
|
|
|
2404
|
-
export declare const AImageWidgetSimple:
|
|
2452
|
+
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, ReturnType<typeof __VLS_template_24>>;
|
|
2405
2453
|
|
|
2406
2454
|
export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2407
2455
|
"update:modelValue": (modelValue: JobBase<`job${string}`>) => any;
|
|
@@ -2847,14 +2895,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
2847
2895
|
readonly "onUpdate:pagination"?: ((data: Pagination) => any) | undefined;
|
|
2848
2896
|
readonly onOnPageChange?: (() => any) | undefined;
|
|
2849
2897
|
readonly onOnFetchNextPage?: (() => any) | undefined;
|
|
2850
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps
|
|
2851
|
-
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
2852
|
-
onOnConfirm?: ((data: TItem[]) => any) | undefined;
|
|
2853
|
-
onOnOpen?: (() => any) | undefined;
|
|
2854
|
-
"onUpdate:pagination"?: ((data: Pagination) => any) | undefined;
|
|
2855
|
-
onOnPageChange?: (() => any) | undefined;
|
|
2856
|
-
onOnFetchNextPage?: (() => any) | undefined;
|
|
2857
|
-
}>, never>, "onUpdate:modelValue" | "onOnConfirm" | "onOnOpen" | "onUpdate:pagination" | "onOnPageChange" | "onOnFetchNextPage"> & {
|
|
2898
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onUpdate:modelValue" | "onOnConfirm" | "onOnOpen" | "onUpdate:pagination" | "onOnPageChange" | "onOnFetchNextPage"> & {
|
|
2858
2899
|
selectedItems: Array<TItem>;
|
|
2859
2900
|
pagination: Pagination;
|
|
2860
2901
|
submitFilter: Fn;
|
package/dist/common-admin.es.js
CHANGED
|
@@ -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 D, _ as S, a as T, c as C, ar as g, aq as F, as as y, O as E, G as R, ap as B, aa as L, ai as h, aj as f, au as I, D as U, E as O, C as P, z as _, B as v, F as k, L as N, X as M, A as V, x as w, y as H, u as z, $ as G, v as j, Y as x, t as J, Z as q, w as W, s as Q, l as K, 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 Da, a7 as Sa, aB as Ta, aC as Ca, aE as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as La, a6 as ha, i as fa, a0 as Ia, a1 as Ua, a2 as Oa, a4 as Pa, M as _a, aD as va, Q as ka, N as Na, e8 as Ma, ed as Va, ea as wa, eg as Ha, ei as za, ej as Ga, bs as ja, bu as xa, bt as Ja, bv as qa, bw as Wa, dk as Qa, e3 as Ka, e2 as Xa, dx as Ya, dX as Za, dY as $a, dT as ae, dS as ee, e1 as se, e0 as te, d$ as oe, dW as ie, bD as re, bE as ne, cp as le, co as ue, aA as ce, az as Ae, bH as me, bI as de, bF as be, bG as pe, bR as De, bS as Se, bJ as Te, bK as Ce, ay as ge, bL as Fe, bM as ye, bN as Ee, aw as Re, ax as Be, bQ as Le, dl as he, bc as fe, bd as Ie, bf as Ue, bg as Oe, dq as Pe, dn as _e, ds as ve, dt as ke, dp as Ne, dm as Me, dr as Ve, du as we, bn as He, bo as ze, bp as Ge, bi as je, bj as xe, dw as Je, dv as qe, dj as We, di as Qe, aP as Ke, bB as Xe, bC as Ye, bO as Ze, bP as $e, cS as as, cT as es, cU as ss, cV as ts, cW as os, cX as is, cY as rs, c$ as ns, cZ as ls, cL as us, cK as cs, cI as As, cJ as ms, cM as ds, bz as bs, bA as ps, bx as Ds, by as Ss, ec as Ts, ef as Cs, e7 as gs, cH as Fs, cO as ys, cN as Es, bW as Rs, aM as Bs, dU as Ls, d4 as hs, en as fs, cD as Is, cw as Us, cy as Os, cB as Ps, cr as _s, cu as vs, ct as ks, cv as Ns, cs as Ms, cz as Vs, cx as ws, ba as Hs, bb as zs, aO as Gs, br as js, cP as xs, d8 as Js, d7 as qs, d6 as Ws, d5 as Qs, eo as Ks, da as Xs, d9 as Ys, de as Zs, dc as $s, db as at, aU as et, cQ as st, cR as tt, em as ot, e5 as it, b0 as rt, e6 as nt, eb as lt, e9 as ut, ee as ct, eh as At, b$ as mt, c1 as dt, d_ as bt, dZ as pt, bm as Dt, c5 as St, c2 as Tt, bX as Ct, b_ as gt, bY as Ft, c0 as yt, c6 as Et, c3 as Rt, c8 as Bt, bZ as Lt, bl as ht, c7 as ft, c4 as It, cF as Ut, el as Ot, aI as Pt, df as _t, dg as vt, dh as kt, aR as Nt, cG as Mt, cd as Vt, cc as wt, ca as Ht, c9 as zt, cb as Gt, cE as jt, d3 as xt, cl as Jt, ck as qt, ch as Wt, cf as Qt, ce as Kt, cj as Xt, cg as Yt, ci as Zt, cm as $t, cn as ao, cC as eo, cq as so, dd as to, aK as oo, bT as io, c_ as ro, a$ as no, dG as lo, dL as uo, dO as co, dB as Ao, dD as mo, dV as bo, dK as po, dF as Do, dz as So, dN as To, dR as Co, dI as go, dM as Fo, dP as yo, dQ as Eo, dE as Ro, dH as Bo, dJ as Lo, dC as ho, dA as fo, b9 as Io, bq as Uo, ek as Oo, aV as Po, aW as _o, a_ as vo, b7 as ko, b4 as No, b5 as Mo, aX as Vo, e4 as wo, b6 as Ho, b3 as zo, b1 as Go, aZ as jo, b2 as xo, aL as Jo, aH as qo, be as Wo, bh as Qo, b8 as Ko, d0 as Xo, d1 as Yo, d2 as Zo, aQ as $o, bk as ai, aS as ei, aF as si, aG as ti, bU as oi, bV as ii, aJ as ri, aT as ni, aN as li, aY as ui, dy as ci, cA as Ai } from "./lib-
|
|
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 D, _ as S, a as T, c as C, ar as g, aq as F, as as y, O as E, G as R, ap as B, aa as L, ai as h, aj as f, au as I, D as U, E as O, C as P, z as _, B as v, F as k, L as N, X as M, A as V, x as w, y as H, u as z, $ as G, v as j, Y as x, t as J, Z as q, w as W, s as Q, l as K, 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 Da, a7 as Sa, aB as Ta, aC as Ca, aE as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as La, a6 as ha, i as fa, a0 as Ia, a1 as Ua, a2 as Oa, a4 as Pa, M as _a, aD as va, Q as ka, N as Na, e8 as Ma, ed as Va, ea as wa, eg as Ha, ei as za, ej as Ga, bs as ja, bu as xa, bt as Ja, bv as qa, bw as Wa, dk as Qa, e3 as Ka, e2 as Xa, dx as Ya, dX as Za, dY as $a, dT as ae, dS as ee, e1 as se, e0 as te, d$ as oe, dW as ie, bD as re, bE as ne, cp as le, co as ue, aA as ce, az as Ae, bH as me, bI as de, bF as be, bG as pe, bR as De, bS as Se, bJ as Te, bK as Ce, ay as ge, bL as Fe, bM as ye, bN as Ee, aw as Re, ax as Be, bQ as Le, dl as he, bc as fe, bd as Ie, bf as Ue, bg as Oe, dq as Pe, dn as _e, ds as ve, dt as ke, dp as Ne, dm as Me, dr as Ve, du as we, bn as He, bo as ze, bp as Ge, bi as je, bj as xe, dw as Je, dv as qe, dj as We, di as Qe, aP as Ke, bB as Xe, bC as Ye, bO as Ze, bP as $e, cS as as, cT as es, cU as ss, cV as ts, cW as os, cX as is, cY as rs, c$ as ns, cZ as ls, cL as us, cK as cs, cI as As, cJ as ms, cM as ds, bz as bs, bA as ps, bx as Ds, by as Ss, ec as Ts, ef as Cs, e7 as gs, cH as Fs, cO as ys, cN as Es, bW as Rs, aM as Bs, dU as Ls, d4 as hs, en as fs, cD as Is, cw as Us, cy as Os, cB as Ps, cr as _s, cu as vs, ct as ks, cv as Ns, cs as Ms, cz as Vs, cx as ws, ba as Hs, bb as zs, aO as Gs, br as js, cP as xs, d8 as Js, d7 as qs, d6 as Ws, d5 as Qs, eo as Ks, da as Xs, d9 as Ys, de as Zs, dc as $s, db as at, aU as et, cQ as st, cR as tt, em as ot, e5 as it, b0 as rt, e6 as nt, eb as lt, e9 as ut, ee as ct, eh as At, b$ as mt, c1 as dt, d_ as bt, dZ as pt, bm as Dt, c5 as St, c2 as Tt, bX as Ct, b_ as gt, bY as Ft, c0 as yt, c6 as Et, c3 as Rt, c8 as Bt, bZ as Lt, bl as ht, c7 as ft, c4 as It, cF as Ut, el as Ot, aI as Pt, df as _t, dg as vt, dh as kt, aR as Nt, cG as Mt, cd as Vt, cc as wt, ca as Ht, c9 as zt, cb as Gt, cE as jt, d3 as xt, cl as Jt, ck as qt, ch as Wt, cf as Qt, ce as Kt, cj as Xt, cg as Yt, ci as Zt, cm as $t, cn as ao, cC as eo, cq as so, dd as to, aK as oo, bT as io, c_ as ro, a$ as no, dG as lo, dL as uo, dO as co, dB as Ao, dD as mo, dV as bo, dK as po, dF as Do, dz as So, dN as To, dR as Co, dI as go, dM as Fo, dP as yo, dQ as Eo, dE as Ro, dH as Bo, dJ as Lo, dC as ho, dA as fo, b9 as Io, bq as Uo, ek as Oo, aV as Po, aW as _o, a_ as vo, b7 as ko, b4 as No, b5 as Mo, aX as Vo, e4 as wo, b6 as Ho, b3 as zo, b1 as Go, aZ as jo, b2 as xo, aL as Jo, aH as qo, be as Wo, bh as Qo, b8 as Ko, d0 as Xo, d1 as Yo, d2 as Zo, aQ as $o, bk as ai, aS as ei, aF as si, aG as ti, bU as oi, bV as ii, aJ as ri, aT as ni, aN as li, aY as ui, dy as ci, cA as Ai } from "./lib-KX966isF.js";
|
|
2
2
|
import { useI18n as di } from "vue-i18n";
|
|
3
3
|
export {
|
|
4
4
|
s as AActionCloseButton,
|