dcp-design-react 1.9.1 → 1.9.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.
@@ -164,6 +164,8 @@ export type IFormItem = {
164
164
  openPyt?: boolean;
165
165
  checkStrategy?: ICheckStrategy;
166
166
  checkStrictly?: boolean;
167
+ defaultExpandAll?: boolean;
168
+ defaultExpandedKeys?: IDict[`value`][];
167
169
  changeOnSelect?: boolean;
168
170
  selectLevel?: number;
169
171
  hideHeader?: boolean;