@dreamcommerce/aurora 3.0.0-120 → 3.0.0-121
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/build/cjs/packages/aurora/src/components/controls/select_control/select_control.js +4 -2
- package/build/cjs/packages/aurora/src/components/controls/select_control/select_control.js.map +1 -1
- package/build/esm/packages/aurora/src/components/controls/select_control/select_control.js +4 -2
- package/build/esm/packages/aurora/src/components/controls/select_control/select_control.js.map +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
14
14
|
|
|
15
15
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
16
16
|
|
|
17
|
-
var _excluded = ["options", "id", "name", "label", "helperText", "tooltip", "placeholder", "searchPlaceholder", "hasSearch", "hasClearValueButton", "errors", "disabled", "defaultValue", "onValueChange", "innerAdditionalContent", "required"];
|
|
17
|
+
var _excluded = ["options", "id", "name", "label", "helperText", "tooltip", "placeholder", "searchPlaceholder", "hasSearch", "hasClearValueButton", "errors", "disabled", "defaultValue", "onValueChange", "onScroll", "innerAdditionalContent", "required"];
|
|
18
18
|
var SelectControl = function SelectControl(_ref) {
|
|
19
19
|
var options = _ref.options,
|
|
20
20
|
id = _ref.id,
|
|
@@ -30,6 +30,7 @@ var SelectControl = function SelectControl(_ref) {
|
|
|
30
30
|
disabled = _ref.disabled,
|
|
31
31
|
defaultValue = _ref.defaultValue,
|
|
32
32
|
onValueChange = _ref.onValueChange,
|
|
33
|
+
onScroll = _ref.onScroll,
|
|
33
34
|
innerAdditionalContent = _ref.innerAdditionalContent,
|
|
34
35
|
required = _ref.required,
|
|
35
36
|
props = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
|
@@ -54,7 +55,8 @@ var SelectControl = function SelectControl(_ref) {
|
|
|
54
55
|
innerAdditionalContent: innerAdditionalContent,
|
|
55
56
|
hasClearValueButton: hasClearValueButton,
|
|
56
57
|
hasError: !!errors,
|
|
57
|
-
onValueChange: onValueChange
|
|
58
|
+
onValueChange: onValueChange,
|
|
59
|
+
onScroll: onScroll
|
|
58
60
|
}, props)), helperText && /*#__PURE__*/React__default['default'].createElement(helper_text.HelperText, null, helperText), errors && /*#__PURE__*/React__default['default'].createElement(error_list.ErrorList, {
|
|
59
61
|
errors: errors
|
|
60
62
|
}));
|
package/build/cjs/packages/aurora/src/components/controls/select_control/select_control.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -6,7 +6,7 @@ import { ErrorList } from '../../error_list/error_list.js';
|
|
|
6
6
|
import { Control } from '../../control/control.js';
|
|
7
7
|
import { Select } from '../../select/select.js';
|
|
8
8
|
|
|
9
|
-
var _excluded = ["options", "id", "name", "label", "helperText", "tooltip", "placeholder", "searchPlaceholder", "hasSearch", "hasClearValueButton", "errors", "disabled", "defaultValue", "onValueChange", "innerAdditionalContent", "required"];
|
|
9
|
+
var _excluded = ["options", "id", "name", "label", "helperText", "tooltip", "placeholder", "searchPlaceholder", "hasSearch", "hasClearValueButton", "errors", "disabled", "defaultValue", "onValueChange", "onScroll", "innerAdditionalContent", "required"];
|
|
10
10
|
var SelectControl = function SelectControl(_ref) {
|
|
11
11
|
var options = _ref.options,
|
|
12
12
|
id = _ref.id,
|
|
@@ -22,6 +22,7 @@ var SelectControl = function SelectControl(_ref) {
|
|
|
22
22
|
disabled = _ref.disabled,
|
|
23
23
|
defaultValue = _ref.defaultValue,
|
|
24
24
|
onValueChange = _ref.onValueChange,
|
|
25
|
+
onScroll = _ref.onScroll,
|
|
25
26
|
innerAdditionalContent = _ref.innerAdditionalContent,
|
|
26
27
|
required = _ref.required,
|
|
27
28
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
@@ -46,7 +47,8 @@ var SelectControl = function SelectControl(_ref) {
|
|
|
46
47
|
innerAdditionalContent: innerAdditionalContent,
|
|
47
48
|
hasClearValueButton: hasClearValueButton,
|
|
48
49
|
hasError: !!errors,
|
|
49
|
-
onValueChange: onValueChange
|
|
50
|
+
onValueChange: onValueChange,
|
|
51
|
+
onScroll: onScroll
|
|
50
52
|
}, props)), helperText && /*#__PURE__*/React.createElement(HelperText, null, helperText), errors && /*#__PURE__*/React.createElement(ErrorList, {
|
|
51
53
|
errors: errors
|
|
52
54
|
}));
|
package/build/esm/packages/aurora/src/components/controls/select_control/select_control.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|