@epam/uui 5.7.1 → 5.8.0

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 (168) hide show
  1. package/assets/styles/buttonLayout.scss +70 -70
  2. package/assets/styles/clickable.scss +26 -26
  3. package/assets/styles/controlLayout.scss +28 -28
  4. package/assets/styles/dnd.scss +9 -9
  5. package/assets/styles/effects.scss +7 -7
  6. package/assets/styles/icons.scss +54 -54
  7. package/assets/styles/index.scss +9 -9
  8. package/assets/styles/inputs.scss +74 -74
  9. package/assets/styles/text-size.scss +42 -42
  10. package/assets/styles/typography.scss +174 -174
  11. package/components/buttons/Button.d.ts +8 -5
  12. package/components/buttons/Button.d.ts.map +1 -1
  13. package/components/buttons/IconButton.d.ts +8 -4
  14. package/components/buttons/IconButton.d.ts.map +1 -1
  15. package/components/buttons/LinkButton.d.ts +6 -14
  16. package/components/buttons/LinkButton.d.ts.map +1 -1
  17. package/components/buttons/TabButton.d.ts +5 -13
  18. package/components/buttons/TabButton.d.ts.map +1 -1
  19. package/components/buttons/VerticalTabButton.d.ts +4 -4
  20. package/components/buttons/VerticalTabButton.d.ts.map +1 -1
  21. package/components/datePickers/Calendar.d.ts +3 -2
  22. package/components/datePickers/Calendar.d.ts.map +1 -1
  23. package/components/datePickers/CalendarPresets.d.ts +2 -1
  24. package/components/datePickers/CalendarPresets.d.ts.map +1 -1
  25. package/components/datePickers/DatePicker.d.ts +3 -10
  26. package/components/datePickers/DatePicker.d.ts.map +1 -1
  27. package/components/datePickers/DatePickerBody.d.ts +18 -10
  28. package/components/datePickers/DatePickerBody.d.ts.map +1 -1
  29. package/components/datePickers/DatePickerHeader.d.ts +12 -8
  30. package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
  31. package/components/datePickers/RangeDatePicker.d.ts +3 -15
  32. package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
  33. package/components/datePickers/RangeDatePickerBody.d.ts +13 -30
  34. package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
  35. package/components/datePickers/RangeDatePickerInput.d.ts +43 -0
  36. package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -0
  37. package/components/datePickers/helpers.d.ts +34 -0
  38. package/components/datePickers/helpers.d.ts.map +1 -0
  39. package/components/datePickers/index.d.ts +4 -1
  40. package/components/datePickers/index.d.ts.map +1 -1
  41. package/components/datePickers/types.d.ts +132 -0
  42. package/components/datePickers/types.d.ts.map +1 -0
  43. package/components/filters/FilterDatePickerBody.d.ts +7 -11
  44. package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
  45. package/components/filters/FilterNumericBody.d.ts.map +1 -1
  46. package/components/filters/FilterPanelItemToggler.d.ts +1 -1
  47. package/components/filters/FilterPickerBody.d.ts +1 -1
  48. package/components/filters/FilterPickerBody.d.ts.map +1 -1
  49. package/components/filters/FilterRangeDatePickerBody.d.ts +4 -17
  50. package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
  51. package/components/filters/FiltersPanel.d.ts.map +1 -1
  52. package/components/filters/FiltersPanelItem.d.ts.map +1 -1
  53. package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
  54. package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
  55. package/components/inputs/Checkbox.d.ts +6 -2
  56. package/components/inputs/Checkbox.d.ts.map +1 -1
  57. package/components/inputs/InputAddon.d.ts +2 -1
  58. package/components/inputs/InputAddon.d.ts.map +1 -1
  59. package/components/inputs/NumericInput.d.ts +8 -12
  60. package/components/inputs/NumericInput.d.ts.map +1 -1
  61. package/components/inputs/RadioInput.d.ts +3 -2
  62. package/components/inputs/RadioInput.d.ts.map +1 -1
  63. package/components/inputs/Slider.d.ts +2 -1
  64. package/components/inputs/Slider.d.ts.map +1 -1
  65. package/components/inputs/Switch.d.ts +6 -2
  66. package/components/inputs/Switch.d.ts.map +1 -1
  67. package/components/inputs/TextArea.d.ts +7 -11
  68. package/components/inputs/TextArea.d.ts.map +1 -1
  69. package/components/inputs/TextInput.d.ts +5 -9
  70. package/components/inputs/TextInput.d.ts.map +1 -1
  71. package/components/inputs/timePicker/TimePicker.d.ts +6 -2
  72. package/components/inputs/timePicker/TimePicker.d.ts.map +1 -1
  73. package/components/inputs/timePicker/TimePickerBody.d.ts.map +1 -1
  74. package/components/layout/Accordion.d.ts +6 -2
  75. package/components/layout/Accordion.d.ts.map +1 -1
  76. package/components/layout/Blocker.d.ts +1 -1
  77. package/components/layout/Blocker.d.ts.map +1 -1
  78. package/components/layout/ControlGroup.d.ts +2 -1
  79. package/components/layout/ControlGroup.d.ts.map +1 -1
  80. package/components/layout/FlexItems/FlexCell.d.ts +3 -2
  81. package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
  82. package/components/layout/FlexItems/FlexRow.d.ts +2 -6
  83. package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
  84. package/components/layout/FlexItems/Panel.d.ts +3 -2
  85. package/components/layout/FlexItems/Panel.d.ts.map +1 -1
  86. package/components/layout/LabeledInput.d.ts +11 -4
  87. package/components/layout/LabeledInput.d.ts.map +1 -1
  88. package/components/layout/ScrollBars.d.ts +2 -1
  89. package/components/layout/ScrollBars.d.ts.map +1 -1
  90. package/components/layout/index.d.ts +1 -0
  91. package/components/layout/index.d.ts.map +1 -1
  92. package/components/navigation/Anchor.d.ts +2 -1
  93. package/components/navigation/Anchor.d.ts.map +1 -1
  94. package/components/navigation/MainMenu/Burger/Burger.d.ts +2 -4
  95. package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -1
  96. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +5 -3
  97. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
  98. package/components/navigation/MainMenu/MainMenu.d.ts +3 -6
  99. package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -1
  100. package/components/navigation/MainMenu/MainMenuButton.d.ts +1 -11
  101. package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
  102. package/components/navigation/MainMenu/MainMenuIcon.d.ts +0 -1
  103. package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
  104. package/components/overlays/Dropdown.d.ts +2 -1
  105. package/components/overlays/Dropdown.d.ts.map +1 -1
  106. package/components/overlays/DropdownContainer.d.ts +2 -1
  107. package/components/overlays/DropdownContainer.d.ts.map +1 -1
  108. package/components/overlays/DropdownMenu.d.ts +2 -2
  109. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  110. package/components/overlays/Modals.d.ts +2 -2
  111. package/components/overlays/Modals.d.ts.map +1 -1
  112. package/components/overlays/NotificationCard.d.ts +2 -6
  113. package/components/overlays/NotificationCard.d.ts.map +1 -1
  114. package/components/overlays/Snackbar.d.ts +2 -8
  115. package/components/overlays/Snackbar.d.ts.map +1 -1
  116. package/components/overlays/Tooltip.d.ts +2 -1
  117. package/components/overlays/Tooltip.d.ts.map +1 -1
  118. package/components/pickers/PickerInput.d.ts +10 -3
  119. package/components/pickers/PickerInput.d.ts.map +1 -1
  120. package/components/pickers/PickerItem.d.ts +7 -10
  121. package/components/pickers/PickerItem.d.ts.map +1 -1
  122. package/components/pickers/PickerList.d.ts.map +1 -1
  123. package/components/pickers/PickerModal.d.ts.map +1 -1
  124. package/components/pickers/PickerToggler.d.ts +4 -4
  125. package/components/pickers/PickerToggler.d.ts.map +1 -1
  126. package/components/pickers/PickerTogglerTag.d.ts +10 -0
  127. package/components/pickers/PickerTogglerTag.d.ts.map +1 -0
  128. package/components/pickers/index.d.ts +1 -0
  129. package/components/pickers/index.d.ts.map +1 -1
  130. package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -1
  131. package/components/tables/DataTable.d.ts +13 -1
  132. package/components/tables/DataTable.d.ts.map +1 -1
  133. package/components/tables/DataTableCell.d.ts.map +1 -1
  134. package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
  135. package/components/tables/DataTableHeaderRow.d.ts +3 -2
  136. package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
  137. package/components/tables/DataTableRow.d.ts +3 -2
  138. package/components/tables/DataTableRow.d.ts.map +1 -1
  139. package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
  140. package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -1
  141. package/components/tables/types.d.ts +20 -0
  142. package/components/tables/types.d.ts.map +1 -1
  143. package/components/typography/RichTextView.d.ts +6 -2
  144. package/components/typography/RichTextView.d.ts.map +1 -1
  145. package/components/typography/Text.d.ts +7 -3
  146. package/components/typography/Text.d.ts.map +1 -1
  147. package/components/widgets/AvatarStack.d.ts +2 -1
  148. package/components/widgets/AvatarStack.d.ts.map +1 -1
  149. package/components/widgets/Badge.d.ts +5 -13
  150. package/components/widgets/Badge.d.ts.map +1 -1
  151. package/components/widgets/ProgressBar.d.ts +4 -3
  152. package/components/widgets/ProgressBar.d.ts.map +1 -1
  153. package/components/widgets/Spinner.d.ts +2 -1
  154. package/components/widgets/Spinner.d.ts.map +1 -1
  155. package/components/widgets/Tag.d.ts +5 -13
  156. package/components/widgets/Tag.d.ts.map +1 -1
  157. package/helpers/dayJsHelper.d.ts +6 -0
  158. package/helpers/dayJsHelper.d.ts.map +1 -0
  159. package/i18n.d.ts.map +1 -1
  160. package/index.esm.js +1699 -1322
  161. package/index.esm.js.map +1 -1
  162. package/index.js +1690 -1308
  163. package/index.js.map +1 -1
  164. package/package.json +7 -7
  165. package/readme.md +4 -4
  166. package/stats.html +32 -28
  167. package/styles.css +4576 -4696
  168. package/styles.css.map +1 -1
