carbon-addons-iot-react 2.155.5 → 2.155.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.
|
@@ -413,6 +413,7 @@ var CardEditor = function CardEditor(_ref) {
|
|
|
413
413
|
initialValue: modalJsonData,
|
|
414
414
|
i18n: _pick(mergedI18n, 'errorTitle', 'modalTitle', 'modalLabel', 'modalHelpText', 'modalIconDescription', 'copyBtnDescription', 'copyBtnFeedBack', 'expandBtnLabel', 'modalPrimaryButtonLabel', 'modalSecondaryButtonLabel')
|
|
415
415
|
}) : null, /*#__PURE__*/React__default.createElement(CardEditForm, {
|
|
416
|
+
key: cardConfig.id,
|
|
416
417
|
cardConfig: finalCardToEdit,
|
|
417
418
|
isSummaryDashboard: isSummaryDashboard,
|
|
418
419
|
onChange: onChange,
|
|
@@ -426,6 +426,7 @@ var CardEditor = function CardEditor(_ref) {
|
|
|
426
426
|
initialValue: modalJsonData,
|
|
427
427
|
i18n: pick(mergedI18n, 'errorTitle', 'modalTitle', 'modalLabel', 'modalHelpText', 'modalIconDescription', 'copyBtnDescription', 'copyBtnFeedBack', 'expandBtnLabel', 'modalPrimaryButtonLabel', 'modalSecondaryButtonLabel')
|
|
428
428
|
}) : null, /*#__PURE__*/React__default["default"].createElement(CardEditForm, {
|
|
429
|
+
key: cardConfig.id,
|
|
429
430
|
cardConfig: finalCardToEdit,
|
|
430
431
|
isSummaryDashboard: isSummaryDashboard,
|
|
431
432
|
onChange: onChange,
|
package/package.json
CHANGED
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"@uiw/codemirror-themes": "^4.23.3",
|
|
184
184
|
"@uiw/react-codemirror": "^4.23.3",
|
|
185
185
|
"carbon-components": "^10.58.12",
|
|
186
|
-
"carbon-components-react": "
|
|
186
|
+
"carbon-components-react": "7.60.1",
|
|
187
187
|
"carbon-icons": "^7.0.7",
|
|
188
188
|
"classnames": "^2.5.1",
|
|
189
189
|
"core-js": "3.26.1",
|
|
@@ -341,11 +341,11 @@
|
|
|
341
341
|
"whatwg-fetch": "^3.0.0"
|
|
342
342
|
},
|
|
343
343
|
"sideEffects": false,
|
|
344
|
-
"version": "2.155.
|
|
344
|
+
"version": "2.155.7",
|
|
345
345
|
"resolutions": {
|
|
346
346
|
"chokidar": "3.3.1",
|
|
347
347
|
"react-grid-layout": "1.2.2",
|
|
348
348
|
"got": "11.8.5"
|
|
349
349
|
},
|
|
350
|
-
"gitHead": "
|
|
350
|
+
"gitHead": "9968f4ffc07c9ad259b909a89eb035a3a5cc795b"
|
|
351
351
|
}
|
|
@@ -195241,6 +195241,7 @@
|
|
|
195241
195241
|
initialValue: modalJsonData,
|
|
195242
195242
|
i18n: _pick(mergedI18n, 'errorTitle', 'modalTitle', 'modalLabel', 'modalHelpText', 'modalIconDescription', 'copyBtnDescription', 'copyBtnFeedBack', 'expandBtnLabel', 'modalPrimaryButtonLabel', 'modalSecondaryButtonLabel')
|
|
195243
195243
|
}) : null, /*#__PURE__*/React__default["default"].createElement(CardEditForm$1, {
|
|
195244
|
+
key: cardConfig.id,
|
|
195244
195245
|
cardConfig: finalCardToEdit,
|
|
195245
195246
|
isSummaryDashboard: isSummaryDashboard,
|
|
195246
195247
|
onChange: onChange,
|