dynamic-mui 1.0.76 → 1.0.80

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.
@@ -99,7 +99,7 @@ function Select(_ref3) {
99
99
  });
100
100
  }, []);
101
101
  return /*#__PURE__*/_react.default.createElement(_Autocomplete.default, _extends({
102
- disablePortal: true
102
+ disablePortal: false
103
103
  }, getMuiAttributes(), {
104
104
  options: options,
105
105
  value: value,
@@ -13,8 +13,8 @@ var _useUpdateEffect = _interopRequireDefault(require("../../../util/useUpdateEf
13
13
  const _excluded = ["color"];
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
16
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
17
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
16
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
17
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
18
18
  const ColorSwitch = (0, _styles.experimentalStyled)(_ref => {
19
19
  let {
20
20
  color
@@ -108,8 +108,7 @@ const multiSelect = exports.multiSelect = [{
108
108
  label: 'Received Billing thru *'
109
109
  },
110
110
  InputProps: {
111
- position: 'start',
112
- icon: 'class'
111
+ readOnly: true
113
112
  }
114
113
  },
115
114
  layout: {
@@ -58,13 +58,13 @@ function getInputProps(InputProps) {
58
58
  text,
59
59
  textstyle = {}
60
60
  } = InputProps;
61
- return {
61
+ return position ? {
62
62
  ["".concat(position, "Adornment")]: /*#__PURE__*/_react.default.createElement(_material.InputAdornment, _extends({}, MuiInputAdornment, {
63
63
  key: "custom-icon-Adornment-".concat(position)
64
64
  }), icon && /*#__PURE__*/_react.default.createElement(_material.Icon, null, icon), !(0, _isEmpty.default)(textstyle) ? /*#__PURE__*/_react.default.createElement("div", {
65
65
  style: textstyle
66
66
  }, text || '') : text || '')
67
- };
67
+ } : _objectSpread({}, InputProps);
68
68
  }
69
69
  return {};
70
70
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "files": {
3
- "main.js": "/DinakaranS/-dynamic-mui/build/bundle.60fc239e.js",
3
+ "main.js": "/DinakaranS/-dynamic-mui/build/bundle.f80c42aa.js",
4
4
  "index.html": "/DinakaranS/-dynamic-mui/index.html"
5
5
  },
6
6
  "entrypoints": [
7
- "build/bundle.60fc239e.js"
7
+ "build/bundle.f80c42aa.js"
8
8
  ]
9
9
  }