@stonecrop/desktop 0.2.65 → 0.2.67
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/desktop.js +2 -2
- package/dist/desktop.js.map +1 -1
- package/dist/desktop.umd.cjs +1 -1
- package/dist/desktop.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -5
package/dist/desktop.js
CHANGED
|
@@ -4946,7 +4946,7 @@ const vl = (e) => {
|
|
|
4946
4946
|
return {
|
|
4947
4947
|
textAlign: u,
|
|
4948
4948
|
width: l,
|
|
4949
|
-
backgroundColor: i.value ? "var(--sc-cell-
|
|
4949
|
+
backgroundColor: i.value ? "var(--sc-cell-changed-color)" : "inherit",
|
|
4950
4950
|
fontWeight: i.value ? "bold" : "inherit",
|
|
4951
4951
|
paddingLeft: e.store.getIndent(e.colIndex, (k = e.store.display[e.rowIndex]) == null ? void 0 : k.indent)
|
|
4952
4952
|
};
|
|
@@ -5303,7 +5303,7 @@ const vl = (e) => {
|
|
|
5303
5303
|
for (const [o, r] of t)
|
|
5304
5304
|
n[o] = r;
|
|
5305
5305
|
return n;
|
|
5306
|
-
}, Cl = /* @__PURE__ */ Pl(Sl, [["__scopeId", "data-v-
|
|
5306
|
+
}, Cl = /* @__PURE__ */ Pl(Sl, [["__scopeId", "data-v-930d16dc"]]), Il = /* @__PURE__ */ se({
|
|
5307
5307
|
__name: "Records",
|
|
5308
5308
|
setup(e) {
|
|
5309
5309
|
const { stonecrop: t, isReady: n } = er(), o = { view: "list" };
|