@anzusystems/common-admin 0.0.85 → 1.0.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/README.md +1 -1
- package/dist/common-admin.es.d.ts +176 -0
- package/dist/common-admin.es.js +209 -203
- package/dist/common-admin.es.js.map +1 -1
- package/dist/lib-7927c863.js +13308 -0
- package/dist/lib-7927c863.js.map +1 -0
- package/dist/style.css +2 -2
- package/dist/{webfontloader-d2611469.js → webfontloader-8fd7cb0c.js} +2 -2
- package/dist/{webfontloader-d2611469.js.map → webfontloader-8fd7cb0c.js.map} +1 -1
- package/package.json +18 -17
- package/dist/lib-36dd4e9a.js +0 -12186
- package/dist/lib-36dd4e9a.js.map +0 -1
package/README.md
CHANGED
|
@@ -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,63 @@ 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
|
+
};
|
|
4654
|
+
time: {
|
|
4655
|
+
long: {
|
|
4656
|
+
remainingSeconds: string;
|
|
4657
|
+
remainingMinutes: string;
|
|
4658
|
+
remainingHours: string;
|
|
4659
|
+
remainingDays: string;
|
|
4660
|
+
};
|
|
4661
|
+
short: {
|
|
4662
|
+
remainingSeconds: string;
|
|
4663
|
+
remainingMinutes: string;
|
|
4664
|
+
remainingHours: string;
|
|
4665
|
+
remainingDays: string;
|
|
4666
|
+
};
|
|
4667
|
+
};
|
|
4558
4668
|
};
|
|
4559
4669
|
$vuetify: {
|
|
4560
4670
|
badge: string;
|
|
@@ -4928,6 +5038,63 @@ export declare const messagesSk: {
|
|
|
4928
5038
|
deleteConfirm: string;
|
|
4929
5039
|
};
|
|
4930
5040
|
};
|
|
5041
|
+
assetSelect: {
|
|
5042
|
+
model: {
|
|
5043
|
+
id: string;
|
|
5044
|
+
texts: {
|
|
5045
|
+
displayTitle: string;
|
|
5046
|
+
};
|
|
5047
|
+
mainFile: {
|
|
5048
|
+
fileAttributes: {
|
|
5049
|
+
mimeType: string;
|
|
5050
|
+
size: string;
|
|
5051
|
+
};
|
|
5052
|
+
};
|
|
5053
|
+
};
|
|
5054
|
+
meta: {
|
|
5055
|
+
table: {
|
|
5056
|
+
image: string;
|
|
5057
|
+
};
|
|
5058
|
+
grid: {
|
|
5059
|
+
masonry: string;
|
|
5060
|
+
thumbnail: string;
|
|
5061
|
+
table: string;
|
|
5062
|
+
};
|
|
5063
|
+
filter: {
|
|
5064
|
+
toggle: string;
|
|
5065
|
+
};
|
|
5066
|
+
controls: {
|
|
5067
|
+
loadMore: string;
|
|
5068
|
+
confirm: string;
|
|
5069
|
+
};
|
|
5070
|
+
texts: {
|
|
5071
|
+
title: string;
|
|
5072
|
+
noItemsFound: string;
|
|
5073
|
+
pickExactCount: string;
|
|
5074
|
+
pickRangeCount: string;
|
|
5075
|
+
};
|
|
5076
|
+
};
|
|
5077
|
+
filter: {
|
|
5078
|
+
text: string;
|
|
5079
|
+
described: string;
|
|
5080
|
+
visible: string;
|
|
5081
|
+
generatedBySystem: string;
|
|
5082
|
+
};
|
|
5083
|
+
};
|
|
5084
|
+
time: {
|
|
5085
|
+
long: {
|
|
5086
|
+
remainingSeconds: string;
|
|
5087
|
+
remainingMinutes: string;
|
|
5088
|
+
remainingHours: string;
|
|
5089
|
+
remainingDays: string;
|
|
5090
|
+
};
|
|
5091
|
+
short: {
|
|
5092
|
+
remainingSeconds: string;
|
|
5093
|
+
remainingMinutes: string;
|
|
5094
|
+
remainingHours: string;
|
|
5095
|
+
remainingDays: string;
|
|
5096
|
+
};
|
|
5097
|
+
};
|
|
4931
5098
|
};
|
|
4932
5099
|
$vuetify: {
|
|
4933
5100
|
badge: string;
|
|
@@ -5143,6 +5310,10 @@ export declare type PluginOptions<T extends AclValue = AclValue> = {
|
|
|
5143
5310
|
default: LanguageCode;
|
|
5144
5311
|
};
|
|
5145
5312
|
customAclResolver?: CustomAclResolver<T>;
|
|
5313
|
+
coreDam?: {
|
|
5314
|
+
client: () => AxiosInstance;
|
|
5315
|
+
defaultLicenceId?: number;
|
|
5316
|
+
};
|
|
5146
5317
|
};
|
|
5147
5318
|
|
|
5148
5319
|
export declare const prettyBytes: (bytes: number, decimals?: number) => string;
|
|
@@ -5497,6 +5668,11 @@ export declare function usePermissionGroupFactory(): {
|
|
|
5497
5668
|
createPermissionGroup: () => PermissionGroup;
|
|
5498
5669
|
};
|
|
5499
5670
|
|
|
5671
|
+
export declare function useRemainingTime(): {
|
|
5672
|
+
remainingTimeShort: (seconds: number) => string;
|
|
5673
|
+
remainingTimeLong: (seconds: number) => string;
|
|
5674
|
+
};
|
|
5675
|
+
|
|
5500
5676
|
export declare function useTheme(): {
|
|
5501
5677
|
settings: Readonly<Ref<ThemeSettings>>;
|
|
5502
5678
|
theme: Readonly<Ref<Theme>>;
|
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 k, S as v, T as j, 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 ka, ag as va, f as ja, 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, c7 as ae, cc as ee, c9 as se, cf as te, ch as re, ci as oe, bT as ie, c2 as ne, bb as Ae, ba as me, bU as be, av as le, ax as pe, bY as ue, bW as ce, b_ as Te, bX as de, bV as Se, bZ as ge, b$ as Fe, aD as ye, aE as Ee, az as Ce, c1 as De, c0 as Be, bS as Oe, bR as Re, ar as Pe, bD as Ue, bE as _e, bF as he, bG as Le, bH as Ne, bI as Ie, bJ as Ve, bx as fe, bw as we, bu as He, bv as ze, by as ke, cb as ve, ce as je, c6 as Ge, bt as Me, bA as xe, bz as Je, aJ as Ke, ao as We, bp as Qe, bi as qe, bk as Xe, bn as Ye, bd as Ze, bg as $e, bf as as, bh as es, be as ss, bl as ts, bj as rs, aq as os, bB as is, bC as ns, c4 as As, c5 as ms, ca as bs, c8 as ls, cd as ps, cg as us, aO as cs, aQ as Ts, aC as ds, aU as Ss, aR as gs, aK as Fs, aN as ys, aL as Es, aP as Cs, aV as Ds, aS as Bs, aX as Os, aM as Rs, aB as Ps, aW as Us, aT as _s, br as hs, ck as Ls, ak as Ns, bP as Is, bQ as Vs, at as fs, bs as ws, b0 as Hs, a$ as zs, aZ as ks, aY as vs, a_ as js, bq as Gs, b7 as Ms, b4 as xs, b2 as Js, b1 as Ks, b6 as Ws, b3 as Qs, b5 as qs, b8 as Xs, b9 as Ys, bo as Zs, bc as $s, bO as at, am as et, aG as st, bK as tt, aF as rt, cj as ot, an as it, aj as nt, aw as At, ay as mt, bL as bt, bM as lt, bN as pt, as as ut, aA as ct, au as Tt, ah as dt, ai as St, aH as gt, aI as Ft, al as yt, ap as Et, c3 as Ct, bm as Dt } from "./lib-7927c863.js";
|
|
2
|
+
import { useI18n as Ot } 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,214 @@ 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
|
+
k as AActionCreateButton,
|
|
42
|
+
v as AActionDeleteButton,
|
|
43
|
+
j 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
|
+
ka as ALogoutView,
|
|
96
|
+
va as ANotFoundView,
|
|
97
|
+
ja 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
|
+
ke as arraysHaveSameElements,
|
|
150
|
+
ve as axiosErrorResponseHasForbiddenOperationData,
|
|
151
|
+
je 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
|
+
ks as objectGetValueByPath,
|
|
204
|
+
vs as objectGetValues,
|
|
205
|
+
js 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
|
+
Ot 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 useRemainingTime,
|
|
240
|
+
Et as useTheme,
|
|
241
|
+
Ct as useValidate,
|
|
242
|
+
Dt as yearNow
|
|
237
243
|
};
|
|
238
244
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|