@anzusystems/common-admin 1.33.0 → 1.34.0
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 +11 -59
- package/dist/common-admin.es.js +189 -190
- package/dist/{lib-a91f3b28.js → lib-c54f34d1.js} +1564 -1590
- package/dist/lib-c54f34d1.js.map +1 -0
- package/dist/{shortcut-buttons-flatpickr-5fe3a9b5.js → shortcut-buttons-flatpickr-9a3d1a40.js} +2 -2
- package/dist/{shortcut-buttons-flatpickr-5fe3a9b5.js.map → shortcut-buttons-flatpickr-9a3d1a40.js.map} +1 -1
- package/dist/{webfontloader-2e740fa7.js → webfontloader-b101b7f5.js} +2 -2
- package/dist/{webfontloader-2e740fa7.js.map → webfontloader-b101b7f5.js.map} +1 -1
- package/package.json +6 -6
- package/dist/lib-a91f3b28.js.map +0 -1
|
@@ -162,8 +162,6 @@ declare type __VLS_NonUndefinedable_66<T> = T extends undefined ? never : T;
|
|
|
162
162
|
|
|
163
163
|
declare type __VLS_NonUndefinedable_67<T> = T extends undefined ? never : T;
|
|
164
164
|
|
|
165
|
-
declare type __VLS_NonUndefinedable_68<T> = T extends undefined ? never : T;
|
|
166
|
-
|
|
167
165
|
declare type __VLS_NonUndefinedable_7<T> = T extends undefined ? never : T;
|
|
168
166
|
|
|
169
167
|
declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
|
|
@@ -414,10 +412,6 @@ declare type __VLS_Prettify_64<T> = {
|
|
|
414
412
|
[K in keyof T]: T[K];
|
|
415
413
|
} & {};
|
|
416
414
|
|
|
417
|
-
declare type __VLS_Prettify_65<T> = {
|
|
418
|
-
[K in keyof T]: T[K];
|
|
419
|
-
} & {};
|
|
420
|
-
|
|
421
415
|
declare type __VLS_Prettify_7<T> = {
|
|
422
416
|
[K in keyof T]: T[K];
|
|
423
417
|
} & {};
|
|
@@ -1006,15 +1000,6 @@ declare type __VLS_TypePropsToRuntimeProps_67<T> = {
|
|
|
1006
1000
|
};
|
|
1007
1001
|
};
|
|
1008
1002
|
|
|
1009
|
-
declare type __VLS_TypePropsToRuntimeProps_68<T> = {
|
|
1010
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
1011
|
-
type: PropType<__VLS_NonUndefinedable_68<T[K]>>;
|
|
1012
|
-
} : {
|
|
1013
|
-
type: PropType<T[K]>;
|
|
1014
|
-
required: true;
|
|
1015
|
-
};
|
|
1016
|
-
};
|
|
1017
|
-
|
|
1018
1003
|
declare type __VLS_TypePropsToRuntimeProps_7<T> = {
|
|
1019
1004
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
1020
1005
|
type: PropType<__VLS_NonUndefinedable_7<T[K]>>;
|
|
@@ -1408,12 +1393,6 @@ declare type __VLS_WithDefaults_64<P, D> = {
|
|
|
1408
1393
|
}> : P[K];
|
|
1409
1394
|
};
|
|
1410
1395
|
|
|
1411
|
-
declare type __VLS_WithDefaults_65<P, D> = {
|
|
1412
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_65<P[K] & {
|
|
1413
|
-
default: D[K];
|
|
1414
|
-
}> : P[K];
|
|
1415
|
-
};
|
|
1416
|
-
|
|
1417
1396
|
declare type __VLS_WithDefaults_7<P, D> = {
|
|
1418
1397
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_7<P[K] & {
|
|
1419
1398
|
default: D[K];
|
|
@@ -1873,7 +1852,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VL
|
|
|
1873
1852
|
containerClass: string;
|
|
1874
1853
|
}, {}>;
|
|
1875
1854
|
|
|
1876
|
-
export declare const AAssetSelect: __VLS_WithTemplateSlots_14<DefineComponent<
|
|
1855
|
+
export declare const AAssetSelect: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
|
|
1877
1856
|
modelValue?: boolean | undefined;
|
|
1878
1857
|
assetType: "image" | "audio" | "video" | DamAssetType | "document";
|
|
1879
1858
|
minCount: number;
|
|
@@ -1889,7 +1868,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_14<DefineComponent<__
|
|
|
1889
1868
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1890
1869
|
"update:modelValue": (data: boolean) => void;
|
|
1891
1870
|
onConfirm: (data: AssetSelectReturnData) => void;
|
|
1892
|
-
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
1871
|
+
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
|
|
1893
1872
|
modelValue?: boolean | undefined;
|
|
1894
1873
|
assetType: "image" | "audio" | "video" | DamAssetType | "document";
|
|
1895
1874
|
minCount: number;
|
|
@@ -2139,32 +2118,6 @@ export declare const ACardLoader: DefineComponent<__VLS_WithDefaults_2<__VLS_Typ
|
|
|
2139
2118
|
loading: boolean;
|
|
2140
2119
|
}, {}>;
|
|
2141
2120
|
|
|
2142
|
-
export declare const ACheckboxSimple: DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
|
|
2143
|
-
value?: boolean | undefined;
|
|
2144
|
-
disabled?: boolean | undefined;
|
|
2145
|
-
size?: string | undefined;
|
|
2146
|
-
}>, {
|
|
2147
|
-
value: boolean;
|
|
2148
|
-
disabled: boolean;
|
|
2149
|
-
size: string;
|
|
2150
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2151
|
-
onClick: (data: boolean) => void;
|
|
2152
|
-
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
|
|
2153
|
-
value?: boolean | undefined;
|
|
2154
|
-
disabled?: boolean | undefined;
|
|
2155
|
-
size?: string | undefined;
|
|
2156
|
-
}>, {
|
|
2157
|
-
value: boolean;
|
|
2158
|
-
disabled: boolean;
|
|
2159
|
-
size: string;
|
|
2160
|
-
}>>> & {
|
|
2161
|
-
onOnClick?: ((data: boolean) => any) | undefined;
|
|
2162
|
-
}, {
|
|
2163
|
-
value: boolean;
|
|
2164
|
-
disabled: boolean;
|
|
2165
|
-
size: string;
|
|
2166
|
-
}, {}>;
|
|
2167
|
-
|
|
2168
2121
|
export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<{
|
|
2169
2122
|
color?: string | undefined;
|
|
2170
2123
|
size?: string | undefined;
|
|
@@ -3332,7 +3285,7 @@ export declare const ALogData: DefineComponent<__VLS_WithDefaults_29<__VLS_TypeP
|
|
|
3332
3285
|
data: any;
|
|
3333
3286
|
}>, {}>>>, {}, {}>;
|
|
3334
3287
|
|
|
3335
|
-
export declare const ALoginView: DefineComponent<
|
|
3288
|
+
export declare const ALoginView: DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
|
|
3336
3289
|
title?: string | undefined;
|
|
3337
3290
|
logoUrl?: string | undefined;
|
|
3338
3291
|
loginUrl?: undefined | (() => string);
|
|
@@ -3342,7 +3295,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_62<__VLS_Typ
|
|
|
3342
3295
|
logoUrl: undefined;
|
|
3343
3296
|
loginUrl: undefined;
|
|
3344
3297
|
dataCy: string;
|
|
3345
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
3298
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
|
|
3346
3299
|
title?: string | undefined;
|
|
3347
3300
|
logoUrl?: string | undefined;
|
|
3348
3301
|
loginUrl?: undefined | (() => string);
|
|
@@ -3365,11 +3318,11 @@ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_
|
|
|
3365
3318
|
level: LogLevel;
|
|
3366
3319
|
}>, {}>>>, {}, {}>;
|
|
3367
3320
|
|
|
3368
|
-
export declare const ALogoutView: DefineComponent<
|
|
3321
|
+
export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
|
|
3369
3322
|
logoutUrl?: undefined | (() => string);
|
|
3370
3323
|
}>, {
|
|
3371
3324
|
logoutUrl: undefined;
|
|
3372
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
3325
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
|
|
3373
3326
|
logoutUrl?: undefined | (() => string);
|
|
3374
3327
|
}>, {
|
|
3375
3328
|
logoutUrl: undefined;
|
|
@@ -3377,9 +3330,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_63<__VLS_Ty
|
|
|
3377
3330
|
logoutUrl: () => string;
|
|
3378
3331
|
}, {}>;
|
|
3379
3332
|
|
|
3380
|
-
export declare const ANotFoundView: DefineComponent<
|
|
3333
|
+
export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
|
|
3381
3334
|
returnRouteName: string;
|
|
3382
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
3335
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
|
|
3383
3336
|
returnRouteName: string;
|
|
3384
3337
|
}>, {}>>>, {}, {}>;
|
|
3385
3338
|
|
|
@@ -4127,9 +4080,9 @@ declare interface AudioFile extends AnzuUserAndTimeTrackingAware {
|
|
|
4127
4080
|
_resourceName: 'audioFile';
|
|
4128
4081
|
}
|
|
4129
4082
|
|
|
4130
|
-
export declare const AUnauthorizedView: DefineComponent<
|
|
4083
|
+
export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
|
|
4131
4084
|
returnRouteName: string;
|
|
4132
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
4085
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
|
|
4133
4086
|
returnRouteName: string;
|
|
4134
4087
|
}>, {}>>>, {}, {}>;
|
|
4135
4088
|
|
|
@@ -6973,7 +6926,7 @@ export declare function useRemainingTime(): {
|
|
|
6973
6926
|
remainingTimeLong: (seconds: number) => string;
|
|
6974
6927
|
};
|
|
6975
6928
|
|
|
6976
|
-
export declare function useSubjectSelect<TItem>(datatableConfig: any, datatableHiddenColumns: any, system: string, subject: string, fetch: (pag: Pagination, fb: FilterBag) => Promise<Array<TItem>>, filter: FilterBag
|
|
6929
|
+
export declare function useSubjectSelect<TItem>(datatableConfig: any, datatableHiddenColumns: any, system: string, subject: string, fetch: (pag: Pagination, fb: FilterBag) => Promise<Array<TItem>>, filter: FilterBag): {
|
|
6977
6930
|
items: Ref<TItem[]>;
|
|
6978
6931
|
selected: Ref<TItem[]>;
|
|
6979
6932
|
pagination: Pagination;
|
|
@@ -6989,7 +6942,6 @@ export declare function useSubjectSelect<TItem>(datatableConfig: any, datatableH
|
|
|
6989
6942
|
loading: Ref<boolean>;
|
|
6990
6943
|
onRowClick: (event: Event) => void;
|
|
6991
6944
|
onFetchNextPage: () => Promise<void>;
|
|
6992
|
-
customToggleSelect: (toggle: (item: VDatatableSelectableItem) => void, isSelected: (item: VDatatableSelectableItem) => boolean, internalItem: VDatatableSelectableItem) => boolean;
|
|
6993
6945
|
onOpen: () => void;
|
|
6994
6946
|
sortByChange: (option: DatatableOrderingOption) => void;
|
|
6995
6947
|
getList: () => Promise<void>;
|
package/dist/common-admin.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as z, Q as
|
|
2
|
-
import { useI18n as
|
|
1
|
+
import { P as z, Q as j, R as v, S as M, T as k, U as x, I as G, d as J, a6 as K, ae as W, a7 as q, e as Q, a1 as X, H as Y, _ as Z, a as $, c as aa, M as ea, E as sa, a8 as ta, B as ra, C as oa, z as ia, y as na, D as Aa, J as ma, V as la, A as ba, w as pa, x as ua, t as ca, Y as Ta, u as da, W as Sa, s as ga, X as Fa, v as ya, r as Ea, l as Ca, m as Da, n as Ba, a9 as Oa, o as Ra, p as Ua, j as Pa, k as _a, q as ha, N as La, aa as Ia, G as Na, a3 as Va, F as fa, a5 as wa, af as Ha, ag as za, ai as ja, f as va, h as Ma, b as ka, ab as xa, ac as Ga, ad as Ja, a4 as Ka, i as Wa, Z as qa, $ as Qa, a0 as Xa, a2 as Ya, K as Za, ah as $a, O as ae, L as ee, ch as se, cm as te, cj as re, cp as oe, cr as ie, cs as ne, c1 as Ae, cc as me, bi as le, bh as be, aL as pe, aK as ue, c2 as ce, az as Te, aB as de, c6 as Se, c4 as ge, c8 as Fe, c5 as ye, c3 as Ee, c7 as Ce, c9 as De, aH as Be, aI as Oe, aD as Re, cb as Ue, ca as Pe, c0 as _e, b$ as he, at as Le, bL as Ie, bM as Ne, bN as Ve, bO as fe, bP as we, bQ as He, bR as ze, bS as je, bE as ve, bD as Me, bB as ke, bC as xe, bF as Ge, cl as Je, co as Ke, cg as We, bA as qe, bH as Qe, bG as Xe, aP as Ye, aq as Ze, bw as $e, bp as as, br as es, bu as ss, bk as ts, bn as rs, bm as os, bo as is, bl as ns, bs as As, bq as ms, as as ls, bI as bs, ay as ps, bJ as us, bK as cs, ce as Ts, cf as ds, ck as Ss, ci as gs, cn as Fs, cq as ys, aU as Es, aW as Cs, aG as Ds, a_ as Bs, aX as Os, aQ as Rs, aT as Us, aR as Ps, aV as _s, a$ as hs, aY as Ls, b1 as Is, aS as Ns, aF as Vs, b0 as fs, aZ as ws, by as Hs, cu as zs, am as js, bY as vs, bZ as Ms, b_ as ks, av as xs, bz as Gs, b6 as Js, b5 as Ks, b3 as Ws, b2 as qs, b4 as Qs, bx as Xs, be as Ys, bd as Zs, ba as $s, b8 as at, b7 as et, bc as st, b9 as tt, bb as rt, bf as ot, bg as it, bv as nt, bj as At, bX as mt, ao as lt, aM as bt, bT as pt, aJ as ut, ct, ap as Tt, al as dt, aA as St, aC as gt, bU as Ft, bV as yt, bW as Et, au as Ct, aE as Dt, aw as Bt, aj as Ot, ak as Rt, aN as Ut, aO as Pt, an as _t, ax as ht, ar as Lt, cd as It, bt as Nt } from "./lib-c54f34d1.js";
|
|
2
|
+
import { useI18n as ft } from "vue-i18n";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "vuetify/lib/components/VChip/index.mjs";
|
|
5
5
|
import "vuetify/lib/components/VGrid/index.mjs";
|
|
@@ -38,10 +38,10 @@ import "vuetify/lib/directives/index.mjs";
|
|
|
38
38
|
import "vuetify/components";
|
|
39
39
|
export {
|
|
40
40
|
z as AActionCloseButton,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
j as AActionCreateButton,
|
|
42
|
+
v as AActionDeleteButton,
|
|
43
|
+
M as AActionEditButton,
|
|
44
|
+
k as AActionSaveAndCloseButton,
|
|
45
45
|
x as AActionSaveButton,
|
|
46
46
|
G as AAdminSwitcher,
|
|
47
47
|
J as AAlerts,
|
|
@@ -53,203 +53,202 @@ export {
|
|
|
53
53
|
Y as ACachedChip,
|
|
54
54
|
Z as ACard,
|
|
55
55
|
$ as ACardLoader,
|
|
56
|
-
aa as
|
|
57
|
-
ea as
|
|
58
|
-
sa as
|
|
59
|
-
ta as
|
|
60
|
-
ra as
|
|
61
|
-
oa as
|
|
62
|
-
ia as
|
|
63
|
-
na as
|
|
64
|
-
Aa as
|
|
65
|
-
ma as
|
|
66
|
-
la as
|
|
67
|
-
ba as
|
|
68
|
-
pa as
|
|
69
|
-
ca as AFilterBooleanSelect,
|
|
56
|
+
aa as AChipNoLink,
|
|
57
|
+
ea as ACopyText,
|
|
58
|
+
sa as ACreateDialog,
|
|
59
|
+
ta as ACurrentUserDropdown,
|
|
60
|
+
ra as ADatatableConfigButton,
|
|
61
|
+
oa as ADatatableOrdering,
|
|
62
|
+
ia as ADatatablePagination,
|
|
63
|
+
na as ADatetime,
|
|
64
|
+
Aa as ADialogToolbar,
|
|
65
|
+
ma as AEmptyRouterView,
|
|
66
|
+
la as AFilterAdvancedButton,
|
|
67
|
+
ba as AFilterBooleanGroup,
|
|
68
|
+
pa as AFilterBooleanSelect,
|
|
70
69
|
ua as AFilterDatetimePicker,
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
ca as AFilterInteger,
|
|
71
|
+
Ta as AFilterMixed,
|
|
73
72
|
da as AFilterRemoteAutocomplete,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
73
|
+
Sa as AFilterResetButton,
|
|
74
|
+
ga as AFilterString,
|
|
75
|
+
Fa as AFilterSubmitButton,
|
|
76
|
+
ya as AFilterValueObjectOptionsSelect,
|
|
77
|
+
Ea as AFilterWrapper,
|
|
78
|
+
Ca as AFormDatetimePicker,
|
|
79
|
+
Da as AFormFlagDatetimePicker,
|
|
80
|
+
Ba as AFormRemoteAutocomplete,
|
|
81
|
+
Oa as AFormRemoteAutocompleteWithCached,
|
|
82
|
+
Ra as AFormRemoteCheckbox,
|
|
83
|
+
Ua as AFormRemoteSwitch,
|
|
84
|
+
Pa as AFormTextField,
|
|
85
|
+
_a as AFormTextarea,
|
|
86
|
+
ha as AFormValueObjectOptionsSelect,
|
|
87
|
+
La as AIconGroup,
|
|
88
|
+
Ia as AJobDetailCommon,
|
|
89
|
+
Na as AJobStatusChip,
|
|
90
|
+
Va as ALanguageSelect,
|
|
91
|
+
fa as ALogData,
|
|
92
|
+
wa as ALogLevelChip,
|
|
93
|
+
Ha as ALoginView,
|
|
94
|
+
za as ALogoutView,
|
|
96
95
|
ja as ANotFoundView,
|
|
97
|
-
|
|
96
|
+
va as APermissionGrantEditor,
|
|
98
97
|
Ma as APermissionValueChip,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
98
|
+
ka as ARow,
|
|
99
|
+
xa as ASortable,
|
|
100
|
+
Ga as ASortableNested,
|
|
101
|
+
Ja as ASubjectSelect,
|
|
102
|
+
Ka as ASystemBar,
|
|
103
|
+
Wa as ASystemEntityScope,
|
|
104
|
+
qa as ATableCopyIdButton,
|
|
105
|
+
Qa as ATableDetailButton,
|
|
106
|
+
Xa as ATableEditButton,
|
|
107
|
+
Ya as AThemeSelect,
|
|
108
|
+
Za as ATimeTrackingFields,
|
|
109
|
+
$a as AUnauthorizedView,
|
|
110
|
+
ae as AUserAndTimeTrackingFields,
|
|
111
|
+
ee as Acl,
|
|
112
|
+
se as AnzuApiForbiddenError,
|
|
113
|
+
te as AnzuApiForbiddenOperationError,
|
|
114
|
+
re as AnzuApiResponseCodeError,
|
|
115
|
+
oe as AnzuApiValidationError,
|
|
116
|
+
ie as AnzuFatalError,
|
|
117
|
+
ne as AnzuSystemsCommonAdmin,
|
|
118
|
+
Ae as AvailableLanguagesSymbol,
|
|
119
|
+
me as COMMON_CONFIG,
|
|
120
|
+
le as DATETIME_MAX,
|
|
121
|
+
be as DATETIME_MIN,
|
|
122
|
+
pe as DamAssetStatus,
|
|
124
123
|
ue as DamAssetType,
|
|
125
|
-
|
|
126
|
-
|
|
124
|
+
ce as DefaultLanguageSymbol,
|
|
125
|
+
Te as Grant,
|
|
127
126
|
de as GrantOrigin,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
127
|
+
Se as HTTP_STATUS_BAD_REQUEST,
|
|
128
|
+
ge as HTTP_STATUS_CREATED,
|
|
129
|
+
Fe as HTTP_STATUS_FORBIDDEN,
|
|
130
|
+
ye as HTTP_STATUS_NO_CONTENT,
|
|
131
|
+
Ee as HTTP_STATUS_OK,
|
|
132
|
+
Ce as HTTP_STATUS_UNAUTHORIZED,
|
|
133
|
+
De as HTTP_STATUS_UNPROCESSABLE_ENTITY,
|
|
134
|
+
Be as JOB_RESOURCE_USER_DATA_DELETE,
|
|
135
|
+
Oe as JobStatus,
|
|
136
|
+
Re as LogLevel,
|
|
137
|
+
Ue as NEW_LINE_MARK,
|
|
138
|
+
Pe as ROLE_SUPER_ADMIN,
|
|
139
|
+
_e as SubjectScopeSymbol,
|
|
140
|
+
he as SystemScopeSymbol,
|
|
141
|
+
Le as Theme,
|
|
142
|
+
Ie as apiAnyRequest,
|
|
143
|
+
Ne as apiCreateOne,
|
|
144
|
+
Ve as apiDeleteOne,
|
|
145
|
+
fe as apiFetchByIds,
|
|
146
|
+
we as apiFetchList,
|
|
147
|
+
He as apiFetchListBatch,
|
|
148
|
+
ze as apiFetchOne,
|
|
150
149
|
je as apiUpdateOne,
|
|
151
|
-
|
|
150
|
+
ve as arrayFlatten,
|
|
152
151
|
Me as arrayFromArgs,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
152
|
+
ke as arrayItemToggle,
|
|
153
|
+
xe as arrayToString,
|
|
154
|
+
Ge as arraysHaveSameElements,
|
|
155
|
+
Je as axiosErrorResponseHasForbiddenOperationData,
|
|
156
|
+
Ke as axiosErrorResponseHasValidationData,
|
|
157
|
+
We as axiosErrorResponseIsForbidden,
|
|
158
|
+
qe as booleanToInteger,
|
|
159
|
+
Qe as browserHistoryReplaceUrlByRouter,
|
|
160
|
+
Xe as browserHistoryReplaceUrlByString,
|
|
161
|
+
Ye as cloneDeep,
|
|
162
|
+
Ze as createDatatableColumnsConfig,
|
|
163
|
+
$e as dateDiff,
|
|
164
|
+
as as dateModifyMinutes,
|
|
165
|
+
es as dateNow,
|
|
166
|
+
ss as datePretty,
|
|
167
|
+
ts as dateTimeEndOfDay,
|
|
168
|
+
rs as dateTimeFriendly,
|
|
169
|
+
os as dateTimeNow,
|
|
170
|
+
is as dateTimePretty,
|
|
171
|
+
ns as dateTimeStartOfDay,
|
|
172
|
+
As as dateTimeToDate,
|
|
173
|
+
ms as dateToUtc,
|
|
174
|
+
ls as defineCached,
|
|
175
|
+
bs as eventClickBlur,
|
|
176
|
+
ps as generateDatatableMinMaxSelectStrategy,
|
|
178
177
|
us as generateUUIDv1,
|
|
179
|
-
|
|
180
|
-
|
|
178
|
+
cs as generateUUIDv4,
|
|
179
|
+
Ts as i18n,
|
|
181
180
|
ds as isAnzuApiForbiddenError,
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
181
|
+
Ss as isAnzuApiForbiddenOperationError,
|
|
182
|
+
gs as isAnzuApiResponseCodeError,
|
|
183
|
+
Fs as isAnzuApiValidationError,
|
|
184
|
+
ys as isAnzuFatalError,
|
|
185
|
+
Es as isArray,
|
|
186
|
+
Cs as isBoolean,
|
|
187
|
+
Ds as isCreatedByAware,
|
|
188
|
+
Bs as isDefined,
|
|
189
|
+
Os as isDocId,
|
|
190
|
+
Rs as isEmpty,
|
|
191
|
+
Us as isEmptyArray,
|
|
192
|
+
Ps as isEmptyObject,
|
|
193
|
+
_s as isFunction,
|
|
194
|
+
hs as isInt,
|
|
195
|
+
Ls as isNull,
|
|
196
|
+
Is as isNumber,
|
|
197
|
+
Ns as isObject,
|
|
198
|
+
Vs as isOwnerAware,
|
|
199
|
+
fs as isString,
|
|
200
|
+
ws as isUndefined,
|
|
201
|
+
Hs as isValidHTTPStatus,
|
|
202
|
+
zs as loadCommonFonts,
|
|
204
203
|
js as makeFilterHelper,
|
|
205
|
-
|
|
204
|
+
vs as messagesCs,
|
|
206
205
|
Ms as messagesEn,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
206
|
+
ks as messagesSk,
|
|
207
|
+
xs as modifyLanguageSettings,
|
|
208
|
+
Gs as numberToString,
|
|
209
|
+
Js as objectDeepFreeze,
|
|
210
|
+
Ks as objectDeletePropertyByPath,
|
|
211
|
+
Ws as objectGetValueByPath,
|
|
212
|
+
qs as objectGetValues,
|
|
213
|
+
Qs as objectSetValueByPath,
|
|
214
|
+
Xs as prettyBytes,
|
|
215
|
+
Ys as stringIsValidEmail,
|
|
216
|
+
Zs as stringNormalizeForSlotName,
|
|
217
|
+
$s as stringSplitOnFirstOccurrence,
|
|
218
|
+
at as stringToFloat,
|
|
219
|
+
et as stringToInt,
|
|
220
|
+
st as stringToKebabCase,
|
|
221
|
+
tt as stringToSlug,
|
|
222
|
+
rt as stringTrimLength,
|
|
223
|
+
ot as stringUrlTemplateReplace,
|
|
224
|
+
it as stringUrlTemplateReplaceVueRouter,
|
|
225
|
+
nt as timePretty,
|
|
226
|
+
At as timestampCurrent,
|
|
227
|
+
mt as useAcl,
|
|
228
|
+
lt as useAlerts,
|
|
229
|
+
bt as useAnzuUserFactory,
|
|
230
|
+
pt as useApiQueryBuilder,
|
|
232
231
|
ut as useCommonJobFactory,
|
|
233
|
-
|
|
234
|
-
|
|
232
|
+
ct as useCommonVuetifyConfig,
|
|
233
|
+
Tt as useErrors,
|
|
235
234
|
dt as useFilterHelpers,
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
235
|
+
St as useGrant,
|
|
236
|
+
gt as useGrantOrigin,
|
|
237
|
+
ft as useI18n,
|
|
238
|
+
Ft as useJobApi,
|
|
239
|
+
yt as useJobBaseResource,
|
|
240
|
+
Et as useJobStatus,
|
|
241
|
+
Ct as useLanguageSettings,
|
|
242
|
+
Dt as useLogLevel,
|
|
243
|
+
Bt as useLoginStatus,
|
|
244
|
+
Ot as usePagination,
|
|
245
|
+
Rt as usePaginationAutoHide,
|
|
246
|
+
Ut as usePermissionConfigFactory,
|
|
247
|
+
Pt as usePermissionGroupFactory,
|
|
248
|
+
_t as useRemainingTime,
|
|
249
|
+
ht as useSubjectSelect,
|
|
250
|
+
Lt as useTheme,
|
|
251
|
+
It as useValidate,
|
|
252
|
+
Nt as yearNow
|
|
254
253
|
};
|
|
255
254
|
//# sourceMappingURL=common-admin.es.js.map
|