@marimo-team/islands 0.23.14-dev6 → 0.23.14-dev8
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/{ConnectedDataExplorerComponent-Du3_nUzI.js → ConnectedDataExplorerComponent-DXBx_nQg.js} +4 -4
- package/dist/{chat-ui-BZxLHwyD.js → chat-ui-DYBcNEdd.js} +81 -81
- package/dist/{code-visibility-C90Am97q.js → code-visibility-DKavYkBl.js} +1030 -837
- package/dist/{formats-d6MhLuQ9.js → formats-WsOgyW_K.js} +1 -1
- package/dist/{glide-data-editor-DkzAInWG.js → glide-data-editor-qpmKyAPn.js} +2 -2
- package/dist/{html-to-image-CGp_08St.js → html-to-image-MqcD07Bw.js} +73 -72
- package/dist/{input-CbEz_aj_.js → input-BSdZp5Ng.js} +1 -1
- package/dist/main.js +254 -254
- package/dist/{mermaid-CJW9vIyO.js → mermaid-D-HYBMEV.js} +2 -2
- package/dist/{process-output-R6JsYrv3.js → process-output-Dt3icftd.js} +1 -1
- package/dist/{reveal-component-C_u9FY4_.js → reveal-component-CuFatyYX.js} +5 -5
- package/dist/{spec-Bv-XlYiv.js → spec-CnTgI25l.js} +1 -1
- package/dist/{toDate-D-l5s8nn.js → toDate-D1Z7ZXWh.js} +1 -1
- package/dist/{useAsyncData-1Dhzjfwf.js → useAsyncData-BMc8itk2.js} +1 -1
- package/dist/{useDeepCompareMemoize-CDWT3BDz.js → useDeepCompareMemoize-ZwmDBRDY.js} +1 -1
- package/dist/{useLifecycle-AHlswLw-.js → useLifecycle-CxffarYV.js} +1 -1
- package/dist/{useTheme-BrYvK-_A.js → useTheme-yGsGEk82.js} +26 -24
- package/dist/{vega-component-Pk6lyc_a.js → vega-component-BFJTyykA.js} +5 -5
- package/package.json +1 -1
- package/src/components/chat/acp/agent-panel.tsx +35 -1
- package/src/components/chat/chat-panel.tsx +68 -29
- package/src/components/editor/actions/useNotebookActions.tsx +2 -2
- package/src/components/editor/chrome/wrapper/__tests__/useOpenAiAssistant.test.ts +36 -0
- package/src/components/editor/chrome/wrapper/useAiPanel.ts +3 -1
- package/src/components/editor/chrome/wrapper/useOpenAiAssistant.ts +88 -0
- package/src/components/editor/errors/__tests__/auto-fix.test.ts +119 -0
- package/src/components/editor/errors/auto-fix.tsx +108 -34
- package/src/components/editor/errors/fix-mode.ts +1 -1
- package/src/components/editor/output/MarimoTracebackOutput.tsx +10 -1
- package/src/components/editor/output/__tests__/traceback.test.tsx +14 -6
- package/src/core/ai/config.ts +2 -2
- package/src/core/ai/state.ts +11 -0
- package/src/core/codemirror/utils.ts +15 -0
|
@@ -2,7 +2,7 @@ import { s as __toESM } from "./chunk-BNovOVIE.js";
|
|
|
2
2
|
import { g as cn, r as cva } from "./button-BacYv-bE.js";
|
|
3
3
|
import { t as require_react } from "./react-DA-nE2FX.js";
|
|
4
4
|
import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
|
|
5
|
-
import { t as toDate } from "./toDate-
|
|
5
|
+
import { t as toDate } from "./toDate-D1Z7ZXWh.js";
|
|
6
6
|
import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
|
|
7
7
|
import { i as tableFromIPC } from "./loader-Boph2xIS.js";
|
|
8
8
|
function isDate(e) {
|
|
@@ -7,14 +7,14 @@ import { t as require_react } from "./react-DA-nE2FX.js";
|
|
|
7
7
|
import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
|
|
8
8
|
import { n as Copy, r as toast, t as copyToClipboard } from "./copy-COam1EG7.js";
|
|
9
9
|
import { C as logNever, i as SelectContent, l as SelectTrigger, n as capitalize, o as SelectItem, r as Select, u as SelectValue } from "./strings-Dq_j3Rxw.js";
|
|
10
|
-
import { J as marked, S as DropdownMenuSubTrigger, _ as DropdownMenuPortal, b as DropdownMenuSub, f as DropdownMenu, h as DropdownMenuItem, p as DropdownMenuContent, q as useNonce, r as Input, v as DropdownMenuSeparator, x as DropdownMenuSubContent } from "./input-
|
|
10
|
+
import { J as marked, S as DropdownMenuSubTrigger, _ as DropdownMenuPortal, b as DropdownMenuSub, f as DropdownMenu, h as DropdownMenuItem, p as DropdownMenuContent, q as useNonce, r as Input, v as DropdownMenuSeparator, x as DropdownMenuSubContent } from "./input-BSdZp5Ng.js";
|
|
11
11
|
import { n as Trash, r as Pencil, t as BulkEdit } from "./types-C2Ir191_.js";
|
|
12
12
|
import { n as require_prop_types, r as Plus, t as ErrorBoundary } from "./ErrorBoundary-DE6tzZf-.js";
|
|
13
13
|
import "./react-dom-BTJzcVJ9.js";
|
|
14
14
|
import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
|
|
15
15
|
import "./zod-CijjQh4u.js";
|
|
16
16
|
import { t as Label } from "./label-WfTSU8L4.js";
|
|
17
|
-
import {
|
|
17
|
+
import { D as useEvent_default, n as useTheme } from "./useTheme-yGsGEk82.js";
|
|
18
18
|
import { A as require__Map, B as require__baseGetTag, C as require__hasPath, D as require_isArguments, E as require__isIndex, F as require_isFunction, G as assert, H as require__root, I as require_isObject, J as maybe, K as assertNever, L as require__isKey, M as require_eq, N as require__getNative, O as require__castPath, P as require__toSource, R as require_isSymbol, S as resolveCellsThunk, T as require_isLength, U as require__freeGlobal, V as require__Symbol, W as require_isArray, _ as isEditableGridCell, a as mergeAndRealizeTheme, b as isReadWriteCell, c as withAlpha, d as CompactSelection, f as GridCellKind, g as booleanCellIsEditable, h as InnerGridCellKind, i as makeCSSStyle, j as require__ListCache, k as require__MapCache, l as BooleanEmpty, m as GridColumnMenuIcon, n as ThemeContext, o as blend, p as GridColumnIcon, q as deepEqual, r as getDataEditorTheme, s as blendCache, t as ClickOutsideContainer, u as BooleanIndeterminate, v as isInnerOnlyCell, w as require__toKey, x as isSizedGridColumn, y as isObjectEditorCallbackResult, z as require_isObjectLike } from "./click-outside-container-BDd67_1U.js";
|
|
19
19
|
import { t as styled_default } from "./dist-D_bzzWBm.js";
|
|
20
20
|
let GlideDataEditor, glide_data_editor_default;
|
|
@@ -8,18 +8,18 @@ import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
|
|
|
8
8
|
import { r as toast, t as copyToClipboard } from "./copy-COam1EG7.js";
|
|
9
9
|
import { a as gn, c as rehypeSanitize, l as defaultSchema, s as xn, u as require_cjs, __tla as __tla_0 } from "./chunk-5FQGJX7Z-BbqSm5gU.js";
|
|
10
10
|
import { a as createPopperScope, i as Root2$3, l as VisuallyHidden, n as Arrow, o as useSize, r as Content$1, t as Anchor, u as createLucideIcon } from "./dist--2Bqjvs0.js";
|
|
11
|
-
import { a as Type, c as Calendar, i as createReducerAndAtoms, o as ToggleLeft, r as Badge, s as Hash, t as useOnMount } from "./useLifecycle-
|
|
11
|
+
import { a as Type, c as Calendar, i as createReducerAndAtoms, o as ToggleLeft, r as Badge, s as Hash, t as useOnMount } from "./useLifecycle-CxffarYV.js";
|
|
12
12
|
import { t as Check } from "./check-C9OoNtR4.js";
|
|
13
13
|
import { C as logNever, F as createCollection, I as X, N as usePrevious, P as useDirection, R as ChevronDown, S as assertNever, a as SelectGroup, c as SelectSeparator, i as SelectContent, l as SelectTrigger, o as SelectItem, r as Select, s as SelectLabel, t as Strings, u as SelectValue } from "./strings-Dq_j3Rxw.js";
|
|
14
|
-
import { J as marked, X as useDebouncedCallback, _t as $f6c31cce2adf654f$export$45712eceda6fad21, q as useNonce } from "./input-
|
|
15
|
-
import { _ as isWasm, g as Deferred, h as waitForConnectionOpen, l as getRuntimeManager, t as toDate, v as CircleQuestionMark } from "./toDate-
|
|
14
|
+
import { J as marked, X as useDebouncedCallback, _t as $f6c31cce2adf654f$export$45712eceda6fad21, q as useNonce } from "./input-BSdZp5Ng.js";
|
|
15
|
+
import { _ as isWasm, g as Deferred, h as waitForConnectionOpen, l as getRuntimeManager, t as toDate, v as CircleQuestionMark } from "./toDate-D1Z7ZXWh.js";
|
|
16
16
|
import { t as require_react_dom } from "./react-dom-BTJzcVJ9.js";
|
|
17
17
|
import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
|
|
18
18
|
import { B as union, N as number, P as object, Q as withSmartCollisionBoundary, R as string, T as boolean, Y as MAX_HEIGHT_OFFSET, Z as withFullScreenAsRoot, _t as createContextScope, at as Portal, ct as DismissableLayer, dt as useId, et as StyleNamespace, ft as Presence, ht as composeEventHandlers, it as useFocusGuards, k as literal, lt as Root$1, mt as useLayoutEffect2, nt as Combination_default, ot as FocusScope, pt as useControllableState, st as Branch, tt as hideOthers, ut as useCallbackRef, vt as Primitive, w as array, yt as dispatchDiscreteCustomEvent } from "./zod-CijjQh4u.js";
|
|
19
19
|
import { i as TooltipProvider, t as Tooltip } from "./tooltip-Czds6Qr8.js";
|
|
20
20
|
import { a as setDiagnostics, c as historyField, d as insertTab, f as CopyClipboardIcon, i as linter, n as forEachDiagnostic, s as history } from "./extends-9MVIxxRo.js";
|
|
21
21
|
import { i as debounce_default } from "./constants-T20xxyNf.js";
|
|
22
|
-
import {
|
|
22
|
+
import { E as dequal, S as atom, _ as Provider, a as autoInstantiateAtom, f as createDeepEqualAtom, g as isIslands, n as useTheme, o as getResolvedMarimoConfig, p as store, t as resolvedThemeAtom, v as useAtom, y as useAtomValue } from "./useTheme-yGsGEk82.js";
|
|
23
23
|
import { $ as EditorView, At as Facet, B as highlightCode, Ct as Annotation, Dt as Compartment, E as getIndentUnit, H as tags, I as syntaxTree, It as StateEffect, L as unfoldAll, Lt as StateField, Mt as Prec, Nt as RangeSet, Ot as EditorSelection, Rt as Text, S as foldInside, X as parseMixed, Z as Decoration, b as foldAll, bt as showPanel, ct as gutter, et as GutterMarker, f as StreamLanguage, ft as hoverTooltip, gt as placeholder, kt as EditorState, l as LanguageDescription, pt as keymap, tt as ViewPlugin, u as LanguageSupport, w as foldNodeProp, xt as showTooltip, z as classHighlighter, zt as Transaction } from "./dist-U4F-tbMs.js";
|
|
24
24
|
import { t as invariant } from "./invariant-wRzNXIsJ.js";
|
|
25
25
|
import { a as arrayMove, i as arrayInsertMany, l as clamp, n as arrayDelete, r as arrayInsert } from "./arrays-sEtDRoG4.js";
|
|
@@ -32,8 +32,8 @@ import { a as markdown, s as markdownLanguage } from "./dist-Dv_Y15yk.js";
|
|
|
32
32
|
import { a as parser, i as pythonLanguage, n as localCompletionSource, r as python, t as globalCompletion } from "./dist-C_Y3oV3C.js";
|
|
33
33
|
import { n as stexMath } from "./stex-BIsgBmK4.js";
|
|
34
34
|
import { t as purify } from "./purify.es-H92eMd9-.js";
|
|
35
|
-
import { t as useAsyncData } from "./useAsyncData-
|
|
36
|
-
let reducer$1,
|
|
35
|
+
import { t as useAsyncData } from "./useAsyncData-BMc8itk2.js";
|
|
36
|
+
let reducer$1, elementContainsMarimoCellFile, ChevronRightIcon, NotebookPen, goToCellLine, safeExtractSetUIElementMessageBuffers, CircleX, PluralWords, AccordionContent, Item, Checkbox, ChatBubbleIcon, Trash2, PathBuilder, BorderAllIcon, Wrench, createVariableInfoElement, base64ToDataView, FileText, repl, cellErrorsAtom, dataSourceConnectionsAtom, getMarimoExportContext, Braces, getDataTypeColor, base64ToUint8Array, Eye, adaptForLocalStorage, getCellNames, getRequestClient, createActions$1, getTableType, dataViewToBase64, ExternalLink, jotaiJsonStorage, PinLeftIcon, LoaderCircle, generateUUID, PinRightIcon, Layers, useChromeActions, CheckIcon, Table2, Paths, base64ToDataURL, Info, getFeatureFlag, numColumnsAtom, singleFacet, extractBase64FromDataURL, Database, variablesAtom, Accordion, Content2$1, normalizeName, AccordionTrigger, Trigger2, MarkdownLanguageAdapter, hasTrustedExportContext, esm_default, require_client, renderHTML, CircleAlert, DATA_TYPE_ICON, hasRunAnyCellAtom, import_lib$1, allTablesAtom, notebookAtom, useRequestClient, hasOnlyOneCellAtom, requestClientAtom, notebookOutline, isUninstantiated, Boosts, atomWithReducer, DATA_CELL_ID, useCellFocusActions, parseAttrValue, parseHtmlContent, AIContextProvider, Anchor2, getValidName, Popover, CellOutputId, initialModeAtom, PopoverTrigger, UIElementId, viewStateAtom, extractAllTracebackInfo, useCellActions, isOutputEmpty, findCellId, outputIsLoading, getDatasourceContext, jsonToMarkdown, sanitizeHtml, DatasourceContextProvider, jsonParseWithSpecialChar, headingToIdentifier, LazyAnyLanguageCodeMirror, filenameAtom, ansiToPlainText, DotFilledIcon, Minus, DeferredRequestRegistry, ChevronDownIcon, PaintRoller, moveToEndOfEditor, PopoverClose, HTMLCellId, kioskModeAtom, useExpandedOutput, RANDOM_ID_ATTR, isErrorMime, Spinner, NotebookScopedLocalStorage, useCellNames, useLastFocusedCellId, parseDataset, AnsiUp, useExpandedConsoleOutput, OBJECT_ID_ATTR, outputIsStale, getCellEditorView, convertStatsName, MarkdownRenderer, ZodLocalStorage, createCell, maybeAddAltairImport, parseInitialValue, getInitialAppMode, toPng$1, getTracebackInfo, useCellIds, PopoverContent, SCRATCH_CELL_ID, useInstallAllowed, Sections, atomWithStorage, getCellDomProps, AccordionItem, Root2$2, customPythonLanguageSupport, AIContextRegistry, Close$1, isInternalCellName, contextToXml, selectAtom, displayCellName, isDataURLString, Columns2, PluralWord;
|
|
37
37
|
let __tla = Promise.all([
|
|
38
38
|
(() => {
|
|
39
39
|
try {
|
|
@@ -19381,10 +19381,10 @@ ${n.sqlString}
|
|
|
19381
19381
|
cache_panel: false,
|
|
19382
19382
|
external_agents: false
|
|
19383
19383
|
};
|
|
19384
|
-
function
|
|
19384
|
+
getFeatureFlag = function(e) {
|
|
19385
19385
|
var _a2, _b2;
|
|
19386
19386
|
return ((_b2 = (_a2 = getResolvedMarimoConfig()) == null ? void 0 : _a2.experimental) == null ? void 0 : _b2[e]) ?? defaultValues[e];
|
|
19387
|
-
}
|
|
19387
|
+
};
|
|
19388
19388
|
function setFeatureFlag(e, t) {
|
|
19389
19389
|
getRequestClient().saveUserConfig({
|
|
19390
19390
|
config: {
|
|
@@ -28852,155 +28852,156 @@ ${t}
|
|
|
28852
28852
|
});
|
|
28853
28853
|
export {
|
|
28854
28854
|
reducer$1 as $,
|
|
28855
|
-
|
|
28855
|
+
elementContainsMarimoCellFile as $t,
|
|
28856
28856
|
ChevronRightIcon as A,
|
|
28857
|
-
|
|
28857
|
+
NotebookPen as An,
|
|
28858
28858
|
goToCellLine as At,
|
|
28859
28859
|
safeExtractSetUIElementMessageBuffers as B,
|
|
28860
|
-
|
|
28861
|
-
|
|
28860
|
+
CircleX as Bn,
|
|
28861
|
+
PluralWords as Bt,
|
|
28862
28862
|
AccordionContent as C,
|
|
28863
|
-
|
|
28863
|
+
Item as Cn,
|
|
28864
28864
|
Checkbox as Ct,
|
|
28865
28865
|
ChatBubbleIcon as D,
|
|
28866
|
-
|
|
28866
|
+
Trash2 as Dn,
|
|
28867
28867
|
PathBuilder as Dt,
|
|
28868
28868
|
BorderAllIcon as E,
|
|
28869
|
-
|
|
28869
|
+
Wrench as En,
|
|
28870
28870
|
createVariableInfoElement as Et,
|
|
28871
28871
|
base64ToDataView as F,
|
|
28872
|
-
|
|
28873
|
-
|
|
28872
|
+
FileText as Fn,
|
|
28873
|
+
repl as Ft,
|
|
28874
28874
|
cellErrorsAtom as G,
|
|
28875
|
-
|
|
28875
|
+
dataSourceConnectionsAtom as Gt,
|
|
28876
28876
|
getMarimoExportContext as H,
|
|
28877
|
-
|
|
28878
|
-
|
|
28877
|
+
Braces as Hn,
|
|
28878
|
+
getDataTypeColor as Ht,
|
|
28879
28879
|
base64ToUint8Array as I,
|
|
28880
|
-
|
|
28881
|
-
|
|
28880
|
+
Eye as In,
|
|
28881
|
+
adaptForLocalStorage as It,
|
|
28882
28882
|
getCellNames as J,
|
|
28883
|
-
|
|
28883
|
+
getRequestClient as Jt,
|
|
28884
28884
|
createActions$1 as K,
|
|
28885
|
-
|
|
28885
|
+
getTableType as Kt,
|
|
28886
28886
|
dataViewToBase64 as L,
|
|
28887
|
-
|
|
28888
|
-
|
|
28887
|
+
ExternalLink as Ln,
|
|
28888
|
+
jotaiJsonStorage as Lt,
|
|
28889
28889
|
PinLeftIcon as M,
|
|
28890
|
-
|
|
28890
|
+
LoaderCircle as Mn,
|
|
28891
28891
|
generateUUID as Mt,
|
|
28892
28892
|
PinRightIcon as N,
|
|
28893
|
-
|
|
28893
|
+
Layers as Nn,
|
|
28894
28894
|
useChromeActions as Nt,
|
|
28895
28895
|
CheckIcon as O,
|
|
28896
|
-
|
|
28896
|
+
Table2 as On,
|
|
28897
28897
|
Paths as Ot,
|
|
28898
28898
|
base64ToDataURL as P,
|
|
28899
|
-
|
|
28900
|
-
|
|
28899
|
+
Info as Pn,
|
|
28900
|
+
getFeatureFlag as Pt,
|
|
28901
28901
|
numColumnsAtom as Q,
|
|
28902
|
-
|
|
28902
|
+
singleFacet as Qt,
|
|
28903
28903
|
extractBase64FromDataURL as R,
|
|
28904
|
-
|
|
28905
|
-
|
|
28904
|
+
Database as Rn,
|
|
28905
|
+
variablesAtom as Rt,
|
|
28906
28906
|
Accordion as S,
|
|
28907
|
-
|
|
28907
|
+
Content2$1 as Sn,
|
|
28908
28908
|
normalizeName as St,
|
|
28909
28909
|
AccordionTrigger as T,
|
|
28910
|
-
|
|
28910
|
+
Trigger2 as Tn,
|
|
28911
28911
|
MarkdownLanguageAdapter as Tt,
|
|
28912
28912
|
hasTrustedExportContext as U,
|
|
28913
|
-
|
|
28914
|
-
|
|
28913
|
+
esm_default as Un,
|
|
28914
|
+
require_client as Ut,
|
|
28915
28915
|
renderHTML as V,
|
|
28916
|
-
|
|
28917
|
-
|
|
28916
|
+
CircleAlert as Vn,
|
|
28917
|
+
DATA_TYPE_ICON as Vt,
|
|
28918
28918
|
hasRunAnyCellAtom as W,
|
|
28919
|
-
|
|
28919
|
+
import_lib$1 as Wn,
|
|
28920
|
+
allTablesAtom as Wt,
|
|
28920
28921
|
notebookAtom as X,
|
|
28921
|
-
|
|
28922
|
+
useRequestClient as Xt,
|
|
28922
28923
|
hasOnlyOneCellAtom as Y,
|
|
28923
|
-
|
|
28924
|
+
requestClientAtom as Yt,
|
|
28924
28925
|
notebookOutline as Z,
|
|
28925
|
-
|
|
28926
|
+
isUninstantiated as Zt,
|
|
28926
28927
|
Boosts as _,
|
|
28927
28928
|
__tla,
|
|
28928
|
-
|
|
28929
|
+
atomWithReducer as _n,
|
|
28929
28930
|
DATA_CELL_ID as _t,
|
|
28930
28931
|
useCellFocusActions as a,
|
|
28931
|
-
|
|
28932
|
+
parseAttrValue as an,
|
|
28932
28933
|
parseHtmlContent as at,
|
|
28933
28934
|
AIContextProvider as b,
|
|
28934
|
-
|
|
28935
|
+
Anchor2 as bn,
|
|
28935
28936
|
getValidName as bt,
|
|
28936
28937
|
Popover as c,
|
|
28937
|
-
|
|
28938
|
+
CellOutputId as cn,
|
|
28938
28939
|
initialModeAtom as ct,
|
|
28939
28940
|
PopoverTrigger as d,
|
|
28940
|
-
|
|
28941
|
+
UIElementId as dn,
|
|
28941
28942
|
viewStateAtom as dt,
|
|
28942
|
-
|
|
28943
|
+
extractAllTracebackInfo as en,
|
|
28943
28944
|
useCellActions as et,
|
|
28944
28945
|
isOutputEmpty as f,
|
|
28945
|
-
|
|
28946
|
+
findCellId as fn,
|
|
28946
28947
|
outputIsLoading as ft,
|
|
28947
28948
|
getDatasourceContext as g,
|
|
28948
|
-
|
|
28949
|
+
jsonToMarkdown as gn,
|
|
28949
28950
|
sanitizeHtml as gt,
|
|
28950
28951
|
DatasourceContextProvider as h,
|
|
28951
|
-
|
|
28952
|
+
jsonParseWithSpecialChar as hn,
|
|
28952
28953
|
headingToIdentifier as ht,
|
|
28953
28954
|
LazyAnyLanguageCodeMirror as i,
|
|
28954
|
-
|
|
28955
|
+
filenameAtom as in,
|
|
28955
28956
|
ansiToPlainText as it,
|
|
28956
28957
|
DotFilledIcon as j,
|
|
28957
|
-
|
|
28958
|
+
Minus as jn,
|
|
28958
28959
|
DeferredRequestRegistry as jt,
|
|
28959
28960
|
ChevronDownIcon as k,
|
|
28960
|
-
|
|
28961
|
+
PaintRoller as kn,
|
|
28961
28962
|
moveToEndOfEditor as kt,
|
|
28962
28963
|
PopoverClose as l,
|
|
28963
|
-
|
|
28964
|
+
HTMLCellId as ln,
|
|
28964
28965
|
kioskModeAtom as lt,
|
|
28965
28966
|
useExpandedOutput as m,
|
|
28966
|
-
|
|
28967
|
+
RANDOM_ID_ATTR as mn,
|
|
28967
28968
|
isErrorMime as mt,
|
|
28968
28969
|
Spinner as n,
|
|
28969
|
-
|
|
28970
|
+
NotebookScopedLocalStorage as nn,
|
|
28970
28971
|
useCellNames as nt,
|
|
28971
28972
|
useLastFocusedCellId as o,
|
|
28972
|
-
|
|
28973
|
+
parseDataset as on,
|
|
28973
28974
|
AnsiUp as ot,
|
|
28974
28975
|
useExpandedConsoleOutput as p,
|
|
28975
|
-
|
|
28976
|
+
OBJECT_ID_ATTR as pn,
|
|
28976
28977
|
outputIsStale as pt,
|
|
28977
28978
|
getCellEditorView as q,
|
|
28978
|
-
|
|
28979
|
+
convertStatsName as qt,
|
|
28979
28980
|
MarkdownRenderer as r,
|
|
28980
|
-
|
|
28981
|
+
ZodLocalStorage as rn,
|
|
28981
28982
|
createCell as rt,
|
|
28982
28983
|
maybeAddAltairImport as s,
|
|
28983
|
-
|
|
28984
|
+
parseInitialValue as sn,
|
|
28984
28985
|
getInitialAppMode as st,
|
|
28985
28986
|
toPng$1 as t,
|
|
28986
|
-
|
|
28987
|
+
getTracebackInfo as tn,
|
|
28987
28988
|
useCellIds as tt,
|
|
28988
28989
|
PopoverContent as u,
|
|
28989
|
-
|
|
28990
|
+
SCRATCH_CELL_ID as un,
|
|
28990
28991
|
useInstallAllowed as ut,
|
|
28991
28992
|
Sections as v,
|
|
28992
|
-
|
|
28993
|
+
atomWithStorage as vn,
|
|
28993
28994
|
getCellDomProps as vt,
|
|
28994
28995
|
AccordionItem as w,
|
|
28995
|
-
|
|
28996
|
+
Root2$2 as wn,
|
|
28996
28997
|
customPythonLanguageSupport as wt,
|
|
28997
28998
|
AIContextRegistry as x,
|
|
28998
|
-
|
|
28999
|
+
Close$1 as xn,
|
|
28999
29000
|
isInternalCellName as xt,
|
|
29000
29001
|
contextToXml as y,
|
|
29001
|
-
|
|
29002
|
+
selectAtom as yn,
|
|
29002
29003
|
displayCellName as yt,
|
|
29003
29004
|
isDataURLString as z,
|
|
29004
|
-
|
|
29005
|
-
|
|
29005
|
+
Columns2 as zn,
|
|
29006
|
+
PluralWord as zt
|
|
29006
29007
|
};
|
|
@@ -14,7 +14,7 @@ import { t as require_react_dom } from "./react-dom-BTJzcVJ9.js";
|
|
|
14
14
|
import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
|
|
15
15
|
import { Q as withSmartCollisionBoundary, Y as MAX_HEIGHT_OFFSET, Z as withFullScreenAsRoot, _t as createContextScope, at as Portal, ct as DismissableLayer, dt as useId, et as StyleNamespace, ft as Presence, ht as composeEventHandlers, it as useFocusGuards, nt as Combination_default, ot as FocusScope, pt as useControllableState, tt as hideOthers, ut as useCallbackRef, vt as Primitive, yt as dispatchDiscreteCustomEvent } from "./zod-CijjQh4u.js";
|
|
16
16
|
import { i as debounce_default } from "./constants-T20xxyNf.js";
|
|
17
|
-
import {
|
|
17
|
+
import { D as useEvent_default } from "./useTheme-yGsGEk82.js";
|
|
18
18
|
import { t as memoizeLastValue } from "./once-DPuqGUeo.js";
|
|
19
19
|
var ChevronRight = createLucideIcon("chevron-right", [["path", {
|
|
20
20
|
d: "m9 18 6-6-6-6",
|