@@ -1,174 +1,174 @@
1
- @mixin overflow-ellipsis() {
2
- overflow: hidden;
3
- text-overflow: ellipsis;
4
- }
5
-
6
- .uui-typography {
7
- font-family: var(--uui-font);
8
- color: var(--uui-text-primary);
9
-
10
- .hero-header, h1, h2, h3, h4, h5, h6 {
11
- margin: 0;
12
- }
13
-
14
- .hero-header {
15
- font-family: var(--uui-font);
16
- font-weight: 500;
17
- margin: 30px 0;
18
- font-size: 66px;
19
- line-height: 72px;
20
- }
21
-
22
- .promo-header, h1, h2, h3 {
23
- font-family: var(--uui-font);
24
- font-weight: 700;
25
- }
26
-
27
- h4, h5, h6 {
28
- font-family: var(--uui-font);
29
- font-weight: 600;
30
- }
31
-
32
- h1, h2, h3, h4, h5, h6 {
33
- margin-bottom: 0.5em;
34
- margin-top: 1.2em;
35
- line-height: 1.35em;
36
- }
37
-
38
- h1 {
39
- font-size: 42px;
40
- }
41
-
42
- h2 {
43
- font-size: 30px;
44
- letter-spacing: 0.1px;
45
-
46
- .promo-header {
47
- letter-spacing: 2px;
48
- }
49
- }
50
-
51
- h3 {
52
- font-size: 24px;
53
- }
54
-
55
- h4 {
56
- font-size: 18px;
57
- letter-spacing: 0.1px;
58
- }
59
-
60
- h5 {
61
- font-size: 16px;
62
- }
63
-
64
- h6 {
65
- font-size: 14px;
66
- }
67
-
68
- b, strong {
69
- font-family: var(--uui-font);
70
- font-weight: 600;
71
- }
72
-
73
- i, em {
74
- font-family: var(--uui-font);
75
- font-weight: 400;
76
- font-style: italic;
77
- }
78
-
79
- a {
80
- display: inline-flex;
81
- align-items: center;
82
- color: var(--uui-link);
83
- text-decoration: underline;
84
-
85
- &:visited {
86
- color: var(--uui-link-visited);
87
-
88
- &:hover {
89
- color: var(--uui-link-visited-hover);
90
- }
91
- }
92
-
93
- &:hover {
94
- color: var(--uui-link-hover);
95
- }
96
- }
97
-
98
- code {
99
- padding: 0.125em 0.25em;
100
- color: var(--uui-text-primary);
101
- background-color: var(--uui-neutral-30);
102
- font-family: var(--uui-font-mono, monospace);
103
- font-weight: 400;
104
- white-space: pre-wrap;
105
- word-wrap: normal;
106
- }
107
-
108
- ol, ul {
109
- padding: 0;
110
- }
111
-
112
- li {
113
- margin-left: 1.25em;
114
- line-height: 1.5;
115
- }
116
-
117
- pre {
118
- padding: 1.25em;
119
- font-family: monospace;
120
- white-space: pre-wrap;
121
- word-wrap: normal;
122
- }
123
-
124
- img {
125
- max-width: 100%;
126
- }
127
-
128
- figure {
129
- margin: 0;
130
-
131
- figcaption {
132
- font-size: 0.9em;
133
- opacity: 0.9;
134
- text-align: center;
135
- }
136
- }
137
-
138
- p {
139
- margin: 0.5em 0;
140
- line-height: 1.5;
141
- }
142
-
143
- .uui-critical {
144
- color: var(--uui-text-critical);
145
- }
146
-
147
- .uui-info {
148
- color: var(--uui-text-info);
149
- }
150
-
151
- .uui-success {
152
- color: var(--uui-text-success);
153
- }
154
-
155
- .uui-warning {
156
- color: var(--uui-text-warning);
157
- }
158
-
159
- .uui-highlight {
160
- background-color: var(--uui-warning-10);
161
- }
162
- }
163
-
164
- .uui-typography-size-12 {
165
- font-size: 12px;
166
- }
167
-
168
- .uui-typography-size-14 {
169
- font-size: 14px;
170
- }
171
-
172
- .uui-typography-size-16 {
173
- font-size: 16px;
174
- }
1
+ @mixin overflow-ellipsis() {
2
+ overflow: hidden;
3
+ text-overflow: ellipsis;
4
+ }
5
+
6
+ .uui-typography {
7
+ font-family: var(--uui-font);
8
+ color: var(--uui-text-primary);
9
+
10
+ .hero-header, h1, h2, h3, h4, h5, h6 {
11
+ margin: 0;
12
+ }
13
+
14
+ .hero-header {
15
+ font-family: var(--uui-font);
16
+ font-weight: 500;
17
+ margin: 30px 0;
18
+ font-size: 66px;
19
+ line-height: 72px;
20
+ }
21
+
22
+ .promo-header, h1, h2, h3 {
23
+ font-family: var(--uui-font);
24
+ font-weight: 700;
25
+ }
26
+
27
+ h4, h5, h6 {
28
+ font-family: var(--uui-font);
29
+ font-weight: 600;
30
+ }
31
+
32
+ h1, h2, h3, h4, h5, h6 {
33
+ margin-bottom: 0.5em;
34
+ margin-top: 1.2em;
35
+ line-height: 1.35em;
36
+ }
37
+
38
+ h1 {
39
+ font-size: 42px;
40
+ }
41
+
42
+ h2 {
43
+ font-size: 30px;
44
+ letter-spacing: 0.1px;
45
+
46
+ .promo-header {
47
+ letter-spacing: 2px;
48
+ }
49
+ }
50
+
51
+ h3 {
52
+ font-size: 24px;
53
+ }
54
+
55
+ h4 {
56
+ font-size: 18px;
57
+ letter-spacing: 0.1px;
58
+ }
59
+
60
+ h5 {
61
+ font-size: 16px;
62
+ }
63
+
64
+ h6 {
65
+ font-size: 14px;
66
+ }
67
+
68
+ b, strong {
69
+ font-family: var(--uui-font);
70
+ font-weight: 600;
71
+ }
72
+
73
+ i, em {
74
+ font-family: var(--uui-font);
75
+ font-weight: 400;
76
+ font-style: italic;
77
+ }
78
+
79
+ a {
80
+ display: inline-flex;
81
+ align-items: center;
82
+ color: var(--uui-link);
83
+ text-decoration: underline;
84
+
85
+ &:visited {
86
+ color: var(--uui-link-visited);
87
+
88
+ &:hover {
89
+ color: var(--uui-link-visited-hover);
90
+ }
91
+ }
92
+
93
+ &:hover {
94
+ color: var(--uui-link-hover);
95
+ }
96
+ }
97
+
98
+ code {
99
+ padding: 0.125em 0.25em;
100
+ color: var(--uui-text-primary);
101
+ background-color: var(--uui-neutral-30);
102
+ font-family: var(--uui-font-mono, monospace);
103
+ font-weight: 400;
104
+ white-space: pre-wrap;
105
+ word-wrap: normal;
106
+ }
107
+
108
+ ol, ul {
109
+ padding: 0;
110
+ }
111
+
112
+ li {
113
+ margin-left: 1.25em;
114
+ line-height: 1.5;
115
+ }
116
+
117
+ pre {
118
+ padding: 1.25em;
119
+ font-family: monospace;
120
+ white-space: pre-wrap;
121
+ word-wrap: normal;
122
+ }
123
+
124
+ img {
125
+ max-width: 100%;
126
+ }
127
+
128
+ figure {
129
+ margin: 0;
130
+
131
+ figcaption {
132
+ font-size: 0.9em;
133
+ opacity: 0.9;
134
+ text-align: center;
135
+ }
136
+ }
137
+
138
+ p {
139
+ margin: 0.5em 0;
140
+ line-height: 1.5;
141
+ }
142
+
143
+ .uui-critical {
144
+ color: var(--uui-text-critical);
145
+ }
146
+
147
+ .uui-info {
148
+ color: var(--uui-text-info);
149
+ }
150
+
151
+ .uui-success {
152
+ color: var(--uui-text-success);
153
+ }
154
+
155
+ .uui-warning {
156
+ color: var(--uui-text-warning);
157
+ }
158
+
159
+ .uui-highlight {
160
+ background-color: var(--uui-warning-10);
161
+ }
162
+ }
163
+
164
+ .uui-typography-size-12 {
165
+ font-size: 12px;
166
+ }
167
+
168
+ .uui-typography-size-14 {
169
+ font-size: 14px;
170
+ }
171
+
172
+ .uui-typography-size-16 {
173
+ font-size: 16px;
174
+ }
@@ -1,4 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import * as uuiComponents from '@epam/uui-components';
3
+ import { Overwrite } from '@epam/uui-core';
2
4
  import { ControlSize } from '../types';
