@byteluck-fe/model-driven-controls 2.23.0-beta.22-dx → 2.23.0-beta.23

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.
@@ -1,5 +1,5 @@
1
- import { ColumnControlProperty, DataSourceBind, OptionSetting, LinkOperationOption, ColumnControlPropertyRules } from '@byteluck-fe/model-driven-core';
2
- declare class DecimalColumnControlPropertyRules extends ColumnControlPropertyRules {
1
+ import { ColumnControlProperty, DataSourceBind, OptionSetting, LinkOperationOption, ColumnOptionAndDataSourcePropertyRules } from '@byteluck-fe/model-driven-core';
2
+ declare class DecimalColumnControlPropertyRules extends ColumnOptionAndDataSourcePropertyRules {
3
3
  constructor(props: DecimalColumnControlProperty);
4
4
  }
5
5
  /**
@@ -27,7 +27,6 @@ declare class Employee2Property extends BaseControlProperty {
27
27
  externalType: string;
28
28
  externalScope: string[];
29
29
  openMultistageFilling: boolean;
30
- mainDeptFlag: boolean;
31
30
  constructor(props?: Partial<Employee2Property>);
32
31
  }
33
32
  export default Employee2Property;
@@ -141,6 +141,7 @@ export declare class ActionSetting {
141
141
  orders: DataSourceOrderItem[];
142
142
  filters: Array<FieldFilterCondition | FieldFilterConditions>[];
143
143
  isRelation: boolean;
144
+ relationBindCode: string;
144
145
  constructor(props?: Partial<ActionSetting>);
145
146
  }
146
147
  export declare class ListHeightSetting {
package/package.json CHANGED
@@ -1,35 +1,35 @@
1
- {
2
- "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.23.0-beta.22-dx",
4
- "description": "> TODO: description",
5
- "author": "郝晨光 <2293885211@qq.com>",
6
- "homepage": "",
7
- "license": "ISC",
8
- "main": "dist/esm/index.js",
9
- "module": "dist/esm/index.js",
10
- "umd": "dist/index.umd.js",
11
- "types": "dist/types",
12
- "files": [
13
- "bin",
14
- "dist",
15
- "types"
16
- ],
17
- "publishConfig": {
18
- "registry": "https://registry.npmjs.org/",
19
- "access": "public"
20
- },
21
- "scripts": {
22
- "compiler": "tsc --emitDeclarationOnly && swc src -d dist/esm -C jsc.target=es5 -D",
23
- "cleanup": "rimraf ./dist",
24
- "prepublish": "npm run cleanup && npm run compiler && npm run build",
25
- "build": "rollup -c",
26
- "postpublish": "node ../../scripts/postpublish.js"
27
- },
28
- "dependencies": {
29
- "@byteluck-fe/model-driven-core": "2.23.0-beta.22-dx",
30
- "@byteluck-fe/model-driven-settings": "2.23.0-beta.22-dx",
31
- "@byteluck-fe/model-driven-shared": "2.23.0-beta.22-dx",
32
- "async-validator": "3.5.1"
33
- },
34
- "gitHead": "e2a82eab774742e40a51384b0943425fee5e5bdb"
35
- }
1
+ {
2
+ "name": "@byteluck-fe/model-driven-controls",
3
+ "version": "2.23.0-beta.23",
4
+ "description": "> TODO: description",
5
+ "author": "郝晨光 <2293885211@qq.com>",
6
+ "homepage": "",
7
+ "license": "ISC",
8
+ "main": "dist/esm/index.js",
9
+ "module": "dist/esm/index.js",
10
+ "umd": "dist/index.umd.js",
11
+ "types": "dist/types",
12
+ "files": [
13
+ "bin",
14
+ "dist",
15
+ "types"
16
+ ],
17
+ "publishConfig": {
18
+ "registry": "https://registry.npmjs.org/",
19
+ "access": "public"
20
+ },
21
+ "scripts": {
22
+ "compiler": "tsc --emitDeclarationOnly && swc src -d dist/esm -C jsc.target=es5 -D",
23
+ "cleanup": "rimraf ./dist",
24
+ "prepublish": "npm run cleanup && npm run compiler && npm run build",
25
+ "build": "rollup -c",
26
+ "postpublish": "node ../../scripts/postpublish.js"
27
+ },
28
+ "dependencies": {
29
+ "@byteluck-fe/model-driven-core": "2.23.0-beta.22",
30
+ "@byteluck-fe/model-driven-settings": "2.23.0-beta.22",
31
+ "@byteluck-fe/model-driven-shared": "2.23.0-beta.22",
32
+ "async-validator": "3.5.1"
33
+ },
34
+ "gitHead": "1d9837b9841f8dafc3f3bc822027bc0d16cf3816"
35
+ }