@kmkf-fe-packages/basic-components 2.0.79-beta.91 → 2.0.79-beta.92

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/index.esm.js CHANGED
@@ -21405,6 +21405,7 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21405
21405
  width: 100,
21406
21406
  customizeComponent: function customizeComponent(config) {
21407
21407
  return /*#__PURE__*/React.createElement(CustomizeUpload, {
21408
+ disabled: config.disabled,
21408
21409
  value: config.value,
21409
21410
  onChange: config.onChange,
21410
21411
  maxCount: config.maxCount,
@@ -21480,6 +21481,9 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21480
21481
  widget: 'select',
21481
21482
  width: 150,
21482
21483
  widgetProps: {
21484
+ filterOption: function filterOption(input, option) {
21485
+ return option.label.includes(input);
21486
+ },
21483
21487
  options: expressData,
21484
21488
  showSearch: true,
21485
21489
  allowClear: true
@@ -21502,6 +21506,9 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21502
21506
  widget: 'select',
21503
21507
  width: 150,
21504
21508
  widgetProps: {
21509
+ filterOption: function filterOption(input, option) {
21510
+ return option.label.includes(input);
21511
+ },
21505
21512
  options: expressData,
21506
21513
  showSearch: true,
21507
21514
  allowClear: true
@@ -21527,6 +21534,9 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21527
21534
  widget: 'select',
21528
21535
  width: 150,
21529
21536
  widgetProps: {
21537
+ filterOption: function filterOption(input, option) {
21538
+ return option.label.includes(input);
21539
+ },
21530
21540
  options: refundTypeOptions,
21531
21541
  showSearch: true,
21532
21542
  allowClear: true
@@ -21543,6 +21553,9 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21543
21553
  widget: 'select',
21544
21554
  width: 150,
21545
21555
  widgetProps: {
21556
+ filterOption: function filterOption(input, option) {
21557
+ return option.label.includes(input);
21558
+ },
21546
21559
  options: onlineStatusOptions,
21547
21560
  showSearch: true,
21548
21561
  allowClear: true
@@ -21551,7 +21564,7 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21551
21564
  dataIndex: 'applyTime',
21552
21565
  title: '退款申请时间',
21553
21566
  widget: 'datePicker',
21554
- width: 150,
21567
+ width: 200,
21555
21568
  widgetProps: {
21556
21569
  showTime: true,
21557
21570
  format: 'YYYY-MM-DD HH:mm:ss'
@@ -21568,6 +21581,9 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21568
21581
  widget: 'select',
21569
21582
  width: 100,
21570
21583
  widgetProps: {
21584
+ filterOption: function filterOption(input, option) {
21585
+ return option.label.includes(input);
21586
+ },
21571
21587
  options: consignTypeOptions,
21572
21588
  showSearch: true,
21573
21589
  allowClear: true
package/dist/index.js CHANGED
@@ -21418,6 +21418,7 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21418
21418
  width: 100,
21419
21419
  customizeComponent: function customizeComponent(config) {
21420
21420
  return /*#__PURE__*/React__default['default'].createElement(CustomizeUpload, {
21421
+ disabled: config.disabled,
21421
21422
  value: config.value,
21422
21423
  onChange: config.onChange,
21423
21424
  maxCount: config.maxCount,
@@ -21493,6 +21494,9 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21493
21494
  widget: 'select',
21494
21495
  width: 150,
21495
21496
  widgetProps: {
21497
+ filterOption: function filterOption(input, option) {
21498
+ return option.label.includes(input);
21499
+ },
21496
21500
  options: expressData,
21497
21501
  showSearch: true,
21498
21502
  allowClear: true
@@ -21515,6 +21519,9 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21515
21519
  widget: 'select',
21516
21520
  width: 150,
21517
21521
  widgetProps: {
21522
+ filterOption: function filterOption(input, option) {
21523
+ return option.label.includes(input);
21524
+ },
21518
21525
  options: expressData,
21519
21526
  showSearch: true,
21520
21527
  allowClear: true
@@ -21540,6 +21547,9 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21540
21547
  widget: 'select',
21541
21548
  width: 150,
21542
21549
  widgetProps: {
21550
+ filterOption: function filterOption(input, option) {
21551
+ return option.label.includes(input);
21552
+ },
21543
21553
  options: refundTypeOptions,
21544
21554
  showSearch: true,
21545
21555
  allowClear: true
@@ -21556,6 +21566,9 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21556
21566
  widget: 'select',
21557
21567
  width: 150,
21558
21568
  widgetProps: {
21569
+ filterOption: function filterOption(input, option) {
21570
+ return option.label.includes(input);
21571
+ },
21559
21572
  options: onlineStatusOptions,
21560
21573
  showSearch: true,
21561
21574
  allowClear: true
@@ -21564,7 +21577,7 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21564
21577
  dataIndex: 'applyTime',
21565
21578
  title: '退款申请时间',
21566
21579
  widget: 'datePicker',
21567
- width: 150,
21580
+ width: 200,
21568
21581
  widgetProps: {
21569
21582
  showTime: true,
21570
21583
  format: 'YYYY-MM-DD HH:mm:ss'
@@ -21581,6 +21594,9 @@ var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
21581
21594
  widget: 'select',
21582
21595
  width: 100,
21583
21596
  widgetProps: {
21597
+ filterOption: function filterOption(input, option) {
21598
+ return option.label.includes(input);
21599
+ },
21584
21600
  options: consignTypeOptions,
21585
21601
  showSearch: true,
21586
21602
  allowClear: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.79-beta.91",
3
+ "version": "2.0.79-beta.92",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "26746b9377da301b28d204f9627b53b9ca68090c"
69
+ "gitHead": "6fb965f4887f6f51cc23543db6a1dfd356bbb39a"
70
70
  }