@anzusystems/common-admin 1.47.0-beta.74 → 1.47.0-beta.76
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 +52 -6
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-IUza8GAt.js → lib-CqQZn86P.js} +5384 -5281
- package/dist/lib-CqQZn86P.js.map +1 -0
- package/dist/{webfontloader-B9bXdhWC.js → webfontloader-IGyZsKUY.js} +2 -2
- package/dist/{webfontloader-B9bXdhWC.js.map → webfontloader-IGyZsKUY.js.map} +1 -1
- package/package.json +4 -4
- package/dist/lib-IUza8GAt.js.map +0 -1
|
@@ -445,7 +445,11 @@ expandOptions?: boolean;
|
|
|
445
445
|
expandMetadata?: boolean;
|
|
446
446
|
disableOnClickMenu?: boolean;
|
|
447
447
|
width?: number | undefined;
|
|
448
|
+
maxWidth?: number | undefined;
|
|
449
|
+
height?: number | undefined;
|
|
448
450
|
callDeleteApiOnRemove?: boolean;
|
|
451
|
+
damWidth?: undefined | number;
|
|
452
|
+
damHeight?: undefined | number;
|
|
449
453
|
}, {
|
|
450
454
|
metadataConfirm: () => void;
|
|
451
455
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -468,7 +472,11 @@ expandOptions?: boolean;
|
|
|
468
472
|
expandMetadata?: boolean;
|
|
469
473
|
disableOnClickMenu?: boolean;
|
|
470
474
|
width?: number | undefined;
|
|
475
|
+
maxWidth?: number | undefined;
|
|
476
|
+
height?: number | undefined;
|
|
471
477
|
callDeleteApiOnRemove?: boolean;
|
|
478
|
+
damWidth?: undefined | number;
|
|
479
|
+
damHeight?: undefined | number;
|
|
472
480
|
}> & Readonly<{
|
|
473
481
|
"onUpdate:modelValue"?: ((data: IntegerIdNullable) => any) | undefined;
|
|
474
482
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
@@ -481,10 +489,14 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
481
489
|
};
|
|
482
490
|
image: ImageAware;
|
|
483
491
|
width: number;
|
|
492
|
+
height: number;
|
|
484
493
|
dataCy: string;
|
|
485
494
|
label: string;
|
|
495
|
+
maxWidth: number;
|
|
486
496
|
readonly: boolean;
|
|
487
497
|
configName: string;
|
|
498
|
+
damWidth: number;
|
|
499
|
+
damHeight: number;
|
|
488
500
|
collabStatus: CollabStatusType;
|
|
489
501
|
expandOptions: boolean;
|
|
490
502
|
expandMetadata: boolean;
|
|
@@ -1009,7 +1021,11 @@ declare function __VLS_template_20(): {
|
|
|
1009
1021
|
readonly expandMetadata?: boolean | undefined;
|
|
1010
1022
|
readonly disableOnClickMenu?: boolean | undefined;
|
|
1011
1023
|
readonly width?: number | undefined;
|
|
1024
|
+
readonly maxWidth?: number | undefined;
|
|
1025
|
+
readonly height?: number | undefined;
|
|
1012
1026
|
readonly callDeleteApiOnRemove?: boolean | undefined;
|
|
1027
|
+
readonly damWidth?: undefined | number;
|
|
1028
|
+
readonly damHeight?: undefined | number;
|
|
1013
1029
|
readonly "onUpdate:modelValue"?: ((modelValue: IntegerIdNullable) => any) | undefined;
|
|
1014
1030
|
readonly onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
1015
1031
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
@@ -1045,7 +1061,11 @@ declare function __VLS_template_20(): {
|
|
|
1045
1061
|
expandMetadata?: boolean;
|
|
1046
1062
|
disableOnClickMenu?: boolean;
|
|
1047
1063
|
width?: number | undefined;
|
|
1064
|
+
maxWidth?: number | undefined;
|
|
1065
|
+
height?: number | undefined;
|
|
1048
1066
|
callDeleteApiOnRemove?: boolean;
|
|
1067
|
+
damWidth?: undefined | number;
|
|
1068
|
+
damHeight?: undefined | number;
|
|
1049
1069
|
}> & Readonly<{
|
|
1050
1070
|
"onUpdate:modelValue"?: ((modelValue: IntegerIdNullable) => any) | undefined;
|
|
1051
1071
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
@@ -1064,10 +1084,14 @@ declare function __VLS_template_20(): {
|
|
|
1064
1084
|
};
|
|
1065
1085
|
image: ImageAware;
|
|
1066
1086
|
width: number;
|
|
1087
|
+
height: number;
|
|
1067
1088
|
dataCy: string;
|
|
1068
1089
|
label: string;
|
|
1090
|
+
maxWidth: number;
|
|
1069
1091
|
readonly: boolean;
|
|
1070
1092
|
configName: string;
|
|
1093
|
+
damWidth: number;
|
|
1094
|
+
damHeight: number;
|
|
1071
1095
|
collabStatus: CollabStatusType;
|
|
1072
1096
|
expandOptions: boolean;
|
|
1073
1097
|
expandMetadata: boolean;
|
|
@@ -1102,10 +1126,14 @@ declare function __VLS_template_20(): {
|
|
|
1102
1126
|
};
|
|
1103
1127
|
image: ImageAware;
|
|
1104
1128
|
width: number;
|
|
1129
|
+
height: number;
|
|
1105
1130
|
dataCy: string;
|
|
1106
1131
|
label: string;
|
|
1132
|
+
maxWidth: number;
|
|
1107
1133
|
readonly: boolean;
|
|
1108
1134
|
configName: string;
|
|
1135
|
+
damWidth: number;
|
|
1136
|
+
damHeight: number;
|
|
1109
1137
|
collabStatus: CollabStatusType;
|
|
1110
1138
|
expandOptions: boolean;
|
|
1111
1139
|
expandMetadata: boolean;
|
|
@@ -1129,11 +1157,15 @@ declare function __VLS_template_20(): {
|
|
|
1129
1157
|
expandMetadata?: boolean;
|
|
1130
1158
|
disableOnClickMenu?: boolean;
|
|
1131
1159
|
width?: number | undefined;
|
|
1160
|
+
maxWidth?: number | undefined;
|
|
1161
|
+
height?: number | undefined;
|
|
1132
1162
|
callDeleteApiOnRemove?: boolean;
|
|
1163
|
+
damWidth?: undefined | number;
|
|
1164
|
+
damHeight?: undefined | number;
|
|
1133
1165
|
}> & Readonly<{
|
|
1134
1166
|
"onUpdate:modelValue"?: ((modelValue: IntegerIdNullable) => any) | undefined;
|
|
1135
1167
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
1136
|
-
}>, "metadataConfirm" | ("required" | "collab" | "image" | "width" | "dataCy" | "label" | "readonly" | "configName" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove")> & ShallowUnwrapRef< {
|
|
1168
|
+
}>, "metadataConfirm" | ("required" | "collab" | "image" | "width" | "height" | "dataCy" | "label" | "maxWidth" | "readonly" | "configName" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove")> & ShallowUnwrapRef< {
|
|
1137
1169
|
metadataConfirm: () => void;
|
|
1138
1170
|
}> & {} & ComponentCustomProperties & {} & {
|
|
1139
1171
|
$slots: {
|
|
@@ -1748,8 +1780,8 @@ customClass?: string | undefined;
|
|
|
1748
1780
|
}> & Readonly<{}>, {
|
|
1749
1781
|
group: string;
|
|
1750
1782
|
width: string;
|
|
1751
|
-
max: number;
|
|
1752
1783
|
position: string;
|
|
1784
|
+
max: number;
|
|
1753
1785
|
customClass: string;
|
|
1754
1786
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1755
1787
|
|
|
@@ -2809,6 +2841,7 @@ export declare interface AssetDetailItemDto extends AnzuUserAndTimeTrackingAware
|
|
|
2809
2841
|
metadata: Metadata_2;
|
|
2810
2842
|
distributionCategory: DocIdNullable;
|
|
2811
2843
|
assetFileProperties: AssetFileProperties;
|
|
2844
|
+
mainFileSingleUse: Readonly<boolean | null>;
|
|
2812
2845
|
}
|
|
2813
2846
|
|
|
2814
2847
|
declare type AssetExternalProviderId = string | number;
|
|
@@ -2819,7 +2852,7 @@ declare type AssetExternalProviderMetadata = Record<string, string | number | nu
|
|
|
2819
2852
|
|
|
2820
2853
|
export declare type AssetFile = AssetFileImage | AssetFileAudio | AssetFileVideo | AssetFileDocument;
|
|
2821
2854
|
|
|
2822
|
-
export declare interface AssetFileAudio extends AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
|
|
2855
|
+
export declare interface AssetFileAudio extends AssetFileAware, AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
|
|
2823
2856
|
id: DocId;
|
|
2824
2857
|
asset: DocId;
|
|
2825
2858
|
fileAttributes: FileAttributes;
|
|
@@ -2830,7 +2863,14 @@ export declare interface AssetFileAudio extends AnzuUserAndTimeTrackingAware, As
|
|
|
2830
2863
|
_resourceName: 'audioFile';
|
|
2831
2864
|
}
|
|
2832
2865
|
|
|
2833
|
-
|
|
2866
|
+
declare interface AssetFileAware {
|
|
2867
|
+
flags: {
|
|
2868
|
+
public: boolean;
|
|
2869
|
+
singleUse: boolean;
|
|
2870
|
+
};
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
export declare interface AssetFileDocument extends AssetFileAware, AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
|
|
2834
2874
|
id: DocId;
|
|
2835
2875
|
asset: DocId;
|
|
2836
2876
|
fileAttributes: FileAttributes;
|
|
@@ -2858,7 +2898,7 @@ export declare const AssetFileFailReason: {
|
|
|
2858
2898
|
|
|
2859
2899
|
export declare type AssetFileFailReasonType = (typeof AssetFileFailReason)[keyof typeof AssetFileFailReason];
|
|
2860
2900
|
|
|
2861
|
-
export declare interface AssetFileImage extends AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
|
|
2901
|
+
export declare interface AssetFileImage extends AssetFileAware, AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
|
|
2862
2902
|
id: DocId;
|
|
2863
2903
|
asset: DocId;
|
|
2864
2904
|
fileAttributes: FileAttributes;
|
|
@@ -2945,7 +2985,7 @@ export declare const AssetFileRouteStatusDefault: "disabled";
|
|
|
2945
2985
|
|
|
2946
2986
|
export declare type AssetFileRouteStatusType = (typeof AssetFileRouteStatus)[keyof typeof AssetFileRouteStatus];
|
|
2947
2987
|
|
|
2948
|
-
export declare interface AssetFileVideo extends AnzuUserAndTimeTrackingAware {
|
|
2988
|
+
export declare interface AssetFileVideo extends AssetFileAware, AnzuUserAndTimeTrackingAware {
|
|
2949
2989
|
id: DocId;
|
|
2950
2990
|
asset: DocId;
|
|
2951
2991
|
fileAttributes: FileAttributes;
|
|
@@ -2975,6 +3015,7 @@ export declare interface AssetSearchListItemDto extends AnzuUserAndTimeTrackingA
|
|
|
2975
3015
|
authors: DocId[];
|
|
2976
3016
|
podcasts: DocId[];
|
|
2977
3017
|
assetFileProperties: AssetFileProperties;
|
|
3018
|
+
mainFileSingleUse: Readonly<boolean | null>;
|
|
2978
3019
|
}
|
|
2979
3020
|
|
|
2980
3021
|
declare interface AssetSelectReturnAsset {
|
|
@@ -4776,6 +4817,7 @@ asset: {
|
|
|
4776
4817
|
model: {
|
|
4777
4818
|
authors: string;
|
|
4778
4819
|
keywords: string;
|
|
4820
|
+
mainFileSingleUse: string;
|
|
4779
4821
|
};
|
|
4780
4822
|
assetType: {
|
|
4781
4823
|
image: string;
|
|
@@ -5700,6 +5742,7 @@ export declare const messagesCs: {
|
|
|
5700
5742
|
model: {
|
|
5701
5743
|
authors: string;
|
|
5702
5744
|
keywords: string;
|
|
5745
|
+
mainFileSingleUse: string;
|
|
5703
5746
|
};
|
|
5704
5747
|
assetType: {
|
|
5705
5748
|
image: string;
|
|
@@ -6413,6 +6456,7 @@ export declare const messagesEn: {
|
|
|
6413
6456
|
model: {
|
|
6414
6457
|
authors: string;
|
|
6415
6458
|
keywords: string;
|
|
6459
|
+
mainFileSingleUse: string;
|
|
6416
6460
|
};
|
|
6417
6461
|
assetType: {
|
|
6418
6462
|
image: string;
|
|
@@ -7135,6 +7179,7 @@ export declare const messagesSk: {
|
|
|
7135
7179
|
model: {
|
|
7136
7180
|
authors: string;
|
|
7137
7181
|
keywords: string;
|
|
7182
|
+
mainFileSingleUse: string;
|
|
7138
7183
|
};
|
|
7139
7184
|
assetType: {
|
|
7140
7185
|
image: string;
|
|
@@ -7779,6 +7824,7 @@ export declare interface UploadQueueItem {
|
|
|
7779
7824
|
notificationFallbackTry: number;
|
|
7780
7825
|
slotName: string | null;
|
|
7781
7826
|
image: undefined | ImageAware;
|
|
7827
|
+
mainFileSingleUse: boolean | null;
|
|
7782
7828
|
}
|
|
7783
7829
|
|
|
7784
7830
|
export declare const UploadQueueItemStatus: {
|
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 l, K as n, 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 F, aq as g, 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 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 la, am as na, 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, aE as Ta, aF as Ca, aH as Fa, f as ga, 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, aG as va, Q as ka, N as Na, ec as Ma, eh as Va, ee as wa, ek as Ha, em as za, en as Ga, bv as ja, bx as xa, bw as Ja, by as qa, bz as Wa, dp as Ka, e7 as Qa, e6 as Xa, dB as Ya, d$ as Za, e0 as $a, dX as ae, dW as ee, e5 as se, e4 as te, e3 as oe, d_ as ie, bG as re, bH as le, ct as ne, cs as ue, aA as ce, az as Ae, bK as me, bL as de, bI as be, bJ as pe, aB as De, bU as Se, bV as Te, bM as Ce, bN as Fe, ay as ge, bO as ye, bP as Ee, bQ as Re, aw as Be, ax as Le, aC as he, bT as fe, aD as Ie, dq as Ue, bf as Oe, bg as Pe, bi as _e, bj as ve, du as ke, ds as Ne, dw as Me, dx as Ve, dt as we, dr as He, dv as ze, dy as Ge, bq as je, br as xe, bs as Je, bl as qe, bm as We, dA as Ke, dz as Qe, dn as Xe, dm as Ye, aS as Ze, bE as $e, bF as as, bR as es, bS as ss, cW as ts, cX as os, cY as is, cZ as rs, c_ as ls, c$ as ns, d0 as us, d3 as cs, d1 as As, cP as ms, cO as ds, cM as bs, cN as ps, cQ as Ds, bC as Ss, bD as Ts, bA as Cs, bB as Fs, eg as gs, ej as ys, eb as Es, cL as Rs, cS as Bs, cR as Ls, b_ as hs, aP as fs, dY as Is, d8 as Us, er as Os, cH as Ps, cA as _s, cC as vs, cF as ks, cv as Ns, cy as Ms, cx as Vs, cz as ws, cw as Hs, cD as zs, cB as Gs, bd as js, be as xs, aR as Js, bu as qs, cT as Ws, dc as Ks, db as Qs, da as Xs, d9 as Ys, es as Zs, de as $s, dd as at, di as et, dg as st, df as tt, aX as ot, cU as it, cV as rt, eq as lt, e9 as nt, b3 as ut, ea as ct, ef as At, ed as mt, ei as dt, el as bt, c3 as pt, c5 as Dt, e2 as St, e1 as Tt, bp as Ct, c9 as Ft, c6 as gt, b$ as yt, c2 as Et, c0 as Rt, c4 as Bt, ca as Lt, c7 as ht, cc as ft, c1 as It, bo as Ut, cb as Ot, c8 as Pt, cJ as _t, ep as vt, aL as kt, dj as Nt, dk as Mt, dl as Vt, aU as wt, cK as Ht, ch as zt, cg as Gt, ce as jt, cd as xt, cf as Jt, cI as qt, d7 as Wt, cp as Kt, co as Qt, cl as Xt, cj as Yt, ci as Zt, cn as $t, ck as ao, cm as eo, cq as so, cr as to, cG as oo, cu as io, dh as ro, aN as lo, bW as no, d2 as uo, b2 as co, bX as Ao, dK as mo, dP as bo, dS as po, dF as Do, dH as So, dZ as To, dO as Co, dJ as Fo, dD as go, dR as yo, dV as Eo, dM as Ro, dQ as Bo, dT as Lo, dU as ho, dI as fo, dL as Io, dN as Uo, dG as Oo, dE as Po, bc as _o, bt as vo, eo as ko, aY as No, aZ as Mo, b1 as Vo, ba as wo, b7 as Ho, b8 as zo, a_ as Go, e8 as jo, b9 as xo, b6 as Jo, b4 as qo, b0 as Wo, b5 as Ko, aO as Qo, aK as Xo, bh as Yo, bk as Zo, bb as $o, d4 as ai, d5 as ei, d6 as si, aT as ti, bn as oi, aV as ii, aI as ri, aJ as li, bY as ni, bZ as ui, aM as ci, aW as Ai, aQ as mi, a$ as di, dC as bi, cE as pi } from "./lib-
|
|
1
|
+
import { R as s, S as t, T as o, U as i, V as r, W as l, K as n, 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 F, aq as g, 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 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 la, am as na, 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, aE as Ta, aF as Ca, aH as Fa, f as ga, 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, aG as va, Q as ka, N as Na, ec as Ma, eh as Va, ee as wa, ek as Ha, em as za, en as Ga, bv as ja, bx as xa, bw as Ja, by as qa, bz as Wa, dp as Ka, e7 as Qa, e6 as Xa, dB as Ya, d$ as Za, e0 as $a, dX as ae, dW as ee, e5 as se, e4 as te, e3 as oe, d_ as ie, bG as re, bH as le, ct as ne, cs as ue, aA as ce, az as Ae, bK as me, bL as de, bI as be, bJ as pe, aB as De, bU as Se, bV as Te, bM as Ce, bN as Fe, ay as ge, bO as ye, bP as Ee, bQ as Re, aw as Be, ax as Le, aC as he, bT as fe, aD as Ie, dq as Ue, bf as Oe, bg as Pe, bi as _e, bj as ve, du as ke, ds as Ne, dw as Me, dx as Ve, dt as we, dr as He, dv as ze, dy as Ge, bq as je, br as xe, bs as Je, bl as qe, bm as We, dA as Ke, dz as Qe, dn as Xe, dm as Ye, aS as Ze, bE as $e, bF as as, bR as es, bS as ss, cW as ts, cX as os, cY as is, cZ as rs, c_ as ls, c$ as ns, d0 as us, d3 as cs, d1 as As, cP as ms, cO as ds, cM as bs, cN as ps, cQ as Ds, bC as Ss, bD as Ts, bA as Cs, bB as Fs, eg as gs, ej as ys, eb as Es, cL as Rs, cS as Bs, cR as Ls, b_ as hs, aP as fs, dY as Is, d8 as Us, er as Os, cH as Ps, cA as _s, cC as vs, cF as ks, cv as Ns, cy as Ms, cx as Vs, cz as ws, cw as Hs, cD as zs, cB as Gs, bd as js, be as xs, aR as Js, bu as qs, cT as Ws, dc as Ks, db as Qs, da as Xs, d9 as Ys, es as Zs, de as $s, dd as at, di as et, dg as st, df as tt, aX as ot, cU as it, cV as rt, eq as lt, e9 as nt, b3 as ut, ea as ct, ef as At, ed as mt, ei as dt, el as bt, c3 as pt, c5 as Dt, e2 as St, e1 as Tt, bp as Ct, c9 as Ft, c6 as gt, b$ as yt, c2 as Et, c0 as Rt, c4 as Bt, ca as Lt, c7 as ht, cc as ft, c1 as It, bo as Ut, cb as Ot, c8 as Pt, cJ as _t, ep as vt, aL as kt, dj as Nt, dk as Mt, dl as Vt, aU as wt, cK as Ht, ch as zt, cg as Gt, ce as jt, cd as xt, cf as Jt, cI as qt, d7 as Wt, cp as Kt, co as Qt, cl as Xt, cj as Yt, ci as Zt, cn as $t, ck as ao, cm as eo, cq as so, cr as to, cG as oo, cu as io, dh as ro, aN as lo, bW as no, d2 as uo, b2 as co, bX as Ao, dK as mo, dP as bo, dS as po, dF as Do, dH as So, dZ as To, dO as Co, dJ as Fo, dD as go, dR as yo, dV as Eo, dM as Ro, dQ as Bo, dT as Lo, dU as ho, dI as fo, dL as Io, dN as Uo, dG as Oo, dE as Po, bc as _o, bt as vo, eo as ko, aY as No, aZ as Mo, b1 as Vo, ba as wo, b7 as Ho, b8 as zo, a_ as Go, e8 as jo, b9 as xo, b6 as Jo, b4 as qo, b0 as Wo, b5 as Ko, aO as Qo, aK as Xo, bh as Yo, bk as Zo, bb as $o, d4 as ai, d5 as ei, d6 as si, aT as ti, bn as oi, aV as ii, aI as ri, aJ as li, bY as ni, bZ as ui, aM as ci, aW as Ai, aQ as mi, a$ as di, dC as bi, cE as pi } from "./lib-CqQZn86P.js";
|
|
2
2
|
import { useI18n as Si } from "vue-i18n";
|
|
3
3
|
export {
|
|
4
4
|
s as AActionCloseButton,
|