@fileverse-dev/fortune-react 1.1.96 → 1.1.97

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.
@@ -234,17 +234,7 @@ var DataVerification = function DataVerification() {
234
234
  }),
235
235
  "aria-hidden": "true",
236
236
  readOnly: true,
237
- value: (_a = context.dataVerification.dataRegulation) === null || _a === void 0 ? void 0 : _a.rangeTxt,
238
- onChange: function onChange(e) {
239
- var value = e.target.value;
240
- setContext(function (ctx) {
241
- ctx.dataVerification.dataRegulation.rangeTxt = value;
242
- });
243
- },
244
- onClick: function onClick() {
245
- hideDialog();
246
- dataSelectRange("rangeTxt", context.dataVerification.dataRegulation.value1);
247
- }
237
+ value: (_a = context.dataVerification.dataRegulation) === null || _a === void 0 ? void 0 : _a.rangeTxt
248
238
  })), /*#__PURE__*/React.createElement("div", {
249
239
  className: "flex flex-col"
250
240
  }, /*#__PURE__*/React.createElement("div", {
@@ -243,17 +243,7 @@ var DataVerification = function DataVerification() {
243
243
  }),
244
244
  "aria-hidden": "true",
245
245
  readOnly: true,
246
- value: (_a = context.dataVerification.dataRegulation) === null || _a === void 0 ? void 0 : _a.rangeTxt,
247
- onChange: function onChange(e) {
248
- var value = e.target.value;
249
- setContext(function (ctx) {
250
- ctx.dataVerification.dataRegulation.rangeTxt = value;
251
- });
252
- },
253
- onClick: function onClick() {
254
- hideDialog();
255
- dataSelectRange("rangeTxt", context.dataVerification.dataRegulation.value1);
256
- }
246
+ value: (_a = context.dataVerification.dataRegulation) === null || _a === void 0 ? void 0 : _a.rangeTxt
257
247
  })), /*#__PURE__*/_react.default.createElement("div", {
258
248
  className: "flex flex-col"
259
249
  }, /*#__PURE__*/_react.default.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.1.96",
3
+ "version": "1.1.97",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "module": "es/index.js",
@@ -16,7 +16,7 @@
16
16
  "tsc": "tsc"
17
17
  },
18
18
  "dependencies": {
19
- "@fileverse-dev/fortune-core": "1.1.96",
19
+ "@fileverse-dev/fortune-core": "1.1.97",
20
20
  "@fileverse/ui": "^4.1.7-patch-21",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",