@anzusystems/common-admin 1.16.0 → 1.18.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.
@@ -12,6 +12,8 @@ import { DefineComponent } from 'vue';
12
12
  import { ExtractPropTypes } from 'vue';
13
13
  import { I18n } from 'vue-i18n';
14
14
  import type { InjectionKey } from 'vue';
15
+ import { IntlDateTimeFormat } from 'vue-i18n';
16
+ import { IntlNumberFormat } from 'vue-i18n';
15
17
  import type { Method } from 'axios';
16
18
  import type { OpUnitType } from 'dayjs';
17
19
  import { PropType } from 'vue';
@@ -4258,7 +4260,454 @@ export declare const HTTP_STATUS_UNAUTHORIZED = 401;
4258
4260
 
4259
4261
  export declare const HTTP_STATUS_UNPROCESSABLE_ENTITY = 422;
4260
4262
 
4261
- export declare const i18n: I18n<{}, {}, {}, string, true>;
4263
+ export declare const i18n: I18n<{
4264
+ "en-US": {
4265
+ common: {
4266
+ alert: {
4267
+ unknownError: string;
4268
+ forbiddenError: string;
4269
+ fixValidationErrors: string;
4270
+ fixApiValidationErrors: string;
4271
+ apiForbiddenOperationError: string;
4272
+ recordWas: {
4273
+ created: string;
4274
+ updated: string;
4275
+ deleted: string;
4276
+ published: string;
4277
+ unpublished: string;
4278
+ enabled: string;
4279
+ disabled: string;
4280
+ };
4281
+ idWasCopied: string;
4282
+ textWasCopied: string;
4283
+ };
4284
+ button: {
4285
+ create: string;
4286
+ createAndClose: string;
4287
+ save: string;
4288
+ saveAndClose: string;
4289
+ close: string;
4290
+ edit: string;
4291
+ detail: string;
4292
+ submitFilter: string;
4293
+ resetFilter: string;
4294
+ advancedFilters: string;
4295
+ cancel: string;
4296
+ delete: string;
4297
+ id: string;
4298
+ now: string;
4299
+ confirm: string;
4300
+ copyId: string;
4301
+ add: string;
4302
+ download: string;
4303
+ upload: string;
4304
+ refresh: string;
4305
+ forwards: string;
4306
+ backwards: string;
4307
+ };
4308
+ model: {
4309
+ system: string;
4310
+ notSelected: string;
4311
+ boolean: {
4312
+ true: string;
4313
+ false: string;
4314
+ };
4315
+ tracking: {
4316
+ createdAt: string;
4317
+ modifiedAt: string;
4318
+ created: string;
4319
+ modified: string;
4320
+ };
4321
+ filterPlaceholder: {
4322
+ eq: string;
4323
+ contains: string;
4324
+ startsWith: string;
4325
+ };
4326
+ };
4327
+ system: {
4328
+ version: string;
4329
+ newVersionText: string;
4330
+ newVersionReload: string;
4331
+ theme: {
4332
+ light: string;
4333
+ dark: string;
4334
+ auto: string;
4335
+ };
4336
+ datatable: {
4337
+ config: string;
4338
+ displayCols: string;
4339
+ itemsPerPage: string;
4340
+ from: string;
4341
+ noDataText: string;
4342
+ ordering: {
4343
+ title: string;
4344
+ mostRelevant: string;
4345
+ mostRecent: string;
4346
+ oldest: string;
4347
+ };
4348
+ };
4349
+ modal: {
4350
+ confirmDelete: string;
4351
+ hide: string;
4352
+ show: string;
4353
+ };
4354
+ adminSwitcher: {
4355
+ button: string;
4356
+ };
4357
+ currentUser: {
4358
+ button: string;
4359
+ logout: string;
4360
+ logoutText: string;
4361
+ logoutConfirm: string;
4362
+ settings: string;
4363
+ };
4364
+ breadcrumb: {
4365
+ detail: string;
4366
+ edit: string;
4367
+ create: string;
4368
+ };
4369
+ login: {
4370
+ text: string;
4371
+ button: string;
4372
+ };
4373
+ notFound: {
4374
+ title: string;
4375
+ text: string;
4376
+ backButton: string;
4377
+ };
4378
+ unauthorized: {
4379
+ title: string;
4380
+ text: string;
4381
+ backButton: string;
4382
+ };
4383
+ };
4384
+ anzuUser: {
4385
+ meta: {
4386
+ detail: string;
4387
+ list: string;
4388
+ edit: string;
4389
+ create: string;
4390
+ };
4391
+ model: {
4392
+ id: string;
4393
+ enabled: string;
4394
+ email: string;
4395
+ roles: string;
4396
+ permissionGroups: string;
4397
+ permissions: string;
4398
+ person: {
4399
+ firstName: string;
4400
+ lastName: string;
4401
+ fullName: string;
4402
+ };
4403
+ avatar: {
4404
+ color: string;
4405
+ text: string;
4406
+ };
4407
+ };
4408
+ filter: {
4409
+ id: string;
4410
+ enabled: string;
4411
+ email: string;
4412
+ };
4413
+ table: {
4414
+ grants: string;
4415
+ permissions: string;
4416
+ resolvedPermissions: string;
4417
+ noPermissions: string;
4418
+ };
4419
+ };
4420
+ job: {
4421
+ filter: {
4422
+ id: string;
4423
+ status: string;
4424
+ startedAtFrom: string;
4425
+ startedAtUntil: string;
4426
+ };
4427
+ model: {
4428
+ id: string;
4429
+ _resourceName: string;
4430
+ status: string;
4431
+ startedAt: string;
4432
+ finishedAt: string;
4433
+ result: string;
4434
+ targetUserId: string;
4435
+ anonymizeUser: string;
4436
+ };
4437
+ jobResource: {
4438
+ jobUserDataDelete: string;
4439
+ };
4440
+ button: {
4441
+ create: string;
4442
+ };
4443
+ status: {
4444
+ waiting: string;
4445
+ processing: string;
4446
+ awaitingBatchProcess: string;
4447
+ done: string;
4448
+ error: string;
4449
+ };
4450
+ };
4451
+ log: {
4452
+ meta: {
4453
+ detail: string;
4454
+ list: string;
4455
+ };
4456
+ system: string;
4457
+ filter: {
4458
+ system: string;
4459
+ type: string;
4460
+ levelName: string;
4461
+ id: string;
4462
+ contextId: string;
4463
+ userId: string;
4464
+ datetimeFrom: string;
4465
+ datetimeTo: string;
4466
+ message: string;
4467
+ appVersion: string;
4468
+ };
4469
+ model: {
4470
+ id: string;
4471
+ datetime: string;
4472
+ levelName: string;
4473
+ message: string;
4474
+ context: {
4475
+ appVersion: string;
4476
+ requestOriginAppVersion: string;
4477
+ contextId: string;
4478
+ userId: string;
4479
+ ip: string;
4480
+ content: string;
4481
+ response: string;
4482
+ path: string;
4483
+ httpStatus: string;
4484
+ };
4485
+ };
4486
+ };
4487
+ permission: {
4488
+ table: {
4489
+ actions: string;
4490
+ permissions: string;
4491
+ };
4492
+ grant: {
4493
+ allow: string;
4494
+ allowOwner: string;
4495
+ deny: string;
4496
+ };
4497
+ grantOrigin: {
4498
+ role: string;
4499
+ group: string;
4500
+ user: string;
4501
+ defaultGrant: string;
4502
+ };
4503
+ };
4504
+ permissionGroup: {
4505
+ meta: {
4506
+ detail: string;
4507
+ list: string;
4508
+ create: string;
4509
+ edit: string;
4510
+ };
4511
+ model: {
4512
+ id: string;
4513
+ title: string;
4514
+ description: string;
4515
+ permissions: string;
4516
+ };
4517
+ filter: {
4518
+ id: string;
4519
+ title: string;
4520
+ };
4521
+ button: {
4522
+ deleteConfirm: string;
4523
+ };
4524
+ };
4525
+ assetSelect: {
4526
+ model: {
4527
+ id: string;
4528
+ texts: {
4529
+ displayTitle: string;
4530
+ };
4531
+ mainFile: {
4532
+ fileAttributes: {
4533
+ mimeType: string;
4534
+ size: string;
4535
+ };
4536
+ };
4537
+ };
4538
+ meta: {
4539
+ table: {
4540
+ image: string;
4541
+ };
4542
+ grid: {
4543
+ masonry: string;
4544
+ thumbnail: string;
4545
+ table: string;
4546
+ };
4547
+ filter: {
4548
+ toggle: string;
4549
+ };
4550
+ controls: {
4551
+ loadMore: string;
4552
+ confirm: string;
4553
+ };
4554
+ texts: {
4555
+ title: string;
4556
+ noItemsFound: string;
4557
+ pickExactCount: string;
4558
+ pickRangeCount: string;
4559
+ };
4560
+ };
4561
+ filter: {
4562
+ text: string;
4563
+ described: string;
4564
+ visible: string;
4565
+ generatedBySystem: string;
4566
+ };
4567
+ };
4568
+ time: {
4569
+ long: {
4570
+ remainingSeconds: string;
4571
+ remainingMinutes: string;
4572
+ remainingHours: string;
4573
+ remainingDays: string;
4574
+ };
4575
+ short: {
4576
+ remainingSeconds: string;
4577
+ remainingMinutes: string;
4578
+ remainingHours: string;
4579
+ remainingDays: string;
4580
+ };
4581
+ };
4582
+ sortable: {
4583
+ addNewAtEnd: string;
4584
+ edit: string;
4585
+ remove: string;
4586
+ addAfter: string;
4587
+ addChild: string;
4588
+ more: string;
4589
+ error: {
4590
+ maxDeepExceed: string;
4591
+ unableToAdd: string;
4592
+ };
4593
+ };
4594
+ };
4595
+ $vuetify: {
4596
+ badge: string;
4597
+ open: string;
4598
+ close: string;
4599
+ dataIterator: {
4600
+ noResultsText: string;
4601
+ loadingText: string;
4602
+ };
4603
+ dataTable: {
4604
+ itemsPerPageText: string;
4605
+ ariaLabel: {
4606
+ sortDescending: string;
4607
+ sortAscending: string;
4608
+ sortNone: string;
4609
+ activateNone: string;
4610
+ activateDescending: string;
4611
+ activateAscending: string;
4612
+ };
4613
+ sortBy: string;
4614
+ };
4615
+ dataFooter: {
4616
+ itemsPerPageText: string;
4617
+ itemsPerPageAll: string;
4618
+ nextPage: string;
4619
+ prevPage: string;
4620
+ firstPage: string;
4621
+ lastPage: string;
4622
+ pageText: string;
4623
+ };
4624
+ datePicker: {
4625
+ itemsSelected: string;
4626
+ nextMonthAriaLabel: string;
4627
+ nextYearAriaLabel: string;
4628
+ prevMonthAriaLabel: string;
4629
+ prevYearAriaLabel: string;
4630
+ };
4631
+ noDataText: string;
4632
+ carousel: {
4633
+ prev: string;
4634
+ next: string;
4635
+ ariaLabel: {
4636
+ delimiter: string;
4637
+ };
4638
+ };
4639
+ calendar: {
4640
+ moreEvents: string;
4641
+ };
4642
+ input: {
4643
+ clear: string;
4644
+ prependAction: string;
4645
+ appendAction: string;
4646
+ };
4647
+ fileInput: {
4648
+ counter: string;
4649
+ counterSize: string;
4650
+ };
4651
+ timePicker: {
4652
+ am: string;
4653
+ pm: string;
4654
+ };
4655
+ pagination: {
4656
+ ariaLabel: {
4657
+ root: string;
4658
+ next: string;
4659
+ previous: string;
4660
+ page: string;
4661
+ currentPage: string;
4662
+ first: string;
4663
+ last: string;
4664
+ };
4665
+ };
4666
+ rating: {
4667
+ ariaLabel: {
4668
+ item: string;
4669
+ };
4670
+ };
4671
+ };
4672
+ error: {
4673
+ apiValidation: {
4674
+ noTranslation: string;
4675
+ error_id_mismatch: string;
4676
+ error_field_empty: string;
4677
+ error_field_length_min: string;
4678
+ error_field_length_max: string;
4679
+ error_field_invalid: string;
4680
+ error_field_not_unique: string;
4681
+ error_field_value_not_found: string;
4682
+ error_field_range_min: string;
4683
+ error_field_range_max: string;
4684
+ error_field_regex: string;
4685
+ error_field_url: string;
4686
+ error_already_exists: string;
4687
+ };
4688
+ apiForbiddenOperation: {
4689
+ noTranslation: string;
4690
+ };
4691
+ jsValidation: {
4692
+ required: string;
4693
+ between: string;
4694
+ minLength: string;
4695
+ maxLength: string;
4696
+ maxValue: string;
4697
+ minValue: string;
4698
+ email: string;
4699
+ url: string;
4700
+ numeric: string;
4701
+ slug: string;
4702
+ stringArrayItemLength: string;
4703
+ };
4704
+ };
4705
+ };
4706
+ }, {
4707
+ "en-US": IntlDateTimeFormat;
4708
+ }, {
4709
+ "en-US": IntlNumberFormat;
4710
+ }, string, true>;
4262
4711
 
