@byteluck-fe/model-driven-controls 6.2.0-1-beta-tree-data.2 → 6.2.0-1-beta-list.2
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.
|
@@ -70,7 +70,7 @@ function _is_native_reflect_construct() {
|
|
|
70
70
|
return !!result;
|
|
71
71
|
})();
|
|
72
72
|
}
|
|
73
|
-
import { LayoutControlProperty, PropertyRules, PropertyRuntimeRules, DataSourceBind, SubListPageConfig, JoinRelation, RowStyle, ListTreeData } from '@byteluck-fe/model-driven-core';
|
|
73
|
+
import { LayoutControlProperty, PropertyRules, PropertyRuntimeRules, DataSourceBind, SubListPageConfig, JoinRelation, RowStyle, ListTreeData, MasterDetail } from '@byteluck-fe/model-driven-core';
|
|
74
74
|
import { initOptionAndDataSourceRules } from '@byteluck-fe/model-driven-core';
|
|
75
75
|
import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
76
76
|
/**
|
|
@@ -322,7 +322,7 @@ import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
|
322
322
|
_this.treeData = new ListTreeData(props === null || props === void 0 ? void 0 : props.treeData);
|
|
323
323
|
var _props_isMasterDetail;
|
|
324
324
|
_this.isMasterDetail = (_props_isMasterDetail = props === null || props === void 0 ? void 0 : props.isMasterDetail) !== null && _props_isMasterDetail !== void 0 ? _props_isMasterDetail : false;
|
|
325
|
-
_this.masterDetail = new
|
|
325
|
+
_this.masterDetail = new MasterDetail(props === null || props === void 0 ? void 0 : props.masterDetail);
|
|
326
326
|
return _this;
|
|
327
327
|
}
|
|
328
328
|
return ListViewControlProperty;
|