@jiaozhiye/qm-design-react 1.9.0 → 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.
@@ -142,6 +142,7 @@ export type IFormItem = {
142
142
  minDateTime?: string;
143
143
  maxDateTime?: string;
144
144
  disableds?: [boolean, boolean];
145
+ allowEmpty?: [boolean, boolean];
145
146
  shortCuts?: boolean;
146
147
  format?: string;
147
148
  disabledDate?: (current: Dayjs) => boolean;
@@ -163,6 +164,8 @@ export type IFormItem = {
163
164
  openPyt?: boolean;
164
165
  checkStrategy?: ICheckStrategy;
165
166
  checkStrictly?: boolean;
167
+ defaultExpandAll?: boolean;
168
+ defaultExpandedKeys?: IDict[`value`][];
166
169
  changeOnSelect?: boolean;
167
170
  selectLevel?: number;
168
171
  hideHeader?: boolean;