@homecode/ui 5.1.15 → 5.1.18
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/esm/index.js +1 -0
- package/dist/esm/src/components/Slider/Slider.styl.js +1 -1
- package/dist/esm/src/hooks/useAwake.js +65 -0
- package/dist/esm/types/src/hooks/index.d.ts +1 -0
- package/dist/esm/types/src/hooks/useAwake.d.ts +1 -0
- package/package.json +1 -1
- package/.cursor/debug-8c6f78.log +0 -44
- package/.cursor/debug-a8590a.log +0 -26
- package/.cursor/debug-cdef6d.log +0 -694
- package/.cursor/debug-e1fd63.log +0 -83
- package/.cursor/debug.log +0 -207
package/dist/esm/index.js
CHANGED
|
@@ -88,6 +88,7 @@ import * as resizeObserver from './src/tools/resizeObserver.js';
|
|
|
88
88
|
export { resizeObserver };
|
|
89
89
|
import * as queryParams from './src/tools/queryParams.js';
|
|
90
90
|
export { queryParams };
|
|
91
|
+
export { useAwake } from './src/hooks/useAwake.js';
|
|
91
92
|
export { useThrottle, useThrottleCallback } from './src/hooks/useThrottle.js';
|
|
92
93
|
export { useDebounce, useDebounceCallback } from './src/hooks/useDebounce.js';
|
|
93
94
|
import 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import styleInject from '../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
2
|
|
|
3
|
-
var css_248z = ".Slider_root__hLZtd{color:var(--accent-color);position:relative;width:100%}.Slider_disabled__jz0lx{opacity:.4;pointer-events:none}.Slider_disabled__jz0lx .Slider_control__vtxup[disabled]{opacity:1}.Slider_hasLabel__Epyqi{align-items:center;display:flex;gap:var(--p-2)}.Slider_label__Gi7GI{color:inherit;font-size:inherit;white-space:nowrap}.Slider_trackWrap__PX861{display:flex;flex:1;flex-direction:column;min-width:0;position:relative}.Slider_hasMarkers__YfnMG{gap:var(--p-1)}.Slider_trackRow__hbQdR{align-items:center;display:flex;position:relative;width:100%}.Slider_markersRow__l-yga{flex-shrink:0;height:
|
|
3
|
+
var css_248z = ".Slider_root__hLZtd{color:var(--accent-color);position:relative;width:100%}.Slider_disabled__jz0lx{opacity:.4;pointer-events:none}.Slider_disabled__jz0lx .Slider_control__vtxup[disabled]{opacity:1}.Slider_hasLabel__Epyqi{align-items:center;display:flex;gap:var(--p-2)}.Slider_label__Gi7GI{color:inherit;font-size:inherit;white-space:nowrap}.Slider_trackWrap__PX861{display:flex;flex:1;flex-direction:column;min-width:0;position:relative}.Slider_hasMarkers__YfnMG{gap:var(--p-1)}.Slider_trackRow__hbQdR{align-items:center;display:flex;position:relative;width:100%}.Slider_markersRow__l-yga{flex-shrink:0;height:0;position:absolute;width:100%;z-index:2}.Slider_markerWrap__6hLJN{pointer-events:auto;position:absolute;top:-3px}.Slider_marker__vtOv9{background:var(--accent-color);border:none;border-radius:50%;box-shadow:0 0 0 1px var(--decent-color-alpha-800);cursor:pointer;display:block;height:var(--marker-size);margin:0;padding:0;position:relative;width:var(--marker-size)}.Slider_marker__vtOv9:before{border-radius:50%;content:\"\";display:block;height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px}.Slider_marker__vtOv9:hover{background:var(--active-color)}.Slider_marker__vtOv9:disabled{cursor:default;opacity:.5}.Slider_control__vtxup{--track-radius:50px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;box-shadow:inset 0 0 0 2px none;box-sizing:border-box;cursor:pointer;height:var(--thumb-size);margin:0;padding:0;position:relative;transition:.2s ease-out;transition-property:background-color,box-shadow,opacity;width:100%;z-index:2}.Slider_control__vtxup:focus,.Slider_control__vtxup:hover{background-color:var(--active-color-alpha-100)}.Slider_control__vtxup[disabled]{background-color:var(--accent-color-alpha-100);opacity:.4;pointer-events:none}.Slider_control__vtxup:focus,.Slider_control__vtxup:hover{background:transparent!important}.Slider_control__vtxup:focus{box-shadow:inset 0 0 0 2px none}.Slider_control__vtxup::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--active-color) 0,var(--active-color) var(--progress),var(--accent-color-alpha-100) var(--progress),var(--accent-color-alpha-100) 100%);border-radius:var(--track-radius);height:var(--track-height)}.Slider_control__vtxup::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--active-color);border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2);cursor:pointer;height:var(--thumb-size);margin-top:calc((var(--track-height) - var(--thumb-size))/2);width:var(--thumb-size)}.Slider_control__vtxup::-moz-range-track{background:var(--accent-color-alpha-100);border-radius:var(--track-radius);height:var(--track-height)}.Slider_control__vtxup::-moz-range-progress{background:var(--active-color);border-radius:var(--track-radius);height:var(--track-height)}.Slider_control__vtxup::-moz-range-thumb{background:var(--active-color);border:none;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2);cursor:pointer;height:var(--thumb-size);width:var(--thumb-size)}.Slider_ghost__tfPtm{background:var(--accent-color);border-radius:50%;height:var(--ghost-size);left:0;opacity:.45;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--ghost-size);z-index:2}.Slider_size-xs__v6UDK{--track-height:1px;--thumb-size:10px;--ghost-size:10px;--marker-size:6px;font-size:12px}.Slider_size-s__8hGSO{--track-height:2px;--thumb-size:12px;--ghost-size:12px;--marker-size:7px;font-size:14px}.Slider_size-s__8hGSO .Slider_markersRow__l-yga{top:-1px}.Slider_size-m__Dj7LT{--track-height:8px;--thumb-size:16px;--ghost-size:16px;--marker-size:12px;font-size:16px}.Slider_size-m__Dj7LT .Slider_markersRow__l-yga{top:1px}.Slider_size-l__Qi6tI{--track-height:12px;--thumb-size:20px;--ghost-size:20px;--marker-size:16px;font-size:18px}.Slider_size-l__Qi6tI .Slider_markersRow__l-yga{top:4px}.Slider_size-xl__85Gcz{--track-height:16px;--thumb-size:24px;--ghost-size:24px;--marker-size:20px;font-size:20px}.Slider_size-xl__85Gcz .Slider_markersRow__l-yga{top:5px}";
|
|
4
4
|
var S = {"root":"Slider_root__hLZtd","disabled":"Slider_disabled__jz0lx","control":"Slider_control__vtxup","hasLabel":"Slider_hasLabel__Epyqi","label":"Slider_label__Gi7GI","trackWrap":"Slider_trackWrap__PX861","hasMarkers":"Slider_hasMarkers__YfnMG","trackRow":"Slider_trackRow__hbQdR","markersRow":"Slider_markersRow__l-yga","markerWrap":"Slider_markerWrap__6hLJN","marker":"Slider_marker__vtOv9","ghost":"Slider_ghost__tfPtm","size-xs":"Slider_size-xs__v6UDK","size-s":"Slider_size-s__8hGSO","size-m":"Slider_size-m__Dj7LT","size-l":"Slider_size-l__Qi6tI","size-xl":"Slider_size-xl__85Gcz"};
|
|
5
5
|
styleInject(css_248z);
|
|
6
6
|
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { useRef, useEffect } from 'react';
|
|
2
|
+
|
|
3
|
+
function getWakeLockNavigator() {
|
|
4
|
+
if (typeof navigator === 'undefined' || !('wakeLock' in navigator)) {
|
|
5
|
+
return null;
|
|
6
|
+
}
|
|
7
|
+
return navigator;
|
|
8
|
+
}
|
|
9
|
+
function useAwake(isActive) {
|
|
10
|
+
const isActiveRef = useRef(isActive);
|
|
11
|
+
isActiveRef.current = isActive;
|
|
12
|
+
const sentinelRef = useRef(null);
|
|
13
|
+
useEffect(() => {
|
|
14
|
+
const wakeLockNavigator = getWakeLockNavigator();
|
|
15
|
+
if (!wakeLockNavigator?.wakeLock)
|
|
16
|
+
return;
|
|
17
|
+
const release = async () => {
|
|
18
|
+
const sentinel = sentinelRef.current;
|
|
19
|
+
sentinelRef.current = null;
|
|
20
|
+
if (!sentinel || sentinel.released)
|
|
21
|
+
return;
|
|
22
|
+
try {
|
|
23
|
+
await sentinel.release();
|
|
24
|
+
}
|
|
25
|
+
catch {
|
|
26
|
+
// already released or unsupported
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
const request = async () => {
|
|
30
|
+
if (!isActiveRef.current || document.visibilityState !== 'visible')
|
|
31
|
+
return;
|
|
32
|
+
await release();
|
|
33
|
+
try {
|
|
34
|
+
const sentinel = await wakeLockNavigator.wakeLock.request('screen');
|
|
35
|
+
sentinelRef.current = sentinel;
|
|
36
|
+
sentinel.addEventListener('release', () => {
|
|
37
|
+
if (sentinelRef.current === sentinel) {
|
|
38
|
+
sentinelRef.current = null;
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
catch {
|
|
43
|
+
// NotAllowedError, etc.
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
const onVisibilityChange = () => {
|
|
47
|
+
if (document.visibilityState === 'visible') {
|
|
48
|
+
void request();
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
if (isActive) {
|
|
52
|
+
void request();
|
|
53
|
+
}
|
|
54
|
+
else {
|
|
55
|
+
void release();
|
|
56
|
+
}
|
|
57
|
+
document.addEventListener('visibilitychange', onVisibilityChange);
|
|
58
|
+
return () => {
|
|
59
|
+
document.removeEventListener('visibilitychange', onVisibilityChange);
|
|
60
|
+
void release();
|
|
61
|
+
};
|
|
62
|
+
}, [isActive]);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export { useAwake };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useAwake(isActive: boolean): void;
|
package/package.json
CHANGED
package/.cursor/debug-8c6f78.log
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleFocus","message":"popup opening (focus)","data":{"scrollTop":0},"hypothesisId":"C","timestamp":1771711527049}
|
|
2
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":true,"currentFilter":"","totalCount":0,"itemsLen":20,"willFetch":true},"hypothesisId":"B","timestamp":1771711527054}
|
|
3
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:fetchOptionsCore","message":"setScrollTop(0) initial items","data":{"filter":"","offset":0,"totalCount":0},"hypothesisId":"B","timestamp":1771711527555}
|
|
4
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":true,"currentFilter":"","totalCount":200,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711527556}
|
|
5
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:fetchOptionsCore-RAF","message":"setScrollTop(undefined) clear","data":{"filter":"","offset":0},"hypothesisId":"E","timestamp":1771711527557}
|
|
6
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleBlur","message":"popup closing (blur)","data":{},"hypothesisId":"A","timestamp":1771711528848}
|
|
7
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":200,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711528850}
|
|
8
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleSelect","message":"select","data":{"selectable":true,"label":"Option 15"},"hypothesisId":"A","timestamp":1771711528971}
|
|
9
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleFocus","message":"popup opening (focus)","data":{"savedScrollTop":521.1111450195312},"hypothesisId":"C","timestamp":1771711532390}
|
|
10
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":true,"currentFilter":"","totalCount":200,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711532394}
|
|
11
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleBlur","message":"popup closing (blur)","data":{},"hypothesisId":"A","timestamp":1771711535314}
|
|
12
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":200,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711535317}
|
|
13
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleSelect","message":"select","data":{"selectable":true,"label":"Option 27"},"hypothesisId":"A","timestamp":1771711535455}
|
|
14
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleFocus","message":"popup opening (focus)","data":{"savedScrollTop":962.2222290039062},"hypothesisId":"C","timestamp":1771711540906}
|
|
15
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":true,"currentFilter":"","totalCount":200,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711540911}
|
|
16
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleBlur","message":"popup closing (blur)","data":{},"hypothesisId":"A","timestamp":1771711542255}
|
|
17
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":200,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711542257}
|
|
18
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleFocus","message":"popup opening (focus)","data":{"savedScrollTop":962.2222290039062},"hypothesisId":"C","timestamp":1771711543181}
|
|
19
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":true,"currentFilter":"","totalCount":200,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711543185}
|
|
20
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleBlur","message":"popup closing (blur)","data":{},"hypothesisId":"A","timestamp":1771711543773}
|
|
21
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":200,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711543776}
|
|
22
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleFocus","message":"popup opening (focus)","data":{"savedScrollTop":962.2222290039062},"hypothesisId":"C","timestamp":1771711544455}
|
|
23
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":true,"currentFilter":"","totalCount":200,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711544459}
|
|
24
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:handleBlur","message":"popup closing (blur)","data":{},"hypothesisId":"A","timestamp":1771711545022}
|
|
25
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":200,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711545023}
|
|
26
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-value","message":"setScrollTop(0) value cleared","data":{"value":""},"hypothesisId":"D","timestamp":1771711551359}
|
|
27
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":200,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711551359}
|
|
28
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":0,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711551360}
|
|
29
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-value","message":"setScrollTop(0) value cleared","data":{"value":""},"hypothesisId":"D","timestamp":1771711552110}
|
|
30
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":0,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711552111}
|
|
31
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-value","message":"setScrollTop(0) value cleared","data":{"value":""},"hypothesisId":"D","timestamp":1771711552853}
|
|
32
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":0,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711552853}
|
|
33
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-value","message":"setScrollTop(0) value cleared","data":{"value":""},"hypothesisId":"D","timestamp":1771711553442}
|
|
34
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":0,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711553443}
|
|
35
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-value","message":"setScrollTop(0) value cleared","data":{"value":""},"hypothesisId":"D","timestamp":1771711553951}
|
|
36
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":0,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711553951}
|
|
37
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-value","message":"setScrollTop(0) value cleared","data":{"value":""},"hypothesisId":"D","timestamp":1771711554564}
|
|
38
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":0,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711554564}
|
|
39
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-value","message":"setScrollTop(0) value cleared","data":{"value":""},"hypothesisId":"D","timestamp":1771711555318}
|
|
40
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":0,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711555319}
|
|
41
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-value","message":"setScrollTop(0) value cleared","data":{"value":""},"hypothesisId":"D","timestamp":1771711555975}
|
|
42
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":0,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711555975}
|
|
43
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":0,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711556573}
|
|
44
|
-
{"sessionId":"8c6f78","location":"Autocomplete.tsx:useEffect-open","message":"open/fetch effect","data":{"open":false,"currentFilter":"","totalCount":0,"itemsLen":20,"willFetch":false},"hypothesisId":"B","timestamp":1771711557126}
|
package/.cursor/debug-a8590a.log
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542687208}
|
|
2
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542690350}
|
|
3
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542690360}
|
|
4
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542690361}
|
|
5
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542691187}
|
|
6
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542691591}
|
|
7
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542691685}
|
|
8
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542691785}
|
|
9
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692007}
|
|
10
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692040}
|
|
11
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692065}
|
|
12
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692082}
|
|
13
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692099}
|
|
14
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692116}
|
|
15
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692132}
|
|
16
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692149}
|
|
17
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692173}
|
|
18
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692190}
|
|
19
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692215}
|
|
20
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692240}
|
|
21
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692273}
|
|
22
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692315}
|
|
23
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542692356}
|
|
24
|
-
{"sessionId":"a8590a","location":"Virtualized.tsx:checkIfEnd","message":"checkIfEnd","data":{"itemsCount":20,"totalCount":20,"lastScrollEndIndex":0,"willSkipItemsEqTotal":true,"willSkipItemsLtLast":false},"hypothesisId":"H2","timestamp":1771542692464}
|
|
25
|
-
{"sessionId":"a8590a","location":"Virtualized.tsx:checkIfEnd","message":"checkIfEnd","data":{"itemsCount":20,"totalCount":20,"lastScrollEndIndex":0,"willSkipItemsEqTotal":true,"willSkipItemsLtLast":false},"hypothesisId":"H2","timestamp":1771542692731}
|
|
26
|
-
{"sessionId":"a8590a","location":"Autocomplete.tsx:optionsList","message":"computedTotalCount","data":{"currentFilter":"","displayItemsLen":20,"totalCount":0,"computedTotalCount":20},"hypothesisId":"H2","timestamp":1771542694211}
|