@epam/uui 5.13.1 → 5.13.2-rc.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 (120) hide show
  1. package/assets/styles/helpers.scss +4 -0
  2. package/assets/styles/index.scss +2 -5
  3. package/assets/styles/typography.scss +12 -9
  4. package/components/buttons/Button.d.ts +1 -1
  5. package/components/buttons/Button.d.ts.map +1 -1
  6. package/components/buttons/IconButton.d.ts +3 -4
  7. package/components/buttons/IconButton.d.ts.map +1 -1
  8. package/components/buttons/LinkButton.d.ts +5 -5
  9. package/components/buttons/LinkButton.d.ts.map +1 -1
  10. package/components/datePickers/Calendar.d.ts.map +1 -1
  11. package/components/datePickers/CalendarPresets.d.ts.map +1 -1
  12. package/components/datePickers/DatePicker.d.ts.map +1 -1
  13. package/components/datePickers/DatePickerBody.d.ts.map +1 -1
  14. package/components/datePickers/DatePickerHeader.d.ts +1 -1
  15. package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
  16. package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
  17. package/components/datePickers/RangeDatePickerBody.d.ts +1 -1
  18. package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
  19. package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
  20. package/components/datePickers/types.d.ts +1 -0
  21. package/components/datePickers/types.d.ts.map +1 -1
  22. package/components/errors/ErrorHandler.d.ts +2 -1
  23. package/components/errors/ErrorHandler.d.ts.map +1 -1
  24. package/components/fileUpload/FileCard.d.ts.map +1 -1
  25. package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
  26. package/components/filters/FilterItemBody.d.ts.map +1 -1
  27. package/components/filters/FilterNumericBody.d.ts.map +1 -1
  28. package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
  29. package/components/filters/FilterPickerBody.d.ts.map +1 -1
  30. package/components/filters/FiltersPanel.d.ts +4 -1
  31. package/components/filters/FiltersPanel.d.ts.map +1 -1
  32. package/components/inputs/Checkbox.d.ts.map +1 -1
  33. package/components/inputs/Rating.d.ts.map +1 -1
  34. package/components/inputs/Switch.d.ts.map +1 -1
  35. package/components/inputs/TextArea.d.ts.map +1 -1
  36. package/components/layout/Accordion.d.ts.map +1 -1
  37. package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
  38. package/components/layout/LabeledInput.d.ts.map +1 -1
  39. package/components/overlays/Alert.d.ts +4 -2
  40. package/components/overlays/Alert.d.ts.map +1 -1
  41. package/components/overlays/Dropdown.d.ts +1 -1
  42. package/components/overlays/Dropdown.d.ts.map +1 -1
  43. package/components/overlays/Modals.d.ts.map +1 -1
  44. package/components/overlays/NotificationCard.d.ts.map +1 -1
  45. package/components/pickers/DataPickerBody.d.ts +1 -1
  46. package/components/pickers/DataPickerBody.d.ts.map +1 -1
  47. package/components/pickers/DataPickerCell.d.ts +5 -3
  48. package/components/pickers/DataPickerCell.d.ts.map +1 -1
  49. package/components/pickers/DataPickerFooter.d.ts +1 -1
  50. package/components/pickers/DataPickerFooter.d.ts.map +1 -1
  51. package/components/pickers/DataPickerHeader.d.ts.map +1 -1
  52. package/components/pickers/DataPickerRow.d.ts +1 -1
  53. package/components/pickers/DataPickerRow.d.ts.map +1 -1
  54. package/components/pickers/PickerBodyMobileView.d.ts +1 -2
  55. package/components/pickers/PickerBodyMobileView.d.ts.map +1 -1
  56. package/components/pickers/PickerInput.d.ts +1 -1
  57. package/components/pickers/PickerInput.d.ts.map +1 -1
  58. package/components/pickers/PickerItem.d.ts.map +1 -1
  59. package/components/pickers/PickerList.d.ts.map +1 -1
  60. package/components/pickers/PickerListItem.d.ts.map +1 -1
  61. package/components/pickers/PickerModal.d.ts +1 -1
  62. package/components/pickers/PickerModal.d.ts.map +1 -1
  63. package/components/pickers/PickerToggler.d.ts +5 -3
  64. package/components/pickers/PickerToggler.d.ts.map +1 -1
  65. package/components/pickers/PickerTogglerTag.d.ts +3 -3
  66. package/components/pickers/PickerTogglerTag.d.ts.map +1 -1
  67. package/components/pickers/index.d.ts +1 -0
  68. package/components/pickers/index.d.ts.map +1 -1
  69. package/components/pickers/types.d.ts +1 -1
  70. package/components/pickers/types.d.ts.map +1 -1
  71. package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -1
  72. package/components/tables/DataRowsContainer/DataRowsContainer.d.ts.map +1 -1
  73. package/components/tables/DataRowsContainer/DataRowsGroups.d.ts.map +1 -1
  74. package/components/tables/DataTable.d.ts +7 -5
  75. package/components/tables/DataTable.d.ts.map +1 -1
  76. package/components/tables/DataTableCell.d.ts +7 -3
  77. package/components/tables/DataTableCell.d.ts.map +1 -1
  78. package/components/tables/DataTableHeaderCell.d.ts +5 -3
  79. package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
  80. package/components/tables/DataTableHeaderGroupCell.d.ts +1 -1
  81. package/components/tables/DataTableHeaderGroupCell.d.ts.map +1 -1
  82. package/components/tables/DataTableHeaderRow.d.ts +1 -1
  83. package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
  84. package/components/tables/DataTableRow.d.ts +4 -4
  85. package/components/tables/DataTableRow.d.ts.map +1 -1
  86. package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
  87. package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +1 -1
  88. package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -1
  89. package/components/typography/RichTextView.d.ts +1 -1
  90. package/components/typography/RichTextView.d.ts.map +1 -1
  91. package/components/typography/Text.d.ts +5 -5
  92. package/components/typography/Text.d.ts.map +1 -1
  93. package/components/widgets/CountIndicator.d.ts +6 -11
  94. package/components/widgets/CountIndicator.d.ts.map +1 -1
  95. package/components/widgets/DataRowAddons.d.ts +15 -8
  96. package/components/widgets/DataRowAddons.d.ts.map +1 -1
  97. package/components/widgets/Paginator.d.ts +1 -1
  98. package/components/widgets/Paginator.d.ts.map +1 -1
  99. package/components/widgets/StatusIndicator.d.ts +5 -3
  100. package/components/widgets/StatusIndicator.d.ts.map +1 -1
  101. package/index.d.ts +0 -1
  102. package/index.d.ts.map +1 -1
  103. package/index.esm.js +1546 -1337
  104. package/index.esm.js.map +1 -1
  105. package/index.js +1547 -1336
  106. package/index.js.map +1 -1
  107. package/package.json +5 -5
  108. package/settings.d.ts +490 -2
  109. package/settings.d.ts.map +1 -1
  110. package/stats.html +1 -1
  111. package/styles.css +2031 -7993
  112. package/styles.css.map +1 -1
  113. package/assets/styles/buttonLayout.scss +0 -70
  114. package/assets/styles/controlLayout.scss +0 -28
  115. package/assets/styles/icons.scss +0 -55
  116. package/assets/styles/text-size.scss +0 -42
  117. package/icons/icons.d.ts +0 -21
  118. package/icons/icons.d.ts.map +0 -1
  119. package/settings.types.d.ts +0 -235
  120. package/settings.types.d.ts.map +0 -1
