shared-ritm 1.1.83 → 1.1.84

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.
Files changed (64) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/shared-ritm.es.js +14 -13
  3. package/dist/shared-ritm.umd.js +3 -3
  4. package/package.json +1 -1
  5. package/src/api/services/AuthService.ts +41 -41
  6. package/src/api/services/FileService.ts +15 -15
  7. package/src/api/services/TasksService.ts +137 -137
  8. package/src/api/settings/ApiService.ts +126 -125
  9. package/src/api/types/Api_Repairs.ts +93 -93
  10. package/src/common/app-button/AppButton.vue +173 -173
  11. package/src/common/app-date-picker/AppDatePicker.vue +79 -79
  12. package/src/common/app-icon/AppIcon.vue +104 -104
  13. package/src/common/app-input/AppInput.vue +147 -147
  14. package/src/common/app-layout/AppLayout.vue +63 -63
  15. package/src/common/app-layout/components/AppLayoutHeader.vue +123 -123
  16. package/src/common/app-loader/index.vue +43 -43
  17. package/src/common/app-page-layout/AppPageLayout.vue +122 -122
  18. package/src/common/app-sheet/AppSheet.vue +114 -114
  19. package/src/common/app-sidebar/AppSidebar.vue +168 -168
  20. package/src/common/app-sidebar/components/SidebarMenu.vue +37 -37
  21. package/src/common/app-sidebar/components/SidebarMenuItem.vue +146 -146
  22. package/src/common/app-toggle/AppToggle.vue +23 -23
  23. package/src/global.d.ts +1 -1
  24. package/src/icons/components/arrow-down-icon.vue +25 -25
  25. package/src/icons/components/arrow-frame-icon.vue +19 -19
  26. package/src/icons/components/arrow-square.vue +22 -22
  27. package/src/icons/header/flashIcon.vue +24 -24
  28. package/src/icons/header/notificationIcon.vue +18 -18
  29. package/src/icons/header/searchStatusIcon.vue +24 -24
  30. package/src/icons/header/smallCapsIcon.vue +34 -34
  31. package/src/icons/sidebar/assign-module-icon.vue +36 -36
  32. package/src/icons/sidebar/instrument-history-icon.vue +32 -32
  33. package/src/icons/sidebar/instrument-order-icon.vue +38 -38
  34. package/src/icons/sidebar/instrument-work-zone-icon.vue +18 -18
  35. package/src/icons/sidebar/instruments-icon.vue +45 -45
  36. package/src/icons/sidebar/logo-icon.vue +15 -15
  37. package/src/icons/sidebar/logout-icon.vue +13 -13
  38. package/src/icons/sidebar/modules-icon.vue +16 -16
  39. package/src/icons/sidebar/notifications-icon.vue +24 -24
  40. package/src/icons/sidebar/order-icon.vue +44 -44
  41. package/src/icons/sidebar/pass-icon.vue +38 -38
  42. package/src/icons/sidebar/positions-icon.vue +42 -42
  43. package/src/icons/sidebar/preorder-icon.vue +19 -19
  44. package/src/icons/sidebar/projects-icon.vue +31 -31
  45. package/src/icons/sidebar/repair-object-icon.vue +18 -18
  46. package/src/icons/sidebar/repairs-icon.vue +20 -20
  47. package/src/icons/sidebar/roles-icon.vue +26 -26
  48. package/src/icons/sidebar/status-history-icon.vue +24 -24
  49. package/src/icons/sidebar/tasks-icon.vue +28 -28
  50. package/src/icons/sidebar/tasks_tasks-icon.vue +39 -39
  51. package/src/icons/sidebar/tasks_today-icon.vue +27 -27
  52. package/src/icons/sidebar/teams-icon.vue +32 -32
  53. package/src/icons/sidebar/user-icon.vue +18 -18
  54. package/src/icons/sidebar/users-icon.vue +46 -46
  55. package/src/icons/sidebar/videosources-icon.vue +19 -19
  56. package/src/icons/sidebar/videowall-icon.vue +13 -13
  57. package/src/icons/sidebar/videozones-icon.vue +21 -21
  58. package/src/icons/sidebar/warehouses-icon.vue +43 -43
  59. package/src/icons/sidebar/workshop-icon.vue +100 -100
  60. package/src/icons/sidebar/workzones-icon.vue +22 -22
  61. package/src/main.ts +18 -18
  62. package/src/quasar-user-options.ts +17 -17
  63. package/src/router/index.ts +10 -10
  64. package/src/shims-vue.d.ts +5 -5
@@ -1830,10 +1830,10 @@ const Qe = ye({
1830
1830
  emits: ["update:modelValue", "click"],
1831
1831
  setup(e, { emit: t }) {
1832
1832
  kn((a) => ({
1833
- "653f50d4": a.width,
1834
- "28dbcfd9": a.height,
1835
- "463ced10": a.borderRadius,
1836
- "449ea588": a.borderWidth
1833
+ "6ebd44ce": a.width,
1834
+ "31bb5bb4": a.height,
1835
+ "2efce8ab": a.borderRadius,
1836
+ d3196ae6: a.borderWidth
1837
1837
  }));
1838
1838
  const n = e, o = t;
1839
1839
  function r(a) {
@@ -4333,7 +4333,7 @@ const Ru = {
4333
4333
  ])
4334
4334
  ]));
