shared-ritm 1.2.95 → 1.2.96
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 +7 -9
- package/dist/shared-ritm.umd.js +6 -6
- package/dist/types/api/services/ComentsServise.d.ts +10 -0
- package/dist/types/api/services/PhotoService.d.ts +51 -38
- package/dist/types/api/types/Api_Tasks.d.ts +1 -1
- package/dist/types/api/types/Api_Users.d.ts +43 -0
- package/package.json +64 -64
- package/src/api/services/InstrumentsService.ts +22 -22
- package/src/api/services/UserService.ts +87 -87
- package/src/api/services/VideoService.ts +36 -36
- package/src/api/settings/ApiService.ts +123 -123
- package/src/api/types/Api_Instruments.ts +98 -98
- package/src/api/types/Api_Tasks.ts +1 -1
- package/src/api/types/Api_User.ts +117 -117
- package/src/api/types/Api_Video.ts +90 -90
- package/src/common/app-layout/components/AppLayoutHeader.vue +250 -250
- package/src/common/app-sheet-new/AppSheetNew.vue +246 -246
- package/src/common/app-table/AppTable.vue +312 -312
- package/src/common/app-table/AppTableLayout.vue +137 -137
- package/src/common/app-table/components/ModalSelect.vue +270 -270
- package/src/common/app-table/components/TableModal.vue +331 -331
- package/src/common/app-table/controllers/useBaseTable.ts +45 -45
- package/src/index.ts +113 -113
- package/src/styles/variables.sass +12 -12
package/dist/shared-ritm.es.js
CHANGED
|
@@ -10334,7 +10334,7 @@ const qx = ["left", "center", "right", "justify"], Vx = Ge({
|
|
|
10334
10334
|
tab: Kx
|
|
10335
10335
|
}, Yx = {
|
|
10336
10336
|
$style: Xx
|
|
10337
|
-
}, FA = /* @__PURE__ */ Fe(Gx, [["__cssModules", Yx], ["__scopeId", "data-v-
|
|
10337
|
+
}, FA = /* @__PURE__ */ Fe(Gx, [["__cssModules", Yx], ["__scopeId", "data-v-14857b70"]]), hh = 150, Qx = Ge({
|
|
10338
10338
|
name: "QDrawer",
|
|
10339
10339
|
inheritAttrs: !1,
|
|
10340
10340
|
props: {
|
|
@@ -12051,7 +12051,7 @@ const q_ = Ge({
|
|
|
12051
12051
|
], 64);
|
|
12052
12052
|
};
|
|
12053
12053
|
}
|
|
12054
|
-
}), oC = /* @__PURE__ */ Fe(rC, [["__scopeId", "data-v-
|
|
12054
|
+
}), oC = /* @__PURE__ */ Fe(rC, [["__scopeId", "data-v-2e33c030"]]), aC = { class: "modal-title" }, iC = {
|
|
12055
12055
|
key: 0,
|
|
12056
12056
|
class: "field-label"
|
|
12057
12057
|
}, sC = {
|
|
@@ -12260,7 +12260,7 @@ const q_ = Ge({
|
|
|
12260
12260
|
_: 1
|
|
12261
12261
|
}, 8, ["model-value"]));
|
|
12262
12262
|
}
|
|
12263
|
-
}), VA = /* @__PURE__ */ Fe(uC, [["__scopeId", "data-v-
|
|
12263
|
+
}), VA = /* @__PURE__ */ Fe(uC, [["__scopeId", "data-v-c0c39e0f"]]), ph = Ge({
|
|
12264
12264
|
name: "QTd",
|
|
12265
12265
|
props: {
|
|
12266
12266
|
props: Object,
|
|
@@ -14203,7 +14203,7 @@ const HC = /* @__PURE__ */ Fe(zC, [["render", $C]]), UC = {
|
|
|
14203
14203
|
]), 1032, ["selected", "rows", "columns", "selection"])
|
|
14204
14204
|
]));
|
|
14205
14205
|
}
|
|
14206
|
-
}), tk = /* @__PURE__ */ Fe(ek, [["__scopeId", "data-v-
|
|
14206
|
+
}), tk = /* @__PURE__ */ Fe(ek, [["__scopeId", "data-v-eea28ff7"]]), nk = {
|
|
14207
14207
|
key: 0,
|
|
14208
14208
|
class: "table-controls"
|
|
14209
14209
|
}, rk = { class: "table-wrapper" }, ok = {
|
|
@@ -14277,7 +14277,7 @@ const HC = /* @__PURE__ */ Fe(zC, [["render", $C]]), UC = {
|
|
|
14277
14277
|
"modal" in Er(o) ? nn(u.$slots, "modal", { key: 2 }, void 0, !0) : et("", !0)
|
|
14278
14278
|
], 2));
|
|
14279
14279
|
}
|
|
14280
|
-
}), zA = /* @__PURE__ */ Fe(ak, [["__scopeId", "data-v-
|
|
14280
|
+
}), zA = /* @__PURE__ */ Fe(ak, [["__scopeId", "data-v-75397446"]]);
|
|
14281
14281
|
function Qv(e, n) {
|
|
14282
14282
|
return function() {
|
|
14283
14283
|
return e.apply(n, arguments);
|
|
@@ -14586,8 +14586,6 @@ function lu(e, n, t) {
|
|
|
14586
14586
|
if (p === null) return "";
|
|
14587
14587
|
if (te.isDate(p))
|
|
14588
14588
|
return p.toISOString();
|
|
14589
|
-
if (te.isBoolean(p))
|
|
14590
|
-
return p.toString();
|
|
14591
14589
|
if (!u && te.isBlob(p))
|
|
14592
14590
|
throw new ut("Blob is not supported. Use a Buffer instead.");
|
|
14593
14591
|
return te.isArrayBuffer(p) || te.isTypedArray(p) ? u && typeof Blob == "function" ? new Blob([p]) : Buffer.from(p) : p;
|
|
@@ -15508,7 +15506,7 @@ const I3 = async (e) => {
|
|
|
15508
15506
|
duplex: "half",
|
|
15509
15507
|
credentials: g ? d : void 0
|
|
15510
15508
|
});
|
|
15511
|
-
let w = await fetch(p
|
|
15509
|
+
let w = await fetch(p);
|
|
15512
15510
|
const b = lc && (l === "stream" || l === "response");
|
|
15513
15511
|
if (lc && (s || b && v)) {
|
|
15514
15512
|
const x = {};
|
|
@@ -15613,7 +15611,7 @@ function Mh(e) {
|
|
|
15613
15611
|
), r.response.headers = Nn.from(r.response.headers))), Promise.reject(r);
|
|
15614
15612
|
});
|
|
15615
15613
|
}
|
|
15616
|
-
const bm = "1.
|
|
15614
|
+
const bm = "1.9.0", du = {};
|
|
15617
15615
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, n) => {
|
|
15618
15616
|
du[e] = function(r) {
|
|
15619
15617
|
return typeof r === e || "a" + (n < 1 ? "n " : " ") + e;
|