linkmore-design 1.1.5 → 1.1.7
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/dist/LmEditTable/util.d.ts +6 -0
- package/dist/LmFilter/filterFns/index.d.ts +1 -0
- package/dist/LmUpload/fns/index.d.ts +1 -1
- package/dist/index.umd.css +93 -93
- package/dist/index.umd.js +351 -170
- package/dist/index.umd.min.css +1 -1
- package/dist/index.umd.min.js +7 -7
- package/dist/variables.css +22 -8
- package/es/Button/index.js +4 -1
- package/es/Button/style/index.css +0 -4
- package/es/Button/style/variables.css +0 -4
- package/es/CardTable/style/index.css +19 -4
- package/es/CardTable/style/variables.css +19 -4
- package/es/CustomTableOption/index.js +0 -10
- package/es/Input/index.js +3 -3
- package/es/LmEditTable/EditTable.js +189 -116
- package/es/LmEditTable/style/index.css +3 -0
- package/es/LmEditTable/style/variables.css +3 -0
- package/es/LmEditTable/util.d.ts +6 -0
- package/es/LmEditTable/util.js +29 -1
- package/es/LmFilter/clearFilter/index.js +3 -1
- package/es/LmFilter/components/EmptyFilter.js +2 -2
- package/es/LmFilter/filterFns/index.d.ts +1 -0
- package/es/LmFilter/filterFns/index.js +6 -1
- package/es/LmFilter/wrapper/FilterRoot.js +1 -1
- package/es/LmTable/Table.js +1 -1
- package/es/LmUpload/LmUpload.js +1 -0
- package/es/LmUpload/fns/index.d.ts +1 -1
- package/es/LmUpload/fns/index.js +105 -33
- package/es/message/index.js +4 -1
- package/es/styles/variables.css +22 -8
- package/lib/Button/index.js +6 -1
- package/lib/Button/style/index.css +0 -4
- package/lib/Button/style/variables.css +0 -4
- package/lib/CardTable/style/index.css +19 -4
- package/lib/CardTable/style/variables.css +19 -4
- package/lib/CustomTableOption/index.js +0 -9
- package/lib/Input/index.js +3 -3
- package/lib/LmEditTable/EditTable.js +188 -115
- package/lib/LmEditTable/style/index.css +3 -0
- package/lib/LmEditTable/style/variables.css +3 -0
- package/lib/LmEditTable/util.d.ts +6 -0
- package/lib/LmEditTable/util.js +40 -1
- package/lib/LmFilter/clearFilter/index.js +3 -1
- package/lib/LmFilter/components/EmptyFilter.js +2 -2
- package/lib/LmFilter/filterFns/index.d.ts +1 -0
- package/lib/LmFilter/filterFns/index.js +6 -1
- package/lib/LmFilter/wrapper/FilterRoot.js +1 -1
- package/lib/LmTable/Table.js +1 -1
- package/lib/LmUpload/LmUpload.js +1 -0
- package/lib/LmUpload/fns/index.d.ts +1 -1
- package/lib/LmUpload/fns/index.js +105 -31
- package/lib/message/index.js +6 -1
- package/lib/styles/variables.css +22 -8
- package/package.json +1 -1
- package/es/CustomTableOption/assets/option1.png +0 -0
- package/es/CustomTableOption/assets/option2.png +0 -0
- package/es/CustomTableOption/assets/option3.png +0 -0
- package/lib/CustomTableOption/assets/option1.png +0 -0
- package/lib/CustomTableOption/assets/option2.png +0 -0
- package/lib/CustomTableOption/assets/option3.png +0 -0
package/dist/variables.css
CHANGED
|
@@ -761,7 +761,6 @@ p {
|
|
|
761
761
|
margin-left: 4px;
|
|
762
762
|
overflow: hidden;
|
|
763
763
|
white-space: nowrap;
|
|
764
|
-
max-width: 96px;
|
|
765
764
|
}
|
|
766
765
|
.ant-btn.lm-button > span:not(.anticon) {
|
|
767
766
|
display: inline-block;
|
|
@@ -779,12 +778,10 @@ p {
|
|
|
779
778
|
.ant-btn.lm-button > span:not(.anticon) {
|
|
780
779
|
font-size: 12px;
|
|
781
780
|
line-height: 20px;
|
|
782
|
-
max-width: 96px;
|
|
783
781
|
}
|
|
784
782
|
.ant-btn.lm-button-small {
|
|
785
783
|
height: 24px;
|
|
786
784
|
padding: 2px 8px;
|
|
787
|
-
max-width: 112px;
|
|
788
785
|
font-size: 12px;
|
|
789
786
|
}
|
|
790
787
|
.ant-btn.lm-button-small.lm-button-icon-only .anticon {
|
|
@@ -793,7 +790,6 @@ p {
|
|
|
793
790
|
.ant-btn.lm-button-middle {
|
|
794
791
|
height: 32px;
|
|
795
792
|
padding: 6px 12px;
|
|
796
|
-
max-width: 142px;
|
|
797
793
|
}
|
|
798
794
|
.ant-btn.lm-button-middle .anticon {
|
|
799
795
|
font-size: 16px;
|
|
@@ -1157,6 +1153,7 @@ p {
|
|
|
1157
1153
|
overflow: hidden;
|
|
1158
1154
|
}
|
|
1159
1155
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_left {
|
|
1156
|
+
flex: 0 0 auto;
|
|
1160
1157
|
width: 35%;
|
|
1161
1158
|
min-width: 126px;
|
|
1162
1159
|
border-radius: 2px;
|
|
@@ -1176,6 +1173,7 @@ p {
|
|
|
1176
1173
|
flex: 1;
|
|
1177
1174
|
display: flex;
|
|
1178
1175
|
flex-flow: column;
|
|
1176
|
+
overflow: hidden;
|
|
1179
1177
|
}
|
|
1180
1178
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_right .card_title {
|
|
1181
1179
|
overflow: hidden;
|
|
@@ -1204,8 +1202,8 @@ p {
|
|
|
1204
1202
|
}
|
|
1205
1203
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_right .PTR_column .PTR_column_box {
|
|
1206
1204
|
font-size: 12px;
|
|
1207
|
-
display:
|
|
1208
|
-
|
|
1205
|
+
display: flex;
|
|
1206
|
+
flex-flow: wrap;
|
|
1209
1207
|
column-gap: 8px;
|
|
1210
1208
|
color: var(--color-65);
|
|
1211
1209
|
margin-top: 8px;
|
|
@@ -1214,6 +1212,7 @@ p {
|
|
|
1214
1212
|
display: inline-flex;
|
|
1215
1213
|
align-items: center;
|
|
1216
1214
|
min-height: 20px;
|
|
1215
|
+
width: calc(50% - 4px);
|
|
1217
1216
|
}
|
|
1218
1217
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_right .PTR_column .PTR_column_box .ellipsis {
|
|
1219
1218
|
flex: 1 1 0;
|
|
@@ -1284,6 +1283,7 @@ p {
|
|
|
1284
1283
|
overflow: hidden;
|
|
1285
1284
|
}
|
|
1286
1285
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_left {
|
|
1286
|
+
flex: 0 0 auto;
|
|
1287
1287
|
width: 40%;
|
|
1288
1288
|
min-width: 126px;
|
|
1289
1289
|
border-radius: 2px;
|
|
@@ -1303,8 +1303,10 @@ p {
|
|
|
1303
1303
|
flex: 1;
|
|
1304
1304
|
display: flex;
|
|
1305
1305
|
flex-flow: column;
|
|
1306
|
+
overflow: hidden;
|
|
1306
1307
|
}
|
|
1307
1308
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .card_title {
|
|
1309
|
+
flex: 0 0 auto;
|
|
1308
1310
|
overflow: hidden;
|
|
1309
1311
|
text-overflow: ellipsis;
|
|
1310
1312
|
white-space: nowrap;
|
|
@@ -1325,10 +1327,19 @@ p {
|
|
|
1325
1327
|
color: var(--success-color);
|
|
1326
1328
|
}
|
|
1327
1329
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .PTRO_column {
|
|
1328
|
-
display:
|
|
1329
|
-
|
|
1330
|
+
display: flex;
|
|
1331
|
+
flex-flow: wrap;
|
|
1332
|
+
column-gap: 8px;
|
|
1330
1333
|
font-size: 12px;
|
|
1331
1334
|
color: var(--color-65);
|
|
1335
|
+
margin-top: 8px;
|
|
1336
|
+
}
|
|
1337
|
+
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .PTRO_column > span {
|
|
1338
|
+
min-height: 20px;
|
|
1339
|
+
width: calc(50% - 4px);
|
|
1340
|
+
text-overflow: ellipsis;
|
|
1341
|
+
white-space: nowrap;
|
|
1342
|
+
overflow: hidden;
|
|
1332
1343
|
}
|
|
1333
1344
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .PTRO_extend {
|
|
1334
1345
|
font-size: 12px;
|
|
@@ -9733,6 +9744,9 @@ p {
|
|
|
9733
9744
|
flex: 1;
|
|
9734
9745
|
max-width: 100%;
|
|
9735
9746
|
}
|
|
9747
|
+
.lm_editTable_warpper .lm_custom_cell_td .ant-table-row-expand-icon {
|
|
9748
|
+
margin-top: 6px;
|
|
9749
|
+
}
|
|
9736
9750
|
.lm_editTable_warpper .lm_editTable_cell_edit {
|
|
9737
9751
|
height: 40px;
|
|
9738
9752
|
padding: 8px 8px !important;
|
package/es/Button/index.js
CHANGED
|
@@ -29,7 +29,10 @@ var LMButton = function LMButton(props) {
|
|
|
29
29
|
hover = _props$hover === void 0 ? false : _props$hover,
|
|
30
30
|
restProps = __rest(props, ["children", "className", "size", "type", "hover"]);
|
|
31
31
|
|
|
32
|
-
var
|
|
32
|
+
var globalSize = customizeSize || React.useContext(SizeContext) || 'middle';
|
|
33
|
+
var size = React.useMemo(function () {
|
|
34
|
+
return globalSize === 'default' ? 'middle' : globalSize;
|
|
35
|
+
}, [globalSize]); // const { getPrefixCls, autoInsertSpaceInButton, direction } = React.useContext(ConfigContext);
|
|
33
36
|
|
|
34
37
|
var classs = cls('lm-button', className, {
|
|
35
38
|
'lm-button-icon-only': !children
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
margin-left: 4px;
|
|
16
16
|
overflow: hidden;
|
|
17
17
|
white-space: nowrap;
|
|
18
|
-
max-width: 96px;
|
|
19
18
|
}
|
|
20
19
|
.ant-btn.lm-button > span:not(.anticon) {
|
|
21
20
|
display: inline-block;
|
|
@@ -33,12 +32,10 @@
|
|
|
33
32
|
.ant-btn.lm-button > span:not(.anticon) {
|
|
34
33
|
font-size: 12px;
|
|
35
34
|
line-height: 20px;
|
|
36
|
-
max-width: 96px;
|
|
37
35
|
}
|
|
38
36
|
.ant-btn.lm-button-small {
|
|
39
37
|
height: 24px;
|
|
40
38
|
padding: 2px 8px;
|
|
41
|
-
max-width: 112px;
|
|
42
39
|
font-size: 12px;
|
|
43
40
|
}
|
|
44
41
|
.ant-btn.lm-button-small.lm-button-icon-only .anticon {
|
|
@@ -47,7 +44,6 @@
|
|
|
47
44
|
.ant-btn.lm-button-middle {
|
|
48
45
|
height: 32px;
|
|
49
46
|
padding: 6px 12px;
|
|
50
|
-
max-width: 142px;
|
|
51
47
|
}
|
|
52
48
|
.ant-btn.lm-button-middle .anticon {
|
|
53
49
|
font-size: 16px;
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
margin-left: 4px;
|
|
16
16
|
overflow: hidden;
|
|
17
17
|
white-space: nowrap;
|
|
18
|
-
max-width: 96px;
|
|
19
18
|
}
|
|
20
19
|
.ant-btn.lm-button > span:not(.anticon) {
|
|
21
20
|
display: inline-block;
|
|
@@ -33,12 +32,10 @@
|
|
|
33
32
|
.ant-btn.lm-button > span:not(.anticon) {
|
|
34
33
|
font-size: 12px;
|
|
35
34
|
line-height: 20px;
|
|
36
|
-
max-width: 96px;
|
|
37
35
|
}
|
|
38
36
|
.ant-btn.lm-button-small {
|
|
39
37
|
height: 24px;
|
|
40
38
|
padding: 2px 8px;
|
|
41
|
-
max-width: 112px;
|
|
42
39
|
font-size: 12px;
|
|
43
40
|
}
|
|
44
41
|
.ant-btn.lm-button-small.lm-button-icon-only .anticon {
|
|
@@ -47,7 +44,6 @@
|
|
|
47
44
|
.ant-btn.lm-button-middle {
|
|
48
45
|
height: 32px;
|
|
49
46
|
padding: 6px 12px;
|
|
50
|
-
max-width: 142px;
|
|
51
47
|
}
|
|
52
48
|
.ant-btn.lm-button-middle .anticon {
|
|
53
49
|
font-size: 16px;
|
|
@@ -216,6 +216,7 @@
|
|
|
216
216
|
overflow: hidden;
|
|
217
217
|
}
|
|
218
218
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_left {
|
|
219
|
+
flex: 0 0 auto;
|
|
219
220
|
width: 35%;
|
|
220
221
|
min-width: 126px;
|
|
221
222
|
border-radius: 2px;
|
|
@@ -235,6 +236,7 @@
|
|
|
235
236
|
flex: 1;
|
|
236
237
|
display: flex;
|
|
237
238
|
flex-flow: column;
|
|
239
|
+
overflow: hidden;
|
|
238
240
|
}
|
|
239
241
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_right .card_title {
|
|
240
242
|
overflow: hidden;
|
|
@@ -263,8 +265,8 @@
|
|
|
263
265
|
}
|
|
264
266
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_right .PTR_column .PTR_column_box {
|
|
265
267
|
font-size: 12px;
|
|
266
|
-
display:
|
|
267
|
-
|
|
268
|
+
display: flex;
|
|
269
|
+
flex-flow: wrap;
|
|
268
270
|
column-gap: 8px;
|
|
269
271
|
color: var(--color-65);
|
|
270
272
|
margin-top: 8px;
|
|
@@ -273,6 +275,7 @@
|
|
|
273
275
|
display: inline-flex;
|
|
274
276
|
align-items: center;
|
|
275
277
|
min-height: 20px;
|
|
278
|
+
width: calc(50% - 4px);
|
|
276
279
|
}
|
|
277
280
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_right .PTR_column .PTR_column_box .ellipsis {
|
|
278
281
|
flex: 1 1 0;
|
|
@@ -343,6 +346,7 @@
|
|
|
343
346
|
overflow: hidden;
|
|
344
347
|
}
|
|
345
348
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_left {
|
|
349
|
+
flex: 0 0 auto;
|
|
346
350
|
width: 40%;
|
|
347
351
|
min-width: 126px;
|
|
348
352
|
border-radius: 2px;
|
|
@@ -362,8 +366,10 @@
|
|
|
362
366
|
flex: 1;
|
|
363
367
|
display: flex;
|
|
364
368
|
flex-flow: column;
|
|
369
|
+
overflow: hidden;
|
|
365
370
|
}
|
|
366
371
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .card_title {
|
|
372
|
+
flex: 0 0 auto;
|
|
367
373
|
overflow: hidden;
|
|
368
374
|
text-overflow: ellipsis;
|
|
369
375
|
white-space: nowrap;
|
|
@@ -384,10 +390,19 @@
|
|
|
384
390
|
color: var(--success-color);
|
|
385
391
|
}
|
|
386
392
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .PTRO_column {
|
|
387
|
-
display:
|
|
388
|
-
|
|
393
|
+
display: flex;
|
|
394
|
+
flex-flow: wrap;
|
|
395
|
+
column-gap: 8px;
|
|
389
396
|
font-size: 12px;
|
|
390
397
|
color: var(--color-65);
|
|
398
|
+
margin-top: 8px;
|
|
399
|
+
}
|
|
400
|
+
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .PTRO_column > span {
|
|
401
|
+
min-height: 20px;
|
|
402
|
+
width: calc(50% - 4px);
|
|
403
|
+
text-overflow: ellipsis;
|
|
404
|
+
white-space: nowrap;
|
|
405
|
+
overflow: hidden;
|
|
391
406
|
}
|
|
392
407
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .PTRO_extend {
|
|
393
408
|
font-size: 12px;
|
|
@@ -216,6 +216,7 @@
|
|
|
216
216
|
overflow: hidden;
|
|
217
217
|
}
|
|
218
218
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_left {
|
|
219
|
+
flex: 0 0 auto;
|
|
219
220
|
width: 35%;
|
|
220
221
|
min-width: 126px;
|
|
221
222
|
border-radius: 2px;
|
|
@@ -235,6 +236,7 @@
|
|
|
235
236
|
flex: 1;
|
|
236
237
|
display: flex;
|
|
237
238
|
flex-flow: column;
|
|
239
|
+
overflow: hidden;
|
|
238
240
|
}
|
|
239
241
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_right .card_title {
|
|
240
242
|
overflow: hidden;
|
|
@@ -263,8 +265,8 @@
|
|
|
263
265
|
}
|
|
264
266
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_right .PTR_column .PTR_column_box {
|
|
265
267
|
font-size: 12px;
|
|
266
|
-
display:
|
|
267
|
-
|
|
268
|
+
display: flex;
|
|
269
|
+
flex-flow: wrap;
|
|
268
270
|
column-gap: 8px;
|
|
269
271
|
color: var(--color-65);
|
|
270
272
|
margin-top: 8px;
|
|
@@ -273,6 +275,7 @@
|
|
|
273
275
|
display: inline-flex;
|
|
274
276
|
align-items: center;
|
|
275
277
|
min-height: 20px;
|
|
278
|
+
width: calc(50% - 4px);
|
|
276
279
|
}
|
|
277
280
|
.card_PTR .card_PTR_container .card_PTR_body .card_PTR_right .PTR_column .PTR_column_box .ellipsis {
|
|
278
281
|
flex: 1 1 0;
|
|
@@ -343,6 +346,7 @@
|
|
|
343
346
|
overflow: hidden;
|
|
344
347
|
}
|
|
345
348
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_left {
|
|
349
|
+
flex: 0 0 auto;
|
|
346
350
|
width: 40%;
|
|
347
351
|
min-width: 126px;
|
|
348
352
|
border-radius: 2px;
|
|
@@ -362,8 +366,10 @@
|
|
|
362
366
|
flex: 1;
|
|
363
367
|
display: flex;
|
|
364
368
|
flex-flow: column;
|
|
369
|
+
overflow: hidden;
|
|
365
370
|
}
|
|
366
371
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .card_title {
|
|
372
|
+
flex: 0 0 auto;
|
|
367
373
|
overflow: hidden;
|
|
368
374
|
text-overflow: ellipsis;
|
|
369
375
|
white-space: nowrap;
|
|
@@ -384,10 +390,19 @@
|
|
|
384
390
|
color: var(--success-color);
|
|
385
391
|
}
|
|
386
392
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .PTRO_column {
|
|
387
|
-
display:
|
|
388
|
-
|
|
393
|
+
display: flex;
|
|
394
|
+
flex-flow: wrap;
|
|
395
|
+
column-gap: 8px;
|
|
389
396
|
font-size: 12px;
|
|
390
397
|
color: var(--color-65);
|
|
398
|
+
margin-top: 8px;
|
|
399
|
+
}
|
|
400
|
+
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .PTRO_column > span {
|
|
401
|
+
min-height: 20px;
|
|
402
|
+
width: calc(50% - 4px);
|
|
403
|
+
text-overflow: ellipsis;
|
|
404
|
+
white-space: nowrap;
|
|
405
|
+
overflow: hidden;
|
|
391
406
|
}
|
|
392
407
|
.card_PTRO .card_PTRO_container .card_PTRO_body .card_PTRO_right .PTRO_extend {
|
|
393
408
|
font-size: 12px;
|
|
@@ -7,28 +7,18 @@ import ColumnsSort from './columnsSort';
|
|
|
7
7
|
import CardSort from './cardSort';
|
|
8
8
|
import FilterSort from './filterSort';
|
|
9
9
|
import classNames from 'classnames';
|
|
10
|
-
|
|
11
|
-
var SmallImg = require('./assets/option1.png');
|
|
12
|
-
|
|
13
|
-
var DefaultImg = require('./assets/option2.png');
|
|
14
|
-
|
|
15
|
-
var MiddleImg = require('./assets/option3.png');
|
|
16
|
-
|
|
17
10
|
var TabPane = Tabs.TabPane;
|
|
18
11
|
var optionsWithDisabled = [{
|
|
19
12
|
label: '默认',
|
|
20
13
|
value: 'default',
|
|
21
|
-
imgUrl: DefaultImg,
|
|
22
14
|
icon: 'lmweb-icon_default'
|
|
23
15
|
}, {
|
|
24
16
|
label: '紧凑',
|
|
25
17
|
value: 'small',
|
|
26
|
-
imgUrl: SmallImg,
|
|
27
18
|
icon: 'lmweb-icon_compact'
|
|
28
19
|
}, {
|
|
29
20
|
label: '宽松',
|
|
30
21
|
value: 'middle',
|
|
31
|
-
imgUrl: MiddleImg,
|
|
32
22
|
icon: 'lmweb-icon_large'
|
|
33
23
|
}];
|
|
34
24
|
var prefixCls = 'lm_custom-table-option';
|
package/es/Input/index.js
CHANGED
|
@@ -29,7 +29,7 @@ var LmInput = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
29
29
|
className: "lm_input",
|
|
30
30
|
size: size
|
|
31
31
|
}, rest, {
|
|
32
|
-
allowClear:
|
|
32
|
+
allowClear: allowClear
|
|
33
33
|
}));
|
|
34
34
|
});
|
|
35
35
|
LmInput.Group = _Input.Group;
|
|
@@ -44,7 +44,7 @@ LmInput.Search = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
44
44
|
})
|
|
45
45
|
}, rest, {
|
|
46
46
|
ref: ref,
|
|
47
|
-
allowClear:
|
|
47
|
+
allowClear: allowClear,
|
|
48
48
|
className: "lm_input_search"
|
|
49
49
|
}));
|
|
50
50
|
});
|
|
@@ -65,7 +65,7 @@ LmInput.Password = function (props) {
|
|
|
65
65
|
});
|
|
66
66
|
}
|
|
67
67
|
}, rest, {
|
|
68
|
-
allowClear:
|
|
68
|
+
allowClear: allowClear
|
|
69
69
|
}));
|
|
70
70
|
};
|
|
71
71
|
|