@kmkf-fe-packages/basic-components 2.0.19-beta.10 → 2.0.19-beta.11
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 +3 -1
- package/dist/index.js +3 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -15499,7 +15499,9 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
15499
15499
|
};
|
|
15500
15500
|
var COLUMNS_MAP = function COLUMNS_MAP() {
|
|
15501
15501
|
var text = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
15502
|
-
var columnsOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {
|
|
15502
|
+
var columnsOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {
|
|
15503
|
+
operate: true
|
|
15504
|
+
};
|
|
15503
15505
|
return function (type) {
|
|
15504
15506
|
var columns = [];
|
|
15505
15507
|
switch (type) {
|
package/dist/index.js
CHANGED
|
@@ -15511,7 +15511,9 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
15511
15511
|
};
|
|
15512
15512
|
var COLUMNS_MAP = function COLUMNS_MAP() {
|
|
15513
15513
|
var text = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
15514
|
-
var columnsOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {
|
|
15514
|
+
var columnsOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {
|
|
15515
|
+
operate: true
|
|
15516
|
+
};
|
|
15515
15517
|
return function (type) {
|
|
15516
15518
|
var columns = [];
|
|
15517
15519
|
switch (type) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.19-beta.
|
|
3
|
+
"version": "2.0.19-beta.11",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "a27807137c01b6ecc8862ba520486a9b8fe8fe01"
|
|
69
69
|
}
|