@@ -1,70 +0,0 @@
1
- @use './text-size' as *;
2
- @use './icons' as *;
3
-
4
- @mixin button-layout($size, $borderWidth) {
5
- @include button-horizontal-layout($size, $borderWidth);
6
- @include button-vertical-layout($size, $borderWidth);
7
- @include scalable-icon-size($size);
8
- }
9
-
10
- @mixin link-button-layout($size) {
11
- @include link-button-horizontal-layout($size);
12
- @include button-vertical-layout($size, 0);
13
- @include scalable-icon-size($size);
14
- }
15
-
16
- @mixin button-vertical-layout($size, $borderWidth) {
17
- &:global(.uui-button-box) {
18
- min-height: $size;
19
- border-width: $borderWidth;
20
- }
21
-
22
- :global(.uui-caption) {
23
- @include text-size($size, $borderWidth);
24
-
25
- @if ($size == 42px or $size == 48px) {
26
- font-size: 16px;
27
- }
28
- }
29
- }
30
-
31
- @mixin button-horizontal-layout($size, $borderWidth) {
32
- min-width: $size;
33
-
34
- @if ($size == 18px) {
35
- @include button-padding(3px, 3px, $borderWidth);
36
- } @else if ($size == 24px) {
37
- @include button-padding(6px, 6px, $borderWidth);
38
- } @else if ($size == 30px) {
39
- @include button-padding(6px, 6px, $borderWidth);
40
- } @else if ($size == 36px) {
41
- @include button-padding(6px, 6px, $borderWidth);
42
- } @else if ($size == 42px) {
43
- @include button-padding(12px, 6px, $borderWidth);
44
- } @else if ($size == 48px) {
45
- @include button-padding(12px, 6px, $borderWidth);
46
- } @else {
47
- @include button-padding(6px, 6px, $borderWidth); }
48
- }
49
-
50
- @mixin button-padding($controlPadding, $captionPadding, $borderWidth) {
51
- padding-left: $controlPadding - $borderWidth;
52
- padding-right: $controlPadding - $borderWidth;
53
-
54
- :global(.uui-caption) {
55
- padding-left: $captionPadding;
56
- padding-right: $captionPadding;
57
- }
58
- }
59
-
60
- @mixin link-button-horizontal-layout($size) {
61
- min-width: $size;
62
-
63
- &:global(.uui-has-left-icon) :global(.uui-caption) {
64
- padding-left: 6px;
65
- }
66
-
67
- &:global(.uui-has-right-icon) :global(.uui-caption) {
68
- padding-right: 6px;
69
- }
70
- }
@@ -1,28 +0,0 @@
1
- @use 'text-size' as *;
2
-
3
- @mixin control-vertical-layout($size, $borderWidth) {
4
- :global(.uui-caption), :global(.uui-input) {
5
- @include text-size($size, $borderWidth);
6
- }
7
-
8
- &:global(.uui-button-box), &:global(.uui-input-box) {
9
- min-height: $size;
10
- border-width: $borderWidth;
11
- }
12
- }
13
-
14
- @mixin control-box-layout($size, $borderWidth) {
15
- min-width: $size;
16
- padding-left: 5px;
17
- padding-right: 5px;
18
-
19
- :global(.uui-caption), :global(.uui-input) {
20
- padding-left: 6px;
21
- padding-right: 6px;
22
- }
23
-
24
- &:global(.uui-button-box), &:global(.uui-input-box) {
25
- min-height: $size;
26
- border-width: $borderWidth;
27
- }
28
- }
@@ -1,55 +0,0 @@
1
- @use 'sass:math';
2
- @use 'sass:meta';
3
-
4
- @mixin icon-layout($size) {
5
- :global(.uui-icon) {
6
- svg {
7
- height: math.div($size, 36) * 24;
8
- max-width: math.div($size, 36) * 24;
9
- }
10
- }
11
- }
12
-
13
- @mixin icon-size($size) {
14
- $striped-size: strip-unit($size);
15
-
16
- :global(.uui-icon) {
17
- svg {
18
- height: #{$striped-size}px;
19
- width: #{$striped-size}px;
20
- }
21
- }
22
- }
23
-
24
- @function strip-unit($number) {
25
- @if meta.type-of($number) == 'number' and not math.is-unitless($number) {
26
- @return math.div($number, $number * 0 + 1);
27
- }
28
-
29
- @return $number;
30
- }
31
-
32
- @mixin scalable-icon-size($size, $additionalClass: '') {
33
- $striped-size: strip-unit($size);
34
-
35
- #{$additionalClass}:global(.uui-icon) {
36
- svg {
37
- @if ($striped-size == 18) {
38
- height: 12px;
39
- } @else if ($striped-size == 24) {
40
- height: 12px;
41
- } @else if ($striped-size == 30) {
42
- height: 18px;
43
- } @else if ($striped-size == 36) {
44
- height: 18px;
45
- } @else if ($striped-size == 42) {
46
- height: 18px;
47
- } @else if ($striped-size == 48) {
48
- height: 24px;
49
- } @else if ($striped-size == 60) {
50
- height: 24px;
51
- }
52
- width: inherit;
53
- }
54
- }
55
- }
@@ -1,42 +0,0 @@
1
- @function vpadding($size, $border-width) {
2
- @if ($size == 18px or $size == 24px) {
3
- @return (3px - $border-width);
4
- } @else if ($size == 30px) {
5
- @return (6px - $border-width);
6
- } @else if ($size == 36px or $size == 42px) {
7
- @return (9px - $border-width);
8
- } @else if ($size == 48px) {
9
- @return (12px - $border-width);
10
- } @else if ($size == 60px) {
11
- @return (15px - $border-width);
12
- }
13
-
14
- @return (null);
15
- }
16
-
17
- @mixin text-size($size, $border-width: 0) {
18
- @if ($size == 18px) {
19
- line-height: 12px;
20
- font-size: 10px;
21
- } @else if ($size == 24px) {
22
- line-height: 18px;
23
- font-size: 12px;
24
- } @else if ($size == 30px) {
25
- line-height: 18px;
26
- font-size: 14px;
27
- } @else if ($size == 36px) {
28
- line-height: 18px;
29
- font-size: 14px;
30
- } @else if ($size == 42px) {
31
- line-height: 24px;
32
- font-size: 16px;
33
- } @else if ($size == 48px) {
34
- line-height: 24px;
35
- font-size: 16px;
36
- } @else if ($size == 60px) {
37
- line-height: 24px;
38
- font-size: 20px;
39
- }
40
- padding-top: vpadding($size, $border-width);
41
- padding-bottom: vpadding($size, $border-width);
42
- }
package/icons/icons.d.ts DELETED
@@ -1,21 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const fileIcons: {
3
- docIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
4
- exelIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
5
- pdfIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
6
- imgIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
7
- videoIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
8
- tableIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
9
- textIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
10
- mailIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
11
- fileIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
12
- };
13
- export declare const systemIcons: {
14
- readonly clear: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
15
- readonly foldingArrow: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
16
- readonly accept: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
17
- readonly search: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
18
- readonly calendar: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
19
- readonly info: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
20
- };
21
- //# sourceMappingURL=icons.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../icons/icons.tsx"],"names":[],"mappings":";AAgBA,eAAO,MAAM,SAAS;;;;;;;;;;CAUrB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;CAOd,CAAC"}
@@ -1,235 +0,0 @@
1
- interface DefaultSizes {
2
- alert: string;
3
- badge: string;
4
- button: string;
5
- checkbox: string;
6
- countIndicator: string;
7
- linkButton: string;
8
- numericInput: string;
9
- radioInput: string;
10
- switch: string;
11
- tabButton: string;
12
- tag: string;
13
- text: string;
14
- textArea: string;
15
- textInput: string;
16
- rangeDatePicker: string;
17
- datePicker: string;
18
- labeledInput: string;
19
- statusIndicator: string;
20
- paginator: string;
21
- rating: string;
22
- }
23
- interface Sizes {
24
- [size: string | number]: string | number;
25
- }
26
- interface TextSize {
27
- fontSize?: string | number;
28
- fontWeight?: string | number;
29
- lineHeight?: string | number;
30
- size?: string | number;
31
- }
32
- interface UppercaseTextSize {
33
- uppercase: string;
34
- }
35
- interface AlertSizes {
36
- action: Sizes;
37
- }
38
- interface NotificationCardSizes {
39
- action: string;
40
- }
41
- interface TagSizes {
42
- countIndicator: Sizes;
43
- }
44
- interface PickerInputSizes {
45
- toggler: PickerInputTogglerSizes;
46
- body: PickerInputBodySizes;
47
- }
48
- interface PickerInputTogglerDefaultSizes {
49
- size: string;
50
- tag: string;
51
- }
52
- interface PickerInputTogglerSizes {
53
- defaults: PickerInputTogglerDefaultSizes;
54
- tag: Sizes;
55
- }
56
- interface PickerInputBodySizes {
57
- dropdown: PickerInputBodyDropdownSizes;
58
- mobile: PickerInputBodyMobileSizes;
59
- modal: PickerInputBodyModalSizes;
60
- }
61
- interface PickerInputBodyDropdownSizes {
62
- height: number;
63
- width: number;
64
- padding: string;
65
- row: PickerInputBodyRowSizes;
66
- footer: PickerBodyDropdownFooterSizes;
67
- }
68
- interface PickerInputBodyItemSizes {
69
- default: string;
70
- avatar: PickerItemAvatarSizes;
71
- verticalPadding: Sizes;
72
- }
73
- interface PickerInputBodyCellSizes {
74
- item: PickerInputBodyItemSizes;
75
- isBoldSelectionIcon: IsBoldSizes;
76
- text: Sizes;
77
- icon: Sizes;
78
- padding: string;
79
- }
80
- interface PickerInputBodyRowSizes {
81
- default: string;
82
- cell: PickerInputBodyCellSizes;
83
- }
84
- interface PickerBodyDropdownFooterSizes {
85
- switch: Sizes;
86
- linkButton: Sizes;
87
- }
88
- interface PickerInputBodyMobileSizes {
89
- header: PickerBodyMobileHeaderSizes;
90
- footer: PickerBodyMobileFooterSizes;
91
- row: string;
92
- searchInput: string;
93
- }
94
- interface PickerBodyMobileHeaderSizes {
95
- titleSize: string;
96
- }
97
- interface PickerBodyMobileFooterSizes {
98
- linkButton: string;
99
- }
100
- interface PickerInputBodyModalSizes {
101
- row: string;
102
- padding: string;
103
- }
104
- interface PickerItemAvatarSizes {
105
- rest: Sizes;
106
- multiline: Sizes;
107
- }
108
- interface IsBoldSizes {
109
- [size: string | number]: boolean;
110
- }
111
- interface RowAddonsSizes {
112
- defaults: RowAddonsDefaults;
113
- checkbox: Sizes;
114
- icon: Sizes;
115
- indentUnit: Sizes;
116
- indentWidth: Sizes;
117
- }
118
- interface RowAddonsDefaults {
119
- icon: string;
120
- indentUnit: number;
121
- indentWidth: number;
122
- }
123
- interface TextSizes {
124
- [size: string | number]: TextSize;
125
- }
126
- interface LabeledInputSizes {
127
- fillIcon: string[];
128
- }
129
- interface BadgeSizes {
130
- countIndicator: Sizes;
131
- }
132
- interface DataTableHeaderCellSizes {
133
- defaults: DataTableHeaderCellDefaults;
134
- checkbox: Sizes;
135
- columnCaption: TextSize & UppercaseTextSize;
136
- iconSize: Sizes;
137
- truncate?: string[];
138
- }
139
- interface DataTableHeaderGroupCellDefaults {
140
- size: string;
141
- padding: string;
142
- paddingEdge: string;
143
- }
144
- interface DataTableHeaderGroupCellSizes {
145
- defaults: DataTableHeaderGroupCellDefaults;
146
- columnCaption: TextSize & UppercaseTextSize;
147
- iconSize: Sizes;
148
- truncate?: string[];
149
- }
150
- interface DataTableHeaderCellDefaults {
151
- size: string;
152
- resizeMarker: string;
153
- padding: string;
154
- paddingEdge: string;
155
- }
156
- interface DataTableCellSizes {
157
- defaults: DataTableCellDefaults;
158
- text: Sizes;
159
- }
160
- interface DataTableCellDefaults {
161
- size: string;
162
- padding: string;
163
- paddingEdge: string;
164
- }
165
- interface DataTableColumnsConfigurationModal {
166
- columnRow: string;
167
- countIndicator: string;
168
- subgroupIcon: string;
169
- search: string;
170
- width: number;
171
- }
172
- interface FiltersPanelPickerBodySizes {
173
- default: string;
174
- }
175
- interface FiltersPanelPickerSizes {
176
- body: FiltersPanelPickerBodySizes;
177
- }
178
- interface FiltersPanelSizes {
179
- pickerInput: FiltersPanelPickerSizes;
180
- }
181
- interface DataTableHeaderRowSizes {
182
- default: string;
183
- cell: DataTableHeaderCellSizes;
184
- groupCell: DataTableHeaderGroupCellSizes;
185
- }
186
- interface DataTableHeaderSizes {
187
- row: DataTableHeaderRowSizes;
188
- }
189
- interface DataTableRowSizes {
190
- default: string;
191
- cell: DataTableCellSizes;
192
- }
193
- interface DataTableBodySizes {
194
- row: DataTableRowSizes;
195
- }
196
- interface DataTableSizes {
197
- columnsConfigurationModal: DataTableColumnsConfigurationModal;
198
- header: DataTableHeaderSizes;
199
- body: DataTableBodySizes;
200
- }
201
- interface TabButtonSizes {
202
- countIndicator: Sizes;
203
- }
204
- interface ModalWindowDefaultSizes {
205
- width: number;
206
- }
207
- interface ModalWindowSizes {
208
- defaults: ModalWindowDefaultSizes;
209
- }
210
- interface ModalSizes {
211
- window: ModalWindowSizes;
212
- }
213
- interface SizesSettings {
214
- defaults: DefaultSizes;
215
- alert: AlertSizes;
216
- notificationCard: NotificationCardSizes;
217
- tag: TagSizes;
218
- pickerInput: PickerInputSizes;
219
- rowAddons: RowAddonsSizes;
220
- text: TextSizes;
221
- filtersPanel: FiltersPanelSizes;
222
- labeledInput: LabeledInputSizes;
223
- badge: BadgeSizes;
224
- dataTable: DataTableSizes;
225
- modal: ModalSizes;
226
- tabButton: TabButtonSizes;
227
- }
228
- export interface Settings {
229
- /**
230
- * setting sizes for complex and compound components to support 'Size theming'
231
- */
232
- sizes: SizesSettings;
233
- }
234
- export {};
235
- //# sourceMappingURL=settings.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"settings.types.d.ts","sourceRoot":"","sources":["../settings.types.ts"],"names":[],"mappings":"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"}