carbon-addons-iot-react 5.1.2 → 5.1.3
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/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/DataSeriesFormContent.js +2 -2
- package/es/components/CardEditor/CardEditForm/CardEditFormItems/TableCardFormItems/TableCardFormContent.js +2 -2
- package/lib/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/DataSeriesFormContent.js +1 -1
- package/lib/components/CardEditor/CardEditForm/CardEditFormItems/TableCardFormItems/TableCardFormContent.js +1 -1
- package/package.json +2 -2
- package/umd/carbon-addons-iot-react.js +2 -2
|
@@ -30,7 +30,7 @@ import DataSeriesFormItemModal from '../DataSeriesFormItemModal.js';
|
|
|
30
30
|
import { BAR_CHART_TYPES, CARD_TYPES } from '../../../../../constants/LayoutConstants.js';
|
|
31
31
|
import ContentFormItemTitle from '../ContentFormItemTitle.js';
|
|
32
32
|
import BarChartDataSeriesContent from './BarChartDataSeriesContent.js';
|
|
33
|
-
import { Edit,
|
|
33
|
+
import { Edit, MisuseOutline } from '@carbon/icons-react';
|
|
34
34
|
|
|
35
35
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
36
36
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -384,7 +384,7 @@ var DataSeriesFormItem = function DataSeriesFormItem(_ref2) {
|
|
|
384
384
|
tooltipAlignment: "center"
|
|
385
385
|
}), /*#__PURE__*/React__default.createElement(Button, {
|
|
386
386
|
key: "data-item-".concat(dataItem.dataSourceId, "_remove"),
|
|
387
|
-
renderIcon:
|
|
387
|
+
renderIcon: MisuseOutline,
|
|
388
388
|
hasIconOnly: true,
|
|
389
389
|
kind: "ghost",
|
|
390
390
|
size: "sm",
|
|
@@ -31,7 +31,7 @@ import DataSeriesFormItemModal from '../DataSeriesFormItemModal.js';
|
|
|
31
31
|
import ContentFormItemTitle from '../ContentFormItemTitle.js';
|
|
32
32
|
import { CARD_SIZES, CARD_TYPES } from '../../../../../constants/LayoutConstants.js';
|
|
33
33
|
import { formatDataItemsForDropdown } from '../DataSeriesFormItems/DataSeriesFormContent.js';
|
|
34
|
-
import { Edit,
|
|
34
|
+
import { Edit, MisuseOutline } from '@carbon/icons-react';
|
|
35
35
|
|
|
36
36
|
var _excluded = ["thresholds"];
|
|
37
37
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -355,7 +355,7 @@ var TableCardFormContent = function TableCardFormContent(_ref) {
|
|
|
355
355
|
tooltipAlignment: "center"
|
|
356
356
|
}), /*#__PURE__*/React__default.createElement(Button, {
|
|
357
357
|
key: "data-item-".concat(dataItem.dataSourceId, "_remove"),
|
|
358
|
-
renderIcon:
|
|
358
|
+
renderIcon: MisuseOutline,
|
|
359
359
|
hasIconOnly: true,
|
|
360
360
|
kind: "ghost",
|
|
361
361
|
size: "sm",
|
|
@@ -399,7 +399,7 @@ var DataSeriesFormItem = function DataSeriesFormItem(_ref2) {
|
|
|
399
399
|
tooltipAlignment: "center"
|
|
400
400
|
}), /*#__PURE__*/React__default.default.createElement(Button, {
|
|
401
401
|
key: "data-item-".concat(dataItem.dataSourceId, "_remove"),
|
|
402
|
-
renderIcon: iconsReact.
|
|
402
|
+
renderIcon: iconsReact.MisuseOutline,
|
|
403
403
|
hasIconOnly: true,
|
|
404
404
|
kind: "ghost",
|
|
405
405
|
size: "sm",
|
|
@@ -369,7 +369,7 @@ var TableCardFormContent = function TableCardFormContent(_ref) {
|
|
|
369
369
|
tooltipAlignment: "center"
|
|
370
370
|
}), /*#__PURE__*/React__default.default.createElement(Button, {
|
|
371
371
|
key: "data-item-".concat(dataItem.dataSourceId, "_remove"),
|
|
372
|
-
renderIcon: iconsReact.
|
|
372
|
+
renderIcon: iconsReact.MisuseOutline,
|
|
373
373
|
hasIconOnly: true,
|
|
374
374
|
kind: "ghost",
|
|
375
375
|
size: "sm",
|
package/package.json
CHANGED
|
@@ -345,11 +345,11 @@
|
|
|
345
345
|
"whatwg-fetch": "^3.0.0"
|
|
346
346
|
},
|
|
347
347
|
"sideEffects": false,
|
|
348
|
-
"version": "5.1.
|
|
348
|
+
"version": "5.1.3",
|
|
349
349
|
"resolutions": {
|
|
350
350
|
"chokidar": "3.3.1",
|
|
351
351
|
"react-grid-layout": "1.2.2",
|
|
352
352
|
"got": "11.8.5"
|
|
353
353
|
},
|
|
354
|
-
"gitHead": "
|
|
354
|
+
"gitHead": "4c5c94c6f8b249f52fef3df26adb15ccf8ac2eaa"
|
|
355
355
|
}
|
|
@@ -308020,7 +308020,7 @@ ${formatRule(Codicon.menuSubmenu)}
|
|
|
308020
308020
|
tooltipAlignment: "center"
|
|
308021
308021
|
}), /*#__PURE__*/React$1.createElement(Button$2, {
|
|
308022
308022
|
key: "data-item-".concat(dataItem.dataSourceId, "_remove"),
|
|
308023
|
-
renderIcon: iconsReact.
|
|
308023
|
+
renderIcon: iconsReact.MisuseOutline,
|
|
308024
308024
|
hasIconOnly: true,
|
|
308025
308025
|
kind: "ghost",
|
|
308026
308026
|
size: "sm",
|
|
@@ -313239,7 +313239,7 @@ ${formatRule(Codicon.menuSubmenu)}
|
|
|
313239
313239
|
tooltipAlignment: "center"
|
|
313240
313240
|
}), /*#__PURE__*/React$1.createElement(Button$2, {
|
|
313241
313241
|
key: "data-item-".concat(dataItem.dataSourceId, "_remove"),
|
|
313242
|
-
renderIcon: iconsReact.
|
|
313242
|
+
renderIcon: iconsReact.MisuseOutline,
|
|
313243
313243
|
hasIconOnly: true,
|
|
313244
313244
|
kind: "ghost",
|
|
313245
313245
|
size: "sm",
|