@anzusystems/common-admin 0.0.84 → 0.0.86
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 +143 -0
- package/dist/common-admin.es.js +208 -203
- package/dist/common-admin.es.js.map +1 -1
- package/dist/lib-f4a089fd.js +13268 -0
- package/dist/lib-f4a089fd.js.map +1 -0
- package/dist/style.css +2 -2
- package/dist/{webfontloader-d2611469.js → webfontloader-91ec704c.js} +2 -2
- package/dist/{webfontloader-d2611469.js.map → webfontloader-91ec704c.js.map} +1 -1
- package/package.json +17 -17
- package/dist/lib-36dd4e9a.js +0 -12186
- package/dist/lib-36dd4e9a.js.map +0 -1
|
@@ -694,6 +694,51 @@ export declare const AAnzuUserAvatar: DefineComponent<{
|
|
|
694
694
|
user: AnzuUserMinimal | null | undefined;
|
|
695
695
|
}, {}>;
|
|
696
696
|
|
|
697
|
+
export declare const AAssetSelect: DefineComponent<{
|
|
698
|
+
maxCount: {
|
|
699
|
+
type: PropType<number>;
|
|
700
|
+
required: true;
|
|
701
|
+
};
|
|
702
|
+
minCount: {
|
|
703
|
+
type: PropType<number>;
|
|
704
|
+
required: true;
|
|
705
|
+
};
|
|
706
|
+
assetLicenceId: {
|
|
707
|
+
type: PropType<number | undefined>;
|
|
708
|
+
required: false;
|
|
709
|
+
default: undefined;
|
|
710
|
+
};
|
|
711
|
+
assetType: {
|
|
712
|
+
type: PropType<AssetType>;
|
|
713
|
+
required: true;
|
|
714
|
+
};
|
|
715
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "onConfirm" | "onOpen" | "onClose")[], "update:modelValue" | "onConfirm" | "onOpen" | "onClose", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
716
|
+
maxCount: {
|
|
717
|
+
type: PropType<number>;
|
|
718
|
+
required: true;
|
|
719
|
+
};
|
|
720
|
+
minCount: {
|
|
721
|
+
type: PropType<number>;
|
|
722
|
+
required: true;
|
|
723
|
+
};
|
|
724
|
+
assetLicenceId: {
|
|
725
|
+
type: PropType<number | undefined>;
|
|
726
|
+
required: false;
|
|
727
|
+
default: undefined;
|
|
728
|
+
};
|
|
729
|
+
assetType: {
|
|
730
|
+
type: PropType<AssetType>;
|
|
731
|
+
required: true;
|
|
732
|
+
};
|
|
733
|
+
}>> & {
|
|
734
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
735
|
+
onOnConfirm?: ((...args: any[]) => any) | undefined;
|
|
736
|
+
onOnOpen?: ((...args: any[]) => any) | undefined;
|
|
737
|
+
onOnClose?: ((...args: any[]) => any) | undefined;
|
|
738
|
+
}, {
|
|
739
|
+
assetLicenceId: number | undefined;
|
|
740
|
+
}, {}>;
|
|
741
|
+
|
|
697
742
|
export declare const AAvatarColorPicker: DefineComponent<{
|
|
698
743
|
modelValue: {
|
|
699
744
|
type: PropType<string>;
|
|
@@ -3559,6 +3604,14 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
|
|
|
3559
3604
|
|
|
3560
3605
|
export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
|
|
3561
3606
|
|
|
3607
|
+
declare enum AssetType {
|
|
3608
|
+
Image = "image",
|
|
3609
|
+
Audio = "audio",
|
|
3610
|
+
Video = "video",
|
|
3611
|
+
Document = "document",
|
|
3612
|
+
Default = "image"
|
|
3613
|
+
}
|
|
3614
|
+
|
|
3562
3615
|
export declare const ASystemBar: DefineComponent<{
|
|
3563
3616
|
currentVersion: {
|
|
3564
3617
|
type: PropType<string>;
|
|
@@ -4555,6 +4608,49 @@ export declare const messagesEn: {
|
|
|
4555
4608
|
deleteConfirm: string;
|
|
4556
4609
|
};
|
|
4557
4610
|
};
|
|
4611
|
+
assetSelect: {
|
|
4612
|
+
model: {
|
|
4613
|
+
id: string;
|
|
4614
|
+
texts: {
|
|
4615
|
+
displayTitle: string;
|
|
4616
|
+
};
|
|
4617
|
+
mainFile: {
|
|
4618
|
+
fileAttributes: {
|
|
4619
|
+
mimeType: string;
|
|
4620
|
+
size: string;
|
|
4621
|
+
};
|
|
4622
|
+
};
|
|
4623
|
+
};
|
|
4624
|
+
meta: {
|
|
4625
|
+
table: {
|
|
4626
|
+
image: string;
|
|
4627
|
+
};
|
|
4628
|
+
grid: {
|
|
4629
|
+
masonry: string;
|
|
4630
|
+
thumbnail: string;
|
|
4631
|
+
table: string;
|
|
4632
|
+
};
|
|
4633
|
+
filter: {
|
|
4634
|
+
toggle: string;
|
|
4635
|
+
};
|
|
4636
|
+
controls: {
|
|
4637
|
+
loadMore: string;
|
|
4638
|
+
confirm: string;
|
|
4639
|
+
};
|
|
4640
|
+
texts: {
|
|
4641
|
+
title: string;
|
|
4642
|
+
noItemsFound: string;
|
|
4643
|
+
pickExactCount: string;
|
|
4644
|
+
pickRangeCount: string;
|
|
4645
|
+
};
|
|
4646
|
+
};
|
|
4647
|
+
filter: {
|
|
4648
|
+
text: string;
|
|
4649
|
+
described: string;
|
|
4650
|
+
visible: string;
|
|
4651
|
+
generatedBySystem: string;
|
|
4652
|
+
};
|
|
4653
|
+
};
|
|
4558
4654
|
};
|
|
4559
4655
|
$vuetify: {
|
|
4560
4656
|
badge: string;
|
|
@@ -4928,6 +5024,49 @@ export declare const messagesSk: {
|
|
|
4928
5024
|
deleteConfirm: string;
|
|
4929
5025
|
};
|
|
4930
5026
|
};
|
|
5027
|
+
assetSelect: {
|
|
5028
|
+
model: {
|
|
5029
|
+
id: string;
|
|
5030
|
+
texts: {
|
|
5031
|
+
displayTitle: string;
|
|
5032
|
+
};
|
|
5033
|
+
mainFile: {
|
|
5034
|
+
fileAttributes: {
|
|
5035
|
+
mimeType: string;
|
|
5036
|
+
size: string;
|
|
5037
|
+
};
|
|
5038
|
+
};
|
|
5039
|
+
};
|
|
5040
|
+
meta: {
|
|
5041
|
+
table: {
|
|
5042
|
+
image: string;
|
|
5043
|
+
};
|
|
5044
|
+
grid: {
|
|
5045
|
+
masonry: string;
|
|
5046
|
+
thumbnail: string;
|
|
5047
|
+
table: string;
|
|
5048
|
+
};
|
|
5049
|
+
filter: {
|
|
5050
|
+
toggle: string;
|
|
5051
|
+
};
|
|
5052
|
+
controls: {
|
|
5053
|
+
loadMore: string;
|
|
5054
|
+
confirm: string;
|
|
5055
|
+
};
|
|
5056
|
+
texts: {
|
|
5057
|
+
title: string;
|
|
5058
|
+
noItemsFound: string;
|
|
5059
|
+
pickExactCount: string;
|
|
5060
|
+
pickRangeCount: string;
|
|
5061
|
+
};
|
|
5062
|
+
};
|
|
5063
|
+
filter: {
|
|
5064
|
+
text: string;
|
|
5065
|
+
described: string;
|
|
5066
|
+
visible: string;
|
|
5067
|
+
generatedBySystem: string;
|
|
5068
|
+
};
|
|
5069
|
+
};
|
|
4931
5070
|
};
|
|
4932
5071
|
$vuetify: {
|
|
4933
5072
|
badge: string;
|
|
@@ -5143,6 +5282,10 @@ export declare type PluginOptions<T extends AclValue = AclValue> = {
|
|
|
5143
5282
|
default: LanguageCode;
|
|
5144
5283
|
};
|
|
5145
5284
|
customAclResolver?: CustomAclResolver<T>;
|
|
5285
|
+
coreDam?: {
|
|
5286
|
+
client: () => AxiosInstance;
|
|
5287
|
+
defaultLicenceId?: number;
|
|
5288
|
+
};
|
|
5146
5289
|
};
|
|
5147
5290
|
|
|
5148
5291
|
export declare const prettyBytes: (bytes: number, decimals?: number) => string;
|
package/dist/common-admin.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Q as
|
|
2
|
-
import { useI18n as
|
|
1
|
+
import { Q as z, R as v, S as j, T as k, U as G, V as M, J as x, d as J, a7 as K, ac as W, a8 as Q, e as q, a2 as X, I as Y, _ as Z, a as $, c as aa, N as ea, F as sa, a9 as ta, C as ra, D as oa, B as ia, z as na, E as Aa, K as ma, W as ba, A as la, x as pa, y as ua, u as ca, Z as Ta, v as da, X as Sa, t as ga, Y as Fa, w as ya, s as Ea, r as Ca, l as Da, m as Ba, n as Oa, aa as Ra, o as Pa, p as Ua, j as _a, k as ha, q as La, O as Na, ab as Ia, H as Va, a4 as fa, G as wa, a6 as Ha, ad as za, ae as va, ag as ja, f as ka, h as Ga, b as Ma, a5 as xa, i as Ja, $ as Ka, a0 as Wa, a1 as Qa, a3 as qa, L as Xa, af as Ya, P as Za, M as $a, c6 as ae, cb as ee, c8 as se, ce as te, cg as re, ch as oe, bS as ie, c1 as ne, ba as Ae, b9 as me, bT as be, au as le, aw as pe, bX as ue, bV as ce, bZ as Te, bW as de, bU as Se, bY as ge, b_ as Fe, aC as ye, aD as Ee, ay as Ce, c0 as De, b$ as Be, bR as Oe, bQ as Re, aq as Pe, bC as Ue, bD as _e, bE as he, bF as Le, bG as Ne, bH as Ie, bI as Ve, bw as fe, bv as we, bt as He, bu as ze, bx as ve, ca as je, cd as ke, c5 as Ge, bs as Me, bz as xe, by as Je, aI as Ke, an as We, bo as Qe, bh as qe, bj as Xe, bm as Ye, bc as Ze, bf as $e, be as as, bg as es, bd as ss, bk as ts, bi as rs, ap as os, bA as is, bB as ns, c3 as As, c4 as ms, c9 as bs, c7 as ls, cc as ps, cf as us, aN as cs, aP as Ts, aB as ds, aT as Ss, aQ as gs, aJ as Fs, aM as ys, aK as Es, aO as Cs, aU as Ds, aR as Bs, aW as Os, aL as Rs, aA as Ps, aV as Us, aS as _s, bq as hs, cj as Ls, ak as Ns, bO as Is, bP as Vs, as as fs, br as ws, a$ as Hs, a_ as zs, aY as vs, aX as js, aZ as ks, bp as Gs, b6 as Ms, b3 as xs, b1 as Js, b0 as Ks, b5 as Ws, b2 as Qs, b4 as qs, b7 as Xs, b8 as Ys, bn as Zs, bb as $s, bN as at, al as et, aF as st, bJ as tt, aE as rt, ci as ot, am as it, aj as nt, av as At, ax as mt, bK as bt, bL as lt, bM as pt, ar as ut, az as ct, at as Tt, ah as dt, ai as St, aG as gt, aH as Ft, ao as yt, c2 as Et, bl as Ct } from "./lib-f4a089fd.js";
|
|
2
|
+
import { useI18n as Bt } 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";
|
|
@@ -31,208 +31,213 @@ import "vuetify/lib/components/VDivider/index.mjs";
|
|
|
31
31
|
import "vuetify/lib/components/VAvatar/index.mjs";
|
|
32
32
|
import "vuetify/lib/components/VAppBar/index.mjs";
|
|
33
33
|
import "vuetify/lib/components/VColorPicker/index.mjs";
|
|
34
|
+
import "vuetify/lib/components/VTable/index.mjs";
|
|
35
|
+
import "pinia";
|
|
36
|
+
import "vuetify/lib/components/VForm/index.mjs";
|
|
37
|
+
import "vuetify/lib/directives/index.mjs";
|
|
34
38
|
import "vuetify/components";
|
|
35
39
|
export {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
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
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
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
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
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
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
40
|
+
z as AActionCloseButton,
|
|
41
|
+
v as AActionCreateButton,
|
|
42
|
+
j as AActionDeleteButton,
|
|
43
|
+
k as AActionEditButton,
|
|
44
|
+
G as AActionSaveAndCloseButton,
|
|
45
|
+
M as AActionSaveButton,
|
|
46
|
+
x as AAdminSwitcher,
|
|
47
|
+
J as AAlerts,
|
|
48
|
+
K as AAnzuUserAvatar,
|
|
49
|
+
W as AAssetSelect,
|
|
50
|
+
Q as AAvatarColorPicker,
|
|
51
|
+
q as ABooleanValue,
|
|
52
|
+
X as ABtnSplit,
|
|
53
|
+
Y as ACachedChip,
|
|
54
|
+
Z as ACard,
|
|
55
|
+
$ as ACardLoader,
|
|
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
|
+
ba as AFilterAdvancedButton,
|
|
67
|
+
la as AFilterBooleanGroup,
|
|
68
|
+
pa as AFilterBooleanSelect,
|
|
69
|
+
ua as AFilterDatetimePicker,
|
|
70
|
+
ca as AFilterInteger,
|
|
71
|
+
Ta as AFilterMixed,
|
|
72
|
+
da as AFilterRemoteAutocomplete,
|
|
73
|
+
Sa as AFilterResetButton,
|
|
74
|
+
ga as AFilterString,
|
|
75
|
+
Fa as AFilterSubmitButton,
|
|
76
|
+
ya as AFilterValueObjectOptionsSelect,
|
|
77
|
+
Ea as AFilterWrapper,
|
|
78
|
+
Ca as AFormBooleanToggle,
|
|
79
|
+
Da as AFormDatetimePicker,
|
|
80
|
+
Ba as AFormFlagDatetimePicker,
|
|
81
|
+
Oa as AFormRemoteAutocomplete,
|
|
82
|
+
Ra as AFormRemoteAutocompleteWithCached,
|
|
83
|
+
Pa as AFormRemoteCheckbox,
|
|
84
|
+
Ua as AFormRemoteSwitch,
|
|
85
|
+
_a as AFormTextField,
|
|
86
|
+
ha as AFormTextarea,
|
|
87
|
+
La as AFormValueObjectOptionsSelect,
|
|
88
|
+
Na as AIconGroup,
|
|
89
|
+
Ia as AJobDetailCommon,
|
|
90
|
+
Va as AJobStatusChip,
|
|
91
|
+
fa as ALanguageSelect,
|
|
92
|
+
wa as ALogData,
|
|
93
|
+
Ha as ALogLevelChip,
|
|
94
|
+
za as ALoginView,
|
|
95
|
+
va as ALogoutView,
|
|
96
|
+
ja as ANotFoundView,
|
|
97
|
+
ka as APermissionGrantEditor,
|
|
98
|
+
Ga as APermissionValueChip,
|
|
99
|
+
Ma as ARow,
|
|
100
|
+
xa as ASystemBar,
|
|
101
|
+
Ja as ASystemEntityScope,
|
|
102
|
+
Ka as ATableCopyIdButton,
|
|
103
|
+
Wa as ATableDetailButton,
|
|
104
|
+
Qa as ATableEditButton,
|
|
105
|
+
qa as AThemeSelect,
|
|
106
|
+
Xa as ATimeTrackingFields,
|
|
107
|
+
Ya as AUnauthorizedView,
|
|
108
|
+
Za as AUserAndTimeTrackingFields,
|
|
109
|
+
$a as Acl,
|
|
110
|
+
ae as AnzuApiForbiddenError,
|
|
111
|
+
ee as AnzuApiForbiddenOperationError,
|
|
112
|
+
se as AnzuApiResponseCodeError,
|
|
113
|
+
te as AnzuApiValidationError,
|
|
114
|
+
re as AnzuFatalError,
|
|
115
|
+
oe as AnzuSystemsCommonAdmin,
|
|
116
|
+
ie as AvailableLanguagesSymbol,
|
|
117
|
+
ne as COMMON_CONFIG,
|
|
118
|
+
Ae as DATETIME_MAX,
|
|
119
|
+
me as DATETIME_MIN,
|
|
120
|
+
be as DefaultLanguageSymbol,
|
|
121
|
+
le as Grant,
|
|
122
|
+
pe as GrantOrigin,
|
|
123
|
+
ue as HTTP_STATUS_BAD_REQUEST,
|
|
124
|
+
ce as HTTP_STATUS_CREATED,
|
|
125
|
+
Te as HTTP_STATUS_FORBIDDEN,
|
|
126
|
+
de as HTTP_STATUS_NO_CONTENT,
|
|
127
|
+
Se as HTTP_STATUS_OK,
|
|
128
|
+
ge as HTTP_STATUS_UNAUTHORIZED,
|
|
129
|
+
Fe as HTTP_STATUS_UNPROCESSABLE_ENTITY,
|
|
130
|
+
ye as JOB_RESOURCE_USER_DATA_DELETE,
|
|
131
|
+
Ee as JobStatus,
|
|
132
|
+
Ce as LogLevel,
|
|
133
|
+
De as NEW_LINE_MARK,
|
|
134
|
+
Be as ROLE_SUPER_ADMIN,
|
|
135
|
+
Oe as SubjectScopeSymbol,
|
|
136
|
+
Re as SystemScopeSymbol,
|
|
137
|
+
Pe as Theme,
|
|
138
|
+
Ue as apiAnyRequest,
|
|
139
|
+
_e as apiCreateOne,
|
|
140
|
+
he as apiDeleteOne,
|
|
141
|
+
Le as apiFetchByIds,
|
|
142
|
+
Ne as apiFetchList,
|
|
143
|
+
Ie as apiFetchOne,
|
|
144
|
+
Ve as apiUpdateOne,
|
|
145
|
+
fe as arrayFlatten,
|
|
146
|
+
we as arrayFromArgs,
|
|
147
|
+
He as arrayItemToggle,
|
|
148
|
+
ze as arrayToString,
|
|
149
|
+
ve as arraysHaveSameElements,
|
|
150
|
+
je as axiosErrorResponseHasForbiddenOperationData,
|
|
151
|
+
ke as axiosErrorResponseHasValidationData,
|
|
152
|
+
Ge as axiosErrorResponseIsForbidden,
|
|
153
|
+
Me as booleanToInteger,
|
|
154
|
+
xe as browserHistoryReplaceUrlByRouter,
|
|
155
|
+
Je as browserHistoryReplaceUrlByString,
|
|
156
|
+
Ke as cloneDeep,
|
|
157
|
+
We as createDatatableColumnsConfig,
|
|
158
|
+
Qe as dateDiff,
|
|
159
|
+
qe as dateModifyMinutes,
|
|
160
|
+
Xe as dateNow,
|
|
161
|
+
Ye as datePretty,
|
|
162
|
+
Ze as dateTimeEndOfDay,
|
|
163
|
+
$e as dateTimeFriendly,
|
|
164
|
+
as as dateTimeNow,
|
|
165
|
+
es as dateTimePretty,
|
|
166
|
+
ss as dateTimeStartOfDay,
|
|
167
|
+
ts as dateTimeToDate,
|
|
168
|
+
rs as dateToUtc,
|
|
169
|
+
os as defineCached,
|
|
170
|
+
is as eventClickBlur,
|
|
171
|
+
ns as generateUUIDv1,
|
|
172
|
+
As as i18n,
|
|
173
|
+
ms as isAnzuApiForbiddenError,
|
|
174
|
+
bs as isAnzuApiForbiddenOperationError,
|
|
175
|
+
ls as isAnzuApiResponseCodeError,
|
|
176
|
+
ps as isAnzuApiValidationError,
|
|
177
|
+
us as isAnzuFatalError,
|
|
178
|
+
cs as isArray,
|
|
179
|
+
Ts as isBoolean,
|
|
180
|
+
ds as isCreatedByAware,
|
|
181
|
+
Ss as isDefined,
|
|
182
|
+
gs as isDocId,
|
|
183
|
+
Fs as isEmpty,
|
|
184
|
+
ys as isEmptyArray,
|
|
185
|
+
Es as isEmptyObject,
|
|
186
|
+
Cs as isFunction,
|
|
187
|
+
Ds as isInt,
|
|
188
|
+
Bs as isNull,
|
|
189
|
+
Os as isNumber,
|
|
190
|
+
Rs as isObject,
|
|
191
|
+
Ps as isOwnerAware,
|
|
192
|
+
Us as isString,
|
|
193
|
+
_s as isUndefined,
|
|
194
|
+
hs as isValidHTTPStatus,
|
|
195
|
+
Ls as loadCommonFonts,
|
|
196
|
+
Ns as makeFilterHelper,
|
|
197
|
+
Is as messagesEn,
|
|
198
|
+
Vs as messagesSk,
|
|
199
|
+
fs as modifyLanguageSettings,
|
|
200
|
+
ws as numberToString,
|
|
201
|
+
Hs as objectDeepFreeze,
|
|
202
|
+
zs as objectDeletePropertyByPath,
|
|
203
|
+
vs as objectGetValueByPath,
|
|
204
|
+
js as objectGetValues,
|
|
205
|
+
ks as objectSetValueByPath,
|
|
206
|
+
Gs as prettyBytes,
|
|
207
|
+
Ms as stringNormalizeForSlotName,
|
|
208
|
+
xs as stringSplitOnFirstOccurrence,
|
|
209
|
+
Js as stringToFloat,
|
|
210
|
+
Ks as stringToInt,
|
|
211
|
+
Ws as stringToKebabCase,
|
|
212
|
+
Qs as stringToSlug,
|
|
213
|
+
qs as stringTrimLength,
|
|
214
|
+
Xs as stringUrlTemplateReplace,
|
|
215
|
+
Ys as stringUrlTemplateReplaceVueRouter,
|
|
216
|
+
Zs as timePretty,
|
|
217
|
+
$s as timestampCurrent,
|
|
218
|
+
at as useAcl,
|
|
219
|
+
et as useAlerts,
|
|
220
|
+
st as useAnzuUserFactory,
|
|
221
|
+
tt as useApiQueryBuilder,
|
|
222
|
+
rt as useCommonJobFactory,
|
|
223
|
+
ot as useCommonVuetifyConfig,
|
|
224
|
+
it as useErrors,
|
|
225
|
+
nt as useFilterHelpers,
|
|
226
|
+
At as useGrant,
|
|
227
|
+
mt as useGrantOrigin,
|
|
228
|
+
Bt as useI18n,
|
|
229
|
+
bt as useJobApi,
|
|
230
|
+
lt as useJobBaseResource,
|
|
231
|
+
pt as useJobStatus,
|
|
232
|
+
ut as useLanguageSettings,
|
|
233
|
+
ct as useLogLevel,
|
|
234
|
+
Tt as useLoginStatus,
|
|
235
|
+
dt as usePagination,
|
|
236
|
+
St as usePaginationAutoHide,
|
|
237
|
+
gt as usePermissionConfigFactory,
|
|
238
|
+
Ft as usePermissionGroupFactory,
|
|
239
|
+
yt as useTheme,
|
|
240
|
+
Et as useValidate,
|
|
241
|
+
Ct as yearNow
|
|
237
242
|
};
|
|
238
243
|
//# sourceMappingURL=common-admin.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common-admin.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"common-admin.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|