ls-pro-common 1.0.42 → 1.0.43

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.
@@ -111,11 +111,10 @@ var InputMultiLine = /*#__PURE__*/React.forwardRef(function (prop, ref) {
111
111
  }
112
112
  })),
113
113
  trigger: "click",
114
- visible: visible,
114
+ visible: rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled) ? false : visible,
115
115
  onVisibleChange: setVisible
116
116
  }, /*#__PURE__*/React.createElement(UnorderedListOutlined, {
117
117
  onClick: function onClick(e) {
118
- if (rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled)) return;
119
118
  setVisible(true);
120
119
  }
121
120
  }));
@@ -345,13 +345,11 @@ var InputTable = /*#__PURE__*/React.forwardRef(function (prop, ref) {
345
345
  }
346
346
  }, tableDom),
347
347
  trigger: "click",
348
- visible: visible,
348
+ visible: rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled) ? false : visible,
349
349
  onVisibleChange: setVisible
350
350
  }, /*#__PURE__*/React.createElement(MoreOutlined, {
351
351
  onClick: function onClick(e) {
352
- if (rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled)) return;
353
352
  setVisible(true);
354
- e.stopPropagation && e.stopPropagation();
355
353
  }
356
354
  })),
357
355
  onClick: function onClick() {
@@ -384,11 +382,10 @@ var InputTable = /*#__PURE__*/React.forwardRef(function (prop, ref) {
384
382
  }
385
383
  }, tableDom),
386
384
  trigger: "click",
387
- visible: visible,
385
+ visible: rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled) ? false : visible,
388
386
  onVisibleChange: setVisible
389
387
  }, /*#__PURE__*/React.createElement(MoreOutlined, {
390
388
  onClick: function onClick(e) {
391
- if (rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled)) return;
392
389
  setVisible(true);
393
390
  }
394
391
  })),
@@ -7,6 +7,7 @@
7
7
  background : white;
8
8
  display : flex;
9
9
  flex-direction: column;
10
+ z-index : 50;
10
11
 
11
12
  .dtl-header {
12
13
  display : flex;
@@ -67,7 +68,7 @@
67
68
  width : 100%;
68
69
  height : 100%;
69
70
  text-align : center;
70
- padding-top : 10%;
71
+ padding-top : 10%;
71
72
  font-size : 15px;
72
73
  font-weight : 600;
73
74
  color : gray;
@@ -132,11 +132,10 @@ var InputMultiLine = /*#__PURE__*/_react.default.forwardRef(function (prop, ref)
132
132
  }
133
133
  })),
134
134
  trigger: "click",
135
- visible: visible,
135
+ visible: rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled) ? false : visible,
136
136
  onVisibleChange: setVisible
137
137
  }, /*#__PURE__*/_react.default.createElement(_icons.UnorderedListOutlined, {
138
138
  onClick: function onClick(e) {
139
- if (rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled)) return;
140
139
  setVisible(true);
141
140
  }
142
141
  }));
@@ -374,13 +374,11 @@ var InputTable = /*#__PURE__*/_react.default.forwardRef(function (prop, ref) {
374
374
  }
375
375
  }, tableDom),
376
376
  trigger: "click",
377
- visible: visible,
377
+ visible: rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled) ? false : visible,
378
378
  onVisibleChange: setVisible
379
379
  }, /*#__PURE__*/_react.default.createElement(_icons.MoreOutlined, {
380
380
  onClick: function onClick(e) {
381
- if (rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled)) return;
382
381
  setVisible(true);
383
- e.stopPropagation && e.stopPropagation();
384
382
  }
385
383
  })),
386
384
  onClick: function onClick() {
@@ -413,11 +411,10 @@ var InputTable = /*#__PURE__*/_react.default.forwardRef(function (prop, ref) {
413
411
  }
414
412
  }, tableDom),
415
413
  trigger: "click",
416
- visible: visible,
414
+ visible: rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled) ? false : visible,
417
415
  onVisibleChange: setVisible
418
416
  }, /*#__PURE__*/_react.default.createElement(_icons.MoreOutlined, {
419
417
  onClick: function onClick(e) {
420
- if (rest.disabled || (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.disabled)) return;
421
418
  setVisible(true);
422
419
  }
423
420
  })),
@@ -7,6 +7,7 @@
7
7
  background : white;
8
8
  display : flex;
9
9
  flex-direction: column;
10
+ z-index : 50;
10
11
 
11
12
  .dtl-header {
12
13
  display : flex;
@@ -67,7 +68,7 @@
67
68
  width : 100%;
68
69
  height : 100%;
69
70
  text-align : center;
70
- padding-top : 10%;
71
+ padding-top : 10%;
71
72
  font-size : 15px;
72
73
  font-weight : 600;
73
74
  color : gray;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ls-pro-common",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "ls-pro-common",
5
5
  "keywords": [
6
6
  "antd",