@dxc-technology/halstack-react 0.0.0-02e2a15 → 0.0.0-0355f44
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/ThemeContext.js +131 -99
- package/dist/accordion/Accordion.js +119 -50
- package/dist/accordion-group/AccordionGroup.js +33 -1
- package/dist/alert/Alert.js +168 -83
- package/dist/alert/index.d.ts +51 -0
- package/dist/badge/Badge.js +29 -6
- package/dist/box/Box.js +27 -18
- package/dist/button/Button.js +39 -20
- package/dist/card/Card.js +15 -8
- package/dist/checkbox/Checkbox.js +88 -21
- package/dist/chip/Chip.js +63 -21
- package/dist/common/variables.js +1297 -316
- package/dist/date/Date.js +66 -44
- package/dist/date-input/DateInput.js +400 -0
- package/dist/date-input/index.d.ts +95 -0
- package/dist/dialog/Dialog.js +44 -29
- package/dist/dropdown/Dropdown.js +162 -74
- package/dist/file-input/FileInput.js +644 -0
- package/dist/file-input/FileItem.js +280 -0
- package/dist/file-input/index.d.ts +81 -0
- package/dist/footer/Footer.js +25 -35
- package/dist/footer/dxc_logo.svg +15 -0
- package/dist/header/Header.js +44 -26
- package/dist/header/dxc_logo_black.svg +8 -0
- package/dist/heading/Heading.js +91 -36
- package/dist/input-text/InputText.js +161 -63
- package/dist/layout/ApplicationLayout.js +3 -3
- package/dist/link/Link.js +76 -39
- package/dist/main.d.ts +8 -0
- package/dist/main.js +59 -3
- package/dist/new-select/NewSelect.js +836 -0
- package/dist/new-select/index.d.ts +53 -0
- package/dist/new-textarea/NewTextarea.js +369 -0
- package/dist/new-textarea/index.d.ts +117 -0
- package/dist/number-input/NumberInput.js +136 -0
- package/dist/number-input/NumberInputContext.js +16 -0
- package/dist/number-input/index.d.ts +113 -0
- package/dist/paginator/Paginator.js +41 -13
- package/dist/password-input/PasswordInput.js +198 -0
- package/dist/password-input/index.d.ts +94 -0
- package/dist/progress-bar/ProgressBar.js +88 -38
- package/dist/radio/Radio.js +28 -9
- package/dist/resultsetTable/ResultsetTable.js +64 -38
- package/dist/select/Select.js +207 -148
- package/dist/sidenav/Sidenav.js +15 -15
- package/dist/slider/Slider.js +190 -63
- package/dist/spinner/Spinner.js +226 -59
- package/dist/switch/Switch.js +42 -14
- package/dist/table/Table.js +45 -11
- package/dist/tabs/Tabs.js +37 -19
- package/dist/tag/Tag.js +50 -36
- package/dist/text-input/TextInput.js +971 -0
- package/dist/text-input/index.d.ts +135 -0
- package/dist/textarea/Textarea.js +59 -33
- package/dist/toggle-group/ToggleGroup.js +139 -35
- package/dist/upload/Upload.js +4 -8
- package/dist/upload/buttons-upload/ButtonsUpload.js +27 -11
- package/dist/upload/dragAndDropArea/DragAndDropArea.js +54 -18
- package/dist/upload/file-upload/FileToUpload.js +37 -15
- package/dist/upload/files-upload/FilesToUpload.js +3 -3
- package/dist/upload/readme.md +2 -2
- package/dist/upload/transaction/Transaction.js +39 -16
- package/dist/upload/transactions/Transactions.js +24 -8
- package/dist/wizard/Wizard.js +106 -50
- package/dist/wizard/invalid_icon.svg +4 -5
- package/dist/wizard/valid_icon.svg +4 -5
- package/package.json +6 -4
- package/test/Date.test.js +49 -45
- package/test/DateInput.test.js +242 -0
- package/test/Dropdown.test.js +15 -0
- package/test/FileInput.test.js +201 -0
- package/test/InputText.test.js +24 -16
- package/test/Link.test.js +3 -2
- package/test/NewTextarea.test.js +195 -0
- package/test/NumberInput.test.js +259 -0
- package/test/Paginator.test.js +1 -1
- package/test/PasswordInput.test.js +83 -0
- package/test/ResultsetTable.test.js +1 -2
- package/test/Select.test.js +44 -24
- package/test/Spinner.test.js +5 -0
- package/test/TextInput.test.js +732 -0
- package/test/ToggleGroup.test.js +5 -1
- package/test/Upload.test.js +5 -5
- package/dist/accordion/Accordion.stories.js +0 -207
- package/dist/accordion/readme.md +0 -96
- package/dist/accordion-group/AccordionGroup.stories.js +0 -207
- package/dist/accordion-group/readme.md +0 -70
- package/dist/alert/Alert.stories.js +0 -158
- package/dist/alert/close.svg +0 -4
- package/dist/alert/error.svg +0 -4
- package/dist/alert/info.svg +0 -4
- package/dist/alert/readme.md +0 -43
- package/dist/alert/success.svg +0 -4
- package/dist/alert/warning.svg +0 -4
- package/dist/button/Button.stories.js +0 -224
- package/dist/button/readme.md +0 -93
- package/dist/date/calendar.svg +0 -1
- package/dist/date/calendar_dark.svg +0 -1
- package/dist/dialog/Dialog.stories.js +0 -217
- package/dist/dialog/readme.md +0 -32
- package/dist/dropdown/Dropdown.stories.js +0 -249
- package/dist/dropdown/baseline-arrow_drop_down.svg +0 -1
- package/dist/dropdown/baseline-arrow_drop_down_wh.svg +0 -4
- package/dist/dropdown/baseline-arrow_drop_up.svg +0 -1
- package/dist/dropdown/baseline-arrow_drop_up_wh.svg +0 -4
- package/dist/dropdown/readme.md +0 -69
- package/dist/footer/Footer.stories.js +0 -94
- package/dist/footer/dxc_logo_wht.png +0 -0
- package/dist/header/dxc_logo_black.png +0 -0
- package/dist/header/dxc_logo_blk_rgb.svg +0 -6
- package/dist/header/dxc_logo_white.png +0 -0
- package/dist/input-text/InputText.stories.js +0 -209
- package/dist/select/Select.stories.js +0 -235
- package/dist/select/readme.md +0 -72
- package/dist/slider/Slider.stories.js +0 -241
- package/dist/toggle-group/readme.md +0 -82
|
@@ -43,8 +43,10 @@ var _useTheme = _interopRequireDefault(require("../useTheme.js"));
|
|
|
43
43
|
|
|
44
44
|
var _error = _interopRequireDefault(require("./error.svg"));
|
|
45
45
|
|
|
46
|
+
var _BackgroundColorContext = _interopRequireWildcard(require("../BackgroundColorContext.js"));
|
|
47
|
+
|
|
46
48
|
function _templateObject10() {
|
|
47
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n
|
|
49
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n display: inline-block;\n position: relative;\n height: auto;\n width: ", ";\n\n .MuiTextField-root {\n width: 100%;\n font-family: ", ";\n\n .MuiFormHelperText-root {\n font-weight: ", ";\n font-family: ", ";\n font-size: ", ";\n font-style: ", ";\n color: ", " !important;\n margin-top: 6px;\n }\n\n .MuiFormLabel-root {\n font-size: ", ";\n font-style: ", ";\n font-weight: ", ";\n color: ", ";\n padding-left: ", ";\n\n &.Mui-disabled {\n color: ", " !important;\n cursor: not-allowed;\n }\n\n &.Mui-focused {\n color: ", ";\n &.MuiInputLabel-shrink {\n transform: ", ";\n }\n }\n\n &.MuiInputLabel-shrink {\n font-family: ", ";\n\n transform: ", ";\n }\n\n &.Mui-error {\n color: ", ";\n }\n\n &:not(.MuiInputLabel-shrink) {\n font-family: ", ";\n color: ", ";\n\n & + div,\n & + div + p {\n color: ", ";\n }\n }\n\n &.MuiInputLabel-shrink {\n & + div::before {\n border-color: ", ";\n }\n & + div + p {\n color: ", ";\n }\n }\n }\n\n .MuiInputBase-root.MuiInput-root.MuiInput-underline {\n font-family: ", ";\n\n &::before {\n border-bottom: ", ";\n }\n\n &:not(.Mui-error)::before,\n &:not(&.Mui-focused)::before {\n border-bottom: ", ";\n }\n\n &::after {\n border-bottom: ", ";\n }\n\n &.Mui-error {\n &::before {\n border-width: ", ";\n border-color: ", ";\n }\n &::after {\n transform: scaleX(0);\n }\n }\n\n &.Mui-focused {\n &::after {\n border-width: calc(", " + 1px);\n border-color: ", ";\n }\n &.Mui-error::after {\n border-color: ", ";\n }\n }\n\n &.Mui-disabled {\n cursor: not-allowed;\n\n &::before {\n border-bottom: ", ";\n border-bottom-style: solid;\n }\n }\n\n .MuiInputBase-input {\n font-size: ", ";\n font-style: ", ";\n font-weight: ", ";\n color: ", ";\n padding-left: ", ";\n text-overflow: ellipsis;\n\n &.Mui-disabled {\n color: ", " !important;\n cursor: not-allowed;\n }\n }\n\n .MuiInputAdornment-root {\n height: 20px;\n\n &.MuiInputAdornment-positionEnd {\n & > p {\n font-family: ", ";\n margin-right: 8px;\n margin-bottom: 1px;\n }\n }\n &.Mui-disabled {\n cursor: not-allowed;\n opacity: 0.5;\n }\n }\n\n &:hover:not(.Mui-disabled):before &:hover:not(.Mui-error):before {\n border-bottom-color: ", ";\n }\n }\n\n & > p {\n &.Mui-error {\n color: ", " !important;\n }\n &.Mui-disabled {\n color: ", " !important;\n cursor: not-allowed;\n }\n }\n }\n"]);
|
|
48
50
|
|
|
49
51
|
_templateObject10 = function _templateObject10() {
|
|
50
52
|
return data;
|
|
@@ -54,7 +56,7 @@ function _templateObject10() {
|
|
|
54
56
|
}
|
|
55
57
|
|
|
56
58
|
function _templateObject9() {
|
|
57
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n ", ";\n"]);
|
|
59
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n ", ";\n font-weight: ", ";\n font-family: ", ";\n font-size: ", ";\n font-style: ", ";\n color: ", ";\n"]);
|
|
58
60
|
|
|
59
61
|
_templateObject9 = function _templateObject9() {
|
|
60
62
|
return data;
|
|
@@ -64,7 +66,7 @@ function _templateObject9() {
|
|
|
64
66
|
}
|
|
65
67
|
|
|
66
68
|
function _templateObject8() {
|
|
67
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n top: 23px;\n left: 0;\n max-height: 20px;\n max-width: 20px;\n margin-right: 8px;\n width: 20px;\n opacity: ", ";\n ", ";\n overflow: hidden;\n\n img,\n svg {\n height: 100%;\n width: 100%;\n }\n"]);
|
|
69
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n top: 23px;\n left: 0;\n max-height: 20px;\n max-width: 20px;\n color: ", ";\n margin-right: 8px;\n width: 20px;\n opacity: ", ";\n ", ";\n overflow: hidden;\n\n img,\n svg {\n height: 100%;\n width: 100%;\n }\n"]);
|
|
68
70
|
|
|
69
71
|
_templateObject8 = function _templateObject8() {
|
|
70
72
|
return data;
|
|
@@ -84,7 +86,7 @@ function _templateObject7() {
|
|
|
84
86
|
}
|
|
85
87
|
|
|
86
88
|
function _templateObject6() {
|
|
87
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n position: absolute;\n top: 20px;\n left: 0px;\n font-family: ", ";\n
|
|
89
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n position: absolute;\n top: 20px;\n left: 0px;\n font-weight: ", ";\n font-family: ", ";\n font-size: ", ";\n font-style: ", ";\n color: ", ";\n max-height: 20px;\n max-width: 20px;\n opacity: ", ";\n z-index: 1;\n ", ";\n"]);
|
|
88
90
|
|
|
89
91
|
_templateObject6 = function _templateObject6() {
|
|
90
92
|
return data;
|
|
@@ -94,7 +96,7 @@ function _templateObject6() {
|
|
|
94
96
|
}
|
|
95
97
|
|
|
96
98
|
function _templateObject5() {
|
|
97
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n position: absolute;\n top: 20px;\n left: 0px;\n width: 20px;\n max-height: 20px;\n max-width: 20px;\n z-index: 1;\n opacity: ", ";\n ", ";\n overflow: hidden;\n\n img,\n svg {\n height: 100%;\n width: 100%;\n }\n"]);
|
|
99
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n position: absolute;\n top: 20px;\n left: 0px;\n width: 20px;\n max-height: 20px;\n max-width: 20px;\n color: ", ";\n z-index: 1;\n opacity: ", ";\n ", ";\n overflow: hidden;\n\n img,\n svg {\n height: 100%;\n width: 100%;\n }\n"]);
|
|
98
100
|
|
|
99
101
|
_templateObject5 = function _templateObject5() {
|
|
100
102
|
return data;
|
|
@@ -104,7 +106,7 @@ function _templateObject5() {
|
|
|
104
106
|
}
|
|
105
107
|
|
|
106
108
|
function _templateObject4() {
|
|
107
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n position: absolute;\n top: 20px;\n left: 0px;\n
|
|
109
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n position: absolute;\n top: 20px;\n left: 0px;\n max-height: 20px;\n max-width: 20px;\n z-index: 1;\n opacity: ", ";\n ", ";\n"]);
|
|
108
110
|
|
|
109
111
|
_templateObject4 = function _templateObject4() {
|
|
110
112
|
return data;
|
|
@@ -114,7 +116,7 @@ function _templateObject4() {
|
|
|
114
116
|
}
|
|
115
117
|
|
|
116
118
|
function _templateObject3() {
|
|
117
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n width: ", ";\n .MuiPaper-root {\n max-height: 250px;\n overflow: auto;\n ::-webkit-scrollbar {\n width: 3px;\n }\n ::-webkit-scrollbar-track {\n background-color: ", ";\n border-radius: 3px;\n }\n
|
|
119
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n width: ", ";\n .MuiPaper-root {\n max-height: 250px;\n background-color: ", ";\n font-family: ", ";\n font-size: ", ";\n font-style: ", ";\n font-weight: ", ";\n color: ", ";\n border-color: ", ";\n border-width: ", ";\n border-style: ", ";\n overflow: auto;\n\n ::-webkit-scrollbar {\n width: 3px;\n }\n ::-webkit-scrollbar-track {\n background-color: ", ";\n border-radius: 3px;\n }\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n border-radius: 3px;\n }\n\n li {\n padding-bottom: ", ";\n padding-top: ", ";\n\n &:hover {\n color: ", ";\n background-color: ", ";\n }\n &:active {\n background-color: ", ";\n }\n }\n }\n"]);
|
|
118
120
|
|
|
119
121
|
_templateObject3 = function _templateObject3() {
|
|
120
122
|
return data;
|
|
@@ -164,7 +166,7 @@ var makeCancelable = function makeCancelable(promise) {
|
|
|
164
166
|
};
|
|
165
167
|
};
|
|
166
168
|
|
|
167
|
-
var
|
|
169
|
+
var V3DxcInputText = function V3DxcInputText(_ref) {
|
|
168
170
|
var _ref$label = _ref.label,
|
|
169
171
|
label = _ref$label === void 0 ? " " : _ref$label,
|
|
170
172
|
_ref$name = _ref.name,
|
|
@@ -236,6 +238,7 @@ var DxcInputText = function DxcInputText(_ref) {
|
|
|
236
238
|
changeIsError = _useState12[1];
|
|
237
239
|
|
|
238
240
|
var colorsTheme = (0, _useTheme["default"])();
|
|
241
|
+
var backgroundType = (0, _react.useContext)(_BackgroundColorContext["default"]);
|
|
239
242
|
|
|
240
243
|
var changeValue = function changeValue(newValue) {
|
|
241
244
|
if (value === null || value === undefined) {
|
|
@@ -314,6 +317,44 @@ var DxcInputText = function DxcInputText(_ref) {
|
|
|
314
317
|
}
|
|
315
318
|
};
|
|
316
319
|
|
|
320
|
+
var handleSuffixKeyPress = function handleSuffixKeyPress(event) {
|
|
321
|
+
event.preventDefault();
|
|
322
|
+
|
|
323
|
+
if (!disabled && (event.nativeEvent.code === "Enter" || event.nativeEvent.code === "Space")) {
|
|
324
|
+
onClickSuffix(event);
|
|
325
|
+
}
|
|
326
|
+
};
|
|
327
|
+
|
|
328
|
+
var handlePrefixKeyPress = function handlePrefixKeyPress(event) {
|
|
329
|
+
event.preventDefault();
|
|
330
|
+
|
|
331
|
+
if (!disabled && (event.nativeEvent.code === "Enter" || event.nativeEvent.code === "Space")) {
|
|
332
|
+
onClickPrefix(event);
|
|
333
|
+
}
|
|
334
|
+
};
|
|
335
|
+
|
|
336
|
+
var ThemedSuggestions = function ThemedSuggestions() {
|
|
337
|
+
var backgroundType = (0, _react.useContext)(_BackgroundColorContext["default"]);
|
|
338
|
+
return _react["default"].createElement(SuggestionsContainer, {
|
|
339
|
+
margin: margin,
|
|
340
|
+
size: size,
|
|
341
|
+
backgroundType: backgroundType
|
|
342
|
+
}, _react["default"].createElement(_Paper["default"], null, isOpen && !isSearching && !isError && filteredOptions.length === 0 && _react["default"].createElement(_MenuItem["default"], null, "No matches found."), isOpen && !isSearching && filteredOptions.length > 0 && filteredOptions.map(function (suggestion) {
|
|
343
|
+
return _react["default"].createElement(_MenuItem["default"], {
|
|
344
|
+
key: suggestion,
|
|
345
|
+
disableRipple: true,
|
|
346
|
+
onMouseDown: function onMouseDown(event) {
|
|
347
|
+
return event.preventDefault();
|
|
348
|
+
},
|
|
349
|
+
onClick: function onClick() {
|
|
350
|
+
return handlerSuggestionClicked(suggestion);
|
|
351
|
+
}
|
|
352
|
+
}, suggestion);
|
|
353
|
+
}), isSearching && _react["default"].createElement(_MenuItem["default"], null, "Searching..."), isError && _react["default"].createElement(_MenuItem["default"], null, "Error fetching data", _react["default"].createElement(ErrorIcon, {
|
|
354
|
+
src: _error["default"]
|
|
355
|
+
}))));
|
|
356
|
+
};
|
|
357
|
+
|
|
317
358
|
return _react["default"].createElement(_styledComponents.ThemeProvider, {
|
|
318
359
|
theme: colorsTheme.inputText
|
|
319
360
|
}, _react["default"].createElement(TextContainer, {
|
|
@@ -323,23 +364,29 @@ var DxcInputText = function DxcInputText(_ref) {
|
|
|
323
364
|
required: required,
|
|
324
365
|
assistiveText: assistiveText,
|
|
325
366
|
margin: margin,
|
|
326
|
-
size: size
|
|
367
|
+
size: size,
|
|
368
|
+
backgroundType: backgroundType
|
|
327
369
|
}, prefixIcon ? _react["default"].createElement(PrefixIconContainer, {
|
|
328
370
|
tabIndex: typeof onClickPrefix === "function" && !disabled ? tabIndex : -1,
|
|
329
371
|
disabled: disabled,
|
|
330
372
|
onClick: !disabled ? onClickPrefix : null,
|
|
331
|
-
interactuable: typeof onClickPrefix === "function" && !disabled
|
|
373
|
+
interactuable: typeof onClickPrefix === "function" && !disabled,
|
|
374
|
+
backgroundType: backgroundType,
|
|
375
|
+
onKeyPress: handlePrefixKeyPress
|
|
332
376
|
}, (0, _typeof2["default"])(prefixIcon) === "object" ? prefixIcon : _react["default"].createElement(prefixIcon)) : prefixIconSrc && _react["default"].createElement(PrefixIcon, {
|
|
333
377
|
tabIndex: typeof onClickPrefix === "function" && !disabled ? tabIndex : -1,
|
|
334
378
|
src: prefixIconSrc,
|
|
335
379
|
disabled: disabled,
|
|
336
380
|
onClick: !disabled ? onClickPrefix : null,
|
|
337
|
-
interactuable: typeof onClickPrefix === "function" && !disabled
|
|
381
|
+
interactuable: typeof onClickPrefix === "function" && !disabled,
|
|
382
|
+
onKeyPress: handlePrefixKeyPress
|
|
338
383
|
}) || prefix && _react["default"].createElement(PrefixLabel, {
|
|
339
384
|
tabIndex: typeof onClickPrefix === "function" && !disabled ? tabIndex : -1,
|
|
340
385
|
disabled: disabled,
|
|
341
386
|
onClick: !disabled ? onClickPrefix : null,
|
|
342
|
-
interactuable: typeof onClickPrefix === "function" && !disabled
|
|
387
|
+
interactuable: typeof onClickPrefix === "function" && !disabled,
|
|
388
|
+
backgroundType: backgroundType,
|
|
389
|
+
onKeyPress: handlePrefixKeyPress
|
|
343
390
|
}, prefix), _react["default"].createElement(_TextField["default"], {
|
|
344
391
|
error: invalid,
|
|
345
392
|
value: value != null ? value : innerValue,
|
|
@@ -363,18 +410,23 @@ var DxcInputText = function DxcInputText(_ref) {
|
|
|
363
410
|
tabIndex: typeof onClickSuffix === "function" && !disabled ? tabIndex : -1,
|
|
364
411
|
disabled: disabled,
|
|
365
412
|
onClick: onClickSuffix,
|
|
366
|
-
interactuable: typeof onClickSuffix === "function" && !disabled
|
|
413
|
+
interactuable: typeof onClickSuffix === "function" && !disabled,
|
|
414
|
+
backgroundType: backgroundType,
|
|
415
|
+
onKeyPress: handleSuffixKeyPress
|
|
367
416
|
}, (0, _typeof2["default"])(suffixIcon) === "object" ? suffixIcon : _react["default"].createElement(suffixIcon)) : suffixIconSrc && _react["default"].createElement(SuffixIcon, {
|
|
368
417
|
tabIndex: typeof onClickSuffix === "function" && !disabled ? tabIndex : -1,
|
|
369
418
|
disabled: disabled,
|
|
370
419
|
src: suffixIconSrc,
|
|
371
420
|
onClick: onClickSuffix,
|
|
372
|
-
interactuable: typeof onClickSuffix === "function" && !disabled
|
|
421
|
+
interactuable: typeof onClickSuffix === "function" && !disabled,
|
|
422
|
+
onKeyPress: handleSuffixKeyPress
|
|
373
423
|
}) || _react["default"].createElement(SuffixLabel, {
|
|
374
424
|
tabIndex: typeof onClickSuffix === "function" && !disabled ? tabIndex : -1,
|
|
375
425
|
onClick: onClickSuffix,
|
|
376
426
|
disabled: disabled,
|
|
377
|
-
interactuable: typeof onClickSuffix === "function" && !disabled
|
|
427
|
+
interactuable: typeof onClickSuffix === "function" && !disabled,
|
|
428
|
+
backgroundType: backgroundType,
|
|
429
|
+
onKeyPress: handleSuffixKeyPress
|
|
378
430
|
}, suffix))
|
|
379
431
|
},
|
|
380
432
|
inputProps: {
|
|
@@ -392,22 +444,9 @@ var DxcInputText = function DxcInputText(_ref) {
|
|
|
392
444
|
marginTop: "0px"
|
|
393
445
|
}
|
|
394
446
|
}
|
|
395
|
-
}, _react["default"].createElement(
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
}, _react["default"].createElement(_react["default"].Fragment, null, _react["default"].createElement(_Paper["default"], null, isOpen && !isSearching && !isError && filteredOptions.length === 0 && _react["default"].createElement(_MenuItem["default"], null, "No matches found."), isOpen && !isSearching && filteredOptions.length > 0 && filteredOptions.map(function (suggestion) {
|
|
399
|
-
return _react["default"].createElement(_MenuItem["default"], {
|
|
400
|
-
key: suggestion,
|
|
401
|
-
onMouseDown: function onMouseDown(event) {
|
|
402
|
-
return event.preventDefault();
|
|
403
|
-
},
|
|
404
|
-
onClick: function onClick() {
|
|
405
|
-
return handlerSuggestionClicked(suggestion);
|
|
406
|
-
}
|
|
407
|
-
}, suggestion);
|
|
408
|
-
}), isSearching && _react["default"].createElement(_MenuItem["default"], null, "Searching..."), isError && _react["default"].createElement(_MenuItem["default"], null, "Error fetching data", _react["default"].createElement(ErrorIcon, {
|
|
409
|
-
src: _error["default"]
|
|
410
|
-
})))))));
|
|
447
|
+
}, _react["default"].createElement(_BackgroundColorContext.BackgroundColorProvider, {
|
|
448
|
+
color: colorsTheme.inputText.optionBackgroundColor
|
|
449
|
+
}, _react["default"].createElement(ThemedSuggestions, null))));
|
|
411
450
|
};
|
|
412
451
|
|
|
413
452
|
var sizes = {
|
|
@@ -443,14 +482,38 @@ var DxcSuggestions = (0, _styledComponents["default"])(_Popper["default"])(_temp
|
|
|
443
482
|
|
|
444
483
|
var SuggestionsContainer = _styledComponents["default"].div(_templateObject3(), function (props) {
|
|
445
484
|
return calculateWidth(props.margin, props.size);
|
|
485
|
+
}, function (props) {
|
|
486
|
+
return props.theme.optionBackgroundColor;
|
|
487
|
+
}, function (props) {
|
|
488
|
+
return props.theme.fontFamily;
|
|
489
|
+
}, function (props) {
|
|
490
|
+
return props.theme.optionFontSize;
|
|
491
|
+
}, function (props) {
|
|
492
|
+
return props.theme.optionFontStyle;
|
|
493
|
+
}, function (props) {
|
|
494
|
+
return props.theme.optionFontWeight;
|
|
495
|
+
}, function (props) {
|
|
496
|
+
return props.backgroundType === "dark" ? props.theme.optionFontColorOnDark : props.theme.optionFontColor;
|
|
497
|
+
}, function (props) {
|
|
498
|
+
return props.theme.optionBorderColor;
|
|
499
|
+
}, function (props) {
|
|
500
|
+
return props.theme.optionBorderThickness;
|
|
501
|
+
}, function (props) {
|
|
502
|
+
return props.theme.optionBorderStyle;
|
|
446
503
|
}, function (props) {
|
|
447
504
|
return props.theme.scrollBarTrackColor;
|
|
448
505
|
}, function (props) {
|
|
449
506
|
return props.theme.scrollBarThumbColor;
|
|
507
|
+
}, function (props) {
|
|
508
|
+
return props.theme.optionPaddingBottom;
|
|
509
|
+
}, function (props) {
|
|
510
|
+
return props.theme.optionPaddingTop;
|
|
450
511
|
}, function (props) {
|
|
451
512
|
return props.theme.hoverOptionColor;
|
|
452
513
|
}, function (props) {
|
|
453
|
-
return props.theme.
|
|
514
|
+
return props.backgroundType === "dark" ? props.theme.hoverOptionBackgroundColorOnDark : props.theme.hoverOptionBackgroundColor;
|
|
515
|
+
}, function (props) {
|
|
516
|
+
return props.backgroundType === "dark" ? props.theme.selectedOptionBackgroundColorOnDark : props.theme.selectedOptionBackgroundColor;
|
|
454
517
|
});
|
|
455
518
|
|
|
456
519
|
var PrefixIcon = _styledComponents["default"].img(_templateObject4(), function (props) {
|
|
@@ -460,15 +523,23 @@ var PrefixIcon = _styledComponents["default"].img(_templateObject4(), function (
|
|
|
460
523
|
});
|
|
461
524
|
|
|
462
525
|
var PrefixIconContainer = _styledComponents["default"].div(_templateObject5(), function (props) {
|
|
526
|
+
return props.backgroundType === "dark" ? props.theme.prefixIconColorOnDark : props.theme.prefixIconColor;
|
|
527
|
+
}, function (props) {
|
|
463
528
|
return props.disabled && 0.5 || 1;
|
|
464
529
|
}, function (props) {
|
|
465
530
|
return getCursor(props.interactuable, props.disabled);
|
|
466
531
|
});
|
|
467
532
|
|
|
468
533
|
var PrefixLabel = _styledComponents["default"].span(_templateObject6(), function (props) {
|
|
534
|
+
return props.theme.prefixLabelFontWeight;
|
|
535
|
+
}, function (props) {
|
|
469
536
|
return props.theme.fontFamily;
|
|
470
537
|
}, function (props) {
|
|
471
|
-
return props.theme.
|
|
538
|
+
return props.theme.prefixLabelFontSize;
|
|
539
|
+
}, function (props) {
|
|
540
|
+
return props.theme.prefixLabelFontStyle;
|
|
541
|
+
}, function (props) {
|
|
542
|
+
return props.backgroundType === "dark" ? props.theme.prefixLabelFontColorOnDark : props.theme.prefixLabelFontColor;
|
|
472
543
|
}, function (props) {
|
|
473
544
|
return props.disabled && 0.5 || 1;
|
|
474
545
|
}, function (props) {
|
|
@@ -482,6 +553,8 @@ var SuffixIcon = _styledComponents["default"].img(_templateObject7(), function (
|
|
|
482
553
|
});
|
|
483
554
|
|
|
484
555
|
var SuffixIconContainer = _styledComponents["default"].div(_templateObject8(), function (props) {
|
|
556
|
+
return props.backgroundType === "dark" ? props.theme.suffixIconColorOnDark : props.theme.suffixIconColor;
|
|
557
|
+
}, function (props) {
|
|
485
558
|
return props.disabled && 0.5 || 1;
|
|
486
559
|
}, function (props) {
|
|
487
560
|
return getCursor(props.interactuable, props.disabled);
|
|
@@ -489,11 +562,19 @@ var SuffixIconContainer = _styledComponents["default"].div(_templateObject8(), f
|
|
|
489
562
|
|
|
490
563
|
var SuffixLabel = _styledComponents["default"].span(_templateObject9(), function (props) {
|
|
491
564
|
return getCursor(props.interactuable, props.disabled);
|
|
565
|
+
}, function (props) {
|
|
566
|
+
return props.theme.suffixLabelFontWeight;
|
|
567
|
+
}, function (props) {
|
|
568
|
+
return props.theme.fontFamily;
|
|
569
|
+
}, function (props) {
|
|
570
|
+
return props.theme.suffixLabelFontSize;
|
|
571
|
+
}, function (props) {
|
|
572
|
+
return props.theme.suffixLabelFontStyle;
|
|
573
|
+
}, function (props) {
|
|
574
|
+
return props.backgroundType === "dark" ? props.theme.suffixLabelFontColorOnDark : props.theme.suffixLabelFontColor;
|
|
492
575
|
});
|
|
493
576
|
|
|
494
577
|
var TextContainer = _styledComponents["default"].div(_templateObject10(), function (props) {
|
|
495
|
-
return props.theme.fontSizeBase;
|
|
496
|
-
}, function (props) {
|
|
497
578
|
return props.margin && (0, _typeof2["default"])(props.margin) !== "object" ? _variables.spaces[props.margin] : "0px";
|
|
498
579
|
}, function (props) {
|
|
499
580
|
return props.margin && (0, _typeof2["default"])(props.margin) === "object" && props.margin.top ? _variables.spaces[props.margin.top] : "";
|
|
@@ -507,18 +588,30 @@ var TextContainer = _styledComponents["default"].div(_templateObject10(), functi
|
|
|
507
588
|
return calculateWidth(props.margin, props.size);
|
|
508
589
|
}, function (props) {
|
|
509
590
|
return props.theme.fontFamily;
|
|
591
|
+
}, function (props) {
|
|
592
|
+
return props.theme.assistiveTextFontWeight;
|
|
510
593
|
}, function (props) {
|
|
511
594
|
return props.theme.fontFamily;
|
|
512
595
|
}, function (props) {
|
|
513
|
-
return props.theme.
|
|
596
|
+
return props.theme.assistiveTextFontSize;
|
|
597
|
+
}, function (props) {
|
|
598
|
+
return props.theme.assistiveTextFontStyle;
|
|
599
|
+
}, function (props) {
|
|
600
|
+
return props.backgroundType === "dark" ? props.theme.assistiveTextFontColorOnDark : props.theme.assistiveTextFontColor;
|
|
601
|
+
}, function (props) {
|
|
602
|
+
return props.theme.labelFontSize;
|
|
514
603
|
}, function (props) {
|
|
515
|
-
return props.theme.
|
|
604
|
+
return props.theme.labelFontStyle;
|
|
516
605
|
}, function (props) {
|
|
517
|
-
return props.theme.
|
|
606
|
+
return props.theme.labelFontWeight;
|
|
607
|
+
}, function (props) {
|
|
608
|
+
return props.backgroundType === "dark" ? props.theme.labelFontColorOnDark : props.theme.labelFontColor;
|
|
518
609
|
}, function (props) {
|
|
519
610
|
return (props.prefixIconSrc || props.prefix || props.prefixIcon) && "32px" || "inherit";
|
|
520
611
|
}, function (props) {
|
|
521
|
-
return props.theme.
|
|
612
|
+
return props.backgroundType === "dark" ? props.theme.disabledColorOnDark : props.theme.disabledColor;
|
|
613
|
+
}, function (props) {
|
|
614
|
+
return props.backgroundType === "dark" ? props.theme.labelFontColorOnDark : props.theme.labelFontColor;
|
|
522
615
|
}, function (props) {
|
|
523
616
|
return props.prefixIconSrc || props.prefixIcon || (props.prefix || props.suffix) && "translate(8px, 1.5px) scale(0.75);" || "translate(0, 1.5px) scale(0.75);";
|
|
524
617
|
}, function (props) {
|
|
@@ -526,58 +619,63 @@ var TextContainer = _styledComponents["default"].div(_templateObject10(), functi
|
|
|
526
619
|
}, function (props) {
|
|
527
620
|
return props.prefixIcon && "translate(8px, 1.5px) scale(0.75);" || props.prefixIconSrc && "translate(8px, 1.5px) scale(0.75);" || props.prefix && "translate(8px, 1.5px) scale(0.75);" || "translate(0, 1.5px) scale(0.75);";
|
|
528
621
|
}, function (props) {
|
|
529
|
-
return props.theme.
|
|
622
|
+
return props.backgroundType === "dark" ? props.theme.errorColorOnDark : props.theme.errorColor;
|
|
530
623
|
}, function (props) {
|
|
531
624
|
return props.theme.fontFamily;
|
|
532
625
|
}, function (props) {
|
|
533
|
-
return props.theme.
|
|
626
|
+
return props.backgroundType === "dark" ? props.theme.labelFontColorOnDark : props.theme.labelFontColor;
|
|
534
627
|
}, function (props) {
|
|
535
|
-
return props.theme.
|
|
628
|
+
return props.backgroundType === "dark" ? props.theme.labelFontColorOnDark : props.theme.labelFontColor;
|
|
536
629
|
}, function (props) {
|
|
537
|
-
return props.theme.
|
|
630
|
+
return props.backgroundType === "dark" ? props.theme.underlineColorOnDark : props.theme.underlineColor;
|
|
538
631
|
}, function (props) {
|
|
539
|
-
return props.theme.
|
|
632
|
+
return props.backgroundType === "dark" ? props.theme.labelFontColorOnDark : props.theme.labelFontColor;
|
|
540
633
|
}, function (props) {
|
|
541
634
|
return props.theme.fontFamily;
|
|
542
635
|
}, function (props) {
|
|
543
|
-
return "
|
|
636
|
+
return "".concat(props.theme.underlineThickness, " solid ").concat(props.backgroundType === "dark" ? props.theme.underlineColorOnDark : props.theme.underlineColor);
|
|
544
637
|
}, function (props) {
|
|
545
|
-
return "
|
|
638
|
+
return "".concat(props.theme.underlineThickness, " solid ").concat(props.backgroundType === "dark" ? props.theme.underlineColorOnDark : props.theme.underlineColor);
|
|
546
639
|
}, function (props) {
|
|
547
|
-
return "
|
|
640
|
+
return "calc(".concat(props.theme.underlineThickness, " + 1px) solid ").concat(props.backgroundType === "dark" ? props.theme.underlineFocusColorOnDark : props.theme.underlineFocusColor);
|
|
548
641
|
}, function (props) {
|
|
549
|
-
return props.theme.
|
|
642
|
+
return props.theme.underlineThickness;
|
|
550
643
|
}, function (props) {
|
|
551
|
-
return props.theme.
|
|
644
|
+
return props.backgroundType === "dark" ? props.theme.errorColorOnDark : props.theme.errorColor;
|
|
552
645
|
}, function (props) {
|
|
553
|
-
return props.theme.
|
|
646
|
+
return props.theme.underlineThickness;
|
|
554
647
|
}, function (props) {
|
|
555
|
-
return "
|
|
648
|
+
return props.backgroundType === "dark" ? props.theme.underlineFocusColorOnDark : props.theme.underlineFocusColor;
|
|
556
649
|
}, function (props) {
|
|
557
|
-
return
|
|
650
|
+
return props.backgroundType === "dark" ? props.theme.errorColorOnDark : props.theme.errorColor;
|
|
558
651
|
}, function (props) {
|
|
559
|
-
return props.theme.
|
|
652
|
+
return "".concat(props.theme.underlineThickness, " solid ").concat(props.backgroundType === "dark" ? props.theme.disabledColorOnDark : props.theme.disabledColor, " !important");
|
|
560
653
|
}, function (props) {
|
|
561
|
-
return props.theme.
|
|
654
|
+
return props.theme.valueFontSize;
|
|
562
655
|
}, function (props) {
|
|
563
|
-
return props.theme.
|
|
656
|
+
return props.theme.valueFontStyle;
|
|
564
657
|
}, function (props) {
|
|
565
|
-
return props.theme.
|
|
658
|
+
return props.theme.valueFontWeight;
|
|
659
|
+
}, function (props) {
|
|
660
|
+
return props.backgroundType === "dark" ? props.theme.valueFontColorOnDark : props.theme.valueFontColor;
|
|
661
|
+
}, function (props) {
|
|
662
|
+
return (props.prefixIconSrc || props.prefix || props.prefixIcon) && "32px" || "inherit";
|
|
663
|
+
}, function (props) {
|
|
664
|
+
return props.backgroundType === "dark" ? props.theme.disabledColorOnDark : props.theme.disabledColor;
|
|
566
665
|
}, function (props) {
|
|
567
|
-
return props.theme.
|
|
666
|
+
return props.theme.fontFamily;
|
|
568
667
|
}, function (props) {
|
|
569
|
-
return props.theme.
|
|
668
|
+
return props.backgroundType === "dark" ? props.theme.underlineFocusColorOnDark : props.theme.underlineFocusColor;
|
|
570
669
|
}, function (props) {
|
|
571
|
-
return props.theme.
|
|
670
|
+
return props.backgroundType === "dark" ? props.theme.errorColorOnDark : props.theme.errorColor;
|
|
572
671
|
}, function (props) {
|
|
573
|
-
return props.theme.
|
|
672
|
+
return props.backgroundType === "dark" ? props.theme.disabledColorOnDark : props.theme.disabledColor;
|
|
574
673
|
});
|
|
575
674
|
|
|
576
|
-
|
|
675
|
+
V3DxcInputText.propTypes = {
|
|
577
676
|
label: _propTypes["default"].string,
|
|
578
677
|
name: _propTypes["default"].string,
|
|
579
678
|
value: _propTypes["default"].string,
|
|
580
|
-
theme: _propTypes["default"].oneOf(["light", "dark", ""]),
|
|
581
679
|
assistiveText: _propTypes["default"].string,
|
|
582
680
|
disabled: _propTypes["default"].bool,
|
|
583
681
|
prefix: _propTypes["default"].string,
|
|
@@ -605,5 +703,5 @@ DxcInputText.propTypes = {
|
|
|
605
703
|
autocompleteOptions: _propTypes["default"].any,
|
|
606
704
|
tabIndex: _propTypes["default"].number
|
|
607
705
|
};
|
|
608
|
-
var _default =
|
|
706
|
+
var _default = V3DxcInputText;
|
|
609
707
|
exports["default"] = _default;
|
|
@@ -34,7 +34,7 @@ var _facebook = _interopRequireDefault(require("./facebook.svg"));
|
|
|
34
34
|
var _useTheme = _interopRequireDefault(require("../useTheme.js"));
|
|
35
35
|
|
|
36
36
|
function _templateObject10() {
|
|
37
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n align-items: center;\n justify-content: center;\n position: sticky;\n top: 45vh;\n width: 42px;\n min-height: 42px;\n background-color: ", ";\n border-radius: 50%;\n transform: ", ";\n transition: transform 0.4s ease-in-out;\n z-index:
|
|
37
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n align-items: center;\n justify-content: center;\n position: sticky;\n top: 45vh;\n width: 42px;\n min-height: 42px;\n background-color: ", ";\n border-radius: 50%;\n transform: ", ";\n transition: transform 0.4s ease-in-out;\n z-index: 1250;\n cursor: pointer;\n & > svg {\n fill: ", ";\n }\n"]);
|
|
38
38
|
|
|
39
39
|
_templateObject10 = function _templateObject10() {
|
|
40
40
|
return data;
|
|
@@ -114,7 +114,7 @@ function _templateObject3() {
|
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
function _templateObject2() {
|
|
117
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n z-index:
|
|
117
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n z-index: 1250;\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n"]);
|
|
118
118
|
|
|
119
119
|
_templateObject2 = function _templateObject2() {
|
|
120
120
|
return data;
|
|
@@ -124,7 +124,7 @@ function _templateObject2() {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
function _templateObject() {
|
|
127
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n flex-direction: column;\n position: absolute;\n top: 64px;\n bottom: 0;\n left: 0;\n right:0;\n"]);
|
|
127
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n flex-direction: column;\n position: absolute;\n top: 64px;\n bottom: 0;\n left: 0;\n right: 0;\n"]);
|
|
128
128
|
|
|
129
129
|
_templateObject = function _templateObject() {
|
|
130
130
|
return data;
|