shared-ritm 1.0.88 → 1.0.89

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 (49) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/shared-ritm.es.js +16 -16
  3. package/dist/shared-ritm.umd.js +7 -7
  4. package/dist/types/index.d.ts +1 -0
  5. package/dist/types/router/index.d.ts +2 -2
  6. package/package.json +1 -1
  7. package/src/common/app-button/AppButton.vue +1 -0
  8. package/src/common/app-checkbox/AppCheckbox.vue +26 -26
  9. package/src/common/app-date-picker/AppDatePicker.vue +66 -66
  10. package/src/common/app-sheet/AppSheet.vue +114 -111
  11. package/src/common/app-sidebar/AppSidebar.vue +1 -0
  12. package/src/icons/components/arrow-down-icon.vue +25 -25
  13. package/src/icons/components/arrow-frame-icon.vue +19 -19
  14. package/src/icons/components/arrow-square.vue +22 -22
  15. package/src/icons/header/flashIcon.vue +24 -24
  16. package/src/icons/header/notificationIcon.vue +18 -18
  17. package/src/icons/header/searchStatusIcon.vue +24 -24
  18. package/src/icons/header/smallCapsIcon.vue +34 -34
  19. package/src/icons/sidebar/assign-module-icon.vue +36 -36
  20. package/src/icons/sidebar/instrument-history-icon.vue +32 -32
  21. package/src/icons/sidebar/instrument-order-icon.vue +38 -38
  22. package/src/icons/sidebar/instrument-work-zone-icon.vue +18 -18
  23. package/src/icons/sidebar/instruments-icon.vue +45 -45
  24. package/src/icons/sidebar/logo-icon.vue +15 -15
  25. package/src/icons/sidebar/logout-icon.vue +13 -13
  26. package/src/icons/sidebar/modules-icon.vue +16 -16
  27. package/src/icons/sidebar/notifications-icon.vue +24 -24
  28. package/src/icons/sidebar/order-icon.vue +44 -44
  29. package/src/icons/sidebar/pass-icon.vue +38 -38
  30. package/src/icons/sidebar/positions-icon.vue +42 -42
  31. package/src/icons/sidebar/preorder-icon.vue +19 -19
  32. package/src/icons/sidebar/repair-object-icon.vue +18 -18
  33. package/src/icons/sidebar/repairs-icon.vue +20 -20
  34. package/src/icons/sidebar/roles-icon.vue +26 -26
  35. package/src/icons/sidebar/status-history-icon.vue +24 -24
  36. package/src/icons/sidebar/tasks-icon.vue +28 -28
  37. package/src/icons/sidebar/teams-icon.vue +32 -32
  38. package/src/icons/sidebar/user-icon.vue +18 -18
  39. package/src/icons/sidebar/users-icon.vue +46 -46
  40. package/src/icons/sidebar/videosources-icon.vue +19 -19
  41. package/src/icons/sidebar/videowall-icon.vue +13 -13
  42. package/src/icons/sidebar/videozones-icon.vue +21 -21
  43. package/src/icons/sidebar/warehouses-icon.vue +43 -43
  44. package/src/icons/sidebar/workshop-icon.vue +100 -100
  45. package/src/icons/sidebar/workzones-icon.vue +22 -22
  46. package/src/index.ts +1 -0
  47. package/src/shared/fonts/Montserrat-Bold.ttf +0 -0
  48. package/src/shared/fonts/NunitoSans_7pt-Bold.ttf +0 -0
  49. package/src/shared/styles/general.css +46 -27
