@floegence/floe-webapp-core 0.36.8 → 0.36.10
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/components/deck/DeckCell.d.ts +3 -6
- package/dist/components/deck/DeckCell.js +35 -44
- package/dist/components/deck/DeckGrid.d.ts +2 -16
- package/dist/components/deck/DeckGrid.js +122 -122
- package/dist/components/deck/DropZonePreview.js +15 -15
- package/dist/components/deck/WidgetResizeHandle.d.ts +3 -1
- package/dist/components/deck/WidgetResizeHandle.js +46 -80
- package/dist/components/deck/deckGridMetrics.d.ts +41 -0
- package/dist/components/deck/deckGridMetrics.js +52 -0
- package/dist/components/deck/deckPointerSession.d.ts +52 -0
- package/dist/components/deck/deckPointerSession.js +113 -0
- package/dist/context/DeckContext.d.ts +13 -8
- package/dist/context/DeckContext.js +250 -242
- package/dist/deck.js +22 -21
- package/dist/floe.css +2 -0
- package/dist/full.js +384 -382
- package/dist/hooks/useDeckDrag.d.ts +4 -3
- package/dist/hooks/useDeckDrag.js +42 -72
- package/dist/index.js +54 -53
- package/dist/styles.css +1 -1
- package/dist/utils/gridCollision.d.ts +1 -0
- package/dist/utils/gridCollision.js +21 -17
- package/package.json +1 -1
package/dist/full.js
CHANGED
|
@@ -32,125 +32,126 @@ import { CommandProvider as kn, createCommandService as Fn, useCommand as Pn } f
|
|
|
32
32
|
import { ComponentRegistryProvider as En, createComponentRegistry as Ln, hasComponentRegistryContext as vn, useComponentContextFactory as Bn, useComponentRegistry as Dn, useOptionalComponentRegistry as An } from "./context/ComponentRegistry.js";
|
|
33
33
|
import { ConfirmDialog as Rn, Dialog as _n } from "./components/ui/Dialog.js";
|
|
34
34
|
import { ConnectionStatus as On } from "./components/chat/status/ConnectionStatus.js";
|
|
35
|
-
import { DECK_GRID_CONFIG as bn,
|
|
36
|
-
import { DEFAULT_FLOE_CONFIG as
|
|
37
|
-
import { DEFAULT_VIRTUAL_LIST_CONFIG as
|
|
38
|
-
import { DeckCell as
|
|
39
|
-
import { DeckContextMenu as
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
35
|
+
import { DECK_GRID_CONFIG as bn, getGridConfigFromElement as Nn } from "./components/deck/deckGridMetrics.js";
|
|
36
|
+
import { DEFAULT_FLOE_CONFIG as Gn, FloeConfigProvider as Vn, useFloeConfig as Un, useResolvedFloeConfig as Kn } from "./context/FloeConfigContext.js";
|
|
37
|
+
import { DEFAULT_VIRTUAL_LIST_CONFIG as Xn } from "./components/chat/types.js";
|
|
38
|
+
import { DeckCell as Qn } from "./components/deck/DeckCell.js";
|
|
39
|
+
import { DeckContextMenu as qn } from "./components/deck/DeckContextMenu.js";
|
|
40
|
+
import { DeckGrid as jn } from "./components/deck/DeckGrid.js";
|
|
41
|
+
import { DeckProvider as ea, createDeckService as oa, useDeck as ra } from "./context/DeckContext.js";
|
|
42
|
+
import { DeckTopBar as ia } from "./components/deck/DeckTopBar.js";
|
|
43
|
+
import { DirectoryInput as aa } from "./components/ui/DirectoryInput.js";
|
|
44
|
+
import { DirectoryPicker as ca } from "./components/ui/DirectoryPicker.js";
|
|
45
|
+
import { DirectoryTree as sa } from "./components/file-browser/DirectoryTree.js";
|
|
46
|
+
import { DisplayModePageShell as fa } from "./components/layout/DisplayModePageShell.js";
|
|
47
|
+
import { DisplayModeSwitcher as Ia, sanitizeDisplayMode as xa } from "./components/layout/DisplayModeSwitcher.js";
|
|
48
|
+
import { DropZonePreview as Ca } from "./components/deck/DropZonePreview.js";
|
|
49
|
+
import { Dropdown as Ta, Select as ua } from "./components/ui/Dropdown.js";
|
|
50
|
+
import { ErrorBlock as ka, HighlightBlock as Fa, InfoBlock as Pa, NoteBlock as ya, SuccessBlock as Ea, TipBlock as La, WarningBlock as va } from "./components/ui/HighlightBlock.js";
|
|
51
|
+
import { FLOE_GEOMETRY_SURFACE_ATTR as Da, FLOE_HOT_INTERACTION_ATTR as Aa, startHotInteraction as Ma } from "./utils/hotInteraction.js";
|
|
52
|
+
import { FileBlock as _a } from "./components/chat/blocks/FileBlock.js";
|
|
53
|
+
import { FileBrowser as Oa } from "./components/file-browser/FileBrowser.js";
|
|
54
|
+
import { FileBrowserDragPreview as ba } from "./components/file-browser/DragPreview.js";
|
|
55
|
+
import { FileBrowserDragProvider as Ha, hasFileBrowserDragContext as Ga, useFileBrowserDrag as Va } from "./context/FileBrowserDragContext.js";
|
|
56
|
+
import { FileBrowserProvider as Ka, useFileBrowser as za } from "./components/file-browser/FileBrowserContext.js";
|
|
57
|
+
import { FileBrowserToolbar as Za } from "./components/file-browser/FileBrowserToolbar.js";
|
|
58
|
+
import { FileContextMenu as Ya } from "./components/file-browser/FileContextMenu.js";
|
|
59
|
+
import { FileGridView as Ja } from "./components/file-browser/FileGridView.js";
|
|
60
|
+
import { FileListView as $a } from "./components/file-browser/FileListView.js";
|
|
61
|
+
import { FileSavePicker as om } from "./components/ui/FileSavePicker.js";
|
|
62
|
+
import { FilesSidebarWidget as tm, SearchSidebarWidget as im, SettingsSidebarWidget as nm, ShowcaseSidebarWidget as am, SidebarWidget as mm } from "./widgets/SidebarWidget.js";
|
|
63
|
+
import { FloatingWindow as lm } from "./components/ui/FloatingWindow.js";
|
|
64
|
+
import { FloeApp as pm } from "./app/FloeApp.js";
|
|
65
|
+
import { FloeRegistryRuntime as dm } from "./app/FloeRegistryRuntime.js";
|
|
66
|
+
import { Form as xm, FormActions as gm, FormControl as Cm, FormDescription as Sm, FormDivider as Tm, FormField as um, FormLabel as hm, FormMessage as km, FormRow as Fm, FormSection as Pm, useFormSubmitting as ym } from "./components/ui/Form.js";
|
|
67
|
+
import { ImageBlock as Lm } from "./components/chat/blocks/ImageBlock.js";
|
|
68
|
+
import { InfiniteCanvas as Bm } from "./components/ui/InfiniteCanvas.js";
|
|
69
|
+
import { KeepAliveStack as Am } from "./components/layout/KeepAliveStack.js";
|
|
70
|
+
import { Launchpad as Rm } from "./components/launchpad/Launchpad.js";
|
|
71
|
+
import { LaunchpadGrid as Wm } from "./components/launchpad/LaunchpadGrid.js";
|
|
72
|
+
import { LaunchpadItem as wm } from "./components/launchpad/LaunchpadItem.js";
|
|
73
|
+
import { LaunchpadModal as Nm } from "./components/launchpad/LaunchpadModal.js";
|
|
74
|
+
import { LaunchpadPagination as Gm } from "./components/launchpad/LaunchpadPagination.js";
|
|
75
|
+
import { LaunchpadSearch as Um } from "./components/launchpad/LaunchpadSearch.js";
|
|
76
|
+
import { LayoutProvider as zm, createLayoutService as Xm, useLayout as Zm } from "./context/LayoutContext.js";
|
|
77
|
+
import { LayoutSelector as Ym } from "./components/deck/LayoutSelector.js";
|
|
78
|
+
import { LoadingOverlay as Jm } from "./components/loading/LoadingOverlay.js";
|
|
79
|
+
import { MarkdownBlock as $m } from "./components/chat/blocks/MarkdownBlock.js";
|
|
80
|
+
import { MermaidBlock as oc } from "./components/chat/blocks/MermaidBlock.js";
|
|
81
|
+
import { MessageActions as tc } from "./components/chat/message/MessageActions.js";
|
|
82
|
+
import { MessageAvatar as nc } from "./components/chat/message/MessageAvatar.js";
|
|
83
|
+
import { MessageBubble as mc } from "./components/chat/message/MessageBubble.js";
|
|
84
|
+
import { MessageItem as lc } from "./components/chat/message/MessageItem.js";
|
|
85
|
+
import { MessageMeta as pc } from "./components/chat/message/MessageMeta.js";
|
|
86
|
+
import { MetricsWidget as dc } from "./widgets/MetricsWidget.js";
|
|
87
|
+
import { MobileKeyboard as xc } from "./components/ui/MobileKeyboard.js";
|
|
88
|
+
import { MobileTabBar as Cc } from "./components/layout/MobileTabBar.js";
|
|
89
|
+
import { NOTES_CONTEXT_MENU_WIDTH_PX as Tc, NotesContextMenu as uc, estimateNotesContextMenuHeight as hc } from "./components/notes/NotesContextMenu.js";
|
|
90
|
+
import { NOTES_SCALE_MAX as Fc, NOTES_SCALE_MIN as Pc, NOTE_BUCKET_METRICS as yc, NOTE_COLOR_TOKENS as Ec, TOPIC_ACCENT_TOKENS as Lc, TOPIC_ICON_KEYS as vc, applyNotesEvent as Bc, centerViewportOnWorldPoint as Dc, clampScale as Ac, computeBoardBounds as Mc, createDefaultNotesSnapshot as Rc, groupTrashItems as _c, mergeBoardBounds as Wc, nextLocalZIndex as Oc, normalizeNotesSnapshot as wc, noteBucketMetrics as bc, promoteLocalItem as Nc, removeSnapshotItem as Hc, removeSnapshotTopic as Gc, removeSnapshotTrashItem as Vc, replaceSnapshotItem as Uc, replaceSnapshotTopic as Kc, replaceSnapshotTrashItem as zc, screenToWorld as Xc, visibleWorldRect as Zc, worldToScreen as Qc, zoomViewportAtPoint as Yc } from "./components/notes/types.js";
|
|
91
|
+
import { NOTE_COLOR_LABELS as Jc, NotesAnimalIcon as jc, NotesOverlayIcon as $c, NotesTrashCanIcon as el, TOPIC_ACCENT_LABELS as ol } from "./components/notes/notesAppearance.js";
|
|
92
|
+
import { NotesOverlay as tl } from "./components/notes/NotesOverlay.js";
|
|
93
|
+
import { NotificationContainer as nl, NotificationProvider as al, createNotificationService as ml, useNotification as cl } from "./context/NotificationContext.js";
|
|
94
|
+
import { Pagination as sl } from "./components/ui/Pagination.js";
|
|
95
|
+
import { Panel as fl, PanelContent as dl, PanelHeader as Il } from "./components/layout/Panel.js";
|
|
96
|
+
import { ProcessingIndicator as gl } from "./components/ui/ProcessingIndicator.js";
|
|
97
|
+
import { QuoteBlock as Sl } from "./components/ui/QuoteBlock.js";
|
|
98
|
+
import { RadioGroup as ul, RadioList as hl, RadioOption as kl } from "./components/ui/Radio.js";
|
|
99
|
+
import { ResizeHandle as Pl } from "./components/layout/ResizeHandle.js";
|
|
100
|
+
import { SegmentedControl as El } from "./components/ui/SegmentedControl.js";
|
|
101
|
+
import { Shell as vl } from "./components/layout/Shell.js";
|
|
102
|
+
import { ShellBlock as Dl } from "./components/chat/blocks/ShellBlock.js";
|
|
103
|
+
import { Sidebar as Ml, SidebarContent as Rl, SidebarItem as _l, SidebarItemList as Wl, SidebarSection as Ol } from "./components/layout/Sidebar.js";
|
|
104
|
+
import { SidebarPane as bl } from "./components/layout/SidebarPane.js";
|
|
105
|
+
import { Skeleton as Hl, SkeletonCard as Gl, SkeletonList as Vl, SkeletonText as Ul } from "./components/loading/Skeleton.js";
|
|
106
|
+
import { SnakeLoader as zl } from "./components/loading/SnakeLoader.js";
|
|
107
|
+
import { Stepper as Zl, Wizard as Ql, useWizard as Yl } from "./components/ui/Stepper.js";
|
|
108
|
+
import { StreamingCursor as Jl } from "./components/chat/status/StreamingCursor.js";
|
|
109
|
+
import { SvgBlock as $l } from "./components/chat/blocks/SvgBlock.js";
|
|
110
|
+
import { Switch as os } from "./components/ui/Switch.js";
|
|
111
|
+
import { TabPanel as ts, Tabs as is } from "./components/ui/Tabs.js";
|
|
112
|
+
import { Tag as as } from "./components/ui/Tag.js";
|
|
113
|
+
import { TerminalWidget as cs, createTerminalWidget as ls } from "./widgets/TerminalWidget.js";
|
|
114
|
+
import { TextBlock as ps } from "./components/chat/blocks/TextBlock.js";
|
|
115
|
+
import { ThemeProvider as ds, createThemeService as Is, useTheme as xs } from "./context/ThemeContext.js";
|
|
116
|
+
import { ThinkingBlock as Cs } from "./components/chat/blocks/ThinkingBlock.js";
|
|
117
|
+
import { ToolCallBlock as Ts } from "./components/chat/blocks/ToolCallBlock.js";
|
|
118
|
+
import { Tooltip as hs } from "./components/ui/Tooltip.js";
|
|
119
|
+
import { TopBar as Fs } from "./components/layout/TopBar.js";
|
|
120
|
+
import { TopBarIconButton as ys } from "./components/layout/TopBarIconButton.js";
|
|
121
|
+
import { ViewActivationProvider as Ls, useViewActivation as vs } from "./context/ViewActivationContext.js";
|
|
122
|
+
import { VirtualMessageList as Ds } from "./components/chat/message-list/VirtualMessageList.js";
|
|
123
|
+
import { WidgetFrame as Ms } from "./components/deck/WidgetFrame.js";
|
|
124
|
+
import { WidgetPalette as _s } from "./components/deck/WidgetPalette.js";
|
|
125
|
+
import { WidgetRegistryProvider as Os, createWidgetRegistry as ws, useWidgetRegistry as bs } from "./context/WidgetRegistry.js";
|
|
126
|
+
import { WidgetResizeHandle as Hs } from "./components/deck/WidgetResizeHandle.js";
|
|
127
|
+
import { WidgetStateProvider as Vs, useCurrentWidgetId as Us, useWidgetState as Ks, useWidgetStateContext as zs } from "./context/WidgetStateContext.js";
|
|
128
|
+
import { WidgetTypeSwitcher as Zs } from "./components/deck/WidgetTypeSwitcher.js";
|
|
129
|
+
import { WorkingIndicator as Ys } from "./components/chat/status/WorkingIndicator.js";
|
|
130
|
+
import { applyDragDelta as Js, applyResizeDelta as js, getGridCellSize as $s, pixelDeltaToGridDelta as ep, positionToGridArea as op, snapToGrid as rp } from "./utils/gridLayout.js";
|
|
131
|
+
import { buildAssistantNoticeEvents as ip, createStreamEventBuilder as np, isStreamEvent as ap } from "./components/chat/streamEvents.js";
|
|
132
|
+
import { checkCollision as cp, constrainPosition as lp, findFreePosition as sp, hasCollision as pp, sameGridPosition as fp } from "./utils/gridCollision.js";
|
|
133
|
+
import { cn as Ip } from "./utils/cn.js";
|
|
134
|
+
import { computeCodeDiff as gp, computeCodeDiffSync as Cp, configureDiffWorker as Sp, createDiffWorker as Tp, hasDiffWorker as up, terminateDiffWorker as hp, waitForDiffWorker as kp } from "./components/chat/hooks/useCodeDiff.js";
|
|
135
|
+
import { configureMarkdownWorker as Pp, createMarkdownWorker as yp, hasMarkdownWorker as Ep, renderMarkdown as Lp, renderMarkdownSync as vp, terminateMarkdownWorker as Bp, waitForMarkdownWorker as Dp } from "./components/chat/hooks/useMarkdown.js";
|
|
136
|
+
import { configureMermaidWorker as Mp, configureSyncMermaid as Rp, renderMermaid as _p, terminateMermaidWorker as Wp, useMermaid as Op } from "./components/chat/hooks/useMermaid.js";
|
|
137
|
+
import { configureShikiWorker as bp, configureSyncHighlighter as Np, highlightCode as Hp, terminateShikiWorker as Gp, useCodeHighlight as Vp } from "./components/chat/hooks/useCodeHighlight.js";
|
|
138
|
+
import { createSimpleContext as Kp } from "./context/createSimpleContext.js";
|
|
139
|
+
import { deferAfterPaint as Xp, deferNonBlocking as Zp } from "./utils/defer.js";
|
|
140
|
+
import { duration as Yp, easing as qp, fadeIn as Jp, listContainer as jp, listItem as $p, panelResize as ef, popIn as of, scaleIn as rf, sidebarVariants as tf, slideInFromBottom as nf, slideInFromLeft as af, slideInFromRight as mf, slideInFromTop as cf, springConfig as lf } from "./utils/animations.js";
|
|
141
|
+
import { formatKeybind as pf, isMacLikePlatform as ff, isPrimaryModKeyPressed as df, matchKeybind as If, parseKeybind as xf } from "./utils/keybind.js";
|
|
142
|
+
import { isTypingElement as Cf, shouldIgnoreHotkeys as Sf } from "./utils/dom.js";
|
|
143
|
+
import { lockBodyStyle as uf } from "./utils/bodyStyleLock.js";
|
|
144
|
+
import { registerCommandContributions as kf, useCommandContributions as Ff } from "./hooks/useCommandContributions.js";
|
|
145
|
+
import { useAttachments as yf } from "./components/chat/hooks/useAttachments.js";
|
|
146
|
+
import { useAutoScroll as Lf } from "./components/chat/hooks/useAutoScroll.js";
|
|
147
|
+
import { useDebounce as Bf } from "./hooks/useDebounce.js";
|
|
148
|
+
import { useDeckDrag as Af } from "./hooks/useDeckDrag.js";
|
|
149
|
+
import { useFileBrowserDropTarget as Rf, useFileBrowserItemDrag as _f } from "./hooks/useFileBrowserDrag.js";
|
|
150
|
+
import { useKeybind as Of } from "./hooks/useKeybind.js";
|
|
151
|
+
import { useMediaQuery as bf } from "./hooks/useMediaQuery.js";
|
|
152
|
+
import { usePersisted as Hf } from "./hooks/usePersisted.js";
|
|
153
|
+
import { useResizeObserver as Vf } from "./hooks/useResizeObserver.js";
|
|
154
|
+
import { useVirtualList as Kf } from "./components/chat/hooks/useVirtualList.js";
|
|
154
155
|
export {
|
|
155
156
|
F as Activity,
|
|
156
157
|
wt as ActivityAppsMain,
|
|
@@ -238,84 +239,84 @@ export {
|
|
|
238
239
|
ge as CreditCardIcon,
|
|
239
240
|
bn as DECK_GRID_CONFIG,
|
|
240
241
|
Gi as DEFAULT_CANVAS_WHEEL_INTERACTIVE_SELECTOR,
|
|
241
|
-
|
|
242
|
+
Gn as DEFAULT_FLOE_CONFIG,
|
|
242
243
|
Vi as DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR,
|
|
243
244
|
Ft as DEFAULT_TERMINAL_SUGGESTION_PROVIDERS,
|
|
244
245
|
tt as DEFAULT_TERMINAL_WORKSPACE_PROFILE,
|
|
245
|
-
|
|
246
|
+
Xn as DEFAULT_VIRTUAL_LIST_CONFIG,
|
|
246
247
|
Ui as DEFAULT_WORKBENCH_WIDGET_SHELL_SELECTOR,
|
|
247
248
|
ii as DataBarChart,
|
|
248
249
|
ni as DataPieChart,
|
|
249
250
|
Ce as Database,
|
|
250
251
|
Se as DatabaseIcon,
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
252
|
+
Qn as DeckCell,
|
|
253
|
+
qn as DeckContextMenu,
|
|
254
|
+
jn as DeckGrid,
|
|
255
|
+
ea as DeckProvider,
|
|
256
|
+
ia as DeckTopBar,
|
|
256
257
|
_n as Dialog,
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
258
|
+
aa as DirectoryInput,
|
|
259
|
+
ca as DirectoryPicker,
|
|
260
|
+
sa as DirectoryTree,
|
|
261
|
+
fa as DisplayModePageShell,
|
|
262
|
+
Ia as DisplayModeSwitcher,
|
|
262
263
|
ki as DocumentFileIcon,
|
|
263
264
|
Te as DollarIcon,
|
|
264
265
|
ue as Download,
|
|
265
266
|
he as DownloadIcon,
|
|
266
|
-
|
|
267
|
-
|
|
267
|
+
Ca as DropZonePreview,
|
|
268
|
+
Ta as Dropdown,
|
|
268
269
|
ke as EditIcon,
|
|
269
|
-
|
|
270
|
+
ka as ErrorBlock,
|
|
270
271
|
Fe as ErrorIcon,
|
|
271
272
|
Pe as ExternalLink,
|
|
272
273
|
ye as Eye,
|
|
273
274
|
Ee as EyeIcon,
|
|
274
275
|
Le as EyeOff,
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
276
|
+
Da as FLOE_GEOMETRY_SURFACE_ATTR,
|
|
277
|
+
Aa as FLOE_HOT_INTERACTION_ATTR,
|
|
278
|
+
_a as FileBlock,
|
|
279
|
+
Oa as FileBrowser,
|
|
280
|
+
ba as FileBrowserDragPreview,
|
|
281
|
+
Ha as FileBrowserDragProvider,
|
|
282
|
+
Ka as FileBrowserProvider,
|
|
283
|
+
Za as FileBrowserToolbar,
|
|
283
284
|
ve as FileCode,
|
|
284
|
-
|
|
285
|
-
|
|
285
|
+
Ya as FileContextMenu,
|
|
286
|
+
Ja as FileGridView,
|
|
286
287
|
Fi as FileIcon,
|
|
287
288
|
Pi as FileItemIcon,
|
|
288
|
-
|
|
289
|
+
$a as FileListView,
|
|
289
290
|
Be as FilePlus,
|
|
290
291
|
De as FilePlusIcon,
|
|
291
|
-
|
|
292
|
+
om as FileSavePicker,
|
|
292
293
|
Ae as FileText,
|
|
293
294
|
Me as Files,
|
|
294
|
-
|
|
295
|
+
tm as FilesSidebarWidget,
|
|
295
296
|
Re as Filter,
|
|
296
297
|
_e as FilterIcon,
|
|
297
298
|
We as FireIcon,
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
299
|
+
lm as FloatingWindow,
|
|
300
|
+
pm as FloeApp,
|
|
301
|
+
Vn as FloeConfigProvider,
|
|
301
302
|
r as FloeProvider,
|
|
302
|
-
|
|
303
|
+
dm as FloeRegistryRuntime,
|
|
303
304
|
Oe as Folder,
|
|
304
305
|
yi as FolderIcon,
|
|
305
306
|
we as FolderOpen,
|
|
306
307
|
Ei as FolderOpenIcon,
|
|
307
308
|
be as FolderPlus,
|
|
308
309
|
Ne as FolderPlusIcon,
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
310
|
+
xm as Form,
|
|
311
|
+
gm as FormActions,
|
|
312
|
+
Cm as FormControl,
|
|
313
|
+
Sm as FormDescription,
|
|
314
|
+
Tm as FormDivider,
|
|
315
|
+
um as FormField,
|
|
316
|
+
hm as FormLabel,
|
|
317
|
+
km as FormMessage,
|
|
318
|
+
Fm as FormRow,
|
|
319
|
+
Pm as FormSection,
|
|
319
320
|
He as GiftIcon,
|
|
320
321
|
Ge as GitBranch,
|
|
321
322
|
Ve as GitBranchIcon,
|
|
@@ -329,69 +330,69 @@ export {
|
|
|
329
330
|
qe as Heart,
|
|
330
331
|
Je as HeartIcon,
|
|
331
332
|
je as HelpIcon,
|
|
332
|
-
|
|
333
|
+
Fa as HighlightBlock,
|
|
333
334
|
$e as Highlighter,
|
|
334
335
|
eo as History,
|
|
335
336
|
oo as Home,
|
|
336
337
|
ro as HomeIcon,
|
|
337
338
|
to as Image,
|
|
338
|
-
|
|
339
|
+
Lm as ImageBlock,
|
|
339
340
|
Li as ImageFileIcon,
|
|
340
341
|
io as ImageIcon,
|
|
341
|
-
|
|
342
|
+
Bm as InfiniteCanvas,
|
|
342
343
|
no as Info,
|
|
343
|
-
|
|
344
|
+
Pa as InfoBlock,
|
|
344
345
|
ao as InfoIcon,
|
|
345
346
|
Vt as Input,
|
|
346
347
|
$t as Interactive3DCard,
|
|
347
348
|
vi as JavaScriptFileIcon,
|
|
348
|
-
|
|
349
|
+
Am as KeepAliveStack,
|
|
349
350
|
mo as Key,
|
|
350
351
|
co as KeyIcon,
|
|
351
352
|
Ki as LOCAL_INTERACTION_SURFACE_ATTR,
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
353
|
+
Rm as Launchpad,
|
|
354
|
+
Wm as LaunchpadGrid,
|
|
355
|
+
wm as LaunchpadItem,
|
|
356
|
+
Nm as LaunchpadModal,
|
|
357
|
+
Gm as LaunchpadPagination,
|
|
358
|
+
Um as LaunchpadSearch,
|
|
358
359
|
lo as Layers,
|
|
359
360
|
so as LayersIcon,
|
|
360
361
|
po as LayoutDashboard,
|
|
361
|
-
|
|
362
|
-
|
|
362
|
+
zm as LayoutProvider,
|
|
363
|
+
Ym as LayoutSelector,
|
|
363
364
|
ai as LineChart,
|
|
364
365
|
fn as LinearProgress,
|
|
365
366
|
fo as Link,
|
|
366
367
|
Io as LinkIcon,
|
|
367
368
|
xo as Loader2,
|
|
368
369
|
go as LoadingIcon,
|
|
369
|
-
|
|
370
|
+
Jm as LoadingOverlay,
|
|
370
371
|
Co as Lock,
|
|
371
372
|
So as LockIcon,
|
|
372
373
|
To as MagicIcon,
|
|
373
374
|
uo as Mail,
|
|
374
375
|
ho as MailIcon,
|
|
375
376
|
ko as MapPinIcon,
|
|
376
|
-
|
|
377
|
+
$m as MarkdownBlock,
|
|
377
378
|
Fo as Maximize,
|
|
378
379
|
Po as Menu,
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
380
|
+
oc as MermaidBlock,
|
|
381
|
+
tc as MessageActions,
|
|
382
|
+
nc as MessageAvatar,
|
|
383
|
+
mc as MessageBubble,
|
|
383
384
|
yo as MessageIcon,
|
|
384
|
-
|
|
385
|
-
|
|
385
|
+
lc as MessageItem,
|
|
386
|
+
pc as MessageMeta,
|
|
386
387
|
Eo as MessageSquare,
|
|
387
|
-
|
|
388
|
+
dc as MetricsWidget,
|
|
388
389
|
Lo as Mic,
|
|
389
390
|
vo as MicIcon,
|
|
390
391
|
Bo as MicOff,
|
|
391
392
|
Do as Minus,
|
|
392
393
|
Ao as MinusIcon,
|
|
393
|
-
|
|
394
|
-
|
|
394
|
+
xc as MobileKeyboard,
|
|
395
|
+
Cc as MobileTabBar,
|
|
395
396
|
mi as MonitoringChart,
|
|
396
397
|
Mo as Moon,
|
|
397
398
|
Ro as MoonIcon,
|
|
@@ -399,28 +400,28 @@ export {
|
|
|
399
400
|
Wo as MoreVertical,
|
|
400
401
|
ei as MorphCard,
|
|
401
402
|
Oo as MuteIcon,
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
403
|
+
Tc as NOTES_CONTEXT_MENU_WIDTH_PX,
|
|
404
|
+
Fc as NOTES_SCALE_MAX,
|
|
405
|
+
Pc as NOTES_SCALE_MIN,
|
|
406
|
+
yc as NOTE_BUCKET_METRICS,
|
|
407
|
+
Jc as NOTE_COLOR_LABELS,
|
|
408
|
+
Ec as NOTE_COLOR_TOKENS,
|
|
408
409
|
oi as NeonCard,
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
410
|
+
ya as NoteBlock,
|
|
411
|
+
jc as NotesAnimalIcon,
|
|
412
|
+
uc as NotesContextMenu,
|
|
413
|
+
tl as NotesOverlay,
|
|
414
|
+
$c as NotesOverlayIcon,
|
|
415
|
+
el as NotesTrashCanIcon,
|
|
416
|
+
nl as NotificationContainer,
|
|
417
|
+
al as NotificationProvider,
|
|
417
418
|
Ut as NumberInput,
|
|
418
419
|
wo as Package,
|
|
419
420
|
bo as PackageIcon,
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
421
|
+
sl as Pagination,
|
|
422
|
+
fl as Panel,
|
|
423
|
+
dl as PanelContent,
|
|
424
|
+
Il as PanelHeader,
|
|
424
425
|
No as Paperclip,
|
|
425
426
|
Ho as Paste,
|
|
426
427
|
Go as PasteIcon,
|
|
@@ -437,92 +438,92 @@ export {
|
|
|
437
438
|
jo as PlusIcon,
|
|
438
439
|
$o as PowerIcon,
|
|
439
440
|
er as PrinterIcon,
|
|
440
|
-
|
|
441
|
+
gl as ProcessingIndicator,
|
|
441
442
|
or as Quote,
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
443
|
+
Sl as QuoteBlock,
|
|
444
|
+
ul as RadioGroup,
|
|
445
|
+
hl as RadioList,
|
|
446
|
+
kl as RadioOption,
|
|
446
447
|
rr as Refresh,
|
|
447
448
|
tr as RefreshIcon,
|
|
448
|
-
|
|
449
|
+
Pl as ResizeHandle,
|
|
449
450
|
ir as Restore,
|
|
450
451
|
nr as RocketIcon,
|
|
451
452
|
ar as Save,
|
|
452
453
|
mr as SaveIcon,
|
|
453
454
|
cr as Search,
|
|
454
455
|
lr as SearchIcon,
|
|
455
|
-
|
|
456
|
-
|
|
456
|
+
im as SearchSidebarWidget,
|
|
457
|
+
El as SegmentedControl,
|
|
457
458
|
dn as SegmentedProgress,
|
|
458
|
-
|
|
459
|
+
ua as Select,
|
|
459
460
|
sr as Send,
|
|
460
461
|
pr as SendIcon,
|
|
461
462
|
fr as Settings,
|
|
462
463
|
dr as SettingsIcon,
|
|
463
|
-
|
|
464
|
+
nm as SettingsSidebarWidget,
|
|
464
465
|
Ir as ShareIcon,
|
|
465
|
-
|
|
466
|
-
|
|
466
|
+
vl as Shell,
|
|
467
|
+
Dl as ShellBlock,
|
|
467
468
|
Bi as ShellScriptFileIcon,
|
|
468
469
|
xr as Shield,
|
|
469
470
|
gr as ShieldCheck,
|
|
470
471
|
Cr as ShieldIcon,
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
472
|
+
am as ShowcaseSidebarWidget,
|
|
473
|
+
Ml as Sidebar,
|
|
474
|
+
Rl as SidebarContent,
|
|
475
|
+
_l as SidebarItem,
|
|
476
|
+
Wl as SidebarItemList,
|
|
477
|
+
bl as SidebarPane,
|
|
478
|
+
Ol as SidebarSection,
|
|
479
|
+
mm as SidebarWidget,
|
|
480
|
+
Hl as Skeleton,
|
|
481
|
+
Gl as SkeletonCard,
|
|
482
|
+
Vl as SkeletonList,
|
|
483
|
+
Ul as SkeletonText,
|
|
484
|
+
zl as SnakeLoader,
|
|
484
485
|
Sr as SparkleIcon,
|
|
485
486
|
Tr as Sparkles,
|
|
486
487
|
ur as Star,
|
|
487
488
|
hr as StarIcon,
|
|
488
489
|
xi as StatusIndicator,
|
|
489
|
-
|
|
490
|
+
Zl as Stepper,
|
|
490
491
|
In as StepsProgress,
|
|
491
492
|
kr as Stop,
|
|
492
|
-
|
|
493
|
+
Jl as StreamingCursor,
|
|
493
494
|
Di as StyleFileIcon,
|
|
494
|
-
|
|
495
|
+
Ea as SuccessBlock,
|
|
495
496
|
Fr as SuccessIcon,
|
|
496
497
|
Pr as Sun,
|
|
497
498
|
yr as SunIcon,
|
|
498
|
-
|
|
499
|
-
|
|
499
|
+
$l as SvgBlock,
|
|
500
|
+
os as Switch,
|
|
500
501
|
Ai as SymlinkFileIcon,
|
|
501
502
|
Mi as SymlinkFolderIcon,
|
|
502
503
|
Ri as SymlinkFolderOpenIcon,
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
504
|
+
ol as TOPIC_ACCENT_LABELS,
|
|
505
|
+
Lc as TOPIC_ACCENT_TOKENS,
|
|
506
|
+
vc as TOPIC_ICON_KEYS,
|
|
507
|
+
ts as TabPanel,
|
|
508
|
+
is as Tabs,
|
|
509
|
+
as as Tag,
|
|
509
510
|
Er as TagIcon,
|
|
510
511
|
Lr as TargetIcon,
|
|
511
512
|
vr as Terminal,
|
|
512
513
|
Br as TerminalIcon,
|
|
513
|
-
|
|
514
|
-
|
|
514
|
+
cs as TerminalWidget,
|
|
515
|
+
ps as TextBlock,
|
|
515
516
|
Kt as Textarea,
|
|
516
|
-
|
|
517
|
-
|
|
517
|
+
ds as ThemeProvider,
|
|
518
|
+
Cs as ThinkingBlock,
|
|
518
519
|
Dr as ThumbsDownIcon,
|
|
519
520
|
Ar as ThumbsUpIcon,
|
|
520
521
|
Mr as Timer,
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
522
|
+
La as TipBlock,
|
|
523
|
+
Ts as ToolCallBlock,
|
|
524
|
+
hs as Tooltip,
|
|
525
|
+
Fs as TopBar,
|
|
526
|
+
ys as TopBarIconButton,
|
|
526
527
|
Rr as Trash,
|
|
527
528
|
_r as TrashIcon,
|
|
528
529
|
Wr as TrendingDown,
|
|
@@ -535,80 +536,80 @@ export {
|
|
|
535
536
|
Gr as UserIcon,
|
|
536
537
|
Vr as Video,
|
|
537
538
|
Ur as VideoIcon,
|
|
538
|
-
|
|
539
|
-
|
|
539
|
+
Ls as ViewActivationProvider,
|
|
540
|
+
Ds as VirtualMessageList,
|
|
540
541
|
Kr as Volume,
|
|
541
542
|
zr as VolumeIcon,
|
|
542
543
|
Xr as VolumeOff,
|
|
543
544
|
zi as WORKBENCH_WIDGET_SHELL_ATTR,
|
|
544
545
|
Zr as Wand,
|
|
545
|
-
|
|
546
|
+
va as WarningBlock,
|
|
546
547
|
Qr as WarningIcon,
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
548
|
+
Ms as WidgetFrame,
|
|
549
|
+
_s as WidgetPalette,
|
|
550
|
+
Os as WidgetRegistryProvider,
|
|
551
|
+
Hs as WidgetResizeHandle,
|
|
552
|
+
Vs as WidgetStateProvider,
|
|
553
|
+
Zs as WidgetTypeSwitcher,
|
|
553
554
|
Yr as WifiIcon,
|
|
554
555
|
qr as WifiOffIcon,
|
|
555
|
-
|
|
556
|
+
Ql as Wizard,
|
|
556
557
|
Jr as Workflow,
|
|
557
|
-
|
|
558
|
+
Ys as WorkingIndicator,
|
|
558
559
|
jr as X,
|
|
559
560
|
$r as XCircle,
|
|
560
561
|
et as Zap,
|
|
561
562
|
ot as ZapIcon,
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
563
|
+
Js as applyDragDelta,
|
|
564
|
+
Bc as applyNotesEvent,
|
|
565
|
+
js as applyResizeDelta,
|
|
565
566
|
dt as applyTerminalSessionSuggestion,
|
|
566
567
|
Pt as applyTerminalSuggestion,
|
|
567
568
|
i as applyTheme,
|
|
568
569
|
yt as autocompleteTerminalInput,
|
|
569
|
-
|
|
570
|
+
ip as buildAssistantNoticeEvents,
|
|
570
571
|
n as builtInThemes,
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
572
|
+
Dc as centerViewportOnWorldPoint,
|
|
573
|
+
cp as checkCollision,
|
|
574
|
+
Ac as clampScale,
|
|
574
575
|
at as clampTerminalCursor,
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
576
|
+
Ip as cn,
|
|
577
|
+
Mc as computeBoardBounds,
|
|
578
|
+
gp as computeCodeDiff,
|
|
579
|
+
Cp as computeCodeDiffSync,
|
|
580
|
+
Sp as configureDiffWorker,
|
|
581
|
+
Pp as configureMarkdownWorker,
|
|
582
|
+
Mp as configureMermaidWorker,
|
|
583
|
+
bp as configureShikiWorker,
|
|
584
|
+
Np as configureSyncHighlighter,
|
|
585
|
+
Rp as configureSyncMermaid,
|
|
586
|
+
lp as constrainPosition,
|
|
586
587
|
Fn as createCommandService,
|
|
587
588
|
Ln as createComponentRegistry,
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
589
|
+
oa as createDeckService,
|
|
590
|
+
Rc as createDefaultNotesSnapshot,
|
|
591
|
+
Tp as createDiffWorker,
|
|
592
|
+
Xm as createLayoutService,
|
|
593
|
+
yp as createMarkdownWorker,
|
|
594
|
+
ml as createNotificationService,
|
|
595
|
+
Kp as createSimpleContext,
|
|
596
|
+
np as createStreamEventBuilder,
|
|
596
597
|
mt as createTerminalEditorState,
|
|
597
598
|
Et as createTerminalFullLineSuggestion,
|
|
598
599
|
It as createTerminalSessionState,
|
|
599
600
|
Lt as createTerminalTokenSuggestion,
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
601
|
+
ls as createTerminalWidget,
|
|
602
|
+
Is as createThemeService,
|
|
603
|
+
ws as createWidgetRegistry,
|
|
604
|
+
Xp as deferAfterPaint,
|
|
605
|
+
Zp as deferNonBlocking,
|
|
605
606
|
ct as deleteTerminalTextBackward,
|
|
606
607
|
xt as dispatchTerminalSessionKey,
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
608
|
+
Yp as duration,
|
|
609
|
+
qp as easing,
|
|
610
|
+
hc as estimateNotesContextMenuHeight,
|
|
611
|
+
Jp as fadeIn,
|
|
612
|
+
sp as findFreePosition,
|
|
612
613
|
f as floeColorTokenCategories,
|
|
613
614
|
d as floeDesignTokens,
|
|
614
615
|
I as floeFontFamilyTokens,
|
|
@@ -618,58 +619,58 @@ export {
|
|
|
618
619
|
S as floeSpacingTokens,
|
|
619
620
|
T as floeThemeColorVariables,
|
|
620
621
|
u as floeTypographyTokens,
|
|
621
|
-
|
|
622
|
+
pf as formatKeybind,
|
|
622
623
|
Wi as getFileIcon,
|
|
623
624
|
h as getFloeColorTokenValue,
|
|
624
|
-
|
|
625
|
-
|
|
625
|
+
$s as getGridCellSize,
|
|
626
|
+
Nn as getGridConfigFromElement,
|
|
626
627
|
a as getSystemTheme,
|
|
627
628
|
gt as getTerminalPromptPreview,
|
|
628
629
|
Ct as getTerminalSessionSuggestions,
|
|
629
630
|
vt as getTerminalSuggestions,
|
|
630
|
-
|
|
631
|
-
|
|
631
|
+
_c as groupTrashItems,
|
|
632
|
+
pp as hasCollision,
|
|
632
633
|
vn as hasComponentRegistryContext,
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
634
|
+
up as hasDiffWorker,
|
|
635
|
+
Ga as hasFileBrowserDragContext,
|
|
636
|
+
Ep as hasMarkdownWorker,
|
|
637
|
+
Hp as highlightCode,
|
|
637
638
|
lt as insertTerminalText,
|
|
638
639
|
Xi as isLocalInteractionSurfaceTarget,
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
640
|
+
ff as isMacLikePlatform,
|
|
641
|
+
df as isPrimaryModKeyPressed,
|
|
642
|
+
ap as isStreamEvent,
|
|
643
|
+
Cf as isTypingElement,
|
|
644
|
+
jp as listContainer,
|
|
645
|
+
$p as listItem,
|
|
646
|
+
uf as lockBodyStyle,
|
|
647
|
+
If as matchKeybind,
|
|
647
648
|
Bt as matchesTerminalSuggestionPrefix,
|
|
648
|
-
|
|
649
|
+
Wc as mergeBoardBounds,
|
|
649
650
|
m as mergeThemeTokenMaps,
|
|
650
651
|
st as moveTerminalCursor,
|
|
651
652
|
pt as navigateTerminalHistory,
|
|
652
|
-
|
|
653
|
-
|
|
653
|
+
Oc as nextLocalZIndex,
|
|
654
|
+
wc as normalizeNotesSnapshot,
|
|
654
655
|
it as normalizeTerminalWorkspaceProfile,
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
656
|
+
bc as noteBucketMetrics,
|
|
657
|
+
ef as panelResize,
|
|
658
|
+
xf as parseKeybind,
|
|
658
659
|
Dt as parseTerminalSuggestionContext,
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
660
|
+
ep as pixelDeltaToGridDelta,
|
|
661
|
+
of as popIn,
|
|
662
|
+
op as positionToGridArea,
|
|
663
|
+
Nc as promoteLocalItem,
|
|
664
|
+
kf as registerCommandContributions,
|
|
665
|
+
Hc as removeSnapshotItem,
|
|
666
|
+
Gc as removeSnapshotTopic,
|
|
667
|
+
Vc as removeSnapshotTrashItem,
|
|
668
|
+
Lp as renderMarkdown,
|
|
669
|
+
vp as renderMarkdownSync,
|
|
670
|
+
_p as renderMermaid,
|
|
671
|
+
Uc as replaceSnapshotItem,
|
|
672
|
+
Kc as replaceSnapshotTopic,
|
|
673
|
+
zc as replaceSnapshotTrashItem,
|
|
673
674
|
Oi as resolveFileItemIcon,
|
|
674
675
|
Zi as resolveSurfaceInteractionTargetRole,
|
|
675
676
|
Qi as resolveSurfaceWheelRouting,
|
|
@@ -677,19 +678,20 @@ export {
|
|
|
677
678
|
l as resolveThemeTokens,
|
|
678
679
|
Yi as resolveWorkbenchWidgetEventOwnership,
|
|
679
680
|
ht as runTerminalMockCommand,
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
681
|
+
fp as sameGridPosition,
|
|
682
|
+
xa as sanitizeDisplayMode,
|
|
683
|
+
rf as scaleIn,
|
|
684
|
+
Xc as screenToWorld,
|
|
683
685
|
St as setTerminalSessionInputValue,
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
686
|
+
Sf as shouldIgnoreHotkeys,
|
|
687
|
+
tf as sidebarVariants,
|
|
688
|
+
nf as slideInFromBottom,
|
|
689
|
+
af as slideInFromLeft,
|
|
690
|
+
mf as slideInFromRight,
|
|
691
|
+
cf as slideInFromTop,
|
|
692
|
+
rp as snapToGrid,
|
|
693
|
+
lf as springConfig,
|
|
694
|
+
Ma as startHotInteraction,
|
|
693
695
|
Tt as submitTerminalSession,
|
|
694
696
|
s as syncThemeTokenOverrides,
|
|
695
697
|
At as terminalCommandTokenSuggestionProvider,
|
|
@@ -697,47 +699,47 @@ export {
|
|
|
697
699
|
Rt as terminalPathSuggestionProvider,
|
|
698
700
|
_t as terminalRootSuggestionProvider,
|
|
699
701
|
Wt as terminalSnippetSuggestionProvider,
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
702
|
+
hp as terminateDiffWorker,
|
|
703
|
+
Bp as terminateMarkdownWorker,
|
|
704
|
+
Wp as terminateMermaidWorker,
|
|
705
|
+
Gp as terminateShikiWorker,
|
|
706
|
+
yf as useAttachments,
|
|
707
|
+
Lf as useAutoScroll,
|
|
706
708
|
rn as useChatContext,
|
|
707
|
-
|
|
709
|
+
Vp as useCodeHighlight,
|
|
708
710
|
Pn as useCommand,
|
|
709
|
-
|
|
711
|
+
Ff as useCommandContributions,
|
|
710
712
|
Bn as useComponentContextFactory,
|
|
711
713
|
Dn as useComponentRegistry,
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
714
|
+
Us as useCurrentWidgetId,
|
|
715
|
+
Bf as useDebounce,
|
|
716
|
+
ra as useDeck,
|
|
717
|
+
Af as useDeckDrag,
|
|
718
|
+
za as useFileBrowser,
|
|
719
|
+
Va as useFileBrowserDrag,
|
|
720
|
+
Rf as useFileBrowserDropTarget,
|
|
721
|
+
_f as useFileBrowserItemDrag,
|
|
722
|
+
Un as useFloeConfig,
|
|
723
|
+
ym as useFormSubmitting,
|
|
724
|
+
Of as useKeybind,
|
|
725
|
+
Zm as useLayout,
|
|
726
|
+
bf as useMediaQuery,
|
|
727
|
+
Op as useMermaid,
|
|
728
|
+
cl as useNotification,
|
|
727
729
|
An as useOptionalComponentRegistry,
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
730
|
+
Hf as usePersisted,
|
|
731
|
+
Vf as useResizeObserver,
|
|
732
|
+
Kn as useResolvedFloeConfig,
|
|
733
|
+
xs as useTheme,
|
|
734
|
+
vs as useViewActivation,
|
|
735
|
+
Kf as useVirtualList,
|
|
736
|
+
bs as useWidgetRegistry,
|
|
737
|
+
Ks as useWidgetState,
|
|
738
|
+
zs as useWidgetStateContext,
|
|
739
|
+
Yl as useWizard,
|
|
740
|
+
Zc as visibleWorldRect,
|
|
741
|
+
kp as waitForDiffWorker,
|
|
742
|
+
Dp as waitForMarkdownWorker,
|
|
743
|
+
Qc as worldToScreen,
|
|
744
|
+
Yc as zoomViewportAtPoint
|
|
743
745
|
};
|