@byteluck-fe/runtime-desktop-controls 1.2.8 → 1.2.9
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.
|
@@ -30195,10 +30195,10 @@ function r8(e, t, a, n, r, o) {
|
|
|
30195
30195
|
width: _?.props?.width > 50 ? _.props.width : 60,
|
|
30196
30196
|
pinned: !0
|
|
30197
30197
|
};
|
|
30198
|
-
_?.props?.widthType === "auto" && (R.width = _?.props?.autoWidth
|
|
30199
|
-
minWidth: _?.props?.autoWidth
|
|
30200
|
-
maxWidth: _?.props?.autoWidth
|
|
30201
|
-
flex: _?.props?.autoWidth
|
|
30198
|
+
_?.props?.widthType === "auto" && (R.width = _?.props?.autoWidth?.minWidth, R.pinned = !1, Object.assign(R, {
|
|
30199
|
+
minWidth: _?.props?.autoWidth?.minWidth,
|
|
30200
|
+
maxWidth: _?.props?.autoWidth?.maxWidth,
|
|
30201
|
+
flex: _?.props?.autoWidth?.flex
|
|
30202
30202
|
})), I && s(i).unshift({
|
|
30203
30203
|
headerName: n8("common.index", "序号"),
|
|
30204
30204
|
dataIndex: "symbolIndex",
|
|
@@ -30861,7 +30861,7 @@ function b8(e, t, a, n, r, o) {
|
|
|
30861
30861
|
class: "rok-grid-table",
|
|
30862
30862
|
"data-cid": e.instance.id
|
|
30863
30863
|
}, [
|
|
30864
|
-
e.gridColumns.length ? (P(), H(h, aa({
|
|
30864
|
+
e.gridColumns && e.gridColumns.length ? (P(), H(h, aa({
|
|
30865
30865
|
key: 0,
|
|
30866
30866
|
ref: "gridTableRef",
|
|
30867
30867
|
class: "ag-theme-alpine"
|