shared-ritm 1.1.86 → 1.1.88

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 (66) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/shared-ritm.es.js +18 -13
  3. package/dist/shared-ritm.umd.js +3 -3
  4. package/dist/types/api/services/ProjectsService.d.ts +1 -0
  5. package/package.json +1 -1
  6. package/src/App.vue +6 -0
  7. package/src/api/services/AuthService.ts +41 -41
  8. package/src/api/services/FileService.ts +15 -15
  9. package/src/api/services/ProjectsService.ts +65 -61
  10. package/src/api/settings/ApiService.ts +126 -126
  11. package/src/api/types/Api_Repairs.ts +93 -93
  12. package/src/common/app-button/AppButton.vue +173 -173
  13. package/src/common/app-date-picker/AppDatePicker.vue +81 -79
  14. package/src/common/app-icon/AppIcon.vue +104 -104
  15. package/src/common/app-input/AppInput.vue +147 -147
  16. package/src/common/app-layout/AppLayout.vue +63 -63
  17. package/src/common/app-layout/components/AppLayoutHeader.vue +123 -123
  18. package/src/common/app-loader/index.vue +43 -43
  19. package/src/common/app-page-layout/AppPageLayout.vue +122 -122
  20. package/src/common/app-sheet/AppSheet.vue +120 -120
  21. package/src/common/app-sidebar/AppSidebar.vue +168 -168
  22. package/src/common/app-sidebar/components/SidebarMenu.vue +37 -37
  23. package/src/common/app-sidebar/components/SidebarMenuItem.vue +146 -146
  24. package/src/common/app-toggle/AppToggle.vue +23 -23
  25. package/src/global.d.ts +1 -1
  26. package/src/icons/components/arrow-down-icon.vue +25 -25
  27. package/src/icons/components/arrow-frame-icon.vue +19 -19
  28. package/src/icons/components/arrow-square.vue +22 -22
  29. package/src/icons/header/flashIcon.vue +24 -24
  30. package/src/icons/header/notificationIcon.vue +18 -18
  31. package/src/icons/header/searchStatusIcon.vue +24 -24
  32. package/src/icons/header/smallCapsIcon.vue +34 -34
  33. package/src/icons/sidebar/assign-module-icon.vue +36 -36
  34. package/src/icons/sidebar/instrument-history-icon.vue +32 -32
  35. package/src/icons/sidebar/instrument-order-icon.vue +38 -38
  36. package/src/icons/sidebar/instrument-work-zone-icon.vue +18 -18
  37. package/src/icons/sidebar/instruments-icon.vue +45 -45
  38. package/src/icons/sidebar/logo-icon.vue +15 -15
  39. package/src/icons/sidebar/logout-icon.vue +13 -13
  40. package/src/icons/sidebar/modules-icon.vue +16 -16
  41. package/src/icons/sidebar/notifications-icon.vue +24 -24
  42. package/src/icons/sidebar/order-icon.vue +44 -44
  43. package/src/icons/sidebar/pass-icon.vue +38 -38
  44. package/src/icons/sidebar/positions-icon.vue +42 -42
  45. package/src/icons/sidebar/preorder-icon.vue +19 -19
  46. package/src/icons/sidebar/projects-icon.vue +31 -31
  47. package/src/icons/sidebar/repair-object-icon.vue +18 -18
  48. package/src/icons/sidebar/repairs-icon.vue +20 -20
  49. package/src/icons/sidebar/roles-icon.vue +26 -26
  50. package/src/icons/sidebar/status-history-icon.vue +24 -24
  51. package/src/icons/sidebar/tasks-icon.vue +28 -28
  52. package/src/icons/sidebar/tasks_tasks-icon.vue +39 -39
  53. package/src/icons/sidebar/tasks_today-icon.vue +27 -27
  54. package/src/icons/sidebar/teams-icon.vue +32 -32
  55. package/src/icons/sidebar/user-icon.vue +18 -18
  56. package/src/icons/sidebar/users-icon.vue +46 -46
  57. package/src/icons/sidebar/videosources-icon.vue +19 -19
  58. package/src/icons/sidebar/videowall-icon.vue +13 -13
  59. package/src/icons/sidebar/videozones-icon.vue +21 -21
  60. package/src/icons/sidebar/warehouses-icon.vue +43 -43
  61. package/src/icons/sidebar/workshop-icon.vue +100 -100
  62. package/src/icons/sidebar/workzones-icon.vue +22 -22
  63. package/src/main.ts +18 -18
  64. package/src/quasar-user-options.ts +17 -17
  65. package/src/router/index.ts +10 -10
  66. 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) {
@@ -4270,6 +4270,7 @@ const Ru = {
4270
4270
  __name: "AppDatePicker",
4271
4271
  props: {
4272
4272
  label: {},
4273
+ disabled: { type: Boolean },
4273
4274
  modelValue: {},
4274
4275
  disableRuleDates: {}
4275
4276
  },
@@ -4300,6 +4301,7 @@ const Ru = {
4300
4301
  "border-radius": "8px",
4301
4302
  "border-width": "2px",
4302
4303
  rounded: "",
4304
+ disabled: i.disabled,
4303
4305
  "text-color": "primary",
4304
4306
  icon: "event"
4305
4307
  }, {
@@ -4323,7 +4325,7 @@ const Ru = {
4323
4325
  })
4324
4326
  ]),
