@kmkf-fe-packages/basic-components 2.2.13-beta.29 → 2.2.13-beta.30
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 +24 -0
- package/dist/index.js +24 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -20446,6 +20446,12 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
20446
20446
|
width: 150,
|
|
20447
20447
|
render: function render(val, record, index) {
|
|
20448
20448
|
return record.canEdit && !disabled ? /*#__PURE__*/React.createElement(Select, {
|
|
20449
|
+
dropdownStyle: {
|
|
20450
|
+
zIndex: 2000
|
|
20451
|
+
},
|
|
20452
|
+
getPopupContainer: function getPopupContainer() {
|
|
20453
|
+
return document.body;
|
|
20454
|
+
},
|
|
20449
20455
|
value: val,
|
|
20450
20456
|
onChange: function onChange(value) {
|
|
20451
20457
|
updateHandle(value, index, 'bfit');
|
|
@@ -20473,6 +20479,12 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
20473
20479
|
width: 150,
|
|
20474
20480
|
render: function render(val, record, index) {
|
|
20475
20481
|
return record.canEdit && !disabled ? /*#__PURE__*/React.createElement(Select, {
|
|
20482
|
+
dropdownStyle: {
|
|
20483
|
+
zIndex: 2000
|
|
20484
|
+
},
|
|
20485
|
+
getPopupContainer: function getPopupContainer() {
|
|
20486
|
+
return document.body;
|
|
20487
|
+
},
|
|
20476
20488
|
value: val,
|
|
20477
20489
|
onChange: function onChange(value) {
|
|
20478
20490
|
updateHandle(value, index, 'gift');
|
|
@@ -20621,6 +20633,12 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
20621
20633
|
width: 150,
|
|
20622
20634
|
render: function render(val, record, index) {
|
|
20623
20635
|
return record.canEdit && !disabled ? /*#__PURE__*/React.createElement(Select, {
|
|
20636
|
+
dropdownStyle: {
|
|
20637
|
+
zIndex: 2000
|
|
20638
|
+
},
|
|
20639
|
+
getPopupContainer: function getPopupContainer() {
|
|
20640
|
+
return document.body;
|
|
20641
|
+
},
|
|
20624
20642
|
value: val,
|
|
20625
20643
|
onChange: function onChange(value) {
|
|
20626
20644
|
updateHandle(value, index, 'bfit');
|
|
@@ -20648,6 +20666,12 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
20648
20666
|
width: 150,
|
|
20649
20667
|
render: function render(val, record, index) {
|
|
20650
20668
|
return record.canEdit && !disabled ? /*#__PURE__*/React.createElement(Select, {
|
|
20669
|
+
dropdownStyle: {
|
|
20670
|
+
zIndex: 2000
|
|
20671
|
+
},
|
|
20672
|
+
getPopupContainer: function getPopupContainer() {
|
|
20673
|
+
return document.body;
|
|
20674
|
+
},
|
|
20651
20675
|
value: val,
|
|
20652
20676
|
onChange: function onChange(value) {
|
|
20653
20677
|
updateHandle(value, index, 'gift');
|
package/dist/index.js
CHANGED
|
@@ -20461,6 +20461,12 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
20461
20461
|
width: 150,
|
|
20462
20462
|
render: function render(val, record, index) {
|
|
20463
20463
|
return record.canEdit && !disabled ? /*#__PURE__*/React__default['default'].createElement(antd.Select, {
|
|
20464
|
+
dropdownStyle: {
|
|
20465
|
+
zIndex: 2000
|
|
20466
|
+
},
|
|
20467
|
+
getPopupContainer: function getPopupContainer() {
|
|
20468
|
+
return document.body;
|
|
20469
|
+
},
|
|
20464
20470
|
value: val,
|
|
20465
20471
|
onChange: function onChange(value) {
|
|
20466
20472
|
updateHandle(value, index, 'bfit');
|
|
@@ -20488,6 +20494,12 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
20488
20494
|
width: 150,
|
|
20489
20495
|
render: function render(val, record, index) {
|
|
20490
20496
|
return record.canEdit && !disabled ? /*#__PURE__*/React__default['default'].createElement(antd.Select, {
|
|
20497
|
+
dropdownStyle: {
|
|
20498
|
+
zIndex: 2000
|
|
20499
|
+
},
|
|
20500
|
+
getPopupContainer: function getPopupContainer() {
|
|
20501
|
+
return document.body;
|
|
20502
|
+
},
|
|
20491
20503
|
value: val,
|
|
20492
20504
|
onChange: function onChange(value) {
|
|
20493
20505
|
updateHandle(value, index, 'gift');
|
|
@@ -20636,6 +20648,12 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
20636
20648
|
width: 150,
|
|
20637
20649
|
render: function render(val, record, index) {
|
|
20638
20650
|
return record.canEdit && !disabled ? /*#__PURE__*/React__default['default'].createElement(antd.Select, {
|
|
20651
|
+
dropdownStyle: {
|
|
20652
|
+
zIndex: 2000
|
|
20653
|
+
},
|
|
20654
|
+
getPopupContainer: function getPopupContainer() {
|
|
20655
|
+
return document.body;
|
|
20656
|
+
},
|
|
20639
20657
|
value: val,
|
|
20640
20658
|
onChange: function onChange(value) {
|
|
20641
20659
|
updateHandle(value, index, 'bfit');
|
|
@@ -20663,6 +20681,12 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
20663
20681
|
width: 150,
|
|
20664
20682
|
render: function render(val, record, index) {
|
|
20665
20683
|
return record.canEdit && !disabled ? /*#__PURE__*/React__default['default'].createElement(antd.Select, {
|
|
20684
|
+
dropdownStyle: {
|
|
20685
|
+
zIndex: 2000
|
|
20686
|
+
},
|
|
20687
|
+
getPopupContainer: function getPopupContainer() {
|
|
20688
|
+
return document.body;
|
|
20689
|
+
},
|
|
20666
20690
|
value: val,
|
|
20667
20691
|
onChange: function onChange(value) {
|
|
20668
20692
|
updateHandle(value, index, 'gift');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.30",
|
|
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": "
|
|
69
|
+
"gitHead": "4a5bd269f5e91fcf0b353ba506102e67a9ed37be"
|
|
70
70
|
}
|