@@ -1770,7 +1770,7 @@ const lt = be({
1770
1770
  }), Us = /* @__PURE__ */ Ye({
1771
1771
  __name: "AppButton",
1772
1772
  props: {
1773
- disable: { type: [Boolean, Function] },
1773
+ disable: { type: [Boolean, Function], default: !1 },
1774
1774
  tooltip: {},
1775
1775
  uppercase: { type: Boolean },
1776
1776
  xSmall: { type: Boolean },
@@ -1826,10 +1826,10 @@ const lt = be({
1826
1826
  emits: ["update:modelValue", "click"],
1827
1827
  setup(e, { emit: t }) {
1828
1828
  bn((a) => ({
1829
- 24951322: a.width,
1830
- "543e574b": a.height,
1831
- "5036d1fc": a.borderRadius,
1832
- "0740f556": a.borderWidth
1829
+ "6ebd44ce": a.width,
1830
+ "31bb5bb4": a.height,
1831
+ "2efce8ab": a.borderRadius,
1832
+ d3196ae6: a.borderWidth
1833
1833
  }));
1834
1834
  const n = e, o = t;
1835
1835
  function r(a) {
@@ -2104,10 +2104,10 @@ const Js = () => y("div", {
2104
2104
  set: (l) => o("update:modelValue", l)
2105
2105
  });
2106
2106
  return (l, i) => (J(), Ce(Gs, {
2107
- class: _e(l.$style["app-checkbox"]),
2108
2107
  modelValue: r.value,
2109
- "onUpdate:modelValue": i[0] || (i[0] = (a) => r.value = a)
2110
- }, null, 8, ["class", "modelValue"]));
2108
+ "onUpdate:modelValue": i[0] || (i[0] = (a) => r.value = a),
2109
+ class: _e(l.$style["app-checkbox"])
2110
+ }, null, 8, ["modelValue", "class"]));
2111
2111
  }
2112
2112
  }), tu = {
2113
2113
  "app-checkbox": "_app-checkbox_1u51v_1"
@@ -4299,9 +4299,9 @@ const qu = {
4299
4299
  }, {
4300
4300
  default: fe(() => [
4301
4301
  we(wu, {
4302
- mask: "YYYY-MM-DD",
4303
4302
  modelValue: r.value,
4304
4303
  "onUpdate:modelValue": i[0] || (i[0] = (a) => r.value = a),
4304
+ mask: "YYYY-MM-DD",
4305
4305
  minimal: ""
4306
4306
  }, null, 8, ["modelValue"])
4307
4307
  ]),
@@ -4319,7 +4319,7 @@ const qu = {
4319
4319
  ])
4320
4320
  ]));
4321
4321
  }
4322
- }), xv = /* @__PURE__ */ ue(Tu, [["__scopeId", "data-v-44bc7149"]]);
4322
+ }), xv = /* @__PURE__ */ ue(Tu, [["__scopeId", "data-v-73275799"]]);
4323
4323
  let Xo, Gn = 0;
4324
4324
  const Ue = new Array(256);
4325
4325
  for (let e = 0; e < 256; e++)
@@ -7612,16 +7612,16 @@ const Dc = Lr(
7612
7612
  props: {
7613
7613
  dialogRef: {},
7614
7614
  loading: { type: Boolean, default: !1 },
7615
- title: {},
7615
+ title: { default: "" },
7616
7616
  width: { default: "976px" },
7617
7617
  type: { default: "details" },
7618
- tabs: {},
7619
- currentTabName: {}
7618
+ tabs: { default: () => [] },
7619
+ currentTabName: { default: "" }
7620
7620
  },
7621
7621
  emits: ["update:dialogRef", "update:currentTabName"],
7622
7622
  setup(e, { emit: t }) {
7623
7623
  bn((l) => ({
7624
- "4d02ee82": l.width
7624
+ "740e724f": l.width
7625
7625
  }));
7626
7626
  const n = e, o = t, r = d({
7627
7627
  get() {
@@ -7690,7 +7690,7 @@ const Dc = Lr(
7690
7690
  "sheet-dialog": "_sheet-dialog_1rkva_1"
7691
7691
  }, Yc = {
7692
7692
  $style: Wc
7693
- }, Tv = /* @__PURE__ */ ue(Uc, [["__cssModules", Yc], ["__scopeId", "data-v-db4ff32f"]]), Kr = {
7693
+ }, Tv = /* @__PURE__ */ ue(Uc, [["__cssModules", Yc], ["__scopeId", "data-v-813dad0d"]]), Kr = {
7694
7694
  left: !0,
7695
7695
  right: !0,
7696
7696
  up: !0,
@@ -9427,7 +9427,7 @@ const T1 = /* @__PURE__ */ Ye({
9427
9427
  props: {
9428
9428
  isDrawer: { type: Boolean },
9429
9429
  minify: { type: Boolean },
9430
- menuItems: {},
9430
+ menuItems: { default: () => [] },
9431
9431
  main: { type: Boolean, default: !1 }
9432
9432
  },
9433
9433
  emits: ["logout"],