@zgfe/modules-interval 1.0.23-zhongyuan.12 → 1.0.23-zhongyuan.13

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.
@@ -122,10 +122,12 @@ var ModuleInterval = function ModuleInterval(props) {
122
122
  target: {
123
123
  id: elementId,
124
124
  name: title,
125
- params: _objectSpread({
125
+ params: _objectSpread(_objectSpread({
126
126
  app_id: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId,
127
127
  module: 'interval'
128
- }, searchData)
128
+ }, searchData), {}, {
129
+ showList: searchData === null || searchData === void 0 ? void 0 : searchData.displaySetup
130
+ })
129
131
  }
130
132
  } : undefined,
131
133
  disabled: props === null || props === void 0 ? void 0 : props.panelDisabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-interval",
3
- "version": "1.0.23-zhongyuan.12",
3
+ "version": "1.0.23-zhongyuan.13",
4
4
  "private": false,
5
5
  "module": "dist/esm/index.js",
6
6
  "typings": "dist/esm/index.d.ts",
@@ -59,7 +59,7 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "2648a0abdaaf1cb3f96b8d8220389b8636dec2f0",
62
+ "gitHead": "b5edf2f679ecb4896ebc0edeb9862387f36fe0d6",
63
63
  "gitHooks": {
64
64
  "pre-commit": "lint-staged"
65
65
  }