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