@signalplus/params-about 0.1.53 → 1.0.0

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.
package/index.d.ts CHANGED
@@ -27,7 +27,6 @@ interface ValidateInfo {
27
27
  }
28
28
 
29
29
  interface ParamValueStruct {
30
- valueId?: string;
31
30
  [key: string]: any;
32
31
  }
33
32
  interface ParamRendererProps extends BaseInputProps {
@@ -72,7 +71,6 @@ interface ParamFormData {
72
71
  name?: string;
73
72
  valueType: ParamType;
74
73
  defaultValue?: {
75
- valueId?: string;
76
74
  [key: string]: any;
77
75
  };
78
76
  description?: string;
@@ -120,15 +118,12 @@ interface ParamValueEditorData {
120
118
  paramId: string;
121
119
  description?: string;
122
120
  valueBefore: {
123
- valueId?: string;
124
121
  [key: string]: any;
125
122
  };
126
123
  value?: {
127
- valueId?: string;
128
124
  [key: string]: any;
129
125
  };
130
126
  defaultValue?: {
131
- valueId?: string;
132
127
  [key: string]: any;
133
128
  };
134
129
  }
package/lib/es/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Bundle of @signalplus/params-about
3
- * Generated: 2022-05-05
4
- * Version: 0.1.53
3
+ * Generated: 2022-05-09
4
+ * Version: 1.0.0
5
5
  * License: MIT
6
6
  * Author: 2631541504@qq.com
7
7
  */
@@ -1432,7 +1432,7 @@ var ParamForm = /*#__PURE__*/function (_PureComponent) {
1432
1432
  })
1433
1433
  }, {
1434
1434
  label: '默认值',
1435
- name: 'value',
1435
+ name: 'defaultValue',
1436
1436
  required: config === null || config === void 0 ? void 0 : config.required,
1437
1437
  Comp: function Comp(props) {
1438
1438
  var _this2$ref$current$ge, _this2$ref$current, _this2$props$initialV;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalplus/params-about",
3
- "version": "0.1.53",
3
+ "version": "1.0.0",
4
4
  "description": "A description for the module",
5
5
  "main": "./lib/umd/index.js",
6
6
  "module": "./lib/es/index.js",