@buoy-gg/shared-ui 3.0.1 → 3.0.2
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/lib/commonjs/JsModal.js +2 -1
- package/lib/commonjs/clipboard/clipboard-impl.js +28 -2
- package/lib/commonjs/dataViewer/VirtualizedDataExplorer.js +3 -5
- package/lib/commonjs/hooks/safe-area-impl.js +1 -1
- package/lib/commonjs/icons/lucide-icons.js +104 -22
- package/lib/commonjs/index.js +7 -0
- package/lib/commonjs/license/DeviceLimitModal.js +2 -1
- package/lib/commonjs/license/LicenseEntryModal.js +2 -1
- package/lib/commonjs/license/ManageDevicesModal.js +2 -1
- package/lib/commonjs/stores/BaseEventStore.js +72 -2
- package/lib/commonjs/ui/components/CompactRow.js +62 -65
- package/lib/commonjs/ui/components/EventHistoryViewer/EventPickerModal.js +3 -2
- package/lib/commonjs/ui/components/ExpandableSectionWithModal.js +2 -1
- package/lib/commonjs/ui/components/WindowControls.js +9 -3
- package/lib/commonjs/ui/console/CyberpunkConsoleSection.js +6 -5
- package/lib/commonjs/ui/console/GalaxyButton.js +2 -1
- package/lib/commonjs/ui/gameUI/components/GameUIStatusHeader.js +2 -1
- package/lib/commonjs/utils/absoluteFill.js +28 -0
- package/lib/commonjs/utils/index.js +7 -0
- package/lib/module/JsModal.js +2 -1
- package/lib/module/clipboard/clipboard-impl.js +28 -2
- package/lib/module/dataViewer/VirtualizedDataExplorer.js +3 -5
- package/lib/module/hooks/safe-area-impl.js +1 -1
- package/lib/module/icons/lucide-icons.js +100 -19
- package/lib/module/index.js +2 -0
- package/lib/module/license/DeviceLimitModal.js +2 -1
- package/lib/module/license/LicenseEntryModal.js +2 -1
- package/lib/module/license/ManageDevicesModal.js +2 -1
- package/lib/module/stores/BaseEventStore.js +72 -2
- package/lib/module/ui/components/CompactRow.js +62 -65
- package/lib/module/ui/components/EventHistoryViewer/EventPickerModal.js +3 -2
- package/lib/module/ui/components/ExpandableSectionWithModal.js +2 -1
- package/lib/module/ui/components/WindowControls.js +10 -4
- package/lib/module/ui/console/CyberpunkConsoleSection.js +6 -5
- package/lib/module/ui/console/GalaxyButton.js +2 -1
- package/lib/module/ui/gameUI/components/GameUIStatusHeader.js +2 -1
- package/lib/module/utils/absoluteFill.js +24 -0
- package/lib/module/utils/index.js +1 -0
- package/lib/typescript/commonjs/JsModal.d.ts.map +1 -1
- package/lib/typescript/commonjs/clipboard/clipboard-impl.d.ts +3 -2
- package/lib/typescript/commonjs/clipboard/clipboard-impl.d.ts.map +1 -1
- package/lib/typescript/commonjs/dataViewer/VirtualizedDataExplorer.d.ts.map +1 -1
- package/lib/typescript/commonjs/hooks/safe-area-impl.d.ts +1 -1
- package/lib/typescript/commonjs/icons/lucide-icons.d.ts +4 -2
- package/lib/typescript/commonjs/icons/lucide-icons.d.ts.map +1 -1
- package/lib/typescript/commonjs/index.d.ts +1 -1
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/license/DeviceLimitModal.d.ts.map +1 -1
- package/lib/typescript/commonjs/license/LicenseEntryModal.d.ts.map +1 -1
- package/lib/typescript/commonjs/license/ManageDevicesModal.d.ts.map +1 -1
- package/lib/typescript/commonjs/stores/BaseEventStore.d.ts +28 -0
- package/lib/typescript/commonjs/stores/BaseEventStore.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/CompactRow.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/EventHistoryViewer/EventPickerModal.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/ExpandableSectionWithModal.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/WindowControls.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/console/CyberpunkConsoleSection.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/console/GalaxyButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/gameUI/components/GameUIStatusHeader.d.ts.map +1 -1
- package/lib/typescript/commonjs/utils/absoluteFill.d.ts +18 -0
- package/lib/typescript/commonjs/utils/absoluteFill.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/index.d.ts +1 -0
- package/lib/typescript/commonjs/utils/index.d.ts.map +1 -1
- package/lib/typescript/module/JsModal.d.ts.map +1 -1
- package/lib/typescript/module/clipboard/clipboard-impl.d.ts +3 -2
- package/lib/typescript/module/clipboard/clipboard-impl.d.ts.map +1 -1
- package/lib/typescript/module/dataViewer/VirtualizedDataExplorer.d.ts.map +1 -1
- package/lib/typescript/module/hooks/safe-area-impl.d.ts +1 -1
- package/lib/typescript/module/icons/lucide-icons.d.ts +4 -2
- package/lib/typescript/module/icons/lucide-icons.d.ts.map +1 -1
- package/lib/typescript/module/index.d.ts +1 -1
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/license/DeviceLimitModal.d.ts.map +1 -1
- package/lib/typescript/module/license/LicenseEntryModal.d.ts.map +1 -1
- package/lib/typescript/module/license/ManageDevicesModal.d.ts.map +1 -1
- package/lib/typescript/module/stores/BaseEventStore.d.ts +28 -0
- package/lib/typescript/module/stores/BaseEventStore.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/CompactRow.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/EventHistoryViewer/EventPickerModal.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/ExpandableSectionWithModal.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/WindowControls.d.ts.map +1 -1
- package/lib/typescript/module/ui/console/CyberpunkConsoleSection.d.ts.map +1 -1
- package/lib/typescript/module/ui/console/GalaxyButton.d.ts.map +1 -1
- package/lib/typescript/module/ui/gameUI/components/GameUIStatusHeader.d.ts.map +1 -1
- package/lib/typescript/module/utils/absoluteFill.d.ts +18 -0
- package/lib/typescript/module/utils/absoluteFill.d.ts.map +1 -0
- package/lib/typescript/module/utils/index.d.ts +1 -0
- package/lib/typescript/module/utils/index.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -24,77 +24,77 @@ export function CompactRow({
|
|
|
24
24
|
}) {
|
|
25
25
|
return /*#__PURE__*/_jsx(View, {
|
|
26
26
|
style: styles.rowWrapper,
|
|
27
|
-
children: /*#__PURE__*/_jsxs(
|
|
27
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
28
28
|
style: [styles.row, isSelected && styles.selectedRow, isExpanded && [styles.expandedRowActive, {
|
|
29
29
|
borderColor: expandedGlowColor || buoyColors.primary,
|
|
30
30
|
shadowColor: expandedGlowColor || buoyColors.primary
|
|
31
31
|
}]],
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
32
|
+
children: [/*#__PURE__*/_jsx(TouchableOpacity, {
|
|
33
|
+
onPress: onPress,
|
|
34
|
+
activeOpacity: 0.8,
|
|
35
|
+
disabled: disabled || !onPress,
|
|
36
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
37
|
+
style: styles.rowContent,
|
|
38
|
+
children: [/*#__PURE__*/_jsxs(View, {
|
|
39
|
+
style: styles.statusSection,
|
|
40
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
41
|
+
style: [styles.statusDot, {
|
|
42
|
+
backgroundColor: statusDotColor
|
|
43
|
+
}]
|
|
44
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
45
|
+
style: styles.statusInfo,
|
|
46
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
47
|
+
style: [styles.statusLabel, {
|
|
48
|
+
color: statusDotColor
|
|
49
|
+
}],
|
|
50
|
+
numberOfLines: 1,
|
|
51
|
+
children: statusLabel
|
|
52
|
+
}), statusSublabel ? /*#__PURE__*/_jsx(Text, {
|
|
53
|
+
style: styles.observerText,
|
|
54
|
+
numberOfLines: 1,
|
|
55
|
+
children: statusSublabel
|
|
56
|
+
}) : null]
|
|
57
|
+
})]
|
|
43
58
|
}), /*#__PURE__*/_jsxs(View, {
|
|
44
|
-
style: styles.
|
|
59
|
+
style: styles.querySection,
|
|
45
60
|
children: [/*#__PURE__*/_jsx(Text, {
|
|
46
|
-
style:
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}), statusSublabel && /*#__PURE__*/_jsx(Text, {
|
|
52
|
-
style: styles.observerText,
|
|
61
|
+
style: styles.queryHash,
|
|
62
|
+
numberOfLines: isExpanded ? undefined : 2,
|
|
63
|
+
children: primaryText
|
|
64
|
+
}), !isExpanded && secondaryText ? /*#__PURE__*/_jsx(Text, {
|
|
65
|
+
style: styles.secondaryText,
|
|
53
66
|
numberOfLines: 1,
|
|
54
|
-
children:
|
|
67
|
+
children: secondaryText
|
|
68
|
+
}) : null]
|
|
69
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
70
|
+
style: styles.rightSection,
|
|
71
|
+
children: [(customBadge || badgeText !== undefined || !isExpanded && bottomRightText) && /*#__PURE__*/_jsxs(View, {
|
|
72
|
+
style: styles.badgeContainer,
|
|
73
|
+
children: [customBadge ? customBadge : badgeText !== undefined ? /*#__PURE__*/_jsx(Text, {
|
|
74
|
+
style: [styles.statusBadge, {
|
|
75
|
+
color: badgeColor || statusDotColor
|
|
76
|
+
}],
|
|
77
|
+
children: badgeText
|
|
78
|
+
}) : null, !isExpanded && bottomRightText ? /*#__PURE__*/_jsx(Text, {
|
|
79
|
+
style: styles.bottomRightText,
|
|
80
|
+
numberOfLines: 1,
|
|
81
|
+
children: bottomRightText
|
|
82
|
+
}) : null]
|
|
83
|
+
}), showChevron && /*#__PURE__*/_jsx(View, {
|
|
84
|
+
style: styles.chevronContainer,
|
|
85
|
+
children: isExpanded ? /*#__PURE__*/_jsx(ChevronDown, {
|
|
86
|
+
size: 14,
|
|
87
|
+
color: buoyColors.textMuted
|
|
88
|
+
}) : /*#__PURE__*/_jsx(ChevronRight, {
|
|
89
|
+
size: 14,
|
|
90
|
+
color: buoyColors.textMuted
|
|
91
|
+
})
|
|
55
92
|
})]
|
|
56
93
|
})]
|
|
57
|
-
})
|
|
58
|
-
style: styles.querySection,
|
|
59
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
60
|
-
style: styles.queryHash,
|
|
61
|
-
numberOfLines: isExpanded ? undefined : 2,
|
|
62
|
-
children: primaryText
|
|
63
|
-
}), !isExpanded && secondaryText && /*#__PURE__*/_jsx(Text, {
|
|
64
|
-
style: styles.secondaryText,
|
|
65
|
-
numberOfLines: 1,
|
|
66
|
-
children: secondaryText
|
|
67
|
-
})]
|
|
68
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
69
|
-
style: styles.rightSection,
|
|
70
|
-
children: [(customBadge || badgeText !== undefined) && /*#__PURE__*/_jsx(View, {
|
|
71
|
-
style: styles.badgeContainer,
|
|
72
|
-
children: customBadge ? customBadge : /*#__PURE__*/_jsx(Text, {
|
|
73
|
-
style: [styles.statusBadge, {
|
|
74
|
-
color: badgeColor || statusDotColor
|
|
75
|
-
}],
|
|
76
|
-
children: badgeText
|
|
77
|
-
})
|
|
78
|
-
}), showChevron && /*#__PURE__*/_jsx(View, {
|
|
79
|
-
style: styles.chevronContainer,
|
|
80
|
-
children: isExpanded ? /*#__PURE__*/_jsx(ChevronDown, {
|
|
81
|
-
size: 14,
|
|
82
|
-
color: buoyColors.textMuted
|
|
83
|
-
}) : /*#__PURE__*/_jsx(ChevronRight, {
|
|
84
|
-
size: 14,
|
|
85
|
-
color: buoyColors.textMuted
|
|
86
|
-
})
|
|
87
|
-
})]
|
|
88
|
-
})]
|
|
94
|
+
})
|
|
89
95
|
}), isExpanded && expandedContent && /*#__PURE__*/_jsx(View, {
|
|
90
96
|
style: styles.expandedContent,
|
|
91
97
|
children: expandedContent
|
|
92
|
-
}), !isExpanded && bottomRightText && /*#__PURE__*/_jsx(View, {
|
|
93
|
-
style: styles.bottomRightContainer,
|
|
94
|
-
children: /*#__PURE__*/_jsx(Text, {
|
|
95
|
-
style: styles.bottomRightText,
|
|
96
|
-
children: bottomRightText
|
|
97
|
-
})
|
|
98
98
|
})]
|
|
99
99
|
})
|
|
100
100
|
});
|
|
@@ -196,7 +196,9 @@ const styles = StyleSheet.create({
|
|
|
196
196
|
gap: 8
|
|
197
197
|
},
|
|
198
198
|
badgeContainer: {
|
|
199
|
-
|
|
199
|
+
flexDirection: "column",
|
|
200
|
+
alignItems: "flex-end",
|
|
201
|
+
gap: 2
|
|
200
202
|
},
|
|
201
203
|
statusBadge: {
|
|
202
204
|
fontSize: 12,
|
|
@@ -213,11 +215,6 @@ const styles = StyleSheet.create({
|
|
|
213
215
|
borderTopColor: buoyColors.border + "20",
|
|
214
216
|
marginLeft: 24 // Align with content after status dot
|
|
215
217
|
},
|
|
216
|
-
bottomRightContainer: {
|
|
217
|
-
position: "absolute",
|
|
218
|
-
bottom: 4,
|
|
219
|
-
right: 8
|
|
220
|
-
},
|
|
221
218
|
bottomRightText: {
|
|
222
219
|
fontSize: 9,
|
|
223
220
|
color: buoyColors.textMuted,
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
import React, { memo } from "react";
|
|
12
12
|
import { View, Text, TouchableOpacity, ScrollView, StyleSheet } from "react-native";
|
|
13
|
+
import { absoluteFill } from "../../../utils/absoluteFill.js";
|
|
13
14
|
import { macOSColors } from "../../gameUI/constants/macOSDesignSystemColors.js";
|
|
14
15
|
import { X } from "../../../icons/lucide-icons.js";
|
|
15
16
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -77,13 +78,13 @@ export const EventPickerModal = /*#__PURE__*/memo(function EventPickerModal({
|
|
|
77
78
|
});
|
|
78
79
|
const styles = StyleSheet.create({
|
|
79
80
|
overlay: {
|
|
80
|
-
...
|
|
81
|
+
...absoluteFill,
|
|
81
82
|
zIndex: 20,
|
|
82
83
|
justifyContent: "center",
|
|
83
84
|
alignItems: "center"
|
|
84
85
|
},
|
|
85
86
|
backdrop: {
|
|
86
|
-
...
|
|
87
|
+
...absoluteFill,
|
|
87
88
|
backgroundColor: "rgba(0,0,0,0.65)"
|
|
88
89
|
},
|
|
89
90
|
card: {
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { useState } from "react";
|
|
4
4
|
import { Dimensions, Modal, ScrollView, StyleSheet, TouchableOpacity, View } from "react-native";
|
|
5
|
+
import { absoluteFill } from "../../utils/absoluteFill.js";
|
|
5
6
|
import { useSafeAreaInsets } from "../../hooks/useSafeAreaInsets.js";
|
|
6
7
|
import { X } from "../../icons/index.js";
|
|
7
8
|
import { ExpandableSection } from "./ExpandableSection.js";
|
|
@@ -121,7 +122,7 @@ const styles = StyleSheet.create({
|
|
|
121
122
|
flex: 1
|
|
122
123
|
},
|
|
123
124
|
backdrop: {
|
|
124
|
-
...
|
|
125
|
+
...absoluteFill,
|
|
125
126
|
backgroundColor: "rgba(0, 0, 0, 0.8)"
|
|
126
127
|
},
|
|
127
128
|
backdropTouchable: {
|
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { useState, useRef, useCallback, useEffect } from "react";
|
|
4
|
-
import { View, TouchableOpacity, TouchableWithoutFeedback, StyleSheet, Animated, Modal } from "react-native";
|
|
4
|
+
import { View, TouchableOpacity, TouchableWithoutFeedback, StyleSheet, Animated, Modal, Platform } from "react-native";
|
|
5
5
|
import { X, Minus, DockBottom, FloatWindow } from "../../icons/index.js";
|
|
6
6
|
import { buoyColors } from "../gameUI/constants/gameUIColors.js";
|
|
7
7
|
|
|
8
8
|
// ============================================================================
|
|
9
9
|
// Global expandable setting — controlled via setExpandableWindowControls()
|
|
10
10
|
// ============================================================================
|
|
11
|
+
|
|
12
|
+
// The expandable behavior is a touch affordance (big tap targets). On web a
|
|
13
|
+
// mouse clicks the small dots directly, so it's always off there — the
|
|
14
|
+
// setting only applies to native touch platforms.
|
|
11
15
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
12
|
-
|
|
16
|
+
const EXPANDABLE_SUPPORTED = Platform.OS !== "web";
|
|
17
|
+
let _expandableEnabled = true; // Default ON (native touch devices)
|
|
13
18
|
|
|
14
19
|
/**
|
|
15
20
|
* Set whether window controls use the expandable iPad-style behavior.
|
|
@@ -69,8 +74,9 @@ export function WindowControls({
|
|
|
69
74
|
const ToggleModeIcon = mode === "floating" ? DockBottom : FloatWindow;
|
|
70
75
|
const toggleModeLabel = mode === "floating" ? "Dock to bottom sheet" : "Make floating window";
|
|
71
76
|
|
|
72
|
-
// When expandable is disabled
|
|
73
|
-
|
|
77
|
+
// When expandable is disabled (or unsupported on this platform), render
|
|
78
|
+
// original directly-tappable buttons
|
|
79
|
+
if (!_expandableEnabled || !EXPANDABLE_SUPPORTED) {
|
|
74
80
|
return /*#__PURE__*/_jsxs(View, {
|
|
75
81
|
style: styles.container,
|
|
76
82
|
children: [onMinimize && /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { useEffect, useRef } from "react";
|
|
4
4
|
import { View, Text, StyleSheet, Pressable, Animated, Easing } from "react-native";
|
|
5
|
+
import { absoluteFill } from "../../utils/absoluteFill.js";
|
|
5
6
|
import { ChevronRight } from "../../icons/index.js";
|
|
6
7
|
import { gameUIColors } from "../gameUI/index.js";
|
|
7
8
|
|
|
@@ -481,31 +482,31 @@ const styles = StyleSheet.create({
|
|
|
481
482
|
backgroundColor: "rgba(5, 5, 10, 0.6)" // Darker glass background
|
|
482
483
|
},
|
|
483
484
|
glassLayer1: {
|
|
484
|
-
...
|
|
485
|
+
...absoluteFill,
|
|
485
486
|
backgroundColor: "rgba(10, 10, 15, 0.7)",
|
|
486
487
|
opacity: 0.8
|
|
487
488
|
},
|
|
488
489
|
glassLayer2: {
|
|
489
|
-
...
|
|
490
|
+
...absoluteFill,
|
|
490
491
|
backgroundColor: "rgba(15, 15, 25, 0.5)",
|
|
491
492
|
opacity: 0.6,
|
|
492
493
|
top: "20%",
|
|
493
494
|
left: "20%"
|
|
494
495
|
},
|
|
495
496
|
glassLayer3: {
|
|
496
|
-
...
|
|
497
|
+
...absoluteFill,
|
|
497
498
|
backgroundColor: "rgba(20, 20, 35, 0.3)",
|
|
498
499
|
opacity: 0.4,
|
|
499
500
|
top: "40%",
|
|
500
501
|
left: "40%"
|
|
501
502
|
},
|
|
502
503
|
glassShimmer: {
|
|
503
|
-
...
|
|
504
|
+
...absoluteFill,
|
|
504
505
|
backgroundColor: "rgba(255, 255, 255, 0.03)",
|
|
505
506
|
opacity: 0.6
|
|
506
507
|
},
|
|
507
508
|
glitchOverlayLayer: {
|
|
508
|
-
...
|
|
509
|
+
...absoluteFill,
|
|
509
510
|
borderRadius: 12,
|
|
510
511
|
borderWidth: 1,
|
|
511
512
|
justifyContent: "center",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { useEffect, useRef } from "react";
|
|
4
4
|
import { View, StyleSheet, Animated, Pressable, Dimensions } from "react-native";
|
|
5
|
+
import { absoluteFill } from "../../utils/absoluteFill.js";
|
|
5
6
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
7
|
const {
|
|
7
8
|
width: screenWidth
|
|
@@ -72,7 +73,7 @@ const styles = StyleSheet.create({
|
|
|
72
73
|
overflow: "hidden"
|
|
73
74
|
},
|
|
74
75
|
starsContainer: {
|
|
75
|
-
...
|
|
76
|
+
...absoluteFill,
|
|
76
77
|
overflow: "hidden"
|
|
77
78
|
},
|
|
78
79
|
starsLayer: {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { StyleSheet, Text, View, Animated } from "react-native";
|
|
4
|
+
import { absoluteFill } from "../../../utils/absoluteFill.js";
|
|
4
5
|
import { gameUIColors } from "../constants/gameUIColors.js";
|
|
5
6
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
7
|
/**
|
|
@@ -78,7 +79,7 @@ const styles = StyleSheet.create({
|
|
|
78
79
|
overflow: "hidden"
|
|
79
80
|
},
|
|
80
81
|
glow: {
|
|
81
|
-
...
|
|
82
|
+
...absoluteFill,
|
|
82
83
|
opacity: 0.5
|
|
83
84
|
},
|
|
84
85
|
content: {
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Spreadable absolute-fill style.
|
|
5
|
+
*
|
|
6
|
+
* Replaces `StyleSheet.absoluteFillObject`, which was REMOVED in React Native
|
|
7
|
+
* 0.85 (returns `undefined` there). Spreading `undefined` is a silent no-op, so
|
|
8
|
+
* any overlay/backdrop/full-screen Pressable that relied on it collapses to zero
|
|
9
|
+
* size on RN 0.85+ — invisible and untappable.
|
|
10
|
+
*
|
|
11
|
+
* `StyleSheet.absoluteFill` is not a safe replacement for the spread pattern
|
|
12
|
+
* because its type changed across versions: it's a registered style *number* on
|
|
13
|
+
* RN <= 0.84 (spreading a number yields `{}`) and a frozen object only on 0.85+.
|
|
14
|
+
*
|
|
15
|
+
* This plain object works identically on every RN version, whether spread
|
|
16
|
+
* (`{ ...absoluteFill }`) or passed directly (`style={absoluteFill}`).
|
|
17
|
+
*/
|
|
18
|
+
export const absoluteFill = {
|
|
19
|
+
position: "absolute",
|
|
20
|
+
top: 0,
|
|
21
|
+
left: 0,
|
|
22
|
+
right: 0,
|
|
23
|
+
bottom: 0
|
|
24
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
export { absoluteFill } from "./absoluteFill.js";
|
|
3
4
|
export { displayValue, parseDisplayValue } from "./displayValue.js";
|
|
4
5
|
export { getSafeAreaInsets } from "./getSafeAreaInsets.js";
|
|
5
6
|
export { persistentStorage, isUsingPersistentStorage, getStorageBackendType } from "./persistentStorage.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JsModal.d.ts","sourceRoot":"","sources":["../../../src/JsModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAUL,SAAS,EAEV,MAAM,OAAO,CAAC;AACf,OAAO,EAML,QAAQ,EAGR,SAAS,EAEV,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"JsModal.d.ts","sourceRoot":"","sources":["../../../src/JsModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAUL,SAAS,EAEV,MAAM,OAAO,CAAC;AACf,OAAO,EAML,QAAQ,EAGR,SAAS,EAEV,MAAM,cAAc,CAAC;AA8FtB,MAAM,MAAM,SAAS,GAAG,aAAa,GAAG,UAAU,CAAC;AAEnD,UAAU,YAAY;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,UAAU,YAAY;IACpB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC5C,kBAAkB,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;CACxD;AAED,UAAU,YAAY;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC;IAChC,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;IACzC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,uBAAuB,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAErD,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,yFAAyF;IACzF,UAAU,CAAC,EAAE,CAAC,UAAU,EAAE,UAAU,KAAK,IAAI,CAAC;IAC9C,0EAA0E;IAC1E,sBAAsB,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAClD,0EAA0E;IAC1E,iBAAiB,CAAC,EAAE,UAAU,CAAC;IAC/B,6DAA6D;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gIAAgI;IAChI,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;AA8hDD,eAAO,MAAM,OAAO,oDAAyB,CAAC"}
|
|
@@ -14,10 +14,11 @@
|
|
|
14
14
|
* Fallback chain:
|
|
15
15
|
* 1. expo-clipboard
|
|
16
16
|
* 2. @react-native-clipboard/clipboard
|
|
17
|
-
* 3.
|
|
17
|
+
* 3. Web clipboard API (navigator.clipboard)
|
|
18
|
+
* 4. Graceful failure
|
|
18
19
|
*/
|
|
19
20
|
export type ClipboardFunction = (text: string) => Promise<boolean>;
|
|
20
|
-
export declare const clipboardType: () => "expo" | "react-native" | null;
|
|
21
|
+
export declare const clipboardType: () => "expo" | "react-native" | "web" | null;
|
|
21
22
|
export declare const isClipboardAvailable: () => boolean;
|
|
22
23
|
export declare const clipboardFunction: ClipboardFunction;
|
|
23
24
|
//# sourceMappingURL=clipboard-impl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clipboard-impl.d.ts","sourceRoot":"","sources":["../../../../src/clipboard/clipboard-impl.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"clipboard-impl.d.ts","sourceRoot":"","sources":["../../../../src/clipboard/clipboard-impl.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAYH,MAAM,MAAM,iBAAiB,GAAG,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;AAoEnE,eAAO,MAAM,aAAa,QAAO,MAAM,GAAG,cAAc,GAAG,KAAK,GAAG,IAElE,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAAO,OASvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,iBAmB/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VirtualizedDataExplorer.d.ts","sourceRoot":"","sources":["../../../../src/dataViewer/VirtualizedDataExplorer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C,OAAO,EAOL,EAAE,EAEH,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"VirtualizedDataExplorer.d.ts","sourceRoot":"","sources":["../../../../src/dataViewer/VirtualizedDataExplorer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C,OAAO,EAOL,EAAE,EAEH,MAAM,OAAO,CAAC;AAo+Bf,UAAU,4BAA4B;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,SAAS,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,uBAAuB,EAAE,EAAE,CAAC,4BAA4B,CAkQpE,CAAC"}
|
|
@@ -46,7 +46,9 @@ export declare const Palette: ({ size, color, strokeWidth, ...props }: IconProps
|
|
|
46
46
|
export declare const Pause: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
47
47
|
export declare const Play: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
48
48
|
export declare const Plus: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
49
|
-
export declare const RefreshCw: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
49
|
+
export declare const RefreshCw: ({ size, color, strokeWidth: _strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
50
|
+
export declare const Home: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
51
|
+
export declare const HomeIcon: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
50
52
|
export declare const Search: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
51
53
|
export declare const Settings: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
52
54
|
export declare const Shield: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
@@ -91,7 +93,7 @@ export declare const PaletteIcon: ({ size, color, strokeWidth, ...props }: IconP
|
|
|
91
93
|
export declare const PauseIcon: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
92
94
|
export declare const PlayIcon: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
93
95
|
export declare const PlusIcon: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
94
|
-
export declare const RefreshCwIcon: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
96
|
+
export declare const RefreshCwIcon: ({ size, color, strokeWidth: _strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
95
97
|
export declare const SearchIcon: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
96
98
|
export declare const SettingsIcon: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
97
99
|
export declare const ShieldIcon: ({ size, color, strokeWidth, ...props }: IconProps) => import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lucide-icons.d.ts","sourceRoot":"","sources":["../../../../src/icons/lucide-icons.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAQ,SAAS,EAAa,MAAM,cAAc,CAAC;AAE1D,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAE9D,UAAU,SAAS;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAyID,eAAO,MAAM,QAAQ,GAAI,wCAKtB,SAAS,gCA2CX,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,wCAK3B,SAAS,gCAoCX,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,wCAKnB,SAAS,gCAmBX,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,wCAKzB,SAAS,gCAoBX,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,wCAKzB,SAAS,gCAmBX,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,wCAKzB,SAAS,gCAmBX,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,wCAK1B,SAAS,gCAmBX,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,wCAKvB,SAAS,gCAmBX,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,wCAKnB,SAAS,gCAoBX,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,wCAKlB,SAAS,gCA2BX,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,wCAKnB,SAAS,gCA2CX,CAAC;AAEF,eAAO,MAAM,GAAG,GAAI,wCAKjB,SAAS,gCAgBX,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,wCAKpB,SAAS,gCAuCX,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,wCAKtB,SAAS,gCAoEX,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,wCAKtB,SAAS,gCA4DX,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,wCAKpB,SAAS,gCA2CX,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,wCAK1B,SAAS,gCA2DX,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,wCAKvB,SAAS,gCA8BX,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,wCAKvB,SAAS,gCA8BX,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,wCAKlB,SAAS,gCAmCX,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,wCAKlB,SAAS,gCAaX,CAAC;AAEF,eAAO,MAAM,GAAG,GAAI,wCAKjB,SAAS,gCA6BX,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,wCAKpB,SAAS,gCAmEX,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,wCAKnB,SAAS,gCAWX,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,wCAKvB,SAAS,gCAeX,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,wCAKxB,SAAS,gCAqBX,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,GAAI,wCAKzB,SAAS,gCAkBX,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,wCAKrB,SAAS,gCAQX,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,wCAKnB,SAAS,gCAqBX,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,wCAKlB,SAAS,gCA2BX,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,wCAKlB,SAAS,gCAmBX,CAAC;
|
|
1
|
+
{"version":3,"file":"lucide-icons.d.ts","sourceRoot":"","sources":["../../../../src/icons/lucide-icons.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from "./ui";
|
|
2
2
|
export * from "./stores";
|
|
3
|
-
export { displayValue, parseDisplayValue, getSafeAreaInsets, persistentStorage, isUsingPersistentStorage, getStorageBackendType, safeStringify, getValueType, isPrimitive, isJsonSerializable, isValidJson, getConstructorName, isEmpty, getValueSize, parseValue, formatValue, getTypeColor, truncateText, flattenObject, formatPath, loadOptionalModule, getCachedOptionalModule, Subscribable, type SubscribableListener, subscriberCountNotifier, subscribeToSubscriberCountChanges, notifySubscriberCountChange, useSafeRouter, useSafePathname, useSafeSegments, useSafeGlobalSearchParams, getSafeRouter, isExpoRouterAvailable, } from "./utils";
|
|
3
|
+
export { absoluteFill, displayValue, parseDisplayValue, getSafeAreaInsets, persistentStorage, isUsingPersistentStorage, getStorageBackendType, safeStringify, getValueType, isPrimitive, isJsonSerializable, isValidJson, getConstructorName, isEmpty, getValueSize, parseValue, formatValue, getTypeColor, truncateText, flattenObject, formatPath, loadOptionalModule, getCachedOptionalModule, Subscribable, type SubscribableListener, subscriberCountNotifier, subscribeToSubscriberCountChanges, notifySubscriberCountChange, useSafeRouter, useSafePathname, useSafeSegments, useSafeGlobalSearchParams, getSafeRouter, isExpoRouterAvailable, } from "./utils";
|
|
4
4
|
export * from "./utils/formatting";
|
|
5
5
|
export * from "./utils/time";
|
|
6
6
|
export { isPlainObject as isPlainObjectUtil } from "./utils/typeHelpers";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,MAAM,CAAC;AAGrB,cAAc,UAAU,CAAC;AAGzB,OAAO,EAEL,YAAY,EACZ,iBAAiB,EAEjB,iBAAiB,EAEjB,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EAErB,aAAa,EAEb,YAAY,EACZ,WAAW,EACX,kBAAkB,EAClB,WAAW,EACX,kBAAkB,EAClB,OAAO,EACP,YAAY,EAEZ,UAAU,EACV,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,UAAU,EAEV,kBAAkB,EAClB,uBAAuB,EAEvB,YAAY,EACZ,KAAK,oBAAoB,EAEzB,uBAAuB,EACvB,iCAAiC,EACjC,2BAA2B,EAE3B,aAAa,EACb,eAAe,EACf,eAAe,EACf,yBAAyB,EACzB,aAAa,EACb,qBAAqB,GACtB,MAAM,SAAS,CAAC;AAGjB,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAG7B,OAAO,EAAE,aAAa,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGzE,cAAc,SAAS,CAAC;AAGxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,aAAa,EACb,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,qBAAqB,EAC1B,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,YAAY,GAClB,MAAM,SAAS,CAAC;AAGjB,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvD,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAEvF,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,YAAY,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AAE5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,YAAY,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AAE1E,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,YAAY,EAAE,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AACtF,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAGrD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAG7E,cAAc,WAAW,CAAC;AAG1B,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,cAAc,EAAE,gBAAgB,EAAE,YAAY,EAAE,iBAAiB,EAAE,QAAQ,EAAE,eAAe,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AACjL,YAAY,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,MAAM,CAAC;AAGrB,cAAc,UAAU,CAAC;AAGzB,OAAO,EAEL,YAAY,EAEZ,YAAY,EACZ,iBAAiB,EAEjB,iBAAiB,EAEjB,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EAErB,aAAa,EAEb,YAAY,EACZ,WAAW,EACX,kBAAkB,EAClB,WAAW,EACX,kBAAkB,EAClB,OAAO,EACP,YAAY,EAEZ,UAAU,EACV,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,UAAU,EAEV,kBAAkB,EAClB,uBAAuB,EAEvB,YAAY,EACZ,KAAK,oBAAoB,EAEzB,uBAAuB,EACvB,iCAAiC,EACjC,2BAA2B,EAE3B,aAAa,EACb,eAAe,EACf,eAAe,EACf,yBAAyB,EACzB,aAAa,EACb,qBAAqB,GACtB,MAAM,SAAS,CAAC;AAGjB,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAG7B,OAAO,EAAE,aAAa,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGzE,cAAc,SAAS,CAAC;AAGxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,aAAa,EACb,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,qBAAqB,EAC1B,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,YAAY,GAClB,MAAM,SAAS,CAAC;AAGjB,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvD,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAEvF,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,YAAY,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AAE5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,YAAY,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AAE1E,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,YAAY,EAAE,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AACtF,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAGrD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAG7E,cAAc,WAAW,CAAC;AAG1B,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,cAAc,EAAE,gBAAgB,EAAE,YAAY,EAAE,iBAAiB,EAAE,QAAQ,EAAE,eAAe,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AACjL,YAAY,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceLimitModal.d.ts","sourceRoot":"","sources":["../../../../src/license/DeviceLimitModal.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAA2C,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"DeviceLimitModal.d.ts","sourceRoot":"","sources":["../../../../src/license/DeviceLimitModal.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAA2C,MAAM,OAAO,CAAC;AAuBhE,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,YAAY,EAAE,IAAI,CAAC;IACnB,UAAU,EAAE,IAAI,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACpB;AAgBD,eAAO,MAAM,gBAAgB,GAAI,4CAK9B,qBAAqB,sBAyNvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LicenseEntryModal.d.ts","sourceRoot":"","sources":["../../../../src/license/LicenseEntryModal.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAsB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"LicenseEntryModal.d.ts","sourceRoot":"","sources":["../../../../src/license/LicenseEntryModal.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAsB,MAAM,OAAO,CAAC;AA4B3C,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAGD,MAAM,WAAW,YAAY;IAC3B,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACjD,KAAK,EAAE,OAAO,CAAC;IACf,YAAY,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAQD,eAAO,MAAM,iBAAiB,GAAI,oCAI/B,sBAAsB,sBA0GxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManageDevicesModal.d.ts","sourceRoot":"","sources":["../../../../src/license/ManageDevicesModal.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAA2C,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ManageDevicesModal.d.ts","sourceRoot":"","sources":["../../../../src/license/ManageDevicesModal.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAA2C,MAAM,OAAO,CAAC;AA8EhE,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;IAEpB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B;AAkGD,eAAO,MAAM,kBAAkB,GAAI,uCAIhC,uBAAuB,sBA2LzB,CAAC"}
|
|
@@ -61,6 +61,8 @@ export declare abstract class BaseEventStore<TEvent> extends Subscribable<EventC
|
|
|
61
61
|
protected arrayListeners: Set<ArrayListener<TEvent>>;
|
|
62
62
|
protected maxEvents: number;
|
|
63
63
|
protected storeName: string;
|
|
64
|
+
private captureSuppressed;
|
|
65
|
+
private clearListeners;
|
|
64
66
|
constructor(options: BaseEventStoreOptions);
|
|
65
67
|
/**
|
|
66
68
|
* Start capturing events from the underlying source.
|
|
@@ -129,6 +131,32 @@ export declare abstract class BaseEventStore<TEvent> extends Subscribable<EventC
|
|
|
129
131
|
* Clear all events
|
|
130
132
|
*/
|
|
131
133
|
clearEvents(): void;
|
|
134
|
+
/**
|
|
135
|
+
* Listen for clearEvents() calls. Used in remote mirror mode to forward a
|
|
136
|
+
* clear performed in the dashboard UI to the synced device.
|
|
137
|
+
*/
|
|
138
|
+
onClear(listener: () => void): () => void;
|
|
139
|
+
/**
|
|
140
|
+
* Suppress the auto start/stop capture lifecycle. Use when this store acts
|
|
141
|
+
* as a mirror of a remote device's events (e.g. the desktop dashboard):
|
|
142
|
+
* events arrive via replaceEvents() and the local interceptors must never
|
|
143
|
+
* start — on the dashboard they would capture the dashboard's own traffic.
|
|
144
|
+
*/
|
|
145
|
+
disableCapture(): void;
|
|
146
|
+
/**
|
|
147
|
+
* Replace the entire event list and notify array listeners. Used in remote
|
|
148
|
+
* mirror mode where full snapshots arrive from a synced device.
|
|
149
|
+
*/
|
|
150
|
+
replaceEvents(events: TEvent[]): void;
|
|
151
|
+
/**
|
|
152
|
+
* Drop events that share an `id` with an earlier event, keeping the first
|
|
153
|
+
* (newest, since events are newest-first) occurrence. Remote snapshots can
|
|
154
|
+
* momentarily carry duplicate ids — e.g. a device's request counter resets
|
|
155
|
+
* on reload while older events with the same id are still in the buffer —
|
|
156
|
+
* which makes React list keys (keyed on `id`) collide. Events without an
|
|
157
|
+
* `id` are passed through untouched.
|
|
158
|
+
*/
|
|
159
|
+
private dedupeById;
|
|
132
160
|
/**
|
|
133
161
|
* Set maximum number of events to keep
|
|
134
162
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseEventStore.d.ts","sourceRoot":"","sources":["../../../../src/stores/BaseEventStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAGrD;;GAEG;AACH,MAAM,MAAM,aAAa,CAAC,MAAM,IAAI,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,aAAa,CAAC,MAAM,IAAI,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;AAE5D;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oDAAoD;IACpD,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;;;;;GAOG;AACH,8BAAsB,cAAc,CAAC,MAAM,CAAE,SAAQ,YAAY,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IACtF,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,CAAM;IAChC,SAAS,CAAC,cAAc,EAAE,GAAG,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAa;IACjE,SAAS,CAAC,SAAS,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,SAAS,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"BaseEventStore.d.ts","sourceRoot":"","sources":["../../../../src/stores/BaseEventStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAGrD;;GAEG;AACH,MAAM,MAAM,aAAa,CAAC,MAAM,IAAI,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,aAAa,CAAC,MAAM,IAAI,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;AAE5D;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oDAAoD;IACpD,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;;;;;GAOG;AACH,8BAAsB,cAAc,CAAC,MAAM,CAAE,SAAQ,YAAY,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IACtF,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,CAAM;IAChC,SAAS,CAAC,cAAc,EAAE,GAAG,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAa;IACjE,SAAS,CAAC,SAAS,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,SAAS,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,iBAAiB,CAAS;IAClC,OAAO,CAAC,cAAc,CAA8B;gBAExC,OAAO,EAAE,qBAAqB;IAU1C;;;OAGG;IACH,SAAS,CAAC,QAAQ,CAAC,cAAc,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAEzD;;;OAGG;IACH,SAAS,CAAC,QAAQ,CAAC,aAAa,IAAI,IAAI;IAExC;;OAEG;IACH,QAAQ,CAAC,WAAW,IAAI,OAAO;IAM/B;;;OAGG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;IAO7B;;;OAGG;IACH,SAAS,CAAC,aAAa,IAAI,IAAI;IAW/B;;OAEG;IACH,SAAS,CAAC,uBAAuB,IAAI,MAAM;IAI3C;;;;;;OAMG;IACH,iBAAiB,CAAC,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,GAAG,MAAM,IAAI;IA8B9D;;;;;;OAMG;IACH,OAAO,CAAC,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,GAAG,MAAM,IAAI;IASpD;;;;;OAKG;IACH,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAWvC;;OAEG;IACH,SAAS,CAAC,oBAAoB,IAAI,IAAI;IAWtC;;OAEG;IACH,SAAS,IAAI,MAAM,EAAE;IAIrB;;OAEG;IACH,aAAa,IAAI,MAAM;IAIvB;;OAEG;IACH,WAAW,IAAI,IAAI;IAYnB;;;OAGG;IACH,OAAO,CAAC,QAAQ,EAAE,MAAM,IAAI,GAAG,MAAM,IAAI;IAWzC;;;;;OAKG;IACH,cAAc,IAAI,IAAI;IAOtB;;;OAGG;IACH,aAAa,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI;IAKrC;;;;;;;OAOG;IACH,OAAO,CAAC,UAAU;IAgBlB;;OAEG;IACH,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAY/B;;OAEG;IACH,mBAAmB,IAAI;QACrB,cAAc,EAAE,MAAM,CAAC;QACvB,cAAc,EAAE,MAAM,CAAC;QACvB,KAAK,EAAE,MAAM,CAAC;KACf;CAOF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompactRow.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/CompactRow.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIlC,MAAM,WAAW,eAAe;IAE9B,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC;IAGrB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wBAAgB,UAAU,CAAC,EACzB,cAAc,EACd,WAAW,EACX,cAAc,EACd,WAAW,EACX,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,UAAU,EACV,WAAW,EACX,WAAW,EACX,eAAe,EACf,UAAU,EACV,OAAO,EACP,QAAQ,EACR,iBAAiB,GAClB,EAAE,eAAe,+
|
|
1
|
+
{"version":3,"file":"CompactRow.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/CompactRow.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIlC,MAAM,WAAW,eAAe;IAE9B,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC;IAGrB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wBAAgB,UAAU,CAAC,EACzB,cAAc,EACd,WAAW,EACX,cAAc,EACd,WAAW,EACX,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,UAAU,EACV,WAAW,EACX,WAAW,EACX,eAAe,EACf,UAAU,EACV,OAAO,EACP,QAAQ,EACR,iBAAiB,GAClB,EAAE,eAAe,+BA8GjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventPickerModal.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/EventHistoryViewer/EventPickerModal.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAe,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"EventPickerModal.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/EventHistoryViewer/EventPickerModal.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAe,MAAM,OAAO,CAAC;AAWpC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD;;;GAGG;AACH,eAAO,MAAM,gBAAgB,mDA8E3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExpandableSectionWithModal.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/ExpandableSectionWithModal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ExpandableSectionWithModal.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/ExpandableSectionWithModal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAW5C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAO9C,UAAU,+BAA+B;IACvC,IAAI,EAAE,UAAU,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,SAAS,GAAG,CAAC,CAAC,UAAU,EAAE,MAAM,IAAI,KAAK,SAAS,CAAC,CAAC;IAC9D,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,wBAAgB,0BAA0B,CAAC,EACzC,IAAI,EACJ,SAAS,EACT,mBAAmB,EACnB,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,oBAAgC,EAChC,eAAsB,EACtB,UAAkB,EAClB,WAAW,EACX,YAAY,GACb,EAAE,+BAA+B,+BA0HjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WindowControls.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/WindowControls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WindowControls.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/WindowControls.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAc/C;;;GAGG;AACH,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,OAAO,QAE3D;AAMD,UAAU,mBAAmB;IAC3B,+BAA+B;IAC/B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,4EAA4E;IAC5E,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,sFAAsF;IACtF,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,2EAA2E;IAC3E,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AA+BD;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,EAC7B,OAAO,EACP,UAAU,EACV,YAAY,EACZ,IAAI,GACL,EAAE,mBAAmB,+BAqDrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CyberpunkConsoleSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/console/CyberpunkConsoleSection.tsx"],"names":[],"mappings":"AACA,OAAO,EAKL,SAAS,EAGV,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"CyberpunkConsoleSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/console/CyberpunkConsoleSection.tsx"],"names":[],"mappings":"AACA,OAAO,EAKL,SAAS,EAGV,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAQ9C,UAAU,4BAA4B;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,UAAU,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,uBAAuB,CAAC,EACtC,EAAE,EAAE,GAAG,EAAE,mCAAmC;AAC5C,KAAK,EACL,QAAQ,EACR,IAAI,EAAE,IAAI,EACV,SAAS,EACT,mBAAmB,EACnB,OAAO,EACP,KAAK,EACL,KAAS,GACV,EAAE,4BAA4B,+BAgiB9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GalaxyButton.d.ts","sourceRoot":"","sources":["../../../../../src/ui/console/GalaxyButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAqB,MAAM,OAAO,CAAC;AACrD,OAAO,EAKL,SAAS,EAEV,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"GalaxyButton.d.ts","sourceRoot":"","sources":["../../../../../src/ui/console/GalaxyButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAqB,MAAM,OAAO,CAAC;AACrD,OAAO,EAKL,SAAS,EAEV,MAAM,cAAc,CAAC;AAKtB,UAAU,iBAAiB;IACzB,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,iBAAiB,+BAqE3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameUIStatusHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/gameUI/components/GameUIStatusHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,SAAS,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"GameUIStatusHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/gameUI/components/GameUIStatusHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,SAAS,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAG3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAErE,MAAM,WAAW,uBAAuB;IAEtC,WAAW,EAAE,gBAAgB,CAAC;IAE9B,SAAS,EAAE,MAAM,CAAC;IAElB,aAAa,CAAC,EAAE,QAAQ,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IAElD,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,EACjC,WAAW,EACX,SAAS,EACT,aAAa,EACb,KAAK,EACL,cAAkB,GACnB,EAAE,uBAAuB,+BA+DzB"}
|