@fonixtree/magic-design 2.0.7 → 2.0.9
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/assets/fonts/.DS_Store +0 -0
- package/es/common/ImagePicker/index.js +4 -2
- package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +182 -2
- package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +114 -2
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +113 -2
- package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +54 -2
- package/es/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +68 -1
- package/es/core/Designer/AiImageGenerator/History/index.less +1 -1
- package/es/core/Designer/ConfigPanel/index.js +2 -1
- package/es/locale/en/en.json +1 -0
- package/es/locale/es/es.json +1 -0
- package/es/locale/id/id.json +1 -0
- package/es/meta-comp/config-panels/ImageConfig/index.js +3 -1
- package/lib/assets/fonts/.DS_Store +0 -0
- package/lib/common/ImagePicker/index.js +4 -2
- package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +182 -2
- package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +114 -2
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +113 -2
- package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +54 -2
- package/lib/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +68 -1
- package/lib/core/Designer/AiImageGenerator/History/index.less +1 -1
- package/lib/core/Designer/ConfigPanel/index.js +2 -1
- package/lib/locale/en/en.json +1 -0
- package/lib/locale/es/es.json +1 -0
- package/lib/locale/id/id.json +1 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.js +3 -1
- package/package.json +1 -1
package/lib/locale/id/id.json
CHANGED
|
@@ -319,7 +319,8 @@ function (_super) {
|
|
|
319
319
|
data = _a.data,
|
|
320
320
|
needHover = _a.needHover,
|
|
321
321
|
needClickArea = _a.needClickArea,
|
|
322
|
-
needURL = _a.needURL
|
|
322
|
+
needURL = _a.needURL,
|
|
323
|
+
recommendImgSize = _a.recommendImgSize;
|
|
323
324
|
var selectImg = this.getSelectedImg(data);
|
|
324
325
|
|
|
325
326
|
var ContentSetting = /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_common.ImagePicker, {
|
|
@@ -330,6 +331,7 @@ function (_super) {
|
|
|
330
331
|
onChange: function onChange(v, way) {
|
|
331
332
|
_this.getImg(v, way);
|
|
332
333
|
},
|
|
334
|
+
recommendImgSize: recommendImgSize,
|
|
333
335
|
value: selectImg
|
|
334
336
|
}), needClickArea && selectImg && /*#__PURE__*/_react["default"].createElement(_HotAreaConfig["default"], {
|
|
335
337
|
imgUrl: selectImg,
|