@fle-ui/plus-choose-site-goods 1.0.12 → 1.0.13
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/es/index.js +3 -1
- package/lib/index.js +3 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -1312,7 +1312,9 @@ var ChooseSiteGoods = function ChooseSiteGoods(props) {
|
|
|
1312
1312
|
setShowMoreModal(false);
|
|
1313
1313
|
},
|
|
1314
1314
|
title: "\u6311\u9009\u5546\u54C1\u5230\u7AD9\u70B9",
|
|
1315
|
-
tabsConfig: tabsConfig
|
|
1315
|
+
tabsConfig: tabsConfig,
|
|
1316
|
+
hiddenColumns: hiddenColumns,
|
|
1317
|
+
hiddenSearchProps: hiddenSearchProps
|
|
1316
1318
|
}));
|
|
1317
1319
|
};
|
|
1318
1320
|
export default ChooseSiteGoods;
|
package/lib/index.js
CHANGED
|
@@ -1292,7 +1292,9 @@ var ChooseSiteGoods = function ChooseSiteGoods(props) {
|
|
|
1292
1292
|
setShowMoreModal(false);
|
|
1293
1293
|
},
|
|
1294
1294
|
title: "\u6311\u9009\u5546\u54C1\u5230\u7AD9\u70B9",
|
|
1295
|
-
tabsConfig: tabsConfig
|
|
1295
|
+
tabsConfig: tabsConfig,
|
|
1296
|
+
hiddenColumns: hiddenColumns,
|
|
1297
|
+
hiddenSearchProps: hiddenSearchProps
|
|
1296
1298
|
}));
|
|
1297
1299
|
};
|
|
1298
1300
|
var _default = exports.default = ChooseSiteGoods;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fle-ui/plus-choose-site-goods",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"description": "@fle-ui/plus-choose-site-goods",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fle-ui",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "6bdfda45a8c9c992e3eaaef15613833e644cc3b4"
|
|
49
49
|
}
|