sag_components 1.0.87 → 1.0.88
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.
|
@@ -19,7 +19,7 @@ var _styles = require("@mui/material/styles");
|
|
|
19
19
|
var _CheckBoxOutlineBlank = _interopRequireDefault(require("@mui/icons-material/CheckBoxOutlineBlank"));
|
|
20
20
|
var _CheckBox = _interopRequireDefault(require("@mui/icons-material/CheckBox"));
|
|
21
21
|
var _Search = _interopRequireDefault(require("@mui/icons-material/Search.js"));
|
|
22
|
-
var _ArrowDropDownIcon =
|
|
22
|
+
var _ArrowDropDownIcon = require("./icons/ArrowDropDownIcon");
|
|
23
23
|
//import PropTypes from "prop-types";
|
|
24
24
|
|
|
25
25
|
// import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
|
@@ -147,7 +147,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
147
147
|
sx: {
|
|
148
148
|
width: width
|
|
149
149
|
},
|
|
150
|
-
popupIcon: showPopupIcon ? /*#__PURE__*/_react.default.createElement(_ArrowDropDownIcon.
|
|
150
|
+
popupIcon: showPopupIcon ? /*#__PURE__*/_react.default.createElement(_ArrowDropDownIcon.ArrowDropDownIcon, {
|
|
151
151
|
width: "0.6em",
|
|
152
152
|
height: "0.6em"
|
|
153
153
|
}) : null,
|
|
@@ -172,7 +172,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
172
172
|
}),
|
|
173
173
|
InputLabelProps: {
|
|
174
174
|
style: {
|
|
175
|
-
color: labelColor,
|
|
175
|
+
//color: labelColor,
|
|
176
176
|
fontSize: "14px",
|
|
177
177
|
fontFamily: "Lato"
|
|
178
178
|
}
|
|
@@ -210,7 +210,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
210
210
|
getOptionLabel: function getOptionLabel(option) {
|
|
211
211
|
return option.label;
|
|
212
212
|
},
|
|
213
|
-
popupIcon: showPopupIcon ? /*#__PURE__*/_react.default.createElement(_ArrowDropDownIcon.
|
|
213
|
+
popupIcon: showPopupIcon ? /*#__PURE__*/_react.default.createElement(_ArrowDropDownIcon.ArrowDropDownIcon, {
|
|
214
214
|
width: "0.6em",
|
|
215
215
|
height: "0.6em"
|
|
216
216
|
}) : null,
|
|
@@ -247,7 +247,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
247
247
|
}),
|
|
248
248
|
InputLabelProps: {
|
|
249
249
|
style: {
|
|
250
|
-
color: labelColor,
|
|
250
|
+
//color: labelColor,
|
|
251
251
|
fontSize: "16px",
|
|
252
252
|
fontFamily: "Lato"
|
|
253
253
|
}
|
|
@@ -260,7 +260,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
260
260
|
required: required,
|
|
261
261
|
InputLabelProps: {
|
|
262
262
|
style: {
|
|
263
|
-
color: labelColor,
|
|
263
|
+
//color: labelColor,
|
|
264
264
|
fontSize: "16px",
|
|
265
265
|
fontFamily: "Lato"
|
|
266
266
|
}
|