@dxc-technology/halstack-react 0.0.0-fb2efcc → 0.0.0-fb5dc94

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.
Files changed (128) hide show
  1. package/README.md +46 -0
  2. package/dist/index.d.mts +6589 -0
  3. package/dist/index.d.ts +6589 -0
  4. package/dist/index.js +13742 -0
  5. package/dist/index.mjs +13684 -0
  6. package/package.json +69 -68
  7. package/BackgroundColorContext.js +0 -50
  8. package/ThemeContext.js +0 -246
  9. package/V3Select/V3Select.js +0 -455
  10. package/V3Select/index.d.ts +0 -27
  11. package/V3Textarea/V3Textarea.js +0 -260
  12. package/V3Textarea/index.d.ts +0 -27
  13. package/accordion/Accordion.js +0 -289
  14. package/accordion/index.d.ts +0 -28
  15. package/accordion-group/AccordionGroup.js +0 -184
  16. package/accordion-group/index.d.ts +0 -16
  17. package/alert/Alert.js +0 -309
  18. package/alert/index.d.ts +0 -51
  19. package/badge/Badge.js +0 -59
  20. package/box/Box.js +0 -152
  21. package/box/index.d.ts +0 -25
  22. package/button/Button.d.ts +0 -4
  23. package/button/Button.js +0 -182
  24. package/button/Button.stories.tsx +0 -306
  25. package/button/types.d.ts +0 -57
  26. package/button/types.js +0 -5
  27. package/card/Card.js +0 -200
  28. package/card/index.d.ts +0 -22
  29. package/checkbox/Checkbox.js +0 -275
  30. package/checkbox/index.d.ts +0 -24
  31. package/chip/Chip.js +0 -221
  32. package/chip/index.d.ts +0 -22
  33. package/common/OpenSans.css +0 -81
  34. package/common/RequiredComponent.js +0 -32
  35. package/common/fonts/OpenSans-Bold.ttf +0 -0
  36. package/common/fonts/OpenSans-BoldItalic.ttf +0 -0
  37. package/common/fonts/OpenSans-ExtraBold.ttf +0 -0
  38. package/common/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
  39. package/common/fonts/OpenSans-Italic.ttf +0 -0
  40. package/common/fonts/OpenSans-Light.ttf +0 -0
  41. package/common/fonts/OpenSans-LightItalic.ttf +0 -0
  42. package/common/fonts/OpenSans-Regular.ttf +0 -0
  43. package/common/fonts/OpenSans-SemiBold.ttf +0 -0
  44. package/common/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
  45. package/common/utils.js +0 -22
  46. package/common/variables.js +0 -1569
  47. package/date/Date.js +0 -373
  48. package/date/index.d.ts +0 -27
  49. package/date-input/DateInput.js +0 -396
  50. package/date-input/index.d.ts +0 -95
  51. package/dialog/Dialog.js +0 -184
  52. package/dialog/index.d.ts +0 -18
  53. package/dropdown/Dropdown.js +0 -450
  54. package/dropdown/index.d.ts +0 -26
  55. package/file-input/FileInput.js +0 -532
  56. package/file-input/FileItem.js +0 -193
  57. package/file-input/index.d.ts +0 -81
  58. package/footer/Footer.js +0 -297
  59. package/footer/Icons.js +0 -77
  60. package/footer/index.d.ts +0 -25
  61. package/header/Header.js +0 -326
  62. package/header/Icons.js +0 -59
  63. package/header/index.d.ts +0 -25
  64. package/heading/Heading.js +0 -176
  65. package/heading/index.d.ts +0 -17
  66. package/input-text/Icons.js +0 -22
  67. package/input-text/InputText.js +0 -611
  68. package/input-text/index.d.ts +0 -36
  69. package/layout/ApplicationLayout.js +0 -235
  70. package/layout/Icons.js +0 -55
  71. package/link/Link.js +0 -183
  72. package/link/index.d.ts +0 -23
  73. package/main.d.ts +0 -44
  74. package/main.js +0 -363
  75. package/number-input/NumberInput.js +0 -128
  76. package/number-input/NumberInputContext.js +0 -16
  77. package/number-input/index.d.ts +0 -113
  78. package/paginator/Icons.js +0 -66
  79. package/paginator/Paginator.js +0 -221
  80. package/paginator/index.d.ts +0 -20
  81. package/password-input/PasswordInput.js +0 -199
  82. package/password-input/index.d.ts +0 -94
  83. package/progress-bar/ProgressBar.js +0 -188
  84. package/progress-bar/index.d.ts +0 -18
  85. package/radio/Radio.js +0 -195
  86. package/radio/index.d.ts +0 -23
  87. package/resultsetTable/ResultsetTable.js +0 -274
  88. package/resultsetTable/index.d.ts +0 -19
  89. package/select/Select.js +0 -865
  90. package/select/index.d.ts +0 -131
  91. package/sidenav/Sidenav.js +0 -145
  92. package/sidenav/index.d.ts +0 -13
  93. package/slider/Slider.js +0 -340
  94. package/slider/index.d.ts +0 -29
  95. package/spinner/Spinner.js +0 -267
  96. package/spinner/index.d.ts +0 -17
  97. package/switch/Switch.js +0 -208
  98. package/switch/index.d.ts +0 -24
  99. package/table/Table.js +0 -118
  100. package/table/index.d.ts +0 -13
  101. package/tabs/Tabs.js +0 -259
  102. package/tabs/index.d.ts +0 -19
  103. package/tag/Tag.js +0 -208
  104. package/tag/index.d.ts +0 -24
  105. package/text-input/TextInput.js +0 -825
  106. package/text-input/index.d.ts +0 -135
  107. package/textarea/Textarea.js +0 -317
  108. package/textarea/index.d.ts +0 -117
  109. package/toggle/Toggle.js +0 -186
  110. package/toggle/index.d.ts +0 -21
  111. package/toggle-group/ToggleGroup.js +0 -243
  112. package/toggle-group/index.d.ts +0 -21
  113. package/upload/Upload.js +0 -201
  114. package/upload/buttons-upload/ButtonsUpload.js +0 -111
  115. package/upload/buttons-upload/Icons.js +0 -40
  116. package/upload/dragAndDropArea/DragAndDropArea.js +0 -225
  117. package/upload/dragAndDropArea/Icons.js +0 -39
  118. package/upload/file-upload/FileToUpload.js +0 -115
  119. package/upload/file-upload/Icons.js +0 -66
  120. package/upload/files-upload/FilesToUpload.js +0 -109
  121. package/upload/index.d.ts +0 -15
  122. package/upload/transaction/Icons.js +0 -160
  123. package/upload/transaction/Transaction.js +0 -104
  124. package/upload/transactions/Transactions.js +0 -94
  125. package/useTheme.js +0 -22
  126. package/wizard/Icons.js +0 -65
  127. package/wizard/Wizard.js +0 -271
  128. package/wizard/index.d.ts +0 -18
