@openli1115/lowcode-edit-pro-table 1.0.106 → 1.0.107

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.
@@ -419,7 +419,9 @@ var ProSearch = function ProSearch(_ref2) {
419
419
  sign: c.sign,
420
420
  option: c.option || 'EQ',
421
421
  low: c.low || '',
422
- high: c.high || ''
422
+ high: c.high || '',
423
+ selected_flag: null,
424
+ inner_status: null
423
425
  });
424
426
  }
425
427
  });
@@ -428,7 +430,9 @@ var ProSearch = function ProSearch(_ref2) {
428
430
  sign: 'I',
429
431
  option: fv.high ? 'BT' : 'EQ',
430
432
  low: fv.low || '',
431
- high: fv.high || ''
433
+ high: fv.high || '',
434
+ selected_flag: null,
435
+ inner_status: null
432
436
  });
433
437
  }
434
438
  win.screenStructures[si] = screenRows;
@@ -425,7 +425,9 @@ var ProSearch = function ProSearch(_ref2) {
425
425
  sign: c.sign,
426
426
  option: c.option || 'EQ',
427
427
  low: c.low || '',
428
- high: c.high || ''
428
+ high: c.high || '',
429
+ selected_flag: null,
430
+ inner_status: null
429
431
  });
430
432
  }
431
433
  });
@@ -434,7 +436,9 @@ var ProSearch = function ProSearch(_ref2) {
434
436
  sign: 'I',
435
437
  option: fv.high ? 'BT' : 'EQ',
436
438
  low: fv.low || '',
437
- high: fv.high || ''
439
+ high: fv.high || '',
440
+ selected_flag: null,
441
+ inner_status: null
438
442
  });
439
443
  }
440
444
  win.screenStructures[si] = screenRows;
@@ -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.106';
105
+ version = '1.0.107';
106
106
  }
107
107
  if (basicLibraryVersion === void 0) {
108
108
  basicLibraryVersion = {
@@ -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.106';
110
+ version = '1.0.107';
111
111
  }
112
112
  if (basicLibraryVersion === void 0) {
113
113
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openli1115/lowcode-edit-pro-table",
3
- "version": "1.0.106",
3
+ "version": "1.0.107",
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.106/build/lowcode/assets-prod.json"
104
+ "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.107/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.106/build/index.html"
109
+ "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.107/build/index.html"
110
110
  }