@anzusystems/common-admin 1.18.0 → 1.19.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.
@@ -3367,6 +3367,10 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<{
3367
3367
  type: PropType<boolean>;
3368
3368
  default: boolean;
3369
3369
  };
3370
+ addLastButtonT: {
3371
+ type: PropType<string>;
3372
+ default: string;
3373
+ };
3370
3374
  }, {
3371
3375
  refresh: () => void;
3372
3376
  addAfterId: (targetId: string | number | null, data: any) => SortableItemNewPositions;
@@ -3436,6 +3440,10 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<{
3436
3440
  type: PropType<boolean>;
3437
3441
  default: boolean;
3438
3442
  };
3443
+ addLastButtonT: {
3444
+ type: PropType<string>;
3445
+ default: string;
3446
+ };
3439
3447
  }>> & {
3440
3448
  "onUpdate:modelValue"?: ((data: any[]) => any) | undefined;
3441
3449
  "onUpdate:dirty"?: ((data: (string | number)[]) => any) | undefined;
@@ -3457,6 +3465,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<{
3457
3465
  showAddLastButton: boolean;
3458
3466
  showDeleteButton: boolean;
3459
3467
  showEditButton: boolean;
3468
+ addLastButtonT: string;
3460
3469
  }, {}>, {
3461
3470
  item?(_: {
3462
3471
  item: SortableItem<any>;
@@ -3464,6 +3473,11 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<{
3464
3473
  buttons?(_: {
3465
3474
  item: SortableItem<any>;
3466
3475
  }): any;
3476
+ "add-last-activator"?(_: {
3477
+ props: {
3478
+ onClick: (event: Event, ...args: unknown[]) => any;
3479
+ };
3480
+ }): any;
3467
3481
  }>;
3468
3482
 
3469
3483
  export declare const ASortableNested: __VLS_WithTemplateSlots_13<DefineComponent<{
@@ -4918,6 +4932,449 @@ export declare interface MakeFilterOptions<T = any> {
4918
4932
  exclude: boolean;
4919
4933
  }
4920
4934
 
4935
+ export declare const messagesCs: {
4936
+ common: {
4937
+ alert: {
4938
+ unknownError: string;
4939
+ forbiddenError: string;
4940
+ fixValidationErrors: string;
4941
+ fixApiValidationErrors: string;
4942
+ apiForbiddenOperationError: string;
4943
+ recordWas: {
4944
+ created: string;
4945
+ updated: string;
4946
+ deleted: string;
4947
+ published: string;
4948
+ unpublished: string;
4949
+ enabled: string;
4950
+ disabled: string;
4951
+ };
4952
+ idWasCopied: string;
4953
+ textWasCopied: string;
4954
+ };
4955
+ button: {
4956
+ create: string;
4957
+ createAndClose: string;
4958
+ save: string;
4959
+ saveAndClose: string;
4960
+ close: string;
4961
+ edit: string;
4962
+ detail: string;
4963
+ submitFilter: string;
4964
+ resetFilter: string;
4965
+ advancedFilters: string;
4966
+ cancel: string;
4967
+ delete: string;
4968
+ id: string;
4969
+ now: string;
4970
+ confirm: string;
4971
+ copyId: string;
4972
+ add: string;
4973
+ download: string;
4974
+ upload: string;
4975
+ refresh: string;
4976
+ forwards: string;
4977
+ backwards: string;
4978
+ };
4979
+ model: {
4980
+ system: string;
4981
+ notSelected: string;
4982
+ boolean: {
4983
+ true: string;
4984
+ false: string;
4985
+ };
4986
+ tracking: {
4987
+ createdAt: string;
4988
+ modifiedAt: string;
4989
+ created: string;
4990
+ modified: string;
4991
+ };
4992
+ filterPlaceholder: {
4993
+ eq: string;
4994
+ contains: string;
4995
+ startsWith: string;
4996
+ };
4997
+ };
4998
+ system: {
4999
+ version: string;
5000
+ newVersionText: string;
5001
+ newVersionReload: string;
5002
+ theme: {
5003
+ light: string;
5004
+ dark: string;
5005
+ auto: string;
5006
+ };
5007
+ datatable: {
5008
+ config: string;
5009
+ displayCols: string;
5010
+ itemsPerPage: string;
5011
+ from: string;
5012
+ noDataText: string;
5013
+ ordering: {
5014
+ title: string;
5015
+ mostRelevant: string;
5016
+ mostRecent: string;
5017
+ oldest: string;
5018
+ };
5019
+ };
5020
+ modal: {
5021
+ confirmDelete: string;
5022
+ hide: string;
5023
+ show: string;
5024
+ };
5025
+ adminSwitcher: {
5026
+ button: string;
5027
+ };
5028
+ currentUser: {
5029
+ button: string;
5030
+ logout: string;
5031
+ logoutText: string;
5032
+ logoutConfirm: string;
5033
+ settings: string;
5034
+ };
5035
+ breadcrumb: {
5036
+ detail: string;
5037
+ edit: string;
5038
+ create: string;
5039
+ };
5040
+ login: {
5041
+ text: string;
5042
+ button: string;
5043
+ };
5044
+ notFound: {
5045
+ title: string;
5046
+ text: string;
5047
+ backButton: string;
5048
+ };
5049
+ unauthorized: {
5050
+ title: string;
5051
+ text: string;
5052
+ backButton: string;
5053
+ };
5054
+ };
5055
+ anzuUser: {
5056
+ meta: {
5057
+ detail: string;
5058
+ list: string;
5059
+ edit: string;
5060
+ create: string;
5061
+ };
5062
+ model: {
5063
+ id: string;
5064
+ enabled: string;
5065
+ email: string;
5066
+ roles: string;
5067
+ permissionGroups: string;
5068
+ permissions: string;
5069
+ person: {
5070
+ firstName: string;
5071
+ lastName: string;
5072
+ fullName: string;
5073
+ };
5074
+ avatar: {
5075
+ color: string;
5076
+ text: string;
5077
+ };
5078
+ };
5079
+ filter: {
5080
+ id: string;
5081
+ enabled: string;
5082
+ email: string;
5083
+ };
5084
+ table: {
5085
+ grants: string;
5086
+ permissions: string;
5087
+ resolvedPermissions: string;
5088
+ noPermissions: string;
5089
+ };
5090
+ };
5091
+ job: {
5092
+ filter: {
5093
+ id: string;
5094
+ status: string;
5095
+ startedAtFrom: string;
5096
+ startedAtUntil: string;
5097
+ };
5098
+ model: {
5099
+ id: string;
5100
+ _resourceName: string;
5101
+ status: string;
5102
+ startedAt: string;
5103
+ finishedAt: string;
5104
+ result: string;
5105
+ targetUserId: string;
5106
+ anonymizeUser: string;
5107
+ };
5108
+ jobResource: {
5109
+ jobUserDataDelete: string;
5110
+ };
5111
+ button: {
5112
+ create: string;
5113
+ };
5114
+ status: {
5115
+ waiting: string;
5116
+ processing: string;
5117
+ awaitingBatchProcess: string;
5118
+ done: string;
5119
+ error: string;
5120
+ };
5121
+ };
5122
+ log: {
5123
+ meta: {
5124
+ detail: string;
5125
+ list: string;
5126
+ };
5127
+ system: string;
5128
+ filter: {
5129
+ system: string;
5130
+ type: string;
5131
+ levelName: string;
5132
+ id: string;
5133
+ contextId: string;
5134
+ userId: string;
5135
+ datetimeFrom: string;
5136
+ datetimeTo: string;
5137
+ message: string;
5138
+ appVersion: string;
5139
+ };
5140
+ model: {
5141
+ id: string;
5142
+ datetime: string;
5143
+ levelName: string;
5144
+ message: string;
5145
+ context: {
5146
+ appVersion: string;
5147
+ requestOriginAppVersion: string;
5148
+ contextId: string;
5149
+ userId: string;
5150
+ ip: string;
5151
+ content: string;
5152
+ response: string;
5153
+ path: string;
5154
+ httpStatus: string;
5155
+ };
5156
+ };
5157
+ };
5158
+ permission: {
5159
+ table: {
5160
+ actions: string;
5161
+ permissions: string;
5162
+ };
5163
+ grant: {
5164
+ allow: string;
5165
+ allowOwner: string;
5166
+ deny: string;
5167
+ };
5168
+ grantOrigin: {
5169
+ role: string;
5170
+ group: string;
5171
+ user: string;
5172
+ defaultGrant: string;
5173
+ };
5174
+ };
5175
+ permissionGroup: {
5176
+ meta: {
5177
+ detail: string;
5178
+ list: string;
5179
+ create: string;
5180
+ edit: string;
5181
+ };
5182
+ model: {
5183
+ id: string;
5184
+ title: string;
5185
+ description: string;
5186
+ permissions: string;
5187
+ };
5188
+ filter: {
5189
+ id: string;
5190
+ title: string;
5191
+ };
5192
+ button: {
5193
+ deleteConfirm: string;
5194
+ };
5195
+ };
5196
+ assetSelect: {
5197
+ model: {
5198
+ id: string;
5199
+ texts: {
5200
+ displayTitle: string;
5201
+ };
5202
+ mainFile: {
5203
+ fileAttributes: {
5204
+ mimeType: string;
5205
+ size: string;
5206
+ };
5207
+ };
5208
+ };
5209
+ meta: {
5210
+ table: {
5211
+ image: string;
5212
+ };
5213
+ grid: {
5214
+ masonry: string;
5215
+ thumbnail: string;
5216
+ table: string;
5217
+ };
5218
+ filter: {
5219
+ toggle: string;
5220
+ };
5221
+ controls: {
5222
+ loadMore: string;
5223
+ confirm: string;
5224
+ };
5225
+ texts: {
5226
+ title: string;
5227
+ noItemsFound: string;
5228
+ pickExactCount: string;
5229
+ pickRangeCount: string;
5230
+ };
5231
+ };
5232
+ filter: {
5233
+ text: string;
5234
+ described: string;
5235
+ visible: string;
5236
+ generatedBySystem: string;
5237
+ };
5238
+ };
5239
+ time: {
5240
+ long: {
5241
+ remainingSeconds: string;
5242
+ remainingMinutes: string;
5243
+ remainingHours: string;
5244
+ remainingDays: string;
5245
+ };
5246
+ short: {
5247
+ remainingSeconds: string;
5248
+ remainingMinutes: string;
5249
+ remainingHours: string;
5250
+ remainingDays: string;
5251
+ };
5252
+ };
5253
+ sortable: {
5254
+ addNewAtEnd: string;
5255
+ edit: string;
5256
+ remove: string;
5257
+ addAfter: string;
5258
+ addChild: string;
5259
+ more: string;
5260
+ error: {
5261
+ maxDeepExceed: string;
5262
+ unableToAdd: string;
5263
+ };
5264
+ };
5265
+ };
5266
+ $vuetify: {
5267
+ badge: string;
5268
+ open: string;
5269
+ close: string;
5270
+ dataIterator: {
5271
+ noResultsText: string;
5272
+ loadingText: string;
5273
+ };
5274
+ dataTable: {
5275
+ itemsPerPageText: string;
5276
+ ariaLabel: {
5277
+ sortDescending: string;
5278
+ sortAscending: string;
5279
+ sortNone: string;
5280
+ activateNone: string;
5281
+ activateDescending: string;
5282
+ activateAscending: string;
5283
+ };
5284
+ sortBy: string;
5285
+ };
5286
+ dataFooter: {
5287
+ itemsPerPageText: string;
5288
+ itemsPerPageAll: string;
5289
+ nextPage: string;
5290
+ prevPage: string;
5291
+ firstPage: string;
5292
+ lastPage: string;
5293
+ pageText: string;
5294
+ };
5295
+ datePicker: {
5296
+ itemsSelected: string;
5297
+ nextMonthAriaLabel: string;
5298
+ nextYearAriaLabel: string;
5299
+ prevMonthAriaLabel: string;
5300
+ prevYearAriaLabel: string;
5301
+ };
5302
+ noDataText: string;
5303
+ carousel: {
5304
+ prev: string;
5305
+ next: string;
5306
+ ariaLabel: {
5307
+ delimiter: string;
5308
+ };
5309
+ };
5310
+ calendar: {
5311
+ moreEvents: string;
5312
+ };
5313
+ input: {
5314
+ clear: string;
5315
+ prependAction: string;
5316
+ appendAction: string;
5317
+ };
5318
+ fileInput: {
5319
+ counter: string;
5320
+ counterSize: string;
5321
+ };
5322
+ timePicker: {
5323
+ am: string;
5324
+ pm: string;
5325
+ };
5326
+ pagination: {
5327
+ ariaLabel: {
5328
+ root: string;
5329
+ next: string;
5330
+ previous: string;
5331
+ page: string;
5332
+ currentPage: string;
5333
+ first: string;
5334
+ last: string;
5335
+ };
5336
+ };
5337
+ rating: {
5338
+ ariaLabel: {
5339
+ item: string;
5340
+ };
5341
+ };
5342
+ };
5343
+ error: {
5344
+ apiValidation: {
5345
+ noTranslation: string;
5346
+ error_id_mismatch: string;
5347
+ error_field_empty: string;
5348
+ error_field_length_min: string;
5349
+ error_field_length_max: string;
5350
+ error_field_invalid: string;
5351
+ error_field_not_unique: string;
5352
+ error_field_value_not_found: string;
5353
+ error_field_range_min: string;
5354
+ error_field_range_max: string;
5355
+ error_field_regex: string;
5356
+ error_field_url: string;
5357
+ error_already_exists: string;
5358
+ };
5359
+ apiForbiddenOperation: {
5360
+ noTranslation: string;
5361
+ };
5362
+ jsValidation: {
5363
+ required: string;
5364
+ between: string;
5365
+ minLength: string;
5366
+ maxLength: string;
5367
+ minValue: string;
5368
+ maxValue: string;
5369
+ email: string;
5370
+ url: string;
5371
+ numeric: string;
5372
+ slug: string;
5373
+ stringArrayItemLength: string;
5374
+ };
5375
+ };
5376
+ };
5377
+
4921
5378
  export declare const messagesEn: {
4922
5379
  common: {
4923
5380
  alert: {
@@ -1,5 +1,5 @@
1
- import { P as z, Q as k, R as v, S as j, T as G, U as M, I as x, d as J, a6 as K, ad 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 ba, A as la, 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 Pa, j as Ua, k as _a, q as ha, N as La, aa as Na, G as Ia, a3 as Va, F as fa, a5 as wa, ae as Ha, af as za, ah as ka, f as va, h as ja, b as Ga, ab as Ma, ac as xa, a4 as Ja, i as Ka, Z as Wa, $ as Qa, a0 as qa, a2 as Xa, K as Ya, ag as Za, O as $a, L as ae, ca as ee, cf as se, cc as te, ci as re, ck as oe, cl as ie, bW as ne, c5 as Ae, be as me, bd as be, aI as le, aH as pe, bX as ue, aw as ce, ay as Te, b$ as de, bZ as Se, c1 as ge, b_ as Fe, bY as ye, c0 as Ee, c2 as Ce, aE as De, aF as Be, aA as Oe, c4 as Re, c3 as Pe, bV as Ue, bU as _e, as as he, bG as Le, bH as Ne, bI as Ie, bJ as Ve, bK as fe, bL as we, bM as He, bA as ze, bz as ke, bx as ve, by as je, bB as Ge, ce as Me, ch as xe, c9 as Je, bw as Ke, bD as We, bC as Qe, aM as qe, ap as Xe, bs as Ye, bl as Ze, bn as $e, bq as as, bg as es, bj as ss, bi as ts, bk as rs, bh as os, bo as is, bm as ns, ar as As, bE as ms, bF as bs, c7 as ls, c8 as ps, cd as us, cb as cs, cg as Ts, cj as ds, aR as Ss, aT as gs, aD as Fs, aX as ys, aU as Es, aN as Cs, aQ as Ds, aO as Bs, aS as Os, aY as Rs, aV as Ps, a_ as Us, aP as _s, aC as hs, aZ as Ls, aW as Ns, bu as Is, cn as Vs, al as fs, bS as ws, bT as Hs, au as zs, bv as ks, b3 as vs, b2 as js, b0 as Gs, a$ as Ms, b1 as xs, bt as Js, ba as Ks, b7 as Ws, b5 as Qs, b4 as qs, b9 as Xs, b6 as Ys, b8 as Zs, bb as $s, bc as at, br as et, bf as st, bR as tt, an as rt, aJ as ot, bN as it, aG as nt, cm as At, ao as mt, ak as bt, ax as lt, az as pt, bO as ut, bP as ct, bQ as Tt, at as dt, aB as St, av as gt, ai as Ft, aj as yt, aK as Et, aL as Ct, am as Dt, aq as Bt, c6 as Ot, bp as Rt } from "./lib-6602db6a.js";
2
- import { useI18n as Ut } from "vue-i18n";
1
+ import { P as z, Q as k, R as v, S as j, T as G, U as M, I as x, d as J, a6 as K, ad 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 ba, A as la, 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 Pa, j as Ua, k as _a, q as ha, N as La, aa as Na, G as Ia, a3 as Va, F as fa, a5 as wa, ae as Ha, af as za, ah as ka, f as va, h as ja, b as Ga, ab as Ma, ac as xa, a4 as Ja, i as Ka, Z as Wa, $ as Qa, a0 as qa, a2 as Xa, K as Ya, ag as Za, O as $a, L as ae, cb as ee, cg as se, cd as te, cj as re, cl as oe, cm as ie, bX as ne, c6 as Ae, be as me, bd as be, aI as le, aH as pe, bY as ue, aw as ce, ay as Te, c0 as de, b_ as Se, c2 as ge, b$ as Fe, bZ as ye, c1 as Ee, c3 as Ce, aE as De, aF as Be, aA as Oe, c5 as Re, c4 as Pe, bW as Ue, bV as _e, as as he, bG as Le, bH as Ne, bI as Ie, bJ as Ve, bK as fe, bL as we, bM as He, bA as ze, bz as ke, bx as ve, by as je, bB as Ge, cf as Me, ci as xe, ca as Je, bw as Ke, bD as We, bC as Qe, aM as qe, ap as Xe, bs as Ye, bl as Ze, bn as $e, bq as as, bg as es, bj as ss, bi as ts, bk as rs, bh as os, bo as is, bm as ns, ar as As, bE as ms, bF as bs, c8 as ls, c9 as ps, ce as us, cc as cs, ch as Ts, ck as ds, aR as Ss, aT as gs, aD as Fs, aX as ys, aU as Es, aN as Cs, aQ as Ds, aO as Bs, aS as Os, aY as Rs, aV as Ps, a_ as Us, aP as _s, aC as hs, aZ as Ls, aW as Ns, bu as Is, co as Vs, al as fs, bS as ws, bT as Hs, bU as zs, au as ks, bv as vs, b3 as js, b2 as Gs, b0 as Ms, a$ as xs, b1 as Js, bt as Ks, ba as Ws, b7 as Qs, b5 as qs, b4 as Xs, b9 as Ys, b6 as Zs, b8 as $s, bb as at, bc as et, br as st, bf as tt, bR as rt, an as ot, aJ as it, bN as nt, aG as At, cn as mt, ao as bt, ak as lt, ax as pt, az as ut, bO as ct, bP as Tt, bQ as dt, at as St, aB as gt, av as Ft, ai as yt, aj as Et, aK as Ct, aL as Dt, am as Bt, aq as Ot, c7 as Rt, bp as Pt } from "./lib-af503228.js";
2
+ import { useI18n as _t } 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";
@@ -197,51 +197,52 @@ export {
197
197
  Is as isValidHTTPStatus,
198
198
  Vs as loadCommonFonts,
199
199
  fs as makeFilterHelper,
200
- ws as messagesEn,
201
- Hs as messagesSk,
202
- zs as modifyLanguageSettings,
203
- ks as numberToString,
204
- vs as objectDeepFreeze,
205
- js as objectDeletePropertyByPath,
206
- Gs as objectGetValueByPath,
207
- Ms as objectGetValues,
208
- xs as objectSetValueByPath,
209
- Js as prettyBytes,
210
- Ks as stringNormalizeForSlotName,
211
- Ws as stringSplitOnFirstOccurrence,
212
- Qs as stringToFloat,
213
- qs as stringToInt,
214
- Xs as stringToKebabCase,
215
- Ys as stringToSlug,
216
- Zs as stringTrimLength,
217
- $s as stringUrlTemplateReplace,
218
- at as stringUrlTemplateReplaceVueRouter,
219
- et as timePretty,
220
- st as timestampCurrent,
221
- tt as useAcl,
222
- rt as useAlerts,
223
- ot as useAnzuUserFactory,
224
- it as useApiQueryBuilder,
225
- nt as useCommonJobFactory,
226
- At as useCommonVuetifyConfig,
227
- mt as useErrors,
228
- bt as useFilterHelpers,
229
- lt as useGrant,
230
- pt as useGrantOrigin,
231
- Ut as useI18n,
232
- ut as useJobApi,
233
- ct as useJobBaseResource,
234
- Tt as useJobStatus,
235
- dt as useLanguageSettings,
236
- St as useLogLevel,
237
- gt as useLoginStatus,
238
- Ft as usePagination,
239
- yt as usePaginationAutoHide,
240
- Et as usePermissionConfigFactory,
241
- Ct as usePermissionGroupFactory,
242
- Dt as useRemainingTime,
243
- Bt as useTheme,
244
- Ot as useValidate,
245
- Rt as yearNow
200
+ ws as messagesCs,
201
+ Hs as messagesEn,
202
+ zs as messagesSk,
203
+ ks as modifyLanguageSettings,
204
+ vs as numberToString,
205
+ js as objectDeepFreeze,
206
+ Gs as objectDeletePropertyByPath,
207
+ Ms as objectGetValueByPath,
208
+ xs as objectGetValues,
209
+ Js as objectSetValueByPath,
210
+ Ks as prettyBytes,
211
+ Ws as stringNormalizeForSlotName,
212
+ Qs as stringSplitOnFirstOccurrence,
213
+ qs as stringToFloat,
214
+ Xs as stringToInt,
215
+ Ys as stringToKebabCase,
216
+ Zs as stringToSlug,
217
+ $s as stringTrimLength,
218
+ at as stringUrlTemplateReplace,
219
+ et as stringUrlTemplateReplaceVueRouter,
220
+ st as timePretty,
221
+ tt as timestampCurrent,
222
+ rt as useAcl,
223
+ ot as useAlerts,
224
+ it as useAnzuUserFactory,
225
+ nt as useApiQueryBuilder,
226
+ At as useCommonJobFactory,
227
+ mt as useCommonVuetifyConfig,
228
+ bt as useErrors,
229
+ lt as useFilterHelpers,
230
+ pt as useGrant,
231
+ ut as useGrantOrigin,
232
+ _t as useI18n,
233
+ ct as useJobApi,
234
+ Tt as useJobBaseResource,
235
+ dt as useJobStatus,
236
+ St as useLanguageSettings,
237
+ gt as useLogLevel,
238
+ Ft as useLoginStatus,
239
+ yt as usePagination,
240
+ Et as usePaginationAutoHide,
241
+ Ct as usePermissionConfigFactory,
242
+ Dt as usePermissionGroupFactory,
243
+ Bt as useRemainingTime,
244
+ Ot as useTheme,
245
+ Rt as useValidate,
246
+ Pt as yearNow
246
247
  };
247
248
  //# sourceMappingURL=common-admin.es.js.map