@openli1115/lowcode-edit-pro-table 1.0.86 → 1.0.87

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.
@@ -8,6 +8,7 @@ const ProSearchMeta: IPublicTypeComponentMetadata = {
8
8
  docUrl: '',
9
9
  screenshot: '',
10
10
  devMode: 'proCode',
11
+ hidden: false,
11
12
  npm: {
12
13
  package: '@openli1115/lowcode-edit-pro-table',
13
14
  version: '{{version}}',
@@ -102,7 +102,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
102
102
  packageName = '@openli1115/lowcode-edit-pro-table';
103
103
  }
104
104
  if (version === void 0) {
105
- version = '1.0.86';
105
+ version = '1.0.87';
106
106
  }
107
107
  if (basicLibraryVersion === void 0) {
108
108
  basicLibraryVersion = {
@@ -7,6 +7,7 @@ var ProSearchMeta = {
7
7
  docUrl: '',
8
8
  screenshot: '',
9
9
  devMode: 'proCode',
10
+ hidden: false,
10
11
  npm: {
11
12
  "package": '@openli1115/lowcode-edit-pro-table',
12
13
  version: '{{version}}',
@@ -107,7 +107,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
107
107
  packageName = '@openli1115/lowcode-edit-pro-table';
108
108
  }
109
109
  if (version === void 0) {
110
- version = '1.0.86';
110
+ version = '1.0.87';
111
111
  }
112
112
  if (basicLibraryVersion === void 0) {
113
113
  basicLibraryVersion = {
@@ -12,6 +12,7 @@ var ProSearchMeta = {
12
12
  docUrl: '',
13
13
  screenshot: '',
14
14
  devMode: 'proCode',
15
+ hidden: false,
15
16
  npm: {
16
17
  "package": '@openli1115/lowcode-edit-pro-table',
17
18
  version: '{{version}}',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openli1115/lowcode-edit-pro-table",
3
- "version": "1.0.86",
3
+ "version": "1.0.87",
4
4
  "description": "@openli1115/lowcode-edit-pro-table",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -101,10 +101,10 @@
101
101
  },
102
102
  "componentConfig": {
103
103
  "isComponentLibrary": true,
104
- "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.86/build/lowcode/assets-prod.json"
104
+ "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.87/build/lowcode/assets-prod.json"
105
105
  },
106
106
  "lcMeta": {
107
107
  "type": "component"
108
108
  },
109
- "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.86/build/index.html"
109
+ "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.87/build/index.html"
110
110
  }