@byteluck-fe/model-driven-controls 2.22.3-beta.2 → 2.22.3-beta.3
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/esm/framework.js +3 -3
- package/dist/index.umd.js +1 -1
- package/dist/types/framework.d.ts +1 -1
- package/package.json +2 -2
package/dist/esm/framework.js
CHANGED
|
@@ -253,12 +253,12 @@ export var ListHeightSetting = function ListHeightSetting(props) {
|
|
|
253
253
|
"use strict";
|
|
254
254
|
_class_call_check(this, ListHeightSetting);
|
|
255
255
|
_define_property(this, "type", void 0);
|
|
256
|
-
_define_property(this, "
|
|
256
|
+
_define_property(this, "row", void 0);
|
|
257
257
|
_define_property(this, "height", void 0);
|
|
258
258
|
var _props_type;
|
|
259
259
|
this.type = (_props_type = props === null || props === void 0 ? void 0 : props.type) !== null && _props_type !== void 0 ? _props_type : 'auto';
|
|
260
|
-
var
|
|
261
|
-
this.
|
|
260
|
+
var _props_row;
|
|
261
|
+
this.row = (_props_row = props === null || props === void 0 ? void 0 : props.row) !== null && _props_row !== void 0 ? _props_row : 20;
|
|
262
262
|
this.height = props === null || props === void 0 ? void 0 : props.height;
|
|
263
263
|
};
|
|
264
264
|
export var ImportListBind = function ImportListBind(props) {
|