@qoretechnologies/reqore 0.30.14 → 0.30.15
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ControlGroup/index.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ControlGroup/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAON,MAAM,OAAO,CAAC;AAIf,OAAO,EAAmC,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAChF,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EACL,aAAa,EACb,sBAAsB,EACtB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,eAAe,EAChB,MAAM,oBAAoB,CAAC;AAE5B,MAAM,WAAW,wBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAC1C,eAAe,EACf,eAAe,EACf,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,sBAAsB;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,GAAG,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,YAAY,GAAG,QAAQ,GAAG,UAAU,CAAC;IACrD,eAAe,CAAC,EAAE,YAAY,GAAG,QAAQ,GAAG,UAAU,CAAC;IACvD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AAED,MAAM,WAAW,wBAAyB,SAAQ,wBAAwB;IACxE,KAAK,EAAE,YAAY,CAAC;CACrB;AAED,eAAO,MAAM,wBAAwB,KAoEpC,CAAC;AAEF,QAAA,MAAM,kBAAkB,qYAiCnB,wBAAwB,iBA+X5B,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -59,13 +59,13 @@ var __1 = require("../..");
|
|
|
59
59
|
var sizes_1 = require("../../constants/sizes");
|
|
60
60
|
exports.StyledReqoreControlGroup = styled_components_1["default"].div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n display: flex;\n flex: ", ";\n width: ", ";\n justify-content: ", ";\n align-items: ", ";\n flex-flow: ", ";\n gap: ", ";\n flex-wrap: ", ";\n\n // If the group has the fill prop,\n // we need to make sure that the children are vertically stretched\n // kind of like 'fluid' but vertically\n // ! Only works when the group is horizontal & wrap is false\n ", "\n\n > * {\n margin-top: ", ";\n margin-bottom: ", ";\n margin-right: ", ";\n\n ", "\n }\n\n ", "\n\n > * {\n border-radius: ", ";\n }\n"], ["\n display: flex;\n flex: ", ";\n width: ", ";\n justify-content: ", ";\n align-items: ", ";\n flex-flow: ", ";\n gap: ", ";\n flex-wrap: ", ";\n\n // If the group has the fill prop,\n // we need to make sure that the children are vertically stretched\n // kind of like 'fluid' but vertically\n // ! Only works when the group is horizontal & wrap is false\n ", "\n\n > * {\n margin-top: ", ";\n margin-bottom: ", ";\n margin-right: ", ";\n\n ", "\n }\n\n ", "\n\n > * {\n border-radius: ", ";\n }\n"])), function (_a) {
|
|
61
61
|
var fluid = _a.fluid, fixed = _a.fixed;
|
|
62
|
-
return
|
|
62
|
+
return fixed ? '0 0 auto' : fluid ? undefined : '0 0 auto';
|
|
63
63
|
}, function (_a) {
|
|
64
64
|
var fluid = _a.fluid, fixed = _a.fixed;
|
|
65
65
|
return (fluid && !fixed ? '100%' : undefined);
|
|
66
66
|
}, function (_a) {
|
|
67
67
|
var fluid = _a.fluid, vertical = _a.vertical;
|
|
68
|
-
return
|
|
68
|
+
return vertical && fluid ? 'stretch' : undefined;
|
|
69
69
|
}, function (_a) {
|
|
70
70
|
var vertical = _a.vertical, fluid = _a.fluid, horizontalAlign = _a.horizontalAlign;
|
|
71
71
|
return vertical ? (fluid ? 'stretch' : horizontalAlign) : undefined;
|
|
@@ -74,7 +74,7 @@ exports.StyledReqoreControlGroup = styled_components_1["default"].div(templateOb
|
|
|
74
74
|
return (vertical ? 'column' : 'row');
|
|
75
75
|
}, function (_a) {
|
|
76
76
|
var gapSize = _a.gapSize, stack = _a.stack;
|
|
77
|
-
return
|
|
77
|
+
return !stack ? "".concat(sizes_1.GAP_FROM_SIZE[gapSize], "px") : undefined;
|
|
78
78
|
}, function (_a) {
|
|
79
79
|
var wrap = _a.wrap;
|
|
80
80
|
return (wrap ? 'wrap' : 'nowrap');
|
|
@@ -86,24 +86,32 @@ exports.StyledReqoreControlGroup = styled_components_1["default"].div(templateOb
|
|
|
86
86
|
return undefined;
|
|
87
87
|
}, function (_a) {
|
|
88
88
|
var fill = _a.fill, verticalAlign = _a.verticalAlign;
|
|
89
|
-
return !fill && (verticalAlign === 'flex-end' || verticalAlign === 'center')
|
|
89
|
+
return !fill && (verticalAlign === 'flex-end' || verticalAlign === 'center')
|
|
90
|
+
? 'auto'
|
|
91
|
+
: undefined;
|
|
90
92
|
}, function (_a) {
|
|
91
93
|
var fill = _a.fill, verticalAlign = _a.verticalAlign;
|
|
92
|
-
return !fill && (verticalAlign === 'flex-start' || verticalAlign === 'center')
|
|
94
|
+
return !fill && (verticalAlign === 'flex-start' || verticalAlign === 'center')
|
|
95
|
+
? 'auto'
|
|
96
|
+
: undefined;
|
|
93
97
|
}, function (_a) {
|
|
94
98
|
var horizontalAlign = _a.horizontalAlign;
|
|
95
|
-
return
|
|
99
|
+
return horizontalAlign === 'center' ? 'auto' : undefined;
|
|
96
100
|
}, function (_a) {
|
|
97
101
|
var vertical = _a.vertical;
|
|
98
102
|
return vertical && (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n margin-left: ", ";\n "], ["\n margin-left: ", ";\n "])), function (_a) {
|
|
99
103
|
var horizontalAlign = _a.horizontalAlign;
|
|
100
|
-
return horizontalAlign === 'flex-end' || horizontalAlign === 'center'
|
|
104
|
+
return horizontalAlign === 'flex-end' || horizontalAlign === 'center'
|
|
105
|
+
? 'auto'
|
|
106
|
+
: undefined;
|
|
101
107
|
});
|
|
102
108
|
}, function (_a) {
|
|
103
109
|
var vertical = _a.vertical;
|
|
104
110
|
return !vertical && (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n > *:first-child {\n margin-left: ", ";\n }\n "], ["\n > *:first-child {\n margin-left: ", ";\n }\n "])), function (_a) {
|
|
105
111
|
var horizontalAlign = _a.horizontalAlign;
|
|
106
|
-
return horizontalAlign === 'flex-end' || horizontalAlign === 'center'
|
|
112
|
+
return horizontalAlign === 'flex-end' || horizontalAlign === 'center'
|
|
113
|
+
? 'auto'
|
|
114
|
+
: undefined;
|
|
107
115
|
});
|
|
108
116
|
}, function (_a) {
|
|
109
117
|
var stack = _a.stack;
|
|
@@ -163,7 +171,8 @@ var ReqoreControlGroup = (0, react_1.memo)(function (_a) {
|
|
|
163
171
|
});
|
|
164
172
|
(0, react_1.useEffect)(function () {
|
|
165
173
|
// Is the control group still overflowing?
|
|
166
|
-
if ((overflowingChildren || overflowingChildren === 0) &&
|
|
174
|
+
if ((overflowingChildren || overflowingChildren === 0) &&
|
|
175
|
+
checkIfOverflowing()) {
|
|
167
176
|
setOverflowingChildren(overflowingChildren + 1);
|
|
168
177
|
}
|
|
169
178
|
// Hide the dialog if the group was resized and the dialog was open
|
|
@@ -184,20 +193,31 @@ var ReqoreControlGroup = (0, react_1.memo)(function (_a) {
|
|
|
184
193
|
var getIsLastInFirstGroup = function (index) {
|
|
185
194
|
return !isInsideStackGroup
|
|
186
195
|
? index === 0
|
|
187
|
-
: isFirstGroup &&
|
|
196
|
+
: isFirstGroup &&
|
|
197
|
+
(isLast || isLast !== false) &&
|
|
198
|
+
index === realChildCount - 1;
|
|
188
199
|
};
|
|
189
200
|
var getIsFirstInLastGroup = function (index) {
|
|
190
201
|
return !isInsideStackGroup
|
|
191
202
|
? index === realChildCount - 1
|
|
192
|
-
: isLastGroup &&
|
|
203
|
+
: isLastGroup &&
|
|
204
|
+
(isFirst || isFirst !== false) &&
|
|
205
|
+
childId === 1 &&
|
|
206
|
+
index === 0;
|
|
193
207
|
};
|
|
194
208
|
var getIsLastInLastGroup = function (index) {
|
|
195
209
|
return !isInsideStackGroup
|
|
196
210
|
? index === realChildCount - 1
|
|
197
|
-
: isLastGroup &&
|
|
211
|
+
: isLastGroup &&
|
|
212
|
+
(isLast || isLast !== false) &&
|
|
213
|
+
index === realChildCount - 1;
|
|
198
214
|
};
|
|
199
215
|
var getBorderTopLeftRadius = function (index) {
|
|
200
|
-
var _isFirstGroup = !isInsideStackGroup || childrenCount === 1
|
|
216
|
+
var _isFirstGroup = !isInsideStackGroup || childrenCount === 1
|
|
217
|
+
? true
|
|
218
|
+
: isChild
|
|
219
|
+
? isFirstGroup
|
|
220
|
+
: index === 0;
|
|
201
221
|
// If this is the first item
|
|
202
222
|
if (_isFirstGroup && getIsFirst(index)) {
|
|
203
223
|
return sizes_1.RADIUS_FROM_SIZE[size];
|
|
@@ -227,7 +247,11 @@ var ReqoreControlGroup = (0, react_1.memo)(function (_a) {
|
|
|
227
247
|
var getBorderBottomLeftRadius = function (index) {
|
|
228
248
|
// If this group is not vertical we need to style the very first item
|
|
229
249
|
if (!isVertical || !isStack) {
|
|
230
|
-
var _isFirstGroup = !isInsideStackGroup || childrenCount === 1
|
|
250
|
+
var _isFirstGroup = !isInsideStackGroup || childrenCount === 1
|
|
251
|
+
? true
|
|
252
|
+
: isChild
|
|
253
|
+
? isFirstGroup
|
|
254
|
+
: index === 0;
|
|
231
255
|
if (_isFirstGroup && getIsFirst(index)) {
|
|
232
256
|
return sizes_1.RADIUS_FROM_SIZE[size];
|
|
233
257
|
}
|
|
@@ -263,9 +287,21 @@ var ReqoreControlGroup = (0, react_1.memo)(function (_a) {
|
|
|
263
287
|
}
|
|
264
288
|
var newProps = __assign(__assign({}, child.props), { key: index, minimal: ((_a = child.props) === null || _a === void 0 ? void 0 : _a.minimal) || ((_b = child.props) === null || _b === void 0 ? void 0 : _b.minimal) === false
|
|
265
289
|
? child.props.minimal
|
|
266
|
-
: minimal, size: ((_c = child.props) === null || _c === void 0 ? void 0 : _c.size) || size, flat: ((_d = child.props) === null || _d === void 0 ? void 0 : _d.flat) || ((_e = child.props) === null || _e === void 0 ? void 0 : _e.flat) === false
|
|
290
|
+
: minimal, size: ((_c = child.props) === null || _c === void 0 ? void 0 : _c.size) || size, flat: ((_d = child.props) === null || _d === void 0 ? void 0 : _d.flat) || ((_e = child.props) === null || _e === void 0 ? void 0 : _e.flat) === false
|
|
291
|
+
? child.props.flat
|
|
292
|
+
: flat, fluid: ((_f = child.props) === null || _f === void 0 ? void 0 : _f.fluid) || ((_g = child.props) === null || _g === void 0 ? void 0 : _g.fluid) === false
|
|
293
|
+
? child.props.fluid
|
|
294
|
+
: fluid, fixed: ((_h = child.props) === null || _h === void 0 ? void 0 : _h.fixed) || ((_j = child.props) === null || _j === void 0 ? void 0 : _j.fixed) === false
|
|
295
|
+
? child.props.fixed
|
|
296
|
+
: fixed, fill: ((_k = child.props) === null || _k === void 0 ? void 0 : _k.fill) || ((_l = child.props) === null || _l === void 0 ? void 0 : _l.fill) === false
|
|
297
|
+
? child.props.fill
|
|
298
|
+
: fill, stack: ((_m = child.props) === null || _m === void 0 ? void 0 : _m.stack) || ((_o = child.props) === null || _o === void 0 ? void 0 : _o.stack) === false
|
|
299
|
+
? child.props.stack
|
|
300
|
+
: isStack, intent: ((_p = child.props) === null || _p === void 0 ? void 0 : _p.intent) || intent, customTheme: ((_q = child.props) === null || _q === void 0 ? void 0 : _q.customTheme) || customTheme });
|
|
267
301
|
if (isStack) {
|
|
268
|
-
newProps = __assign(__assign({}, newProps), { style: __assign({ borderTopLeftRadius: getBorderTopLeftRadius(index), borderBottomLeftRadius: getBorderBottomLeftRadius(index), borderTopRightRadius: getBorderTopRightRadius(index), borderBottomRightRadius: getBorderBottomRightRadius(index) }, (((_r = child.props) === null || _r === void 0 ? void 0 : _r.style) || {})), isChild: true, rounded: !isStack, isInsideStackGroup: isStack, isInsideVerticalGroup: isVertical, isFirst: isChild ? getIsFirst(index) : undefined, isLast: isChild ? getIsLast(index) : undefined, isLastInFirstGroup: getIsLastInFirstGroup(index), isLastInLastGroup: getIsLastInLastGroup(index), isFirstInLastGroup: getIsFirstInLastGroup(index), childrenCount: realChildCount, childId: index + 1, isFirstGroup: isChild ? isFirstGroup : index === 0, isLastGroup: isChild
|
|
302
|
+
newProps = __assign(__assign({}, newProps), { style: __assign({ borderTopLeftRadius: getBorderTopLeftRadius(index), borderBottomLeftRadius: getBorderBottomLeftRadius(index), borderTopRightRadius: getBorderTopRightRadius(index), borderBottomRightRadius: getBorderBottomRightRadius(index) }, (((_r = child.props) === null || _r === void 0 ? void 0 : _r.style) || {})), isChild: true, rounded: !isStack, isInsideStackGroup: isStack, isInsideVerticalGroup: isVertical, isFirst: isChild ? getIsFirst(index) : undefined, isLast: isChild ? getIsLast(index) : undefined, isLastInFirstGroup: getIsLastInFirstGroup(index), isLastInLastGroup: getIsLastInLastGroup(index), isFirstInLastGroup: getIsFirstInLastGroup(index), childrenCount: realChildCount, childId: index + 1, isFirstGroup: isChild ? isFirstGroup : index === 0, isLastGroup: isChild
|
|
303
|
+
? isLastGroup
|
|
304
|
+
: index === realChildCount - 1 });
|
|
269
305
|
}
|
|
270
306
|
/*
|
|
271
307
|
* Because of the way React.Children.map works, we have to
|
|
@@ -296,7 +332,9 @@ var ReqoreControlGroup = (0, react_1.memo)(function (_a) {
|
|
|
296
332
|
]);
|
|
297
333
|
// Get the overflown children
|
|
298
334
|
var overflownChildren = (0, react_1.useMemo)(function () {
|
|
299
|
-
return overflowingChildren
|
|
335
|
+
return overflowingChildren
|
|
336
|
+
? react_1["default"].Children.toArray(children).slice(0, overflowingChildren)
|
|
337
|
+
: [];
|
|
300
338
|
}, [children, overflowingChildren]);
|
|
301
339
|
// Remove the overflowing children count from the start of the children array
|
|
302
340
|
var _children = (0, react_1.useMemo)(function () {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/ControlGroup/index.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/ControlGroup/index.tsx"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
import { debounce } from 'lodash';
|
|
2
|
-
import React, {
|
|
2
|
+
import React, {
|
|
3
|
+
memo,
|
|
4
|
+
useCallback,
|
|
5
|
+
useEffect,
|
|
6
|
+
useMemo,
|
|
7
|
+
useRef,
|
|
8
|
+
useState,
|
|
9
|
+
} from 'react';
|
|
3
10
|
import { useMount, useUnmount } from 'react-use';
|
|
4
11
|
import styled, { css } from 'styled-components';
|
|
5
12
|
import { ReqoreButton, ReqoreDrawer } from '../..';
|
|
@@ -56,13 +63,16 @@ export interface IReqoreControlGroupStyle extends IReqoreControlGroupProps {
|
|
|
56
63
|
|
|
57
64
|
export const StyledReqoreControlGroup = styled.div<IReqoreControlGroupStyle>`
|
|
58
65
|
display: flex;
|
|
59
|
-
flex: ${({ fluid, fixed }) =>
|
|
66
|
+
flex: ${({ fluid, fixed }) =>
|
|
67
|
+
fixed ? '0 0 auto' : fluid ? undefined : '0 0 auto'};
|
|
60
68
|
width: ${({ fluid, fixed }) => (fluid && !fixed ? '100%' : undefined)};
|
|
61
|
-
justify-content: ${({ fluid, vertical }) =>
|
|
69
|
+
justify-content: ${({ fluid, vertical }) =>
|
|
70
|
+
vertical && fluid ? 'stretch' : undefined};
|
|
62
71
|
align-items: ${({ vertical, fluid, horizontalAlign }) =>
|
|
63
72
|
vertical ? (fluid ? 'stretch' : horizontalAlign) : undefined};
|
|
64
73
|
flex-flow: ${({ vertical }) => (vertical ? 'column' : 'row')};
|
|
65
|
-
gap: ${({ gapSize, stack }) =>
|
|
74
|
+
gap: ${({ gapSize, stack }) =>
|
|
75
|
+
!stack ? `${GAP_FROM_SIZE[gapSize]}px` : undefined};
|
|
66
76
|
flex-wrap: ${({ wrap }) => (wrap ? 'wrap' : 'nowrap')};
|
|
67
77
|
|
|
68
78
|
// If the group has the fill prop,
|
|
@@ -85,16 +95,23 @@ export const StyledReqoreControlGroup = styled.div<IReqoreControlGroupStyle>`
|
|
|
85
95
|
|
|
86
96
|
> * {
|
|
87
97
|
margin-top: ${({ fill, verticalAlign }) =>
|
|
88
|
-
!fill && (verticalAlign === 'flex-end' || verticalAlign === 'center')
|
|
98
|
+
!fill && (verticalAlign === 'flex-end' || verticalAlign === 'center')
|
|
99
|
+
? 'auto'
|
|
100
|
+
: undefined};
|
|
89
101
|
margin-bottom: ${({ fill, verticalAlign }) =>
|
|
90
|
-
!fill && (verticalAlign === 'flex-start' || verticalAlign === 'center')
|
|
91
|
-
|
|
102
|
+
!fill && (verticalAlign === 'flex-start' || verticalAlign === 'center')
|
|
103
|
+
? 'auto'
|
|
104
|
+
: undefined};
|
|
105
|
+
margin-right: ${({ horizontalAlign }) =>
|
|
106
|
+
horizontalAlign === 'center' ? 'auto' : undefined};
|
|
92
107
|
|
|
93
108
|
${({ vertical }) =>
|
|
94
109
|
vertical &&
|
|
95
110
|
css`
|
|
96
111
|
margin-left: ${({ horizontalAlign }) =>
|
|
97
|
-
horizontalAlign === 'flex-end' || horizontalAlign === 'center'
|
|
112
|
+
horizontalAlign === 'flex-end' || horizontalAlign === 'center'
|
|
113
|
+
? 'auto'
|
|
114
|
+
: undefined};
|
|
98
115
|
`}
|
|
99
116
|
}
|
|
100
117
|
|
|
@@ -103,7 +120,9 @@ export const StyledReqoreControlGroup = styled.div<IReqoreControlGroupStyle>`
|
|
|
103
120
|
css`
|
|
104
121
|
> *:first-child {
|
|
105
122
|
margin-left: ${({ horizontalAlign }) =>
|
|
106
|
-
horizontalAlign === 'flex-end' || horizontalAlign === 'center'
|
|
123
|
+
horizontalAlign === 'flex-end' || horizontalAlign === 'center'
|
|
124
|
+
? 'auto'
|
|
125
|
+
: undefined};
|
|
107
126
|
}
|
|
108
127
|
`}
|
|
109
128
|
|
|
@@ -149,9 +168,12 @@ const ReqoreControlGroup = memo(
|
|
|
149
168
|
const isStack = stack || isInsideStackGroup;
|
|
150
169
|
const isVertical = vertical || isInsideVerticalGroup;
|
|
151
170
|
|
|
152
|
-
const [overflowingChildren, setOverflowingChildren] = useState<
|
|
171
|
+
const [overflowingChildren, setOverflowingChildren] = useState<
|
|
172
|
+
number | undefined
|
|
173
|
+
>(0);
|
|
153
174
|
const [lastReSize, setLastReSize] = useState<number>(0);
|
|
154
|
-
const [isOverflownDialogOpen, setIsOverflownDialogOpen] =
|
|
175
|
+
const [isOverflownDialogOpen, setIsOverflownDialogOpen] =
|
|
176
|
+
useState<boolean>(false);
|
|
155
177
|
const observer = useRef<ResizeObserver | null>(null);
|
|
156
178
|
const ref = useRef<HTMLDivElement>(null);
|
|
157
179
|
|
|
@@ -210,7 +232,10 @@ const ReqoreControlGroup = memo(
|
|
|
210
232
|
|
|
211
233
|
useEffect(() => {
|
|
212
234
|
// Is the control group still overflowing?
|
|
213
|
-
if (
|
|
235
|
+
if (
|
|
236
|
+
(overflowingChildren || overflowingChildren === 0) &&
|
|
237
|
+
checkIfOverflowing()
|
|
238
|
+
) {
|
|
214
239
|
setOverflowingChildren(overflowingChildren + 1);
|
|
215
240
|
}
|
|
216
241
|
|
|
@@ -233,22 +258,33 @@ const ReqoreControlGroup = memo(
|
|
|
233
258
|
const getIsLastInFirstGroup = (index: number): boolean => {
|
|
234
259
|
return !isInsideStackGroup
|
|
235
260
|
? index === 0
|
|
236
|
-
: isFirstGroup &&
|
|
261
|
+
: isFirstGroup &&
|
|
262
|
+
(isLast || isLast !== false) &&
|
|
263
|
+
index === realChildCount - 1;
|
|
237
264
|
};
|
|
238
265
|
const getIsFirstInLastGroup = (index: number): boolean => {
|
|
239
266
|
return !isInsideStackGroup
|
|
240
267
|
? index === realChildCount - 1
|
|
241
|
-
: isLastGroup &&
|
|
268
|
+
: isLastGroup &&
|
|
269
|
+
(isFirst || isFirst !== false) &&
|
|
270
|
+
childId === 1 &&
|
|
271
|
+
index === 0;
|
|
242
272
|
};
|
|
243
273
|
const getIsLastInLastGroup = (index: number): boolean => {
|
|
244
274
|
return !isInsideStackGroup
|
|
245
275
|
? index === realChildCount - 1
|
|
246
|
-
: isLastGroup &&
|
|
276
|
+
: isLastGroup &&
|
|
277
|
+
(isLast || isLast !== false) &&
|
|
278
|
+
index === realChildCount - 1;
|
|
247
279
|
};
|
|
248
280
|
|
|
249
281
|
const getBorderTopLeftRadius = (index: number): number | undefined => {
|
|
250
282
|
const _isFirstGroup =
|
|
251
|
-
!isInsideStackGroup || childrenCount === 1
|
|
283
|
+
!isInsideStackGroup || childrenCount === 1
|
|
284
|
+
? true
|
|
285
|
+
: isChild
|
|
286
|
+
? isFirstGroup
|
|
287
|
+
: index === 0;
|
|
252
288
|
|
|
253
289
|
// If this is the first item
|
|
254
290
|
if (_isFirstGroup && getIsFirst(index)) {
|
|
@@ -288,7 +324,11 @@ const ReqoreControlGroup = memo(
|
|
|
288
324
|
// If this group is not vertical we need to style the very first item
|
|
289
325
|
if (!isVertical || !isStack) {
|
|
290
326
|
const _isFirstGroup =
|
|
291
|
-
!isInsideStackGroup || childrenCount === 1
|
|
327
|
+
!isInsideStackGroup || childrenCount === 1
|
|
328
|
+
? true
|
|
329
|
+
: isChild
|
|
330
|
+
? isFirstGroup
|
|
331
|
+
: index === 0;
|
|
292
332
|
|
|
293
333
|
if (_isFirstGroup && getIsFirst(index)) {
|
|
294
334
|
return RADIUS_FROM_SIZE[size];
|
|
@@ -341,12 +381,26 @@ const ReqoreControlGroup = memo(
|
|
|
341
381
|
? child.props.minimal
|
|
342
382
|
: minimal,
|
|
343
383
|
size: child.props?.size || size,
|
|
344
|
-
flat:
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
384
|
+
flat:
|
|
385
|
+
child.props?.flat || child.props?.flat === false
|
|
386
|
+
? child.props.flat
|
|
387
|
+
: flat,
|
|
388
|
+
fluid:
|
|
389
|
+
child.props?.fluid || child.props?.fluid === false
|
|
390
|
+
? child.props.fluid
|
|
391
|
+
: fluid,
|
|
392
|
+
fixed:
|
|
393
|
+
child.props?.fixed || child.props?.fixed === false
|
|
394
|
+
? child.props.fixed
|
|
395
|
+
: fixed,
|
|
396
|
+
fill:
|
|
397
|
+
child.props?.fill || child.props?.fill === false
|
|
398
|
+
? child.props.fill
|
|
399
|
+
: fill,
|
|
348
400
|
stack:
|
|
349
|
-
child.props?.stack || child.props?.stack === false
|
|
401
|
+
child.props?.stack || child.props?.stack === false
|
|
402
|
+
? child.props.stack
|
|
403
|
+
: isStack,
|
|
350
404
|
intent: child.props?.intent || intent,
|
|
351
405
|
customTheme: child.props?.customTheme || customTheme,
|
|
352
406
|
};
|
|
@@ -374,7 +428,9 @@ const ReqoreControlGroup = memo(
|
|
|
374
428
|
childId: index + 1,
|
|
375
429
|
|
|
376
430
|
isFirstGroup: isChild ? isFirstGroup : index === 0,
|
|
377
|
-
isLastGroup: isChild
|
|
431
|
+
isLastGroup: isChild
|
|
432
|
+
? isLastGroup
|
|
433
|
+
: index === realChildCount - 1,
|
|
378
434
|
};
|
|
379
435
|
}
|
|
380
436
|
|
|
@@ -413,7 +469,9 @@ const ReqoreControlGroup = memo(
|
|
|
413
469
|
// Get the overflown children
|
|
414
470
|
const overflownChildren = useMemo(
|
|
415
471
|
() =>
|
|
416
|
-
overflowingChildren
|
|
472
|
+
overflowingChildren
|
|
473
|
+
? React.Children.toArray(children).slice(0, overflowingChildren)
|
|
474
|
+
: [],
|
|
417
475
|
[children, overflowingChildren]
|
|
418
476
|
);
|
|
419
477
|
|
|
@@ -427,7 +485,9 @@ const ReqoreControlGroup = memo(
|
|
|
427
485
|
icon='MenuLine'
|
|
428
486
|
customTheme={customTheme}
|
|
429
487
|
tooltip={{
|
|
430
|
-
content: `Show ${React.Children.count(
|
|
488
|
+
content: `Show ${React.Children.count(
|
|
489
|
+
overflownChildren
|
|
490
|
+
)} hidden items`,
|
|
431
491
|
}}
|
|
432
492
|
fixed
|
|
433
493
|
active={isOverflownDialogOpen}
|
package/tests.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"numFailedTestSuites":0,"numFailedTests":0,"numPassedTestSuites":27,"numPassedTests":130,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":27,"numTotalTests":130,"openHandles":[],"snapshot":{"added":0,"didUpdate":false,"failure":false,"filesAdded":0,"filesRemoved":0,"filesRemovedList":[],"filesUnmatched":0,"filesUpdated":0,"matched":0,"total":0,"unchecked":0,"uncheckedKeysByFile":[],"unmatched":0,"updated":0},"startTime":1675079228017,"success":true,"testResults":[{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect />","location":null,"status":"passed","title":"Renders empty <ReqoreMultiSelect />"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value, items can be removed","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value, items can be removed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created","location":null,"status":"passed","title":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created","location":null,"status":"passed","title":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked"}],"endTime":1675079251130,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/multiselect.test.tsx","startTime":1675079228704,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders full <Tabs /> properly","location":null,"status":"passed","title":"Renders full <Tabs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders shortened <Tabs /> properly","location":null,"status":"passed","title":"Renders shortened <Tabs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Can select hidden <Tabs /> when shortened","location":null,"status":"passed","title":"Can select hidden <Tabs /> when shortened"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Default active tab can be specified","location":null,"status":"passed","title":"Default active tab can be specified"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Changes tab and runs callback","location":null,"status":"passed","title":"Changes tab and runs callback"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not change tab and run callback when disabled","location":null,"status":"passed","title":"Does not change tab and run callback when disabled"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not change tab when mounted and active tab is set","location":null,"status":"passed","title":"Does not change tab when mounted and active tab is set"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Changes tab programatically and runs callback","location":null,"status":"passed","title":"Changes tab programatically and runs callback"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Closable tab can be closed if not disabled","location":null,"status":"passed","title":"Closable tab can be closed if not disabled"}],"endTime":1675079254045,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tabs.test.tsx","startTime":1675079251164,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Table /> properly","location":null,"status":"passed","title":"Renders basic <Table /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with grouped columns properly","location":null,"status":"passed","title":"Renders <Table /> with grouped columns properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with custom content","location":null,"status":"passed","title":"Renders <Table /> with custom content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with predefined content","location":null,"status":"passed","title":"Renders <Table /> with predefined content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Sorting on <Table /> works properly","location":null,"status":"passed","title":"Sorting on <Table /> works properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> can be selected","location":null,"status":"passed","title":"Rows on <Table /> can be selected"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> cannot be selected if _selectId is missing","location":null,"status":"passed","title":"Rows on <Table /> cannot be selected if _selectId is missing"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> are all selected/deselected when clicking on header","location":null,"status":"passed","title":"Rows on <Table /> are all selected/deselected when clicking on header"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Cells on <Table /> are interactive","location":null,"status":"passed","title":"Cells on <Table /> are interactive"}],"endTime":1675079259769,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/table.test.tsx","startTime":1675079254072,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> properly","location":null,"status":"passed","title":"Renders <Dropdown /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders disabled <Dropdown /> when items are empty","location":null,"status":"passed","title":"Renders disabled <Dropdown /> when items are empty"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders disabled <Dropdown /> when items are not empty & disabled prop is true","location":null,"status":"passed","title":"Renders disabled <Dropdown /> when items are not empty & disabled prop is true"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> with custom component and custom handler","location":null,"status":"passed","title":"Renders <Dropdown /> with custom component and custom handler"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> is opened by default","location":null,"status":"passed","title":"Renders <Dropdown /> is opened by default"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and calls a function on item click","location":null,"status":"passed","title":"Renders <Dropdown /> and calls a function on item click"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders filterable <Dropdown /> and filters items correctly","location":null,"status":"passed","title":"Renders filterable <Dropdown /> and filters items correctly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and updates its items when state changes","location":null,"status":"passed","title":"Renders <Dropdown /> and updates its items when state changes"}],"endTime":1675079262499,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/dropdown.test.tsx","startTime":1675079259784,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows popover on hover, hides on leave","location":null,"status":"passed","title":"Shows popover on hover, hides on leave"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows popover on click, hides only on click away","location":null,"status":"passed","title":"Shows popover on click, hides only on click away"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows custom content","location":null,"status":"passed","title":"Shows custom content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs callback function","location":null,"status":"passed","title":"Runs callback function"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the popover after a local delay, ignoring global delay","location":null,"status":"passed","title":"Shows the popover after a local delay, ignoring global delay"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the popover after a global delay","location":null,"status":"passed","title":"Shows the popover after a global delay"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the popover with blur","location":null,"status":"passed","title":"Shows the popover with blur"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not show the popover with delay if time not reached","location":null,"status":"passed","title":"Does not show the popover with delay if time not reached"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the hoverStay popover after a delay and stays, ","location":null,"status":"passed","title":"Shows the hoverStay popover after a delay and stays, "},{"ancestorTitles":[],"failureMessages":[],"fullName":"Correctly passes popover data for non-opened popover","location":null,"status":"passed","title":"Correctly passes popover data for non-opened popover"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Correctly passes popover data for opened popover","location":null,"status":"passed","title":"Correctly passes popover data for opened popover"}],"endTime":1675079264352,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/popover.test.tsx","startTime":1675079262515,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> properly","location":null,"status":"passed","title":"Renders basic <Panel /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> with title properly","location":null,"status":"passed","title":"Renders basic <Panel /> with title properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> that is collapsed by default and can be expanded","location":null,"status":"passed","title":"Renders basic <Panel /> that is collapsed by default and can be expanded"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders closable <Panel /> properly","location":null,"status":"passed","title":"Renders closable <Panel /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Panel /> with actions","location":null,"status":"passed","title":"Renders <Panel /> with actions"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Panel /> without actions group if all actins are not shown","location":null,"status":"passed","title":"Renders <Panel /> without actions group if all actins are not shown"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Panel /> without title & bottom actions if all actions are not shown, there is no icon, title & is not collapsible","location":null,"status":"passed","title":"Renders <Panel /> without title & bottom actions if all actions are not shown, there is no icon, title & is not collapsible"}],"endTime":1675079265599,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/panel.test.tsx","startTime":1675079264375,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders sidebar","location":null,"status":"passed","title":"Renders sidebar"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Sidebar can be collapsed","location":null,"status":"passed","title":"Sidebar can be collapsed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Can open submenu manually","location":null,"status":"passed","title":"Can open submenu manually"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Submenu opens automatically if path matches","location":null,"status":"passed","title":"Submenu opens automatically if path matches"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Bookmarks can be added and removed","location":null,"status":"passed","title":"Bookmarks can be added and removed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Bookmarks clicks are not propagated through","location":null,"status":"passed","title":"Bookmarks clicks are not propagated through"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders item as <p> element with onClick","location":null,"status":"passed","title":"Renders item as <p> element with onClick"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders floating sidebar with item as <p> element with onClick, closes on item click","location":null,"status":"passed","title":"Renders floating sidebar with item as <p> element with onClick, closes on item click"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders custom item at the top","location":null,"status":"passed","title":"Renders custom item at the top"}],"endTime":1675079267353,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/sidebar.test.tsx","startTime":1675079265614,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Modal /> properly","location":null,"status":"passed","title":"Renders basic <Modal /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not renders <Modal /> if its not open","location":null,"status":"passed","title":"Does not renders <Modal /> if its not open"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Modal /> with custom dimensions","location":null,"status":"passed","title":"Renders <Modal /> with custom dimensions"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders confirmation <Modal /> ","location":null,"status":"passed","title":"Renders confirmation <Modal /> "},{"ancestorTitles":[],"failureMessages":[],"fullName":"Always renders confirmation <Modal /> properly above a normal modal","location":null,"status":"passed","title":"Always renders confirmation <Modal /> properly above a normal modal"}],"endTime":1675079269477,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/modal.test.tsx","startTime":1675079267369,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> properly","location":null,"status":"passed","title":"Renders <Button /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with size properly","location":null,"status":"passed","title":"Renders <Button /> with size properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with icon properly","location":null,"status":"passed","title":"Renders <Button /> with icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with intent properly","location":null,"status":"passed","title":"Renders <Button /> with intent properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with right icon properly","location":null,"status":"passed","title":"Renders <Button /> with right icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with icon and right icon properly","location":null,"status":"passed","title":"Renders <Button /> with icon and right icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with onClick function","location":null,"status":"passed","title":"Renders <Button /> with onClick function"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a 0 badge","location":null,"status":"passed","title":"Renders <Button /> with a 0 badge"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a string badge","location":null,"status":"passed","title":"Renders <Button /> with a string badge"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a Tag props badge","location":null,"status":"passed","title":"Renders <Button /> with a Tag props badge"}],"endTime":1675079271680,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/button.test.tsx","startTime":1675079269497,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Adds notifications and dismisses them automatically","location":null,"status":"passed","title":"Adds notifications and dismisses them automatically"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Adds a notification and updates it","location":null,"status":"passed","title":"Adds a notification and updates it"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a click event","location":null,"status":"passed","title":"Notification has a click event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a close event","location":null,"status":"passed","title":"Notification has a close event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a finish event","location":null,"status":"passed","title":"Notification has a finish event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Maximum of 5 notifications is shown at once","location":null,"status":"passed","title":"Maximum of 5 notifications is shown at once"}],"endTime":1675079272951,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/notifications.test.tsx","startTime":1675079271692,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> properly","location":null,"status":"passed","title":"Renders <Tag /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> group properly","location":null,"status":"passed","title":"Renders <Tag /> group properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> without remove button if disabled","location":null,"status":"passed","title":"Renders <Tag /> without remove button if disabled"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Fires onClick and onRemoveClick <Tag /> events","location":null,"status":"passed","title":"Fires onClick and onRemoveClick <Tag /> events"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> with the label key","location":null,"status":"passed","title":"Renders <Tag /> with the label key"}],"endTime":1675079274538,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tag.test.tsx","startTime":1675079272964,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not render <Drawer /> if not open","location":null,"status":"passed","title":"Does not render <Drawer /> if not open"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders opened <Drawer /> properly","location":null,"status":"passed","title":"Renders opened <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders hidable <Drawer /> properly","location":null,"status":"passed","title":"Renders hidable <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders closable <Drawer /> properly","location":null,"status":"passed","title":"Renders closable <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Drawer /> with interactive backdrop","location":null,"status":"passed","title":"Renders <Drawer /> with interactive backdrop"}],"endTime":1675079275626,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/drawer.test.tsx","startTime":1675079274550,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Tree /> properly","location":null,"status":"passed","title":"Renders basic <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows textarea for <Tree /> properly","location":null,"status":"passed","title":"Shows textarea for <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Tree /> items can be expanded and collapsed","location":null,"status":"passed","title":"<Tree /> items can be expanded and collapsed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows types for <Tree /> properly","location":null,"status":"passed","title":"Shows types for <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tree /> with clickable items","location":null,"status":"passed","title":"Renders <Tree /> with clickable items"}],"endTime":1675079279002,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tree.test.tsx","startTime":1675079275638,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Collection /> properly","location":null,"status":"passed","title":"Renders basic <Collection /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> items can be filtered","location":null,"status":"passed","title":"<Collection /> items can be filtered"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> shows no data message when empty","location":null,"status":"passed","title":"<Collection /> shows no data message when empty"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> can be sorted","location":null,"status":"passed","title":"<Collection /> can be sorted"}],"endTime":1675079282365,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/collection.test.tsx","startTime":1675079279036,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Menu /> properly","location":null,"status":"passed","title":"Renders <Menu /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Menu /> item can be clicked","location":null,"status":"passed","title":"<Menu /> item can be clicked"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Menu /> item has right clickable button","location":null,"status":"passed","title":"<Menu /> item has right clickable button"}],"endTime":1675079283327,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/menu.test.tsx","startTime":1675079282380,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Input /> properly","location":null,"status":"passed","title":"Renders <Input /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Input /> with clear button properly","location":null,"status":"passed","title":"Renders <Input /> with clear button properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Disabled <Input /> cannot be cleared","location":null,"status":"passed","title":"Disabled <Input /> cannot be cleared"}],"endTime":1675079284178,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/input.test.tsx","startTime":1675079283352,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders full <Breadcrumbs /> properly","location":null,"status":"passed","title":"Renders full <Breadcrumbs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders shortened <Breadcrumbs /> properly","location":null,"status":"passed","title":"Renders shortened <Breadcrumbs /> properly"}],"endTime":1675079284871,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/breadcrumbs.test.tsx","startTime":1675079284190,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreEffect /> properly","location":null,"status":"passed","title":"Renders <ReqoreEffect /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreTextEffect /> properly","location":null,"status":"passed","title":"Renders <ReqoreTextEffect /> properly"}],"endTime":1675079285514,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/effect.test.tsx","startTime":1675079284896,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TextArea /> properly","location":null,"status":"passed","title":"Renders <TextArea /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TextArea /> with clear button properly","location":null,"status":"passed","title":"Renders <TextArea /> with clear button properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Disabled <TextArea /> cannot be cleared","location":null,"status":"passed","title":"Disabled <TextArea /> cannot be cleared"}],"endTime":1675079286337,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/textarea.test.tsx","startTime":1675079285526,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Message /> properly","location":null,"status":"passed","title":"Renders <Message /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs onFinish on message after duration","location":null,"status":"passed","title":"Runs onFinish on message after duration"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs onClose when closed","location":null,"status":"passed","title":"Runs onClose when closed"}],"endTime":1675079287665,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/messages.test.tsx","startTime":1675079286348,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1675079288300,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/radiogroup.test.tsx","startTime":1675079287677,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Layout properly","location":null,"status":"passed","title":"Renders Layout properly"}],"endTime":1675079288981,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/layout.test.tsx","startTime":1675079288315,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Icon /> properly","location":null,"status":"passed","title":"Renders <Icon /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <Icon /> if icon does not exist","location":null,"status":"passed","title":"Renders empty <Icon /> if icon does not exist"}],"endTime":1675079290012,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/icon.test.tsx","startTime":1675079288992,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1675079290737,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/checkbox.test.tsx","startTime":1675079290024,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Navbar properly","location":null,"status":"passed","title":"Renders Navbar properly"}],"endTime":1675079291331,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/navbar.test.tsx","startTime":1675079290761,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ControlGroup /> properly","location":null,"status":"passed","title":"Renders <ControlGroup /> properly"}],"endTime":1675079292606,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/control_group.test.tsx","startTime":1675079291344,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TimeAgo /> data properly","location":null,"status":"passed","title":"Renders <TimeAgo /> data properly"}],"endTime":1675079293231,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/timeAgo.test.tsx","startTime":1675079292619,"status":"passed","summary":""}],"wasInterrupted":false}
|
|
1
|
+
{"numFailedTestSuites":0,"numFailedTests":0,"numPassedTestSuites":27,"numPassedTests":130,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":27,"numTotalTests":130,"openHandles":[],"snapshot":{"added":0,"didUpdate":false,"failure":false,"filesAdded":0,"filesRemoved":0,"filesRemovedList":[],"filesUnmatched":0,"filesUpdated":0,"matched":0,"total":0,"unchecked":0,"uncheckedKeysByFile":[],"unmatched":0,"updated":0},"startTime":1675082236730,"success":true,"testResults":[{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect />","location":null,"status":"passed","title":"Renders empty <ReqoreMultiSelect />"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value, items can be removed","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value, items can be removed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created","location":null,"status":"passed","title":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created","location":null,"status":"passed","title":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked"}],"endTime":1675082251607,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/multiselect.test.tsx","startTime":1675082237175,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders full <Tabs /> properly","location":null,"status":"passed","title":"Renders full <Tabs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders shortened <Tabs /> properly","location":null,"status":"passed","title":"Renders shortened <Tabs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Can select hidden <Tabs /> when shortened","location":null,"status":"passed","title":"Can select hidden <Tabs /> when shortened"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Default active tab can be specified","location":null,"status":"passed","title":"Default active tab can be specified"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Changes tab and runs callback","location":null,"status":"passed","title":"Changes tab and runs callback"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not change tab and run callback when disabled","location":null,"status":"passed","title":"Does not change tab and run callback when disabled"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not change tab when mounted and active tab is set","location":null,"status":"passed","title":"Does not change tab when mounted and active tab is set"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Changes tab programatically and runs callback","location":null,"status":"passed","title":"Changes tab programatically and runs callback"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Closable tab can be closed if not disabled","location":null,"status":"passed","title":"Closable tab can be closed if not disabled"}],"endTime":1675082253387,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tabs.test.tsx","startTime":1675082251627,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Table /> properly","location":null,"status":"passed","title":"Renders basic <Table /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with grouped columns properly","location":null,"status":"passed","title":"Renders <Table /> with grouped columns properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with custom content","location":null,"status":"passed","title":"Renders <Table /> with custom content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with predefined content","location":null,"status":"passed","title":"Renders <Table /> with predefined content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Sorting on <Table /> works properly","location":null,"status":"passed","title":"Sorting on <Table /> works properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> can be selected","location":null,"status":"passed","title":"Rows on <Table /> can be selected"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> cannot be selected if _selectId is missing","location":null,"status":"passed","title":"Rows on <Table /> cannot be selected if _selectId is missing"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> are all selected/deselected when clicking on header","location":null,"status":"passed","title":"Rows on <Table /> are all selected/deselected when clicking on header"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Cells on <Table /> are interactive","location":null,"status":"passed","title":"Cells on <Table /> are interactive"}],"endTime":1675082257040,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/table.test.tsx","startTime":1675082253404,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> properly","location":null,"status":"passed","title":"Renders <Dropdown /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders disabled <Dropdown /> when items are empty","location":null,"status":"passed","title":"Renders disabled <Dropdown /> when items are empty"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders disabled <Dropdown /> when items are not empty & disabled prop is true","location":null,"status":"passed","title":"Renders disabled <Dropdown /> when items are not empty & disabled prop is true"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> with custom component and custom handler","location":null,"status":"passed","title":"Renders <Dropdown /> with custom component and custom handler"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> is opened by default","location":null,"status":"passed","title":"Renders <Dropdown /> is opened by default"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and calls a function on item click","location":null,"status":"passed","title":"Renders <Dropdown /> and calls a function on item click"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders filterable <Dropdown /> and filters items correctly","location":null,"status":"passed","title":"Renders filterable <Dropdown /> and filters items correctly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and updates its items when state changes","location":null,"status":"passed","title":"Renders <Dropdown /> and updates its items when state changes"}],"endTime":1675082258813,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/dropdown.test.tsx","startTime":1675082257052,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows popover on hover, hides on leave","location":null,"status":"passed","title":"Shows popover on hover, hides on leave"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows popover on click, hides only on click away","location":null,"status":"passed","title":"Shows popover on click, hides only on click away"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows custom content","location":null,"status":"passed","title":"Shows custom content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs callback function","location":null,"status":"passed","title":"Runs callback function"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the popover after a local delay, ignoring global delay","location":null,"status":"passed","title":"Shows the popover after a local delay, ignoring global delay"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the popover after a global delay","location":null,"status":"passed","title":"Shows the popover after a global delay"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the popover with blur","location":null,"status":"passed","title":"Shows the popover with blur"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not show the popover with delay if time not reached","location":null,"status":"passed","title":"Does not show the popover with delay if time not reached"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the hoverStay popover after a delay and stays, ","location":null,"status":"passed","title":"Shows the hoverStay popover after a delay and stays, "},{"ancestorTitles":[],"failureMessages":[],"fullName":"Correctly passes popover data for non-opened popover","location":null,"status":"passed","title":"Correctly passes popover data for non-opened popover"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Correctly passes popover data for opened popover","location":null,"status":"passed","title":"Correctly passes popover data for opened popover"}],"endTime":1675082259939,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/popover.test.tsx","startTime":1675082258825,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> properly","location":null,"status":"passed","title":"Renders basic <Panel /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> with title properly","location":null,"status":"passed","title":"Renders basic <Panel /> with title properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> that is collapsed by default and can be expanded","location":null,"status":"passed","title":"Renders basic <Panel /> that is collapsed by default and can be expanded"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders closable <Panel /> properly","location":null,"status":"passed","title":"Renders closable <Panel /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Panel /> with actions","location":null,"status":"passed","title":"Renders <Panel /> with actions"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Panel /> without actions group if all actins are not shown","location":null,"status":"passed","title":"Renders <Panel /> without actions group if all actins are not shown"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Panel /> without title & bottom actions if all actions are not shown, there is no icon, title & is not collapsible","location":null,"status":"passed","title":"Renders <Panel /> without title & bottom actions if all actions are not shown, there is no icon, title & is not collapsible"}],"endTime":1675082260763,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/panel.test.tsx","startTime":1675082259950,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders sidebar","location":null,"status":"passed","title":"Renders sidebar"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Sidebar can be collapsed","location":null,"status":"passed","title":"Sidebar can be collapsed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Can open submenu manually","location":null,"status":"passed","title":"Can open submenu manually"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Submenu opens automatically if path matches","location":null,"status":"passed","title":"Submenu opens automatically if path matches"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Bookmarks can be added and removed","location":null,"status":"passed","title":"Bookmarks can be added and removed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Bookmarks clicks are not propagated through","location":null,"status":"passed","title":"Bookmarks clicks are not propagated through"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders item as <p> element with onClick","location":null,"status":"passed","title":"Renders item as <p> element with onClick"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders floating sidebar with item as <p> element with onClick, closes on item click","location":null,"status":"passed","title":"Renders floating sidebar with item as <p> element with onClick, closes on item click"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders custom item at the top","location":null,"status":"passed","title":"Renders custom item at the top"}],"endTime":1675082261829,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/sidebar.test.tsx","startTime":1675082260774,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Modal /> properly","location":null,"status":"passed","title":"Renders basic <Modal /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not renders <Modal /> if its not open","location":null,"status":"passed","title":"Does not renders <Modal /> if its not open"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Modal /> with custom dimensions","location":null,"status":"passed","title":"Renders <Modal /> with custom dimensions"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders confirmation <Modal /> ","location":null,"status":"passed","title":"Renders confirmation <Modal /> "},{"ancestorTitles":[],"failureMessages":[],"fullName":"Always renders confirmation <Modal /> properly above a normal modal","location":null,"status":"passed","title":"Always renders confirmation <Modal /> properly above a normal modal"}],"endTime":1675082263172,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/modal.test.tsx","startTime":1675082261839,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> properly","location":null,"status":"passed","title":"Renders <Button /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with size properly","location":null,"status":"passed","title":"Renders <Button /> with size properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with icon properly","location":null,"status":"passed","title":"Renders <Button /> with icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with intent properly","location":null,"status":"passed","title":"Renders <Button /> with intent properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with right icon properly","location":null,"status":"passed","title":"Renders <Button /> with right icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with icon and right icon properly","location":null,"status":"passed","title":"Renders <Button /> with icon and right icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with onClick function","location":null,"status":"passed","title":"Renders <Button /> with onClick function"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a 0 badge","location":null,"status":"passed","title":"Renders <Button /> with a 0 badge"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a string badge","location":null,"status":"passed","title":"Renders <Button /> with a string badge"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a Tag props badge","location":null,"status":"passed","title":"Renders <Button /> with a Tag props badge"}],"endTime":1675082264528,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/button.test.tsx","startTime":1675082263182,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Adds notifications and dismisses them automatically","location":null,"status":"passed","title":"Adds notifications and dismisses them automatically"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Adds a notification and updates it","location":null,"status":"passed","title":"Adds a notification and updates it"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a click event","location":null,"status":"passed","title":"Notification has a click event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a close event","location":null,"status":"passed","title":"Notification has a close event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a finish event","location":null,"status":"passed","title":"Notification has a finish event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Maximum of 5 notifications is shown at once","location":null,"status":"passed","title":"Maximum of 5 notifications is shown at once"}],"endTime":1675082265334,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/notifications.test.tsx","startTime":1675082264538,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> properly","location":null,"status":"passed","title":"Renders <Tag /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> group properly","location":null,"status":"passed","title":"Renders <Tag /> group properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> without remove button if disabled","location":null,"status":"passed","title":"Renders <Tag /> without remove button if disabled"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Fires onClick and onRemoveClick <Tag /> events","location":null,"status":"passed","title":"Fires onClick and onRemoveClick <Tag /> events"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> with the label key","location":null,"status":"passed","title":"Renders <Tag /> with the label key"}],"endTime":1675082266362,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tag.test.tsx","startTime":1675082265344,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not render <Drawer /> if not open","location":null,"status":"passed","title":"Does not render <Drawer /> if not open"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders opened <Drawer /> properly","location":null,"status":"passed","title":"Renders opened <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders hidable <Drawer /> properly","location":null,"status":"passed","title":"Renders hidable <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders closable <Drawer /> properly","location":null,"status":"passed","title":"Renders closable <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Drawer /> with interactive backdrop","location":null,"status":"passed","title":"Renders <Drawer /> with interactive backdrop"}],"endTime":1675082267025,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/drawer.test.tsx","startTime":1675082266372,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Tree /> properly","location":null,"status":"passed","title":"Renders basic <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows textarea for <Tree /> properly","location":null,"status":"passed","title":"Shows textarea for <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Tree /> items can be expanded and collapsed","location":null,"status":"passed","title":"<Tree /> items can be expanded and collapsed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows types for <Tree /> properly","location":null,"status":"passed","title":"Shows types for <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tree /> with clickable items","location":null,"status":"passed","title":"Renders <Tree /> with clickable items"}],"endTime":1675082269229,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tree.test.tsx","startTime":1675082267035,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Collection /> properly","location":null,"status":"passed","title":"Renders basic <Collection /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> items can be filtered","location":null,"status":"passed","title":"<Collection /> items can be filtered"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> shows no data message when empty","location":null,"status":"passed","title":"<Collection /> shows no data message when empty"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> can be sorted","location":null,"status":"passed","title":"<Collection /> can be sorted"}],"endTime":1675082271362,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/collection.test.tsx","startTime":1675082269241,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Menu /> properly","location":null,"status":"passed","title":"Renders <Menu /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Menu /> item can be clicked","location":null,"status":"passed","title":"<Menu /> item can be clicked"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Menu /> item has right clickable button","location":null,"status":"passed","title":"<Menu /> item has right clickable button"}],"endTime":1675082271943,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/menu.test.tsx","startTime":1675082271374,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Input /> properly","location":null,"status":"passed","title":"Renders <Input /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Input /> with clear button properly","location":null,"status":"passed","title":"Renders <Input /> with clear button properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Disabled <Input /> cannot be cleared","location":null,"status":"passed","title":"Disabled <Input /> cannot be cleared"}],"endTime":1675082272485,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/input.test.tsx","startTime":1675082271952,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders full <Breadcrumbs /> properly","location":null,"status":"passed","title":"Renders full <Breadcrumbs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders shortened <Breadcrumbs /> properly","location":null,"status":"passed","title":"Renders shortened <Breadcrumbs /> properly"}],"endTime":1675082272950,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/breadcrumbs.test.tsx","startTime":1675082272494,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreEffect /> properly","location":null,"status":"passed","title":"Renders <ReqoreEffect /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreTextEffect /> properly","location":null,"status":"passed","title":"Renders <ReqoreTextEffect /> properly"}],"endTime":1675082273338,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/effect.test.tsx","startTime":1675082272960,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TextArea /> properly","location":null,"status":"passed","title":"Renders <TextArea /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TextArea /> with clear button properly","location":null,"status":"passed","title":"Renders <TextArea /> with clear button properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Disabled <TextArea /> cannot be cleared","location":null,"status":"passed","title":"Disabled <TextArea /> cannot be cleared"}],"endTime":1675082273815,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/textarea.test.tsx","startTime":1675082273346,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Message /> properly","location":null,"status":"passed","title":"Renders <Message /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs onFinish on message after duration","location":null,"status":"passed","title":"Runs onFinish on message after duration"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs onClose when closed","location":null,"status":"passed","title":"Runs onClose when closed"}],"endTime":1675082274627,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/messages.test.tsx","startTime":1675082273831,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1675082275027,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/radiogroup.test.tsx","startTime":1675082274636,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Layout properly","location":null,"status":"passed","title":"Renders Layout properly"}],"endTime":1675082275426,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/layout.test.tsx","startTime":1675082275037,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Icon /> properly","location":null,"status":"passed","title":"Renders <Icon /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <Icon /> if icon does not exist","location":null,"status":"passed","title":"Renders empty <Icon /> if icon does not exist"}],"endTime":1675082276114,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/icon.test.tsx","startTime":1675082275441,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1675082276575,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/checkbox.test.tsx","startTime":1675082276130,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Navbar properly","location":null,"status":"passed","title":"Renders Navbar properly"}],"endTime":1675082276940,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/navbar.test.tsx","startTime":1675082276585,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ControlGroup /> properly","location":null,"status":"passed","title":"Renders <ControlGroup /> properly"}],"endTime":1675082277712,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/control_group.test.tsx","startTime":1675082276949,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TimeAgo /> data properly","location":null,"status":"passed","title":"Renders <TimeAgo /> data properly"}],"endTime":1675082278070,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/timeAgo.test.tsx","startTime":1675082277729,"status":"passed","summary":""}],"wasInterrupted":false}
|