4325
4327
  _: 1
4326
- }),
4328
+ }, 8, ["disabled"]),
4327
4329
  W("div", Ou, [
4328
4330
  W("p", null, [
4329
4331
  ot(rt(i.label), 1),
@@ -4333,7 +4335,7 @@ const Ru = {
4333
4335
  ])
4334
4336
  ]));
4335
4337
  }
4336
- }), Gh = /* @__PURE__ */ ie(Du, [["__scopeId", "data-v-2436a5b4"]]);
4338
+ }), Gh = /* @__PURE__ */ ie(Du, [["__scopeId", "data-v-a3ab30e6"]]);
4337
4339
  let er, Gn = 0;
4338
4340
  const We = new Array(256);
4339
4341
  for (let e = 0; e < 256; e++)
@@ -5385,7 +5387,7 @@ const ga = ye({
5385
5387
  emits: ["update:modelValue", "button-click", "clear", "focus", "blur", "click"],
5386
5388
  setup(e, { emit: t }) {
5387
5389
  kn((u) => ({
5388
- "308cc05f": u.height
5390
+ "366a7212": u.height
5389
5391
  }));
5390
5392
  const n = e, o = t, r = I(!1), l = d(() => n.type === "password" ? r.value ? "text" : "password" : n.type || "text"), i = d({
5391
5393
  get: () => n.modelValue !== null && n.modelValue !== void 0 && n.type === "number" ? +n.modelValue : n.modelValue,
@@ -5880,7 +5882,7 @@ const pa = typeof ResizeObserver < "u", Kl = pa === !0 ? {} : {
5880
5882
  }, null, 8, ["size", "thickness"])) : Ke("", !0)
5881
5883
  ], 2));
5882
5884
  }
5883
- }), mc = /* @__PURE__ */ ie(vc, [["__scopeId", "data-v-ef7a12f8"]]), gc = /* @__PURE__ */ Ne({
5885
+ }), mc = /* @__PURE__ */ ie(vc, [["__scopeId", "data-v-9f8ceae1"]]), gc = /* @__PURE__ */ Ne({
5884
5886
  __name: "AppLayout",
5885
5887
  props: {
5886
5888
  logged: { type: Boolean },
@@ -7651,7 +7653,7 @@ const zc = Or(
7651
7653
  emits: ["update:dialogRef", "update:currentTabName"],
7652
7654
  setup(e, { emit: t }) {
7653
7655
  kn((l) => ({
7654
- "522a75ea": l.width
7656
+ d2d2192e: l.width
7655
7657
  }));
7656
7658
  const n = e, o = t, r = d({
7657
7659
  get() {
@@ -7722,7 +7724,7 @@ const zc = Or(
7722
7724
  "sheet-dialog": "_sheet-dialog_1rkva_1"
7723
7725
  }, Jc = {
7724
7726
  $style: Xc
7725
- }, lv = /* @__PURE__ */ ie(Zc, [["__cssModules", Jc], ["__scopeId", "data-v-2f33e930"]]), el = {
7727
+ }, lv = /* @__PURE__ */ ie(Zc, [["__cssModules", Jc], ["__scopeId", "data-v-867909ca"]]), el = {
7726
7728
  left: !0,
7727
7729
  right: !0,
7728
7730
  up: !0,
@@ -9253,8 +9255,8 @@ const _1 = /* @__PURE__ */ ie(b1, [["render", k1]]), C1 = /* @__PURE__ */ Ne({
9253
9255
  },
9254
9256
  setup(e) {
9255
9257
  kn((r) => ({
9256
- "5d838be6": r.color,
9257
- "619dd817": r.size
9258
+ c630246a: r.color,
9259
+ "682fb499": r.size
9258
9260
  }));
9259
9261
  const t = e;
9260
9262
  function n(r) {
@@ -9426,7 +9428,7 @@ const _1 = /* @__PURE__ */ ie(b1, [["render", k1]]), C1 = /* @__PURE__ */ Ne({
9426
9428
  "menu-item__label": "_menu-item__label_fkijr_18"
9427
9429
  }, B1 = {
9428
9430
  $style: q1
9429
- }, $1 = /* @__PURE__ */ ie(M1, [["__cssModules", B1], ["__scopeId", "data-v-7bf4f3ef"]]), E1 = /* @__PURE__ */ Ne({
9431
+ }, $1 = /* @__PURE__ */ ie(M1, [["__cssModules", B1], ["__scopeId", "data-v-8d0322c0"]]), E1 = /* @__PURE__ */ Ne({
9430
9432
  __name: "SidebarMenu",
9431
9433
  props: {
9432
9434
  menuItems: {},
@@ -11920,6 +11922,9 @@ class Uh extends on {
11920
11922
  importTasks(t) {
11921
11923
  return this.post("tasks/import", t);
11922
11924
  }
11925
+ importKtd(t) {
11926
+ return this.post("/parse_ktd", t);
11927
+ }
11923
11928
  fetchProjectTeamList(t) {
11924
11929
  return this.put(`/projects/${t}`, null);
11925
11930
  }