@anzusystems/common-admin 1.47.0-beta.51 → 1.47.0-beta.53
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 +91 -65
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-gOFKk-BH.js → lib-KX966isF.js} +1113 -1107
- package/dist/{lib-gOFKk-BH.js.map → lib-KX966isF.js.map} +1 -1
- package/dist/{webfontloader-B_FTrwIi.js → webfontloader-msZgeyq8.js} +2 -2
- package/dist/{webfontloader-B_FTrwIi.js.map → webfontloader-msZgeyq8.js.map} +1 -1
- package/package.json +7 -5
|
@@ -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;
|
|
@@ -681,8 +742,8 @@ field: CollabFieldName;
|
|
|
681
742
|
cachedUsers: CollabCachedUsersMap;
|
|
682
743
|
};
|
|
683
744
|
disabled: boolean;
|
|
684
|
-
help: string;
|
|
685
745
|
type: string;
|
|
746
|
+
help: string;
|
|
686
747
|
placeholder: string;
|
|
687
748
|
dataCy: string;
|
|
688
749
|
appendIcon: VuetifyIconValue;
|
|
@@ -1026,6 +1087,24 @@ declare function __VLS_template_22(): {
|
|
|
1026
1087
|
};
|
|
1027
1088
|
|
|
1028
1089
|
declare function __VLS_template_23(): {
|
|
1090
|
+
append?(_: {
|
|
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;
|
|
1104
|
+
}): any;
|
|
1105
|
+
};
|
|
1106
|
+
|
|
1107
|
+
declare function __VLS_template_24(): {
|
|
1029
1108
|
append?(_: {
|
|
1030
1109
|
image: {
|
|
1031
1110
|
id: IntegerId;
|
|
@@ -1055,7 +1134,7 @@ declare function __VLS_template_23(): {
|
|
|
1055
1134
|
}): any;
|
|
1056
1135
|
};
|
|
1057
1136
|
|
|
1058
|
-
declare function
|
|
1137
|
+
declare function __VLS_template_25(): {
|
|
1059
1138
|
activator?(_: {
|
|
1060
1139
|
props: {
|
|
1061
1140
|
onClick: () => void;
|
|
@@ -1283,6 +1362,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
|
1283
1362
|
};
|
|
1284
1363
|
};
|
|
1285
1364
|
|
|
1365
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
1366
|
+
new (): {
|
|
1367
|
+
$slots: S;
|
|
1368
|
+
};
|
|
1369
|
+
};
|
|
1370
|
+
|
|
1286
1371
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1287
1372
|
new (): {
|
|
1288
1373
|
$slots: S;
|
|
@@ -1559,7 +1644,7 @@ containerClass: string;
|
|
|
1559
1644
|
tooltip: string;
|
|
1560
1645
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1561
1646
|
|
|
1562
|
-
export declare const AAssetSelect:
|
|
1647
|
+
export declare const AAssetSelect: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, ReturnType<typeof __VLS_template_25>>;
|
|
1563
1648
|
|
|
1564
1649
|
export declare const AAvatarColorPicker: DefineComponent< {
|
|
1565
1650
|
modelValue: string;
|
|
@@ -2294,66 +2379,7 @@ configName: string;
|
|
|
2294
2379
|
labelT: string;
|
|
2295
2380
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2296
2381
|
|
|
2297
|
-
export declare const AImageWidget:
|
|
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
|
-
}, {
|
|
2315
|
-
metadataConfirm: () => void;
|
|
2316
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2317
|
-
"update:modelValue": (data: IntegerIdNullable) => any;
|
|
2318
|
-
afterMetadataSaveSuccess: () => any;
|
|
2319
|
-
}, string, PublicProps, Readonly<{
|
|
2320
|
-
modelValue: IntegerIdNullable;
|
|
2321
|
-
queueKey: UploadQueueKey;
|
|
2322
|
-
uploadLicence: IntegerId;
|
|
2323
|
-
selectLicences: IntegerId[];
|
|
2324
|
-
image?: ImageAware | undefined;
|
|
2325
|
-
configName?: string;
|
|
2326
|
-
collab?: CollabComponentConfig;
|
|
2327
|
-
label?: string | undefined;
|
|
2328
|
-
readonly?: boolean;
|
|
2329
|
-
required?: boolean;
|
|
2330
|
-
dataCy?: string | undefined;
|
|
2331
|
-
expandOptions?: boolean;
|
|
2332
|
-
expandMetadata?: boolean;
|
|
2333
|
-
disableOnClickMenu?: boolean;
|
|
2334
|
-
width?: number | undefined;
|
|
2335
|
-
callDeleteApiOnRemove?: boolean;
|
|
2336
|
-
}> & Readonly<{
|
|
2337
|
-
"onUpdate:modelValue"?: ((data: IntegerIdNullable) => any) | undefined;
|
|
2338
|
-
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
2339
|
-
}>, {
|
|
2340
|
-
required: boolean;
|
|
2341
|
-
collab: {
|
|
2342
|
-
room: CollabRoom;
|
|
2343
|
-
field: CollabFieldName;
|
|
2344
|
-
cachedUsers: CollabCachedUsersMap;
|
|
2345
|
-
};
|
|
2346
|
-
image: ImageAware;
|
|
2347
|
-
width: number;
|
|
2348
|
-
dataCy: string;
|
|
2349
|
-
label: string;
|
|
2350
|
-
readonly: boolean;
|
|
2351
|
-
configName: string;
|
|
2352
|
-
expandOptions: boolean;
|
|
2353
|
-
expandMetadata: boolean;
|
|
2354
|
-
disableOnClickMenu: boolean;
|
|
2355
|
-
callDeleteApiOnRemove: boolean;
|
|
2356
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2382
|
+
export declare const AImageWidget: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, ReturnType<typeof __VLS_template_23>>;
|
|
2357
2383
|
|
|
2358
2384
|
export declare const AImageWidgetMultiple: DefineComponent< {
|
|
2359
2385
|
modelValue: IntegerId[];
|
|
@@ -2423,7 +2449,7 @@ showSource: boolean;
|
|
|
2423
2449
|
images: ImageAware[];
|
|
2424
2450
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2425
2451
|
|
|
2426
|
-
export declare const AImageWidgetSimple:
|
|
2452
|
+
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, ReturnType<typeof __VLS_template_24>>;
|
|
2427
2453
|
|
|
2428
2454
|
export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2429
2455
|
"update:modelValue": (modelValue: JobBase<`job${string}`>) => any;
|
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,
|