carbon-addons-iot-react 4.0.12 → 4.0.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.
@@ -110,7 +110,8 @@ var TableSaveViewForm = function TableSaveViewForm(_ref) {
110
110
  disabled: disabled,
111
111
  id: "save-view-modal-default-checkbox-label",
112
112
  labelText: defaultCheckboxLabelText,
113
- onChange: function onChange(checked) {
113
+ onChange: function onChange(event, _ref2) {
114
+ var checked = _ref2.checked;
114
115
  return _onChange({
115
116
  isDefault: checked
116
117
  });
@@ -124,7 +125,8 @@ var TableSaveViewForm = function TableSaveViewForm(_ref) {
124
125
  id: "save-view-modal-public-checkbox-label",
125
126
  labelText: publicCheckboxLabelText,
126
127
  wrapperClassName: "".concat(iotPrefix, "--save-view-modal__public-checkbox"),
127
- onChange: function onChange(checked) {
128
+ onChange: function onChange(event, _ref3) {
129
+ var checked = _ref3.checked;
128
130
  return _onChange({
129
131
  isPublic: checked
130
132
  });
@@ -118,7 +118,8 @@ var TableSaveViewForm = function TableSaveViewForm(_ref) {
118
118
  disabled: disabled,
119
119
  id: "save-view-modal-default-checkbox-label",
120
120
  labelText: defaultCheckboxLabelText,
121
- onChange: function onChange(checked) {
121
+ onChange: function onChange(event, _ref2) {
122
+ var checked = _ref2.checked;
122
123
  return _onChange({
123
124
  isDefault: checked
124
125
  });
@@ -132,7 +133,8 @@ var TableSaveViewForm = function TableSaveViewForm(_ref) {
132
133
  id: "save-view-modal-public-checkbox-label",
133
134
  labelText: publicCheckboxLabelText,
134
135
  wrapperClassName: "".concat(iotPrefix, "--save-view-modal__public-checkbox"),
135
- onChange: function onChange(checked) {
136
+ onChange: function onChange(event, _ref3) {
137
+ var checked = _ref3.checked;
136
138
  return _onChange({
137
139
  isPublic: checked
138
140
  });
package/package.json CHANGED
@@ -345,11 +345,11 @@
345
345
  "whatwg-fetch": "^3.0.0"
346
346
  },
347
347
  "sideEffects": false,
348
- "version": "4.0.12",
348
+ "version": "4.0.13",
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": "a805462dbb69367cddceee7ee30fe12052d6eede"
354
+ "gitHead": "f696840cbe60e4e8012d4eef9153b3c0c533473e"
355
355
  }
@@ -226838,7 +226838,8 @@ ${formatRule(Codicon.menuSubmenu)}
226838
226838
  disabled: disabled,
226839
226839
  id: "save-view-modal-default-checkbox-label",
226840
226840
  labelText: defaultCheckboxLabelText,
226841
- onChange: function onChange(checked) {
226841
+ onChange: function onChange(event, _ref2) {
226842
+ var checked = _ref2.checked;
226842
226843
  return _onChange({
226843
226844
  isDefault: checked
226844
226845
  });
@@ -226852,7 +226853,8 @@ ${formatRule(Codicon.menuSubmenu)}
226852
226853
  id: "save-view-modal-public-checkbox-label",
226853
226854
  labelText: publicCheckboxLabelText,
226854
226855
  wrapperClassName: "".concat(iotPrefix$1P, "--save-view-modal__public-checkbox"),
226855
- onChange: function onChange(checked) {
226856
+ onChange: function onChange(event, _ref3) {
226857
+ var checked = _ref3.checked;
226856
226858
  return _onChange({
226857
226859
  isPublic: checked
226858
226860
  });