tenjin-ui-kit 0.3.21 → 0.3.22
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.
|
@@ -23,7 +23,7 @@ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefine
|
|
|
23
23
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
24
24
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
25
25
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
26
|
-
var
|
|
26
|
+
var GroupSimpleSelect = function GroupSimpleSelect(_ref) {
|
|
27
27
|
var options = _ref.options,
|
|
28
28
|
onChange = _ref.onChange,
|
|
29
29
|
propValue = _ref.value,
|
|
@@ -172,5 +172,5 @@ var GroupedSelect = function GroupedSelect(_ref) {
|
|
|
172
172
|
}));
|
|
173
173
|
})))));
|
|
174
174
|
};
|
|
175
|
-
var _default =
|
|
175
|
+
var _default = GroupSimpleSelect;
|
|
176
176
|
exports.default = _default;
|