@anzusystems/common-admin 1.33.0 → 1.35.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.
@@ -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<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
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<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
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<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
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<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
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<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
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<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
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<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
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<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
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<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
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<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
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, maxCount: Ref<number>): {
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>;
@@ -1,5 +1,5 @@
1
- import { P as z, Q as v, R as j, S as k, T as M, U as x, I as G, d as J, a6 as K, af as W, a7 as q, e as Q, a1 as X, H as Y, _ as Z, a as $, ae as aa, c as ea, M as sa, E as ta, a8 as ra, B as oa, C as ia, z as na, y as Aa, D as ma, J as la, V as ba, A as pa, w as ca, x as ua, t as Ta, Y as Sa, u as da, W as ga, s as Fa, X as ya, v as Ea, r as Ca, l as Da, m as Ba, n as Oa, a9 as Ra, o as Ua, p as Pa, j as _a, k as ha, q as La, N as Ia, aa as Na, G as Va, a3 as fa, F as wa, a5 as Ha, ag as za, ah as va, aj as ja, f as ka, h as Ma, b as xa, ab as Ga, ac as Ja, ad as Ka, a4 as Wa, i as qa, Z as Qa, $ as Xa, a0 as Ya, a2 as Za, K as $a, ai as ae, O as ee, L as se, ci as te, cn as re, ck as oe, cq as ie, cs as ne, ct as Ae, c2 as me, cd as le, bj as be, bi as pe, aM as ce, aL as ue, c3 as Te, aA as Se, aC as de, c7 as ge, c5 as Fe, c9 as ye, c6 as Ee, c4 as Ce, c8 as De, ca as Be, aI as Oe, aJ as Re, aE as Ue, cc as Pe, cb as _e, c1 as he, c0 as Le, au as Ie, bM as Ne, bN as Ve, bO as fe, bP as we, bQ as He, bR as ze, bS as ve, bT as je, bF as ke, bE as Me, bC as xe, bD as Ge, bG as Je, cm as Ke, cp as We, ch as qe, bB as Qe, bI as Xe, bH as Ye, aQ as Ze, ar as $e, bx as as, bq as es, bs as ss, bv as ts, bl as rs, bo as os, bn as is, bp as ns, bm as As, bt as ms, br as ls, at as bs, bJ as ps, az as cs, bK as us, bL as Ts, cf as Ss, cg as ds, cl as gs, cj as Fs, co as ys, cr as Es, aV as Cs, aX as Ds, aH as Bs, a$ as Os, aY as Rs, aR as Us, aU as Ps, aS as _s, aW as hs, b0 as Ls, aZ as Is, b2 as Ns, aT as Vs, aG as fs, b1 as ws, a_ as Hs, bz as zs, cv as vs, an as js, bZ as ks, b_ as Ms, b$ as xs, aw as Gs, bA as Js, b7 as Ks, b6 as Ws, b4 as qs, b3 as Qs, b5 as Xs, by as Ys, bf as Zs, be as $s, bb as at, b9 as et, b8 as st, bd as tt, ba as rt, bc as ot, bg as it, bh as nt, bw as At, bk as mt, bY as lt, ap as bt, aN as pt, bU as ct, aK as ut, cu as Tt, aq as St, am as dt, aB as gt, aD as Ft, bV as yt, bW as Et, bX as Ct, av as Dt, aF as Bt, ax as Ot, ak as Rt, al as Ut, aO as Pt, aP as _t, ao as ht, ay as Lt, as as It, ce as Nt, bu as Vt } from "./lib-a91f3b28.js";
2
- import { useI18n as wt } from "vue-i18n";
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
- v as AActionCreateButton,
42
- j as AActionDeleteButton,
43
- k as AActionEditButton,
44
- M as AActionSaveAndCloseButton,
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 ACheckboxSimple,
57
- ea as AChipNoLink,
58
- sa as ACopyText,
59
- ta as ACreateDialog,
60
- ra as ACurrentUserDropdown,
61
- oa as ADatatableConfigButton,
62
- ia as ADatatableOrdering,
63
- na as ADatatablePagination,
64
- Aa as ADatetime,
65
- ma as ADialogToolbar,
66
- la as AEmptyRouterView,
67
- ba as AFilterAdvancedButton,
68
- pa as AFilterBooleanGroup,
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
- Ta as AFilterInteger,
72
- Sa as AFilterMixed,
70
+ ca as AFilterInteger,
71
+ Ta as AFilterMixed,
73
72
  da as AFilterRemoteAutocomplete,
74
- ga as AFilterResetButton,
75
- Fa as AFilterString,
76
- ya as AFilterSubmitButton,
77
- Ea as AFilterValueObjectOptionsSelect,
78
- Ca as AFilterWrapper,
79
- Da as AFormDatetimePicker,
80
- Ba as AFormFlagDatetimePicker,
81
- Oa as AFormRemoteAutocomplete,
82
- Ra as AFormRemoteAutocompleteWithCached,
83
- Ua as AFormRemoteCheckbox,
84
- Pa as AFormRemoteSwitch,
85
- _a as AFormTextField,
86
- ha as AFormTextarea,
87
- La as AFormValueObjectOptionsSelect,
88
- Ia as AIconGroup,
89
- Na 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,
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
- ka as APermissionGrantEditor,
96
+ va as APermissionGrantEditor,
98
97
  Ma as APermissionValueChip,
99
- xa as ARow,
100
- Ga as ASortable,
101
- Ja as ASortableNested,
102
- Ka as ASubjectSelect,
103
- Wa as ASystemBar,
104
- qa as ASystemEntityScope,
105
- Qa as ATableCopyIdButton,
106
- Xa as ATableDetailButton,
107
- Ya as ATableEditButton,
108
- Za as AThemeSelect,
109
- $a as ATimeTrackingFields,
110
- ae as AUnauthorizedView,
111
- ee as AUserAndTimeTrackingFields,
112
- se as Acl,
113
- te as AnzuApiForbiddenError,
114
- re as AnzuApiForbiddenOperationError,
115
- oe as AnzuApiResponseCodeError,
116
- ie as AnzuApiValidationError,
117
- ne as AnzuFatalError,
118
- Ae as AnzuSystemsCommonAdmin,
119
- me as AvailableLanguagesSymbol,
120
- le as COMMON_CONFIG,
121
- be as DATETIME_MAX,
122
- pe as DATETIME_MIN,
123
- ce as DamAssetStatus,
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
- Te as DefaultLanguageSymbol,
126
- Se as Grant,
124
+ ce as DefaultLanguageSymbol,
125
+ Te as Grant,
127
126
  de as GrantOrigin,
128
- ge as HTTP_STATUS_BAD_REQUEST,
129
- Fe as HTTP_STATUS_CREATED,
130
- ye as HTTP_STATUS_FORBIDDEN,
131
- Ee as HTTP_STATUS_NO_CONTENT,
132
- Ce as HTTP_STATUS_OK,
133
- De as HTTP_STATUS_UNAUTHORIZED,
134
- Be as HTTP_STATUS_UNPROCESSABLE_ENTITY,
135
- Oe as JOB_RESOURCE_USER_DATA_DELETE,
136
- Re as JobStatus,
137
- Ue as LogLevel,
138
- Pe as NEW_LINE_MARK,
139
- _e as ROLE_SUPER_ADMIN,
140
- he as SubjectScopeSymbol,
141
- Le as SystemScopeSymbol,
142
- Ie as Theme,
143
- Ne as apiAnyRequest,
144
- Ve as apiCreateOne,
145
- fe as apiDeleteOne,
146
- we as apiFetchByIds,
147
- He as apiFetchList,
148
- ze as apiFetchListBatch,
149
- ve as apiFetchOne,
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
- ke as arrayFlatten,
150
+ ve as arrayFlatten,
152
151
  Me as arrayFromArgs,
153
- xe as arrayItemToggle,
154
- Ge as arrayToString,
155
- Je as arraysHaveSameElements,
156
- Ke as axiosErrorResponseHasForbiddenOperationData,
157
- We as axiosErrorResponseHasValidationData,
158
- qe as axiosErrorResponseIsForbidden,
159
- Qe as booleanToInteger,
160
- Xe as browserHistoryReplaceUrlByRouter,
161
- Ye as browserHistoryReplaceUrlByString,
162
- Ze as cloneDeep,
163
- $e as createDatatableColumnsConfig,
164
- as as dateDiff,
165
- es as dateModifyMinutes,
166
- ss as dateNow,
167
- ts as datePretty,
168
- rs as dateTimeEndOfDay,
169
- os as dateTimeFriendly,
170
- is as dateTimeNow,
171
- ns as dateTimePretty,
172
- As as dateTimeStartOfDay,
173
- ms as dateTimeToDate,
174
- ls as dateToUtc,
175
- bs as defineCached,
176
- ps as eventClickBlur,
177
- cs as generateDatatableMinMaxSelectStrategy,
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
- Ts as generateUUIDv4,
180
- Ss as i18n,
178
+ cs as generateUUIDv4,
179
+ Ts as i18n,
181
180
  ds as isAnzuApiForbiddenError,
182
- gs as isAnzuApiForbiddenOperationError,
183
- Fs as isAnzuApiResponseCodeError,
184
- ys as isAnzuApiValidationError,
185
- Es as isAnzuFatalError,
186
- Cs as isArray,
187
- Ds as isBoolean,
188
- Bs as isCreatedByAware,
189
- Os as isDefined,
190
- Rs as isDocId,
191
- Us as isEmpty,
192
- Ps as isEmptyArray,
193
- _s as isEmptyObject,
194
- hs as isFunction,
195
- Ls as isInt,
196
- Is as isNull,
197
- Ns as isNumber,
198
- Vs as isObject,
199
- fs as isOwnerAware,
200
- ws as isString,
201
- Hs as isUndefined,
202
- zs as isValidHTTPStatus,
203
- vs as loadCommonFonts,
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
- ks as messagesCs,
204
+ vs as messagesCs,
206
205
  Ms as messagesEn,
207
- xs as messagesSk,
208
- Gs as modifyLanguageSettings,
209
- Js as numberToString,
210
- Ks as objectDeepFreeze,
211
- Ws as objectDeletePropertyByPath,
212
- qs as objectGetValueByPath,
213
- Qs as objectGetValues,
214
- Xs as objectSetValueByPath,
215
- Ys as prettyBytes,
216
- Zs as stringIsValidEmail,
217
- $s as stringNormalizeForSlotName,
218
- at as stringSplitOnFirstOccurrence,
219
- et as stringToFloat,
220
- st as stringToInt,
221
- tt as stringToKebabCase,
222
- rt as stringToSlug,
223
- ot as stringTrimLength,
224
- it as stringUrlTemplateReplace,
225
- nt as stringUrlTemplateReplaceVueRouter,
226
- At as timePretty,
227
- mt as timestampCurrent,
228
- lt as useAcl,
229
- bt as useAlerts,
230
- pt as useAnzuUserFactory,
231
- ct as useApiQueryBuilder,
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
- Tt as useCommonVuetifyConfig,
234
- St as useErrors,
232
+ ct as useCommonVuetifyConfig,
233
+ Tt as useErrors,
235
234
  dt as useFilterHelpers,
236
- gt as useGrant,
237
- Ft as useGrantOrigin,
238
- wt as useI18n,
239
- yt as useJobApi,
240
- Et as useJobBaseResource,
241
- Ct as useJobStatus,
242
- Dt as useLanguageSettings,
243
- Bt as useLogLevel,
244
- Ot as useLoginStatus,
245
- Rt as usePagination,
246
- Ut as usePaginationAutoHide,
247
- Pt as usePermissionConfigFactory,
248
- _t as usePermissionGroupFactory,
249
- ht as useRemainingTime,
250
- Lt as useSubjectSelect,
251
- It as useTheme,
252
- Nt as useValidate,
253
- Vt as yearNow
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