@byteluck-fe/model-driven-core 2.23.0-beta.2 → 2.23.0-beta.21-zt

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.
@@ -779,7 +779,9 @@ export declare enum COMMON_SETTING_TYPE {
779
779
  REVISIONS_MODE = "revisionsMode",
780
780
  ALLOW_COPY_OPTIONS = "allowCopyOptions",
781
781
  IS_PASTE = "isPaste",
782
- SORTABLE = "sortable"
782
+ SORTABLE = "sortable",
783
+ IS_SHOW_SIMPLE_SEARCH = "isShowSimpleSearch",
784
+ IS_SHOW_TOOL_BAE = "isShowToolbar"
783
785
  }
784
786
  export declare enum PAGE_STATUS {
785
787
  UNKNOWN = 0,
package/package.json CHANGED
@@ -1,34 +1,34 @@
1
- {
2
- "name": "@byteluck-fe/model-driven-core",
3
- "version": "2.23.0-beta.2",
4
- "description": "model engine core",
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-shared": "2.23.0-beta.2",
30
- "async-validator": "3.5.1",
31
- "tslib": "^2.1.0"
32
- },
33
- "gitHead": "ca8eacc7cd6adb035d49a4da11a2e5697216172d"
34
- }
1
+ {
2
+ "name": "@byteluck-fe/model-driven-core",
3
+ "version": "2.23.0-beta.21-zt",
4
+ "description": "model engine core",
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-shared": "2.23.0-beta.21-zt",
30
+ "async-validator": "3.5.1",
31
+ "tslib": "^2.1.0"
32
+ },
33
+ "gitHead": "863173a36f3466aef72aaa1a902f40f1db35d322"
34
+ }