@anzusystems/common-admin 1.40.0-alpha6 → 1.40.0-alpha7
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 +17 -1
- package/dist/common-admin.es.js +30 -29
- package/dist/{lib-ej9n1aIe.js → lib-z94r53Ai.js} +1308 -1295
- package/dist/lib-z94r53Ai.js.map +1 -0
- package/dist/{shortcut-buttons-flatpickr-1gfItgw0.js → shortcut-buttons-flatpickr-o34i5ry6.js} +2 -2
- package/dist/{shortcut-buttons-flatpickr-1gfItgw0.js.map → shortcut-buttons-flatpickr-o34i5ry6.js.map} +1 -1
- package/dist/{webfontloader-vUenlx2u.js → webfontloader-h1eH3ySM.js} +2 -2
- package/dist/{webfontloader-vUenlx2u.js.map → webfontloader-h1eH3ySM.js.map} +1 -1
- package/package.json +3 -3
- package/dist/lib-ej9n1aIe.js.map +0 -1
|
@@ -3646,6 +3646,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3646
3646
|
expandOptions?: boolean | undefined;
|
|
3647
3647
|
disableOnClickMenu?: boolean | undefined;
|
|
3648
3648
|
width?: number | undefined;
|
|
3649
|
+
callDeleteApiOnRemove?: boolean | undefined;
|
|
3649
3650
|
}>, {
|
|
3650
3651
|
configName: string;
|
|
3651
3652
|
label: undefined;
|
|
@@ -3657,6 +3658,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3657
3658
|
expandOptions: boolean;
|
|
3658
3659
|
disableOnClickMenu: boolean;
|
|
3659
3660
|
width: undefined;
|
|
3661
|
+
callDeleteApiOnRemove: boolean;
|
|
3660
3662
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3661
3663
|
"update:modelValue": (data: IntegerIdNullable) => void;
|
|
3662
3664
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
|
|
@@ -3672,6 +3674,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3672
3674
|
expandOptions?: boolean | undefined;
|
|
3673
3675
|
disableOnClickMenu?: boolean | undefined;
|
|
3674
3676
|
width?: number | undefined;
|
|
3677
|
+
callDeleteApiOnRemove?: boolean | undefined;
|
|
3675
3678
|
}>, {
|
|
3676
3679
|
configName: string;
|
|
3677
3680
|
label: undefined;
|
|
@@ -3683,6 +3686,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3683
3686
|
expandOptions: boolean;
|
|
3684
3687
|
disableOnClickMenu: boolean;
|
|
3685
3688
|
width: undefined;
|
|
3689
|
+
callDeleteApiOnRemove: boolean;
|
|
3686
3690
|
}>>> & {
|
|
3687
3691
|
"onUpdate:modelValue"?: ((data: IntegerIdNullable) => any) | undefined;
|
|
3688
3692
|
}, {
|
|
@@ -3694,6 +3698,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3694
3698
|
configName: string;
|
|
3695
3699
|
expandOptions: boolean;
|
|
3696
3700
|
disableOnClickMenu: boolean;
|
|
3701
|
+
callDeleteApiOnRemove: boolean;
|
|
3697
3702
|
}, {}>;
|
|
3698
3703
|
|
|
3699
3704
|
export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
|
|
@@ -3706,6 +3711,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
|
|
|
3706
3711
|
readonly?: boolean | undefined;
|
|
3707
3712
|
dataCy?: string | undefined;
|
|
3708
3713
|
width?: number | undefined;
|
|
3714
|
+
callDeleteApiOnRemove?: boolean | undefined;
|
|
3709
3715
|
}>, {
|
|
3710
3716
|
configName: string;
|
|
3711
3717
|
label: undefined;
|
|
@@ -3716,8 +3722,9 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
|
|
|
3716
3722
|
dataCy: undefined;
|
|
3717
3723
|
expandOptions: boolean;
|
|
3718
3724
|
width: undefined;
|
|
3725
|
+
callDeleteApiOnRemove: boolean;
|
|
3719
3726
|
}>, {
|
|
3720
|
-
saveImages: () => Promise<
|
|
3727
|
+
saveImages: () => Promise<boolean>;
|
|
3721
3728
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3722
3729
|
"update:modelValue": (data: number[]) => void;
|
|
3723
3730
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
|
|
@@ -3730,6 +3737,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
|
|
|
3730
3737
|
readonly?: boolean | undefined;
|
|
3731
3738
|
dataCy?: string | undefined;
|
|
3732
3739
|
width?: number | undefined;
|
|
3740
|
+
callDeleteApiOnRemove?: boolean | undefined;
|
|
3733
3741
|
}>, {
|
|
3734
3742
|
configName: string;
|
|
3735
3743
|
label: undefined;
|
|
@@ -3740,6 +3748,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
|
|
|
3740
3748
|
dataCy: undefined;
|
|
3741
3749
|
expandOptions: boolean;
|
|
3742
3750
|
width: undefined;
|
|
3751
|
+
callDeleteApiOnRemove: boolean;
|
|
3743
3752
|
}>>> & {
|
|
3744
3753
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
3745
3754
|
}, {
|
|
@@ -3748,6 +3757,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
|
|
|
3748
3757
|
dataCy: string;
|
|
3749
3758
|
readonly: boolean;
|
|
3750
3759
|
configName: string;
|
|
3760
|
+
callDeleteApiOnRemove: boolean;
|
|
3751
3761
|
}, {}>;
|
|
3752
3762
|
|
|
3753
3763
|
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
|
|
@@ -8027,6 +8037,12 @@ export declare function useDamUploadChunkSize(apiTimeout?: number): {
|
|
|
8027
8037
|
updateChunkSize: (speed: number | null) => boolean;
|
|
8028
8038
|
};
|
|
8029
8039
|
|
|
8040
|
+
export declare function useDropzoneGlobalDragState(): {
|
|
8041
|
+
isDraggingFile: Ref<boolean>;
|
|
8042
|
+
initGlobalDragState: () => void;
|
|
8043
|
+
destroyGlobalDragState: () => void;
|
|
8044
|
+
};
|
|
8045
|
+
|
|
8030
8046
|
export declare function useErrors(): {
|
|
8031
8047
|
isAnzuFatalError: (error: any) => error is AnzuFatalError;
|
|
8032
8048
|
isAnzuApiForbiddenError: (error: any) => error is AnzuApiForbiddenError;
|
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, ak 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, aj 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
|
|
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, ak 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, aj 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 Ua, v as Ia, r as Oa, l as Pa, m as _a, n as ha, a9 as Na, o as La, p as fa, j as Va, k as za, q as Ha, N as wa, ag as Ma, ai as va, ah as ja, aa as ka, G as xa, a3 as Ga, F as Ja, a5 as Wa, al as Qa, am as Ka, ao as qa, f as Xa, h as Ya, b as Za, ab as $a, ac as ae, ad as ee, a4 as se, i as te, Z as ie, $ as oe, a0 as re, a2 as ne, K as me, an as Ae, O as ce, L as le, cN as ue, cS as pe, cP as be, cV as Te, cX as de, cY as Se, a_ as ge, b0 as Fe, a$ as ye, cx as De, cI as Ee, b7 as Ce, b8 as Be, bO as Re, bN as Ue, ba as Ie, b9 as Oe, bb as Pe, bc as _e, bd as he, bf as Ne, cy as Le, aP as fe, aR as Ve, cC as ze, cA as He, cE as we, cB as Me, cz as ve, cD as je, cF as ke, aX as xe, aY as Ge, aT as Je, cH as We, cG as Qe, cw as Ke, cv as qe, az as Xe, b5 as Ye, b6 as Ze, be as $e, cf as as, cg as es, ch as ss, ci as ts, cj as is, ck as os, cl as rs, cm as ns, c8 as ms, c7 as As, c5 as cs, c6 as ls, c9 as us, b3 as ps, b4 as bs, b1 as Ts, b2 as ds, cR as Ss, cU as gs, cM as Fs, c4 as ys, cb as Ds, ca as Es, bj as Cs, aw as Bs, d0 as Rs, c0 as Us, bV as Is, bX as Os, b_ as Ps, bQ as _s, bT as hs, bS as Ns, bU as Ls, bR as fs, bY as Vs, bW as zs, ay as Hs, cc as ws, aE as Ms, cd as vs, ce as js, c$ as ks, cK as xs, aM as Gs, cL as Js, cQ as Ws, cO as Qs, cT as Ks, cW as qs, bo as Xs, bq as Ys, aW as Zs, bu as $s, br as at, bk as et, bn as st, bl as tt, bp as it, bv as ot, bs as rt, bx as nt, bm as mt, aV as At, bw as ct, bt as lt, c2 as ut, c_ as pt, as as bt, cs as Tt, ct as dt, cu as St, aB as gt, c3 as Ft, bC as yt, bB as Dt, bz as Et, by as Ct, bA as Bt, c1 as Rt, bK as Ut, bJ as It, bG as Ot, bE as Pt, bD as _t, bI as ht, bF as Nt, bH as Lt, bL as ft, bM as Vt, b$ as zt, bP as Ht, cr as wt, au as Mt, bg as vt, cn as jt, aL as kt, aZ as xt, cZ as Gt, aF as Jt, aG as Wt, aK as Qt, aH as Kt, aN as qt, aJ as Xt, aO as Yt, av as Zt, ar as $t, aQ as ai, aS as ei, co as si, cp as ti, cq as ii, aA as oi, aU as ri, aC as ni, ap as mi, aq as Ai, bh as ci, bi as li, at as ui, aD as pi, ax as bi, aI as Ti, cJ as di, bZ as Si } from "./lib-z94r53Ai.js";
|
|
2
2
|
import { useI18n as Fi } from "vue-i18n";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "vuetify/lib/components/VChip/index.mjs";
|
|
@@ -71,8 +71,8 @@ export {
|
|
|
71
71
|
Ta as ADialogToolbar,
|
|
72
72
|
da as AEmptyRouterView,
|
|
73
73
|
Sa as AFilterAdvancedButton,
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
ga as AFilterBooleanGroup,
|
|
75
|
+
Fa as AFilterBooleanSelect,
|
|
76
76
|
ya as AFilterDatetimePicker,
|
|
77
77
|
Da as AFilterInteger,
|
|
78
78
|
Ea as AFilterMixed,
|
|
@@ -125,8 +125,8 @@ export {
|
|
|
125
125
|
Te as AnzuApiValidationError,
|
|
126
126
|
de as AnzuFatalError,
|
|
127
127
|
Se as AnzuSystemsCommonAdmin,
|
|
128
|
-
|
|
129
|
-
|
|
128
|
+
ge as AssetFileFailReason,
|
|
129
|
+
Fe as AssetFileLinkType,
|
|
130
130
|
ye as AssetFileProcessStatus,
|
|
131
131
|
De as AvailableLanguagesSymbol,
|
|
132
132
|
Ee as COMMON_CONFIG,
|
|
@@ -179,8 +179,8 @@ export {
|
|
|
179
179
|
Ts as assetFileIsImageFile,
|
|
180
180
|
ds as assetFileIsVideoFile,
|
|
181
181
|
Ss as axiosErrorResponseHasForbiddenOperationData,
|
|
182
|
-
|
|
183
|
-
|
|
182
|
+
gs as axiosErrorResponseHasValidationData,
|
|
183
|
+
Fs as axiosErrorResponseIsForbidden,
|
|
184
184
|
ys as booleanToInteger,
|
|
185
185
|
Ds as browserHistoryReplaceUrlByRouter,
|
|
186
186
|
Es as browserHistoryReplaceUrlByString,
|
|
@@ -233,8 +233,8 @@ export {
|
|
|
233
233
|
Tt as messagesCs,
|
|
234
234
|
dt as messagesEn,
|
|
235
235
|
St as messagesSk,
|
|
236
|
-
|
|
237
|
-
|
|
236
|
+
gt as modifyLanguageSettings,
|
|
237
|
+
Ft as numberToString,
|
|
238
238
|
yt as objectDeepFreeze,
|
|
239
239
|
Dt as objectDeletePropertyByPath,
|
|
240
240
|
Et as objectGetValueByPath,
|
|
@@ -266,26 +266,27 @@ export {
|
|
|
266
266
|
Kt as useDamConfigState,
|
|
267
267
|
qt as useDamNotifications,
|
|
268
268
|
Xt as useDamUploadChunkSize,
|
|
269
|
-
Yt as
|
|
270
|
-
Zt as
|
|
271
|
-
$t as
|
|
272
|
-
ai as
|
|
269
|
+
Yt as useDropzoneGlobalDragState,
|
|
270
|
+
Zt as useErrors,
|
|
271
|
+
$t as useFilterHelpers,
|
|
272
|
+
ai as useGrant,
|
|
273
|
+
ei as useGrantOrigin,
|
|
273
274
|
Fi as useI18n,
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
275
|
+
si as useJobApi,
|
|
276
|
+
ti as useJobBaseResource,
|
|
277
|
+
ii as useJobStatus,
|
|
278
|
+
oi as useLanguageSettings,
|
|
279
|
+
ri as useLogLevel,
|
|
280
|
+
ni as useLoginStatus,
|
|
281
|
+
mi as usePagination,
|
|
282
|
+
Ai as usePaginationAutoHide,
|
|
283
|
+
ci as usePermissionConfigFactory,
|
|
284
|
+
li as usePermissionGroupFactory,
|
|
285
|
+
ui as useRemainingTime,
|
|
286
|
+
pi as useSubjectSelect,
|
|
287
|
+
bi as useTheme,
|
|
288
|
+
Ti as useUploadQueueItemFactory,
|
|
289
|
+
di as useValidate,
|
|
290
|
+
Si as yearNow
|
|
290
291
|
};
|
|
291
292
|
//# sourceMappingURL=common-admin.es.js.map
|