@byteluck-fe/model-driven-controls 2.2.2-beta.8 → 2.2.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.
Files changed (32) hide show
  1. package/dist/esm/columnControls/TextColumn/designer.js +4 -0
  2. package/dist/esm/columnControls/VarcharColumn/designer.js +4 -0
  3. package/dist/esm/formControls/Checkbox/property.js +2 -0
  4. package/dist/esm/formControls/Department/property.js +2 -0
  5. package/dist/esm/formControls/Department2/property.js +2 -0
  6. package/dist/esm/formControls/Employee/property.js +2 -0
  7. package/dist/esm/formControls/Employee2/property.js +2 -0
  8. package/dist/esm/formControls/Radio/property.js +2 -0
  9. package/dist/esm/formControls/Select/property.js +2 -0
  10. package/dist/esm/formControls/SelectMultiple/property.js +2 -0
  11. package/dist/esm/formControls/SelectRelation/property.js +2 -0
  12. package/dist/esm/formControls/Tree/property.js +2 -0
  13. package/dist/esm/layoutControls/SubTableColumn/designer.js +1 -2
  14. package/dist/esm/layoutControls/SubTableColumn/property.js +1 -2
  15. package/dist/esm/layoutControls/Tab/designer.js +3 -0
  16. package/dist/esm/listControls/SubTable/designer.js +0 -8
  17. package/dist/esm/listControls/SubTable/property.js +1 -5
  18. package/dist/index.umd.js +1 -1
  19. package/dist/types/formControls/Checkbox/property.d.ts +1 -0
  20. package/dist/types/formControls/Department/property.d.ts +1 -0
  21. package/dist/types/formControls/Department2/property.d.ts +1 -0
  22. package/dist/types/formControls/Employee/property.d.ts +1 -0
  23. package/dist/types/formControls/Employee2/property.d.ts +1 -0
  24. package/dist/types/formControls/Radio/property.d.ts +1 -0
  25. package/dist/types/formControls/Select/property.d.ts +1 -0
  26. package/dist/types/formControls/SelectMultiple/property.d.ts +1 -0
  27. package/dist/types/formControls/SelectRelation/property.d.ts +1 -0
  28. package/dist/types/formControls/Tree/property.d.ts +1 -0
  29. package/dist/types/layoutControls/SubTableColumn/property.d.ts +1 -6
  30. package/dist/types/layoutControls/Tab/designer.d.ts +1 -0
  31. package/dist/types/listControls/SubTable/property.d.ts +1 -11
  32. package/package.json +5 -5
@@ -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;
@@ -40,6 +40,7 @@ declare class DepartmentProperty extends BaseControlProperty {
40
40
  * 多级填充
41
41
  * */
42
42
  multistageFilling?: MultistageFillingItem[];
43
+ openMultistageFilling: boolean;
43
44
  constructor(props?: Partial<DepartmentProperty>);
44
45
  }
45
46
  export default DepartmentProperty;
@@ -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;
@@ -14,6 +14,7 @@ declare class EmployeeProperty extends BaseControlProperty {
14
14
  defaultValueType: 'none' | 'current' | 'assigned';
15
15
  defaultValue: string[];
16
16
  multistageFilling?: MultistageFillingItem[];
17
+ openMultistageFilling: boolean;
17
18
  constructor(props?: Partial<EmployeeProperty>);
18
19
  }
19
20
  export default EmployeeProperty;
@@ -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;
@@ -1,5 +1,5 @@
1
1
  import { RuleItem } from 'async-validator';
2
- import { LayoutControlProperty, PropertyRules, MetaAutoWidth } from '@byteluck-fe/model-driven-core';
2
+ import { LayoutControlProperty, PropertyRules } from '@byteluck-fe/model-driven-core';
3
3
  declare class SubTableColumnControlPropertyRules extends PropertyRules {
4
4
  caption: RuleItem;
5
5
  width: RuleItem;
@@ -13,11 +13,6 @@ declare class SubTableColumnControlProperty extends LayoutControlProperty {
13
13
  * px 像素 auto 自适应 percent百分比
14
14
  * */
15
15
  widthType: 'px' | 'auto' | 'percent';
16
- /**
17
- * 设置宽度在移动和pc 宽度
18
- * pc 电脑端 mobile 手机端
19
- * */
20
- metaAutoWidth: MetaAutoWidth;
21
16
  /**
22
17
  * 列宽
23
18
  * */
@@ -7,6 +7,7 @@ declare class TabControl extends DesignerLayoutControl<DesignerTabPaneControl> {
7
7
  static get controlType(): string;
8
8
  static get controlIcon(): string;
9
9
  static excludes: CONTROL_TYPE[];
10
+ static readonly controlEventKeys: string[];
10
11
  static setting: SettingOption[];
11
12
  props: TabControlProperty;
12
13
  constructor(props?: LayoutControlSchema<'tab', TabControlProperty, DesignerTabPaneControl>);
@@ -1,6 +1,6 @@
1
1
  import { RuleItem } from 'async-validator';
2
2
  import { DesignerSubTableControl } from './designer';
3
- import { ListControlProperty, PropertyRules, PropertyRuntimeRules, DataSourceBind, DataStorageDoc } from '@byteluck-fe/model-driven-core';
3
+ import { ListControlProperty, PropertyRules, PropertyRuntimeRules, DataSourceBind } from '@byteluck-fe/model-driven-core';
4
4
  import { MODE, Schema } from '@byteluck-fe/model-driven-core';
5
5
  import { DesignerSubTableColumnControl, RuntimeSubTableColumnControl } from '../../layoutControls/SubTableColumn';
6
6
  import { RuntimeSubTableControl } from './runtime';
@@ -101,16 +101,6 @@ declare class SubTableControlProperty<Mode extends MODE | 'Schema', Control exte
101
101
  * 可以清除
102
102
  * */
103
103
  canClear: boolean;
104
- /**
105
- * 移动端展现形式
106
- * tile 平铺 list列表
107
- * */
108
- mobileShowType: 'tile' | 'list';
109
- /**
110
- * 数据收起简述
111
- * tile 平铺 list列表
112
- * */
113
- dataStorageDoc: DataStorageDoc;
114
104
  /**
115
105
  * 开启后端分页
116
106
  * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.2.2-beta.8",
3
+ "version": "2.2.2",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,10 +26,10 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-core": "2.2.2-beta.8",
30
- "@byteluck-fe/model-driven-settings": "2.2.2-beta.8",
31
- "@byteluck-fe/model-driven-shared": "2.2.2-beta.7",
29
+ "@byteluck-fe/model-driven-core": "2.2.1-beta.7",
30
+ "@byteluck-fe/model-driven-settings": "2.2.1-beta.7",
31
+ "@byteluck-fe/model-driven-shared": "2.2.1-beta.7",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "33103e97a15d838e66bcf3e99c6d299d36026b28"
34
+ "gitHead": "df9f6f2929cf450fa74be6ae6213b5de3605a810"
35
35
  }