@reportportal/ui-kit 0.0.1-alpha.157 → 0.0.1-alpha.159
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/autocompletes.js +266 -266
- package/dist/{checkbox-ed6cc375.js → checkbox-493fdc63.js} +17 -17
- package/dist/checkbox.js +1 -1
- package/dist/components/table/hooks/index.d.ts +1 -0
- package/dist/components/table/hooks/useCheckboxRowSync.d.ts +10 -0
- package/dist/components/table/types.d.ts +2 -0
- package/dist/components/table/utils.d.ts +3 -3
- package/dist/{datePicker-37854acd.js → datePicker-60b22314.js} +1 -1
- package/dist/datePicker.js +4 -4
- package/dist/{dropdown-ae695766.js → dropdown-40fcc3ad.js} +1 -1
- package/dist/dropdown.js +3 -3
- package/dist/index.js +4 -4
- package/dist/modal.js +2 -2
- package/dist/style.css +1 -1
- package/dist/table-09b572b3.js +1058 -0
- package/dist/table.js +2 -2
- package/dist/tooltip.js +9 -8
- package/package.json +1 -1
- package/dist/table-1aaae76c.js +0 -937
package/dist/table.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { T as r } from "./table-
|
|
1
|
+
import { T as r } from "./table-09b572b3.js";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import "react-resizable";
|
|
5
5
|
import "./bind-06a7ff84.js";
|
|
6
6
|
import "./resizeColumn-d4107941.js";
|
|
7
|
-
import "./checkbox-
|
|
7
|
+
import "./checkbox-493fdc63.js";
|
|
8
8
|
import "./keyCodes-f63c0e11.js";
|
|
9
9
|
import "./tooltip.js";
|
|
10
10
|
import "react-dom";
|
package/dist/tooltip.js
CHANGED
|
@@ -25,7 +25,7 @@ const J = {
|
|
|
25
25
|
portalRoot: s,
|
|
26
26
|
isFloating: W = !0
|
|
27
27
|
}) => {
|
|
28
|
-
const [i, l] = R(!1), a = d(null), t = d(), { refs: r, floatingStyles:
|
|
28
|
+
const [i, l] = R(!1), a = d(null), t = d(), { refs: r, floatingStyles: v, context: y } = k({
|
|
29
29
|
open: i,
|
|
30
30
|
placement: N,
|
|
31
31
|
middleware: [
|
|
@@ -43,19 +43,20 @@ const J = {
|
|
|
43
43
|
})
|
|
44
44
|
],
|
|
45
45
|
whileElementsMounted: Y
|
|
46
|
-
}), e = g ? null : { width: `${T}px` },
|
|
46
|
+
}), e = g ? null : { width: `${T}px` }, F = document.documentElement.clientWidth, L = e || F - Q, c = () => {
|
|
47
47
|
t.current && clearTimeout(t.current), l(!1);
|
|
48
|
-
},
|
|
48
|
+
}, M = () => {
|
|
49
49
|
t.current = setTimeout(() => l(!0), K);
|
|
50
50
|
}, m = () => /* @__PURE__ */ p(
|
|
51
51
|
"div",
|
|
52
52
|
{
|
|
53
53
|
ref: r.setFloating,
|
|
54
54
|
style: {
|
|
55
|
-
...
|
|
55
|
+
...v,
|
|
56
56
|
...e,
|
|
57
57
|
minWidth: _,
|
|
58
|
-
zIndex: E
|
|
58
|
+
zIndex: E,
|
|
59
|
+
pointerEvents: "none"
|
|
59
60
|
},
|
|
60
61
|
"data-automation-id": I,
|
|
61
62
|
className: n(w),
|
|
@@ -64,7 +65,7 @@ const J = {
|
|
|
64
65
|
Z,
|
|
65
66
|
{
|
|
66
67
|
ref: a,
|
|
67
|
-
context:
|
|
68
|
+
context: y,
|
|
68
69
|
width: B,
|
|
69
70
|
height: f,
|
|
70
71
|
fill: b
|
|
@@ -75,7 +76,7 @@ const J = {
|
|
|
75
76
|
{
|
|
76
77
|
className: n("tooltip-content", x),
|
|
77
78
|
style: {
|
|
78
|
-
maxWidth: `${
|
|
79
|
+
maxWidth: `${L}px`
|
|
79
80
|
},
|
|
80
81
|
children: u
|
|
81
82
|
}
|
|
@@ -90,7 +91,7 @@ const J = {
|
|
|
90
91
|
ref: r.setReference,
|
|
91
92
|
className: n("tooltip-wrapper", h),
|
|
92
93
|
onMouseDown: c,
|
|
93
|
-
onMouseEnter:
|
|
94
|
+
onMouseEnter: M,
|
|
94
95
|
onMouseLeave: c,
|
|
95
96
|
children: S
|
|
96
97
|
}
|