@zgfe/modules-interval 1.0.0 → 1.0.1

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.
@@ -106,6 +106,7 @@ var ModuleInterval = function ModuleInterval(props) {
106
106
  }, searchData)
107
107
  }
108
108
  } : undefined,
109
+ disabled: props === null || props === void 0 ? void 0 : props.panelDisabled,
109
110
  styleOptions: chartTypes,
110
111
  afterEditTarget: props.afterEditTarget,
111
112
  children: ""
@@ -7,6 +7,10 @@ export declare namespace EventProps {
7
7
  */
8
8
  defaultValue?: Value;
9
9
  urlParam?: SearchValue;
10
+ /**
11
+ * @description 看板是否可禁用, true禁用
12
+ */
13
+ panelDisabled?: boolean;
10
14
  /**
11
15
  * @description 是否包含今天
12
16
  * @default false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-interval",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",