pb-sxp-ui 1.20.12 → 1.20.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/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +2 -1
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +1 -1
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/context/SxpDataSourceProvider.js +2 -1
- package/lib/core/context/SxpDataSourceProvider.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1301,7 +1301,8 @@ const SxpDataSourceProvider = ({ render, dataSources, utmVal, enableReportEvent
|
|
|
1301
1301
|
'contents',
|
|
1302
1302
|
'image_urls',
|
|
1303
1303
|
'video_urls',
|
|
1304
|
-
'prompt'
|
|
1304
|
+
'prompt',
|
|
1305
|
+
'value'
|
|
1305
1306
|
];
|
|
1306
1307
|
deleteKeys.forEach((key) => {
|
|
1307
1308
|
if (customData === null || customData === void 0 ? void 0 : customData[key])
|