@@ -1,221 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- var _typeof = require("@babel/runtime/helpers/typeof");
6
-
7
- Object.defineProperty(exports, "__esModule", {
8
- value: true
9
- });
10
- exports["default"] = void 0;
11
-
12
- var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
13
-
14
- var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
15
-
16
- var _react = _interopRequireDefault(require("react"));
17
-
18
- var _styledComponents = _interopRequireWildcard(require("styled-components"));
19
-
20
- var _propTypes = _interopRequireDefault(require("prop-types"));
21
-
22
- var _useTheme = _interopRequireDefault(require("../useTheme.js"));
23
-
24
- var _Button = _interopRequireDefault(require("../button/Button"));
25
-
26
- var _Select = _interopRequireDefault(require("../select/Select"));
27
-
28
- var _Icons = require("./Icons");
29
-
30
- var _BackgroundColorContext = require("../BackgroundColorContext.js");
31
-
32
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9;
33
-
34
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
35
-
36
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
37
-
38
- var DxcPaginator = function DxcPaginator(_ref) {
39
- var _ref$currentPage = _ref.currentPage,
40
- currentPage = _ref$currentPage === void 0 ? 1 : _ref$currentPage,
41
- _ref$itemsPerPage = _ref.itemsPerPage,
42
- itemsPerPage = _ref$itemsPerPage === void 0 ? 5 : _ref$itemsPerPage,
43
- itemsPerPageOptions = _ref.itemsPerPageOptions,
44
- _ref$totalItems = _ref.totalItems,
45
- totalItems = _ref$totalItems === void 0 ? 1 : _ref$totalItems,
46
- showGoToPage = _ref.showGoToPage,
47
- onPageChange = _ref.onPageChange,
48
- itemsPerPageFunction = _ref.itemsPerPageFunction,
49
- _ref$tabIndex = _ref.tabIndex,
50
- tabIndex = _ref$tabIndex === void 0 ? 0 : _ref$tabIndex;
51
- var totalPages = Math.ceil(totalItems / itemsPerPage);
52
- var currentPageInternal = currentPage === -1 ? totalPages : currentPage;
53
- var minItemsPerPage = currentPageInternal === 1 || currentPageInternal === 0 ? currentPageInternal : (currentPageInternal - 1) * itemsPerPage + 1;
54
- var maxItemsPerPage = minItemsPerPage - 1 + itemsPerPage > totalItems ? totalItems : minItemsPerPage - 1 + itemsPerPage;
55
- var colorsTheme = (0, _useTheme["default"])();
56
- return /*#__PURE__*/_react["default"].createElement(_styledComponents.ThemeProvider, {
57
- theme: colorsTheme.paginator
58
- }, /*#__PURE__*/_react["default"].createElement(_BackgroundColorContext.BackgroundColorProvider, {
59
- color: colorsTheme.paginator.backgroundColor
60
- }, /*#__PURE__*/_react["default"].createElement(DxcPaginatorContainer, {
61
- disabled: currentPageInternal === 1
62
- }, /*#__PURE__*/_react["default"].createElement(LabelsContainer, null, itemsPerPageOptions && /*#__PURE__*/_react["default"].createElement(ItemsPageContainer, null, /*#__PURE__*/_react["default"].createElement(ItemsLabel, null, "Items per page "), /*#__PURE__*/_react["default"].createElement(SelectContainer, null, /*#__PURE__*/_react["default"].createElement(_Select["default"], {
63
- options: itemsPerPageOptions.map(function (num) {
64
- return {
65
- label: num.toString(),
66
- value: num.toString()
67
- };
68
- }),
69
- onChange: function onChange(newValue) {
70
- itemsPerPageFunction(Number(newValue.value));
71
- },
72
- value: itemsPerPage.toString(),
73
- size: "fillParent",
74
- margin: {
75
- top: "xsmall"
76
- },
77
- tabIndex: tabIndex
78
- }))), /*#__PURE__*/_react["default"].createElement(TotalItemsContainer, null, minItemsPerPage, " to ", maxItemsPerPage, " of ", totalItems), onPageChange && /*#__PURE__*/_react["default"].createElement(_Button["default"], {
79
- size: "small",
80
- mode: "secondary",
81
- disabled: currentPageInternal === 1 || currentPageInternal === 0,
82
- margin: {
83
- left: "xxsmall",
84
- right: "xxsmall"
85
- },
86
- icon: _Icons.firstIcon,
87
- tabIndex: tabIndex,
88
- onClick: function onClick() {
89
- onPageChange(1);
90
- }
91
- }), onPageChange && /*#__PURE__*/_react["default"].createElement(_Button["default"], {
92
- size: "small",
93
- mode: "secondary",
94
- disabled: currentPageInternal === 1 || currentPageInternal === 0,
95
- margin: {
96
- left: "xxsmall",
97
- right: "xxsmall"
98
- },
99
- icon: _Icons.previousIcon,
100
- tabIndex: tabIndex,
101
- onClick: function onClick() {
102
- onPageChange(currentPage - 1);
103
- }
104
- }), showGoToPage && /*#__PURE__*/_react["default"].createElement(PageToSelectContainer, null, /*#__PURE__*/_react["default"].createElement(GoToLabel, null, "Go to page: "), /*#__PURE__*/_react["default"].createElement(SelectContainer, null, /*#__PURE__*/_react["default"].createElement(_Select["default"], {
105
- options: (0, _toConsumableArray2["default"])(Array(totalPages).keys()).map(function (num) {
106
- return {
107
- label: (num + 1).toString(),
108
- value: (num + 1).toString()
109
- };
110
- }),
111
- onChange: function onChange(newValue) {
112
- onPageChange(Number(newValue.value));
113
- },
114
- value: currentPage.toString(),
115
- size: "fillParent",
116
- margin: {
117
- top: "xsmall"
118
- },
119
- tabIndex: tabIndex
120
- }))) || /*#__PURE__*/_react["default"].createElement(TextContainer, null, "Page: ", currentPageInternal, " of ", totalPages), onPageChange && /*#__PURE__*/_react["default"].createElement(_Button["default"], {
121
- size: "small",
122
- mode: "secondary",
123
- disabled: currentPageInternal === totalPages,
124
- margin: {
125
- left: "xxsmall",
126
- right: "xxsmall"
127
- },
128
- icon: _Icons.nextIcon,
129
- tabIndex: tabIndex,
130
- onClick: function onClick() {
131
- onPageChange(currentPage + 1);
132
- }
133
- }), onPageChange && /*#__PURE__*/_react["default"].createElement(_Button["default"], {
134
- size: "small",
135
- mode: "secondary",
136
- disabled: currentPageInternal === totalPages,
137
- margin: {
138
- left: "xxsmall",
139
- right: "xxsmall"
140
- },
141
- icon: _Icons.lastIcon,
142
- tabIndex: tabIndex,
143
- onClick: function onClick() {
144
- onPageChange(totalPages);
145
- }
146
- })))));
147
- };
148
-
149
- var DxcPaginatorContainer = _styledComponents["default"].div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n height: ", ";\n width: ", ";\n font-family: ", ";\n font-size: ", ";\n font-weight: ", ";\n font-style: ", ";\n text-transform: ", ";\n background-color: ", ";\n color: ", ";\n\n button {\n &:disabled {\n background-color: transparent !important;\n opacity: 0.3 !important;\n }\n }\n"])), function (props) {
150
- return props.theme.height;
151
- }, function (props) {
152
- return props.theme.width;
153
- }, function (props) {
154
- return props.theme.fontFamily;
155
- }, function (props) {
156
- return props.theme.fontSize;
157
- }, function (props) {
158
- return props.theme.fontWeight;
159
- }, function (props) {
160
- return props.theme.fontStyle;
161
- }, function (props) {
162
- return props.theme.fontTextTransform;
163
- }, function (props) {
164
- return props.theme.backgroundColor;
165
- }, function (props) {
166
- return props.theme.fontColor;
167
- });
168
-
169
- var SelectContainer = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2["default"])(["\n max-width: 100px;\n"])));
170
-
171
- var ItemsPageContainer = _styledComponents["default"].span(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n align-items: center;\n margin-right: ", ";\n margin-left: ", ";\n\n label {\n height: 0px;\n }\n label + .MuiInput-formControl {\n margin-top: 0px;\n }\n"])), function (props) {
172
- return props.theme.itemsPerPageSelectorMarginRight;
173
- }, function (props) {
174
- return props.theme.itemsPerPageSelectorMarginLeft;
175
- });
176
-
177
- var ItemsLabel = _styledComponents["default"].span(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2["default"])(["\n margin-right: 15px;\n"])));
178
-
179
- var GoToLabel = _styledComponents["default"].span(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2["default"])(["\n margin-right: 10px;\n margin-left: 10px;\n"])));
180
-
181
- var TotalItemsContainer = _styledComponents["default"].span(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2["default"])(["\n margin-right: ", ";\n margin-left: ", ";\n"])), function (props) {
182
- return props.theme.totalItemsContainerMarginRight;
183
- }, function (props) {
184
- return props.theme.totalItemsContainerMarginLeft;
185
- });
186
-
187
- var LabelsContainer = _styledComponents["default"].div(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n width: 100%;\n justify-content: flex-end;\n align-items: center;\n margin: 0 ", " 0 ", ";\n"])), function (props) {
188
- return props.theme.marginRight;
189
- }, function (props) {
190
- return props.theme.marginLeft;
191
- });
192
-
193
- var PageToSelectContainer = _styledComponents["default"].span(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n align-items: center;\n margin-right: ", ";\n margin-left: ", ";\n\n label {\n height: 0px;\n }\n label + .MuiInput-formControl {\n margin-top: 0px;\n }\n"])), function (props) {
194
- return props.theme.pageSelectorMarginRight;
195
- }, function (props) {
196
- return props.theme.pageSelectorMarginLeft;
197
- });
198
-
199
- var TextContainer = _styledComponents["default"].span(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2["default"])([""])));
200
-
201
- DxcPaginator.propTypes = {
202
- currentPage: _propTypes["default"].number,
203
- itemsPerPage: _propTypes["default"].number,
204
- itemsPerPageOptions: _propTypes["default"].arrayOf(_propTypes["default"].number),
205
- totalItems: _propTypes["default"].number.isRequired,
206
- showGoToPage: _propTypes["default"].bool,
207
- onPageChange: _propTypes["default"].func,
208
- itemsPerPageFunction: _propTypes["default"].func,
209
- tabIndex: _propTypes["default"].number
210
- };
211
- DxcPaginator.defaultProps = {
212
- currentPage: 1,
213
- itemsPerPage: 5,
214
- itemsPerPageOptions: null,
215
- showGoToPage: false,
216
- onPageChange: null,
217
- itemsPerPageFunction: null,
218
- tabIndex: 0
219
- };
220
- var _default = DxcPaginator;
221
- exports["default"] = _default;
@@ -1,20 +0,0 @@
1
- type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
2
- type Margin = {
3
- top?: Space;
4
- bottom?: Space;
5
- left?: Space;
6
- right?: Space;
7
- };
8
-
9
- type Props = {
10
- currentPage?: number;
11
- itemsPerPage?: number;
12
- itemsPerPageOptions?: number[];
13
- totalItems?: number
14
- showGoToPage?: boolean,
15
- onPageChange?: void;
16
- itemsPerPageFunction?: void;
17
- tabIndex?: number;
18
- };
19
-
20
- export default function DxcPaginator(props: Props): JSX.Element;
@@ -1,199 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- var _typeof = require("@babel/runtime/helpers/typeof");
6
-
7
- Object.defineProperty(exports, "__esModule", {
8
- value: true
9
- });
10
- exports["default"] = void 0;
11
-
12
- var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
13
-
14
- var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
15
-
16
- var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
17
-
18
- var _react = _interopRequireWildcard(require("react"));
19
-
20
- var _styledComponents = _interopRequireDefault(require("styled-components"));
21
-
22
- var _propTypes = _interopRequireDefault(require("prop-types"));
23
-
24
- var _TextInput = _interopRequireDefault(require("../text-input/TextInput"));
25
-
26
- var _variables = require("../common/variables.js");
27
-
28
- var _templateObject;
29
-
30
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
31
-
32
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
33
-
34
- var DxcPasswordInput = /*#__PURE__*/_react["default"].forwardRef(function (_ref, ref) {
35
- var _ref$label = _ref.label,
36
- label = _ref$label === void 0 ? "" : _ref$label,
37
- _ref$name = _ref.name,
38
- name = _ref$name === void 0 ? "" : _ref$name,
39
- value = _ref.value,
40
- _ref$helperText = _ref.helperText,
41
- helperText = _ref$helperText === void 0 ? "" : _ref$helperText,
42
- _ref$clearable = _ref.clearable,
43
- clearable = _ref$clearable === void 0 ? false : _ref$clearable,
44
- onChange = _ref.onChange,
45
- onBlur = _ref.onBlur,
46
- _ref$error = _ref.error,
47
- error = _ref$error === void 0 ? "" : _ref$error,
48
- pattern = _ref.pattern,
49
- length = _ref.length,
50
- _ref$autocomplete = _ref.autocomplete,
51
- autocomplete = _ref$autocomplete === void 0 ? "off" : _ref$autocomplete,
52
- margin = _ref.margin,
53
- _ref$size = _ref.size,
54
- size = _ref$size === void 0 ? "medium" : _ref$size,
55
- _ref$tabIndex = _ref.tabIndex,
56
- tabIndex = _ref$tabIndex === void 0 ? 0 : _ref$tabIndex;
57
-
58
- var _useState = (0, _react.useState)(false),
59
- _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
60
- isPasswordVisible = _useState2[0],
61
- setIsPasswordVisible = _useState2[1];
62
-
63
- var inputRef = (0, _react.useRef)(null);
64
-
65
- var setInputType = function setInputType(type) {
66
- var _inputRef$current, _inputRef$current$chi;
67
-
68
- inputRef === null || inputRef === void 0 ? void 0 : (_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 ? void 0 : (_inputRef$current$chi = _inputRef$current.children[2]) === null || _inputRef$current$chi === void 0 ? void 0 : _inputRef$current$chi.children[0].setAttribute("type", type);
69
- };
70
-
71
- var setAriaAttributes = function setAriaAttributes(ariaExpanded, ariaLabel) {
72
- if (error && clearable && value) {
73
- var _inputRef$current2, _inputRef$current2$ch, _inputRef$current2$ch2, _inputRef$current3, _inputRef$current3$ch, _inputRef$current3$ch2;
74
-
75
- inputRef === null || inputRef === void 0 ? void 0 : (_inputRef$current2 = inputRef.current) === null || _inputRef$current2 === void 0 ? void 0 : (_inputRef$current2$ch = _inputRef$current2.children[2]) === null || _inputRef$current2$ch === void 0 ? void 0 : (_inputRef$current2$ch2 = _inputRef$current2$ch.children[3]) === null || _inputRef$current2$ch2 === void 0 ? void 0 : _inputRef$current2$ch2.setAttribute("aria-expanded", ariaExpanded);
76
- inputRef === null || inputRef === void 0 ? void 0 : (_inputRef$current3 = inputRef.current) === null || _inputRef$current3 === void 0 ? void 0 : (_inputRef$current3$ch = _inputRef$current3.children[2]) === null || _inputRef$current3$ch === void 0 ? void 0 : (_inputRef$current3$ch2 = _inputRef$current3$ch.children[3]) === null || _inputRef$current3$ch2 === void 0 ? void 0 : _inputRef$current3$ch2.setAttribute("aria-label", ariaLabel);
77
- } else if (error || clearable && !value) {
78
- var _inputRef$current4, _inputRef$current4$ch, _inputRef$current4$ch2, _inputRef$current5, _inputRef$current5$ch, _inputRef$current5$ch2;
79
-
80
- inputRef === null || inputRef === void 0 ? void 0 : (_inputRef$current4 = inputRef.current) === null || _inputRef$current4 === void 0 ? void 0 : (_inputRef$current4$ch = _inputRef$current4.children[2]) === null || _inputRef$current4$ch === void 0 ? void 0 : (_inputRef$current4$ch2 = _inputRef$current4$ch.children[2]) === null || _inputRef$current4$ch2 === void 0 ? void 0 : _inputRef$current4$ch2.setAttribute("aria-expanded", ariaExpanded);
81
- inputRef === null || inputRef === void 0 ? void 0 : (_inputRef$current5 = inputRef.current) === null || _inputRef$current5 === void 0 ? void 0 : (_inputRef$current5$ch = _inputRef$current5.children[2]) === null || _inputRef$current5$ch === void 0 ? void 0 : (_inputRef$current5$ch2 = _inputRef$current5$ch.children[2]) === null || _inputRef$current5$ch2 === void 0 ? void 0 : _inputRef$current5$ch2.setAttribute("aria-label", ariaLabel);
82
- } else {
83
- var _inputRef$current6, _inputRef$current6$ch, _inputRef$current6$ch2, _inputRef$current7, _inputRef$current7$ch, _inputRef$current7$ch2;
84
-
85
- inputRef === null || inputRef === void 0 ? void 0 : (_inputRef$current6 = inputRef.current) === null || _inputRef$current6 === void 0 ? void 0 : (_inputRef$current6$ch = _inputRef$current6.children[2]) === null || _inputRef$current6$ch === void 0 ? void 0 : (_inputRef$current6$ch2 = _inputRef$current6$ch.children[1]) === null || _inputRef$current6$ch2 === void 0 ? void 0 : _inputRef$current6$ch2.setAttribute("aria-expanded", ariaExpanded);
86
- inputRef === null || inputRef === void 0 ? void 0 : (_inputRef$current7 = inputRef.current) === null || _inputRef$current7 === void 0 ? void 0 : (_inputRef$current7$ch = _inputRef$current7.children[2]) === null || _inputRef$current7$ch === void 0 ? void 0 : (_inputRef$current7$ch2 = _inputRef$current7$ch.children[1]) === null || _inputRef$current7$ch2 === void 0 ? void 0 : _inputRef$current7$ch2.setAttribute("aria-label", ariaLabel);
87
- }
88
- };
89
-
90
- var getIconTitle = function getIconTitle() {
91
- return isPasswordVisible ? "Hide password" : "Show password";
92
- };
93
-
94
- (0, _react.useEffect)(function () {
95
- setAriaAttributes(false, "Show");
96
-
97
- if (isPasswordVisible) {
98
- setInputType("text");
99
- setAriaAttributes(true, "Hide");
100
- } else {
101
- setInputType("password");
102
- setAriaAttributes(false, "Show");
103
- }
104
- }, [isPasswordVisible]);
105
-
106
- var viewPassword = function viewPassword() {
107
- setInputType("text");
108
- setIsPasswordVisible(true);
109
- };
110
-
111
- var hidePassword = function hidePassword() {
112
- setInputType("password");
113
- setIsPasswordVisible(false);
114
- };
115
-
116
- var action = {
117
- onClick: isPasswordVisible ? hidePassword : viewPassword,
118
- icon: isPasswordVisible ? /*#__PURE__*/_react["default"].createElement("svg", {
119
- xmlns: "http://www.w3.org/2000/svg",
120
- height: "24px",
121
- viewBox: "0 0 24 24",
122
- width: "24px",
123
- fill: "#000000"
124
- }, /*#__PURE__*/_react["default"].createElement("path", {
125
- d: "M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z",
126
- fill: "none"
127
- }), /*#__PURE__*/_react["default"].createElement("path", {
128
- d: "M12 6c3.79 0 7.17 2.13 8.82 5.5-.59 1.22-1.42 2.27-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68C3.06 7.83 1.77 9.53 1 11.5 2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5l2.61 2.61c-.04.01-.08.02-.12.02-1.38 0-2.5-1.12-2.5-2.5 0-.05.01-.08.01-.13zm-3.4-3.4l1.75 1.75c-.23.55-.36 1.15-.36 1.78 0 2.48 2.02 4.5 4.5 4.5.63 0 1.23-.13 1.77-.36l.98.98c-.88.24-1.8.38-2.75.38-3.79 0-7.17-2.13-8.82-5.5.7-1.43 1.72-2.61 2.93-3.53z"
129
- })) : /*#__PURE__*/_react["default"].createElement("svg", {
130
- xmlns: "http://www.w3.org/2000/svg",
131
- height: "24px",
132
- viewBox: "0 0 24 24",
133
- width: "24px",
134
- fill: "#000000"
135
- }, /*#__PURE__*/_react["default"].createElement("path", {
136
- d: "M0 0h24v24H0V0z",
137
- fill: "none"
138
- }), /*#__PURE__*/_react["default"].createElement("path", {
139
- d: "M12 6c3.79 0 7.17 2.13 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5C4.83 8.13 8.21 6 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5c1.38 0 2.5 1.12 2.5 2.5S13.38 14 12 14s-2.5-1.12-2.5-2.5S10.62 9 12 9m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
140
- })),
141
- title: getIconTitle()
142
- };
143
- return /*#__PURE__*/_react["default"].createElement(PasswordInput, {
144
- ref: ref
145
- }, /*#__PURE__*/_react["default"].createElement(_TextInput["default"], {
146
- ref: inputRef,
147
- label: label,
148
- name: name,
149
- value: value,
150
- helperText: helperText,
151
- action: action,
152
- error: error,
153
- clearable: clearable,
154
- onChange: onChange,
155
- onBlur: onBlur,
156
- margin: margin,
157
- size: size,
158
- pattern: pattern,
159
- length: length,
160
- autocomplete: autocomplete,
161
- tabIndex: tabIndex
162
- }));
163
- });
164
-
165
- var sizes = {
166
- small: "240px",
167
- medium: "360px",
168
- large: "480px",
169
- fillParent: "100%"
170
- };
171
-
172
- var PasswordInput = _styledComponents["default"].div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2["default"])(["\n & ::-ms-reveal {\n display: none;\n }\n"])));
173
-
174
- DxcPasswordInput.propTypes = {
175
- label: _propTypes["default"].string,
176
- name: _propTypes["default"].string,
177
- value: _propTypes["default"].string,
178
- helperText: _propTypes["default"].string,
179
- error: _propTypes["default"].string,
180
- clearable: _propTypes["default"].bool,
181
- onChange: _propTypes["default"].func,
182
- onBlur: _propTypes["default"].func,
183
- autocomplete: _propTypes["default"].string,
184
- margin: _propTypes["default"].oneOfType([_propTypes["default"].shape({
185
- top: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
186
- bottom: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
187
- left: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
188
- right: _propTypes["default"].oneOf(Object.keys(_variables.spaces))
189
- }), _propTypes["default"].oneOf((0, _toConsumableArray2["default"])(Object.keys(_variables.spaces)))]),
190
- size: _propTypes["default"].oneOf((0, _toConsumableArray2["default"])(Object.keys(sizes))),
191
- pattern: _propTypes["default"].string,
192
- length: _propTypes["default"].shape({
193
- min: _propTypes["default"].number,
194
- max: _propTypes["default"].number
195
- }),
196
- tabIndex: _propTypes["default"].number
197
- };
198
- var _default = DxcPasswordInput;
199
- exports["default"] = _default;
@@ -1,94 +0,0 @@
1
- type Size = "small" | "medium" | "large" | "fillParent";
2
- type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
3
- type Margin = {
4
- top?: Space;
5
- bottom?: Space;
6
- left?: Space;
7
- right?: Space;
8
- };
9
-
10
- type Props = {
11
- /**
12
- * Text to be placed above the password.
13
- */
14
- label?: string;
15
- /**
16
- * Name attribute of the input element.
17
- */
18
- name?: string;
19
- /**
20
- * Value of the input element. If undefined, the component will be uncontrolled and the value will be managed internally by the component.
21
- */
22
- value?: string;
23
- /**
24
- * Helper text to be placed above the password.
25
- */
26
- helperText?: string;
27
- /**
28
- * If true, the password input will have an action to clear the entered value.
29
- */
30
- clearable?: boolean;
31
- /**
32
- * This function will be called when the user types within the input
33
- * element of the component. An object including the current value and
34
- * the error (if the value entered is not valid) will be passed to this
35
- * function. If there is no error, error will be null.
36
- * */
37
- onChange?: (val: { value: string; error: string }) => void;
38
- /**
39
- * This function will be called when the input element loses the focus.
40
- * An object including the input value and the error (if the value entered is
41
- * not valid) will be passed to this function. If there is no error, error will be null.
42
- */
43
- onBlur?: (val: { value: string; error: string }) => void;
44
- /**
45
- * If it is defined, the component will change its appearance, showing
46
- * the error below the password input component. If it is not defined, the
47
- * error messages will be managed internally, but never displayed on its own.
48
- */
49
- error?: string;
50
- /**
51
- * Regular expression that defines the valid format allowed by the
52
- * password input. This will be checked both when the input element loses the
53
- * focus and while typing within it. If the string entered does not match
54
- * the pattern, the onBlur and onChange functions will be called with the
55
- * current value and an internal error informing that this value does not
56
- * match the pattern. If the pattern is met, the error parameter of both
57
- * events will be null.
58
- */
59
- pattern?: string;
60
- /**
61
- * Specifies the minimun and maximum length allowed by the password input.
62
- * This will be checked both when the input element loses the
63
- * focus and while typing within it. If the string entered does not
64
- * comply the length, the onBlur and onChange functions will be called
65
- * with the current value and an internal error informing that the value
66
- * length does not comply the specified range. If a valid length is
67
- * reached, the error parameter of both events will be null.
68
- */
69
- length?: { min?: number; max?: number };
70
- /**
71
- * HTML autocomplete attribute. Lets the user specify if any permission the user agent has to provide automated assistance in filling out the input value.
72
- * Its value must be one of all the possible values of the HTML autocomplete attribute: 'on', 'off', 'email', 'username', 'new-password', ...
73
- */
74
- autocomplete?: string;
75
- /**
76
- * Size of the margin to be applied to the component ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge').
77
- * You can pass an object with 'top', 'bottom', 'left' and 'right' properties in order to specify different margin sizes.
78
- */
79
- margin?: Space | Margin;
80
- /**
81
- * Size of the component ('small' | 'medium' | 'large' | 'fillParent').
82
- */
83
- size?: Size;
84
- /**
85
- * Value of the tabindex attribute.
86
- */
87
- tabIndex?: number;
88
- /**
89
- * Reference to the component.
90
- */
91
- ref?: React.RefObject<HTMLDivElement>;
92
- };
93
-
94
- export default function DxcPasswordInput(props: Props): JSX.Element;