@anzusystems/common-admin 1.47.0-alpha27 → 1.47.0-alpha28
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 +29 -25
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-DnlVHOmX.js → lib-gk_FDIqo.js} +7789 -7702
- package/dist/lib-gk_FDIqo.js.map +1 -0
- package/dist/{webfontloader-GN06SESN.js → webfontloader-h5cT_bTg.js} +2 -2
- package/dist/{webfontloader-GN06SESN.js.map → webfontloader-h5cT_bTg.js.map} +1 -1
- package/package.json +6 -6
- package/dist/lib-DnlVHOmX.js.map +0 -1
|
@@ -2216,7 +2216,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
|
|
|
2216
2216
|
assetType: "image" | "audio" | "video" | "document" | DamAssetType;
|
|
2217
2217
|
minCount: number;
|
|
2218
2218
|
maxCount: number;
|
|
2219
|
-
|
|
2219
|
+
selectLicences: number[];
|
|
2220
2220
|
returnType?: "asset" | "mainFileId" | "assetId" | AssetSelectReturnType | undefined;
|
|
2221
2221
|
configName?: string | undefined;
|
|
2222
2222
|
skipCurrentUserCheck?: boolean | undefined;
|
|
@@ -2235,7 +2235,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
|
|
|
2235
2235
|
assetType: "image" | "audio" | "video" | "document" | DamAssetType;
|
|
2236
2236
|
minCount: number;
|
|
2237
2237
|
maxCount: number;
|
|
2238
|
-
|
|
2238
|
+
selectLicences: number[];
|
|
2239
2239
|
returnType?: "asset" | "mainFileId" | "assetId" | AssetSelectReturnType | undefined;
|
|
2240
2240
|
configName?: string | undefined;
|
|
2241
2241
|
skipCurrentUserCheck?: boolean | undefined;
|
|
@@ -4424,8 +4424,8 @@ export declare const AImagePublicInput: DefineComponent<{
|
|
|
4424
4424
|
type: PropType<string>;
|
|
4425
4425
|
default: string;
|
|
4426
4426
|
};
|
|
4427
|
-
|
|
4428
|
-
type: PropType<
|
|
4427
|
+
selectLicences: {
|
|
4428
|
+
type: PropType<number[]>;
|
|
4429
4429
|
required: true;
|
|
4430
4430
|
};
|
|
4431
4431
|
labelT: {
|
|
@@ -4454,8 +4454,8 @@ export declare const AImagePublicInput: DefineComponent<{
|
|
|
4454
4454
|
type: PropType<string>;
|
|
4455
4455
|
default: string;
|
|
4456
4456
|
};
|
|
4457
|
-
|
|
4458
|
-
type: PropType<
|
|
4457
|
+
selectLicences: {
|
|
4458
|
+
type: PropType<number[]>;
|
|
4459
4459
|
required: true;
|
|
4460
4460
|
};
|
|
4461
4461
|
labelT: {
|
|
@@ -4472,8 +4472,8 @@ export declare const AImagePublicInput: DefineComponent<{
|
|
|
4472
4472
|
export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
|
|
4473
4473
|
modelValue: IntegerIdNullable;
|
|
4474
4474
|
queueKey: UploadQueueKey;
|
|
4475
|
-
|
|
4476
|
-
|
|
4475
|
+
uploadLicence: IntegerId;
|
|
4476
|
+
selectLicences: IntegerId[];
|
|
4477
4477
|
image?: ImageAware | undefined;
|
|
4478
4478
|
configName?: string | undefined;
|
|
4479
4479
|
collab?: CollabComponentConfig;
|
|
@@ -4509,8 +4509,8 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
4509
4509
|
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
|
|
4510
4510
|
modelValue: IntegerIdNullable;
|
|
4511
4511
|
queueKey: UploadQueueKey;
|
|
4512
|
-
|
|
4513
|
-
|
|
4512
|
+
uploadLicence: IntegerId;
|
|
4513
|
+
selectLicences: IntegerId[];
|
|
4514
4514
|
image?: ImageAware | undefined;
|
|
4515
4515
|
configName?: string | undefined;
|
|
4516
4516
|
collab?: CollabComponentConfig;
|
|
@@ -4563,8 +4563,8 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
4563
4563
|
export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
|
|
4564
4564
|
modelValue: IntegerId[];
|
|
4565
4565
|
queueKey: UploadQueueKey;
|
|
4566
|
-
|
|
4567
|
-
|
|
4566
|
+
uploadLicence: IntegerId;
|
|
4567
|
+
selectLicences: IntegerId[];
|
|
4568
4568
|
configName?: string | undefined;
|
|
4569
4569
|
label?: string | undefined;
|
|
4570
4570
|
readonly?: boolean | undefined;
|
|
@@ -4589,8 +4589,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
|
|
|
4589
4589
|
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
|
|
4590
4590
|
modelValue: IntegerId[];
|
|
4591
4591
|
queueKey: UploadQueueKey;
|
|
4592
|
-
|
|
4593
|
-
|
|
4592
|
+
uploadLicence: IntegerId;
|
|
4593
|
+
selectLicences: IntegerId[];
|
|
4594
4594
|
configName?: string | undefined;
|
|
4595
4595
|
label?: string | undefined;
|
|
4596
4596
|
readonly?: boolean | undefined;
|
|
@@ -6345,6 +6345,18 @@ export declare enum DamAuthorType {
|
|
|
6345
6345
|
Default = "none"
|
|
6346
6346
|
}
|
|
6347
6347
|
|
|
6348
|
+
declare interface DamConfigLicenceExtSystem {
|
|
6349
|
+
extSystem: IntegerId;
|
|
6350
|
+
name: string;
|
|
6351
|
+
}
|
|
6352
|
+
|
|
6353
|
+
declare interface DamConfigLicenceExtSystemReturnType {
|
|
6354
|
+
licence: IntegerId;
|
|
6355
|
+
extSystem: IntegerId;
|
|
6356
|
+
licenceName: string;
|
|
6357
|
+
extSystemConfig: DamExtSystemConfig;
|
|
6358
|
+
}
|
|
6359
|
+
|
|
6348
6360
|
export declare const damCurrentUser: Ref<{
|
|
6349
6361
|
selectedLicence: {
|
|
6350
6362
|
id: number;
|
|
@@ -7694,17 +7706,6 @@ export declare interface ImageCreateUpdateAwareKeyed extends ImageCreateUpdateAw
|
|
|
7694
7706
|
key: string;
|
|
7695
7707
|
}
|
|
7696
7708
|
|
|
7697
|
-
export declare interface ImageWidgetSelectConfig {
|
|
7698
|
-
title: string;
|
|
7699
|
-
licence: IntegerId;
|
|
7700
|
-
extSystem: IntegerId;
|
|
7701
|
-
}
|
|
7702
|
-
|
|
7703
|
-
export declare interface ImageWidgetUploadConfig {
|
|
7704
|
-
licence: IntegerId;
|
|
7705
|
-
extSystem: IntegerId;
|
|
7706
|
-
}
|
|
7707
|
-
|
|
7708
7709
|
export declare type Immutable<T> = {
|
|
7709
7710
|
readonly [K in keyof T]: Immutable<T[K]>;
|
|
7710
7711
|
};
|
|
@@ -10696,6 +10697,7 @@ export declare function useDamConfigState(client?: undefined | (() => AxiosInsta
|
|
|
10696
10697
|
damPubConfig: ShallowRef<DamPubConfig>;
|
|
10697
10698
|
damPrvConfig: ShallowRef<DamPrvConfig>;
|
|
10698
10699
|
damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>>;
|
|
10700
|
+
damConfigLicenceExtSystem: ShallowRef<Map<number, DamConfigLicenceExtSystem>>;
|
|
10699
10701
|
damConfigAssetCustomFormElements: ShallowRef<Map<number, {
|
|
10700
10702
|
image: CustomDataFormElement[];
|
|
10701
10703
|
audio: CustomDataFormElement[];
|
|
@@ -10703,6 +10705,8 @@ export declare function useDamConfigState(client?: undefined | (() => AxiosInsta
|
|
|
10703
10705
|
document: CustomDataFormElement[];
|
|
10704
10706
|
}>>;
|
|
10705
10707
|
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>>;
|
|
10708
|
+
getOrLoadDamConfigExtSystemByLicence: (licence: IntegerId) => Promise<DamConfigLicenceExtSystemReturnType | undefined>;
|
|
10709
|
+
getOrLoadDamConfigExtSystemByLicences: (licences: IntegerId[]) => Promise<DamConfigLicenceExtSystemReturnType[]>;
|
|
10706
10710
|
loadDamPrvConfig: () => Promise<unknown>;
|
|
10707
10711
|
loadDamPubConfig: () => Promise<unknown>;
|
|
10708
10712
|
loadDamConfigExtSystem: (extSystemId: IntegerId) => Promise<unknown>;
|
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-gk_FDIqo.js";
|
|
2
2
|
import { useI18n as Yo } from "vue-i18n";
|
|
3
3
|
export {
|
|
4
4
|
s as AActionCloseButton,
|