lt-business-component 1.0.13 → 1.0.15
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/lib/lt-business-component.common.js +8 -1
- package/lib/lt-business-component.common.js.map +1 -1
- package/lib/lt-business-component.umd.js +8 -1
- package/lib/lt-business-component.umd.js.map +1 -1
- package/lib/lt-business-component.umd.min.js +1 -1
- package/lib/lt-business-component.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -46136,6 +46136,7 @@ var UseformatShowCols = function UseformatShowCols(_ref) {
|
|
|
46136
46136
|
dataIndex: cols[i].Field,
|
|
46137
46137
|
width: cols[i].width,
|
|
46138
46138
|
resizable: true,
|
|
46139
|
+
ellipsis: true,
|
|
46139
46140
|
align: "left",
|
|
46140
46141
|
hideInSearch: cols[i].ifshowInQueryForm ? false : true,
|
|
46141
46142
|
defaultEditable: false,
|
|
@@ -46168,6 +46169,7 @@ var UseformatShowCols = function UseformatShowCols(_ref) {
|
|
|
46168
46169
|
dataIndex: cols[i].Field,
|
|
46169
46170
|
width: cols[i].width,
|
|
46170
46171
|
resizable: true,
|
|
46172
|
+
ellipsis: true,
|
|
46171
46173
|
hideInSearch: cols[i].ifshowInQueryForm ? false : true,
|
|
46172
46174
|
formItemProps: {
|
|
46173
46175
|
component: "Select",
|
|
@@ -46212,6 +46214,7 @@ var UseformatShowCols = function UseformatShowCols(_ref) {
|
|
|
46212
46214
|
dataIndex: cols[i].Field,
|
|
46213
46215
|
width: cols[i].width,
|
|
46214
46216
|
resizable: true,
|
|
46217
|
+
ellipsis: true,
|
|
46215
46218
|
formItemProps: {
|
|
46216
46219
|
component: "TreeSelect",
|
|
46217
46220
|
rules: cols[i].isRequire ? [{
|
|
@@ -46255,6 +46258,7 @@ var UseformatShowCols = function UseformatShowCols(_ref) {
|
|
|
46255
46258
|
dataIndex: cols[i].Field,
|
|
46256
46259
|
width: cols[i].width,
|
|
46257
46260
|
resizable: true,
|
|
46261
|
+
ellipsis: true,
|
|
46258
46262
|
formItemProps: {
|
|
46259
46263
|
size: "small",
|
|
46260
46264
|
component: "Checkbox",
|
|
@@ -46291,6 +46295,7 @@ var UseformatShowCols = function UseformatShowCols(_ref) {
|
|
|
46291
46295
|
width: cols[i].width,
|
|
46292
46296
|
align: 'center',
|
|
46293
46297
|
resizable: true,
|
|
46298
|
+
ellipsis: true,
|
|
46294
46299
|
formItemProps: {
|
|
46295
46300
|
component: function component() {
|
|
46296
46301
|
return color_picker;
|
|
@@ -46329,6 +46334,7 @@ var UseformatShowCols = function UseformatShowCols(_ref) {
|
|
|
46329
46334
|
width: cols[i].width,
|
|
46330
46335
|
align: 'center',
|
|
46331
46336
|
resizable: true,
|
|
46337
|
+
ellipsis: true,
|
|
46332
46338
|
formItemProps: {
|
|
46333
46339
|
component: 'DatePicker',
|
|
46334
46340
|
required: cols[i].required ? cols[i].required : false,
|
|
@@ -46373,6 +46379,7 @@ var UseformatShowCols = function UseformatShowCols(_ref) {
|
|
|
46373
46379
|
dataIndex: cols[i].Field,
|
|
46374
46380
|
width: cols[i].width,
|
|
46375
46381
|
resizable: true,
|
|
46382
|
+
ellipsis: true,
|
|
46376
46383
|
align: "left",
|
|
46377
46384
|
hideInSearch: cols[i].ifshowInQueryForm ? false : true,
|
|
46378
46385
|
defaultEditable: false,
|
|
@@ -46417,7 +46424,7 @@ var UseformatShowCols = function UseformatShowCols(_ref) {
|
|
|
46417
46424
|
isEditable = action.isEditable,
|
|
46418
46425
|
validateRow = action.validateRow;
|
|
46419
46426
|
return isEditable(record[key]) ? [{
|
|
46420
|
-
label: main_t("baseBusiness.commonList.
|
|
46427
|
+
label: main_t("baseBusiness.commonList.Save"),
|
|
46421
46428
|
onClick: function () {
|
|
46422
46429
|
var _onClick = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
46423
46430
|
var result, sendData, bRet;
|