@anzusystems/common-admin 1.47.0-alpha20 → 1.47.0-alpha21
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 +94 -71
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-yCohaF7L.js → lib-y_C2zj3X.js} +2711 -2706
- package/dist/{lib-yCohaF7L.js.map → lib-y_C2zj3X.js.map} +1 -1
- package/dist/{webfontloader-yyZP-t-i.js → webfontloader-sZDWINSv.js} +2 -2
- package/dist/{webfontloader-yyZP-t-i.js.map → webfontloader-sZDWINSv.js.map} +1 -1
- package/package.json +5 -5
|
@@ -203,8 +203,6 @@ declare type __VLS_NonUndefinedable_80<T> = T extends undefined ? never : T;
|
|
|
203
203
|
|
|
204
204
|
declare type __VLS_NonUndefinedable_81<T> = T extends undefined ? never : T;
|
|
205
205
|
|
|
206
|
-
declare type __VLS_NonUndefinedable_82<T> = T extends undefined ? never : T;
|
|
207
|
-
|
|
208
206
|
declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
|
|
209
207
|
|
|
210
208
|
declare type __VLS_Prettify<T> = {
|
|
@@ -507,10 +505,6 @@ declare type __VLS_Prettify_77<T> = {
|
|
|
507
505
|
[K in keyof T]: T[K];
|
|
508
506
|
} & {};
|
|
509
507
|
|
|
510
|
-
declare type __VLS_Prettify_78<T> = {
|
|
511
|
-
[K in keyof T]: T[K];
|
|
512
|
-
} & {};
|
|
513
|
-
|
|
514
508
|
declare type __VLS_Prettify_8<T> = {
|
|
515
509
|
[K in keyof T]: T[K];
|
|
516
510
|
} & {};
|
|
@@ -1239,15 +1233,6 @@ declare type __VLS_TypePropsToRuntimeProps_81<T> = {
|
|
|
1239
1233
|
};
|
|
1240
1234
|
};
|
|
1241
1235
|
|
|
1242
|
-
declare type __VLS_TypePropsToRuntimeProps_82<T> = {
|
|
1243
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
1244
|
-
type: PropType<__VLS_NonUndefinedable_82<T[K]>>;
|
|
1245
|
-
} : {
|
|
1246
|
-
type: PropType<T[K]>;
|
|
1247
|
-
required: true;
|
|
1248
|
-
};
|
|
1249
|
-
};
|
|
1250
|
-
|
|
1251
1236
|
declare type __VLS_TypePropsToRuntimeProps_9<T> = {
|
|
1252
1237
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
1253
1238
|
type: PropType<__VLS_NonUndefinedable_9<T[K]>>;
|
|
@@ -1707,12 +1692,6 @@ declare type __VLS_WithDefaults_77<P, D> = {
|
|
|
1707
1692
|
}> : P[K];
|
|
1708
1693
|
};
|
|
1709
1694
|
|
|
1710
|
-
declare type __VLS_WithDefaults_78<P, D> = {
|
|
1711
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_78<P[K] & {
|
|
1712
|
-
default: D[K];
|
|
1713
|
-
}> : P[K];
|
|
1714
|
-
};
|
|
1715
|
-
|
|
1716
1695
|
declare type __VLS_WithDefaults_8<P, D> = {
|
|
1717
1696
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
|
|
1718
1697
|
default: D[K];
|
|
@@ -4811,7 +4790,7 @@ export declare const ALogData: DefineComponent<__VLS_WithDefaults_29<__VLS_TypeP
|
|
|
4811
4790
|
data: any;
|
|
4812
4791
|
}>, {}>>>, {}, {}>;
|
|
4813
4792
|
|
|
4814
|
-
export declare const ALoginView: DefineComponent<
|
|
4793
|
+
export declare const ALoginView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
|
|
4815
4794
|
title?: string | undefined;
|
|
4816
4795
|
logoUrl?: string | undefined;
|
|
4817
4796
|
loginUrl?: undefined | (() => string);
|
|
@@ -4821,7 +4800,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_75<__VLS_Typ
|
|
|
4821
4800
|
logoUrl: undefined;
|
|
4822
4801
|
loginUrl: undefined;
|
|
4823
4802
|
dataCy: string;
|
|
4824
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4803
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
|
|
4825
4804
|
title?: string | undefined;
|
|
4826
4805
|
logoUrl?: string | undefined;
|
|
4827
4806
|
loginUrl?: undefined | (() => string);
|
|
@@ -4844,11 +4823,11 @@ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_
|
|
|
4844
4823
|
level: LogLevel;
|
|
4845
4824
|
}>, {}>>>, {}, {}>;
|
|
4846
4825
|
|
|
4847
|
-
export declare const ALogoutView: DefineComponent<
|
|
4826
|
+
export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
|
|
4848
4827
|
logoutUrl?: undefined | (() => string);
|
|
4849
4828
|
}>, {
|
|
4850
4829
|
logoutUrl: undefined;
|
|
4851
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4830
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
|
|
4852
4831
|
logoutUrl?: undefined | (() => string);
|
|
4853
4832
|
}>, {
|
|
4854
4833
|
logoutUrl: undefined;
|
|
@@ -4856,9 +4835,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_76<__VLS_Ty
|
|
|
4856
4835
|
logoutUrl: () => string;
|
|
4857
4836
|
}, {}>;
|
|
4858
4837
|
|
|
4859
|
-
export declare const ANotFoundView: DefineComponent<
|
|
4838
|
+
export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_77<__VLS_TypePropsToRuntimeProps_81<{
|
|
4860
4839
|
returnRouteName: string;
|
|
4861
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4840
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_77<__VLS_TypePropsToRuntimeProps_81<{
|
|
4862
4841
|
returnRouteName: string;
|
|
4863
4842
|
}>, {}>>>, {}, {}>;
|
|
4864
4843
|
|
|
@@ -5751,9 +5730,9 @@ declare interface AudioAttributes {
|
|
|
5751
5730
|
bitrate: number;
|
|
5752
5731
|
}
|
|
5753
5732
|
|
|
5754
|
-
export declare const AUnauthorizedView: DefineComponent<
|
|
5733
|
+
export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
|
|
5755
5734
|
returnRouteName: string;
|
|
5756
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5735
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
|
|
5757
5736
|
returnRouteName: string;
|
|
5758
5737
|
}>, {}>>>, {}, {}>;
|
|
5759
5738
|
|
|
@@ -6223,49 +6202,93 @@ export declare interface DamAssetLicenceMinimal {
|
|
|
6223
6202
|
name: string;
|
|
6224
6203
|
}
|
|
6225
6204
|
|
|
6226
|
-
export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
|
|
6238
|
-
|
|
6239
|
-
|
|
6240
|
-
|
|
6241
|
-
|
|
6242
|
-
|
|
6243
|
-
|
|
6244
|
-
|
|
6245
|
-
|
|
6246
|
-
|
|
6205
|
+
export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
|
|
6206
|
+
selected: PropType<ValueObjectOption<number>[]>;
|
|
6207
|
+
multiple: {
|
|
6208
|
+
type: PropType<boolean>;
|
|
6209
|
+
default: boolean;
|
|
6210
|
+
};
|
|
6211
|
+
required: {
|
|
6212
|
+
type: PropType<boolean>;
|
|
6213
|
+
default: undefined;
|
|
6214
|
+
};
|
|
6215
|
+
modelValue: {
|
|
6216
|
+
type: PropType<any>;
|
|
6217
|
+
required: true;
|
|
6218
|
+
};
|
|
6219
|
+
label: {
|
|
6220
|
+
type: PropType<string>;
|
|
6221
|
+
default: undefined;
|
|
6222
|
+
};
|
|
6223
|
+
dataCy: {
|
|
6224
|
+
type: PropType<string>;
|
|
6225
|
+
default: string;
|
|
6226
|
+
};
|
|
6227
|
+
clearable: {
|
|
6228
|
+
type: PropType<boolean>;
|
|
6229
|
+
default: boolean;
|
|
6230
|
+
};
|
|
6231
|
+
hideDetails: {
|
|
6232
|
+
type: PropType<boolean>;
|
|
6233
|
+
default: undefined;
|
|
6234
|
+
};
|
|
6235
|
+
disableInitFetch: {
|
|
6236
|
+
type: PropType<boolean>;
|
|
6237
|
+
default: boolean;
|
|
6238
|
+
};
|
|
6239
|
+
extSystemId: {
|
|
6240
|
+
type: PropType<number | null>;
|
|
6241
|
+
default: null;
|
|
6242
|
+
};
|
|
6243
|
+
client: {
|
|
6244
|
+
type: PropType<() => AxiosInstance>;
|
|
6245
|
+
required: true;
|
|
6246
|
+
};
|
|
6247
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6247
6248
|
"update:modelValue": (data: any) => void;
|
|
6248
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
6249
|
-
|
|
6250
|
-
|
|
6251
|
-
|
|
6252
|
-
|
|
6253
|
-
|
|
6254
|
-
|
|
6255
|
-
|
|
6256
|
-
|
|
6257
|
-
|
|
6258
|
-
|
|
6259
|
-
|
|
6260
|
-
|
|
6261
|
-
|
|
6262
|
-
|
|
6263
|
-
|
|
6264
|
-
|
|
6265
|
-
|
|
6266
|
-
|
|
6267
|
-
|
|
6268
|
-
|
|
6249
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
6250
|
+
selected: PropType<ValueObjectOption<number>[]>;
|
|
6251
|
+
multiple: {
|
|
6252
|
+
type: PropType<boolean>;
|
|
6253
|
+
default: boolean;
|
|
6254
|
+
};
|
|
6255
|
+
required: {
|
|
6256
|
+
type: PropType<boolean>;
|
|
6257
|
+
default: undefined;
|
|
6258
|
+
};
|
|
6259
|
+
modelValue: {
|
|
6260
|
+
type: PropType<any>;
|
|
6261
|
+
required: true;
|
|
6262
|
+
};
|
|
6263
|
+
label: {
|
|
6264
|
+
type: PropType<string>;
|
|
6265
|
+
default: undefined;
|
|
6266
|
+
};
|
|
6267
|
+
dataCy: {
|
|
6268
|
+
type: PropType<string>;
|
|
6269
|
+
default: string;
|
|
6270
|
+
};
|
|
6271
|
+
clearable: {
|
|
6272
|
+
type: PropType<boolean>;
|
|
6273
|
+
default: boolean;
|
|
6274
|
+
};
|
|
6275
|
+
hideDetails: {
|
|
6276
|
+
type: PropType<boolean>;
|
|
6277
|
+
default: undefined;
|
|
6278
|
+
};
|
|
6279
|
+
disableInitFetch: {
|
|
6280
|
+
type: PropType<boolean>;
|
|
6281
|
+
default: boolean;
|
|
6282
|
+
};
|
|
6283
|
+
extSystemId: {
|
|
6284
|
+
type: PropType<number | null>;
|
|
6285
|
+
default: null;
|
|
6286
|
+
};
|
|
6287
|
+
client: {
|
|
6288
|
+
type: PropType<() => AxiosInstance>;
|
|
6289
|
+
required: true;
|
|
6290
|
+
};
|
|
6291
|
+
}>> & {
|
|
6269
6292
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
6270
6293
|
}, {
|
|
6271
6294
|
multiple: boolean;
|
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 I, ai as L, aj as h, au as U, D as O, E as P, C as _, z as f, 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 j, Y as J, t as G, 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, aA as Ta, aB as Da, aD as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as Ia, a6 as La, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as _a, M as fa, aC as va, Q as ka, N as Na, dS as Ma, dX as Va, dU as wa, d_ as za, e0 as Ha, e1 as xa, bm as ja, bo as Ja, bn as Ga, d4 as qa, dO as Wa, dN as Ka, df as Qa, dG as Xa, dH as Ya, dC as Za, dB as $a, dM as ae, dL as ee, dK as se, dF as te, bv as oe, bw as ie, cb as re, ca as ne, az as le, by as ue, bx as ce, bE as Ae, bz as me, ay as de, bA as be, bB as pe, aw as Ce, ax as Se, bD as Te, d5 as De, bb as ge, bd as Fe, d9 as ye, d7 as Ee, db as Re, d8 as Be, d6 as Ie, da as Le, dc as he, bj as Ue, bk as Oe, bf as Pe, de as _e, dd as fe, d3 as ve, d2 as ke, aO as Ne, bt as Me, bu as Ve, bC as we, cE as ze, cF as He, cG as xe, cH as je, cI as Je, cJ as Ge, cK as qe, cL as We, cx as Ke, cw as Qe, cu as Xe, cv as Ye, cy as Ze, br as $e, bs as as, bp as es, bq as ss, dW as ts, dZ as os, dR as is, ct as rs, cA as ns, cz as ls, bI as us, aL as cs, dD as As, cS as ms, e7 as ds, e8 as bs, e5 as ps, cp as Cs, ci as Ss, ck as Ts, cn as Ds, cd as gs, cg as Fs, cf as ys, ch as Es, ce as Rs, cl as Bs, cj as Is, aN as Ls, cB as hs, cU as Us, cT as Os, e6 as Ps, cW as _s, cV as fs, c_ as vs, cY as ks, cX as Ns, aT as Ms, cC as Vs, cD as ws, e4 as zs, dP as Hs, a$ as xs, dQ as js, dV as Js, dT as Gs, dY as qs, d$ as Ws, bN as Ks, bP as Qs, dJ as Xs, dI as Ys, bi as Zs, bT as $s, bQ as at, bJ as et, bM as st, bK as tt, bO as ot, bU as it, bR as rt, bW as nt, bL as lt, bh as ut, bV as ct, bS as At, cr as mt, e3 as dt, aH as bt, c$ as pt, d0 as Ct, d1 as St, aQ as Tt, cs as Dt, b$ as gt, b_ as Ft, bY as yt, bX as Et, bZ as Rt, cq as Bt, cR as It, c7 as Lt, c6 as ht, c3 as Ut, c1 as Ot, c0 as Pt, c5 as _t, c2 as ft, c4 as vt, c8 as kt, c9 as Nt, co as Mt, cc as Vt, b6 as wt, cZ as zt, cQ as Ht, aJ as xt, bF as jt, cM as Jt, a_ as Gt, dp as qt, du as Wt, dx as Kt, dj as Qt, dl as Xt, dE as Yt, dt as Zt, dn as $t, dh as ao, dw as eo, dA as so, dr as to, dv as oo, dy as io, dz as ro, dm as no, dq as lo, ds as uo, dk as co, di as Ao, ba as mo, bl as bo, e2 as po, aU as Co, aV as So, aZ as To, b8 as Do, b3 as go, b4 as Fo, aW as yo, b5 as Eo, b7 as Ro, b2 as Bo, b0 as Io, aY as Lo, b1 as ho, aK as Uo, aG as Oo, bc as Po, be as _o, b9 as fo, cN as vo, cO as ko, cP as No, aP as Mo, bg as Vo, aR as wo, aE as zo, aF as Ho, bG as xo, bH as jo, aI as Jo, aS as Go, aM as qo, aX as Wo, dg as Ko, cm as Qo } 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 I, ai as L, aj as h, au as U, D as O, E as P, C as _, z as f, 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 j, Y as J, t as G, 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, aA as Ta, aB as Da, aD as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as Ia, a6 as La, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as _a, M as fa, aC as va, Q as ka, N as Na, dS as Ma, dX as Va, dU as wa, d_ as za, e0 as Ha, e1 as xa, bm as ja, bo as Ja, bn as Ga, d4 as qa, dO as Wa, dN as Ka, df as Qa, dG as Xa, dH as Ya, dC as Za, dB as $a, dM as ae, dL as ee, dK as se, dF as te, bv as oe, bw as ie, cb as re, ca as ne, az as le, by as ue, bx as ce, bE as Ae, bz as me, ay as de, bA as be, bB as pe, aw as Ce, ax as Se, bD as Te, d5 as De, bb as ge, bd as Fe, d9 as ye, d7 as Ee, db as Re, d8 as Be, d6 as Ie, da as Le, dc as he, bj as Ue, bk as Oe, bf as Pe, de as _e, dd as fe, d3 as ve, d2 as ke, aO as Ne, bt as Me, bu as Ve, bC as we, cE as ze, cF as He, cG as xe, cH as je, cI as Je, cJ as Ge, cK as qe, cL as We, cx as Ke, cw as Qe, cu as Xe, cv as Ye, cy as Ze, br as $e, bs as as, bp as es, bq as ss, dW as ts, dZ as os, dR as is, ct as rs, cA as ns, cz as ls, bI as us, aL as cs, dD as As, cS as ms, e7 as ds, e8 as bs, e5 as ps, cp as Cs, ci as Ss, ck as Ts, cn as Ds, cd as gs, cg as Fs, cf as ys, ch as Es, ce as Rs, cl as Bs, cj as Is, aN as Ls, cB as hs, cU as Us, cT as Os, e6 as Ps, cW as _s, cV as fs, c_ as vs, cY as ks, cX as Ns, aT as Ms, cC as Vs, cD as ws, e4 as zs, dP as Hs, a$ as xs, dQ as js, dV as Js, dT as Gs, dY as qs, d$ as Ws, bN as Ks, bP as Qs, dJ as Xs, dI as Ys, bi as Zs, bT as $s, bQ as at, bJ as et, bM as st, bK as tt, bO as ot, bU as it, bR as rt, bW as nt, bL as lt, bh as ut, bV as ct, bS as At, cr as mt, e3 as dt, aH as bt, c$ as pt, d0 as Ct, d1 as St, aQ as Tt, cs as Dt, b$ as gt, b_ as Ft, bY as yt, bX as Et, bZ as Rt, cq as Bt, cR as It, c7 as Lt, c6 as ht, c3 as Ut, c1 as Ot, c0 as Pt, c5 as _t, c2 as ft, c4 as vt, c8 as kt, c9 as Nt, co as Mt, cc as Vt, b6 as wt, cZ as zt, cQ as Ht, aJ as xt, bF as jt, cM as Jt, a_ as Gt, dp as qt, du as Wt, dx as Kt, dj as Qt, dl as Xt, dE as Yt, dt as Zt, dn as $t, dh as ao, dw as eo, dA as so, dr as to, dv as oo, dy as io, dz as ro, dm as no, dq as lo, ds as uo, dk as co, di as Ao, ba as mo, bl as bo, e2 as po, aU as Co, aV as So, aZ as To, b8 as Do, b3 as go, b4 as Fo, aW as yo, b5 as Eo, b7 as Ro, b2 as Bo, b0 as Io, aY as Lo, b1 as ho, aK as Uo, aG as Oo, bc as Po, be as _o, b9 as fo, cN as vo, cO as ko, cP as No, aP as Mo, bg as Vo, aR as wo, aE as zo, aF as Ho, bG as xo, bH as jo, aI as Jo, aS as Go, aM as qo, aX as Wo, dg as Ko, cm as Qo } from "./lib-y_C2zj3X.js";
|
|
2
2
|
import { useI18n as Yo } from "vue-i18n";
|
|
3
3
|
export {
|
|
4
4
|
s as AActionCloseButton,
|