@byteluck-fe/model-driven-controls 2.7.0-alpha.26 → 2.7.0-alpha.28

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.
@@ -199,6 +199,10 @@ _define_property(DecimalColumnControl, "setting", [
199
199
  {
200
200
  key: "column-sort",
201
201
  visible: true
202
+ },
203
+ {
204
+ key: "column-statistics",
205
+ visible: true
202
206
  }
203
207
  ]);
204
208
  export default DecimalColumnControl;
@@ -197,6 +197,10 @@ _define_property(TextColumnControl, "setting", [
197
197
  {
198
198
  key: "column-sort",
199
199
  visible: true
200
+ },
201
+ {
202
+ key: "column-statistics",
203
+ visible: true
200
204
  }
201
205
  ]);
202
206
  export default TextColumnControl;
@@ -147,6 +147,10 @@ _define_property(VarcharColumnControl, "setting", [
147
147
  {
148
148
  key: "column-sort",
149
149
  visible: true
150
+ },
151
+ {
152
+ key: "column-statistics",
153
+ visible: true
150
154
  }
151
155
  ]);
152
156
  export default VarcharColumnControl;