@reportportal/ui-kit 0.0.1-alpha.93 → 0.0.1-alpha.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/attachedFile.js +9 -0
- package/dist/bubblesLoader-f3ffa240.js +28 -0
- package/dist/bubblesLoader.js +1 -1
- package/dist/common/types.d.ts +1 -0
- package/dist/common/utils/getFileExtension.d.ts +1 -0
- package/dist/common/utils/index.d.ts +1 -0
- package/dist/components/attachedFile/attachedFile.d.ts +14 -0
- package/dist/components/attachedFile/index.d.ts +2 -0
- package/dist/components/bubblesLoader/bubblesLoader.d.ts +1 -0
- package/dist/components/fileDropArea/attachedFilesList/attachedFilesList.d.ts +20 -0
- package/dist/components/fileDropArea/attachedFilesList/index.d.ts +5 -0
- package/dist/components/fileDropArea/browseButton/browseButton.d.ts +9 -0
- package/dist/components/fileDropArea/browseButton/index.d.ts +4 -0
- package/dist/components/fileDropArea/constants.d.ts +2 -0
- package/dist/components/fileDropArea/dropZone/dropZone.d.ts +10 -0
- package/dist/components/fileDropArea/dropZone/index.d.ts +4 -0
- package/dist/components/fileDropArea/errorMessage/errorMessage.d.ts +5 -0
- package/dist/components/fileDropArea/errorMessage/index.d.ts +4 -0
- package/dist/components/fileDropArea/fileDropArea.d.ts +19 -0
- package/dist/components/fileDropArea/fileDropAreaProvider/fileDropAreaProvider.d.ts +17 -0
- package/dist/components/fileDropArea/fileDropAreaProvider/index.d.ts +1 -0
- package/dist/components/fileDropArea/fileDropAreaProvider/useFileDropAreaContext.d.ts +3 -0
- package/dist/components/fileDropArea/hooks/index.d.ts +1 -0
- package/dist/components/fileDropArea/hooks/useFileDropArea.d.ts +13 -0
- package/dist/components/fileDropArea/hooks/useFileProcessing.d.ts +13 -0
- package/dist/components/fileDropArea/hooks/useOverlayDropArea.d.ts +22 -0
- package/dist/components/fileDropArea/index.d.ts +2 -0
- package/dist/components/fileDropArea/types.d.ts +57 -0
- package/dist/components/fileDropArea/utils/getValidationErrorMessage.d.ts +3 -0
- package/dist/components/fileDropArea/utils/index.d.ts +2 -0
- package/dist/components/fileDropArea/utils/validateFile.d.ts +3 -0
- package/dist/components/icons/index.d.ts +11 -5
- package/dist/components/index.d.ts +15 -13
- package/dist/fileDropArea.js +353 -0
- package/dist/icons.js +52 -45
- package/dist/index-b073dd45.js +99 -0
- package/dist/index.js +122 -110
- package/dist/style.css +1 -1
- package/dist/xls-995781cc.js +11 -0
- package/package.json +4 -2
- package/dist/bubblesLoader-a7e709d4.js +0 -17
package/dist/index.js
CHANGED
|
@@ -1,122 +1,134 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { B as
|
|
1
|
+
import { A as P } from "./index-b073dd45.js";
|
|
2
|
+
import { B as D } from "./baseIconButton-251479f7.js";
|
|
3
3
|
import { B as g } from "./breadcrumbs-8e5ca8d7.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { Modal as M } from "./modal.js";
|
|
9
|
-
import { D as E } from "./dropdown-b26b8fd8.js";
|
|
10
|
-
import { T as L } from "./toggle-304107fa.js";
|
|
11
|
-
import { F as N } from "./fieldNumber-c9113a7f.js";
|
|
12
|
-
import { B as U } from "./bubblesLoader-a7e709d4.js";
|
|
13
|
-
import { S as J } from "./spinLoader-c4a53718.js";
|
|
14
|
-
import { F as j } from "./fieldTextFlex-8afaab31.js";
|
|
15
|
-
import { R as G } from "./radio-62546efa.js";
|
|
16
|
-
import { Tooltip as Q } from "./tooltip.js";
|
|
17
|
-
import { Popover as X } from "./popover.js";
|
|
18
|
-
import { P as Z } from "./pagination-43330c73.js";
|
|
19
|
-
import { S as $ } from "./selection-9124d029.js";
|
|
20
|
-
import { T as ro } from "./table-920fdad9.js";
|
|
21
|
-
import { D as to } from "./datePicker-0aca795c.js";
|
|
4
|
+
import { B as h } from "./bubblesLoader-f3ffa240.js";
|
|
5
|
+
import { B as T } from "./button-97d9e587.js";
|
|
6
|
+
import { C as A } from "./checkbox-ed6cc375.js";
|
|
7
|
+
import { D as w } from "./datePicker-0aca795c.js";
|
|
22
8
|
import "react-datepicker";
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import { S as
|
|
33
|
-
import { S as
|
|
9
|
+
import { D as k } from "./dropdown-b26b8fd8.js";
|
|
10
|
+
import { F as R } from "./fieldNumber-c9113a7f.js";
|
|
11
|
+
import { F as O } from "./fieldText-ba8a917c.js";
|
|
12
|
+
import { F as J } from "./fieldTextFlex-8afaab31.js";
|
|
13
|
+
import { FileDropArea as U } from "./fileDropArea.js";
|
|
14
|
+
import { Modal as W } from "./modal.js";
|
|
15
|
+
import { P as j } from "./pagination-43330c73.js";
|
|
16
|
+
import { Popover as G } from "./popover.js";
|
|
17
|
+
import { R as Q } from "./radio-62546efa.js";
|
|
18
|
+
import { S as Y } from "./selection-9124d029.js";
|
|
19
|
+
import { S as _ } from "./spinLoader-c4a53718.js";
|
|
20
|
+
import { SystemAlert as oo } from "./systemAlert.js";
|
|
21
|
+
import { S as eo } from "./systemMessage-924fdaa6.js";
|
|
22
|
+
import { T as to } from "./table-920fdad9.js";
|
|
23
|
+
import { T as co } from "./themeProvider-46c2be7b.js";
|
|
24
|
+
import { T as so } from "./toggle-304107fa.js";
|
|
25
|
+
import { Tooltip as io } from "./tooltip.js";
|
|
26
|
+
import { AddCsvIcon as xo, AddImageIcon as fo, AddJarIcon as lo, BreadcrumbsTreeIcon as So, CalendarIcon as uo, CheckmarkIcon as Po, ChevronDownDropdownIcon as Co, ChevronRightBreadcrumbsIcon as Do, CopyIcon as Fo, DeleteIcon as go, DragAndDropIcon as bo, DragNDropIcon as ho, DurationIcon as Bo, EditIcon as To, ExportIcon as yo, FilterFilledIcon as Ao, FilterOutlineIcon as vo, FlagIcon as wo, HideIcon as Mo, MaximizeIcon as ko, MoveToFolderIcon as Eo, PriorityBlockerIcon as Ro, PriorityCriticalIcon as Lo, PriorityHighIcon as Oo, PriorityLowIcon as Ho, PriorityMediumIcon as Jo, PriorityUnspecifiedIcon as No, RefreshIcon as Uo, RerunIcon as zo, SearchIcon as Wo, SortIcon as Xo, StatusSuccessIcon as jo, WarningIcon as qo } from "./icons.js";
|
|
27
|
+
import { S as Ko, a as Qo } from "./arrowUp-4a5caee7.js";
|
|
28
|
+
import { S as Yo } from "./calendarArrow-44c7e60e.js";
|
|
29
|
+
import { S as _o, a as $o, b as or } from "./openEye-7b9cf080.js";
|
|
30
|
+
import { S as er } from "./close-4d480ef7.js";
|
|
31
|
+
import { S as tr, a as nr, b as cr, c as pr, d as sr, e as mr, f as ir } from "./xls-995781cc.js";
|
|
32
|
+
import { S as xr } from "./dropdown-0260bb66.js";
|
|
33
|
+
import { S as lr, a as dr, b as Sr } from "./success-8fd8bd2c.js";
|
|
34
|
+
import { S as Pr, a as Cr } from "./tree-c3dd3d45.js";
|
|
35
|
+
import { S as Fr, a as gr } from "./plus-0929dda4.js";
|
|
36
|
+
import { S as hr, a as Br } from "./prevPage-87faf576.js";
|
|
34
37
|
import "react/jsx-runtime";
|
|
35
38
|
import "react";
|
|
36
39
|
import "./bind-06a7ff84.js";
|
|
37
40
|
import "./keyCodes-f63c0e11.js";
|
|
38
|
-
import "
|
|
39
|
-
import "./fieldLabel.js";
|
|
40
|
-
import "rc-scrollbars";
|
|
41
|
-
import "framer-motion";
|
|
42
|
-
import "./useOnClickOutside-c332f7d3.js";
|
|
41
|
+
import "react-datepicker/dist/es/index.js";
|
|
43
42
|
import "@floating-ui/react-dom";
|
|
44
43
|
import "downshift";
|
|
45
|
-
import "
|
|
44
|
+
import "rc-scrollbars";
|
|
45
|
+
import "./useOnClickOutside-c332f7d3.js";
|
|
46
|
+
import "./fieldLabel.js";
|
|
47
|
+
import "./maxValueDisplay-9be01a75.js";
|
|
48
|
+
import "react-dropzone";
|
|
49
|
+
import "framer-motion";
|
|
46
50
|
import "@floating-ui/react";
|
|
47
|
-
import "react-
|
|
51
|
+
import "react-dom";
|
|
48
52
|
export {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
xo as AddCsvIcon,
|
|
54
|
+
fo as AddImageIcon,
|
|
55
|
+
lo as AddJarIcon,
|
|
56
|
+
Ko as ArrowDownIcon,
|
|
57
|
+
Qo as ArrowUpIcon,
|
|
58
|
+
P as AttachedFile,
|
|
59
|
+
D as BaseIconButton,
|
|
55
60
|
g as Breadcrumbs,
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
wo as
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
61
|
+
So as BreadcrumbsTreeIcon,
|
|
62
|
+
h as BubblesLoader,
|
|
63
|
+
T as Button,
|
|
64
|
+
Yo as CalendarArrowIcon,
|
|
65
|
+
uo as CalendarIcon,
|
|
66
|
+
A as Checkbox,
|
|
67
|
+
Po as CheckmarkIcon,
|
|
68
|
+
Co as ChevronDownDropdownIcon,
|
|
69
|
+
Do as ChevronRightBreadcrumbsIcon,
|
|
70
|
+
_o as ClearIcon,
|
|
71
|
+
$o as CloseEyeIcon,
|
|
72
|
+
er as CloseIcon,
|
|
73
|
+
Fo as CopyIcon,
|
|
74
|
+
tr as CsvIcon,
|
|
75
|
+
w as DatePicker,
|
|
76
|
+
go as DeleteIcon,
|
|
77
|
+
bo as DragAndDropIcon,
|
|
78
|
+
ho as DragNDropIcon,
|
|
79
|
+
k as Dropdown,
|
|
80
|
+
xr as DropdownIcon,
|
|
81
|
+
Bo as DurationIcon,
|
|
82
|
+
To as EditIcon,
|
|
83
|
+
lr as ErrorIcon,
|
|
84
|
+
yo as ExportIcon,
|
|
85
|
+
nr as ExternalLinkIcon,
|
|
86
|
+
R as FieldNumber,
|
|
87
|
+
O as FieldText,
|
|
88
|
+
J as FieldTextFlex,
|
|
89
|
+
U as FileDropArea,
|
|
90
|
+
cr as FileOtherIcon,
|
|
91
|
+
Ao as FilterFilledIcon,
|
|
92
|
+
vo as FilterOutlineIcon,
|
|
93
|
+
wo as FlagIcon,
|
|
94
|
+
Mo as HideIcon,
|
|
95
|
+
pr as ImageIcon,
|
|
96
|
+
dr as InfoIcon,
|
|
97
|
+
sr as JarIcon,
|
|
98
|
+
ko as MaximizeIcon,
|
|
99
|
+
Pr as MeatballMenuIcon,
|
|
100
|
+
Fr as MinusIcon,
|
|
101
|
+
W as Modal,
|
|
102
|
+
Eo as MoveToFolderIcon,
|
|
103
|
+
or as OpenEyeIcon,
|
|
104
|
+
j as Pagination,
|
|
105
|
+
mr as PdfIcon,
|
|
106
|
+
gr as PlusIcon,
|
|
107
|
+
G as Popover,
|
|
108
|
+
hr as PrevChapterIcon,
|
|
109
|
+
Br as PrevPageIcon,
|
|
110
|
+
Ro as PriorityBlockerIcon,
|
|
111
|
+
Lo as PriorityCriticalIcon,
|
|
112
|
+
Oo as PriorityHighIcon,
|
|
113
|
+
Ho as PriorityLowIcon,
|
|
114
|
+
Jo as PriorityMediumIcon,
|
|
115
|
+
No as PriorityUnspecifiedIcon,
|
|
116
|
+
Q as Radio,
|
|
117
|
+
Uo as RefreshIcon,
|
|
118
|
+
zo as RerunIcon,
|
|
119
|
+
Wo as SearchIcon,
|
|
120
|
+
Y as Selection,
|
|
121
|
+
Xo as SortIcon,
|
|
122
|
+
_ as SpinLoader,
|
|
123
|
+
jo as StatusSuccessIcon,
|
|
124
|
+
Sr as SuccessIcon,
|
|
125
|
+
oo as SystemAlert,
|
|
126
|
+
eo as SystemMessage,
|
|
127
|
+
to as Table,
|
|
128
|
+
co as ThemeProvider,
|
|
129
|
+
so as Toggle,
|
|
130
|
+
io as Tooltip,
|
|
131
|
+
Cr as TreeIcon,
|
|
132
|
+
qo as WarningIcon,
|
|
133
|
+
ir as XlsIcon
|
|
122
134
|
};
|