4263
4712
  declare interface ImageFile extends AnzuUserAndTimeTrackingAware {
4264
4713
  id: DocId;
@@ -1,4 +1,4 @@
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-1394c029.js";
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
2
  import { useI18n as Ut } from "vue-i18n";
3
3
  import "vue";
4
4
  import "vuetify/lib/components/VChip/index.mjs";
@@ -4360,7 +4360,7 @@ const zl = {
4360
4360
  },
4361
4361
  { immediate: !0 }
4362
4362
  ), Kr(() => {
4363
- import("./shortcut-buttons-flatpickr-5ed02a70.js").then((b) => b.s).then((b) => {
4363
+ import("./shortcut-buttons-flatpickr-5b052e9f.js").then((b) => b.s).then((b) => {
4364
4364
  i.value = b.default, s.value = !0;
4365
4365
  });
4366
4366
  }), (b, P) => (h(), B(Wr, {
@@ -9568,7 +9568,7 @@ function BV(t, r, e, i) {
9568
9568
  };
9569
9569
  }
9570
9570
  const Y = I(() => t.value.map((c, q) => u(c, q))), X = (c = void 0) => {
9571
- console.log("a"), l.value++, D(c) || i("update:modelValue", c), ur(() => {
9571
+ l.value++, D(c) || i("update:modelValue", c), ur(() => {
9572
9572
  r();
9573
9573
  });
9574
9574
  }, K = (c) => {
@@ -9658,7 +9658,7 @@ const OV = ["id"], PV = { class: "a-sortable-widget__content" }, $V = { class: "
9658
9658
  props: {
9659
9659
  modelValue: {},
9660
9660
  dirty: { default: () => /* @__PURE__ */ new Set() },
9661
- keyField: { default: "id" },
9661
+ keyField: { default: "position" },
9662
9662
  disableDraggable: { type: Boolean, default: !1 },
9663
9663
  rootClassName: { default: "a-sortable-widget" },
9664
9664
  widgetIdentifierId: { default: void 0 },
@@ -11904,7 +11904,7 @@ function dA(t, r, e, i = "id") {
11904
11904
  };
11905
11905
  }
11906
11906
  async function lA() {
11907
- (await import("./webfontloader-7d0ebacc.js").then((r) => r.w)).load({
11907
+ (await import("./webfontloader-e43917b8.js").then((r) => r.w)).load({
11908
11908
  google: {
11909
11909
  families: ["Roboto:100,300,400,500,700,900&display=swap"]
11910
11910
  }
@@ -12168,4 +12168,4 @@ export {
12168
12168
  Hr as y,
12169
12169
  ym as z
12170
12170
  };
12171
- //# sourceMappingURL=lib-1394c029.js.map
12171
+ //# sourceMappingURL=lib-6602db6a.js.map