@anzusystems/common-admin 1.40.0-alpha16 → 1.40.0-alpha18
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 +32 -1
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-FCyWNSIh.js → lib-e12oMlVh.js} +5679 -5579
- package/dist/lib-e12oMlVh.js.map +1 -0
- package/dist/{shortcut-buttons-flatpickr-BlFE8JiL.js → shortcut-buttons-flatpickr-j-Fc-jNj.js} +2 -2
- package/dist/{shortcut-buttons-flatpickr-BlFE8JiL.js.map → shortcut-buttons-flatpickr-j-Fc-jNj.js.map} +1 -1
- package/dist/{webfontloader-oQ6ox9Rp.js → webfontloader-FldsULAm.js} +2 -2
- package/dist/{webfontloader-oQ6ox9Rp.js.map → webfontloader-FldsULAm.js.map} +1 -1
- package/package.json +4 -4
- package/dist/lib-FCyWNSIh.js.map +0 -1
|
@@ -3657,6 +3657,8 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_Typ
|
|
|
3657
3657
|
export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
|
|
3658
3658
|
modelValue: IntegerIdNullable;
|
|
3659
3659
|
queueKey: UploadQueueKey;
|
|
3660
|
+
uploadConfig: ImageWidgetUploadConfig;
|
|
3661
|
+
selectConfig: ImageWidgetSelectConfig[];
|
|
3660
3662
|
licenceId: IntegerId;
|
|
3661
3663
|
extSystem: IntegerId;
|
|
3662
3664
|
image?: ImageAware | undefined;
|
|
@@ -3665,6 +3667,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3665
3667
|
readonly?: boolean | undefined;
|
|
3666
3668
|
dataCy?: string | undefined;
|
|
3667
3669
|
expandOptions?: boolean | undefined;
|
|
3670
|
+
expandMetadata?: boolean | undefined;
|
|
3668
3671
|
disableOnClickMenu?: boolean | undefined;
|
|
3669
3672
|
width?: number | undefined;
|
|
3670
3673
|
callDeleteApiOnRemove?: boolean | undefined;
|
|
@@ -3677,14 +3680,20 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3677
3680
|
lockedById: undefined;
|
|
3678
3681
|
dataCy: undefined;
|
|
3679
3682
|
expandOptions: boolean;
|
|
3683
|
+
expandMetadata: boolean;
|
|
3680
3684
|
disableOnClickMenu: boolean;
|
|
3681
3685
|
width: undefined;
|
|
3682
3686
|
callDeleteApiOnRemove: boolean;
|
|
3683
|
-
}>, {
|
|
3687
|
+
}>, {
|
|
3688
|
+
metadataConfirm: () => void;
|
|
3689
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3684
3690
|
"update:modelValue": (data: IntegerIdNullable) => void;
|
|
3691
|
+
afterMetadataSaveSuccess: () => void;
|
|
3685
3692
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
|
|
3686
3693
|
modelValue: IntegerIdNullable;
|
|
3687
3694
|
queueKey: UploadQueueKey;
|
|
3695
|
+
uploadConfig: ImageWidgetUploadConfig;
|
|
3696
|
+
selectConfig: ImageWidgetSelectConfig[];
|
|
3688
3697
|
licenceId: IntegerId;
|
|
3689
3698
|
extSystem: IntegerId;
|
|
3690
3699
|
image?: ImageAware | undefined;
|
|
@@ -3693,6 +3702,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3693
3702
|
readonly?: boolean | undefined;
|
|
3694
3703
|
dataCy?: string | undefined;
|
|
3695
3704
|
expandOptions?: boolean | undefined;
|
|
3705
|
+
expandMetadata?: boolean | undefined;
|
|
3696
3706
|
disableOnClickMenu?: boolean | undefined;
|
|
3697
3707
|
width?: number | undefined;
|
|
3698
3708
|
callDeleteApiOnRemove?: boolean | undefined;
|
|
@@ -3705,11 +3715,13 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3705
3715
|
lockedById: undefined;
|
|
3706
3716
|
dataCy: undefined;
|
|
3707
3717
|
expandOptions: boolean;
|
|
3718
|
+
expandMetadata: boolean;
|
|
3708
3719
|
disableOnClickMenu: boolean;
|
|
3709
3720
|
width: undefined;
|
|
3710
3721
|
callDeleteApiOnRemove: boolean;
|
|
3711
3722
|
}>>> & {
|
|
3712
3723
|
"onUpdate:modelValue"?: ((data: IntegerIdNullable) => any) | undefined;
|
|
3724
|
+
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
3713
3725
|
}, {
|
|
3714
3726
|
width: number;
|
|
3715
3727
|
image: ImageAware;
|
|
@@ -3718,6 +3730,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3718
3730
|
readonly: boolean;
|
|
3719
3731
|
configName: string;
|
|
3720
3732
|
expandOptions: boolean;
|
|
3733
|
+
expandMetadata: boolean;
|
|
3721
3734
|
disableOnClickMenu: boolean;
|
|
3722
3735
|
callDeleteApiOnRemove: boolean;
|
|
3723
3736
|
}, {}>;
|
|
@@ -3725,6 +3738,8 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3725
3738
|
export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
|
|
3726
3739
|
modelValue: IntegerId[];
|
|
3727
3740
|
queueKey: UploadQueueKey;
|
|
3741
|
+
uploadConfig: ImageWidgetUploadConfig;
|
|
3742
|
+
selectConfig: ImageWidgetSelectConfig[];
|
|
3728
3743
|
licenceId: IntegerId;
|
|
3729
3744
|
extSystem: IntegerId;
|
|
3730
3745
|
configName?: string | undefined;
|
|
@@ -3751,6 +3766,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
|
|
|
3751
3766
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
|
|
3752
3767
|
modelValue: IntegerId[];
|
|
3753
3768
|
queueKey: UploadQueueKey;
|
|
3769
|
+
uploadConfig: ImageWidgetUploadConfig;
|
|
3770
|
+
selectConfig: ImageWidgetSelectConfig[];
|
|
3754
3771
|
licenceId: IntegerId;
|
|
3755
3772
|
extSystem: IntegerId;
|
|
3756
3773
|
configName?: string | undefined;
|
|
@@ -3889,6 +3906,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
|
|
|
3889
3906
|
};
|
|
3890
3907
|
dam: {
|
|
3891
3908
|
damId: string;
|
|
3909
|
+
licenceId: number;
|
|
3892
3910
|
regionPosition: number;
|
|
3893
3911
|
};
|
|
3894
3912
|
position: number;
|
|
@@ -3901,6 +3919,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
|
|
|
3901
3919
|
position: number;
|
|
3902
3920
|
dam: {
|
|
3903
3921
|
damId: string;
|
|
3922
|
+
licenceId: number;
|
|
3904
3923
|
regionPosition: number;
|
|
3905
3924
|
};
|
|
3906
3925
|
} | null;
|
|
@@ -6119,6 +6138,7 @@ export declare interface ImageAware {
|
|
|
6119
6138
|
};
|
|
6120
6139
|
dam: {
|
|
6121
6140
|
damId: DocId;
|
|
6141
|
+
licenceId: IntegerId;
|
|
6122
6142
|
regionPosition: number;
|
|
6123
6143
|
};
|
|
6124
6144
|
position: number;
|
|
@@ -6132,6 +6152,17 @@ export declare interface ImageCreateUpdateAwareKeyed extends ImageCreateUpdateAw
|
|
|
6132
6152
|
key: string;
|
|
6133
6153
|
}
|
|
6134
6154
|
|
|
6155
|
+
export declare interface ImageWidgetSelectConfig {
|
|
6156
|
+
title: string;
|
|
6157
|
+
licence: IntegerId;
|
|
6158
|
+
extSystem: IntegerId;
|
|
6159
|
+
}
|
|
6160
|
+
|
|
6161
|
+
export declare interface ImageWidgetUploadConfig {
|
|
6162
|
+
licence: IntegerId;
|
|
6163
|
+
extSystem: IntegerId;
|
|
6164
|
+
}
|
|
6165
|
+
|
|
6135
6166
|
export declare type Immutable<T> = {
|
|
6136
6167
|
readonly [K in keyof T]: Immutable<T[K]>;
|
|
6137
6168
|
};
|
package/dist/common-admin.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as k, Q as x, R as G, S as J, T as W, U as Q, I as K, d as q, a6 as X, al as Y, a7 as Z, e as $, a1 as aa, H as ea, _ as sa, a as ta, c as ia, M as oa, E as ra, ak as na, a8 as ma, ae as Aa, af as ca, B as la, C as ua, z as pa, y as ba, D as Ta, J as da, V as Sa, A as ga, w as Fa, x as ya, t as Da, Y as Ea, u as Ca, W as Ba, s as Ra, X as Ia, v as Ua, r as Oa, l as ha, m as Pa, n as _a, a9 as Na, o as La, p as fa, j as Va, k as za, q as wa, N as Ha, ag as Ma, ai as va, aj as ja, ah as ka, aa as xa, G as Ga, a3 as Ja, F as Wa, a5 as Qa, am as Ka, an as qa, ap as Xa, f as Ya, h as Za, b as $a, ab as ae, ac as ee, ad as se, a4 as te, i as ie, Z as oe, $ as re, a0 as ne, a2 as me, K as Ae, ao as ce, O as le, L as ue, cU as pe, cZ as be, cW as Te, d0 as de, d2 as Se, d3 as ge, b2 as Fe, b4 as ye, b3 as De, cE as Ee, cP as Ce, bb as Be, bc as Re, bT as Ie, bS as Ue, be as Oe, bd as he, bk as Pe, bf as _e, bg as Ne, bh as Le, bj as fe, cF as Ve, aT as ze, aV as we, cJ as He, cH as Me, cL as ve, cI as je, cG as ke, cK as xe, cM as Ge, a$ as Je, b0 as We, aX as Qe, cO as Ke, cN as qe, cD as Xe, cC as Ye, aA as Ze, b9 as $e, ba as as, bi as es, ck as ss, cl as ts, cm as is, cn as os, co as rs, cp as ns, cq as ms, cr as As, cd as cs, cc as ls, ca as us, cb as ps, ce as bs, b7 as Ts, b8 as ds, b5 as Ss, b6 as gs, cY as Fs, c$ as ys, cT as Ds, c9 as Es, cg as Cs, cf as Bs, bo as Rs, ax as Is, cy as Us, d7 as Os, c5 as hs, b_ as Ps, c0 as _s, c3 as Ns, bV as Ls, bY as fs, bX as Vs, bZ as zs, bW as ws, c1 as Hs, b$ as Ms, az as vs, ch as js, aF as ks, ci as xs, cj as Gs, d6 as Js, cR as Ws, aN as Qs, cS as Ks, cX as qs, cV as Xs, c_ as Ys, d1 as Zs, bt as $s, bv as at, a_ as et, bz as st, bw as tt, bp as it, bs as ot, bq as rt, bu as nt, bA as mt, bx as At, bC as ct, br as lt, aZ as ut, bB as pt, by as bt, c7 as Tt, d5 as dt, at as St, cz as gt, cA as Ft, cB as yt, aC as Dt, c8 as Et, bH as Ct, bG as Bt, bE as Rt, bD as It, bF as Ut, c6 as Ot, cx as ht, bP as Pt, bO as _t, bL as Nt, bJ as Lt, bI as ft, bN as Vt, bK as zt, bM as wt, bQ as Ht, bR as Mt, c4 as vt, bU as jt, cw as kt, av as xt, bl as Gt, cs as Jt, aM as Wt, b1 as Qt, d4 as Kt, aG as qt, aH as Xt, aL as Yt, aR as Zt, aS as $t, aI as ai, aQ as ei, aO as si, aK as ti, aP as ii, aw as oi, as as ri, aU as ni, aW as mi, ct as Ai, cu as ci, cv as li, aB as ui, aY as pi, aD as bi, aq as Ti, ar as di, bm as Si, bn as gi, au as Fi, aE as yi, ay as Di, aJ as Ei, cQ as Ci, c2 as Bi } from "./lib-
|
|
1
|
+
import { P as k, Q as x, R as G, S as J, T as W, U as Q, I as K, d as q, a6 as X, al as Y, a7 as Z, e as $, a1 as aa, H as ea, _ as sa, a as ta, c as ia, M as oa, E as ra, ak as na, a8 as ma, ae as Aa, af as ca, B as la, C as ua, z as pa, y as ba, D as Ta, J as da, V as Sa, A as ga, w as Fa, x as ya, t as Da, Y as Ea, u as Ca, W as Ba, s as Ra, X as Ia, v as Ua, r as Oa, l as ha, m as Pa, n as _a, a9 as Na, o as La, p as fa, j as Va, k as za, q as wa, N as Ha, ag as Ma, ai as va, aj as ja, ah as ka, aa as xa, G as Ga, a3 as Ja, F as Wa, a5 as Qa, am as Ka, an as qa, ap as Xa, f as Ya, h as Za, b as $a, ab as ae, ac as ee, ad as se, a4 as te, i as ie, Z as oe, $ as re, a0 as ne, a2 as me, K as Ae, ao as ce, O as le, L as ue, cU as pe, cZ as be, cW as Te, d0 as de, d2 as Se, d3 as ge, b2 as Fe, b4 as ye, b3 as De, cE as Ee, cP as Ce, bb as Be, bc as Re, bT as Ie, bS as Ue, be as Oe, bd as he, bk as Pe, bf as _e, bg as Ne, bh as Le, bj as fe, cF as Ve, aT as ze, aV as we, cJ as He, cH as Me, cL as ve, cI as je, cG as ke, cK as xe, cM as Ge, a$ as Je, b0 as We, aX as Qe, cO as Ke, cN as qe, cD as Xe, cC as Ye, aA as Ze, b9 as $e, ba as as, bi as es, ck as ss, cl as ts, cm as is, cn as os, co as rs, cp as ns, cq as ms, cr as As, cd as cs, cc as ls, ca as us, cb as ps, ce as bs, b7 as Ts, b8 as ds, b5 as Ss, b6 as gs, cY as Fs, c$ as ys, cT as Ds, c9 as Es, cg as Cs, cf as Bs, bo as Rs, ax as Is, cy as Us, d7 as Os, c5 as hs, b_ as Ps, c0 as _s, c3 as Ns, bV as Ls, bY as fs, bX as Vs, bZ as zs, bW as ws, c1 as Hs, b$ as Ms, az as vs, ch as js, aF as ks, ci as xs, cj as Gs, d6 as Js, cR as Ws, aN as Qs, cS as Ks, cX as qs, cV as Xs, c_ as Ys, d1 as Zs, bt as $s, bv as at, a_ as et, bz as st, bw as tt, bp as it, bs as ot, bq as rt, bu as nt, bA as mt, bx as At, bC as ct, br as lt, aZ as ut, bB as pt, by as bt, c7 as Tt, d5 as dt, at as St, cz as gt, cA as Ft, cB as yt, aC as Dt, c8 as Et, bH as Ct, bG as Bt, bE as Rt, bD as It, bF as Ut, c6 as Ot, cx as ht, bP as Pt, bO as _t, bL as Nt, bJ as Lt, bI as ft, bN as Vt, bK as zt, bM as wt, bQ as Ht, bR as Mt, c4 as vt, bU as jt, cw as kt, av as xt, bl as Gt, cs as Jt, aM as Wt, b1 as Qt, d4 as Kt, aG as qt, aH as Xt, aL as Yt, aR as Zt, aS as $t, aI as ai, aQ as ei, aO as si, aK as ti, aP as ii, aw as oi, as as ri, aU as ni, aW as mi, ct as Ai, cu as ci, cv as li, aB as ui, aY as pi, aD as bi, aq as Ti, ar as di, bm as Si, bn as gi, au as Fi, aE as yi, ay as Di, aJ as Ei, cQ as Ci, c2 as Bi } from "./lib-e12oMlVh.js";
|
|
2
2
|
import { useI18n as Ii } from "vue-i18n";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "vuetify/lib/components/VChip/index.mjs";
|