4335
4335
  }
4336
- }), Gh = /* @__PURE__ */ ie(Du, [["__scopeId", "data-v-2436a5b4"]]);
4336
+ }), Gh = /* @__PURE__ */ ie(Du, [["__scopeId", "data-v-c8b7fcf4"]]);
4337
4337
  let er, Gn = 0;
4338
4338
  const We = new Array(256);
4339
4339
  for (let e = 0; e < 256; e++)
@@ -5385,7 +5385,7 @@ const ga = ye({
5385
5385
  emits: ["update:modelValue", "button-click", "clear", "focus", "blur", "click"],
5386
5386
  setup(e, { emit: t }) {
5387
5387
  kn((u) => ({
5388
- "308cc05f": u.height
5388
+ "366a7212": u.height
5389
5389
  }));
5390
5390
  const n = e, o = t, r = I(!1), l = d(() => n.type === "password" ? r.value ? "text" : "password" : n.type || "text"), i = d({
5391
5391
  get: () => n.modelValue !== null && n.modelValue !== void 0 && n.type === "number" ? +n.modelValue : n.modelValue,
@@ -5880,7 +5880,7 @@ const pa = typeof ResizeObserver < "u", Kl = pa === !0 ? {} : {
5880
5880
  }, null, 8, ["size", "thickness"])) : Ke("", !0)
5881
5881
  ], 2));
5882
5882
  }
5883
- }), mc = /* @__PURE__ */ ie(vc, [["__scopeId", "data-v-ef7a12f8"]]), gc = /* @__PURE__ */ Ne({
5883
+ }), mc = /* @__PURE__ */ ie(vc, [["__scopeId", "data-v-9f8ceae1"]]), gc = /* @__PURE__ */ Ne({
5884
5884
  __name: "AppLayout",
5885
5885
  props: {
5886
5886
  logged: { type: Boolean },
@@ -7651,7 +7651,7 @@ const zc = Or(
7651
7651
  emits: ["update:dialogRef", "update:currentTabName"],
7652
7652
  setup(e, { emit: t }) {
7653
7653
  kn((l) => ({
7654
- c46ffd20: l.width
7654
+ "740e724f": l.width
7655
7655
  }));
7656
7656
  const n = e, o = t, r = d({
7657
7657
  get() {
@@ -7720,7 +7720,7 @@ const zc = Or(
7720
7720
  "sheet-dialog": "_sheet-dialog_1rkva_1"
7721
7721
  }, Jc = {
7722
7722
  $style: Xc
7723
- }, lv = /* @__PURE__ */ ie(Zc, [["__cssModules", Jc], ["__scopeId", "data-v-fb6e60fa"]]), el = {
7723
+ }, lv = /* @__PURE__ */ ie(Zc, [["__cssModules", Jc], ["__scopeId", "data-v-813dad0d"]]), el = {
7724
7724
  left: !0,
7725
7725
  right: !0,
7726
7726
  up: !0,
@@ -9251,8 +9251,8 @@ const _1 = /* @__PURE__ */ ie(b1, [["render", k1]]), C1 = /* @__PURE__ */ Ne({
9251
9251
  },
9252
9252
  setup(e) {
9253
9253
  kn((r) => ({
9254
- "5d838be6": r.color,
9255
- "619dd817": r.size
9254
+ c630246a: r.color,
9255
+ "682fb499": r.size
9256
9256
  }));
9257
9257
  const t = e;
9258
9258
  function n(r) {
@@ -9424,7 +9424,7 @@ const _1 = /* @__PURE__ */ ie(b1, [["render", k1]]), C1 = /* @__PURE__ */ Ne({
9424
9424
  "menu-item__label": "_menu-item__label_fkijr_18"
9425
9425
  }, B1 = {
9426
9426
  $style: q1
9427
- }, $1 = /* @__PURE__ */ ie(M1, [["__cssModules", B1], ["__scopeId", "data-v-7bf4f3ef"]]), E1 = /* @__PURE__ */ Ne({
9427
+ }, $1 = /* @__PURE__ */ ie(M1, [["__cssModules", B1], ["__scopeId", "data-v-8d0322c0"]]), E1 = /* @__PURE__ */ Ne({
9428
9428
  __name: "SidebarMenu",
9429
9429
  props: {
9430
9430
  menuItems: {},
@@ -11728,7 +11728,8 @@ class on {
11728
11728
  this.axiosInstance = De.create({
11729
11729
  baseURL: process.env.VUE_APP_BACKEND,
11730
11730
  headers: {
11731
- "Content-Type": "application/json"
11731
+ "Content-Type": "application/json",
11732
+ Accept: "application/json"
11732
11733
  }
11733
11734
  }), this.axiosInstance.interceptors.request.use(
11734
11735
  (t) => {