@everchron/ec-shards 9.18.10 → 9.18.11
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/ec-shards.js +6 -6
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -7720,8 +7720,8 @@ const n_ = /* @__PURE__ */ y(Au, [["render", Du], ["__scopeId", "data-v-ee025ab5
|
|
|
7720
7720
|
},
|
|
7721
7721
|
/** Keeps the cell's column fixed at the left side. This requires the `fixedLeftOffset` prop to be set. */
|
|
7722
7722
|
fixedLeft: {
|
|
7723
|
-
type: Boolean
|
|
7724
|
-
default:
|
|
7723
|
+
type: Boolean
|
|
7724
|
+
//default: false
|
|
7725
7725
|
},
|
|
7726
7726
|
/** Sets the offset (position left) of the cell's column in pixels. If there is only one fixed column at the left, the value needs to be `0`. If there are multiple columns fixed at the left, the value needs to be the sum of the `width` of all cells the preceed this cell. */
|
|
7727
7727
|
fixedLeftOffset: {
|
|
@@ -7729,8 +7729,8 @@ const n_ = /* @__PURE__ */ y(Au, [["render", Du], ["__scopeId", "data-v-ee025ab5
|
|
|
7729
7729
|
},
|
|
7730
7730
|
/** Determines if this is the last fixed column in the fixed group. When set, this adds a subtle shadow to the right to indicate fixed content on scroll. */
|
|
7731
7731
|
fixedLeftLast: {
|
|
7732
|
-
type: Boolean
|
|
7733
|
-
default:
|
|
7732
|
+
type: Boolean
|
|
7733
|
+
//default: false
|
|
7734
7734
|
},
|
|
7735
7735
|
/** Keeps the cell's column fixed at the right side. There should never be more than one fixedRight column and a cell can not be fixedRight and fixedLeft at the same time. */
|
|
7736
7736
|
fixedRight: {
|
|
@@ -7840,7 +7840,7 @@ const n_ = /* @__PURE__ */ y(Au, [["render", Du], ["__scopeId", "data-v-ee025ab5
|
|
|
7840
7840
|
created() {
|
|
7841
7841
|
this.cellWidth = this.width, this.cellFixedLeftOffset = this.fixedLeftOffset;
|
|
7842
7842
|
}
|
|
7843
|
-
}, Vu = (e) => (ve("data-v-
|
|
7843
|
+
}, Vu = (e) => (ve("data-v-ebf942ca"), e = e(), ye(), e), Hu = {
|
|
7844
7844
|
key: 0,
|
|
7845
7845
|
class: "shadow left"
|
|
7846
7846
|
}, Ru = ["data-column", "data-test"], Fu = {
|
|
@@ -7877,7 +7877,7 @@ function ju(e, s, t, a, n, i) {
|
|
|
7877
7877
|
t.fixedLeftLast ? (o(), r("div", Wu)) : u("", !0)
|
|
7878
7878
|
], 6);
|
|
7879
7879
|
}
|
|
7880
|
-
const a_ = /* @__PURE__ */ y(Nu, [["render", ju], ["__scopeId", "data-v-
|
|
7880
|
+
const a_ = /* @__PURE__ */ y(Nu, [["render", ju], ["__scopeId", "data-v-ebf942ca"]]), Uu = {
|
|
7881
7881
|
name: "ecs-data-list"
|
|
7882
7882
|
}, Gu = {
|
|
7883
7883
|
class: "ecs-data-list",
|