3
5
  type ButtonMods = {
4
6
  /**
@@ -15,17 +17,18 @@ type ButtonMods = {
15
17
  * Defines component color.
16
18
  * @default 'primary'
17
19
  */
18
- color?: 'accent' | 'primary' | 'critical' | 'secondary' | 'neutral';
20
+ color?: 'accent' | 'primary' | 'critical' | 'secondary' | 'neutral' | 'white';
19
21
  };
22
+ export interface ButtonModsOverride {
23
+ }
20
24
  /** Represents the 'Core properties' for the Button component. */
21
25
  export type ButtonCoreProps = uuiComponents.ButtonProps;
22
26
  /** Represents the props for a Button component. */
23
- export type ButtonProps = ButtonMods & ButtonCoreProps;
24
- export declare const Button: (props: import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<uuiComponents.ClickableRawProps> & import("@epam/uui-core").IDropdownToggler & import("@epam/uui-core").IHasIcon & import("@epam/uui-core").IHasCaption & {
27
+ export type ButtonProps = ButtonCoreProps & Overwrite<ButtonMods, ButtonModsOverride>;
28
+ export declare const Button: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<uuiComponents.ClickableRawProps> & import("@epam/uui-core").IDropdownToggler & import("@epam/uui-core").IHasIcon & import("@epam/uui-core").IHasCaption & {
25
29
  onClear?(e?: any): void;
26
30
  clearIcon?: import("@epam/uui-core").Icon;
27
- captionCX?: import("@epam/uui-core").ClassValue;
28
31
  dropdownIcon?: import("@epam/uui-core").Icon;
29
- } & ButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
32
+ } & Omit<ButtonMods, never> & ButtonModsOverride & import("react").RefAttributes<any>>;
30
33
  export {};
31
34
  //# sourceMappingURL=Button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../components/buttons/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAMvC,KAAK,UAAU,GAAG;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;IAC9C;;;OAGG;IACH,KAAK,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;CACvE,CAAC;AAEF,iEAAiE;AACjE,MAAM,MAAM,eAAe,GAAG,aAAa,CAAC,WAAW,CAAC;AAExD,mDAAmD;AACnD,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,eAAe,CAAC;AAYvD,eAAO,MAAM,MAAM;;;;;8IAalB,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../components/buttons/Button.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAY,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAMvC,KAAK,UAAU,GAAG;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;IAC9C;;;OAGG;IACH,KAAK,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;CACjF,CAAC;AACF,MAAM,WAAW,kBAAkB;CAAG;AAEtC,iEAAiE;AACjE,MAAM,MAAM,eAAe,GAAG,aAAa,CAAC,WAAW,CAAC;AAExD,mDAAmD;AACnD,MAAM,MAAM,WAAW,GAAG,eAAe,GAAG,SAAS,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAAC;AAYtF,eAAO,MAAM,MAAM;;;;sFASlB,CAAC"}
@@ -1,10 +1,12 @@
1
+ /// <reference types="react" />
1
2
  import * as uuiComponents from '@epam/uui-components';
3
+ import { Overwrite } from '@epam/uui-core';
2
4
  interface IconButtonMods {
3
5
  /**
4
6
  * Defines component color.
5
7
  * @default 'neutral'
6
8
  */
7
- color?: 'info' | 'success' | 'warning' | 'error' | 'secondary' | 'neutral';
9
+ color?: 'info' | 'success' | 'error' | 'primary' | 'accent' | 'critical' | 'warning' | 'secondary' | 'neutral' | 'white';
8
10
  }
9
11
  /** Represents the Core properties of the IconButton component. */
10
12
  export type IconButtonCoreProps = Omit<uuiComponents.IconButtonProps, 'size'> & {
@@ -13,13 +15,15 @@ export type IconButtonCoreProps = Omit<uuiComponents.IconButtonProps, 'size'> &
13
15
  */
14
16
  size?: '18' | '24' | '30' | '36';
15
17
  };
18
+ export interface IconButtonModsOverride {
19
+ }
16
20
  /** Represents the properties of the IconButton component. */
17
- export type IconButtonProps = IconButtonCoreProps & IconButtonMods;
18
- export declare const IconButton: (props: Omit<uuiComponents.IconButtonProps, "size"> & {
21
+ export type IconButtonProps = IconButtonCoreProps & Overwrite<IconButtonMods, IconButtonModsOverride>;
22
+ export declare const IconButton: import("react").ComponentType<Omit<uuiComponents.IconButtonProps, "size"> & {
19
23
  /**
20
24
  * Defines component size.
21
25
  */
22
26
  size?: '18' | '24' | '30' | '36';
23
- } & IconButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
27
+ } & Omit<IconButtonMods, never> & IconButtonModsOverride & import("react").RefAttributes<any>>;
24
28
  export {};
25
29
  //# sourceMappingURL=IconButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAKtD,UAAU,cAAc;IACpB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,SAAS,CAAC;CAC9E;AAED,kEAAkE;AAClE,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,aAAa,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG;IAC5E;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACpC,CAAC;AAEF,6DAA6D;AAC7D,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG,cAAc,CAAC;AAMnE,eAAO,MAAM,UAAU;IAbnB;;OAEG;WACI,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;kJAmBnC,CAAC"}
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAY,SAAS,EAAa,MAAM,gBAAgB,CAAC;AAIhE,UAAU,cAAc;IACpB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;CAC5H;AAED,kEAAkE;AAClE,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,aAAa,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG;IAC5E;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACpC,CAAC;AAEF,MAAM,WAAW,sBAAsB;CAAG;AAE1C,6DAA6D;AAC7D,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;AAMtG,eAAO,MAAM,UAAU;IAfnB;;OAEG;WACI,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;8FA8BnC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { CX, Icon, IDropdownToggler, IHasCaption, IHasIcon } from '@epam/uui-core';
2
+ import { Icon, IDropdownToggler, IHasCaption, IHasIcon, Overwrite } from '@epam/uui-core';
3
3
  import { ClickableComponentProps } from '@epam/uui-components';
4
4
  import * as types from '../types';
5
5
  interface LinkButtonMods {
@@ -7,15 +7,10 @@ interface LinkButtonMods {
7
7
  * Defines component color.
8
8
  * @default 'primary'
9
9
  */
10
- color?: 'primary' | 'secondary' | 'contrast';
10
+ color?: 'primary' | 'secondary' | 'accent' | 'critical' | 'white' | 'contrast';
11
11
  }
12
12
  /** Represents the Core properties of the LinkButton component. */
13
13
  export type LinkButtonCoreProps = ClickableComponentProps & IDropdownToggler & IHasIcon & IHasCaption & {
14
- /**
15
- * CSS classes to put on the caption
16
- * @deprecated
17
- * */
18
- captionCX?: CX;
19
14
  /** Icon for drop-down toggler */
20
15
  dropdownIcon?: Icon;
21
16
  /**
@@ -24,14 +19,11 @@ export type LinkButtonCoreProps = ClickableComponentProps & IDropdownToggler & I
24
19
  */
25
20
  size?: types.ControlSize | '42';
26
21
  };
22
+ export interface LinkButtonModsOverride {
23
+ }
27
24
  /** Represents the properties of the LinkButton component. */
28
- export type LinkButtonProps = LinkButtonCoreProps & LinkButtonMods;
25
+ export type LinkButtonProps = LinkButtonCoreProps & Overwrite<LinkButtonMods, LinkButtonModsOverride>;
29
26
  export declare const LinkButton: React.ForwardRefExoticComponent<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & IDropdownToggler & IHasIcon & IHasCaption & {
30
- /**
31
- * CSS classes to put on the caption
32
- * @deprecated
33
- * */
34
- captionCX?: CX;
35
27
  /** Icon for drop-down toggler */
36
28
  dropdownIcon?: Icon;
37
29
  /**
@@ -39,6 +31,6 @@ export declare const LinkButton: React.ForwardRefExoticComponent<import("@epam/u
39
31
  * @default '36'
40
32
  */
41
33
  size?: types.ControlSize | '42';
42
- } & LinkButtonMods & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
34
+ } & Omit<LinkButtonMods, never> & LinkButtonModsOverride & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
43
35
  export {};
44
36
  //# sourceMappingURL=LinkButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,EAAE,EAAiB,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,MAAM,gBAAgB,CAAC;AAC9G,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AACzF,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAQlC,UAAU,cAAc;IACpB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;CAChD;AAED,kEAAkE;AAClE,MAAM,MAAM,mBAAmB,GAAG,uBAAuB,GAAG,gBAAgB,GAAG,QAAQ,GAAG,WAAW,GAAG;IACpG;;;SAGK;IACL,SAAS,CAAC,EAAE,EAAE,CAAC;IACf,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,6DAA6D;AAC7D,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG,cAAc,CAAC;AAYnE,eAAO,MAAM,UAAU;IA3BnB;;;SAGK;gBACO,EAAE;IACd,iCAAiC;mBAClB,IAAI;IACnB;;;OAGG;WACI,MAAM,WAAW,GAAG,IAAI;gFAmDjC,CAAC"}
1
+ {"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAa,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjH,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AACzF,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAQlC,UAAU,cAAc;IACpB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,CAAC;CAClF;AAED,kEAAkE;AAClE,MAAM,MAAM,mBAAmB,GAAG,uBAAuB,GAAG,gBAAgB,GAAG,QAAQ,GAAG,WAAW,GAAG;IACpG,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,MAAM,WAAW,sBAAsB;CAAG;AAE1C,6DAA6D;AAC7D,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;AAYtG,eAAO,MAAM,UAAU;IAxBnB,iCAAiC;mBAClB,IAAI;IACnB;;;OAGG;WACI,MAAM,WAAW,GAAG,IAAI;sHA2DjC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { CX, Icon, IDropdownToggler, IHasCaption, IHasIcon } from '@epam/uui-core';
2
+ import { Icon, IDropdownToggler, IHasCaption, IHasIcon, Overwrite } from '@epam/uui-core';
3
3
  import { ClickableComponentProps } from '@epam/uui-components';
4
4
  type TabButtonMods = {
5
5
  /**
@@ -10,32 +10,24 @@ type TabButtonMods = {
10
10
  /** Defines is the component showing Notify */
11
11
  withNotify?: boolean;
12
12
  };
13
+ export interface TabButtonModsOverride {
14
+ }
13
15
  /** Represents the properties of a TabButton component. */
14
- export type TabButtonProps = TabButtonMods & ClickableComponentProps & IDropdownToggler & IHasIcon & IHasCaption & {
16
+ export type TabButtonProps = Overwrite<TabButtonMods, TabButtonModsOverride> & ClickableComponentProps & IDropdownToggler & IHasIcon & IHasCaption & {
15
17
  /** Call to clear toggler value */
16
18
  onClear?(e?: any): void;
17
19
  /** Icon for clear value button (usually cross) */
18
20
  clearIcon?: Icon;
19
- /**
20
- * CSS classes to put on the caption
21
- * @deprecated
22
- * */
23
- captionCX?: CX;
24
21
  /** Icon for drop-down toggler */
25
22
  dropdownIcon?: Icon;
26
23
  /** Count value to be placed in component */
27
24
  count?: React.ReactNode;
28
25
  };
29
- export declare const TabButton: React.ForwardRefExoticComponent<TabButtonMods & import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & IDropdownToggler & IHasIcon & IHasCaption & {
26
+ export declare const TabButton: React.ForwardRefExoticComponent<Omit<TabButtonMods, never> & TabButtonModsOverride & import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & IDropdownToggler & IHasIcon & IHasCaption & {
30
27
  /** Call to clear toggler value */
31
28
  onClear?(e?: any): void;
32
29
  /** Icon for clear value button (usually cross) */
33
30
  clearIcon?: Icon;
34
- /**
35
- * CSS classes to put on the caption
36
- * @deprecated
37
- * */
38
- captionCX?: CX;
39
31
  /** Icon for drop-down toggler */
40
32
  dropdownIcon?: Icon;
41
33
  /** Count value to be placed in component */
@@ -1 +1 @@
1
- {"version":3,"file":"TabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/TabButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,EAAE,EAAiB,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAA0B,MAAM,gBAAgB,CAAC;AAC1H,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAMzF,KAAK,aAAa,GAAG;IACjB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,8CAA8C;IAC9C,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,0DAA0D;AAC1D,MAAM,MAAM,cAAc,GAAG,aAAa,GAAG,uBAAuB,GAAG,gBAAgB,GAAG,QAAQ,GAAG,WAAW,GAAG;IAC/G,kCAAkC;IAClC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;IACxB,kDAAkD;IAClD,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;SAGK;IACL,SAAS,CAAC,EAAE,EAAE,CAAC;IACf,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAYF,eAAO,MAAM,SAAS;IAzBlB,kCAAkC;iBACrB,GAAG,GAAG,IAAI;IACvB,kDAAkD;gBACtC,IAAI;IAChB;;;SAGK;gBACO,EAAE;IACd,iCAAiC;mBAClB,IAAI;IACnB,4CAA4C;YACpC,MAAM,SAAS;iFAiEzB,CAAC"}
1
+ {"version":3,"file":"TabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/TabButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAA0B,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACtH,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAMzF,KAAK,aAAa,GAAG;IACjB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,8CAA8C;IAC9C,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,WAAW,qBAAqB;CAAG;AAEzC,0DAA0D;AAC1D,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC,GAAG,uBAAuB,GAAG,gBAAgB,GAAG,QAAQ,GAAG,WAAW,GAAG;IACjJ,kCAAkC;IAClC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;IACxB,kDAAkD;IAClD,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,SAAS;IAVlB,kCAAkC;iBACrB,GAAG,GAAG,IAAI;IACvB,kDAAkD;gBACtC,IAAI;IAChB,iCAAiC;mBAClB,IAAI;IACnB,4CAA4C;YACpC,MAAM,SAAS;iFA0DzB,CAAC"}
@@ -1,14 +1,14 @@
1
+ /// <reference types="react" />
1
2
  import { TabButtonProps } from './TabButton';
2
3
  /** Represents the properties of a VerticalTabButton component. */
3
4
  export type VerticalTabButtonProps = TabButtonProps;
4
- export declare const VerticalTabButton: (props: {
5
+ export declare const VerticalTabButton: import("react").ComponentType<Omit<{
5
6
  size?: "36" | "48" | "60";
6
7
  withNotify?: boolean;
7
- } & import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IDropdownToggler & import("@epam/uui-core").IHasIcon & import("@epam/uui-core").IHasCaption & {
8
+ }, never> & import("./TabButton").TabButtonModsOverride & import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IDropdownToggler & import("@epam/uui-core").IHasIcon & import("@epam/uui-core").IHasCaption & {
8
9
  onClear?(e?: any): void;
9
10
  clearIcon?: import("@epam/uui-core").Icon;
10
- captionCX?: import("@epam/uui-core").ClassValue;
11
11
  dropdownIcon?: import("@epam/uui-core").Icon;
12
12
  count?: import("react").ReactNode;
13
- } & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
13
+ } & import("react").RefAttributes<any>>;
14
14
  //# sourceMappingURL=VerticalTabButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VerticalTabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/VerticalTabButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAa,cAAc,EAAE,MAAM,aAAa,CAAC;AAOxD,kEAAkE;AAClE,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC;AAEpD,eAAO,MAAM,iBAAiB;;;;;;;;;iIAA0E,CAAC"}
1
+ {"version":3,"file":"VerticalTabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/VerticalTabButton.tsx"],"names":[],"mappings":";AACA,OAAO,EAAa,cAAc,EAAE,MAAM,aAAa,CAAC;AAOxD,kEAAkE;AAClE,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC;AAEpD,eAAO,MAAM,iBAAiB;;;;;;;;uCAAkG,CAAC"}
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import { CalendarProps } from '@epam/uui-components';
2
- import { Dayjs } from 'dayjs';
3
+ import { Dayjs } from '../../helpers/dayJsHelper';
3
4
  export declare function applyDateSelectionMods(): string[];
4
- export declare const Calendar: (props: CalendarProps<Dayjs> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
5
+ export declare const Calendar: import("react").ComponentType<CalendarProps<Dayjs> & import("react").RefAttributes<any>>;
5
6
  //# sourceMappingURL=Calendar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../components/datePickers/Calendar.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE9E,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAE9B,wBAAgB,sBAAsB,aAErC;AAED,eAAO,MAAM,QAAQ,8JAAsE,CAAC"}
1
+ {"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../components/datePickers/Calendar.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAA2B,MAAM,sBAAsB,CAAC;AAE9E,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAElD,wBAAgB,sBAAsB,aAErC;AAED,eAAO,MAAM,QAAQ,0FAA4F,CAAC"}
@@ -1,4 +1,5 @@
1
+ /// <reference types="react" />
1
2
  import { CalendarPresetsProps } from '@epam/uui-components';
2
3
  export declare function applyCalendarPresetsMods(): string[];
3
- export declare const CalendarPresets: (props: CalendarPresetsProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4
+ export declare const CalendarPresets: import("react").ComponentType<CalendarPresetsProps & import("react").RefAttributes<any>>;
4
5
  //# sourceMappingURL=CalendarPresets.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarPresets.d.ts","sourceRoot":"","sources":["../../../components/datePickers/CalendarPresets.tsx"],"names":[],"mappings":"AACA,OAAO,EAAyC,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAGnG,wBAAgB,wBAAwB,aAEvC;AAED,eAAO,MAAM,eAAe,8JAA2F,CAAC"}
1
+ {"version":3,"file":"CalendarPresets.d.ts","sourceRoot":"","sources":["../../../components/datePickers/CalendarPresets.tsx"],"names":[],"mappings":";AACA,OAAO,EAAyC,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAGnG,wBAAgB,wBAAwB,aAEvC;AAED,eAAO,MAAM,eAAe,0FAAiH,CAAC"}
@@ -1,12 +1,5 @@
1
1
  import React from 'react';
2
- import { DatePickerCoreProps } from '@epam/uui-core';
3
- import { SizeMod, IHasEditMode } from '../types';
4
- /** Represents the properties of the DatePicker component. */
5
- export interface DatePickerProps extends DatePickerCoreProps, SizeMod, IHasEditMode {
6
- /**
7
- * HTML ID attribute for the toggler input
8
- */
9
- id?: string;
10
- }
11
- export declare const DatePicker: (props: DatePickerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
2
+ import { DatePickerProps } from './types';
3
+ export declare function DatePickerComponent(props: DatePickerProps, ref: React.ForwardedRef<HTMLElement>): JSX.Element;
4
+ export declare const DatePicker: React.ForwardRefExoticComponent<DatePickerProps & React.RefAttributes<HTMLElement>>;
12
5
  //# sourceMappingURL=DatePicker.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,mBAAmB,EAAoE,MAAM,gBAAgB,CAAC;AAE3H,OAAO,EAAY,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAQ3D,6DAA6D;AAC7D,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,OAAO,EAAE,YAAY;IAC/E;;MAEE;IACF,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AA8DD,eAAO,MAAM,UAAU,2HAAgC,CAAC"}
1
+ {"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AASnD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAY1C,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,eAAe,EAAE,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,eAoH/F;AAED,eAAO,MAAM,UAAU,qFAAwC,CAAC"}