@mw-kit/mw-ui 1.7.84 → 1.7.86
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/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15051,7 +15051,7 @@ var Select = React__default.forwardRef(function (props, ref) {
|
|
|
15051
15051
|
setPage(1);
|
|
15052
15052
|
};
|
|
15053
15053
|
|
|
15054
|
-
var inputProps = filterObject(props, ['type', 'onScrollEnd', 'position', 'value', 'onClear']);
|
|
15054
|
+
var inputProps = filterObject(props, ['type', 'onScrollEnd', 'position', 'value', 'onClear', 'placeholder']);
|
|
15055
15055
|
|
|
15056
15056
|
var _onScrollEnd = props.onScrollEnd || function () {};
|
|
15057
15057
|
|
|
@@ -17661,7 +17661,7 @@ var Header$4 = function Header(props) {
|
|
|
17661
17661
|
setSearched('');
|
|
17662
17662
|
};
|
|
17663
17663
|
|
|
17664
|
-
return React__default.createElement(Container$a, null, React__default.createElement(
|
|
17664
|
+
return React__default.createElement(Container$a, null, React__default.createElement(EllipsisContainer$1, null, isString(title) ? title : title.element), withSearch && React__default.createElement(Input$5, {
|
|
17665
17665
|
type: 'search',
|
|
17666
17666
|
placeholder: 'Pesquisa',
|
|
17667
17667
|
setValue: setSearch,
|
|
@@ -17970,7 +17970,7 @@ var FiltersMenu = function FiltersMenu(props) {
|
|
|
17970
17970
|
options: items,
|
|
17971
17971
|
close: close,
|
|
17972
17972
|
width: '160px',
|
|
17973
|
-
|
|
17973
|
+
maxHeight: '261px',
|
|
17974
17974
|
containerSpacing: {
|
|
17975
17975
|
top: 's1',
|
|
17976
17976
|
left: 's1',
|