@marimo-team/islands 0.23.14-dev10 → 0.23.14-dev13
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/{chat-ui-DYBcNEdd.js → chat-ui-C6y6xLcn.js} +77 -77
- package/dist/{code-visibility-6TEcNJ_h.js → code-visibility-D5_npwSb.js} +127 -127
- package/dist/{html-to-image-MqcD07Bw.js → html-to-image-DcTkcjmm.js} +69 -64
- package/dist/main.js +1008 -994
- package/dist/{process-output-Dt3icftd.js → process-output-2FbS8KgW.js} +1 -1
- package/dist/{reveal-component-BT4BI95e.js → reveal-component-CU-VYeM8.js} +2 -2
- package/package.json +1 -1
- package/src/components/editor/renderers/vertical-layout/__tests__/vertical-layout.test.ts +27 -1
- package/src/components/editor/renderers/vertical-layout/vertical-layout.tsx +23 -2
|
@@ -33,7 +33,7 @@ import { a as parser, i as pythonLanguage, n as localCompletionSource, r as pyth
|
|
|
33
33
|
import { n as stexMath } from "./stex-BIsgBmK4.js";
|
|
34
34
|
import { t as purify } from "./purify.es-H92eMd9-.js";
|
|
35
35
|
import { t as useAsyncData } from "./useAsyncData-BMc8itk2.js";
|
|
36
|
-
let reducer$1,
|
|
36
|
+
let reducer$1, singleFacet, ChevronRightIcon, PaintRoller, goToCellLine, safeExtractSetUIElementMessageBuffers, Columns2, PluralWord, AccordionContent, Content2$1, Checkbox, ChatBubbleIcon, Wrench, PathBuilder, BorderAllIcon, Trigger2, createVariableInfoElement, base64ToDataView, Info, repl, cellErrorsAtom, import_lib$1, allTablesAtom, getMarimoExportContext, CircleAlert, DATA_TYPE_ICON, base64ToUint8Array, FileText, adaptForLocalStorage, getCellNames, convertStatsName, createActions$1, dataSourceConnectionsAtom, dataViewToBase64, Eye, jotaiJsonStorage, PinLeftIcon, Minus, generateUUID, PinRightIcon, LoaderCircle, useChromeActions, CheckIcon, Trash2, Paths, base64ToDataURL, Layers, getFeatureFlag, numColumnsAtom, isUninstantiated, extractBase64FromDataURL, ExternalLink, variablesAtom, Accordion, Close$1, normalizeName, AccordionTrigger, Root2$2, MarkdownLanguageAdapter, hasTrustedExportContext, Braces, getDataTypeColor, renderHTML, CircleX, PluralWords, hasRunAnyCellAtom, esm_default, require_client, notebookAtom, requestClientAtom, hasOnlyOneCellAtom, getRequestClient, notebookOutline, useRequestClient, Boosts, jsonToMarkdown, DATA_CELL_ID, useCellFocusActions, filenameAtom, parseHtmlContent, AIContextProvider, selectAtom, getValidName, Popover, parseInitialValue, initialModeAtom, PopoverTrigger, SCRATCH_CELL_ID, viewStateAtom, elementContainsMarimoCellFile, useCellActions, isOutputEmpty, UIElementId, outputIsLoading, getDatasourceContext, jsonParseWithSpecialChar, sanitizeHtml, DatasourceContextProvider, RANDOM_ID_ATTR, headingToIdentifier, LazyAnyLanguageCodeMirror, ZodLocalStorage, ansiToPlainText, DotFilledIcon, NotebookPen, DeferredRequestRegistry, ChevronDownIcon, Table2, moveToEndOfEditor, PopoverClose, CellOutputId, kioskModeAtom, useExpandedOutput, OBJECT_ID_ATTR, isErrorMime, Spinner, getTracebackInfo, useCellNames, useLastFocusedCellId, parseAttrValue, AnsiUp, useExpandedConsoleOutput, findCellId, outputIsStale, getCellEditorView, getTableType, MarkdownRenderer, NotebookScopedLocalStorage, createCell, maybeAddAltairImport, parseDataset, getInitialAppMode, toPng$1, extractAllTracebackInfo, useCellIds, PopoverContent, HTMLCellId, useInstallAllowed, Sections, atomWithReducer, getCellDomProps, AccordionItem, Item, customPythonLanguageSupport, AIContextRegistry, Anchor2, isInternalCellName, contextToXml, atomWithStorage, displayCellName, isDataURLString, Database, SQLParser;
|
|
37
37
|
let __tla = Promise.all([
|
|
38
38
|
(() => {
|
|
39
39
|
try {
|
|
@@ -19042,7 +19042,8 @@ ${e}
|
|
|
19042
19042
|
function escapeRegex(e) {
|
|
19043
19043
|
return e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
19044
19044
|
}
|
|
19045
|
-
|
|
19045
|
+
let MarkdownParser, PythonParser, DEFAULT_ENGINE;
|
|
19046
|
+
MarkdownParser = class {
|
|
19046
19047
|
constructor() {
|
|
19047
19048
|
__publicField(this, "type", "markdown");
|
|
19048
19049
|
__publicField(this, "defaultCode", 'mo.md(r"""\n""")');
|
|
@@ -19144,7 +19145,8 @@ ${s}
|
|
|
19144
19145
|
}
|
|
19145
19146
|
}), r;
|
|
19146
19147
|
}
|
|
19147
|
-
}
|
|
19148
|
+
};
|
|
19149
|
+
PythonParser = class {
|
|
19148
19150
|
constructor() {
|
|
19149
19151
|
__publicField(this, "type", "python");
|
|
19150
19152
|
__publicField(this, "defaultCode", "");
|
|
@@ -19166,7 +19168,9 @@ ${s}
|
|
|
19166
19168
|
isSupported(e) {
|
|
19167
19169
|
return true;
|
|
19168
19170
|
}
|
|
19169
|
-
}
|
|
19171
|
+
};
|
|
19172
|
+
DEFAULT_ENGINE = "__marimo_duckdb";
|
|
19173
|
+
SQLParser = class {
|
|
19170
19174
|
constructor() {
|
|
19171
19175
|
__publicField(this, "type", "sql");
|
|
19172
19176
|
__publicField(this, "defaultMetadata", {
|
|
@@ -28852,156 +28856,157 @@ ${t}
|
|
|
28852
28856
|
});
|
|
28853
28857
|
export {
|
|
28854
28858
|
reducer$1 as $,
|
|
28855
|
-
|
|
28859
|
+
singleFacet as $t,
|
|
28856
28860
|
ChevronRightIcon as A,
|
|
28857
|
-
|
|
28861
|
+
PaintRoller as An,
|
|
28858
28862
|
goToCellLine as At,
|
|
28859
28863
|
safeExtractSetUIElementMessageBuffers as B,
|
|
28860
|
-
|
|
28861
|
-
|
|
28864
|
+
Columns2 as Bn,
|
|
28865
|
+
PluralWord as Bt,
|
|
28862
28866
|
AccordionContent as C,
|
|
28863
|
-
|
|
28867
|
+
Content2$1 as Cn,
|
|
28864
28868
|
Checkbox as Ct,
|
|
28865
28869
|
ChatBubbleIcon as D,
|
|
28866
|
-
|
|
28870
|
+
Wrench as Dn,
|
|
28867
28871
|
PathBuilder as Dt,
|
|
28868
28872
|
BorderAllIcon as E,
|
|
28869
|
-
|
|
28873
|
+
Trigger2 as En,
|
|
28870
28874
|
createVariableInfoElement as Et,
|
|
28871
28875
|
base64ToDataView as F,
|
|
28872
|
-
|
|
28876
|
+
Info as Fn,
|
|
28873
28877
|
repl as Ft,
|
|
28874
28878
|
cellErrorsAtom as G,
|
|
28875
|
-
|
|
28879
|
+
import_lib$1 as Gn,
|
|
28880
|
+
allTablesAtom as Gt,
|
|
28876
28881
|
getMarimoExportContext as H,
|
|
28877
|
-
|
|
28878
|
-
|
|
28882
|
+
CircleAlert as Hn,
|
|
28883
|
+
DATA_TYPE_ICON as Ht,
|
|
28879
28884
|
base64ToUint8Array as I,
|
|
28880
|
-
|
|
28885
|
+
FileText as In,
|
|
28881
28886
|
adaptForLocalStorage as It,
|
|
28882
28887
|
getCellNames as J,
|
|
28883
|
-
|
|
28888
|
+
convertStatsName as Jt,
|
|
28884
28889
|
createActions$1 as K,
|
|
28885
|
-
|
|
28890
|
+
dataSourceConnectionsAtom as Kt,
|
|
28886
28891
|
dataViewToBase64 as L,
|
|
28887
|
-
|
|
28892
|
+
Eye as Ln,
|
|
28888
28893
|
jotaiJsonStorage as Lt,
|
|
28889
28894
|
PinLeftIcon as M,
|
|
28890
|
-
|
|
28895
|
+
Minus as Mn,
|
|
28891
28896
|
generateUUID as Mt,
|
|
28892
28897
|
PinRightIcon as N,
|
|
28893
|
-
|
|
28898
|
+
LoaderCircle as Nn,
|
|
28894
28899
|
useChromeActions as Nt,
|
|
28895
28900
|
CheckIcon as O,
|
|
28896
|
-
|
|
28901
|
+
Trash2 as On,
|
|
28897
28902
|
Paths as Ot,
|
|
28898
28903
|
base64ToDataURL as P,
|
|
28899
|
-
|
|
28904
|
+
Layers as Pn,
|
|
28900
28905
|
getFeatureFlag as Pt,
|
|
28901
28906
|
numColumnsAtom as Q,
|
|
28902
|
-
|
|
28907
|
+
isUninstantiated as Qt,
|
|
28903
28908
|
extractBase64FromDataURL as R,
|
|
28904
|
-
|
|
28909
|
+
ExternalLink as Rn,
|
|
28905
28910
|
variablesAtom as Rt,
|
|
28906
28911
|
Accordion as S,
|
|
28907
|
-
|
|
28912
|
+
Close$1 as Sn,
|
|
28908
28913
|
normalizeName as St,
|
|
28909
28914
|
AccordionTrigger as T,
|
|
28910
|
-
|
|
28915
|
+
Root2$2 as Tn,
|
|
28911
28916
|
MarkdownLanguageAdapter as Tt,
|
|
28912
28917
|
hasTrustedExportContext as U,
|
|
28913
|
-
|
|
28914
|
-
|
|
28918
|
+
Braces as Un,
|
|
28919
|
+
getDataTypeColor as Ut,
|
|
28915
28920
|
renderHTML as V,
|
|
28916
|
-
|
|
28917
|
-
|
|
28921
|
+
CircleX as Vn,
|
|
28922
|
+
PluralWords as Vt,
|
|
28918
28923
|
hasRunAnyCellAtom as W,
|
|
28919
|
-
|
|
28920
|
-
|
|
28924
|
+
esm_default as Wn,
|
|
28925
|
+
require_client as Wt,
|
|
28921
28926
|
notebookAtom as X,
|
|
28922
|
-
|
|
28927
|
+
requestClientAtom as Xt,
|
|
28923
28928
|
hasOnlyOneCellAtom as Y,
|
|
28924
|
-
|
|
28929
|
+
getRequestClient as Yt,
|
|
28925
28930
|
notebookOutline as Z,
|
|
28926
|
-
|
|
28931
|
+
useRequestClient as Zt,
|
|
28927
28932
|
Boosts as _,
|
|
28928
28933
|
__tla,
|
|
28929
|
-
|
|
28934
|
+
jsonToMarkdown as _n,
|
|
28930
28935
|
DATA_CELL_ID as _t,
|
|
28931
28936
|
useCellFocusActions as a,
|
|
28932
|
-
|
|
28937
|
+
filenameAtom as an,
|
|
28933
28938
|
parseHtmlContent as at,
|
|
28934
28939
|
AIContextProvider as b,
|
|
28935
|
-
|
|
28940
|
+
selectAtom as bn,
|
|
28936
28941
|
getValidName as bt,
|
|
28937
28942
|
Popover as c,
|
|
28938
|
-
|
|
28943
|
+
parseInitialValue as cn,
|
|
28939
28944
|
initialModeAtom as ct,
|
|
28940
28945
|
PopoverTrigger as d,
|
|
28941
|
-
|
|
28946
|
+
SCRATCH_CELL_ID as dn,
|
|
28942
28947
|
viewStateAtom as dt,
|
|
28943
|
-
|
|
28948
|
+
elementContainsMarimoCellFile as en,
|
|
28944
28949
|
useCellActions as et,
|
|
28945
28950
|
isOutputEmpty as f,
|
|
28946
|
-
|
|
28951
|
+
UIElementId as fn,
|
|
28947
28952
|
outputIsLoading as ft,
|
|
28948
28953
|
getDatasourceContext as g,
|
|
28949
|
-
|
|
28954
|
+
jsonParseWithSpecialChar as gn,
|
|
28950
28955
|
sanitizeHtml as gt,
|
|
28951
28956
|
DatasourceContextProvider as h,
|
|
28952
|
-
|
|
28957
|
+
RANDOM_ID_ATTR as hn,
|
|
28953
28958
|
headingToIdentifier as ht,
|
|
28954
28959
|
LazyAnyLanguageCodeMirror as i,
|
|
28955
|
-
|
|
28960
|
+
ZodLocalStorage as in,
|
|
28956
28961
|
ansiToPlainText as it,
|
|
28957
28962
|
DotFilledIcon as j,
|
|
28958
|
-
|
|
28963
|
+
NotebookPen as jn,
|
|
28959
28964
|
DeferredRequestRegistry as jt,
|
|
28960
28965
|
ChevronDownIcon as k,
|
|
28961
|
-
|
|
28966
|
+
Table2 as kn,
|
|
28962
28967
|
moveToEndOfEditor as kt,
|
|
28963
28968
|
PopoverClose as l,
|
|
28964
|
-
|
|
28969
|
+
CellOutputId as ln,
|
|
28965
28970
|
kioskModeAtom as lt,
|
|
28966
28971
|
useExpandedOutput as m,
|
|
28967
|
-
|
|
28972
|
+
OBJECT_ID_ATTR as mn,
|
|
28968
28973
|
isErrorMime as mt,
|
|
28969
28974
|
Spinner as n,
|
|
28970
|
-
|
|
28975
|
+
getTracebackInfo as nn,
|
|
28971
28976
|
useCellNames as nt,
|
|
28972
28977
|
useLastFocusedCellId as o,
|
|
28973
|
-
|
|
28978
|
+
parseAttrValue as on,
|
|
28974
28979
|
AnsiUp as ot,
|
|
28975
28980
|
useExpandedConsoleOutput as p,
|
|
28976
|
-
|
|
28981
|
+
findCellId as pn,
|
|
28977
28982
|
outputIsStale as pt,
|
|
28978
28983
|
getCellEditorView as q,
|
|
28979
|
-
|
|
28984
|
+
getTableType as qt,
|
|
28980
28985
|
MarkdownRenderer as r,
|
|
28981
|
-
|
|
28986
|
+
NotebookScopedLocalStorage as rn,
|
|
28982
28987
|
createCell as rt,
|
|
28983
28988
|
maybeAddAltairImport as s,
|
|
28984
|
-
|
|
28989
|
+
parseDataset as sn,
|
|
28985
28990
|
getInitialAppMode as st,
|
|
28986
28991
|
toPng$1 as t,
|
|
28987
|
-
|
|
28992
|
+
extractAllTracebackInfo as tn,
|
|
28988
28993
|
useCellIds as tt,
|
|
28989
28994
|
PopoverContent as u,
|
|
28990
|
-
|
|
28995
|
+
HTMLCellId as un,
|
|
28991
28996
|
useInstallAllowed as ut,
|
|
28992
28997
|
Sections as v,
|
|
28993
|
-
|
|
28998
|
+
atomWithReducer as vn,
|
|
28994
28999
|
getCellDomProps as vt,
|
|
28995
29000
|
AccordionItem as w,
|
|
28996
|
-
|
|
29001
|
+
Item as wn,
|
|
28997
29002
|
customPythonLanguageSupport as wt,
|
|
28998
29003
|
AIContextRegistry as x,
|
|
28999
|
-
|
|
29004
|
+
Anchor2 as xn,
|
|
29000
29005
|
isInternalCellName as xt,
|
|
29001
29006
|
contextToXml as y,
|
|
29002
|
-
|
|
29007
|
+
atomWithStorage as yn,
|
|
29003
29008
|
displayCellName as yt,
|
|
29004
29009
|
isDataURLString as z,
|
|
29005
|
-
|
|
29006
|
-
|
|
29010
|
+
Database as zn,
|
|
29011
|
+
SQLParser as zt
|
|
29007
29012
|
};
|