shared-ritm 1.0.88 → 1.0.90
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.
- package/dist/index.css +1 -1
- package/dist/shared-ritm.es.js +21 -19
- package/dist/shared-ritm.umd.js +7 -7
- package/dist/types/index.d.ts +1 -0
- package/dist/types/router/index.d.ts +2 -2
- package/package.json +1 -1
- package/src/common/app-button/AppButton.vue +1 -0
- package/src/common/app-checkbox/AppCheckbox.vue +26 -26
- package/src/common/app-date-picker/AppDatePicker.vue +66 -66
- package/src/common/app-select/AppSelect.vue +2 -0
- package/src/common/app-sheet/AppSheet.vue +114 -111
- package/src/common/app-sidebar/AppSidebar.vue +1 -0
- package/src/icons/components/arrow-down-icon.vue +25 -25
- package/src/icons/components/arrow-frame-icon.vue +19 -19
- package/src/icons/components/arrow-square.vue +22 -22
- package/src/icons/header/flashIcon.vue +24 -24
- package/src/icons/header/notificationIcon.vue +18 -18
- package/src/icons/header/searchStatusIcon.vue +24 -24
- package/src/icons/header/smallCapsIcon.vue +34 -34
- package/src/icons/sidebar/assign-module-icon.vue +36 -36
- package/src/icons/sidebar/instrument-history-icon.vue +32 -32
- package/src/icons/sidebar/instrument-order-icon.vue +38 -38
- package/src/icons/sidebar/instrument-work-zone-icon.vue +18 -18
- package/src/icons/sidebar/instruments-icon.vue +45 -45
- package/src/icons/sidebar/logo-icon.vue +15 -15
- package/src/icons/sidebar/logout-icon.vue +13 -13
- package/src/icons/sidebar/modules-icon.vue +16 -16
- package/src/icons/sidebar/notifications-icon.vue +24 -24
- package/src/icons/sidebar/order-icon.vue +44 -44
- package/src/icons/sidebar/pass-icon.vue +38 -38
- package/src/icons/sidebar/positions-icon.vue +42 -42
- package/src/icons/sidebar/preorder-icon.vue +19 -19
- package/src/icons/sidebar/repair-object-icon.vue +18 -18
- package/src/icons/sidebar/repairs-icon.vue +20 -20
- package/src/icons/sidebar/roles-icon.vue +26 -26
- package/src/icons/sidebar/status-history-icon.vue +24 -24
- package/src/icons/sidebar/tasks-icon.vue +28 -28
- package/src/icons/sidebar/teams-icon.vue +32 -32
- package/src/icons/sidebar/user-icon.vue +18 -18
- package/src/icons/sidebar/users-icon.vue +46 -46
- package/src/icons/sidebar/videosources-icon.vue +19 -19
- package/src/icons/sidebar/videowall-icon.vue +13 -13
- package/src/icons/sidebar/videozones-icon.vue +21 -21
- package/src/icons/sidebar/warehouses-icon.vue +43 -43
- package/src/icons/sidebar/workshop-icon.vue +100 -100
- package/src/icons/sidebar/workzones-icon.vue +22 -22
- package/src/index.ts +1 -0
- package/src/shared/fonts/Montserrat-Bold.ttf +0 -0
- package/src/shared/fonts/NunitoSans_7pt-Bold.ttf +0 -0
- package/src/shared/styles/general.css +46 -27
package/dist/shared-ritm.es.js
CHANGED
|
@@ -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
|
-
|
|
1830
|
-
"
|
|
1831
|
-
"
|
|
1832
|
-
|
|
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
|
-
|
|
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-
|
|
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++)
|
|
@@ -7439,12 +7439,13 @@ const $c = be({
|
|
|
7439
7439
|
label: {},
|
|
7440
7440
|
multiple: { type: Boolean },
|
|
7441
7441
|
borderColor: {},
|
|
7442
|
-
isDisabled: { type: Boolean }
|
|
7442
|
+
isDisabled: { type: Boolean },
|
|
7443
|
+
clearable: { type: Boolean }
|
|
7443
7444
|
},
|
|
7444
7445
|
emits: ["update:modelValue"],
|
|
7445
7446
|
setup(e, { emit: t }) {
|
|
7446
7447
|
bn((s) => ({
|
|
7447
|
-
"
|
|
7448
|
+
"3c487f2d": s.borderColor
|
|
7448
7449
|
}));
|
|
7449
7450
|
const n = e, o = F({}), r = t, l = d({
|
|
7450
7451
|
get() {
|
|
@@ -7478,6 +7479,7 @@ const $c = be({
|
|
|
7478
7479
|
label: s.label,
|
|
7479
7480
|
"input-debounce": "100",
|
|
7480
7481
|
"popup-content-class": s.$style["app-select__menu"],
|
|
7482
|
+
clearable: s.clearable,
|
|
7481
7483
|
rounded: "",
|
|
7482
7484
|
autocomplete: "",
|
|
7483
7485
|
onFilter: c
|
|
@@ -7521,7 +7523,7 @@ const $c = be({
|
|
|
7521
7523
|
]),
|
|
7522
7524
|
key: "0"
|
|
7523
7525
|
} : void 0
|
|
7524
|
-
]), 1032, ["modelValue", "options", "option-value", "option-label", "disable", "multiple", "class", "label", "popup-content-class"]));
|
|
7526
|
+
]), 1032, ["modelValue", "options", "option-value", "option-label", "disable", "multiple", "class", "label", "popup-content-class", "clearable"]));
|
|
7525
7527
|
}
|
|
7526
7528
|
}), Lc = "_wrap_n46gp_1", Rc = "_select_n46gp_8", Ac = {
|
|
7527
7529
|
wrap: Lc,
|
|
@@ -7612,16 +7614,16 @@ const Dc = Lr(
|
|
|
7612
7614
|
props: {
|
|
7613
7615
|
dialogRef: {},
|
|
7614
7616
|
loading: { type: Boolean, default: !1 },
|
|
7615
|
-
title: {},
|
|
7617
|
+
title: { default: "" },
|
|
7616
7618
|
width: { default: "976px" },
|
|
7617
7619
|
type: { default: "details" },
|
|
7618
|
-
tabs: {},
|
|
7619
|
-
currentTabName: {}
|
|
7620
|
+
tabs: { default: () => [] },
|
|
7621
|
+
currentTabName: { default: "" }
|
|
7620
7622
|
},
|
|
7621
7623
|
emits: ["update:dialogRef", "update:currentTabName"],
|
|
7622
7624
|
setup(e, { emit: t }) {
|
|
7623
7625
|
bn((l) => ({
|
|
7624
|
-
"
|
|
7626
|
+
"740e724f": l.width
|
|
7625
7627
|
}));
|
|
7626
7628
|
const n = e, o = t, r = d({
|
|
7627
7629
|
get() {
|
|
@@ -7690,7 +7692,7 @@ const Dc = Lr(
|
|
|
7690
7692
|
"sheet-dialog": "_sheet-dialog_1rkva_1"
|
|
7691
7693
|
}, Yc = {
|
|
7692
7694
|
$style: Wc
|
|
7693
|
-
}, Tv = /* @__PURE__ */ ue(Uc, [["__cssModules", Yc], ["__scopeId", "data-v-
|
|
7695
|
+
}, Tv = /* @__PURE__ */ ue(Uc, [["__cssModules", Yc], ["__scopeId", "data-v-813dad0d"]]), Kr = {
|
|
7694
7696
|
left: !0,
|
|
7695
7697
|
right: !0,
|
|
7696
7698
|
up: !0,
|
|
@@ -9427,7 +9429,7 @@ const T1 = /* @__PURE__ */ Ye({
|
|
|
9427
9429
|
props: {
|
|
9428
9430
|
isDrawer: { type: Boolean },
|
|
9429
9431
|
minify: { type: Boolean },
|
|
9430
|
-
menuItems: {},
|
|
9432
|
+
menuItems: { default: () => [] },
|
|
9431
9433
|
main: { type: Boolean, default: !1 }
|
|
9432
9434
|
},
|
|
9433
9435
|
emits: ["logout"],
|