ls-pro-common 1.0.30 → 1.0.31

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.
@@ -239,6 +239,7 @@ function InputTable(prop) {
239
239
  }
240
240
  })),
241
241
  onClick: function onClick() {
242
+ if (readonly) return;
242
243
  setVisible(true);
243
244
  },
244
245
  onInput: function onInput(e) {
@@ -282,6 +283,7 @@ function InputTable(prop) {
282
283
  }
283
284
  })),
284
285
  onClick: function onClick() {
286
+ if (readonly) return;
285
287
  setVisible(true);
286
288
  },
287
289
  onInput: function onInput(e) {
@@ -267,6 +267,7 @@ function InputTable(prop) {
267
267
  }
268
268
  })),
269
269
  onClick: function onClick() {
270
+ if (readonly) return;
270
271
  setVisible(true);
271
272
  },
272
273
  onInput: function onInput(e) {
@@ -310,6 +311,7 @@ function InputTable(prop) {
310
311
  }
311
312
  })),
312
313
  onClick: function onClick() {
314
+ if (readonly) return;
313
315
  setVisible(true);
314
316
  },
315
317
  onInput: function onInput(e) {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "ls-pro-common",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "ls-pro-common",
5
5
  "keywords": [
6
- "antd",
7
- "admin",
6
+ "antd",
8
7
  "ant-design",
9
- "ant-design-pro"
8
+ "ant-design-pro",
9
+ "ls-pro-common"
10
10
  ],
11
11
  "sideEffects": [
12
12
  "*.less"
@@ -28,7 +28,7 @@
28
28
  ],
29
29
  "dependencies": {
30
30
  "@ant-design/icons": "^4.3.0",
31
- "ls-pro-table": "2.62.25",
31
+ "ls-pro-table": "2.62.26",
32
32
  "ls-pro-form": "1.52.24",
33
33
  "@babel/runtime": "^7.16.3",
34
34
  "classnames": "^2.2.6",