@byteluck-fe/model-driven-controls 2.2.1-beta.7 → 2.2.1-beta.9

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.
@@ -23,6 +23,7 @@ declare class CheckboxProperty extends BaseControlProperty {
23
23
  multistageFilling?: MultistageFillingItem[];
24
24
  interreaction: [];
25
25
  defaultValue: string[];
26
+ openMultistageFilling: boolean;
26
27
  constructor(props?: Partial<CheckboxProperty>);
27
28
  }
28
29
  export default CheckboxProperty;
@@ -57,6 +57,7 @@ declare class Department2Property extends BaseControlProperty {
57
57
  datasourceType: string;
58
58
  businessType: string;
59
59
  businessScope: string[];
60
+ openMultistageFilling: boolean;
60
61
  constructor(props?: Partial<Department2Property>);
61
62
  }
62
63
  export default Department2Property;
@@ -26,6 +26,7 @@ declare class Employee2Property extends BaseControlProperty {
26
26
  insideType: string;
27
27
  externalType: string;
28
28
  externalScope: string[];
29
+ openMultistageFilling: boolean;
29
30
  constructor(props?: Partial<Employee2Property>);
30
31
  }
31
32
  export default Employee2Property;
@@ -15,6 +15,7 @@ declare class RadioProperty extends BaseControlProperty {
15
15
  multistageFilling?: MultistageFillingItem[];
16
16
  interreaction: [];
17
17
  defaultValue: string;
18
+ openMultistageFilling: boolean;
18
19
  constructor(props?: Partial<RadioProperty>);
19
20
  }
20
21
  export default RadioProperty;
@@ -11,6 +11,7 @@ declare class SelectProperty extends BaseControlProperty {
11
11
  datasourceBind: DataSourceBind;
12
12
  multistageFilling: MultistageFillingItem[];
13
13
  allowCopyOptions: boolean;
14
+ openMultistageFilling: boolean;
14
15
  constructor(props?: Partial<SelectProperty>);
15
16
  }
16
17
  export default SelectProperty;
@@ -14,6 +14,7 @@ declare class SelectMultipleProperty extends BaseControlProperty {
14
14
  defaultValue: string[];
15
15
  datasourceBind: DataSourceBind;
16
16
  multistageFilling?: MultistageFillingItem[];
17
+ openMultistageFilling: boolean;
17
18
  constructor(props?: Partial<SelectMultipleProperty>);
18
19
  }
19
20
  export default SelectMultipleProperty;
@@ -16,6 +16,7 @@ declare class SelectRelationProperty extends BaseControlProperty {
16
16
  * @description 查看详情 https://www.tapd.cn/49877295/prong/stories/view/1149877295001003559
17
17
  */
18
18
  canViewForm: boolean;
19
+ openMultistageFilling: boolean;
19
20
  constructor(props?: Partial<SelectRelationProperty>);
20
21
  }
21
22
  export default SelectRelationProperty;
@@ -22,6 +22,7 @@ declare class TreeProperty extends BaseControlProperty {
22
22
  datasourceBind: TreeDataSourceBind;
23
23
  multistageFilling: MultistageFillingItem[];
24
24
  defaultValue: string[];
25
+ openMultistageFilling: boolean;
25
26
  constructor(props?: Partial<TreeProperty>);
26
27
  }
27
28
  export default TreeProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.2.1-beta.7",
3
+ "version": "2.2.1-beta.9",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -31,5 +31,5 @@
31
31
  "@byteluck-fe/model-driven-shared": "2.2.1-beta.7",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "714c0287f94574ab2c1175bf952656ec476fcd7b"
34
+ "gitHead": "6c679c58f37ce4347ee4db9740f3631e47f489fe"
35
35
  }