shared-ritm 1.2.81 → 1.2.82
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 -4
- package/dist/shared-ritm.umd.js +152 -152
- package/package.json +1 -1
- package/src/common/app-sheet-new/AppSheetNew.vue +3 -2
package/dist/shared-ritm.es.js
CHANGED
|
@@ -10238,7 +10238,7 @@ const Lx = ["left", "center", "right", "justify"], qx = Ge({
|
|
|
10238
10238
|
emits: ["update:dialogRef", "update:tabId", "close", "before-hide"],
|
|
10239
10239
|
setup(e, { emit: n }) {
|
|
10240
10240
|
qo((s) => ({
|
|
10241
|
-
"
|
|
10241
|
+
"92d85226": s.width
|
|
10242
10242
|
}));
|
|
10243
10243
|
const t = e, r = n, o = Np(), a = k({
|
|
10244
10244
|
get() {
|
|
@@ -10249,10 +10249,13 @@ const Lx = ["left", "center", "right", "justify"], qx = Ge({
|
|
|
10249
10249
|
}
|
|
10250
10250
|
}), i = k({
|
|
10251
10251
|
get() {
|
|
10252
|
-
|
|
10252
|
+
var s, u;
|
|
10253
|
+
return (u = (s = t.tabs) == null ? void 0 : s.find((l) => l.id === t.tabId)) == null ? void 0 : u.title;
|
|
10253
10254
|
},
|
|
10254
10255
|
set(s) {
|
|
10255
|
-
|
|
10256
|
+
var l, c;
|
|
10257
|
+
const u = (c = (l = t.tabs) == null ? void 0 : l.find((d) => d.title === s)) == null ? void 0 : c.id;
|
|
10258
|
+
r("update:tabId", u);
|
|
10256
10259
|
}
|
|
10257
10260
|
});
|
|
10258
10261
|
return (s, u) => (Q(), Pe(Er(Pa), {
|
|
@@ -10342,7 +10345,7 @@ const Lx = ["left", "center", "right", "justify"], qx = Ge({
|
|
|
10342
10345
|
tab: Xx
|
|
10343
10346
|
}, Qx = {
|
|
10344
10347
|
$style: Yx
|
|
10345
|
-
}, PA = /* @__PURE__ */ Fe(Kx, [["__cssModules", Qx], ["__scopeId", "data-v-
|
|
10348
|
+
}, PA = /* @__PURE__ */ Fe(Kx, [["__cssModules", Qx], ["__scopeId", "data-v-352e8f88"]]), fh = 150, Zx = Ge({
|
|
10346
10349
|
name: "QDrawer",
|
|
10347
10350
|
inheritAttrs: !1,
|
|
10348
10351
|
props: {
|