@epam/uui 5.5.4 → 5.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/styles/buttonLayout.scss +67 -67
- package/assets/styles/clickable.scss +27 -0
- package/assets/styles/controlLayout.scss +28 -28
- package/assets/styles/dnd.scss +9 -9
- package/assets/styles/effects.scss +7 -7
- package/assets/styles/icons.scss +19 -19
- package/assets/styles/index.scss +9 -8
- package/assets/styles/inputs.scss +74 -74
- package/assets/styles/text-size.scss +42 -42
- package/assets/styles/typography.scss +174 -174
- package/components/buttons/Button.d.ts +12 -10
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/buttons/IconButton.d.ts +6 -3
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +29 -8
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +35 -8
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/buttons/VerticalTabButton.d.ts +10 -1
- package/components/buttons/VerticalTabButton.d.ts.map +1 -1
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/fileUpload/DropSpot.d.ts +14 -6
- package/components/fileUpload/DropSpot.d.ts.map +1 -1
- package/components/fileUpload/FileCard.d.ts +12 -0
- package/components/fileUpload/FileCard.d.ts.map +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts +3 -3
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts +4 -0
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts +1 -0
- package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
- package/components/inputs/MultiSwitch.d.ts +2 -3
- package/components/inputs/MultiSwitch.d.ts.map +1 -1
- package/components/inputs/RadioInput.d.ts +1 -0
- package/components/inputs/RadioInput.d.ts.map +1 -1
- package/components/inputs/TextInput.d.ts +1 -1
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/inputs/index.d.ts +1 -1
- package/components/inputs/timePicker/TimePicker.d.ts +41 -0
- package/components/inputs/timePicker/TimePicker.d.ts.map +1 -0
- package/components/inputs/timePicker/TimePickerBody.d.ts +22 -0
- package/components/inputs/timePicker/TimePickerBody.d.ts.map +1 -0
- package/components/inputs/timePicker/index.d.ts +3 -0
- package/components/inputs/timePicker/index.d.ts.map +1 -0
- package/components/inputs/timePicker/parseTimeHelper.d.ts +7 -0
- package/components/inputs/timePicker/parseTimeHelper.d.ts.map +1 -0
- package/components/layout/FlexItems/FlexRow.d.ts +10 -0
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/RadioGroup.d.ts +3 -1
- package/components/layout/RadioGroup.d.ts.map +1 -1
- package/components/navigation/Anchor.d.ts +1 -2
- package/components/navigation/Anchor.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +6 -2
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts +3 -3
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuButton.d.ts +28 -3
- package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +4 -37
- package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuSearch.d.ts +1 -1
- package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts +3 -3
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/Snackbar.d.ts +12 -0
- package/components/overlays/Snackbar.d.ts.map +1 -0
- package/components/overlays/index.d.ts +1 -0
- package/components/overlays/index.d.ts.map +1 -1
- package/components/pickers/PickerItem.d.ts +11 -0
- package/components/pickers/PickerItem.d.ts.map +1 -1
- package/components/pickers/PickerList.d.ts +2 -2
- package/components/pickers/PickerList.d.ts.map +1 -1
- package/components/pickers/PickerListItem.d.ts +3 -0
- package/components/pickers/PickerListItem.d.ts.map +1 -1
- package/components/pickers/highlight.d.ts +2 -1
- package/components/pickers/highlight.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts +2 -2
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
- package/components/tables/types.d.ts +5 -0
- package/components/tables/types.d.ts.map +1 -1
- package/components/typography/Text.d.ts +1 -1
- package/components/typography/Text.d.ts.map +1 -1
- package/components/typography/TextPlaceholder.d.ts +2 -0
- package/components/typography/TextPlaceholder.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts +23 -4
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/IndeterminateBar.d.ts +1 -0
- package/components/widgets/IndeterminateBar.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +41 -3
- package/components/widgets/Tag.d.ts.map +1 -1
- package/helpers/textLayout.d.ts +2 -0
- package/helpers/textLayout.d.ts.map +1 -1
- package/index.esm.js +2122 -1877
- package/index.esm.js.map +1 -1
- package/index.js +2211 -1962
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/readme.md +4 -4
- package/stats.html +1 -1
- package/styles.css +4931 -4802
- package/styles.css.map +1 -1
- package/components/inputs/TimePicker.d.ts +0 -15
- package/components/inputs/TimePicker.d.ts.map +0 -1
- package/components/inputs/TimePickerBody.d.ts +0 -3
- package/components/inputs/TimePickerBody.d.ts.map +0 -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,7 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ButtonProps as uuiButtonProps } from '@epam/uui-components';
|
|
1
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
3
2
|
import { ControlSize } from '../types';
|
|
4
|
-
|
|
3
|
+
type ButtonMods = {
|
|
5
4
|
/**
|
|
6
5
|
* Defines component size.
|
|
7
6
|
* @default '36'
|
|
@@ -17,13 +16,16 @@ interface ButtonMods {
|
|
|
17
16
|
* @default 'primary'
|
|
18
17
|
*/
|
|
19
18
|
color?: 'accent' | 'primary' | 'critical' | 'secondary' | 'neutral';
|
|
20
|
-
}
|
|
21
|
-
/** Represents the 'Core properties' for the Button component
|
|
22
|
-
export
|
|
23
|
-
}
|
|
19
|
+
};
|
|
20
|
+
/** Represents the 'Core properties' for the Button component. */
|
|
21
|
+
export type ButtonCoreProps = uuiComponents.ButtonProps;
|
|
24
22
|
/** Represents the props for a Button component. */
|
|
25
|
-
export
|
|
26
|
-
|
|
27
|
-
|
|
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 & {
|
|
25
|
+
onClear?(e?: any): void;
|
|
26
|
+
clearIcon?: import("@epam/uui-core").Icon;
|
|
27
|
+
captionCX?: import("@epam/uui-core").ClassValue;
|
|
28
|
+
dropdownIcon?: import("@epam/uui-core").Icon;
|
|
29
|
+
} & ButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
28
30
|
export {};
|
|
29
31
|
//# 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,
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
2
2
|
interface IconButtonMods {
|
|
3
3
|
/**
|
|
4
4
|
* Defines component color.
|
|
@@ -7,9 +7,12 @@ interface IconButtonMods {
|
|
|
7
7
|
color?: 'info' | 'success' | 'warning' | 'error' | 'secondary' | 'neutral';
|
|
8
8
|
}
|
|
9
9
|
/** Represents the Core properties of the IconButton component. */
|
|
10
|
-
export type IconButtonCoreProps =
|
|
10
|
+
export type IconButtonCoreProps = uuiComponents.IconButtonProps;
|
|
11
11
|
/** Represents the properties of the IconButton component. */
|
|
12
12
|
export type IconButtonProps = IconButtonCoreProps & IconButtonMods;
|
|
13
|
-
export declare const IconButton: (props: (
|
|
13
|
+
export declare const IconButton: (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 & {
|
|
14
|
+
icon?: import("@epam/uui-core").Icon;
|
|
15
|
+
dropdownIcon?: import("@epam/uui-core").Icon;
|
|
16
|
+
} & IconButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
14
17
|
export {};
|
|
15
18
|
//# sourceMappingURL=IconButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,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,aAAa,CAAC,eAAe,CAAC;AAEhE,6DAA6D;AAC7D,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG,cAAc,CAAC;AAMnE,eAAO,MAAM,UAAU;;;kJAA2F,CAAC"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { CX, Icon, IDropdownToggler, IHasCaption, IHasIcon } from '@epam/uui-core';
|
|
3
|
+
import { ClickableComponentProps } from '@epam/uui-components';
|
|
1
4
|
import * as types from '../types';
|
|
2
|
-
import { ButtonProps } from '@epam/uui-components';
|
|
3
5
|
interface LinkButtonMods {
|
|
4
|
-
/**
|
|
5
|
-
* Defines component size.
|
|
6
|
-
* @default '36'
|
|
7
|
-
*/
|
|
8
|
-
size?: types.ControlSize | '42';
|
|
9
6
|
/**
|
|
10
7
|
* Defines component color.
|
|
11
8
|
* @default 'primary'
|
|
@@ -13,11 +10,35 @@ interface LinkButtonMods {
|
|
|
13
10
|
color?: 'primary' | 'secondary' | 'contrast';
|
|
14
11
|
}
|
|
15
12
|
/** Represents the Core properties of the LinkButton component. */
|
|
16
|
-
export type LinkButtonCoreProps =
|
|
13
|
+
export type LinkButtonCoreProps = ClickableComponentProps & IDropdownToggler & IHasIcon & IHasCaption & {
|
|
14
|
+
/**
|
|
15
|
+
* CSS classes to put on the caption
|
|
16
|
+
* @deprecated
|
|
17
|
+
* */
|
|
18
|
+
captionCX?: CX;
|
|
19
|
+
/** Icon for drop-down toggler */
|
|
20
|
+
dropdownIcon?: Icon;
|
|
21
|
+
/**
|
|
22
|
+
* Defines component size.
|
|
23
|
+
* @default '36'
|
|
24
|
+
*/
|
|
17
25
|
size?: types.ControlSize | '42';
|
|
18
26
|
};
|
|
19
27
|
/** Represents the properties of the LinkButton component. */
|
|
20
28
|
export type LinkButtonProps = LinkButtonCoreProps & LinkButtonMods;
|
|
21
|
-
export declare const LinkButton: (
|
|
29
|
+
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
|
+
/** Icon for drop-down toggler */
|
|
36
|
+
dropdownIcon?: Icon;
|
|
37
|
+
/**
|
|
38
|
+
* Defines component size.
|
|
39
|
+
* @default '36'
|
|
40
|
+
*/
|
|
41
|
+
size?: types.ControlSize | '42';
|
|
42
|
+
} & LinkButtonMods & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
22
43
|
export {};
|
|
23
44
|
//# 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,
|
|
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,18 +1,45 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
3
|
-
|
|
2
|
+
import { CX, Icon, IDropdownToggler, IHasCaption, IHasIcon } from '@epam/uui-core';
|
|
3
|
+
import { ClickableComponentProps } from '@epam/uui-components';
|
|
4
|
+
type TabButtonMods = {
|
|
4
5
|
/**
|
|
5
6
|
* Defines component size.
|
|
6
7
|
* @default '48'
|
|
7
8
|
*/
|
|
8
9
|
size?: '36' | '48' | '60';
|
|
9
|
-
/**
|
|
10
|
-
* Defines is the component showing Notify
|
|
11
|
-
*/
|
|
10
|
+
/** Defines is the component showing Notify */
|
|
12
11
|
withNotify?: boolean;
|
|
13
|
-
}
|
|
12
|
+
};
|
|
14
13
|
/** Represents the properties of a TabButton component. */
|
|
15
|
-
export type TabButtonProps = TabButtonMods &
|
|
16
|
-
|
|
14
|
+
export type TabButtonProps = TabButtonMods & ClickableComponentProps & IDropdownToggler & IHasIcon & IHasCaption & {
|
|
15
|
+
/** Call to clear toggler value */
|
|
16
|
+
onClear?(e?: any): void;
|
|
17
|
+
/** Icon for clear value button (usually cross) */
|
|
18
|
+
clearIcon?: Icon;
|
|
19
|
+
/**
|
|
20
|
+
* CSS classes to put on the caption
|
|
21
|
+
* @deprecated
|
|
22
|
+
* */
|
|
23
|
+
captionCX?: CX;
|
|
24
|
+
/** Icon for drop-down toggler */
|
|
25
|
+
dropdownIcon?: Icon;
|
|
26
|
+
/** Count value to be placed in component */
|
|
27
|
+
count?: React.ReactNode;
|
|
28
|
+
};
|
|
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 & {
|
|
30
|
+
/** Call to clear toggler value */
|
|
31
|
+
onClear?(e?: any): void;
|
|
32
|
+
/** Icon for clear value button (usually cross) */
|
|
33
|
+
clearIcon?: Icon;
|
|
34
|
+
/**
|
|
35
|
+
* CSS classes to put on the caption
|
|
36
|
+
* @deprecated
|
|
37
|
+
* */
|
|
38
|
+
captionCX?: CX;
|
|
39
|
+
/** Icon for drop-down toggler */
|
|
40
|
+
dropdownIcon?: Icon;
|
|
41
|
+
/** Count value to be placed in component */
|
|
42
|
+
count?: React.ReactNode;
|
|
43
|
+
} & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | HTMLSpanElement>>;
|
|
17
44
|
export {};
|
|
18
45
|
//# sourceMappingURL=TabButton.d.ts.map
|
|
@@ -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,
|
|
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,5 +1,14 @@
|
|
|
1
1
|
import { TabButtonProps } from './TabButton';
|
|
2
2
|
/** Represents the properties of a VerticalTabButton component. */
|
|
3
3
|
export type VerticalTabButtonProps = TabButtonProps;
|
|
4
|
-
export declare const VerticalTabButton: (props:
|
|
4
|
+
export declare const VerticalTabButton: (props: {
|
|
5
|
+
size?: "36" | "48" | "60";
|
|
6
|
+
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
|
+
onClear?(e?: any): void;
|
|
9
|
+
clearIcon?: import("@epam/uui-core").Icon;
|
|
10
|
+
captionCX?: import("@epam/uui-core").ClassValue;
|
|
11
|
+
dropdownIcon?: import("@epam/uui-core").Icon;
|
|
12
|
+
count?: import("react").ReactNode;
|
|
13
|
+
} & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
5
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
|
|
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 +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;
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RangeDatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,
|
|
1
|
+
{"version":3,"file":"RangeDatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAU,wBAAwB,EAAiE,MAAM,gBAAgB,CAAC;AAKjI,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAOnC,MAAM,WAAW,oBAAqB,SAAQ,wBAAwB,EAAE,OAAO;IAC3E;;OAEG;IACH,cAAc,CAAC,CAAC,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzC;;MAEE;IACF,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAKD,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,IAAI,CAAC;AAyFtC,eAAO,MAAM,eAAe,gIAAqC,CAAC"}
|
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IHasCX, IHasRawProps } from '@epam/uui-core';
|
|
3
|
-
import { DropSpotRenderParams } from '@epam/uui-components';
|
|
4
3
|
export interface DropSpotProps extends IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, IHasCX {
|
|
5
|
-
|
|
4
|
+
/**
|
|
5
|
+
* Defines the infoText. InfoText is additional information that can be rendered at the bottom of the AttachmentArea.
|
|
6
|
+
*/
|
|
7
|
+
infoText?: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Called when files was added to the DropSpot.
|
|
10
|
+
*/
|
|
6
11
|
onUploadFiles(files: File[]): any;
|
|
12
|
+
/**
|
|
13
|
+
* Hint for expected file type in file upload controls. See {@link https://developer.mozilla.org/en-US/docs/web/html/element/input#accept} for details
|
|
14
|
+
*/
|
|
7
15
|
accept?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Whether to allow single or multiple values. See {@link https://developer.mozilla.org/en-US/docs/web/html/element/input#multiple} for details
|
|
18
|
+
*/
|
|
8
19
|
single?: boolean;
|
|
9
20
|
}
|
|
10
|
-
export declare
|
|
11
|
-
renderAttachmentArea: (props: DropSpotRenderParams) => JSX.Element;
|
|
12
|
-
render(): JSX.Element;
|
|
13
|
-
}
|
|
21
|
+
export declare function DropSpot(props: DropSpotProps): JSX.Element;
|
|
14
22
|
//# sourceMappingURL=DropSpot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropSpot.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/DropSpot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAM,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"DropSpot.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/DropSpot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAM,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAS1D,MAAM,WAAW,aAAc,SAAQ,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,MAAM;IAC7F;;MAEE;IACF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;MAEE;IACF,aAAa,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,GAAG,CAAC;IAClC;;MAEE;IACF,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;MAEE;IACF,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,eAmC5C"}
|
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { FileUploadResponse, IClickable, IHasCX } from '@epam/uui-core';
|
|
3
3
|
export interface FileCardItem extends Partial<File & FileUploadResponse> {
|
|
4
|
+
/**
|
|
5
|
+
* Defines upload progress. It should be numbered value in range from 0 to 100', where 100 means that file fully loaded.
|
|
6
|
+
*/
|
|
4
7
|
progress?: number;
|
|
8
|
+
/**
|
|
9
|
+
* Callback to handle aborted event which fired when a request has been aborted.
|
|
10
|
+
* See {@link https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/abort_event} for details
|
|
11
|
+
*/
|
|
5
12
|
abortXHR?: () => void;
|
|
6
13
|
}
|
|
7
14
|
export interface FileCardProps extends IClickable, IHasCX {
|
|
15
|
+
/** Defines file card item */
|
|
8
16
|
file: FileCardItem;
|
|
17
|
+
/**
|
|
18
|
+
* Defines card width
|
|
19
|
+
* @default '100%'
|
|
20
|
+
*/
|
|
9
21
|
width?: number;
|
|
10
22
|
}
|
|
11
23
|
export declare const FileCard: React.ForwardRefExoticComponent<FileCardProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileCard.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/FileCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAM,kBAAkB,EAAe,UAAU,EAAE,MAAM,EAAU,MAAM,gBAAgB,CAAC;AAWjG,MAAM,WAAW,YAAa,SAAQ,OAAO,CAAC,IAAI,GAAG,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"FileCard.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/FileCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAM,kBAAkB,EAAe,UAAU,EAAE,MAAM,EAAU,MAAM,gBAAgB,CAAC;AAWjG,MAAM,WAAW,YAAa,SAAQ,OAAO,CAAC,IAAI,GAAG,kBAAkB,CAAC;IACpE;;MAEE;IACF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;MAGE;IACF,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,MAAM,WAAW,aAAc,SAAQ,UAAU,EAAE,MAAM;IACrD,6BAA6B;IAC7B,IAAI,EAAE,YAAY,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,QAAQ,sFA6GnB,CAAC"}
|