carbon-addons-iot-react 5.11.0 → 5.12.0
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.
|
@@ -118,7 +118,8 @@ var PageWizardStep = function PageWizardStep(_ref) {
|
|
|
118
118
|
if (onNext) onNext();
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
|
-
disabled: nextDisabled
|
|
121
|
+
disabled: nextDisabled,
|
|
122
|
+
loading: sendingData
|
|
122
123
|
}, i18n.next) : /*#__PURE__*/React__default.createElement(Button, {
|
|
123
124
|
onClick: function onClick() {
|
|
124
125
|
return onValidate() && onSubmit();
|
|
@@ -127,7 +127,8 @@ var PageWizardStep = function PageWizardStep(_ref) {
|
|
|
127
127
|
if (onNext) onNext();
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
|
-
disabled: nextDisabled
|
|
130
|
+
disabled: nextDisabled,
|
|
131
|
+
loading: sendingData
|
|
131
132
|
}, i18n.next) : /*#__PURE__*/React__default.default.createElement(Button, {
|
|
132
133
|
onClick: function onClick() {
|
|
133
134
|
return onValidate() && onSubmit();
|
package/package.json
CHANGED
|
@@ -328048,7 +328048,8 @@ ${formatRule(Codicon.menuSubmenu)}
|
|
|
328048
328048
|
if (onNext) onNext();
|
|
328049
328049
|
}
|
|
328050
328050
|
},
|
|
328051
|
-
disabled: nextDisabled
|
|
328051
|
+
disabled: nextDisabled,
|
|
328052
|
+
loading: sendingData
|
|
328052
328053
|
}, i18n.next) : /*#__PURE__*/React$1.createElement(Button$2, {
|
|
328053
328054
|
onClick: function onClick() {
|
|
328054
328055
|
return onValidate() && onSubmit();
|