@douyinfe/semi-ui 2.23.6 → 2.23.7
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/umd/semi-ui.js +1 -1
- package/dist/umd/semi-ui.js.map +1 -1
- package/dist/umd/semi-ui.min.js +1 -1
- package/dist/umd/semi-ui.min.js.map +1 -1
- package/lib/cjs/form/baseForm.d.ts +1 -1
- package/lib/cjs/form/field.d.ts +1 -1
- package/lib/cjs/image/preview.js +1 -1
- package/lib/es/form/baseForm.d.ts +1 -1
- package/lib/es/form/field.d.ts +1 -1
- package/lib/es/image/preview.js +1 -1
- package/package.json +8 -8
package/dist/umd/semi-ui.js
CHANGED
|
@@ -102963,7 +102963,7 @@ class preview_Preview extends baseComponent_BaseComponent {
|
|
|
102963
102963
|
const finalSrcList = [...srcArr, ...srcListInChildren];
|
|
102964
102964
|
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(PreviewContext.Provider, {
|
|
102965
102965
|
value: {
|
|
102966
|
-
isGroup:
|
|
102966
|
+
isGroup: true,
|
|
102967
102967
|
previewSrc: finalSrcList,
|
|
102968
102968
|
titles: titles,
|
|
102969
102969
|
currentIndex,
|