carbon-addons-iot-react 4.1.19 → 4.1.21
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/css/carbon-addons-iot-react.css +8 -5
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/PageWizard/PageWizardStep/PageWizardStep.js +7 -4
- package/es/components/Table/TableHead/FilterHeaderRow/FilterHeaderRow.js +2 -1
- package/lib/components/PageWizard/PageWizardStep/PageWizardStep.js +7 -4
- package/lib/components/Table/TableHead/FilterHeaderRow/FilterHeaderRow.js +2 -1
- package/lib/css/carbon-addons-iot-react.css +8 -5
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/PageWizard/_page-wizard.scss +8 -5
- package/package.json +2 -2
- package/scss/components/PageWizard/_page-wizard.scss +8 -5
- package/umd/carbon-addons-iot-react.js +8 -5
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
&--actions--sticky {
|
|
61
|
+
display: flex;
|
|
61
62
|
position: fixed;
|
|
62
63
|
bottom: 0;
|
|
63
64
|
left: 0;
|
|
@@ -70,13 +71,15 @@
|
|
|
70
71
|
}
|
|
71
72
|
}
|
|
72
73
|
|
|
73
|
-
&--
|
|
74
|
+
&--footer {
|
|
74
75
|
display: flex;
|
|
76
|
+
align-items: center;
|
|
77
|
+
&--before--content {
|
|
78
|
+
flex: 1;
|
|
79
|
+
justify-content: flex-start;
|
|
80
|
+
}
|
|
75
81
|
|
|
76
|
-
&--content {
|
|
77
|
-
display: flex;
|
|
78
|
-
width: 100%;
|
|
79
|
-
align-items: center;
|
|
82
|
+
&--after--content {
|
|
80
83
|
justify-content: flex-end;
|
|
81
84
|
}
|
|
82
85
|
}
|
package/package.json
CHANGED
|
@@ -345,11 +345,11 @@
|
|
|
345
345
|
"whatwg-fetch": "^3.0.0"
|
|
346
346
|
},
|
|
347
347
|
"sideEffects": false,
|
|
348
|
-
"version": "4.1.
|
|
348
|
+
"version": "4.1.21",
|
|
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": "34c3861baa0887e05624c5a92c3efb60f8a09e28"
|
|
355
355
|
}
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
&--actions--sticky {
|
|
61
|
+
display: flex;
|
|
61
62
|
position: fixed;
|
|
62
63
|
bottom: 0;
|
|
63
64
|
left: 0;
|
|
@@ -70,13 +71,15 @@
|
|
|
70
71
|
}
|
|
71
72
|
}
|
|
72
73
|
|
|
73
|
-
&--
|
|
74
|
+
&--footer {
|
|
74
75
|
display: flex;
|
|
76
|
+
align-items: center;
|
|
77
|
+
&--before--content {
|
|
78
|
+
flex: 1;
|
|
79
|
+
justify-content: flex-start;
|
|
80
|
+
}
|
|
75
81
|
|
|
76
|
-
&--content {
|
|
77
|
-
display: flex;
|
|
78
|
-
width: 100%;
|
|
79
|
-
align-items: center;
|
|
82
|
+
&--after--content {
|
|
80
83
|
justify-content: flex-end;
|
|
81
84
|
}
|
|
82
85
|
}
|
|
@@ -210836,8 +210836,9 @@ ${formatRule(Codicon.menuSubmenu)}
|
|
|
210836
210836
|
ref: isLastVisibleColumn ? _this2.filterCellRef : undefined
|
|
210837
210837
|
}, headerContent, hasFilterRowIcon && isLastVisibleColumn ? /*#__PURE__*/React$1.createElement(React$1.Fragment, null, /*#__PURE__*/React$1.createElement(TableToolbarSVGButton$1, {
|
|
210838
210838
|
testId: "filter-row-icon",
|
|
210839
|
-
className: classnames("".concat(iotPrefix$2c, "--filter-header-icon"), _defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$2c, "--filter-header-icon--with-border"), hasResize && showColumnGroups && !hasRowActions), "".concat(iotPrefix$2c, "--filter-header-icon--with-margin"), hasRowActions)),
|
|
210839
|
+
className: classnames("".concat(iotPrefix$2c, "--filter-header-icon ").concat(iotPrefix$2c, "-hide-tooltip-icon"), _defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$2c, "--filter-header-icon--with-border"), hasResize && showColumnGroups && !hasRowActions), "".concat(iotPrefix$2c, "--filter-header-icon--with-margin"), hasRowActions)),
|
|
210840
210840
|
description: filterRowIconDescription,
|
|
210841
|
+
title: filterRowIconDescription,
|
|
210841
210842
|
onClick: onFilterRowIconClick,
|
|
210842
210843
|
renderIcon: filterRowIcon,
|
|
210843
210844
|
size: "field",
|
|
@@ -322431,13 +322432,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
322431
322432
|
className: "".concat(iotPrefix$o, "--page-wizard--inline-notificaton")
|
|
322432
322433
|
}) : null, children, /*#__PURE__*/React$1.createElement("div", {
|
|
322433
322434
|
className: classnames(_defineProperty$c(_defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$o, "--page-wizard--content--actions--sticky"), hasStickyFooter), "".concat(iotPrefix$o, "--page-wizard--content--actions"), !hasStickyFooter), "".concat(iotPrefix$o, "--page-wizard--content--after-footer"), !!afterFooterContent))
|
|
322434
|
-
},
|
|
322435
|
+
}, /*#__PURE__*/React$1.createElement("div", {
|
|
322436
|
+
className: "".concat(iotPrefix$o, "--page-wizard--content--footer ").concat(iotPrefix$o, "--page-wizard--content--footer--before--content")
|
|
322437
|
+
}, beforeFooterContent), !hasPrev ? /*#__PURE__*/React$1.createElement(Button$2, {
|
|
322435
322438
|
onClick: onClose,
|
|
322436
322439
|
kind: "secondary"
|
|
322437
|
-
}, i18n.cancel) :
|
|
322440
|
+
}, i18n.cancel) : /*#__PURE__*/React$1.createElement(Button$2, {
|
|
322438
322441
|
onClick: onBack,
|
|
322439
322442
|
kind: "secondary"
|
|
322440
|
-
}, i18n.back)
|
|
322443
|
+
}, i18n.back), hasNext ? /*#__PURE__*/React$1.createElement(Button$2, {
|
|
322441
322444
|
onClick: function onClick() {
|
|
322442
322445
|
if (onValidate()) {
|
|
322443
322446
|
if (onNext) onNext();
|
|
@@ -322451,7 +322454,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
322451
322454
|
disabled: nextDisabled,
|
|
322452
322455
|
loading: sendingData
|
|
322453
322456
|
}, i18n.submit), afterFooterContent && /*#__PURE__*/React$1.createElement("div", {
|
|
322454
|
-
className: "".concat(iotPrefix$o, "--page-wizard--content--
|
|
322457
|
+
className: "".concat(iotPrefix$o, "--page-wizard--content--footer ").concat(iotPrefix$o, "--page-wizard--content--footer--after--content")
|
|
322455
322458
|
}, afterFooterContent)));
|
|
322456
322459
|
};
|
|
322457
322460
|
PageWizardStep.propTypes = PageWizardStepPropTypes;
|