@stonecrop/atable 0.36.0 → 0.38.1
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/assets/index.css
CHANGED
|
@@ -413,7 +413,9 @@
|
|
|
413
413
|
}
|
|
414
414
|
.atable-expanded-content {
|
|
415
415
|
box-sizing: border-box;
|
|
416
|
-
width: 100
|
|
416
|
+
/* No width here. A colspan cell already spans the row, and width: 100% is fed
|
|
417
|
+
into the auto table-layout as a column constraint, so opening the row
|
|
418
|
+
redistributes every column and the headers jump. */
|
|
417
419
|
border-top: 1px solid var(--sc-row-border-color);
|
|
418
420
|
border-right: 1px solid var(--sc-row-border-color);
|
|
419
421
|
border-bottom: 1px solid var(--sc-row-border-color);
|
|
@@ -434,7 +436,7 @@
|
|
|
434
436
|
background: var(--sc-cell-changed-color);
|
|
435
437
|
}
|
|
436
438
|
|
|
437
|
-
.atable-row.changed-row-gradient[data-v-
|
|
439
|
+
.atable-row.changed-row-gradient[data-v-ad9de744]:has(td.cell-modified) {
|
|
438
440
|
--cell-color-start: color-mix(in srgb, var(--sc-cell-changed-color), var(--sc-gray-5) 20%);
|
|
439
441
|
--cell-color-end: color-mix(in srgb, var(--sc-cell-changed-color), var(--sc-gray-5) 60%);
|
|
440
442
|
background: linear-gradient(90deg, var(--cell-color-start), var(--cell-color-end));
|
package/dist/atable.js
CHANGED
|
@@ -1748,7 +1748,7 @@ var ARow_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__
|
|
|
1748
1748
|
}, void 0, true)], 8, _hoisted_3$4)], 8, _hoisted_2$6)) : createCommentVNode("", true)], 64);
|
|
1749
1749
|
};
|
|
1750
1750
|
}
|
|
1751
|
-
}), [["__scopeId", "data-v-
|
|
1751
|
+
}), [["__scopeId", "data-v-ad9de744"]]);
|
|
1752
1752
|
//#endregion
|
|
1753
1753
|
//#region src/components/AGanttConnection.vue?vue&type=script&setup=true&lang.ts
|
|
1754
1754
|
var _hoisted_1$6 = { class: "gantt-connection-overlay" };
|