@fonixtree/magic-design 1.0.83 → 1.0.84

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.
@@ -127,9 +127,9 @@ function (_super) {
127
127
  }, /*#__PURE__*/_react["default"].createElement("span", {
128
128
  className: "label"
129
129
  }, (0, _locale.i18n)('SALES_PROGRESS')), /*#__PURE__*/_react["default"].createElement(_antd.Switch, {
130
- checked: (_a = panelProps.salesProgress) === null || _a === void 0 ? void 0 : _a.open,
130
+ checked: (_a = panelProps.salesProgressVisible) === null || _a === void 0 ? void 0 : _a.open,
131
131
  onChange: function onChange(v) {
132
- panelProps.salesProgress = {
132
+ panelProps.salesProgressVisible = {
133
133
  open: v
134
134
  };
135
135
 
@@ -127,9 +127,9 @@ function (_super) {
127
127
  }, /*#__PURE__*/_react["default"].createElement("span", {
128
128
  className: "label"
129
129
  }, (0, _locale.i18n)('SALES_PROGRESS')), /*#__PURE__*/_react["default"].createElement(_antd.Switch, {
130
- checked: (_a = panelProps.salesProgress) === null || _a === void 0 ? void 0 : _a.open,
130
+ checked: (_a = panelProps.salesProgressVisible) === null || _a === void 0 ? void 0 : _a.open,
131
131
  onChange: function onChange(v) {
132
- panelProps.salesProgress = {
132
+ panelProps.salesProgressVisible = {
133
133
  open: v
134
134
  };
135
135
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "1.0.83",
4
+ "version": "1.0.84",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",