@anzusystems/common-admin 1.47.0-alpha70 → 1.47.0-alpha71
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 +30 -0
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-Ce_BC8ZQ.js → lib-BTCYG0M1.js} +2615 -2577
- package/dist/lib-BTCYG0M1.js.map +1 -0
- package/dist/{webfontloader-DiufUGTE.js → webfontloader-CRC4yxvJ.js} +2 -2
- package/dist/{webfontloader-DiufUGTE.js.map → webfontloader-CRC4yxvJ.js.map} +1 -1
- package/package.json +1 -1
- package/dist/lib-Ce_BC8ZQ.js.map +0 -1
|
@@ -4136,6 +4136,7 @@ hideLabel?: boolean | undefined;
|
|
|
4136
4136
|
rows?: number | undefined;
|
|
4137
4137
|
collab?: CollabComponentConfig;
|
|
4138
4138
|
disabled?: boolean | undefined;
|
|
4139
|
+
help?: string | undefined;
|
|
4139
4140
|
}>, {
|
|
4140
4141
|
label: undefined;
|
|
4141
4142
|
errorMessage: undefined;
|
|
@@ -4148,6 +4149,7 @@ hideLabel: boolean;
|
|
|
4148
4149
|
rows: number;
|
|
4149
4150
|
collab: undefined;
|
|
4150
4151
|
disabled: undefined;
|
|
4152
|
+
help: undefined;
|
|
4151
4153
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4152
4154
|
"update:modelValue": (data: string | null | undefined) => void;
|
|
4153
4155
|
"click:append": (data: string | null) => void;
|
|
@@ -4166,6 +4168,7 @@ hideLabel?: boolean | undefined;
|
|
|
4166
4168
|
rows?: number | undefined;
|
|
4167
4169
|
collab?: CollabComponentConfig;
|
|
4168
4170
|
disabled?: boolean | undefined;
|
|
4171
|
+
help?: string | undefined;
|
|
4169
4172
|
}>, {
|
|
4170
4173
|
label: undefined;
|
|
4171
4174
|
errorMessage: undefined;
|
|
@@ -4178,6 +4181,7 @@ hideLabel: boolean;
|
|
|
4178
4181
|
rows: number;
|
|
4179
4182
|
collab: undefined;
|
|
4180
4183
|
disabled: undefined;
|
|
4184
|
+
help: undefined;
|
|
4181
4185
|
}>>> & {
|
|
4182
4186
|
"onUpdate:modelValue"?: ((data: string | null | undefined) => any) | undefined;
|
|
4183
4187
|
onFocus?: ((data: string | null | undefined) => any) | undefined;
|
|
@@ -4193,6 +4197,7 @@ room: string;
|
|
|
4193
4197
|
field: string;
|
|
4194
4198
|
cachedUsers: CollabCachedUsersMap;
|
|
4195
4199
|
};
|
|
4200
|
+
help: string;
|
|
4196
4201
|
required: boolean;
|
|
4197
4202
|
label: string;
|
|
4198
4203
|
hideLabel: boolean;
|
|
@@ -4222,6 +4227,7 @@ collab?: CollabComponentConfig;
|
|
|
4222
4227
|
disabled?: boolean | undefined;
|
|
4223
4228
|
placeholder?: string | undefined;
|
|
4224
4229
|
persistentPlaceholder?: boolean | undefined;
|
|
4230
|
+
help?: string | undefined;
|
|
4225
4231
|
}>, {
|
|
4226
4232
|
label: undefined;
|
|
4227
4233
|
errorMessage: undefined;
|
|
@@ -4238,6 +4244,7 @@ collab: undefined;
|
|
|
4238
4244
|
disabled: undefined;
|
|
4239
4245
|
placeholder: undefined;
|
|
4240
4246
|
persistentPlaceholder: boolean;
|
|
4247
|
+
help: undefined;
|
|
4241
4248
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4242
4249
|
"update:modelValue": (data: string | number | null | undefined) => void;
|
|
4243
4250
|
"click:append": (data: string | number | null | undefined) => void;
|
|
@@ -4260,6 +4267,7 @@ collab?: CollabComponentConfig;
|
|
|
4260
4267
|
disabled?: boolean | undefined;
|
|
4261
4268
|
placeholder?: string | undefined;
|
|
4262
4269
|
persistentPlaceholder?: boolean | undefined;
|
|
4270
|
+
help?: string | undefined;
|
|
4263
4271
|
}>, {
|
|
4264
4272
|
label: undefined;
|
|
4265
4273
|
errorMessage: undefined;
|
|
@@ -4276,6 +4284,7 @@ collab: undefined;
|
|
|
4276
4284
|
disabled: undefined;
|
|
4277
4285
|
placeholder: undefined;
|
|
4278
4286
|
persistentPlaceholder: boolean;
|
|
4287
|
+
help: undefined;
|
|
4279
4288
|
}>>> & {
|
|
4280
4289
|
"onUpdate:modelValue"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
4281
4290
|
onFocus?: ((data: string | number | null | undefined) => any) | undefined;
|
|
@@ -4293,6 +4302,7 @@ room: string;
|
|
|
4293
4302
|
field: string;
|
|
4294
4303
|
cachedUsers: CollabCachedUsersMap;
|
|
4295
4304
|
};
|
|
4305
|
+
help: string;
|
|
4296
4306
|
required: boolean;
|
|
4297
4307
|
label: string;
|
|
4298
4308
|
step: number;
|
|
@@ -7464,6 +7474,11 @@ addFromDam: string;
|
|
|
7464
7474
|
replaceFromDam: string;
|
|
7465
7475
|
removeImage: string;
|
|
7466
7476
|
};
|
|
7477
|
+
help: {
|
|
7478
|
+
texts: {
|
|
7479
|
+
description: string;
|
|
7480
|
+
};
|
|
7481
|
+
};
|
|
7467
7482
|
};
|
|
7468
7483
|
queueItem: {
|
|
7469
7484
|
edit: string;
|
|
@@ -8364,6 +8379,11 @@ export declare const messagesCs: {
|
|
|
8364
8379
|
replaceFromDam: string;
|
|
8365
8380
|
removeImage: string;
|
|
8366
8381
|
};
|
|
8382
|
+
help: {
|
|
8383
|
+
texts: {
|
|
8384
|
+
description: string;
|
|
8385
|
+
};
|
|
8386
|
+
};
|
|
8367
8387
|
};
|
|
8368
8388
|
queueItem: {
|
|
8369
8389
|
edit: string;
|
|
@@ -9059,6 +9079,11 @@ export declare const messagesEn: {
|
|
|
9059
9079
|
replaceFromDam: string;
|
|
9060
9080
|
removeImage: string;
|
|
9061
9081
|
};
|
|
9082
|
+
help: {
|
|
9083
|
+
texts: {
|
|
9084
|
+
description: string;
|
|
9085
|
+
};
|
|
9086
|
+
};
|
|
9062
9087
|
};
|
|
9063
9088
|
queueItem: {
|
|
9064
9089
|
edit: string;
|
|
@@ -9767,6 +9792,11 @@ export declare const messagesSk: {
|
|
|
9767
9792
|
replaceFromDam: string;
|
|
9768
9793
|
removeImage: string;
|
|
9769
9794
|
};
|
|
9795
|
+
help: {
|
|
9796
|
+
texts: {
|
|
9797
|
+
description: string;
|
|
9798
|
+
};
|
|
9799
|
+
};
|
|
9770
9800
|
};
|
|
9771
9801
|
queueItem: {
|
|
9772
9802
|
edit: string;
|
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 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 L, ai as I, aj as h, au as U, D as O, E as P, C as f, z as _, 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 G, Y as j, 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 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, aB as Ta, aC as Da, aE as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as La, a6 as Ia, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as fa, M as _a, aD as va, Q as ka, N as Na, dV as Ma, d_ as Va, dX as wa, e1 as za, e3 as Ha, e4 as xa, bn as Ga, bp as ja, bo as Ja, d7 as qa, dR as Wa, dQ as Ka, di as Qa, dJ as Xa, dK as Ya, dF as Za, dE as $a, dP as ae, dO as ee, dN as se, dI as te, bw as oe, bx as ie, cc as re, cb as ne, aA as le, az as ue, bz as ce, by as Ae, bF as me, bA as de, ay as be, bB as pe, bC as Ce, aw as Se, ax as Te, bE as De, d8 as ge, bc as Fe, be as ye, dc as Ee, da as Re, de as Be, db as Le, d9 as Ie, dd as he, df as Ue, bk as Oe, bl as Pe, bg as fe, dh as _e, dg as ve, d6 as ke, d5 as Ne, aP as Me, bu as Ve, bv as we, bD as ze, cF as He, cG as xe, cH as Ge, cI as je, cJ as Je, cK as qe, cL as We, cM as Ke, cy as Qe, cx as Xe, cv as Ye, cw as Ze, cz as $e, bs as as, bt as es, bq as ss, br as ts, dZ as os, e0 as is, dU as rs, cu as ns, cB as ls, cA as us, bJ as cs, aM as As, dG as ms, cT as ds, ea as bs, eb as ps, e8 as Cs, cq as Ss, cj as Ts, cl as Ds, co as gs, ce as Fs, ch as ys, cg as Es, ci as Rs, cf as Bs, cm as Ls, ck as Is, aO as hs, cC as Us, cX as Os, cW as Ps, cV as fs, cU as _s, e9 as vs, cZ as ks, cY as Ns, d1 as Ms, c$ as Vs, c_ as ws, aU as zs, cD as Hs, cE as xs, e7 as Gs, dS as js, b0 as Js, dT as qs, dY as Ws, dW as Ks, d$ as Qs, e2 as Xs, bO as Ys, bQ as Zs, dM as $s, dL as at, bj as et, bU as st, bR as tt, bK as ot, bN as it, bL as rt, bP as nt, bV as lt, bS as ut, bX as ct, bM as At, bi as mt, bW as dt, bT as bt, cs as pt, e6 as Ct, aI as St, d2 as Tt, d3 as Dt, d4 as gt, aR as Ft, ct as yt, c0 as Et, b$ as Rt, bZ as Bt, bY as Lt, b_ as It, cr as ht, cS as Ut, c8 as Ot, c7 as Pt, c4 as ft, c2 as _t, c1 as vt, c6 as kt, c3 as Nt, c5 as Mt, c9 as Vt, ca as wt, cp as zt, cd as Ht, b7 as xt, d0 as Gt, cR as jt, aK as Jt, bG as qt, cN as Wt, a$ as Kt, ds as Qt, dx as Xt, dA as Yt, dm as Zt, dp as $t, dH as ao, dw as eo, dr as so, dk as to, dz as oo, dD as io, du as ro, dy as no, dB as lo, dC as uo, dq as co, dt as Ao, dv as mo, dn as bo, dl as po, bb as Co, bm as So, e5 as To, aV as Do, aW as go, a_ as Fo, b9 as yo, b4 as Eo, b5 as Ro, aX as Bo, b6 as Lo, b8 as Io, b3 as ho, b1 as Uo, aZ as Oo, b2 as Po, aL as fo, aH as _o, bd as vo, bf as ko, ba as No, cO as Mo, cP as Vo, cQ as wo, aQ as zo, bh as Ho, aS as xo, aF as Go, aG as jo, bH as Jo, bI as qo, aJ as Wo, aT as Ko, aN as Qo, aY as Xo, dj as Yo, cn as Zo } 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 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 L, ai as I, aj as h, au as U, D as O, E as P, C as f, z as _, 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 G, Y as j, 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 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, aB as Ta, aC as Da, aE as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as La, a6 as Ia, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as fa, M as _a, aD as va, Q as ka, N as Na, dV as Ma, d_ as Va, dX as wa, e1 as za, e3 as Ha, e4 as xa, bn as Ga, bp as ja, bo as Ja, d7 as qa, dR as Wa, dQ as Ka, di as Qa, dJ as Xa, dK as Ya, dF as Za, dE as $a, dP as ae, dO as ee, dN as se, dI as te, bw as oe, bx as ie, cc as re, cb as ne, aA as le, az as ue, bz as ce, by as Ae, bF as me, bA as de, ay as be, bB as pe, bC as Ce, aw as Se, ax as Te, bE as De, d8 as ge, bc as Fe, be as ye, dc as Ee, da as Re, de as Be, db as Le, d9 as Ie, dd as he, df as Ue, bk as Oe, bl as Pe, bg as fe, dh as _e, dg as ve, d6 as ke, d5 as Ne, aP as Me, bu as Ve, bv as we, bD as ze, cF as He, cG as xe, cH as Ge, cI as je, cJ as Je, cK as qe, cL as We, cM as Ke, cy as Qe, cx as Xe, cv as Ye, cw as Ze, cz as $e, bs as as, bt as es, bq as ss, br as ts, dZ as os, e0 as is, dU as rs, cu as ns, cB as ls, cA as us, bJ as cs, aM as As, dG as ms, cT as ds, ea as bs, eb as ps, e8 as Cs, cq as Ss, cj as Ts, cl as Ds, co as gs, ce as Fs, ch as ys, cg as Es, ci as Rs, cf as Bs, cm as Ls, ck as Is, aO as hs, cC as Us, cX as Os, cW as Ps, cV as fs, cU as _s, e9 as vs, cZ as ks, cY as Ns, d1 as Ms, c$ as Vs, c_ as ws, aU as zs, cD as Hs, cE as xs, e7 as Gs, dS as js, b0 as Js, dT as qs, dY as Ws, dW as Ks, d$ as Qs, e2 as Xs, bO as Ys, bQ as Zs, dM as $s, dL as at, bj as et, bU as st, bR as tt, bK as ot, bN as it, bL as rt, bP as nt, bV as lt, bS as ut, bX as ct, bM as At, bi as mt, bW as dt, bT as bt, cs as pt, e6 as Ct, aI as St, d2 as Tt, d3 as Dt, d4 as gt, aR as Ft, ct as yt, c0 as Et, b$ as Rt, bZ as Bt, bY as Lt, b_ as It, cr as ht, cS as Ut, c8 as Ot, c7 as Pt, c4 as ft, c2 as _t, c1 as vt, c6 as kt, c3 as Nt, c5 as Mt, c9 as Vt, ca as wt, cp as zt, cd as Ht, b7 as xt, d0 as Gt, cR as jt, aK as Jt, bG as qt, cN as Wt, a$ as Kt, ds as Qt, dx as Xt, dA as Yt, dm as Zt, dp as $t, dH as ao, dw as eo, dr as so, dk as to, dz as oo, dD as io, du as ro, dy as no, dB as lo, dC as uo, dq as co, dt as Ao, dv as mo, dn as bo, dl as po, bb as Co, bm as So, e5 as To, aV as Do, aW as go, a_ as Fo, b9 as yo, b4 as Eo, b5 as Ro, aX as Bo, b6 as Lo, b8 as Io, b3 as ho, b1 as Uo, aZ as Oo, b2 as Po, aL as fo, aH as _o, bd as vo, bf as ko, ba as No, cO as Mo, cP as Vo, cQ as wo, aQ as zo, bh as Ho, aS as xo, aF as Go, aG as jo, bH as Jo, bI as qo, aJ as Wo, aT as Ko, aN as Qo, aY as Xo, dj as Yo, cn as Zo } from "./lib-BTCYG0M1.js";
|
|
2
2
|
import { useI18n as ai } from "vue-i18n";
|
|
3
3
|
export {
|
|
4
4
|
s as AActionCloseButton,
|