@marimo-team/islands 0.23.16-dev5 → 0.23.16-dev51
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-CJaUI-S-.js → ConnectedDataExplorerComponent-f9vLjQiF.js} +13 -13
- package/dist/{ErrorBoundary-DXlxsrTF.js → ErrorBoundary-DhLqwSWA.js} +3 -3
- package/dist/{any-language-editor-P9tjkj4n.js → any-language-editor-DifE-fl7.js} +5 -5
- package/dist/{button-BcSml68y.js → button-BSm8IXRU.js} +2 -4
- package/dist/{capabilities-BYLFYTYv.js → capabilities-C6OQ5YBO.js} +1 -1
- package/dist/{chat-ui-BdSDiVjk.js → chat-ui-1e7PcW56.js} +3117 -3120
- package/dist/{check-Cs-KV5XY.js → check-DP7U0H0G.js} +1 -1
- package/dist/{code-visibility-C4wLKnSb.js → common-CD6phlRu.js} +1046 -1014
- package/dist/{copy-Cs3yt6Vt.js → copy-DNq8q3zw.js} +2 -2
- package/dist/{dist-B96tMAst.js → dist-DIlxLFXG.js} +2 -2
- package/dist/{error-banner-DR7o3CbX.js → error-banner-B_GQfxxD.js} +2 -2
- package/dist/{esm-k8PIvuZW.js → esm-DzZVaNH4.js} +1 -1
- package/dist/{extends-Cq2JYHKy.js → extends-w2_S44bV.js} +4 -4
- package/dist/{formats-BFhkZJwd.js → formats-Dwq1THhr.js} +3 -3
- package/dist/{glide-data-editor--CaN-f27.js → glide-data-editor-B9K6-MJe.js} +9 -9
- package/dist/{html-to-image-DDENewl2.js → html-to-image-3w0AakWW.js} +7164 -6240
- package/dist/{input-DStQIuqD.js → input-C5K4VBvB.js} +7 -7
- package/dist/{label-DIk0QoFe.js → label-DjoYwqmj.js} +2 -2
- package/dist/{loader-CTHCI-qe.js → loader-DX-IDS7n.js} +1 -1
- package/dist/main.js +1010 -1019
- package/dist/{mermaid-CdSvixW2.js → mermaid-hv6IckVw.js} +5 -5
- package/dist/{node-sql-parser-DLl_zNw0.js → node-sql-parser-v1Vi-Fft.js} +16867 -16665
- package/dist/{process-output-2QPcgBQg.js → process-output-BRwR4QGs.js} +32 -28
- package/dist/{reveal-component-BSD4w8YU.js → reveal-component-DmGGKS8z.js} +725 -643
- package/dist/{spec-CnaxwDqy.js → spec-CQKL_D3i.js} +4 -4
- package/dist/{strings-BYAhZnQi.js → strings-DIy9NAmg.js} +4 -4
- package/dist/style.css +1 -1
- package/dist/{swiper-component-DE94711u.js → swiper-component-CEdAYjb7.js} +2 -2
- package/dist/toDate-CqhBWjvO.js +713 -0
- package/dist/{tooltip-B-qh7UPB.js → tooltip-f-qR0iUx.js} +3 -3
- package/dist/{types-DQl7jVYK.js → types-DicH9Oi0.js} +1 -1
- package/dist/{useAsyncData-CvO8WUy3.js → useAsyncData-CYOQb1EW.js} +1 -1
- package/dist/{useDateFormatter-BSoGim-G.js → useDateFormatter-Bt2qr_XS.js} +2 -2
- package/dist/{useDeepCompareMemoize-J3MKRdA4.js → useDeepCompareMemoize-CSHQeQEI.js} +1 -1
- package/dist/{useIframeCapabilities-POcFXHbw.js → useIframeCapabilities-kA09ykNq.js} +1 -1
- package/dist/{useLifecycle-DqPxHgAN.js → useLifecycle-CMJGqBaY.js} +3 -3
- package/dist/{useTheme-XMq9mNf_.js → useTheme-DYfby65G.js} +2 -2
- package/dist/{vega-component-CrFoZT1S.js → vega-component-C7nO5zcf.js} +10 -10
- package/dist/{zod-D0yOqoGe.js → zod-BUcyXSdR.js} +1 -1
- package/package.json +3 -4
- package/src/__mocks__/requests.ts +45 -4
- package/src/components/data-table/__tests__/__snapshots__/chart-spec-model.test.ts.snap +174 -21
- package/src/components/data-table/__tests__/chart-spec-model.test.ts +102 -1
- package/src/components/data-table/column-summary/chart-spec-model.tsx +163 -103
- package/src/components/data-table/column-summary/legacy-chart-spec.ts +15 -7
- package/src/components/data-table/column-summary/utils.ts +26 -7
- package/src/components/data-table/types.ts +1 -1
- package/src/components/editor/__tests__/viewer-banner.test.tsx +14 -0
- package/src/components/editor/actions/__tests__/pair-with-agent-commands.test.ts +99 -18
- package/src/components/editor/actions/__tests__/pdf-export.test.ts +32 -13
- package/src/components/editor/actions/pair-with-agent-commands.ts +21 -10
- package/src/components/editor/actions/pair-with-agent-modal.tsx +2 -2
- package/src/components/editor/actions/pdf-export.ts +11 -14
- package/src/components/editor/actions/useNotebookActions.tsx +18 -18
- package/src/components/editor/cell/code/__tests__/cell-editor-activity-lifecycle.test.ts +250 -0
- package/src/components/editor/cell/code/cell-editor.tsx +13 -7
- package/src/components/editor/chrome/panels/__tests__/logs-panel.test.tsx +25 -0
- package/src/components/editor/chrome/panels/logs-panel.tsx +12 -2
- package/src/components/editor/chrome/panels/write-secret-modal.tsx +40 -12
- package/src/components/editor/connections/__tests__/json-credentials.test.ts +114 -0
- package/src/components/editor/connections/__tests__/paths.test.ts +39 -0
- package/src/components/editor/connections/components.tsx +6 -2
- package/src/components/editor/connections/database/__tests__/__snapshots__/as-code.test.ts.snap +21 -5
- package/src/components/editor/connections/database/__tests__/as-code.test.ts +17 -0
- package/src/components/editor/connections/database/as-code.ts +16 -2
- package/src/components/editor/connections/database/schemas.ts +6 -5
- package/src/components/editor/connections/form-renderers.tsx +99 -1
- package/src/components/editor/connections/json-credentials.ts +57 -0
- package/src/components/editor/connections/paths.ts +21 -0
- package/src/components/editor/connections/secret-combobox.tsx +41 -20
- package/src/components/editor/connections/storage/__tests__/__snapshots__/as-code.test.ts.snap +88 -2
- package/src/components/editor/connections/storage/__tests__/as-code.test.ts +128 -8
- package/src/components/editor/connections/storage/as-code.ts +79 -36
- package/src/components/editor/connections/storage/schemas.ts +85 -44
- package/src/components/editor/file-tree/__tests__/renderers.test.ts +31 -0
- package/src/components/editor/file-tree/file-viewer.tsx +11 -7
- package/src/components/editor/file-tree/renderers.tsx +21 -0
- package/src/components/editor/renderers/vertical-layout/vertical-layout.tsx +1 -1
- package/src/components/editor/viewer-banner.tsx +6 -1
- package/src/components/forms/options.ts +2 -1
- package/src/components/slides/__tests__/cell-output-block.test.tsx +40 -0
- package/src/components/slides/__tests__/slide-cell-view.test.tsx +33 -0
- package/src/components/slides/__tests__/slide-scroll-hint.test.tsx +198 -0
- package/src/components/slides/reveal-component.tsx +25 -19
- package/src/components/slides/slide-cell-view.tsx +1 -1
- package/src/components/slides/slide-scroll-hint.tsx +161 -0
- package/src/components/slides/slides.css +4 -2
- package/src/components/static-html/share-modal.tsx +1 -1
- package/src/components/ui/input.tsx +1 -1
- package/src/core/ai/context/providers/file.ts +8 -29
- package/src/core/cells/__tests__/cells.test.ts +12 -2
- package/src/core/cells/__tests__/logs.test.ts +5 -5
- package/src/core/cells/cells.ts +17 -4
- package/src/core/cells/document-changes.ts +1 -0
- package/src/core/cells/logs.ts +14 -4
- package/src/core/codemirror/copilot/__tests__/language-server.test.ts +396 -100
- package/src/core/codemirror/copilot/__tests__/transport.test.ts +128 -540
- package/src/core/codemirror/copilot/language-server.ts +182 -70
- package/src/core/codemirror/copilot/transport.ts +15 -207
- package/src/core/codemirror/copilot/types.ts +9 -2
- package/src/core/codemirror/find-replace/__tests__/navigate.test.ts +42 -30
- package/src/core/codemirror/find-replace/navigate.ts +2 -0
- package/src/core/codemirror/go-to-definition/__tests__/commands.test.ts +24 -3
- package/src/core/codemirror/go-to-definition/commands.ts +3 -0
- package/src/core/codemirror/keymaps/__tests__/keymaps.test.ts +31 -2
- package/src/core/codemirror/keymaps/keymaps.ts +12 -0
- package/src/core/codemirror/language/__tests__/sql.test.ts +443 -61
- package/src/core/codemirror/language/languages/python.ts +23 -11
- package/src/core/codemirror/language/languages/sql/completion-store.ts +5 -1
- package/src/core/codemirror/language/languages/sql/sql.ts +210 -3
- package/src/core/codemirror/lsp/__tests__/federated-lsp.test.ts +161 -0
- package/src/core/codemirror/lsp/__tests__/log-messages.test.ts +53 -0
- package/src/core/codemirror/lsp/__tests__/normalize-markdown-math.test.ts +25 -0
- package/src/core/codemirror/lsp/__tests__/notebook-lsp.test.ts +598 -156
- package/src/core/codemirror/lsp/__tests__/transports.test.ts +112 -0
- package/src/core/codemirror/lsp/federated-lsp.ts +76 -23
- package/src/core/codemirror/lsp/log-messages.ts +37 -0
- package/src/core/codemirror/lsp/normalize-markdown-math.ts +8 -4
- package/src/core/codemirror/lsp/notebook-lsp.ts +220 -56
- package/src/core/codemirror/lsp/transports.ts +8 -1
- package/src/core/codemirror/lsp/types.ts +68 -8
- package/src/core/codemirror/lsp/utils.ts +14 -0
- package/src/core/codemirror/utils.ts +28 -0
- package/src/core/edit-app.tsx +1 -2
- package/src/core/export/__tests__/hooks.test.ts +2 -4
- package/src/core/export/hooks.ts +4 -3
- package/src/core/hotkeys/hotkeys.ts +0 -2
- package/src/core/islands/__tests__/bridge.test.ts +107 -0
- package/src/core/islands/bridge.ts +16 -0
- package/src/core/lsp/__tests__/transport.test.ts +509 -337
- package/src/core/lsp/transport.ts +304 -132
- package/src/core/mode.ts +10 -0
- package/src/core/network/__tests__/api.test.ts +42 -0
- package/src/core/network/__tests__/connection.test.ts +45 -0
- package/src/core/network/__tests__/requests-lazy.test.ts +32 -1
- package/src/core/network/__tests__/requests-network.test.ts +21 -0
- package/src/core/network/api.ts +27 -0
- package/src/core/network/connection.ts +15 -0
- package/src/core/network/requests-lazy.ts +1 -0
- package/src/core/network/requests-network.ts +14 -8
- package/src/core/network/requests-static.ts +1 -0
- package/src/core/network/requests-toasting.tsx +1 -0
- package/src/core/network/types.ts +22 -6
- package/src/core/rtc/state.ts +9 -0
- package/src/core/static/download-html.ts +5 -14
- package/src/core/wasm/bridge.ts +4 -2
- package/src/core/wasm/worker/types.ts +5 -2
- package/src/css/app/codemirror.css +16 -2
- package/src/plugins/impl/FormPlugin.tsx +1 -1
- package/src/plugins/impl/__tests__/FormPlugin.test.tsx +162 -0
- package/src/stories/log-viewer.stories.tsx +12 -6
- package/src/utils/__tests__/blob.test.ts +27 -1
- package/src/utils/__tests__/download.test.tsx +44 -4
- package/src/utils/blob.ts +24 -1
- package/src/utils/download.ts +14 -15
- package/dist/toDate-B3IRfHhw.js +0 -692
package/dist/main.js
CHANGED
|
@@ -18,34 +18,34 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
18
18
|
}
|
|
19
19
|
});
|
|
20
20
|
import { a as __toCommonJS, n as __esmMin, r as __export, s as __toESM, t as __commonJSMin } from "./chunk-BNovOVIE.js";
|
|
21
|
-
import { _ as Functions, c as useEventListener, f as composeRefs, g as Logger, h as cn, i as NOT_SET, l as Slot, m as Events, n as buttonVariants, o as isPlatformMac, p as useComposedRefs, r as cva, t as Button, v as throwNotImplemented } from "./button-
|
|
21
|
+
import { _ as Functions, c as useEventListener, f as composeRefs, g as Logger, h as cn, i as NOT_SET, l as Slot, m as Events, n as buttonVariants, o as isPlatformMac, p as useComposedRefs, r as cva, t as Button, v as throwNotImplemented } from "./button-BSm8IXRU.js";
|
|
22
22
|
import { t as require_react } from "./react-DA-nE2FX.js";
|
|
23
23
|
import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
|
|
24
|
-
import { n as Copy, r as toast, t as copyToClipboard } from "./copy-
|
|
25
|
-
import { $ as notebookOutline, $t as
|
|
24
|
+
import { n as Copy, r as toast, t as copyToClipboard } from "./copy-DNq8q3zw.js";
|
|
25
|
+
import { $ as notebookOutline, $t as publishedCellClasses, A as ChevronDownIcon, An as Root2$1, At as DeferredRequestRegistry, Bn as Info, C as Accordion, Cn as atomWithReducer, Ct as MarkdownLanguageAdapter, D as BorderAllIcon, E as AccordionTrigger, Et as Paths, Fn as PaintRoller, G as hasRunAnyCellAtom, Gn as Columns2, H as renderHTML, Hn as Eye, Ht as DATA_TYPE_ICON, I as base64ToDataView, Jn as Braces, Jt as convertStatsName, K as cellIdsAtom, Lt as repl, Nn as Trash2, On as Content2, Pn as Table2, Pt as jotaiJsonStorage, Q as notebookAtom, Qt as isUninstantiated, R as dataViewToBase64, Rn as LoaderCircle, Rt as SQLParser, St as isRecord, T as AccordionItem, Tn as selectAtom, Tt as PathBuilder, U as getMarimoExportContext, V as safeExtractSetUIElementMessageBuffers, Vn as FileText, Vt as PluralWords, W as hasTrustedExportContext, Wn as Database, Wt as require_client, X as hasOnlyOneCellAtom, Xt as requestClientAtom, Y as getCellNames, Yt as getRequestClient, Z as initialNotebookState, Zt as useRequestClient, _n as UIElementId, _t as isInternalCellName, a as useCellFocusActions, at as createCell, bn as RANDOM_ID_ATTR, bt as customPythonLanguageSupport, cn as NotebookScopedLocalStorage, dn as parseAttrValue, dt as headingToIdentifier, en as shouldHidePublishedCell, et as numColumnsAtom, f as isOutputEmpty, fn as parseDataset, gt as getValidName, hn as HTMLCellId, i as LazyAnyLanguageCodeMirror, jn as Trigger2, jt as generateUUID, kn as Item$1, lt as outputIsLoading, n as Spinner, nt as useCellActions, o as useLastFocusedCellId, p as useExpandedConsoleOutput, pn as parseInitialValue, q as createActions, qn as CircleAlert, rt as useCellIds, s as maybeAddAltairImport, tt as reducer, ut as outputIsStale, vn as findCellId, vt as normalizeName, w as AccordionContent, wn as atomWithStorage, xn as jsonParseWithSpecialChar, xt as hasFunctionProperty, yn as OBJECT_ID_ATTR, yt as Checkbox, zn as Layers, zt as MarkdownParser, __tla as __tla_0 } from "./html-to-image-3w0AakWW.js";
|
|
26
26
|
import { __tla as __tla_1 } from "./chunk-5FQGJX7Z-B9WoXK1R.js";
|
|
27
|
-
import { o as useSize, s as Root$1, u as createLucideIcon } from "./dist-
|
|
28
|
-
import { A as SquareFunction, C as DEFAULT_COLOR_SCHEME, D as SCALE_TYPE_DESCRIPTIONS, E as EMPTY_VALUE$1, O as TIME_UNIT_DESCRIPTIONS, S as DEFAULT_AGGREGATION, T as DEFAULT_TIME_UNIT, _ as AGGREGATION_TYPE_DESCRIPTIONS, a as AGGREGATION_FNS$1, b as COLOR_SCHEMES, c as COLOR_BY_FIELDS, d as NONE_VALUE, f as SELECTABLE_DATA_TYPES, g as TIME_UNITS, h as STRING_AGGREGATION_FNS, i as convertDataTypeToSelectable, j as ChartColumn, k as escapeFieldName, l as COMBINED_TIME_UNITS, m as SORT_TYPES, n as createSpecWithoutData, o as BIN_AGGREGATION, p as SINGLE_TIME_UNITS, r as isFieldSet, s as CHART_TYPES, t as augmentSpecWithData, u as ChartType, v as AGGREGATION_TYPE_ICON, w as DEFAULT_MAX_BINS_FACET, x as COUNT_FIELD, y as CHART_TYPE_ICON } from "./spec-
|
|
29
|
-
import { $ as
|
|
30
|
-
import { c as Calendar, i as createReducerAndAtoms, n as useOnUnmount, o as ToggleLeft, t as useOnMount } from "./useLifecycle-
|
|
31
|
-
import { t as Check } from "./check-
|
|
32
|
-
import { A as Icon, C as logNever, D as $18f2051aff69b9bf$export$a54013f0d02a8f82, E as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7, F as createCollection, I as X, M as clamp$2, N as usePrevious$2, P as useDirection, R as ChevronDown, S as assertNever, a as SelectGroup, c as SelectSeparator, d as NativeSelect, i as SelectContent, j as Trigger$1, l as SelectTrigger, n as capitalize, o as SelectItem, r as Select, s as SelectLabel, t as Strings, u as SelectValue, w as $a916eb452884faea$export$b7a616150fdb9f44 } from "./strings-
|
|
33
|
-
import { B as $64fa3d84918910a7$export$4d86445c2cf5e3, C as DropdownMenuTrigger, Ft as $65484d02dcb7eb3e$export$457c3d6518dd4c6f, It as $3ef42575df84b30b$export$9d1611c77c2fe928, W as $64fa3d84918910a7$export$df3a06d6289f983e, Wt as $ff5963eb1fccf552$export$e08e3b67e392101e, X as useDebouncedCallback, Y as useDebounceControlledState, a as NumberField, d as roundToFractionDigits, f as DropdownMenu, g as DropdownMenuLabel, gn as ChevronRight, h as DropdownMenuItem, hn as Circle, i as OnBlurredInput, l as prettyNumber, m as DropdownMenuGroup, n as DebouncedNumberInput, o as maxFractionDigitsForSteps, ot as $f7dceffc5ad7768b$export$4e328f61c538687f, p as DropdownMenuContent, pt as $6179b936705e76d3$export$ae780daf29e6d456, r as Input, st as $701a24aa0da5b062$export$ea18c227d4417cc3, t as DebouncedInput, u as prettyScientificNumber, v as DropdownMenuSeparator, xt as $458b0a5536c1a7cf$export$40bfa8c7b0832715, y as DropdownMenuShortcut, z as $64fa3d84918910a7$export$29f1550f4b0d4415 } from "./input-
|
|
34
|
-
import {
|
|
35
|
-
import { a as MarimoIncomingMessageEvent, c as MarimoValueUpdateEvent,
|
|
36
|
-
import { n as Trash, r as Pencil, t as BulkEdit } from "./types-
|
|
37
|
-
import { n as require_prop_types, r as Plus, t as ErrorBoundary } from "./ErrorBoundary-
|
|
27
|
+
import { o as useSize, s as Root$1, u as createLucideIcon } from "./dist-DIlxLFXG.js";
|
|
28
|
+
import { A as SquareFunction, C as DEFAULT_COLOR_SCHEME, D as SCALE_TYPE_DESCRIPTIONS, E as EMPTY_VALUE$1, O as TIME_UNIT_DESCRIPTIONS, S as DEFAULT_AGGREGATION, T as DEFAULT_TIME_UNIT, _ as AGGREGATION_TYPE_DESCRIPTIONS, a as AGGREGATION_FNS$1, b as COLOR_SCHEMES, c as COLOR_BY_FIELDS, d as NONE_VALUE, f as SELECTABLE_DATA_TYPES, g as TIME_UNITS, h as STRING_AGGREGATION_FNS, i as convertDataTypeToSelectable, j as ChartColumn, k as escapeFieldName, l as COMBINED_TIME_UNITS, m as SORT_TYPES, n as createSpecWithoutData, o as BIN_AGGREGATION, p as SINGLE_TIME_UNITS, r as isFieldSet, s as CHART_TYPES, t as augmentSpecWithData, u as ChartType, v as AGGREGATION_TYPE_ICON, w as DEFAULT_MAX_BINS_FACET, x as COUNT_FIELD, y as CHART_TYPE_ICON } from "./spec-CQKL_D3i.js";
|
|
29
|
+
import { $ as CommandSeparator, $t as Kbd, A as ErrorState, At as getPageIndexForRow, B as ContextMenuTrigger, Bt as dateToLocalISODate, C as downloadHTMLAsImage, Ct as inferFieldTypes, D as ColumnName, Dt as DelayMount, E as downloadSizeLimitAtom, Et as ColumnChartSpecModel, F as getUserColumnVisibilityCounts, Ft as TOO_MANY_ROWS, G as DateRangePicker, Gt as TabsList, H as useSelectList, Ht as dateToLocalISOTime, I as ContextMenu, It as toFieldTypes, J as Command, Jt as ChartInfoState, K as Combobox, Kt as TabsTrigger, L as ContextMenuContent, Lt as getMimeValues, M as prettifyRowColumnCount, Mt as loadTableData, N as prettifyRowCount, Nt as INDEX_COLUMN_NAME, O as ColumnPreviewContainer, Ot as useIntersectionObserver, P as getColumnCountForDisplay, Pt as SELECT_COLUMN_ID, Q as CommandList, Qt as RenderTextWithLinks, R as ContextMenuItem, Rt as isNullishFilter, S as downloadExportedFile, St as generateColumns, T as Filenames, Tt as ColumnChartContext, U as CompactChipRow, Ut as Tabs, V as useInternalStateWithSync, Vt as dateToLocalISODateTime, W as DatePicker, Wt as TabsContent, X as CommandInput, Xt as LazyVegaEmbed, Y as CommandEmpty, Yt as ChartLoadingState, Z as CommandItem, Zt as useOverflowDetection, _ as DataTable, _n as ChevronLeft, _t as TableCell, an as TextWrap, at as contextAwarePanelType, b as downloadBlob, bt as TableRow, c as SLIDE_TYPE_OPTIONS_BY_VALUE, cn as EyeOff, ct as slotsController, d as Switch, dn as Download, en as HtmlOutput, et as smartMatch, f as RadioGroup, fn as Code, g as OutputRenderer, gn as ChevronsDownUp, gt as TableBody, h as OutputArea, hn as ChevronsLeft, ht as Table, i as showCodeInRunModeAtom, in as $fae977aafc393c5c$export$6b862160d295c8e, it as contextAwarePanelOwner, j as LoadingState, jt as loadTableAndRawData, k as EmptyState, kt as usePrevious$1, lt as Toggle, m as JsonOutput, mn as ChevronsRight, mt as Provider$1, n as useNotebookCodeAvailable, nn as safeLocale, nt as PANEL_TYPES, on as GripHorizontal, ot as isCellAwareAtom, p as RadioGroupItem, pn as ChevronsUpDown, pt as Fill, q as ComboboxItem, qt as ChartErrorState, r as marimoVersionAtom, rn as $fae977aafc393c5c$export$588937bcd60ade55, rt as contextAwarePanelOpen, sn as Funnel, st as SlotNames, t as cellDomProps, tn as EmotionCacheProvider, tt as ContextAwarePanelItem, u as Slide, un as Ellipsis, v as InstallPackageButton, vn as ArrowDownWideNarrow, vt as TableHead, w as Progress, wt as renderCellValue, x as downloadByURL, xt as NAMELESS_COLUMN_PREFIX, y as ADD_PRINTING_CLASS, yt as TableHeader, z as ContextMenuSeparator, zt as Maps, __tla as __tla_2 } from "./common-CD6phlRu.js";
|
|
30
|
+
import { c as Calendar, i as createReducerAndAtoms, n as useOnUnmount, o as ToggleLeft, t as useOnMount } from "./useLifecycle-CMJGqBaY.js";
|
|
31
|
+
import { t as Check } from "./check-DP7U0H0G.js";
|
|
32
|
+
import { A as Icon, C as logNever, D as $18f2051aff69b9bf$export$a54013f0d02a8f82, E as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7, F as createCollection, I as X, M as clamp$2, N as usePrevious$2, P as useDirection, R as ChevronDown, S as assertNever, a as SelectGroup, c as SelectSeparator, d as NativeSelect, i as SelectContent, j as Trigger$1, l as SelectTrigger, n as capitalize, o as SelectItem, r as Select, s as SelectLabel, t as Strings, u as SelectValue, w as $a916eb452884faea$export$b7a616150fdb9f44 } from "./strings-DIy9NAmg.js";
|
|
33
|
+
import { B as $64fa3d84918910a7$export$4d86445c2cf5e3, C as DropdownMenuTrigger, Ft as $65484d02dcb7eb3e$export$457c3d6518dd4c6f, It as $3ef42575df84b30b$export$9d1611c77c2fe928, W as $64fa3d84918910a7$export$df3a06d6289f983e, Wt as $ff5963eb1fccf552$export$e08e3b67e392101e, X as useDebouncedCallback, Y as useDebounceControlledState, a as NumberField, d as roundToFractionDigits, f as DropdownMenu, g as DropdownMenuLabel, gn as ChevronRight, h as DropdownMenuItem, hn as Circle, i as OnBlurredInput, l as prettyNumber, m as DropdownMenuGroup, n as DebouncedNumberInput, o as maxFractionDigitsForSteps, ot as $f7dceffc5ad7768b$export$4e328f61c538687f, p as DropdownMenuContent, pt as $6179b936705e76d3$export$ae780daf29e6d456, r as Input, st as $701a24aa0da5b062$export$ea18c227d4417cc3, t as DebouncedInput, u as prettyScientificNumber, v as DropdownMenuSeparator, xt as $458b0a5536c1a7cf$export$40bfa8c7b0832715, y as DropdownMenuShortcut, z as $64fa3d84918910a7$export$29f1550f4b0d4415 } from "./input-C5K4VBvB.js";
|
|
34
|
+
import { S as isWasm, _ as initialModeAtom, b as viewStateAtom, c as asRemoteURL, d as isStaticNotebook, f as appendQueryParams, g as getInitialAppMode, m as require_cuid2, u as getStaticVirtualFiles, v as kioskModeAtom, w as CircleQuestionMark, x as Deferred } from "./toDate-CqhBWjvO.js";
|
|
35
|
+
import { a as MarimoIncomingMessageEvent, c as MarimoValueUpdateEvent, f as Square, i as PythonIcon, l as createInputEvent, n as blobToString, o as MarimoValueInputEvent, p as File, r as filesToBase64, s as MarimoValueReadyEvent, t as processOutput, u as deserializeBlob } from "./process-output-BRwR4QGs.js";
|
|
36
|
+
import { n as Trash, r as Pencil, t as BulkEdit } from "./types-DicH9Oi0.js";
|
|
37
|
+
import { n as require_prop_types, r as Plus, t as ErrorBoundary } from "./ErrorBoundary-DhLqwSWA.js";
|
|
38
38
|
import { t as require_react_dom } from "./react-dom-BTJzcVJ9.js";
|
|
39
39
|
import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
|
|
40
|
-
import { $ as isInVscodeExtension, A as looseObject, B as union, C as any, E as custom, F as optional, G as parse$1, I as record, J as prettifyError, K as parseAsync, N as number, O as lazy$2, P as object, R as string, S as _null, T as boolean, U as ZodError, V as unknown, Z as withFullScreenAsRoot, _ as ZodString, _t as createContextScope, a as ZodIssueCode, b as _enum, c as ZodBoolean, ct as DismissableLayer, d as ZodDiscriminatedUnion, dt as useId$11, et as StyleNamespace, f as ZodEnum, ft as Presence, g as ZodOptional, h as ZodObject, ht as composeEventHandlers$1, i as string$1, j as nan, k as literal, l as ZodDate, m as ZodNumber, mt as useLayoutEffect2, n as date, o as ZodAny, p as ZodLiteral, pt as useControllableState, q as $ZodError, r as number$1, rt as __awaiter, s as ZodArray, t as zod_default, u as ZodDefault, ut as useCallbackRef, v as ZodType, vt as Primitive, w as array, x as _instanceof, y as ZodUnion, yt as dispatchDiscreteCustomEvent, z as tuple } from "./zod-
|
|
41
|
-
import { i as FunctionNotFoundError, n as ErrorBanner, r as CellNotInitializedError, t as Banner } from "./error-banner-
|
|
42
|
-
import { t as Label } from "./label-
|
|
43
|
-
import { a as TooltipRoot, i as TooltipProvider, n as TooltipContent, o as TooltipTrigger, r as TooltipPortal, t as Tooltip } from "./tooltip-
|
|
44
|
-
import { f as CopyClipboardIcon } from "./extends-
|
|
40
|
+
import { $ as isInVscodeExtension, A as looseObject, B as union, C as any, E as custom, F as optional, G as parse$1, I as record, J as prettifyError, K as parseAsync, N as number, O as lazy$2, P as object, R as string, S as _null, T as boolean, U as ZodError, V as unknown, Z as withFullScreenAsRoot, _ as ZodString, _t as createContextScope, a as ZodIssueCode, b as _enum, c as ZodBoolean, ct as DismissableLayer, d as ZodDiscriminatedUnion, dt as useId$11, et as StyleNamespace, f as ZodEnum, ft as Presence, g as ZodOptional, h as ZodObject, ht as composeEventHandlers$1, i as string$1, j as nan, k as literal, l as ZodDate, m as ZodNumber, mt as useLayoutEffect2, n as date, o as ZodAny, p as ZodLiteral, pt as useControllableState, q as $ZodError, r as number$1, rt as __awaiter, s as ZodArray, t as zod_default, u as ZodDefault, ut as useCallbackRef, v as ZodType, vt as Primitive, w as array, x as _instanceof, y as ZodUnion, yt as dispatchDiscreteCustomEvent, z as tuple } from "./zod-BUcyXSdR.js";
|
|
41
|
+
import { i as FunctionNotFoundError, n as ErrorBanner, r as CellNotInitializedError, t as Banner } from "./error-banner-B_GQfxxD.js";
|
|
42
|
+
import { t as Label } from "./label-DjoYwqmj.js";
|
|
43
|
+
import { a as TooltipRoot, i as TooltipProvider, n as TooltipContent, o as TooltipTrigger, r as TooltipPortal, t as Tooltip } from "./tooltip-f-qR0iUx.js";
|
|
44
|
+
import { f as CopyClipboardIcon } from "./extends-w2_S44bV.js";
|
|
45
45
|
import { a as get_default } from "./hasIn-Deg7jl_j.js";
|
|
46
46
|
import { n as _baseSet_default, t as pick_default } from "./pick-D1Qo8s2C.js";
|
|
47
47
|
import { t as debounce_default } from "./debounce-BOD3DbfP.js";
|
|
48
|
-
import { A as useEvent_default, S as useAtomValue, T as atom, a as KnownQueryParams, b as Provider, c as autoInstantiateAtom, f as useResolvedMarimoConfig, g as store, k as dequal, m as AppConfigSchema, n as useTheme, r as CSSClasses, u as localeAtom, x as useAtom, y as isIslands } from "./useTheme-
|
|
48
|
+
import { A as useEvent_default, S as useAtomValue, T as atom, a as KnownQueryParams, b as Provider, c as autoInstantiateAtom, f as useResolvedMarimoConfig, g as store, k as dequal, m as AppConfigSchema, n as useTheme, r as CSSClasses, u as localeAtom, x as useAtom, y as isIslands } from "./useTheme-DYfby65G.js";
|
|
49
49
|
import { $ as EditorView, F as syntaxHighlighting, H as tags, a as HighlightStyle, g as defaultHighlightStyle } from "./dist-De-GlSAs.js";
|
|
50
50
|
import { t as invariant } from "./invariant-wRzNXIsJ.js";
|
|
51
51
|
import { c as uniqueBy, l as clamp, o as arrayShallowEquals, t as Arrays } from "./arrays-sEtDRoG4.js";
|
|
@@ -58,15 +58,15 @@ import "./dist-BTdrwBWP.js";
|
|
|
58
58
|
import "./dist-4lVIWUT3.js";
|
|
59
59
|
import "./dist-DgjbnqTg.js";
|
|
60
60
|
import { r as python } from "./dist-CRmSjkLP.js";
|
|
61
|
-
import { n as minimalSetup, t as esm_default } from "./esm-
|
|
61
|
+
import { n as minimalSetup, t as esm_default } from "./esm-DzZVaNH4.js";
|
|
62
62
|
import "./purify.es-EnR5yhgI.js";
|
|
63
|
-
import { i as AlertTitle, n as Alert, r as AlertDescription } from "./formats-
|
|
63
|
+
import { i as AlertTitle, n as Alert, r as AlertDescription } from "./formats-Dwq1THhr.js";
|
|
64
64
|
import { H as getVegaFieldTypes, V as getContainerWidth } from "./vega-loader.browser-DmpxCJqx.js";
|
|
65
|
-
import { a as tooltipHandler, n as vegaLoadData } from "./loader-
|
|
65
|
+
import { a as tooltipHandler, n as vegaLoadData } from "./loader-DX-IDS7n.js";
|
|
66
66
|
import "./defaultLocale-BpsHxBd7.js";
|
|
67
67
|
import "./defaultLocale-DoeErsX2.js";
|
|
68
|
-
import { t as useAsyncData } from "./useAsyncData-
|
|
69
|
-
import { t as useDeepCompareMemoize } from "./useDeepCompareMemoize-
|
|
68
|
+
import { t as useAsyncData } from "./useAsyncData-CYOQb1EW.js";
|
|
69
|
+
import { t as useDeepCompareMemoize } from "./useDeepCompareMemoize-CSHQeQEI.js";
|
|
70
70
|
import "./dist-BP39XM8u.js";
|
|
71
71
|
import "./dist-C18MUWTj.js";
|
|
72
72
|
import "./dist-BwhXBwMd.js";
|
|
@@ -7515,21 +7515,21 @@ let __tla = Promise.all([
|
|
|
7515
7515
|
}), H = U(), W = U(), G = C(0), q = C(null), Z = C({
|
|
7516
7516
|
column: 0,
|
|
7517
7517
|
row: 0
|
|
7518
|
-
}),
|
|
7519
|
-
Y(x(b, $(
|
|
7520
|
-
D(
|
|
7521
|
-
}), Y(x(ut(b,
|
|
7522
|
-
D(
|
|
7518
|
+
}), QW = U(), $W = U(), eG = C(false), tG = C(0), nG = C(true), rG = C(false), iG = C(false);
|
|
7519
|
+
Y(x(b, $(tG), P(([e2, r2]) => !!r2)), () => {
|
|
7520
|
+
D(nG, false);
|
|
7521
|
+
}), Y(x(ut(b, nG, B, z, tG, rG), P(([e2, r2, c2, l2, , u2]) => e2 && !r2 && c2.height !== 0 && l2.height !== 0 && !u2)), ([, , , , e2]) => {
|
|
7522
|
+
D(rG, true), Ue(1, () => {
|
|
7523
7523
|
D(H, e2);
|
|
7524
7524
|
}), Et(x(h), () => {
|
|
7525
7525
|
D(r, [
|
|
7526
7526
|
0,
|
|
7527
7527
|
0
|
|
7528
|
-
]), D(
|
|
7528
|
+
]), D(nG, true);
|
|
7529
7529
|
});
|
|
7530
|
-
}), F(x(
|
|
7531
|
-
e2 && (D(z, e2.viewport), D(B, e2.item), D(Z, e2.gap), e2.scrollTop > 0 && (D(
|
|
7532
|
-
D(
|
|
7530
|
+
}), F(x($W, P((e2) => e2 != null && e2.scrollTop > 0), Ft(0)), L), Y(x(b, $($W), P(([, e2]) => e2 != null)), ([, e2]) => {
|
|
7531
|
+
e2 && (D(z, e2.viewport), D(B, e2.item), D(Z, e2.gap), e2.scrollTop > 0 && (D(eG, true), Et(x(h, Kt(1)), (e3) => {
|
|
7532
|
+
D(eG, false);
|
|
7533
7533
|
}), D(m, {
|
|
7534
7534
|
top: e2.scrollTop
|
|
7535
7535
|
})));
|
|
@@ -7538,7 +7538,7 @@ let __tla = Promise.all([
|
|
|
7538
7538
|
item: r2,
|
|
7539
7539
|
scrollTop: l2,
|
|
7540
7540
|
viewport: e2
|
|
7541
|
-
}))),
|
|
7541
|
+
}))), QW), F(x(ut(V(I), l, V(Z, Or), V(B, xe), V(z, xe), V(q), V(L), V(eG), V(nG), V(tG)), P(([, , , , , , , e2]) => !e2), k(([e2, [r2, c2], l2, u2, d2, f2, p2, , m2, h2]) => {
|
|
7542
7542
|
let { column: g2, row: _2 } = l2, { height: v2, width: y2 } = u2, { width: b2 } = d2;
|
|
7543
7543
|
if (p2 === 0 && (e2 === 0 || b2 === 0)) return bn;
|
|
7544
7544
|
if (y2 === 0) {
|
|
@@ -7564,16 +7564,16 @@ let __tla = Promise.all([
|
|
|
7564
7564
|
u2
|
|
7565
7565
|
];
|
|
7566
7566
|
}), J(ce)), r);
|
|
7567
|
-
let
|
|
7568
|
-
F(x(h, $(
|
|
7569
|
-
let
|
|
7567
|
+
let aG = C(false);
|
|
7568
|
+
F(x(h, $(aG), k(([e2, r2]) => r2 || e2 !== 0)), aG);
|
|
7569
|
+
let oG = bt(x(ut(R, I), P(([{ items: e2 }]) => e2.length > 0), $(aG), P(([[e2, r2], c2]) => {
|
|
7570
7570
|
let l2 = e2.items[e2.items.length - 1].index === r2 - 1;
|
|
7571
7571
|
return (c2 || e2.bottom > 0 && e2.itemHeight > 0 && e2.offsetBottom === 0 && e2.items.length === r2) && l2;
|
|
7572
|
-
}), k(([[, e2]]) => e2 - 1), J())),
|
|
7572
|
+
}), k(([[, e2]]) => e2 - 1), J())), sG = bt(x(V(R), P(({ items: e2 }) => e2.length > 0 && e2[0].index === 0), Ft(0), J())), cG = bt(x(V(R), $(eG), P(([{ items: e2 }, r2]) => e2.length > 0 && !r2), k(([{ items: e2 }]) => ({
|
|
7573
7573
|
endIndex: e2[e2.length - 1].index,
|
|
7574
7574
|
startIndex: e2[0].index
|
|
7575
7575
|
})), J(An), Gt(0)));
|
|
7576
|
-
F(
|
|
7576
|
+
F(cG, y.scrollSeekRangeChanged), F(x(H, $(z, B, I, Z), k(([e2, r2, c2, l2, u2]) => {
|
|
7577
7577
|
let d2 = $n(e2), { align: f2, behavior: p2, offset: m2 } = d2, h2 = d2.index;
|
|
7578
7578
|
h2 === "LAST" && (h2 = l2 - 1), h2 = re(0, h2, Oe(l2 - 1, h2));
|
|
7579
7579
|
let g2 = Me(r2, u2, c2, h2);
|
|
@@ -7582,7 +7582,7 @@ let __tla = Promise.all([
|
|
|
7582
7582
|
top: g2
|
|
7583
7583
|
};
|
|
7584
7584
|
})), m);
|
|
7585
|
-
let
|
|
7585
|
+
let lG = ht(x(R, k((e2) => e2.offsetBottom + e2.bottom)), 0);
|
|
7586
7586
|
return F(x(j, k((e2) => ({
|
|
7587
7587
|
height: e2.visibleHeight,
|
|
7588
7588
|
width: e2.visibleWidth
|
|
@@ -7597,7 +7597,7 @@ let __tla = Promise.all([
|
|
|
7597
7597
|
initialItemCount: L,
|
|
7598
7598
|
itemDimensions: B,
|
|
7599
7599
|
overscan: c,
|
|
7600
|
-
restoreStateFrom:
|
|
7600
|
+
restoreStateFrom: $W,
|
|
7601
7601
|
scrollBy: f,
|
|
7602
7602
|
scrollContainerState: p,
|
|
7603
7603
|
scrollHeight: W,
|
|
@@ -7613,16 +7613,16 @@ let __tla = Promise.all([
|
|
|
7613
7613
|
windowViewportRect: j,
|
|
7614
7614
|
...y,
|
|
7615
7615
|
gridState: R,
|
|
7616
|
-
horizontalDirection:
|
|
7617
|
-
initialTopMostItemIndex:
|
|
7618
|
-
totalListHeight:
|
|
7616
|
+
horizontalDirection: iG,
|
|
7617
|
+
initialTopMostItemIndex: tG,
|
|
7618
|
+
totalListHeight: lG,
|
|
7619
7619
|
...v,
|
|
7620
|
-
endReached:
|
|
7620
|
+
endReached: oG,
|
|
7621
7621
|
propsReady: S,
|
|
7622
|
-
rangeChanged:
|
|
7623
|
-
startReached:
|
|
7624
|
-
stateChanged:
|
|
7625
|
-
stateRestoreInProgress:
|
|
7622
|
+
rangeChanged: cG,
|
|
7623
|
+
startReached: sG,
|
|
7624
|
+
stateChanged: QW,
|
|
7625
|
+
stateRestoreInProgress: eG,
|
|
7626
7626
|
...M
|
|
7627
7627
|
};
|
|
7628
7628
|
}, tt(je, It, he, Zn, _t, qe, Wt));
|
|
@@ -7900,22 +7900,22 @@ let __tla = Promise.all([
|
|
|
7900
7900
|
let r2 = Array.isArray(e2) ? e2 : [];
|
|
7901
7901
|
f != null && r2.length > f && (r2 = r2.slice(-f)), u(r2);
|
|
7902
7902
|
}, r[8] = p, r[9] = f, r[10] = d, r[11] = u, r[12] = q) : q = r[12];
|
|
7903
|
-
let Z = q,
|
|
7903
|
+
let Z = q, QW;
|
|
7904
7904
|
if (r[13] !== G.bulkActions) {
|
|
7905
|
-
if (
|
|
7905
|
+
if (QW = G.bulkActions.map(_temp$27), QW.length > 0) {
|
|
7906
7906
|
let e2;
|
|
7907
7907
|
r[15] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e2 = (0, import_jsx_runtime.jsx)(CommandSeparator, {
|
|
7908
7908
|
"data-slot": "select-separator"
|
|
7909
|
-
}, "_bulk_separator"), r[15] = e2) : e2 = r[15],
|
|
7909
|
+
}, "_bulk_separator"), r[15] = e2) : e2 = r[15], QW.push(e2);
|
|
7910
7910
|
}
|
|
7911
|
-
r[13] = G.bulkActions, r[14] =
|
|
7912
|
-
} else
|
|
7913
|
-
let
|
|
7914
|
-
r[16] !== G.pinnedCount || r[17] !== G.visibleOptions.length ? (
|
|
7911
|
+
r[13] = G.bulkActions, r[14] = QW;
|
|
7912
|
+
} else QW = r[14];
|
|
7913
|
+
let $W;
|
|
7914
|
+
r[16] !== G.pinnedCount || r[17] !== G.visibleOptions.length ? ($W = (e2) => G.pinnedCount > 0 && e2 === G.pinnedCount && G.pinnedCount < G.visibleOptions.length ? (0, import_jsx_runtime.jsx)(CommandSeparator, {
|
|
7915
7915
|
"data-slot": "select-separator"
|
|
7916
|
-
}, "_pinned_separator") : null, r[16] = G.pinnedCount, r[17] = G.visibleOptions.length, r[18] =
|
|
7917
|
-
let
|
|
7918
|
-
r[19] !==
|
|
7916
|
+
}, "_pinned_separator") : null, r[16] = G.pinnedCount, r[17] = G.visibleOptions.length, r[18] = $W) : $W = r[18];
|
|
7917
|
+
let eG = $W, tG;
|
|
7918
|
+
r[19] !== QW || r[20] !== G || r[21] !== eG || r[22] !== w || r[23] !== B || r[24] !== H ? (tG = () => {
|
|
7919
7919
|
if (G.visibleOptions.length > B) return (0, import_jsx_runtime.jsx)(Yr, {
|
|
7920
7920
|
"data-slot": "select-list",
|
|
7921
7921
|
style: {
|
|
@@ -7927,8 +7927,8 @@ let __tla = Promise.all([
|
|
|
7927
7927
|
let r2 = G.visibleOptions[e3];
|
|
7928
7928
|
return (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, {
|
|
7929
7929
|
children: [
|
|
7930
|
-
e3 === 0 &&
|
|
7931
|
-
|
|
7930
|
+
e3 === 0 && QW,
|
|
7931
|
+
eG(e3),
|
|
7932
7932
|
(0, import_jsx_runtime.jsx)(OptionRow, {
|
|
7933
7933
|
option: r2,
|
|
7934
7934
|
checked: G.isChecked(r2.value),
|
|
@@ -7939,7 +7939,7 @@ let __tla = Promise.all([
|
|
|
7939
7939
|
}
|
|
7940
7940
|
});
|
|
7941
7941
|
let e2 = G.visibleOptions.flatMap((e3, r2) => {
|
|
7942
|
-
let c2 =
|
|
7942
|
+
let c2 = eG(r2), l2 = (0, import_jsx_runtime.jsx)(OptionRow, {
|
|
7943
7943
|
option: e3,
|
|
7944
7944
|
checked: G.isChecked(e3.value),
|
|
7945
7945
|
renderOption: w
|
|
@@ -7953,13 +7953,13 @@ let __tla = Promise.all([
|
|
|
7953
7953
|
});
|
|
7954
7954
|
return (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, {
|
|
7955
7955
|
children: [
|
|
7956
|
-
|
|
7956
|
+
QW,
|
|
7957
7957
|
e2
|
|
7958
7958
|
]
|
|
7959
7959
|
});
|
|
7960
|
-
}, r[19] =
|
|
7961
|
-
let
|
|
7962
|
-
r[26] !== G.labelOf || r[27] !== I ? (
|
|
7960
|
+
}, r[19] = QW, r[20] = G, r[21] = eG, r[22] = w, r[23] = B, r[24] = H, r[25] = tG) : tG = r[25];
|
|
7961
|
+
let nG = tG, rG;
|
|
7962
|
+
r[26] !== G.labelOf || r[27] !== I ? (rG = (e2) => {
|
|
7963
7963
|
let r2 = Array.isArray(e2) ? e2 : e2 == null ? [] : [
|
|
7964
7964
|
e2
|
|
7965
7965
|
];
|
|
@@ -7970,46 +7970,46 @@ let __tla = Promise.all([
|
|
|
7970
7970
|
items: r2.map(G.labelOf),
|
|
7971
7971
|
max: 3
|
|
7972
7972
|
});
|
|
7973
|
-
}, r[26] = G.labelOf, r[27] = I, r[28] =
|
|
7974
|
-
let
|
|
7975
|
-
r[29] === G ?
|
|
7976
|
-
let
|
|
7977
|
-
r[31] !== b || r[32] !== R ? (
|
|
7973
|
+
}, r[26] = G.labelOf, r[27] = I, r[28] = rG) : rG = r[28];
|
|
7974
|
+
let iG = rG, aG = e["data-testid"], oG;
|
|
7975
|
+
r[29] === G ? oG = r[30] : (oG = (e2) => G.labelOf(e2), r[29] = G, r[30] = oG);
|
|
7976
|
+
let sG = M ? iG : void 0, cG;
|
|
7977
|
+
r[31] !== b || r[32] !== R ? (cG = cn({
|
|
7978
7978
|
"w-full": R
|
|
7979
|
-
}, b), r[31] = b, r[32] = R, r[33] =
|
|
7980
|
-
let
|
|
7981
|
-
r[34] === z ?
|
|
7982
|
-
let
|
|
7983
|
-
r[36] !== L || r[37] !== S || r[38] !== G.open || r[39] !== G.searchQuery || r[40] !== G.setOpen || r[41] !== G.setSearchQuery || r[42] !== I || r[43] !==
|
|
7979
|
+
}, b), r[31] = b, r[32] = R, r[33] = cG) : cG = r[33];
|
|
7980
|
+
let lG = G.searchQuery, uG = G.setSearchQuery, dG = G.open, fG = G.setOpen, pG;
|
|
7981
|
+
r[34] === z ? pG = r[35] : (pG = renderSlot(z), r[34] = z, r[35] = pG);
|
|
7982
|
+
let mG;
|
|
7983
|
+
r[36] !== L || r[37] !== S || r[38] !== G.open || r[39] !== G.searchQuery || r[40] !== G.setOpen || r[41] !== G.setSearchQuery || r[42] !== I || r[43] !== aG || r[44] !== oG || r[45] !== sG || r[46] !== cG || r[47] !== pG ? (mG = {
|
|
7984
7984
|
"data-slot": "select-root",
|
|
7985
|
-
"data-testid":
|
|
7986
|
-
displayValue:
|
|
7987
|
-
renderValue:
|
|
7985
|
+
"data-testid": aG,
|
|
7986
|
+
displayValue: oG,
|
|
7987
|
+
renderValue: sG,
|
|
7988
7988
|
placeholder: I,
|
|
7989
|
-
className:
|
|
7989
|
+
className: cG,
|
|
7990
7990
|
shouldFilter: false,
|
|
7991
|
-
search:
|
|
7992
|
-
onSearchChange:
|
|
7993
|
-
open:
|
|
7994
|
-
onOpenChange:
|
|
7995
|
-
emptyState:
|
|
7991
|
+
search: lG,
|
|
7992
|
+
onSearchChange: uG,
|
|
7993
|
+
open: dG,
|
|
7994
|
+
onOpenChange: fG,
|
|
7995
|
+
emptyState: pG,
|
|
7996
7996
|
disabled: L,
|
|
7997
7997
|
id: S
|
|
7998
|
-
}, r[36] = L, r[37] = S, r[38] = G.open, r[39] = G.searchQuery, r[40] = G.setOpen, r[41] = G.setSearchQuery, r[42] = I, r[43] =
|
|
7999
|
-
let
|
|
8000
|
-
return r[49] !==
|
|
8001
|
-
...
|
|
7998
|
+
}, r[36] = L, r[37] = S, r[38] = G.open, r[39] = G.searchQuery, r[40] = G.setOpen, r[41] = G.setSearchQuery, r[42] = I, r[43] = aG, r[44] = oG, r[45] = sG, r[46] = cG, r[47] = pG, r[48] = mG) : mG = r[48];
|
|
7999
|
+
let hG = mG, gG;
|
|
8000
|
+
return r[49] !== hG || r[50] !== Z || r[51] !== d || r[52] !== nG || r[53] !== l ? (gG = d ? (0, import_jsx_runtime.jsx)(Combobox, {
|
|
8001
|
+
...hG,
|
|
8002
8002
|
multiple: true,
|
|
8003
8003
|
value: l,
|
|
8004
8004
|
onValueChange: Z,
|
|
8005
|
-
children:
|
|
8005
|
+
children: nG()
|
|
8006
8006
|
}) : (0, import_jsx_runtime.jsx)(Combobox, {
|
|
8007
|
-
...
|
|
8007
|
+
...hG,
|
|
8008
8008
|
multiple: false,
|
|
8009
8009
|
value: l,
|
|
8010
8010
|
onValueChange: Z,
|
|
8011
|
-
children:
|
|
8012
|
-
}), r[49] =
|
|
8011
|
+
children: nG()
|
|
8012
|
+
}), r[49] = hG, r[50] = Z, r[51] = d, r[52] = nG, r[53] = l, r[54] = gG) : gG = r[54], gG;
|
|
8013
8013
|
}
|
|
8014
8014
|
function _temp$27(e) {
|
|
8015
8015
|
let r = "enabled" in e ? !e.enabled : e.items.length === 0;
|
|
@@ -9009,7 +9009,7 @@ let __tla = Promise.all([
|
|
|
9009
9009
|
};
|
|
9010
9010
|
}
|
|
9011
9011
|
};
|
|
9012
|
-
var LazyChatbot = import_react.lazy(() => import("./chat-ui-
|
|
9012
|
+
var LazyChatbot = import_react.lazy(() => import("./chat-ui-1e7PcW56.js").then((e) => ({
|
|
9013
9013
|
default: e.Chatbot
|
|
9014
9014
|
}))), messageSchema = array(object({
|
|
9015
9015
|
id: string(),
|
|
@@ -9158,7 +9158,7 @@ let __tla = Promise.all([
|
|
|
9158
9158
|
"time",
|
|
9159
9159
|
"unknown"
|
|
9160
9160
|
];
|
|
9161
|
-
var import_compiler_runtime$76 = require_compiler_runtime(), LazyDataEditor = import_react.lazy(() => import("./glide-data-editor
|
|
9161
|
+
var import_compiler_runtime$76 = require_compiler_runtime(), LazyDataEditor = import_react.lazy(() => import("./glide-data-editor-B9K6-MJe.js").then(async (m) => {
|
|
9162
9162
|
await m.__tla;
|
|
9163
9163
|
return m;
|
|
9164
9164
|
}));
|
|
@@ -10197,10 +10197,10 @@ let __tla = Promise.all([
|
|
|
10197
10197
|
}, H = () => {
|
|
10198
10198
|
for (let e2 of p.unMount) {
|
|
10199
10199
|
let r2 = get(l, e2);
|
|
10200
|
-
r2 && (r2._f.refs ? r2._f.refs.every((e3) => !live(e3)) : !live(r2._f.ref)) &&
|
|
10200
|
+
r2 && (r2._f.refs ? r2._f.refs.every((e3) => !live(e3)) : !live(r2._f.ref)) && cG(e2);
|
|
10201
10201
|
}
|
|
10202
10202
|
p.unMount = /* @__PURE__ */ new Set();
|
|
10203
|
-
}, W = (e2, c2) => !r.disabled && (e2 && c2 && set(d, e2, c2), !deepEqual(
|
|
10203
|
+
}, W = (e2, c2) => !r.disabled && (e2 && c2 && set(d, e2, c2), !deepEqual(rG(), u)), G = (e2, r2, c2) => generateWatchOutput(e2, p, {
|
|
10204
10204
|
...f.mount ? d : isUndefined(r2) ? u : isString(e2) ? {
|
|
10205
10205
|
[e2]: r2
|
|
10206
10206
|
} : r2
|
|
@@ -10217,13 +10217,13 @@ let __tla = Promise.all([
|
|
|
10217
10217
|
}
|
|
10218
10218
|
})));
|
|
10219
10219
|
}
|
|
10220
|
-
(c2.shouldDirty || c2.shouldTouch) && I(e2, f2, c2.shouldTouch, c2.shouldDirty, true), c2.shouldValidate &&
|
|
10221
|
-
},
|
|
10220
|
+
(c2.shouldDirty || c2.shouldTouch) && I(e2, f2, c2.shouldTouch, c2.shouldDirty, true), c2.shouldValidate && nG(e2);
|
|
10221
|
+
}, QW = (e2, r2, c2) => {
|
|
10222
10222
|
for (let u2 in r2) {
|
|
10223
10223
|
let d2 = r2[u2], f2 = `${e2}.${u2}`, m2 = get(l, f2);
|
|
10224
|
-
(p.array.has(e2) || isObject$1(d2) || m2 && !m2._f) && !isDateObject(d2) ?
|
|
10224
|
+
(p.array.has(e2) || isObject$1(d2) || m2 && !m2._f) && !isDateObject(d2) ? QW(f2, d2, c2) : Z(f2, d2, c2);
|
|
10225
10225
|
}
|
|
10226
|
-
},
|
|
10226
|
+
}, $W = (e2, r2, m2 = {}) => {
|
|
10227
10227
|
let h2 = get(l, e2), v2 = p.array.has(e2), y2 = cloneObject(r2);
|
|
10228
10228
|
set(d, e2, y2), v2 ? (_.array.next({
|
|
10229
10229
|
name: e2,
|
|
@@ -10234,7 +10234,7 @@ let __tla = Promise.all([
|
|
|
10234
10234
|
name: e2,
|
|
10235
10235
|
dirtyFields: getDirtyFields(u, d),
|
|
10236
10236
|
isDirty: W(e2, y2)
|
|
10237
|
-
})) : h2 && !h2._f && !isNullOrUndefined(y2) ?
|
|
10237
|
+
})) : h2 && !h2._f && !isNullOrUndefined(y2) ? QW(e2, y2, m2) : Z(e2, y2, m2), isWatched(e2, p) && _.state.next({
|
|
10238
10238
|
...c
|
|
10239
10239
|
}), _.values.next({
|
|
10240
10240
|
name: f.mount ? e2 : void 0,
|
|
@@ -10242,7 +10242,7 @@ let __tla = Promise.all([
|
|
|
10242
10242
|
...d
|
|
10243
10243
|
}
|
|
10244
10244
|
});
|
|
10245
|
-
},
|
|
10245
|
+
}, eG = async (e2) => {
|
|
10246
10246
|
f.mount = true;
|
|
10247
10247
|
let u2 = e2.target, h2 = u2.name, S2 = true, E2 = get(l, h2), O2 = () => u2.type ? getFieldValue(E2._f) : getEventValue(e2), j2 = (e3) => {
|
|
10248
10248
|
S2 = Number.isNaN(e3) || isDateObject(e3) && isNaN(e3.getTime()) || deepEqual(e3, get(d, h2, e3));
|
|
@@ -10276,11 +10276,11 @@ let __tla = Promise.all([
|
|
|
10276
10276
|
], true), u3 = (await validateField(E2, p.disabled, d, b, r.shouldUseNativeValidation))[h2], T([
|
|
10277
10277
|
h2
|
|
10278
10278
|
]), j2(M2), S2 && (u3 ? f2 = false : g.isValid && (f2 = await B(l, true)));
|
|
10279
|
-
S2 && (E2._f.deps &&
|
|
10279
|
+
S2 && (E2._f.deps && nG(E2._f.deps), L(h2, f2, u3, G2));
|
|
10280
10280
|
}
|
|
10281
|
-
},
|
|
10281
|
+
}, tG = (e2, r2) => {
|
|
10282
10282
|
if (get(c.errors, r2) && e2.focus) return e2.focus(), 1;
|
|
10283
|
-
},
|
|
10283
|
+
}, nG = async (e2, u2 = {}) => {
|
|
10284
10284
|
let d2, f2, m2 = convertToArrayPayload(e2);
|
|
10285
10285
|
if (r.resolver) {
|
|
10286
10286
|
let r2 = await z(isUndefined(e2) ? e2 : m2);
|
|
@@ -10299,23 +10299,23 @@ let __tla = Promise.all([
|
|
|
10299
10299
|
isValid: d2
|
|
10300
10300
|
} : {},
|
|
10301
10301
|
errors: c.errors
|
|
10302
|
-
}), u2.shouldFocus && !f2 && iterateFieldsByAction(l,
|
|
10303
|
-
},
|
|
10302
|
+
}), u2.shouldFocus && !f2 && iterateFieldsByAction(l, tG, e2 ? m2 : p.mount), f2;
|
|
10303
|
+
}, rG = (e2) => {
|
|
10304
10304
|
let r2 = {
|
|
10305
10305
|
...f.mount ? d : u
|
|
10306
10306
|
};
|
|
10307
10307
|
return isUndefined(e2) ? r2 : isString(e2) ? get(r2, e2) : e2.map((e3) => get(r2, e3));
|
|
10308
|
-
},
|
|
10308
|
+
}, iG = (e2, r2) => ({
|
|
10309
10309
|
invalid: !!get((r2 || c).errors, e2),
|
|
10310
10310
|
isDirty: !!get((r2 || c).dirtyFields, e2),
|
|
10311
10311
|
error: get((r2 || c).errors, e2),
|
|
10312
10312
|
isValidating: !!get(c.validatingFields, e2),
|
|
10313
10313
|
isTouched: !!get((r2 || c).touchedFields, e2)
|
|
10314
|
-
}),
|
|
10314
|
+
}), aG = (e2) => {
|
|
10315
10315
|
e2 && convertToArrayPayload(e2).forEach((e3) => unset(c.errors, e3)), _.state.next({
|
|
10316
10316
|
errors: e2 ? c.errors : {}
|
|
10317
10317
|
});
|
|
10318
|
-
},
|
|
10318
|
+
}, oG = (e2, r2, u2) => {
|
|
10319
10319
|
let d2 = (get(l, e2, {
|
|
10320
10320
|
_f: {}
|
|
10321
10321
|
})._f || {}).ref, { ref: f2, message: p2, type: m2, ...h2 } = get(c.errors, e2) || {};
|
|
@@ -10328,9 +10328,9 @@ let __tla = Promise.all([
|
|
|
10328
10328
|
errors: c.errors,
|
|
10329
10329
|
isValid: false
|
|
10330
10330
|
}), u2 && u2.shouldFocus && d2 && d2.focus && d2.focus();
|
|
10331
|
-
},
|
|
10331
|
+
}, sG = (e2, r2) => isFunction$1(e2) ? _.values.subscribe({
|
|
10332
10332
|
next: (c2) => e2(G(void 0, r2), c2)
|
|
10333
|
-
}) : G(e2, r2, true),
|
|
10333
|
+
}) : G(e2, r2, true), cG = (e2, f2 = {}) => {
|
|
10334
10334
|
for (let m2 of e2 ? convertToArrayPayload(e2) : p.mount) p.mount.delete(m2), p.array.delete(m2), f2.keepValue || (unset(l, m2), unset(d, m2)), !f2.keepError && unset(c.errors, m2), !f2.keepDirty && unset(c.dirtyFields, m2), !f2.keepTouched && unset(c.touchedFields, m2), !f2.keepIsValidating && unset(c.validatingFields, m2), !r.shouldUnregister && !f2.keepDefaultValue && unset(u, m2);
|
|
10335
10335
|
_.values.next({
|
|
10336
10336
|
values: {
|
|
@@ -10342,9 +10342,9 @@ let __tla = Promise.all([
|
|
|
10342
10342
|
isDirty: W()
|
|
10343
10343
|
} : {}
|
|
10344
10344
|
}), !f2.keepIsValid && w();
|
|
10345
|
-
},
|
|
10345
|
+
}, lG = ({ disabled: e2, name: r2, field: c2, fields: l2 }) => {
|
|
10346
10346
|
(isBoolean(e2) && f.mount || e2 || p.disabled.has(r2)) && (e2 ? p.disabled.add(r2) : p.disabled.delete(r2), I(r2, getFieldValue(c2 ? c2._f : get(l2, r2)._f), false, false, true));
|
|
10347
|
-
},
|
|
10347
|
+
}, uG = (e2, c2 = {}) => {
|
|
10348
10348
|
let d2 = get(l, e2), m2 = isBoolean(c2.disabled) || isBoolean(r.disabled);
|
|
10349
10349
|
return set(l, e2, {
|
|
10350
10350
|
...d2 || {},
|
|
@@ -10358,7 +10358,7 @@ let __tla = Promise.all([
|
|
|
10358
10358
|
mount: true,
|
|
10359
10359
|
...c2
|
|
10360
10360
|
}
|
|
10361
|
-
}), p.mount.add(e2), d2 ?
|
|
10361
|
+
}), p.mount.add(e2), d2 ? lG({
|
|
10362
10362
|
field: d2,
|
|
10363
10363
|
disabled: isBoolean(c2.disabled) ? c2.disabled : r.disabled,
|
|
10364
10364
|
name: e2
|
|
@@ -10375,11 +10375,11 @@ let __tla = Promise.all([
|
|
|
10375
10375
|
pattern: getRuleValue(c2.pattern)
|
|
10376
10376
|
} : {},
|
|
10377
10377
|
name: e2,
|
|
10378
|
-
onChange:
|
|
10379
|
-
onBlur:
|
|
10378
|
+
onChange: eG,
|
|
10379
|
+
onBlur: eG,
|
|
10380
10380
|
ref: (m3) => {
|
|
10381
10381
|
if (m3) {
|
|
10382
|
-
|
|
10382
|
+
uG(e2, c2), d2 = get(l, e2);
|
|
10383
10383
|
let r2 = isUndefined(m3.value) && m3.querySelectorAll && m3.querySelectorAll("input,select,textarea")[0] || m3, f2 = isRadioOrCheckbox(r2), p2 = d2._f.refs || [];
|
|
10384
10384
|
if (f2 ? p2.find((e3) => e3 === r2) : r2 === d2._f.ref) return;
|
|
10385
10385
|
set(l, e2, {
|
|
@@ -10405,7 +10405,7 @@ let __tla = Promise.all([
|
|
|
10405
10405
|
} else d2 = get(l, e2, {}), d2._f && (d2._f.mount = false), (r.shouldUnregister || c2.shouldUnregister) && !(isNameInFieldArray(p.array, e2) && f.action) && p.unMount.add(e2);
|
|
10406
10406
|
}
|
|
10407
10407
|
};
|
|
10408
|
-
},
|
|
10408
|
+
}, dG = () => r.shouldFocusError && iterateFieldsByAction(l, tG, p.mount), fG = (e2) => {
|
|
10409
10409
|
isBoolean(e2) && (_.state.next({
|
|
10410
10410
|
disabled: e2
|
|
10411
10411
|
}), iterateFieldsByAction(l, (r2, c2) => {
|
|
@@ -10414,7 +10414,7 @@ let __tla = Promise.all([
|
|
|
10414
10414
|
r3.disabled = u2._f.disabled || e2;
|
|
10415
10415
|
}));
|
|
10416
10416
|
}, 0, false));
|
|
10417
|
-
},
|
|
10417
|
+
}, pG = (e2, u2) => async (f2) => {
|
|
10418
10418
|
let m2;
|
|
10419
10419
|
f2 && (f2.preventDefault && f2.preventDefault(), f2.persist && f2.persist());
|
|
10420
10420
|
let h2 = cloneObject(d);
|
|
@@ -10436,7 +10436,7 @@ let __tla = Promise.all([
|
|
|
10436
10436
|
}
|
|
10437
10437
|
} else u2 && await u2({
|
|
10438
10438
|
...c.errors
|
|
10439
|
-
}, f2),
|
|
10439
|
+
}, f2), dG(), setTimeout(dG);
|
|
10440
10440
|
if (_.state.next({
|
|
10441
10441
|
isSubmitted: true,
|
|
10442
10442
|
isSubmitting: false,
|
|
@@ -10444,11 +10444,11 @@ let __tla = Promise.all([
|
|
|
10444
10444
|
submitCount: c.submitCount + 1,
|
|
10445
10445
|
errors: c.errors
|
|
10446
10446
|
}), m2) throw m2;
|
|
10447
|
-
},
|
|
10448
|
-
get(l, e2) && (isUndefined(r2.defaultValue) ?
|
|
10447
|
+
}, mG = (e2, r2 = {}) => {
|
|
10448
|
+
get(l, e2) && (isUndefined(r2.defaultValue) ? $W(e2, cloneObject(get(u, e2))) : ($W(e2, r2.defaultValue), set(u, e2, cloneObject(r2.defaultValue))), r2.keepTouched || unset(c.touchedFields, e2), r2.keepDirty || (unset(c.dirtyFields, e2), c.isDirty = r2.defaultValue ? W(e2, cloneObject(get(u, e2))) : W()), r2.keepError || (unset(c.errors, e2), g.isValid && w()), _.state.next({
|
|
10449
10449
|
...c
|
|
10450
10450
|
}));
|
|
10451
|
-
},
|
|
10451
|
+
}, hG = (e2, m2 = {}) => {
|
|
10452
10452
|
let h2 = e2 ? cloneObject(e2) : u, v2 = cloneObject(h2), y2 = isEmptyObject(e2), b2 = y2 ? u : v2;
|
|
10453
10453
|
if (m2.keepDefaultValues || (u = h2), !m2.keepValues) {
|
|
10454
10454
|
if (m2.keepDirtyValues) {
|
|
@@ -10456,7 +10456,7 @@ let __tla = Promise.all([
|
|
|
10456
10456
|
...p.mount,
|
|
10457
10457
|
...Object.keys(getDirtyFields(u, d))
|
|
10458
10458
|
]);
|
|
10459
|
-
for (let r2 of Array.from(e3)) get(c.dirtyFields, r2) ? set(b2, r2, get(d, r2)) :
|
|
10459
|
+
for (let r2 of Array.from(e3)) get(c.dirtyFields, r2) ? set(b2, r2, get(d, r2)) : $W(r2, get(b2, r2));
|
|
10460
10460
|
} else {
|
|
10461
10461
|
if (isWeb && isUndefined(e2)) for (let e3 of p.mount) {
|
|
10462
10462
|
let r2 = get(l, e3);
|
|
@@ -10501,25 +10501,25 @@ let __tla = Promise.all([
|
|
|
10501
10501
|
isSubmitSuccessful: m2.keepIsSubmitSuccessful ? c.isSubmitSuccessful : false,
|
|
10502
10502
|
isSubmitting: false
|
|
10503
10503
|
});
|
|
10504
|
-
},
|
|
10504
|
+
}, gG = (e2, r2) => hG(isFunction$1(e2) ? e2(d) : e2, r2);
|
|
10505
10505
|
return {
|
|
10506
10506
|
control: {
|
|
10507
|
-
register:
|
|
10508
|
-
unregister:
|
|
10509
|
-
getFieldState:
|
|
10510
|
-
handleSubmit:
|
|
10511
|
-
setError:
|
|
10507
|
+
register: uG,
|
|
10508
|
+
unregister: cG,
|
|
10509
|
+
getFieldState: iG,
|
|
10510
|
+
handleSubmit: pG,
|
|
10511
|
+
setError: oG,
|
|
10512
10512
|
_executeSchema: R,
|
|
10513
10513
|
_getWatch: G,
|
|
10514
10514
|
_getDirty: W,
|
|
10515
10515
|
_updateValid: w,
|
|
10516
10516
|
_removeUnmounted: H,
|
|
10517
10517
|
_updateFieldArray: E,
|
|
10518
|
-
_updateDisabledField:
|
|
10518
|
+
_updateDisabledField: lG,
|
|
10519
10519
|
_getFieldArray: q,
|
|
10520
|
-
_reset:
|
|
10520
|
+
_reset: hG,
|
|
10521
10521
|
_resetDefaultValues: () => isFunction$1(r.defaultValues) && r.defaultValues().then((e2) => {
|
|
10522
|
-
|
|
10522
|
+
gG(e2, r.resetOptions), _.state.next({
|
|
10523
10523
|
isLoading: false
|
|
10524
10524
|
});
|
|
10525
10525
|
}),
|
|
@@ -10529,7 +10529,7 @@ let __tla = Promise.all([
|
|
|
10529
10529
|
...e2
|
|
10530
10530
|
};
|
|
10531
10531
|
},
|
|
10532
|
-
_disableForm:
|
|
10532
|
+
_disableForm: fG,
|
|
10533
10533
|
_subjects: _,
|
|
10534
10534
|
_proxyFormState: g,
|
|
10535
10535
|
_setErrors: j,
|
|
@@ -10570,17 +10570,17 @@ let __tla = Promise.all([
|
|
|
10570
10570
|
};
|
|
10571
10571
|
}
|
|
10572
10572
|
},
|
|
10573
|
-
trigger:
|
|
10574
|
-
register:
|
|
10575
|
-
handleSubmit:
|
|
10576
|
-
watch:
|
|
10577
|
-
setValue:
|
|
10578
|
-
getValues:
|
|
10579
|
-
reset:
|
|
10580
|
-
resetField:
|
|
10581
|
-
clearErrors:
|
|
10582
|
-
unregister:
|
|
10583
|
-
setError:
|
|
10573
|
+
trigger: nG,
|
|
10574
|
+
register: uG,
|
|
10575
|
+
handleSubmit: pG,
|
|
10576
|
+
watch: sG,
|
|
10577
|
+
setValue: $W,
|
|
10578
|
+
getValues: rG,
|
|
10579
|
+
reset: gG,
|
|
10580
|
+
resetField: mG,
|
|
10581
|
+
clearErrors: aG,
|
|
10582
|
+
unregister: cG,
|
|
10583
|
+
setError: oG,
|
|
10584
10584
|
setFocus: (e2, r2 = {}) => {
|
|
10585
10585
|
let c2 = get(l, e2), u2 = c2 && c2._f;
|
|
10586
10586
|
if (u2) {
|
|
@@ -10588,7 +10588,7 @@ let __tla = Promise.all([
|
|
|
10588
10588
|
e3.focus && (e3.focus(), r2.shouldSelect && isFunction$1(e3.select) && e3.select());
|
|
10589
10589
|
}
|
|
10590
10590
|
},
|
|
10591
|
-
getFieldState:
|
|
10591
|
+
getFieldState: iG
|
|
10592
10592
|
};
|
|
10593
10593
|
}
|
|
10594
10594
|
function useForm(e = {}) {
|
|
@@ -16313,21 +16313,21 @@ ${c}
|
|
|
16313
16313
|
_.pageSize,
|
|
16314
16314
|
_.pageIndex
|
|
16315
16315
|
], r[35] = w, r[36] = _.pageIndex, r[37] = _.pageSize, r[38] = e.cellHoverTexts, r[39] = e.cellStyles, r[40] = e.data, r[41] = e.lazy, r[42] = e.totalRows, r[43] = u, r[44] = y, r[45] = p, r[46] = B, r[47] = H) : H = r[47];
|
|
16316
|
-
let { data: W, error: G, isPending: q, isFetching: Z } = useAsyncData(z, H),
|
|
16317
|
-
r[48] !==
|
|
16318
|
-
let
|
|
16319
|
-
r[51] !==
|
|
16320
|
-
|
|
16321
|
-
$W,
|
|
16316
|
+
let { data: W, error: G, isPending: q, isFetching: Z } = useAsyncData(z, H), QW = useAtomValue(downloadSizeLimitAtom), $W;
|
|
16317
|
+
r[48] !== QW || r[49] !== e ? ($W = async () => !QW || !e.showDownload || e.lazy || e.totalRows === 0 ? null : (await e.get_size_bytes({})).size_bytes ?? null, r[48] = QW, r[49] = e, r[50] = $W) : $W = r[50];
|
|
16318
|
+
let eG = e.showDownload, tG = e.get_size_bytes, nG = e.lazy, rG = e.totalRows, iG = useDeepCompareMemoize(w), aG = useDeepCompareMemoize(p), oG;
|
|
16319
|
+
r[51] !== QW || r[52] !== e.get_size_bytes || r[53] !== e.lazy || r[54] !== e.showDownload || r[55] !== e.totalRows || r[56] !== y || r[57] !== iG || r[58] !== aG ? (oG = [
|
|
16320
|
+
QW,
|
|
16322
16321
|
eG,
|
|
16323
16322
|
tG,
|
|
16324
16323
|
nG,
|
|
16325
|
-
y,
|
|
16326
16324
|
rG,
|
|
16327
|
-
|
|
16328
|
-
|
|
16329
|
-
|
|
16330
|
-
r[
|
|
16325
|
+
y,
|
|
16326
|
+
iG,
|
|
16327
|
+
aG
|
|
16328
|
+
], r[51] = QW, r[52] = e.get_size_bytes, r[53] = e.lazy, r[54] = e.showDownload, r[55] = e.totalRows, r[56] = y, r[57] = iG, r[58] = aG, r[59] = oG) : oG = r[59];
|
|
16329
|
+
let { data: sG, isPending: cG } = useAsyncData($W, oG), lG = sG ?? null, uG = !!QW && e.showDownload && cG, dG;
|
|
16330
|
+
r[60] !== w || r[61] !== u || r[62] !== y || r[63] !== p ? (dG = async (e2) => ({
|
|
16331
16331
|
rows: await loadTableData((await u({
|
|
16332
16332
|
page_number: e2,
|
|
16333
16333
|
page_size: 1,
|
|
@@ -16336,17 +16336,17 @@ ${c}
|
|
|
16336
16336
|
filters: filtersToFilterGroup(w),
|
|
16337
16337
|
max_columns: null
|
|
16338
16338
|
})).data)
|
|
16339
|
-
}), r[60] = w, r[61] = u, r[62] = y, r[63] = p, r[64] =
|
|
16340
|
-
let
|
|
16341
|
-
r[65] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
16339
|
+
}), r[60] = w, r[61] = u, r[62] = y, r[63] = p, r[64] = dG) : dG = r[64];
|
|
16340
|
+
let fG = dG, pG;
|
|
16341
|
+
r[65] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (pG = () => {
|
|
16342
16342
|
v(_temp4$4);
|
|
16343
|
-
}, r[65] =
|
|
16344
|
-
let
|
|
16345
|
-
r[66] ===
|
|
16346
|
-
|
|
16347
|
-
], r[66] =
|
|
16348
|
-
let
|
|
16349
|
-
r[68] === e ?
|
|
16343
|
+
}, r[65] = pG) : pG = r[65];
|
|
16344
|
+
let mG = W == null ? void 0 : W.totalRows, hG;
|
|
16345
|
+
r[66] === mG ? hG = r[67] : (hG = [
|
|
16346
|
+
mG
|
|
16347
|
+
], r[66] = mG, r[67] = hG), (0, import_react.useEffect)(pG, hG);
|
|
16348
|
+
let gG;
|
|
16349
|
+
r[68] === e ? gG = r[69] : (gG = async () => {
|
|
16350
16350
|
let r2 = isStaticNotebook();
|
|
16351
16351
|
return e.totalRows === 0 || !e.showColumnSummaries || r2 ? {
|
|
16352
16352
|
data: null,
|
|
@@ -16355,22 +16355,22 @@ ${c}
|
|
|
16355
16355
|
value_counts: {},
|
|
16356
16356
|
show_charts: false
|
|
16357
16357
|
} : e.get_column_summaries({});
|
|
16358
|
-
}, r[68] = e, r[69] =
|
|
16359
|
-
let
|
|
16360
|
-
r[70] !== w || r[71] !== e.data || r[72] !== e.get_column_summaries || r[73] !== e.showColumnSummaries || r[74] !== e.totalRows || r[75] !== y ? (
|
|
16358
|
+
}, r[68] = e, r[69] = gG);
|
|
16359
|
+
let _G;
|
|
16360
|
+
r[70] !== w || r[71] !== e.data || r[72] !== e.get_column_summaries || r[73] !== e.showColumnSummaries || r[74] !== e.totalRows || r[75] !== y ? (_G = [
|
|
16361
16361
|
e.get_column_summaries,
|
|
16362
16362
|
e.showColumnSummaries,
|
|
16363
16363
|
w,
|
|
16364
16364
|
y,
|
|
16365
16365
|
e.totalRows,
|
|
16366
16366
|
e.data
|
|
16367
|
-
], r[70] = w, r[71] = e.data, r[72] = e.get_column_summaries, r[73] = e.showColumnSummaries, r[74] = e.totalRows, r[75] = y, r[76] =
|
|
16368
|
-
let { data:
|
|
16369
|
-
if (r[77] ===
|
|
16370
|
-
|
|
16371
|
-
},
|
|
16372
|
-
|
|
16373
|
-
], r[77] =
|
|
16367
|
+
], r[70] = w, r[71] = e.data, r[72] = e.get_column_summaries, r[73] = e.showColumnSummaries, r[74] = e.totalRows, r[75] = y, r[76] = _G) : _G = r[76];
|
|
16368
|
+
let { data: vG, error: yG } = useAsyncData(gG, _G), bG, xG;
|
|
16369
|
+
if (r[77] === yG ? (bG = r[78], xG = r[79]) : (bG = () => {
|
|
16370
|
+
yG && Logger.error(yG);
|
|
16371
|
+
}, xG = [
|
|
16372
|
+
yG
|
|
16373
|
+
], r[77] = yG, r[78] = bG, r[79] = xG), (0, import_react.useEffect)(bG, xG), q) {
|
|
16374
16374
|
let c2 = e.totalRows !== "too_many" && e.totalRows > 0 ? Math.min(e.totalRows, e.pageSize) : e.pageSize, l2;
|
|
16375
16375
|
return r[80] === c2 ? l2 = r[81] : (l2 = (0, import_jsx_runtime.jsx)(DelayMount, {
|
|
16376
16376
|
milliseconds: 200,
|
|
@@ -16379,7 +16379,7 @@ ${c}
|
|
|
16379
16379
|
})
|
|
16380
16380
|
}), r[80] = c2, r[81] = l2), l2;
|
|
16381
16381
|
}
|
|
16382
|
-
let
|
|
16382
|
+
let SG = null;
|
|
16383
16383
|
if (G) {
|
|
16384
16384
|
Logger.error(G);
|
|
16385
16385
|
let e2;
|
|
@@ -16395,62 +16395,62 @@ ${c}
|
|
|
16395
16395
|
children: G.message || "An unknown error occurred"
|
|
16396
16396
|
})
|
|
16397
16397
|
]
|
|
16398
|
-
}), r[82] = G, r[83] = e2),
|
|
16398
|
+
}), r[82] = G, r[83] = e2), SG = e2;
|
|
16399
16399
|
}
|
|
16400
|
-
let
|
|
16401
|
-
r[84] === O ?
|
|
16400
|
+
let CG;
|
|
16401
|
+
r[84] === O ? CG = r[85] : (CG = () => {
|
|
16402
16402
|
j(!O);
|
|
16403
|
-
}, r[84] = O, r[85] =
|
|
16404
|
-
let
|
|
16405
|
-
r[86] !== l || r[87] !==
|
|
16403
|
+
}, r[84] = O, r[85] = CG);
|
|
16404
|
+
let wG = CG, TG = (W == null ? void 0 : W.rows) ?? Arrays.EMPTY, EG = W == null ? void 0 : W.rawRows, DG = Z && !q, OG = (W == null ? void 0 : W.totalRows) ?? e.totalRows, kG = (W == null ? void 0 : W.cellStyles) ?? e.cellStyles, AG = (W == null ? void 0 : W.cellHoverTexts) ?? e.cellHoverTexts, jG;
|
|
16405
|
+
r[86] !== l || r[87] !== vG || r[88] !== O || r[89] !== w || r[90] !== fG || r[91] !== _ || r[92] !== e || r[93] !== y || r[94] !== lG || r[95] !== uG || r[96] !== p || r[97] !== TG || r[98] !== EG || r[99] !== DG || r[100] !== OG || r[101] !== kG || r[102] !== AG || r[103] !== wG ? (jG = (0, import_jsx_runtime.jsx)(DataTableComponent, {
|
|
16406
16406
|
...e,
|
|
16407
|
-
data:
|
|
16408
|
-
rawData:
|
|
16409
|
-
columnSummaries:
|
|
16407
|
+
data: TG,
|
|
16408
|
+
rawData: EG,
|
|
16409
|
+
columnSummaries: vG,
|
|
16410
16410
|
sorting: p,
|
|
16411
16411
|
setSorting: h,
|
|
16412
16412
|
searchQuery: y,
|
|
16413
16413
|
setSearchQuery: b,
|
|
16414
16414
|
filters: w,
|
|
16415
16415
|
setFilters: T,
|
|
16416
|
-
reloading:
|
|
16417
|
-
totalRows:
|
|
16418
|
-
sizeBytes:
|
|
16419
|
-
sizeBytesIsLoading:
|
|
16416
|
+
reloading: DG,
|
|
16417
|
+
totalRows: OG,
|
|
16418
|
+
sizeBytes: lG,
|
|
16419
|
+
sizeBytesIsLoading: uG,
|
|
16420
16420
|
paginationState: _,
|
|
16421
16421
|
setPaginationState: v,
|
|
16422
|
-
cellStyles:
|
|
16423
|
-
cellHoverTexts:
|
|
16424
|
-
toggleDisplayHeader:
|
|
16422
|
+
cellStyles: kG,
|
|
16423
|
+
cellHoverTexts: AG,
|
|
16424
|
+
toggleDisplayHeader: wG,
|
|
16425
16425
|
isChartBuilderOpen: O,
|
|
16426
|
-
getRow:
|
|
16426
|
+
getRow: fG,
|
|
16427
16427
|
cellId: l,
|
|
16428
16428
|
maxHeight: e.maxHeight
|
|
16429
|
-
}), r[86] = l, r[87] =
|
|
16430
|
-
let
|
|
16431
|
-
r[105] !== l || r[106] !==
|
|
16429
|
+
}), r[86] = l, r[87] = vG, r[88] = O, r[89] = w, r[90] = fG, r[91] = _, r[92] = e, r[93] = y, r[94] = lG, r[95] = uG, r[96] = p, r[97] = TG, r[98] = EG, r[99] = DG, r[100] = OG, r[101] = kG, r[102] = AG, r[103] = wG, r[104] = jG) : jG = r[104];
|
|
16430
|
+
let MG = jG, NG;
|
|
16431
|
+
r[105] !== l || r[106] !== MG || r[107] !== (W == null ? void 0 : W.rows) || r[108] !== O || r[109] !== e.fieldTypes || r[110] !== e.get_data_url || r[111] !== e.rowHeaders || r[112] !== e.showChartBuilder || r[113] !== e.totalColumns || r[114] !== e.totalRows ? (NG = e.showChartBuilder ? (0, import_jsx_runtime.jsx)(TablePanel, {
|
|
16432
16432
|
displayHeader: O,
|
|
16433
16433
|
onCloseChartBuilder: () => j(false),
|
|
16434
16434
|
data: (W == null ? void 0 : W.rows) || [],
|
|
16435
16435
|
columns: e.totalColumns,
|
|
16436
16436
|
totalRows: e.totalRows,
|
|
16437
|
-
dataTable:
|
|
16437
|
+
dataTable: MG,
|
|
16438
16438
|
getDataUrl: e.get_data_url,
|
|
16439
16439
|
fieldTypes: e.fieldTypes,
|
|
16440
16440
|
rowHeaders: e.rowHeaders,
|
|
16441
16441
|
cellId: l
|
|
16442
|
-
}) :
|
|
16443
|
-
let
|
|
16444
|
-
return r[116] !==
|
|
16442
|
+
}) : MG, r[105] = l, r[106] = MG, r[107] = W == null ? void 0 : W.rows, r[108] = O, r[109] = e.fieldTypes, r[110] = e.get_data_url, r[111] = e.rowHeaders, r[112] = e.showChartBuilder, r[113] = e.totalColumns, r[114] = e.totalRows, r[115] = NG) : NG = r[115];
|
|
16443
|
+
let PG;
|
|
16444
|
+
return r[116] !== SG || r[117] !== NG ? (PG = (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, {
|
|
16445
16445
|
children: [
|
|
16446
|
-
|
|
16447
|
-
|
|
16446
|
+
SG,
|
|
16447
|
+
NG
|
|
16448
16448
|
]
|
|
16449
|
-
}), r[116] =
|
|
16449
|
+
}), r[116] = SG, r[117] = NG, r[118] = PG) : PG = r[118], PG;
|
|
16450
16450
|
});
|
|
16451
16451
|
LoadingDataTableComponent.displayName = "LoadingDataTableComponent";
|
|
16452
|
-
var DataTableComponent = ({ label: e, data: r, rawData: c, totalRows: l, sizeBytes: u, sizeBytesIsLoading: f, maxColumns: p, pagination: m, selection: h, value: g, showFilters: _, showDownload: v, showPageSizeSelector: y, showColumnExplorer: b, showRowExplorer: S, showChartBuilder: w, showDataTypes: T, rowHeaders: E, fieldTypes: O, paginationState: j, setPaginationState: M, download_as: I, columnSummaries: L, className: R, setValue: z, sorting: B, setSorting: H, showSearch: W, searchQuery: G, setSearchQuery: q, filters: Z, setFilters:
|
|
16453
|
-
let
|
|
16452
|
+
var DataTableComponent = ({ label: e, data: r, rawData: c, totalRows: l, sizeBytes: u, sizeBytesIsLoading: f, maxColumns: p, pagination: m, selection: h, value: g, showFilters: _, showDownload: v, showPageSizeSelector: y, showColumnExplorer: b, showRowExplorer: S, showChartBuilder: w, showDataTypes: T, rowHeaders: E, fieldTypes: O, paginationState: j, setPaginationState: M, download_as: I, columnSummaries: L, className: R, setValue: z, sorting: B, setSorting: H, showSearch: W, searchQuery: G, setSearchQuery: q, filters: Z, setFilters: QW, reloading: $W, freezeColumnsLeft: eG, freezeColumnsRight: tG, hiddenColumns: nG, textJustifyColumns: rG, wrappedColumns: iG, columnWidths: aG, headerTooltip: oG, totalColumns: sG, get_row_ids: cG, cellStyles: lG, hoverTemplate: uG, cellHoverTexts: dG, toggleDisplayHeader: fG, isChartBuilderOpen: pG, calculate_top_k_rows: mG, preview_column: hG, getRow: gG, cellId: _G, maxHeight: vG }) => {
|
|
16453
|
+
let yG = (0, import_react.useId)(), { locale: bG } = $18f2051aff69b9bf$export$43bb16f9c6d9e3f7(), [xG, SG] = (0, import_react.useState)(0), { isPanelOpen: CG, isAnyPanelOpen: wG, togglePanel: TG, panelType: EG, setPanelType: DG } = usePanelOwnership(yG, _G), OG = isStaticNotebook(), kG = (0, import_react.useMemo)(() => {
|
|
16454
16454
|
if (!L || !O || !L.stats) return ColumnChartSpecModel.EMPTY;
|
|
16455
16455
|
let e2 = toFieldTypes(O);
|
|
16456
16456
|
return new ColumnChartSpecModel(L.data || [], e2, L.stats, L.bin_values, L.value_counts, {
|
|
@@ -16459,13 +16459,13 @@ ${c}
|
|
|
16459
16459
|
}, [
|
|
16460
16460
|
O,
|
|
16461
16461
|
L
|
|
16462
|
-
]),
|
|
16462
|
+
]), AG = useDeepCompareMemoize(O ?? inferFieldTypes(r)), jG = (0, import_react.useMemo)(() => p === "all" ? AG : AG.slice(0, p), [
|
|
16463
16463
|
p,
|
|
16464
|
-
|
|
16465
|
-
]),
|
|
16464
|
+
AG
|
|
16465
|
+
]), MG = (0, import_react.useMemo)(() => {
|
|
16466
16466
|
let e2 = {};
|
|
16467
16467
|
if (r && r.length > 0) {
|
|
16468
|
-
for (let [c2, l2] of
|
|
16468
|
+
for (let [c2, l2] of jG) if (l2[0] === "number") {
|
|
16469
16469
|
let l3 = 0;
|
|
16470
16470
|
for (let e3 of r) {
|
|
16471
16471
|
let r2 = e3[c2];
|
|
@@ -16480,95 +16480,95 @@ ${c}
|
|
|
16480
16480
|
return e2;
|
|
16481
16481
|
}, [
|
|
16482
16482
|
r,
|
|
16483
|
-
|
|
16484
|
-
]),
|
|
16485
|
-
O || (T = false),
|
|
16486
|
-
let
|
|
16487
|
-
rowHeaders:
|
|
16483
|
+
jG
|
|
16484
|
+
]), NG = useDeepCompareMemoize(E), PG = useDeepCompareMemoize(rG), FG = useDeepCompareMemoize(iG), IG = useDeepCompareMemoize(aG), LG = useDeepCompareMemoize(kG), RG = useDeepCompareMemoize(MG), zG = jG.length;
|
|
16485
|
+
O || (T = false), OG && (h = null);
|
|
16486
|
+
let BG = (0, import_react.useMemo)(() => generateColumns({
|
|
16487
|
+
rowHeaders: NG,
|
|
16488
16488
|
selection: h,
|
|
16489
|
-
chartSpecModel:
|
|
16490
|
-
fieldTypes:
|
|
16491
|
-
textJustifyColumns:
|
|
16492
|
-
wrappedColumns:
|
|
16493
|
-
columnWidths:
|
|
16494
|
-
headerTooltip:
|
|
16489
|
+
chartSpecModel: LG,
|
|
16490
|
+
fieldTypes: jG,
|
|
16491
|
+
textJustifyColumns: PG,
|
|
16492
|
+
wrappedColumns: FG,
|
|
16493
|
+
columnWidths: IG,
|
|
16494
|
+
headerTooltip: oG,
|
|
16495
16495
|
showDataTypes: T,
|
|
16496
|
-
calculateTopKRows:
|
|
16497
|
-
fractionDigitsByColumn:
|
|
16496
|
+
calculateTopKRows: mG,
|
|
16497
|
+
fractionDigitsByColumn: RG
|
|
16498
16498
|
}), [
|
|
16499
16499
|
h,
|
|
16500
16500
|
T,
|
|
16501
|
-
|
|
16502
|
-
MG,
|
|
16503
|
-
AG,
|
|
16501
|
+
LG,
|
|
16504
16502
|
NG,
|
|
16503
|
+
jG,
|
|
16505
16504
|
PG,
|
|
16506
16505
|
FG,
|
|
16507
|
-
|
|
16508
|
-
|
|
16509
|
-
|
|
16510
|
-
|
|
16506
|
+
IG,
|
|
16507
|
+
oG,
|
|
16508
|
+
mG,
|
|
16509
|
+
RG
|
|
16510
|
+
]), VG = (0, import_react.useMemo)(() => Object.fromEntries((g || []).map((e2) => [
|
|
16511
16511
|
e2,
|
|
16512
16512
|
true
|
|
16513
16513
|
])), [
|
|
16514
16514
|
g
|
|
16515
|
-
]),
|
|
16515
|
+
]), HG = useEvent_default((e2) => {
|
|
16516
16516
|
if (h === "single") {
|
|
16517
16517
|
let r2 = Functions.asUpdater(e2)({});
|
|
16518
16518
|
z(Object.keys(r2).slice(0, 1));
|
|
16519
16519
|
}
|
|
16520
16520
|
if (h === "multi") {
|
|
16521
|
-
let r2 = Functions.asUpdater(e2)(
|
|
16521
|
+
let r2 = Functions.asUpdater(e2)(VG);
|
|
16522
16522
|
z(Object.keys(r2));
|
|
16523
16523
|
}
|
|
16524
|
-
}),
|
|
16525
|
-
if (
|
|
16524
|
+
}), UG = useEvent_default((e2) => {
|
|
16525
|
+
if (SG(e2), e2 < 0 || typeof l == "number" && e2 >= l || l === "too_many") return;
|
|
16526
16526
|
let r2 = getPageIndexForRow(e2, j.pageIndex, j.pageSize);
|
|
16527
16527
|
r2 !== null && M((e3) => ({
|
|
16528
16528
|
...e3,
|
|
16529
16529
|
pageIndex: r2
|
|
16530
16530
|
}));
|
|
16531
|
-
}),
|
|
16532
|
-
h === "single-cell" && z(Functions.asUpdater(e2)(
|
|
16533
|
-
}),
|
|
16534
|
-
if (!(!
|
|
16531
|
+
}), WG = g.filter((e2) => e2 instanceof Object && e2.columnName !== void 0), GG = useEvent_default((e2) => {
|
|
16532
|
+
h === "single-cell" && z(Functions.asUpdater(e2)(WG).slice(0, 1)), h === "multi-cell" && z(Functions.asUpdater(e2)(WG));
|
|
16533
|
+
}), KG = h === "multi" || h === "single", qG = b && !!hG, JG = isInVscodeExtension(), YG = isIslands(), XG = (0, import_react.useMemo)(() => {
|
|
16534
|
+
if (!(!wG || !(S || qG))) return (e2) => (0, import_jsx_runtime.jsx)(ContextAwarePanelItem, {
|
|
16535
16535
|
children: (0, import_jsx_runtime.jsx)(TableExplorerPanel, {
|
|
16536
|
-
rowIdx:
|
|
16537
|
-
setRowIdx:
|
|
16536
|
+
rowIdx: xG,
|
|
16537
|
+
setRowIdx: UG,
|
|
16538
16538
|
totalRows: l,
|
|
16539
|
-
fieldTypes:
|
|
16540
|
-
getRow:
|
|
16541
|
-
isSelectable:
|
|
16542
|
-
isRowSelected: !!
|
|
16543
|
-
handleRowSelectionChange:
|
|
16544
|
-
previewColumn:
|
|
16545
|
-
totalColumns:
|
|
16546
|
-
tableId:
|
|
16539
|
+
fieldTypes: AG,
|
|
16540
|
+
getRow: gG,
|
|
16541
|
+
isSelectable: KG,
|
|
16542
|
+
isRowSelected: !!VG[xG],
|
|
16543
|
+
handleRowSelectionChange: HG,
|
|
16544
|
+
previewColumn: hG,
|
|
16545
|
+
totalColumns: sG,
|
|
16546
|
+
tableId: yG,
|
|
16547
16547
|
table: e2,
|
|
16548
|
-
showRowExplorer: S && !
|
|
16549
|
-
showColumnExplorer:
|
|
16550
|
-
activeTab:
|
|
16551
|
-
onTabChange:
|
|
16548
|
+
showRowExplorer: S && !JG,
|
|
16549
|
+
showColumnExplorer: qG && !JG,
|
|
16550
|
+
activeTab: EG,
|
|
16551
|
+
onTabChange: DG
|
|
16552
16552
|
})
|
|
16553
16553
|
});
|
|
16554
16554
|
}, [
|
|
16555
|
-
|
|
16555
|
+
wG,
|
|
16556
16556
|
S,
|
|
16557
|
+
qG,
|
|
16558
|
+
xG,
|
|
16559
|
+
UG,
|
|
16560
|
+
l,
|
|
16561
|
+
AG,
|
|
16562
|
+
gG,
|
|
16557
16563
|
KG,
|
|
16558
|
-
|
|
16564
|
+
VG,
|
|
16559
16565
|
HG,
|
|
16560
|
-
l,
|
|
16561
|
-
kG,
|
|
16562
16566
|
hG,
|
|
16563
|
-
|
|
16564
|
-
|
|
16565
|
-
|
|
16566
|
-
|
|
16567
|
-
|
|
16568
|
-
vG,
|
|
16569
|
-
qG,
|
|
16570
|
-
TG,
|
|
16571
|
-
EG
|
|
16567
|
+
sG,
|
|
16568
|
+
yG,
|
|
16569
|
+
JG,
|
|
16570
|
+
EG,
|
|
16571
|
+
DG
|
|
16572
16572
|
]);
|
|
16573
16573
|
return (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, {
|
|
16574
16574
|
children: [
|
|
@@ -16580,27 +16580,27 @@ ${c}
|
|
|
16580
16580
|
" rows."
|
|
16581
16581
|
]
|
|
16582
16582
|
}),
|
|
16583
|
-
|
|
16583
|
+
zG < sG && zG > 0 && (0, import_jsx_runtime.jsxs)(Banner, {
|
|
16584
16584
|
className: "mb-1 rounded",
|
|
16585
16585
|
children: [
|
|
16586
16586
|
"Result clipped. Showing ",
|
|
16587
|
-
|
|
16587
|
+
zG,
|
|
16588
16588
|
" of ",
|
|
16589
|
-
|
|
16589
|
+
sG,
|
|
16590
16590
|
" columns."
|
|
16591
16591
|
]
|
|
16592
16592
|
}),
|
|
16593
|
-
|
|
16593
|
+
OG && typeof l == "number" && r.length < l && (0, import_jsx_runtime.jsxs)(Banner, {
|
|
16594
16594
|
className: "mb-1 rounded",
|
|
16595
16595
|
children: [
|
|
16596
16596
|
"Showing the first ",
|
|
16597
16597
|
(0, import_jsx_runtime.jsx)("strong", {
|
|
16598
|
-
children: prettyNumber(r.length,
|
|
16598
|
+
children: prettyNumber(r.length, bG)
|
|
16599
16599
|
}),
|
|
16600
16600
|
" ",
|
|
16601
16601
|
"of ",
|
|
16602
16602
|
(0, import_jsx_runtime.jsx)("strong", {
|
|
16603
|
-
children: prettyNumber(l,
|
|
16603
|
+
children: prettyNumber(l, bG)
|
|
16604
16604
|
}),
|
|
16605
16605
|
" rows. Increase the table's ",
|
|
16606
16606
|
(0, import_jsx_runtime.jsx)("code", {
|
|
@@ -16614,7 +16614,7 @@ ${c}
|
|
|
16614
16614
|
children: "Column summaries are unavailable. Filter your data to fewer than 1,000,000 rows."
|
|
16615
16615
|
}),
|
|
16616
16616
|
(0, import_jsx_runtime.jsx)(ColumnChartContext, {
|
|
16617
|
-
value:
|
|
16617
|
+
value: kG,
|
|
16618
16618
|
children: (0, import_jsx_runtime.jsx)(Labeled, {
|
|
16619
16619
|
label: e,
|
|
16620
16620
|
align: "top",
|
|
@@ -16622,14 +16622,14 @@ ${c}
|
|
|
16622
16622
|
children: (0, import_jsx_runtime.jsx)(DataTable, {
|
|
16623
16623
|
data: r,
|
|
16624
16624
|
rawData: c,
|
|
16625
|
-
columns:
|
|
16625
|
+
columns: BG,
|
|
16626
16626
|
className: R,
|
|
16627
|
-
maxHeight:
|
|
16627
|
+
maxHeight: vG,
|
|
16628
16628
|
sorting: B,
|
|
16629
16629
|
totalRows: l,
|
|
16630
16630
|
sizeBytes: u,
|
|
16631
16631
|
sizeBytesIsLoading: f,
|
|
16632
|
-
totalColumns:
|
|
16632
|
+
totalColumns: sG,
|
|
16633
16633
|
manualSorting: true,
|
|
16634
16634
|
setSorting: H,
|
|
16635
16635
|
pagination: m,
|
|
@@ -16637,37 +16637,37 @@ ${c}
|
|
|
16637
16637
|
selection: h,
|
|
16638
16638
|
paginationState: j,
|
|
16639
16639
|
setPaginationState: M,
|
|
16640
|
-
rowSelection:
|
|
16641
|
-
cellSelection:
|
|
16642
|
-
cellStyling:
|
|
16643
|
-
hoverTemplate:
|
|
16644
|
-
cellHoverTexts:
|
|
16640
|
+
rowSelection: VG,
|
|
16641
|
+
cellSelection: WG,
|
|
16642
|
+
cellStyling: lG,
|
|
16643
|
+
hoverTemplate: uG,
|
|
16644
|
+
cellHoverTexts: dG,
|
|
16645
16645
|
downloadAs: v ? I : void 0,
|
|
16646
16646
|
showSearch: W,
|
|
16647
16647
|
searchQuery: G,
|
|
16648
16648
|
onSearchQueryChange: q,
|
|
16649
16649
|
showFilters: _,
|
|
16650
16650
|
filters: Z,
|
|
16651
|
-
onFiltersChange:
|
|
16652
|
-
calculateTopKRows:
|
|
16653
|
-
reloading:
|
|
16654
|
-
onRowSelectionChange:
|
|
16655
|
-
freezeColumnsLeft:
|
|
16656
|
-
freezeColumnsRight:
|
|
16657
|
-
hiddenColumns:
|
|
16658
|
-
onCellSelectionChange:
|
|
16659
|
-
getRowIds:
|
|
16660
|
-
toggleDisplayHeader:
|
|
16661
|
-
showChartBuilder: w && !
|
|
16662
|
-
isChartBuilderOpen:
|
|
16651
|
+
onFiltersChange: QW,
|
|
16652
|
+
calculateTopKRows: mG,
|
|
16653
|
+
reloading: $W,
|
|
16654
|
+
onRowSelectionChange: HG,
|
|
16655
|
+
freezeColumnsLeft: eG,
|
|
16656
|
+
freezeColumnsRight: tG,
|
|
16657
|
+
hiddenColumns: nG,
|
|
16658
|
+
onCellSelectionChange: GG,
|
|
16659
|
+
getRowIds: cG,
|
|
16660
|
+
toggleDisplayHeader: fG,
|
|
16661
|
+
showChartBuilder: w && !YG,
|
|
16662
|
+
isChartBuilderOpen: pG,
|
|
16663
16663
|
showPageSizeSelector: y,
|
|
16664
|
-
showTableExplorer: (S ||
|
|
16665
|
-
togglePanel:
|
|
16666
|
-
isPanelOpen:
|
|
16667
|
-
isAnyPanelOpen:
|
|
16668
|
-
viewedRowIdx:
|
|
16669
|
-
onViewedRowChange: (e2) =>
|
|
16670
|
-
renderTableExplorerPanel:
|
|
16664
|
+
showTableExplorer: (S || qG) && !JG && !YG,
|
|
16665
|
+
togglePanel: TG,
|
|
16666
|
+
isPanelOpen: CG,
|
|
16667
|
+
isAnyPanelOpen: wG,
|
|
16668
|
+
viewedRowIdx: xG,
|
|
16669
|
+
onViewedRowChange: (e2) => SG(e2),
|
|
16670
|
+
renderTableExplorerPanel: XG
|
|
16671
16671
|
})
|
|
16672
16672
|
})
|
|
16673
16673
|
})
|
|
@@ -17026,7 +17026,7 @@ ${c}
|
|
|
17026
17026
|
fullWidth: p,
|
|
17027
17027
|
children: T
|
|
17028
17028
|
}), r[20] = p, r[21] = g, r[22] = c, r[23] = T, r[24] = E) : E = r[24], E;
|
|
17029
|
-
}, LazyDataExplorerComponent = import_react.lazy(() => import("./ConnectedDataExplorerComponent-
|
|
17029
|
+
}, LazyDataExplorerComponent = import_react.lazy(() => import("./ConnectedDataExplorerComponent-f9vLjQiF.js"));
|
|
17030
17030
|
const DataExplorerPlugin = createPlugin("marimo-data-explorer").withData(object({
|
|
17031
17031
|
label: string().nullish(),
|
|
17032
17032
|
data: string()
|
|
@@ -18719,29 +18719,29 @@ ${c}
|
|
|
18719
18719
|
], r[2] = w, r[3] = T);
|
|
18720
18720
|
let { data: E, error: O, isPending: j } = useAsyncData(S, T), M;
|
|
18721
18721
|
r[4] === E ? M = r[5] : (M = E || {}, r[4] = E, r[5] = M);
|
|
18722
|
-
let { url: I, total_rows: L, row_headers: R, field_types: z, column_types_per_step: B, python_code: H, sql_code: W } = M, G = z == null ? void 0 : z.length, [q, Z] = (0, import_react.useState)(p || EMPTY),
|
|
18723
|
-
r[6] === f ?
|
|
18722
|
+
let { url: I, total_rows: L, row_headers: R, field_types: z, column_types_per_step: B, python_code: H, sql_code: W } = M, G = z == null ? void 0 : z.length, [q, Z] = (0, import_react.useState)(p || EMPTY), QW = (0, import_react.useRef)(null), $W;
|
|
18723
|
+
r[6] === f ? $W = r[7] : ($W = (e2) => {
|
|
18724
18724
|
var _a5;
|
|
18725
|
-
f && e2 !== "transform" && ((_a5 =
|
|
18726
|
-
}, r[6] = f, r[7] =
|
|
18727
|
-
let
|
|
18728
|
-
r[8] === q ?
|
|
18729
|
-
|
|
18730
|
-
}, r[8] = q, r[9] =
|
|
18731
|
-
let
|
|
18732
|
-
r[10] !== m || r[11] !== (p == null ? void 0 : p.transforms.length) ? (
|
|
18733
|
-
let e2 =
|
|
18725
|
+
f && e2 !== "transform" && ((_a5 = QW.current) == null ? void 0 : _a5.submit());
|
|
18726
|
+
}, r[6] = f, r[7] = $W);
|
|
18727
|
+
let eG = $W, tG = (0, import_react.useRef)(q), nG;
|
|
18728
|
+
r[8] === q ? nG = r[9] : (nG = () => {
|
|
18729
|
+
tG.current = q;
|
|
18730
|
+
}, r[8] = q, r[9] = nG), (0, import_react.useEffect)(nG);
|
|
18731
|
+
let rG;
|
|
18732
|
+
r[10] !== m || r[11] !== (p == null ? void 0 : p.transforms.length) ? (rG = () => {
|
|
18733
|
+
let e2 = tG.current;
|
|
18734
18734
|
(p == null ? void 0 : p.transforms.length) !== e2.transforms.length && m(e2);
|
|
18735
|
-
}, r[10] = m, r[11] = p == null ? void 0 : p.transforms.length, r[12] =
|
|
18736
|
-
let
|
|
18737
|
-
r[13] !== E || r[14] !== m || r[15] !==
|
|
18735
|
+
}, r[10] = m, r[11] = p == null ? void 0 : p.transforms.length, r[12] = rG) : rG = r[12];
|
|
18736
|
+
let iG = p == null ? void 0 : p.transforms.length, aG;
|
|
18737
|
+
r[13] !== E || r[14] !== m || r[15] !== iG ? (aG = [
|
|
18738
18738
|
E,
|
|
18739
|
-
|
|
18740
|
-
|
|
18739
|
+
iG,
|
|
18740
|
+
tG,
|
|
18741
18741
|
m
|
|
18742
|
-
], r[13] = E, r[14] = m, r[15] =
|
|
18743
|
-
let
|
|
18744
|
-
r[17] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
18742
|
+
], r[13] = E, r[14] = m, r[15] = iG, r[16] = aG) : aG = r[16], (0, import_react.useEffect)(rG, aG);
|
|
18743
|
+
let oG;
|
|
18744
|
+
r[17] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (oG = (0, import_jsx_runtime.jsxs)(TabsTrigger, {
|
|
18745
18745
|
value: "transform",
|
|
18746
18746
|
className: "text-xs py-1",
|
|
18747
18747
|
children: [
|
|
@@ -18750,9 +18750,9 @@ ${c}
|
|
|
18750
18750
|
}),
|
|
18751
18751
|
"Transform"
|
|
18752
18752
|
]
|
|
18753
|
-
}), r[17] =
|
|
18754
|
-
let
|
|
18755
|
-
r[18] === H ?
|
|
18753
|
+
}), r[17] = oG) : oG = r[17];
|
|
18754
|
+
let sG;
|
|
18755
|
+
r[18] === H ? sG = r[19] : (sG = H && (0, import_jsx_runtime.jsxs)(TabsTrigger, {
|
|
18756
18756
|
value: "python-code",
|
|
18757
18757
|
className: "text-xs py-1",
|
|
18758
18758
|
children: [
|
|
@@ -18761,9 +18761,9 @@ ${c}
|
|
|
18761
18761
|
}),
|
|
18762
18762
|
"Python Code"
|
|
18763
18763
|
]
|
|
18764
|
-
}), r[18] = H, r[19] =
|
|
18765
|
-
let
|
|
18766
|
-
r[20] === W ?
|
|
18764
|
+
}), r[18] = H, r[19] = sG);
|
|
18765
|
+
let cG;
|
|
18766
|
+
r[20] === W ? cG = r[21] : (cG = W && (0, import_jsx_runtime.jsxs)(TabsTrigger, {
|
|
18767
18767
|
value: "sql-code",
|
|
18768
18768
|
className: "text-xs py-1",
|
|
18769
18769
|
children: [
|
|
@@ -18772,54 +18772,54 @@ ${c}
|
|
|
18772
18772
|
}),
|
|
18773
18773
|
"SQL Code"
|
|
18774
18774
|
]
|
|
18775
|
-
}), r[20] = W, r[21] =
|
|
18776
|
-
let cG;
|
|
18777
|
-
r[22] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (cG = (0, import_jsx_runtime.jsx)("div", {
|
|
18778
|
-
className: "grow"
|
|
18779
|
-
}), r[22] = cG) : cG = r[22];
|
|
18775
|
+
}), r[20] = W, r[21] = cG);
|
|
18780
18776
|
let lG;
|
|
18781
|
-
r[
|
|
18777
|
+
r[22] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (lG = (0, import_jsx_runtime.jsx)("div", {
|
|
18778
|
+
className: "grow"
|
|
18779
|
+
}), r[22] = lG) : lG = r[22];
|
|
18780
|
+
let uG;
|
|
18781
|
+
r[23] !== sG || r[24] !== cG ? (uG = (0, import_jsx_runtime.jsxs)(TabsList, {
|
|
18782
18782
|
className: "h-8",
|
|
18783
18783
|
children: [
|
|
18784
|
-
aG,
|
|
18785
18784
|
oG,
|
|
18786
18785
|
sG,
|
|
18787
|
-
cG
|
|
18786
|
+
cG,
|
|
18787
|
+
lG
|
|
18788
18788
|
]
|
|
18789
|
-
}), r[23] =
|
|
18790
|
-
let uG;
|
|
18791
|
-
r[26] === j ? uG = r[27] : (uG = j && (0, import_jsx_runtime.jsx)(Spinner, {
|
|
18792
|
-
size: "small"
|
|
18793
|
-
}), r[26] = j, r[27] = uG);
|
|
18789
|
+
}), r[23] = sG, r[24] = cG, r[25] = uG) : uG = r[25];
|
|
18794
18790
|
let dG;
|
|
18795
|
-
r[
|
|
18791
|
+
r[26] === j ? dG = r[27] : (dG = j && (0, import_jsx_runtime.jsx)(Spinner, {
|
|
18792
|
+
size: "small"
|
|
18793
|
+
}), r[26] = j, r[27] = dG);
|
|
18794
|
+
let fG;
|
|
18795
|
+
r[28] !== uG || r[29] !== dG ? (fG = (0, import_jsx_runtime.jsxs)("div", {
|
|
18796
18796
|
className: "flex items-center gap-2",
|
|
18797
18797
|
children: [
|
|
18798
|
-
|
|
18799
|
-
|
|
18798
|
+
uG,
|
|
18799
|
+
dG
|
|
18800
18800
|
]
|
|
18801
|
-
}), r[28] =
|
|
18802
|
-
let fG;
|
|
18803
|
-
r[31] !== m || r[32] !== p ? (fG = (e2) => {
|
|
18804
|
-
dequal(e2, p) || (m(e2), Z(e2));
|
|
18805
|
-
}, r[31] = m, r[32] = p, r[33] = fG) : fG = r[33];
|
|
18801
|
+
}), r[28] = uG, r[29] = dG, r[30] = fG) : fG = r[30];
|
|
18806
18802
|
let pG;
|
|
18807
|
-
r[
|
|
18803
|
+
r[31] !== m || r[32] !== p ? (pG = (e2) => {
|
|
18804
|
+
dequal(e2, p) || (m(e2), Z(e2));
|
|
18805
|
+
}, r[31] = m, r[32] = p, r[33] = pG) : pG = r[33];
|
|
18806
|
+
let mG;
|
|
18807
|
+
r[34] !== B || r[35] !== c || r[36] !== g || r[37] !== q || r[38] !== f || r[39] !== pG ? (mG = (0, import_jsx_runtime.jsx)(TabsContent, {
|
|
18808
18808
|
value: "transform",
|
|
18809
18809
|
className: "mt-1 border rounded-t overflow-hidden",
|
|
18810
18810
|
children: (0, import_jsx_runtime.jsx)(TransformPanel, {
|
|
18811
|
-
ref:
|
|
18811
|
+
ref: QW,
|
|
18812
18812
|
initialValue: q,
|
|
18813
18813
|
columns: c,
|
|
18814
|
-
onChange:
|
|
18814
|
+
onChange: pG,
|
|
18815
18815
|
onInvalidChange: Z,
|
|
18816
18816
|
getColumnValues: g,
|
|
18817
18817
|
columnTypesPerStep: B,
|
|
18818
18818
|
lazy: f
|
|
18819
18819
|
})
|
|
18820
|
-
}), r[34] = B, r[35] = c, r[36] = g, r[37] = q, r[38] = f, r[39] =
|
|
18821
|
-
let
|
|
18822
|
-
r[41] === H ?
|
|
18820
|
+
}), r[34] = B, r[35] = c, r[36] = g, r[37] = q, r[38] = f, r[39] = pG, r[40] = mG) : mG = r[40];
|
|
18821
|
+
let hG;
|
|
18822
|
+
r[41] === H ? hG = r[42] : (hG = H && (0, import_jsx_runtime.jsx)(TabsContent, {
|
|
18823
18823
|
value: "python-code",
|
|
18824
18824
|
className: "mt-1 border rounded-t overflow-hidden",
|
|
18825
18825
|
children: (0, import_jsx_runtime.jsx)(ReadonlyCode, {
|
|
@@ -18828,9 +18828,9 @@ ${c}
|
|
|
18828
18828
|
code: H,
|
|
18829
18829
|
language: "python"
|
|
18830
18830
|
})
|
|
18831
|
-
}), r[41] = H, r[42] =
|
|
18832
|
-
let
|
|
18833
|
-
r[43] === W ?
|
|
18831
|
+
}), r[41] = H, r[42] = hG);
|
|
18832
|
+
let gG;
|
|
18833
|
+
r[43] === W ? gG = r[44] : (gG = W && (0, import_jsx_runtime.jsx)(TabsContent, {
|
|
18834
18834
|
value: "sql-code",
|
|
18835
18835
|
className: "mt-1 border rounded-t overflow-hidden",
|
|
18836
18836
|
children: (0, import_jsx_runtime.jsx)(ReadonlyCode, {
|
|
@@ -18839,35 +18839,35 @@ ${c}
|
|
|
18839
18839
|
code: W,
|
|
18840
18840
|
language: "sql"
|
|
18841
18841
|
})
|
|
18842
|
-
}), r[43] = W, r[44] =
|
|
18843
|
-
let
|
|
18844
|
-
r[45] !==
|
|
18842
|
+
}), r[43] = W, r[44] = gG);
|
|
18843
|
+
let _G;
|
|
18844
|
+
r[45] !== eG || r[46] !== fG || r[47] !== mG || r[48] !== hG || r[49] !== gG ? (_G = (0, import_jsx_runtime.jsxs)(Tabs, {
|
|
18845
18845
|
defaultValue: "transform",
|
|
18846
|
-
onValueChange:
|
|
18846
|
+
onValueChange: eG,
|
|
18847
18847
|
children: [
|
|
18848
|
-
|
|
18849
|
-
pG,
|
|
18848
|
+
fG,
|
|
18850
18849
|
mG,
|
|
18851
|
-
hG
|
|
18850
|
+
hG,
|
|
18851
|
+
gG
|
|
18852
18852
|
]
|
|
18853
|
-
}), r[45] =
|
|
18854
|
-
let
|
|
18855
|
-
r[51] === O ?
|
|
18853
|
+
}), r[45] = eG, r[46] = fG, r[47] = mG, r[48] = hG, r[49] = gG, r[50] = _G) : _G = r[50];
|
|
18854
|
+
let vG;
|
|
18855
|
+
r[51] === O ? vG = r[52] : (vG = O && (0, import_jsx_runtime.jsx)(ErrorBanner, {
|
|
18856
18856
|
error: O
|
|
18857
|
-
}), r[51] = O, r[52] =
|
|
18858
|
-
let
|
|
18859
|
-
r[53] !== v || r[54] !== z || r[55] !== y || r[56] !== b || r[57] !== l || r[58] !== _ || r[59] !== u || r[60] !==
|
|
18857
|
+
}), r[51] = O, r[52] = vG);
|
|
18858
|
+
let yG = I || "", bG = L ?? 0, xG = G ?? 0, SG = R || Arrays.EMPTY, CG = L && L > 5 || false, wG;
|
|
18859
|
+
r[53] !== v || r[54] !== z || r[55] !== y || r[56] !== b || r[57] !== l || r[58] !== _ || r[59] !== u || r[60] !== yG || r[61] !== bG || r[62] !== xG || r[63] !== SG || r[64] !== CG ? (wG = (0, import_jsx_runtime.jsx)(LoadingDataTableComponent, {
|
|
18860
18860
|
label: null,
|
|
18861
18861
|
className: "rounded-b border-x border-b",
|
|
18862
|
-
data:
|
|
18862
|
+
data: yG,
|
|
18863
18863
|
hasStableRowId: false,
|
|
18864
|
-
totalRows:
|
|
18865
|
-
totalColumns:
|
|
18864
|
+
totalRows: bG,
|
|
18865
|
+
totalColumns: xG,
|
|
18866
18866
|
maxColumns: "all",
|
|
18867
18867
|
pageSize: l,
|
|
18868
18868
|
pagination: true,
|
|
18869
18869
|
fieldTypes: z,
|
|
18870
|
-
rowHeaders:
|
|
18870
|
+
rowHeaders: SG,
|
|
18871
18871
|
showDownload: u,
|
|
18872
18872
|
download_as: v,
|
|
18873
18873
|
get_size_bytes: y,
|
|
@@ -18877,7 +18877,7 @@ ${c}
|
|
|
18877
18877
|
showColumnSummaries: false,
|
|
18878
18878
|
showDataTypes: true,
|
|
18879
18879
|
get_column_summaries: getColumnSummaries,
|
|
18880
|
-
showPageSizeSelector:
|
|
18880
|
+
showPageSizeSelector: CG,
|
|
18881
18881
|
showColumnExplorer: false,
|
|
18882
18882
|
showRowExplorer: true,
|
|
18883
18883
|
showChartBuilder: false,
|
|
@@ -18886,15 +18886,15 @@ ${c}
|
|
|
18886
18886
|
selection: null,
|
|
18887
18887
|
lazy: false,
|
|
18888
18888
|
host: b
|
|
18889
|
-
}), r[53] = v, r[54] = z, r[55] = y, r[56] = b, r[57] = l, r[58] = _, r[59] = u, r[60] =
|
|
18890
|
-
let
|
|
18891
|
-
return r[66] !==
|
|
18889
|
+
}), r[53] = v, r[54] = z, r[55] = y, r[56] = b, r[57] = l, r[58] = _, r[59] = u, r[60] = yG, r[61] = bG, r[62] = xG, r[63] = SG, r[64] = CG, r[65] = wG) : wG = r[65];
|
|
18890
|
+
let TG;
|
|
18891
|
+
return r[66] !== _G || r[67] !== vG || r[68] !== wG ? (TG = (0, import_jsx_runtime.jsxs)("div", {
|
|
18892
18892
|
children: [
|
|
18893
|
-
gG,
|
|
18894
18893
|
_G,
|
|
18895
|
-
|
|
18894
|
+
vG,
|
|
18895
|
+
wG
|
|
18896
18896
|
]
|
|
18897
|
-
}), r[66] =
|
|
18897
|
+
}), r[66] = _G, r[67] = vG, r[68] = wG, r[69] = TG) : TG = r[69], TG;
|
|
18898
18898
|
});
|
|
18899
18899
|
DataFrameComponent.displayName = "DataFrameComponent";
|
|
18900
18900
|
function getColumnSummaries() {
|
|
@@ -19078,30 +19078,30 @@ ${c}
|
|
|
19078
19078
|
}, [
|
|
19079
19079
|
B
|
|
19080
19080
|
]);
|
|
19081
|
-
let H = `${g}::${L}`, [W,
|
|
19082
|
-
W !== H && (
|
|
19081
|
+
let H = `${g}::${L}`, [W, G] = (0, import_react.useState)(H);
|
|
19082
|
+
W !== H && (G(H), E(0)), (0, import_react.useLayoutEffect)(() => {
|
|
19083
19083
|
var _a6;
|
|
19084
19084
|
M.current && (M.current = false, (_a6 = O.current[0]) == null ? void 0 : _a6.focus());
|
|
19085
19085
|
}, [
|
|
19086
19086
|
H
|
|
19087
19087
|
]);
|
|
19088
|
-
let
|
|
19088
|
+
let q = (R == null ? void 0 : R.files) ?? [], Z = new Set(e.map((e2) => e2.path)), QW = l === "directory" || l === "all", $W = l === "file" || l === "all", eG = q.filter((e2) => QW && e2.is_directory || $W && !e2.is_directory), nG = eG.length > 0 && eG.every((e2) => Z.has(e2.path));
|
|
19089
19089
|
if (!R && z) return (0, import_jsx_runtime.jsx)(Banner, {
|
|
19090
19090
|
kind: "danger",
|
|
19091
19091
|
children: z.message
|
|
19092
19092
|
});
|
|
19093
|
-
let
|
|
19093
|
+
let rG = PathBuilder.guessDeliminator(c).deliminator, iG = e.map((e2) => (0, import_jsx_runtime.jsx)("li", {
|
|
19094
19094
|
children: e2.path
|
|
19095
19095
|
}, e2.id));
|
|
19096
|
-
function
|
|
19096
|
+
function oG(e2) {
|
|
19097
19097
|
var _a6;
|
|
19098
19098
|
if (v) return;
|
|
19099
19099
|
if (y(true), e2 === PARENT_DIRECTORY) {
|
|
19100
|
-
if (g ===
|
|
19100
|
+
if (g === rG) {
|
|
19101
19101
|
y(false);
|
|
19102
19102
|
return;
|
|
19103
19103
|
}
|
|
19104
|
-
e2 = Paths.dirname(g), e2 === "" && (e2 =
|
|
19104
|
+
e2 = Paths.dirname(g), e2 === "" && (e2 = rG);
|
|
19105
19105
|
}
|
|
19106
19106
|
let r2 = e2.length < c.length;
|
|
19107
19107
|
if (f && r2) {
|
|
@@ -19114,7 +19114,7 @@ ${c}
|
|
|
19114
19114
|
}
|
|
19115
19115
|
M.current = ((_a6 = j.current) == null ? void 0 : _a6.contains(document.activeElement)) ?? false, _(e2), y(false);
|
|
19116
19116
|
}
|
|
19117
|
-
function
|
|
19117
|
+
function sG({ path: e2, name: r2, isDirectory: c2 }) {
|
|
19118
19118
|
return {
|
|
19119
19119
|
id: e2,
|
|
19120
19120
|
name: r2,
|
|
@@ -19122,27 +19122,27 @@ ${c}
|
|
|
19122
19122
|
is_directory: c2
|
|
19123
19123
|
};
|
|
19124
19124
|
}
|
|
19125
|
-
function
|
|
19126
|
-
let f2 =
|
|
19125
|
+
function cG({ path: c2, name: l2, isDirectory: d2 }) {
|
|
19126
|
+
let f2 = sG({
|
|
19127
19127
|
path: c2,
|
|
19128
19128
|
name: l2,
|
|
19129
19129
|
isDirectory: d2
|
|
19130
19130
|
});
|
|
19131
|
-
|
|
19131
|
+
Z.has(c2) ? r(e.filter((e2) => e2.path !== c2)) : r(u ? [
|
|
19132
19132
|
...e,
|
|
19133
19133
|
f2
|
|
19134
19134
|
] : [
|
|
19135
19135
|
f2
|
|
19136
19136
|
]);
|
|
19137
19137
|
}
|
|
19138
|
-
function
|
|
19138
|
+
function lG() {
|
|
19139
19139
|
r(e.filter((e2) => Paths.dirname(e2.path) !== g));
|
|
19140
19140
|
}
|
|
19141
|
-
function
|
|
19141
|
+
function uG() {
|
|
19142
19142
|
let c2 = [];
|
|
19143
|
-
for (let e2 of
|
|
19144
|
-
if (!QW && e2.is_directory ||
|
|
19145
|
-
let r2 =
|
|
19143
|
+
for (let e2 of q) {
|
|
19144
|
+
if (!QW && e2.is_directory || Z.has(e2.path)) continue;
|
|
19145
|
+
let r2 = sG({
|
|
19146
19146
|
path: e2.path,
|
|
19147
19147
|
name: e2.name,
|
|
19148
19148
|
isDirectory: e2.is_directory
|
|
@@ -19154,20 +19154,20 @@ ${c}
|
|
|
19154
19154
|
...c2
|
|
19155
19155
|
]);
|
|
19156
19156
|
}
|
|
19157
|
-
let
|
|
19157
|
+
let dG = [
|
|
19158
19158
|
{
|
|
19159
19159
|
key: "parent",
|
|
19160
19160
|
name: PARENT_DIRECTORY,
|
|
19161
19161
|
Icon: CornerLeftUp,
|
|
19162
19162
|
isSelected: false,
|
|
19163
19163
|
canSelect: false,
|
|
19164
|
-
onPrimary: () =>
|
|
19164
|
+
onPrimary: () => oG(PARENT_DIRECTORY),
|
|
19165
19165
|
onToggleSelect: null
|
|
19166
19166
|
},
|
|
19167
|
-
...
|
|
19167
|
+
...q.map((e2) => {
|
|
19168
19168
|
let r2 = e2.path;
|
|
19169
19169
|
r2.startsWith("//") && (r2 = r2.slice(1));
|
|
19170
|
-
let c2 = QW && e2.is_directory || $W && !e2.is_directory, l2 =
|
|
19170
|
+
let c2 = QW && e2.is_directory || $W && !e2.is_directory, l2 = Z.has(r2), u2 = e2.is_directory ? "directory" : guessFileIconType(e2.name), d2 = () => cG({
|
|
19171
19171
|
path: r2,
|
|
19172
19172
|
name: e2.name,
|
|
19173
19173
|
isDirectory: e2.is_directory
|
|
@@ -19178,46 +19178,46 @@ ${c}
|
|
|
19178
19178
|
Icon: FILE_ICON[u2],
|
|
19179
19179
|
isSelected: l2,
|
|
19180
19180
|
canSelect: c2,
|
|
19181
|
-
onPrimary: e2.is_directory ? () =>
|
|
19181
|
+
onPrimary: e2.is_directory ? () => oG(r2) : c2 ? d2 : () => {
|
|
19182
19182
|
},
|
|
19183
19183
|
onToggleSelect: c2 ? d2 : null
|
|
19184
19184
|
};
|
|
19185
19185
|
})
|
|
19186
19186
|
];
|
|
19187
|
-
function
|
|
19187
|
+
function fG(e2) {
|
|
19188
19188
|
var _a6;
|
|
19189
19189
|
E(e2), (_a6 = O.current[e2]) == null ? void 0 : _a6.focus();
|
|
19190
19190
|
}
|
|
19191
|
-
function
|
|
19191
|
+
function pG(e2, r2) {
|
|
19192
19192
|
var _a6, _b3;
|
|
19193
|
-
let c2 =
|
|
19193
|
+
let c2 = dG.length - 1;
|
|
19194
19194
|
switch (e2.key) {
|
|
19195
19195
|
case "ArrowDown":
|
|
19196
|
-
e2.preventDefault(),
|
|
19196
|
+
e2.preventDefault(), fG(Math.min(r2 + 1, c2));
|
|
19197
19197
|
break;
|
|
19198
19198
|
case "ArrowUp":
|
|
19199
|
-
e2.preventDefault(),
|
|
19199
|
+
e2.preventDefault(), fG(Math.max(r2 - 1, 0));
|
|
19200
19200
|
break;
|
|
19201
19201
|
case "Home":
|
|
19202
|
-
e2.preventDefault(),
|
|
19202
|
+
e2.preventDefault(), fG(0);
|
|
19203
19203
|
break;
|
|
19204
19204
|
case "End":
|
|
19205
|
-
e2.preventDefault(),
|
|
19205
|
+
e2.preventDefault(), fG(c2);
|
|
19206
19206
|
break;
|
|
19207
19207
|
case "Enter":
|
|
19208
|
-
e2.preventDefault(),
|
|
19208
|
+
e2.preventDefault(), dG[r2].onPrimary();
|
|
19209
19209
|
break;
|
|
19210
19210
|
case " ":
|
|
19211
|
-
e2.preventDefault(), (_b3 = (_a6 =
|
|
19211
|
+
e2.preventDefault(), (_b3 = (_a6 = dG[r2]).onToggleSelect) == null ? void 0 : _b3.call(_a6);
|
|
19212
19212
|
break;
|
|
19213
19213
|
}
|
|
19214
19214
|
}
|
|
19215
|
-
let { parentDirectories:
|
|
19215
|
+
let { parentDirectories: mG } = getProtocolAndParentDirectories({
|
|
19216
19216
|
path: g,
|
|
19217
|
-
delimiter:
|
|
19217
|
+
delimiter: rG,
|
|
19218
19218
|
initialPath: c,
|
|
19219
19219
|
restrictNavigation: f
|
|
19220
|
-
}),
|
|
19220
|
+
}), hG = l === "all" ? PluralWords.of("file", "folder") : l === "directory" ? PluralWords.of("folder") : PluralWords.of("file");
|
|
19221
19221
|
return (0, import_jsx_runtime.jsxs)("div", {
|
|
19222
19222
|
children: [
|
|
19223
19223
|
z && (0, import_jsx_runtime.jsx)(Banner, {
|
|
@@ -19227,7 +19227,7 @@ ${c}
|
|
|
19227
19227
|
(() => {
|
|
19228
19228
|
let e2 = (0, import_jsx_runtime.jsx)(Label, {
|
|
19229
19229
|
children: renderHTML({
|
|
19230
|
-
html: d ?? `Select ${
|
|
19230
|
+
html: d ?? `Select ${hG.join(" and ", 2)}...`
|
|
19231
19231
|
})
|
|
19232
19232
|
});
|
|
19233
19233
|
return u ? (0, import_jsx_runtime.jsxs)("div", {
|
|
@@ -19241,8 +19241,8 @@ ${c}
|
|
|
19241
19241
|
children: (0, import_jsx_runtime.jsx)(Button, {
|
|
19242
19242
|
size: "xs",
|
|
19243
19243
|
variant: "link",
|
|
19244
|
-
onClick:
|
|
19245
|
-
children:
|
|
19244
|
+
onClick: nG ? lG : uG,
|
|
19245
|
+
children: nG ? "Deselect all" : "Select all"
|
|
19246
19246
|
})
|
|
19247
19247
|
})
|
|
19248
19248
|
]
|
|
@@ -19252,15 +19252,15 @@ ${c}
|
|
|
19252
19252
|
className: "mt-2 w-full",
|
|
19253
19253
|
placeholder: g,
|
|
19254
19254
|
value: g,
|
|
19255
|
-
onChange: (e2) =>
|
|
19256
|
-
children:
|
|
19255
|
+
onChange: (e2) => oG(e2.target.value),
|
|
19256
|
+
children: mG.map((e2) => (0, import_jsx_runtime.jsx)("option", {
|
|
19257
19257
|
value: e2,
|
|
19258
19258
|
children: e2
|
|
19259
19259
|
}, e2))
|
|
19260
19260
|
}),
|
|
19261
19261
|
R && typeof R.total_count == "number" && (0, import_jsx_runtime.jsx)("div", {
|
|
19262
19262
|
className: "text-xs text-muted-foreground mt-1 px-1",
|
|
19263
|
-
children: R.is_truncated ? `Showing ${
|
|
19263
|
+
children: R.is_truncated ? `Showing ${q.length} of ${R.total_count} items` : `${R.total_count} ${R.total_count === 1 ? "item" : "items"}`
|
|
19264
19264
|
}),
|
|
19265
19265
|
(0, import_jsx_runtime.jsxs)("div", {
|
|
19266
19266
|
className: "mt-3 overflow-y-auto w-full border relative",
|
|
@@ -19289,14 +19289,14 @@ ${c}
|
|
|
19289
19289
|
"aria-label": "File browser",
|
|
19290
19290
|
"aria-multiselectable": u,
|
|
19291
19291
|
children: (0, import_jsx_runtime.jsx)(TableBody, {
|
|
19292
|
-
children:
|
|
19292
|
+
children: dG.map((e2, r2) => (0, import_jsx_runtime.jsxs)(TableRow, {
|
|
19293
19293
|
role: "row",
|
|
19294
19294
|
ref: (e3) => {
|
|
19295
19295
|
O.current[r2] = e3;
|
|
19296
19296
|
},
|
|
19297
19297
|
tabIndex: r2 === w ? 0 : -1,
|
|
19298
19298
|
onFocus: () => E(r2),
|
|
19299
|
-
onKeyDown: (e3) =>
|
|
19299
|
+
onKeyDown: (e3) => pG(e3, r2),
|
|
19300
19300
|
className: cn("hover:bg-accent group select-none focus-visible:outline-hidden focus-visible:ring-1 focus-visible:ring-ring focus-visible:ring-inset", {
|
|
19301
19301
|
"bg-primary/25 hover:bg-primary/35": e2.isSelected
|
|
19302
19302
|
}),
|
|
@@ -19339,7 +19339,7 @@ ${c}
|
|
|
19339
19339
|
children: [
|
|
19340
19340
|
e.length,
|
|
19341
19341
|
" ",
|
|
19342
|
-
|
|
19342
|
+
hG.join(" or ", e.length),
|
|
19343
19343
|
" ",
|
|
19344
19344
|
"selected"
|
|
19345
19345
|
]
|
|
@@ -19359,7 +19359,7 @@ ${c}
|
|
|
19359
19359
|
marginBlock: 0
|
|
19360
19360
|
},
|
|
19361
19361
|
className: "m-0 text-xs text-muted-foreground",
|
|
19362
|
-
children:
|
|
19362
|
+
children: iG
|
|
19363
19363
|
})
|
|
19364
19364
|
})
|
|
19365
19365
|
]
|
|
@@ -24741,55 +24741,55 @@ ${c}
|
|
|
24741
24741
|
return typeof S == "function" ? S : noop$2;
|
|
24742
24742
|
}, [
|
|
24743
24743
|
S
|
|
24744
|
-
]), q = (0, import_react.useRef)(null), Z = (0, import_react.useRef)(null),
|
|
24745
|
-
!
|
|
24746
|
-
Z.current && (Z.current.files.length || (
|
|
24744
|
+
]), q = (0, import_react.useRef)(null), Z = (0, import_react.useRef)(null), QW = _slicedToArray((0, import_react.useReducer)(reducer$2, initialState), 2), $W = QW[0], eG = QW[1], tG = $W.isFocused, nG = $W.isFileDialogActive, rG = (0, import_react.useRef)(typeof window < "u" && window.isSecureContext && T && canUseFileSystemAccessAPI()), iG = function() {
|
|
24745
|
+
!rG.current && nG && setTimeout(function() {
|
|
24746
|
+
Z.current && (Z.current.files.length || (eG({
|
|
24747
24747
|
type: "closeDialog"
|
|
24748
24748
|
}), G()));
|
|
24749
24749
|
}, 300);
|
|
24750
24750
|
};
|
|
24751
24751
|
(0, import_react.useEffect)(function() {
|
|
24752
|
-
return window.addEventListener("focus",
|
|
24753
|
-
window.removeEventListener("focus",
|
|
24752
|
+
return window.addEventListener("focus", iG, false), function() {
|
|
24753
|
+
window.removeEventListener("focus", iG, false);
|
|
24754
24754
|
};
|
|
24755
24755
|
}, [
|
|
24756
24756
|
Z,
|
|
24757
|
-
|
|
24757
|
+
nG,
|
|
24758
24758
|
G,
|
|
24759
|
-
|
|
24759
|
+
rG
|
|
24760
24760
|
]);
|
|
24761
|
-
var
|
|
24762
|
-
q.current && q.current.contains(e2.target) || (e2.preventDefault(),
|
|
24761
|
+
var aG = (0, import_react.useRef)([]), oG = (0, import_react.useRef)([]), sG = function(e2) {
|
|
24762
|
+
q.current && q.current.contains(e2.target) || (e2.preventDefault(), aG.current = []);
|
|
24763
24763
|
};
|
|
24764
24764
|
(0, import_react.useEffect)(function() {
|
|
24765
|
-
return O && (document.addEventListener("dragover", onDocumentDragOver, false), document.addEventListener("drop",
|
|
24766
|
-
O && (document.removeEventListener("dragover", onDocumentDragOver), document.removeEventListener("drop",
|
|
24765
|
+
return O && (document.addEventListener("dragover", onDocumentDragOver, false), document.addEventListener("drop", sG, false)), function() {
|
|
24766
|
+
O && (document.removeEventListener("dragover", onDocumentDragOver), document.removeEventListener("drop", sG));
|
|
24767
24767
|
};
|
|
24768
24768
|
}, [
|
|
24769
24769
|
q,
|
|
24770
24770
|
O
|
|
24771
24771
|
]), (0, import_react.useEffect)(function() {
|
|
24772
24772
|
var e2 = function(e3) {
|
|
24773
|
-
|
|
24773
|
+
oG.current = [].concat(_toConsumableArray(oG.current), [
|
|
24774
24774
|
e3.target
|
|
24775
|
-
]), isEvtWithFiles(e3) &&
|
|
24775
|
+
]), isEvtWithFiles(e3) && eG({
|
|
24776
24776
|
isDragGlobal: true,
|
|
24777
24777
|
type: "setDragGlobal"
|
|
24778
24778
|
});
|
|
24779
24779
|
}, r2 = function(e3) {
|
|
24780
|
-
|
|
24780
|
+
oG.current = oG.current.filter(function(r3) {
|
|
24781
24781
|
return r3 !== e3.target && r3 !== null;
|
|
24782
|
-
}), !(
|
|
24782
|
+
}), !(oG.current.length > 0) && eG({
|
|
24783
24783
|
isDragGlobal: false,
|
|
24784
24784
|
type: "setDragGlobal"
|
|
24785
24785
|
});
|
|
24786
24786
|
}, c2 = function() {
|
|
24787
|
-
|
|
24787
|
+
oG.current = [], eG({
|
|
24788
24788
|
isDragGlobal: false,
|
|
24789
24789
|
type: "setDragGlobal"
|
|
24790
24790
|
});
|
|
24791
24791
|
}, l2 = function() {
|
|
24792
|
-
|
|
24792
|
+
oG.current = [], eG({
|
|
24793
24793
|
isDragGlobal: false,
|
|
24794
24794
|
type: "setDragGlobal"
|
|
24795
24795
|
});
|
|
@@ -24807,12 +24807,12 @@ ${c}
|
|
|
24807
24807
|
E,
|
|
24808
24808
|
l
|
|
24809
24809
|
]);
|
|
24810
|
-
var
|
|
24810
|
+
var cG = (0, import_react.useCallback)(function(e2) {
|
|
24811
24811
|
R ? R(e2) : console.error(e2);
|
|
24812
24812
|
}, [
|
|
24813
24813
|
R
|
|
24814
|
-
]),
|
|
24815
|
-
e2.preventDefault(), e2.persist(),
|
|
24814
|
+
]), lG = (0, import_react.useCallback)(function(e2) {
|
|
24815
|
+
e2.preventDefault(), e2.persist(), SG(e2), aG.current = [].concat(_toConsumableArray(aG.current), [
|
|
24816
24816
|
e2.target
|
|
24817
24817
|
]), isEvtWithFiles(e2) && Promise.resolve(u(e2)).then(function(r2) {
|
|
24818
24818
|
if (!(isPropagationStopped(e2) && !L)) {
|
|
@@ -24825,7 +24825,7 @@ ${c}
|
|
|
24825
24825
|
maxFiles: m,
|
|
24826
24826
|
validator: z
|
|
24827
24827
|
});
|
|
24828
|
-
|
|
24828
|
+
eG({
|
|
24829
24829
|
isDragAccept: l2,
|
|
24830
24830
|
isDragReject: c2 > 0 && !l2,
|
|
24831
24831
|
isDragActive: true,
|
|
@@ -24833,12 +24833,12 @@ ${c}
|
|
|
24833
24833
|
}), h && h(e2);
|
|
24834
24834
|
}
|
|
24835
24835
|
}).catch(function(e3) {
|
|
24836
|
-
return
|
|
24836
|
+
return cG(e3);
|
|
24837
24837
|
});
|
|
24838
24838
|
}, [
|
|
24839
24839
|
u,
|
|
24840
24840
|
h,
|
|
24841
|
-
|
|
24841
|
+
cG,
|
|
24842
24842
|
L,
|
|
24843
24843
|
B,
|
|
24844
24844
|
f,
|
|
@@ -24846,8 +24846,8 @@ ${c}
|
|
|
24846
24846
|
p,
|
|
24847
24847
|
m,
|
|
24848
24848
|
z
|
|
24849
|
-
]),
|
|
24850
|
-
e2.preventDefault(), e2.persist(),
|
|
24849
|
+
]), uG = (0, import_react.useCallback)(function(e2) {
|
|
24850
|
+
e2.preventDefault(), e2.persist(), SG(e2);
|
|
24851
24851
|
var r2 = isEvtWithFiles(e2);
|
|
24852
24852
|
if (r2 && e2.dataTransfer) try {
|
|
24853
24853
|
e2.dataTransfer.dropEffect = "copy";
|
|
@@ -24857,12 +24857,12 @@ ${c}
|
|
|
24857
24857
|
}, [
|
|
24858
24858
|
_,
|
|
24859
24859
|
L
|
|
24860
|
-
]),
|
|
24861
|
-
e2.preventDefault(), e2.persist(),
|
|
24862
|
-
var r2 =
|
|
24860
|
+
]), dG = (0, import_react.useCallback)(function(e2) {
|
|
24861
|
+
e2.preventDefault(), e2.persist(), SG(e2);
|
|
24862
|
+
var r2 = aG.current.filter(function(e3) {
|
|
24863
24863
|
return q.current && q.current.contains(e3);
|
|
24864
24864
|
}), c2 = r2.indexOf(e2.target);
|
|
24865
|
-
c2 !== -1 && r2.splice(c2, 1),
|
|
24865
|
+
c2 !== -1 && r2.splice(c2, 1), aG.current = r2, !(r2.length > 0) && (eG({
|
|
24866
24866
|
type: "setDraggedFiles",
|
|
24867
24867
|
isDragActive: false,
|
|
24868
24868
|
isDragAccept: false,
|
|
@@ -24872,7 +24872,7 @@ ${c}
|
|
|
24872
24872
|
q,
|
|
24873
24873
|
g,
|
|
24874
24874
|
L
|
|
24875
|
-
]),
|
|
24875
|
+
]), fG = (0, import_react.useCallback)(function(e2, r2) {
|
|
24876
24876
|
var c2 = [], l2 = [];
|
|
24877
24877
|
e2.forEach(function(e3) {
|
|
24878
24878
|
var r3 = _slicedToArray(fileAccepted(e3, B), 2), u2 = r3[0], p2 = r3[1], m2 = _slicedToArray(fileMatchSize(e3, f, d), 2), h2 = m2[0], g2 = m2[1], _2 = z ? z(e3) : null;
|
|
@@ -24896,14 +24896,14 @@ ${c}
|
|
|
24896
24896
|
TOO_MANY_FILES_REJECTION
|
|
24897
24897
|
]
|
|
24898
24898
|
});
|
|
24899
|
-
}), c2.splice(0)),
|
|
24899
|
+
}), c2.splice(0)), eG({
|
|
24900
24900
|
acceptedFiles: c2,
|
|
24901
24901
|
fileRejections: l2,
|
|
24902
24902
|
isDragReject: l2.length > 0,
|
|
24903
24903
|
type: "setFiles"
|
|
24904
24904
|
}), v && v(c2, l2, r2), l2.length > 0 && b && b(l2, r2), c2.length > 0 && y && y(c2, r2);
|
|
24905
24905
|
}, [
|
|
24906
|
-
|
|
24906
|
+
eG,
|
|
24907
24907
|
p,
|
|
24908
24908
|
B,
|
|
24909
24909
|
f,
|
|
@@ -24913,22 +24913,22 @@ ${c}
|
|
|
24913
24913
|
y,
|
|
24914
24914
|
b,
|
|
24915
24915
|
z
|
|
24916
|
-
]),
|
|
24917
|
-
e2.preventDefault(), e2.persist(),
|
|
24918
|
-
isPropagationStopped(e2) && !L ||
|
|
24916
|
+
]), pG = (0, import_react.useCallback)(function(e2) {
|
|
24917
|
+
e2.preventDefault(), e2.persist(), SG(e2), aG.current = [], isEvtWithFiles(e2) && Promise.resolve(u(e2)).then(function(r2) {
|
|
24918
|
+
isPropagationStopped(e2) && !L || fG(r2, e2);
|
|
24919
24919
|
}).catch(function(e3) {
|
|
24920
|
-
return
|
|
24921
|
-
}),
|
|
24920
|
+
return cG(e3);
|
|
24921
|
+
}), eG({
|
|
24922
24922
|
type: "reset"
|
|
24923
24923
|
});
|
|
24924
24924
|
}, [
|
|
24925
24925
|
u,
|
|
24926
|
-
|
|
24927
|
-
|
|
24926
|
+
fG,
|
|
24927
|
+
cG,
|
|
24928
24928
|
L
|
|
24929
|
-
]),
|
|
24930
|
-
if (
|
|
24931
|
-
|
|
24929
|
+
]), mG = (0, import_react.useCallback)(function() {
|
|
24930
|
+
if (rG.current) {
|
|
24931
|
+
eG({
|
|
24932
24932
|
type: "openDialog"
|
|
24933
24933
|
}), W();
|
|
24934
24934
|
var e2 = {
|
|
@@ -24938,66 +24938,66 @@ ${c}
|
|
|
24938
24938
|
window.showOpenFilePicker(e2).then(function(e3) {
|
|
24939
24939
|
return u(e3);
|
|
24940
24940
|
}).then(function(e3) {
|
|
24941
|
-
|
|
24941
|
+
fG(e3, null), eG({
|
|
24942
24942
|
type: "closeDialog"
|
|
24943
24943
|
});
|
|
24944
24944
|
}).catch(function(e3) {
|
|
24945
|
-
isAbort(e3) ? (G(e3),
|
|
24945
|
+
isAbort(e3) ? (G(e3), eG({
|
|
24946
24946
|
type: "closeDialog"
|
|
24947
|
-
})) : isSecurityError(e3) ? (
|
|
24947
|
+
})) : isSecurityError(e3) ? (rG.current = false, Z.current ? (Z.current.value = null, Z.current.click()) : cG(Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))) : cG(e3);
|
|
24948
24948
|
});
|
|
24949
24949
|
return;
|
|
24950
24950
|
}
|
|
24951
|
-
Z.current && (
|
|
24951
|
+
Z.current && (eG({
|
|
24952
24952
|
type: "openDialog"
|
|
24953
24953
|
}), W(), Z.current.value = null, Z.current.click());
|
|
24954
24954
|
}, [
|
|
24955
|
-
|
|
24955
|
+
eG,
|
|
24956
24956
|
W,
|
|
24957
24957
|
G,
|
|
24958
24958
|
T,
|
|
24959
|
-
|
|
24960
|
-
|
|
24959
|
+
fG,
|
|
24960
|
+
cG,
|
|
24961
24961
|
H,
|
|
24962
24962
|
p
|
|
24963
|
-
]),
|
|
24964
|
-
!q.current || !q.current.isEqualNode(e2.target) || (e2.key === " " || e2.key === "Enter" || e2.keyCode === 32 || e2.keyCode === 13) && (e2.preventDefault(),
|
|
24963
|
+
]), hG = (0, import_react.useCallback)(function(e2) {
|
|
24964
|
+
!q.current || !q.current.isEqualNode(e2.target) || (e2.key === " " || e2.key === "Enter" || e2.keyCode === 32 || e2.keyCode === 13) && (e2.preventDefault(), mG());
|
|
24965
24965
|
}, [
|
|
24966
24966
|
q,
|
|
24967
|
-
|
|
24968
|
-
]),
|
|
24969
|
-
|
|
24967
|
+
mG
|
|
24968
|
+
]), gG = (0, import_react.useCallback)(function() {
|
|
24969
|
+
eG({
|
|
24970
24970
|
type: "focus"
|
|
24971
24971
|
});
|
|
24972
|
-
}, []),
|
|
24973
|
-
|
|
24972
|
+
}, []), _G = (0, import_react.useCallback)(function() {
|
|
24973
|
+
eG({
|
|
24974
24974
|
type: "blur"
|
|
24975
24975
|
});
|
|
24976
|
-
}, []),
|
|
24977
|
-
j || (isIeOrEdge() ? setTimeout(
|
|
24976
|
+
}, []), vG = (0, import_react.useCallback)(function() {
|
|
24977
|
+
j || (isIeOrEdge() ? setTimeout(mG, 0) : mG());
|
|
24978
24978
|
}, [
|
|
24979
24979
|
j,
|
|
24980
|
-
|
|
24981
|
-
]),
|
|
24980
|
+
mG
|
|
24981
|
+
]), yG = function(e2) {
|
|
24982
24982
|
return l ? null : e2;
|
|
24983
|
-
}, yG = function(e2) {
|
|
24984
|
-
return M ? null : vG(e2);
|
|
24985
24983
|
}, bG = function(e2) {
|
|
24986
|
-
return
|
|
24984
|
+
return M ? null : yG(e2);
|
|
24987
24985
|
}, xG = function(e2) {
|
|
24986
|
+
return I ? null : yG(e2);
|
|
24987
|
+
}, SG = function(e2) {
|
|
24988
24988
|
L && e2.stopPropagation();
|
|
24989
|
-
},
|
|
24989
|
+
}, CG = (0, import_react.useMemo)(function() {
|
|
24990
24990
|
return function() {
|
|
24991
24991
|
var e2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r2 = e2.refKey, c2 = r2 === void 0 ? "ref" : r2, u2 = e2.role, d2 = e2.onKeyDown, f2 = e2.onFocus, p2 = e2.onBlur, m2 = e2.onClick, h2 = e2.onDragEnter, g2 = e2.onDragOver, _2 = e2.onDragLeave, v2 = e2.onDrop, y2 = _objectWithoutProperties$2(e2, _excluded3);
|
|
24992
24992
|
return _objectSpread$7(_objectSpread$7(_defineProperty$10({
|
|
24993
|
-
onKeyDown:
|
|
24994
|
-
onFocus:
|
|
24995
|
-
onBlur:
|
|
24996
|
-
onClick:
|
|
24997
|
-
onDragEnter:
|
|
24998
|
-
onDragOver:
|
|
24999
|
-
onDragLeave:
|
|
25000
|
-
onDrop:
|
|
24993
|
+
onKeyDown: bG(composeEventHandlers(d2, hG)),
|
|
24994
|
+
onFocus: bG(composeEventHandlers(f2, gG)),
|
|
24995
|
+
onBlur: bG(composeEventHandlers(p2, _G)),
|
|
24996
|
+
onClick: yG(composeEventHandlers(m2, vG)),
|
|
24997
|
+
onDragEnter: xG(composeEventHandlers(h2, lG)),
|
|
24998
|
+
onDragOver: xG(composeEventHandlers(g2, uG)),
|
|
24999
|
+
onDragLeave: xG(composeEventHandlers(_2, dG)),
|
|
25000
|
+
onDrop: xG(composeEventHandlers(v2, pG)),
|
|
25001
25001
|
role: typeof u2 == "string" && u2 !== "" ? u2 : "presentation"
|
|
25002
25002
|
}, c2, q), !l && !M ? {
|
|
25003
25003
|
tabIndex: 0
|
|
@@ -25005,20 +25005,20 @@ ${c}
|
|
|
25005
25005
|
};
|
|
25006
25006
|
}, [
|
|
25007
25007
|
q,
|
|
25008
|
-
mG,
|
|
25009
25008
|
hG,
|
|
25010
25009
|
gG,
|
|
25011
25010
|
_G,
|
|
25012
|
-
|
|
25011
|
+
vG,
|
|
25013
25012
|
lG,
|
|
25014
25013
|
uG,
|
|
25015
|
-
|
|
25014
|
+
dG,
|
|
25015
|
+
pG,
|
|
25016
25016
|
M,
|
|
25017
25017
|
I,
|
|
25018
25018
|
l
|
|
25019
|
-
]),
|
|
25019
|
+
]), wG = (0, import_react.useCallback)(function(e2) {
|
|
25020
25020
|
e2.stopPropagation();
|
|
25021
|
-
}, []),
|
|
25021
|
+
}, []), TG = (0, import_react.useMemo)(function() {
|
|
25022
25022
|
return function() {
|
|
25023
25023
|
var e2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r2 = e2.refKey, c2 = r2 === void 0 ? "ref" : r2, l2 = e2.onChange, u2 = e2.onClick, d2 = _objectWithoutProperties$2(e2, _excluded4);
|
|
25024
25024
|
return _objectSpread$7(_objectSpread$7({}, _defineProperty$10({
|
|
@@ -25037,8 +25037,8 @@ ${c}
|
|
|
25037
25037
|
width: "1px",
|
|
25038
25038
|
whiteSpace: "nowrap"
|
|
25039
25039
|
},
|
|
25040
|
-
onChange:
|
|
25041
|
-
onClick:
|
|
25040
|
+
onChange: yG(composeEventHandlers(l2, pG)),
|
|
25041
|
+
onClick: yG(composeEventHandlers(u2, wG)),
|
|
25042
25042
|
tabIndex: -1
|
|
25043
25043
|
}, c2, Z)), d2);
|
|
25044
25044
|
};
|
|
@@ -25046,16 +25046,16 @@ ${c}
|
|
|
25046
25046
|
Z,
|
|
25047
25047
|
c,
|
|
25048
25048
|
p,
|
|
25049
|
-
|
|
25049
|
+
pG,
|
|
25050
25050
|
l
|
|
25051
25051
|
]);
|
|
25052
|
-
return _objectSpread$7(_objectSpread$7({},
|
|
25053
|
-
isFocused:
|
|
25054
|
-
getRootProps:
|
|
25055
|
-
getInputProps:
|
|
25052
|
+
return _objectSpread$7(_objectSpread$7({}, $W), {}, {
|
|
25053
|
+
isFocused: tG && !l,
|
|
25054
|
+
getRootProps: CG,
|
|
25055
|
+
getInputProps: TG,
|
|
25056
25056
|
rootRef: q,
|
|
25057
25057
|
inputRef: Z,
|
|
25058
|
-
open:
|
|
25058
|
+
open: yG(mG)
|
|
25059
25059
|
});
|
|
25060
25060
|
}
|
|
25061
25061
|
function reducer$2(e, r) {
|
|
@@ -25287,47 +25287,47 @@ ${c}
|
|
|
25287
25287
|
html: I
|
|
25288
25288
|
})
|
|
25289
25289
|
}), r[45] = I, r[46] = M, r[47] = G) : G = r[47];
|
|
25290
|
-
let q = w && "text-primary", Z = T && "text-destructive",
|
|
25291
|
-
r[48] !== q || r[49] !== Z ? (
|
|
25292
|
-
let
|
|
25293
|
-
r[51] ===
|
|
25294
|
-
strokeWidth: 1.4,
|
|
25295
|
-
className: ZW
|
|
25296
|
-
}), r[51] = ZW, r[52] = QW);
|
|
25297
|
-
let $W = w && "text-primary", eG = T && "text-destructive", tG;
|
|
25298
|
-
r[53] !== $W || r[54] !== eG ? (tG = cn($W, eG), r[53] = $W, r[54] = eG, r[55] = tG) : tG = r[55];
|
|
25299
|
-
let nG;
|
|
25300
|
-
r[56] === tG ? nG = r[57] : (nG = (0, import_jsx_runtime.jsx)(SquareDashedMousePointer, {
|
|
25290
|
+
let q = w && "text-primary", Z = T && "text-destructive", QW;
|
|
25291
|
+
r[48] !== q || r[49] !== Z ? (QW = cn(q, Z), r[48] = q, r[49] = Z, r[50] = QW) : QW = r[50];
|
|
25292
|
+
let $W;
|
|
25293
|
+
r[51] === QW ? $W = r[52] : ($W = (0, import_jsx_runtime.jsx)(Upload, {
|
|
25301
25294
|
strokeWidth: 1.4,
|
|
25302
|
-
className:
|
|
25303
|
-
}), r[
|
|
25295
|
+
className: QW
|
|
25296
|
+
}), r[51] = QW, r[52] = $W);
|
|
25297
|
+
let eG = w && "text-primary", tG = T && "text-destructive", nG;
|
|
25298
|
+
r[53] !== eG || r[54] !== tG ? (nG = cn(eG, tG), r[53] = eG, r[54] = tG, r[55] = nG) : nG = r[55];
|
|
25304
25299
|
let rG;
|
|
25305
|
-
r[
|
|
25300
|
+
r[56] === nG ? rG = r[57] : (rG = (0, import_jsx_runtime.jsx)(SquareDashedMousePointer, {
|
|
25301
|
+
strokeWidth: 1.4,
|
|
25302
|
+
className: nG
|
|
25303
|
+
}), r[56] = nG, r[57] = rG);
|
|
25304
|
+
let iG;
|
|
25305
|
+
r[58] !== $W || r[59] !== rG ? (iG = (0, import_jsx_runtime.jsxs)("div", {
|
|
25306
25306
|
className: "flex flex-row items-center justify-center grow gap-3",
|
|
25307
25307
|
children: [
|
|
25308
|
-
|
|
25309
|
-
|
|
25308
|
+
$W,
|
|
25309
|
+
rG
|
|
25310
25310
|
]
|
|
25311
|
-
}), r[58] =
|
|
25312
|
-
let
|
|
25313
|
-
r[61] !== G || r[62] !==
|
|
25311
|
+
}), r[58] = $W, r[59] = rG, r[60] = iG) : iG = r[60];
|
|
25312
|
+
let oG;
|
|
25313
|
+
r[61] !== G || r[62] !== iG ? (oG = (0, import_jsx_runtime.jsxs)("div", {
|
|
25314
25314
|
className: "flex flex-col items-center justify-center grow gap-3",
|
|
25315
25315
|
children: [
|
|
25316
25316
|
G,
|
|
25317
|
-
|
|
25317
|
+
iG
|
|
25318
25318
|
]
|
|
25319
|
-
}), r[61] = G, r[62] =
|
|
25320
|
-
let
|
|
25321
|
-
r[64] !== W || r[65] !==
|
|
25319
|
+
}), r[61] = G, r[62] = iG, r[63] = oG) : oG = r[63];
|
|
25320
|
+
let sG;
|
|
25321
|
+
r[64] !== W || r[65] !== oG || r[66] !== z || r[67] !== B ? (sG = (0, import_jsx_runtime.jsxs)("div", {
|
|
25322
25322
|
className: z,
|
|
25323
25323
|
...B,
|
|
25324
25324
|
children: [
|
|
25325
25325
|
W,
|
|
25326
|
-
|
|
25326
|
+
oG
|
|
25327
25327
|
]
|
|
25328
|
-
}), r[64] = W, r[65] =
|
|
25329
|
-
let
|
|
25330
|
-
r[69] !== f || r[70] !== u || r[71] !== M || r[72] !== j || r[73] !== p.length ? (
|
|
25328
|
+
}), r[64] = W, r[65] = oG, r[66] = z, r[67] = B, r[68] = sG) : sG = r[68];
|
|
25329
|
+
let cG;
|
|
25330
|
+
r[69] !== f || r[70] !== u || r[71] !== M || r[72] !== j || r[73] !== p.length ? (cG = M ? (0, import_jsx_runtime.jsxs)("div", {
|
|
25331
25331
|
className: "flex flex-row gap-1",
|
|
25332
25332
|
children: [
|
|
25333
25333
|
(0, import_jsx_runtime.jsxs)("div", {
|
|
@@ -25363,17 +25363,17 @@ ${c}
|
|
|
25363
25363
|
})
|
|
25364
25364
|
})
|
|
25365
25365
|
]
|
|
25366
|
-
}) : null, r[69] = f, r[70] = u, r[71] = M, r[72] = j, r[73] = p.length, r[74] =
|
|
25367
|
-
let
|
|
25368
|
-
return r[75] !==
|
|
25366
|
+
}) : null, r[69] = f, r[70] = u, r[71] = M, r[72] = j, r[73] = p.length, r[74] = cG) : cG = r[74];
|
|
25367
|
+
let lG;
|
|
25368
|
+
return r[75] !== sG || r[76] !== cG ? (lG = (0, import_jsx_runtime.jsx)("section", {
|
|
25369
25369
|
children: (0, import_jsx_runtime.jsxs)("div", {
|
|
25370
25370
|
className: "flex flex-col items-start justify-start grow gap-3",
|
|
25371
25371
|
children: [
|
|
25372
|
-
|
|
25373
|
-
|
|
25372
|
+
sG,
|
|
25373
|
+
cG
|
|
25374
25374
|
]
|
|
25375
25375
|
})
|
|
25376
|
-
}), r[75] =
|
|
25376
|
+
}), r[75] = sG, r[76] = cG, r[77] = lG) : lG = r[77], lG;
|
|
25377
25377
|
};
|
|
25378
25378
|
function _temp$11(e) {
|
|
25379
25379
|
Logger.error(e), toast({
|
|
@@ -25441,7 +25441,7 @@ ${c}
|
|
|
25441
25441
|
...c,
|
|
25442
25442
|
...r
|
|
25443
25443
|
})), FormWrapper = (e) => {
|
|
25444
|
-
let r = (0, import_compiler_runtime$41.c)(
|
|
25444
|
+
let r = (0, import_compiler_runtime$41.c)(43), { children: c, currentValue: l, newValue: u, setValue: d, label: f, bordered: p, loading: m, submitButtonLabel: g, submitButtonTooltip: _, submitButtonDisabled: v, clearOnSubmit: y, showClearButton: b, clearButtonLabel: S, clearButtonTooltip: w, validate: E, shouldValidate: O } = e, j = (0, import_react.useRef)(null), M = u === l, I = M ? "secondary" : "action", [L, R] = (0, import_react.useState)(null), z;
|
|
25445
25445
|
r[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (z = () => {
|
|
25446
25446
|
j.current && clearInputs(j.current);
|
|
25447
25447
|
}, r[0] = z) : z = r[0];
|
|
@@ -25466,78 +25466,79 @@ ${c}
|
|
|
25466
25466
|
"bg-(--amber-1) border-(--amber-7)": W
|
|
25467
25467
|
}), r[7] = p, r[8] = W, r[9] = G) : G = r[9];
|
|
25468
25468
|
let q;
|
|
25469
|
-
r[10]
|
|
25470
|
-
|
|
25471
|
-
|
|
25469
|
+
r[10] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (q = (e2) => {
|
|
25470
|
+
var _a5;
|
|
25471
|
+
e2.key === "Enter" && (e2.ctrlKey || e2.metaKey) && (e2.preventDefault(), e2.stopPropagation(), (_a5 = j.current) == null ? void 0 : _a5.requestSubmit());
|
|
25472
|
+
}, r[10] = q) : q = r[10];
|
|
25472
25473
|
let Z;
|
|
25473
|
-
r[
|
|
25474
|
+
r[11] === f ? Z = r[12] : (Z = f === null ? null : (0, import_jsx_runtime.jsx)("div", {
|
|
25474
25475
|
className: "text-center",
|
|
25475
25476
|
children: renderHTML({
|
|
25476
25477
|
html: f
|
|
25477
25478
|
})
|
|
25478
|
-
}), r[
|
|
25479
|
-
let
|
|
25480
|
-
r[
|
|
25479
|
+
}), r[11] = f, r[12] = Z);
|
|
25480
|
+
let QW;
|
|
25481
|
+
r[13] === L ? QW = r[14] : (QW = L != null && (0, import_jsx_runtime.jsx)(Banner, {
|
|
25481
25482
|
kind: "danger",
|
|
25482
25483
|
className: "rounded",
|
|
25483
25484
|
children: L ?? "Invalid input"
|
|
25484
|
-
}), r[
|
|
25485
|
-
let QW;
|
|
25486
|
-
r[17] === c ? QW = r[18] : (QW = (0, import_jsx_runtime.jsx)("div", {
|
|
25487
|
-
children: c
|
|
25488
|
-
}), r[17] = c, r[18] = QW);
|
|
25485
|
+
}), r[13] = L, r[14] = QW);
|
|
25489
25486
|
let $W;
|
|
25490
|
-
r[
|
|
25487
|
+
r[15] === c ? $W = r[16] : ($W = (0, import_jsx_runtime.jsx)("div", {
|
|
25488
|
+
children: c
|
|
25489
|
+
}), r[15] = c, r[16] = $W);
|
|
25490
|
+
let eG;
|
|
25491
|
+
r[17] !== S || r[18] !== w || r[19] !== b ? (eG = b && withTooltip((0, import_jsx_runtime.jsx)(Button, {
|
|
25491
25492
|
"data-testid": "marimo-plugin-form-clear-button",
|
|
25492
25493
|
variant: "text",
|
|
25493
25494
|
onClick: (e2) => {
|
|
25494
25495
|
e2.preventDefault(), B();
|
|
25495
25496
|
},
|
|
25496
25497
|
children: S
|
|
25497
|
-
}), w), r[
|
|
25498
|
-
let
|
|
25499
|
-
r[
|
|
25498
|
+
}), w), r[17] = S, r[18] = w, r[19] = b, r[20] = eG) : eG = r[20];
|
|
25499
|
+
let tG = v || m, nG;
|
|
25500
|
+
r[21] === m ? nG = r[22] : (nG = m && (0, import_jsx_runtime.jsx)(LoaderCircle, {
|
|
25500
25501
|
className: "h-4 w-4 mr-2 animate-spin"
|
|
25501
|
-
}), r[
|
|
25502
|
-
let
|
|
25503
|
-
r[
|
|
25502
|
+
}), r[21] = m, r[22] = nG);
|
|
25503
|
+
let rG;
|
|
25504
|
+
r[23] !== g || r[24] !== tG || r[25] !== nG || r[26] !== I ? (rG = (0, import_jsx_runtime.jsxs)(Button, {
|
|
25504
25505
|
"data-testid": "marimo-plugin-form-submit-button",
|
|
25505
25506
|
variant: I,
|
|
25506
|
-
disabled:
|
|
25507
|
+
disabled: tG,
|
|
25507
25508
|
type: "submit",
|
|
25508
25509
|
children: [
|
|
25509
|
-
|
|
25510
|
+
nG,
|
|
25510
25511
|
g
|
|
25511
25512
|
]
|
|
25512
|
-
}), r[
|
|
25513
|
-
let
|
|
25514
|
-
r[
|
|
25515
|
-
let
|
|
25516
|
-
r[
|
|
25513
|
+
}), r[23] = g, r[24] = tG, r[25] = nG, r[26] = I, r[27] = rG) : rG = r[27];
|
|
25514
|
+
let iG;
|
|
25515
|
+
r[28] !== _ || r[29] !== rG ? (iG = withTooltip(rG, _), r[28] = _, r[29] = rG, r[30] = iG) : iG = r[30];
|
|
25516
|
+
let oG;
|
|
25517
|
+
r[31] !== iG || r[32] !== eG ? (oG = (0, import_jsx_runtime.jsxs)("div", {
|
|
25517
25518
|
className: "flex justify-end gap-2 font-code",
|
|
25518
25519
|
children: [
|
|
25519
|
-
|
|
25520
|
-
|
|
25520
|
+
eG,
|
|
25521
|
+
iG
|
|
25521
25522
|
]
|
|
25522
|
-
}), r[
|
|
25523
|
-
let
|
|
25524
|
-
r[
|
|
25523
|
+
}), r[31] = iG, r[32] = eG, r[33] = oG) : oG = r[33];
|
|
25524
|
+
let sG;
|
|
25525
|
+
r[34] !== oG || r[35] !== G || r[36] !== Z || r[37] !== QW || r[38] !== $W ? (sG = (0, import_jsx_runtime.jsxs)("div", {
|
|
25525
25526
|
className: G,
|
|
25526
25527
|
onKeyDown: q,
|
|
25527
25528
|
children: [
|
|
25528
25529
|
Z,
|
|
25529
|
-
ZW,
|
|
25530
25530
|
QW,
|
|
25531
|
-
|
|
25531
|
+
$W,
|
|
25532
|
+
oG
|
|
25532
25533
|
]
|
|
25533
|
-
}), r[
|
|
25534
|
-
let
|
|
25535
|
-
return r[
|
|
25534
|
+
}), r[34] = oG, r[35] = G, r[36] = Z, r[37] = QW, r[38] = $W, r[39] = sG) : sG = r[39];
|
|
25535
|
+
let cG;
|
|
25536
|
+
return r[40] !== sG || r[41] !== H ? (cG = (0, import_jsx_runtime.jsx)("form", {
|
|
25536
25537
|
className: "contents",
|
|
25537
25538
|
ref: j,
|
|
25538
25539
|
onSubmit: H,
|
|
25539
|
-
children:
|
|
25540
|
-
}), r[
|
|
25540
|
+
children: sG
|
|
25541
|
+
}), r[40] = sG, r[41] = H, r[42] = cG) : cG = r[42], cG;
|
|
25541
25542
|
};
|
|
25542
25543
|
var Form = (e) => {
|
|
25543
25544
|
let r = (0, import_compiler_runtime$41.c)(24), c, l, u, d, f, p;
|
|
@@ -27323,8 +27324,8 @@ ${c}
|
|
|
27323
27324
|
indices: c2
|
|
27324
27325
|
}));
|
|
27325
27326
|
}, r[31] = u, r[32] = Z);
|
|
27326
|
-
let
|
|
27327
|
-
r[33] === u ?
|
|
27327
|
+
let QW = useEvent_default(Z), $W;
|
|
27328
|
+
r[33] === u ? $W = r[34] : ($W = (e2) => {
|
|
27328
27329
|
e2 && u((r2) => ({
|
|
27329
27330
|
...r2,
|
|
27330
27331
|
selections: "selections" in e2 ? e2.selections : [],
|
|
@@ -27333,9 +27334,9 @@ ${c}
|
|
|
27333
27334
|
range: e2.range,
|
|
27334
27335
|
lasso: "lassoPoints" in e2 ? e2.lassoPoints : void 0
|
|
27335
27336
|
}));
|
|
27336
|
-
}, r[33] = u, r[34] =
|
|
27337
|
-
let
|
|
27338
|
-
return r[35] !== m || r[36] !== h || r[37] !== L || r[38] !== B || r[39] !== W || r[40] !== q || r[41] !==
|
|
27337
|
+
}, r[33] = u, r[34] = $W);
|
|
27338
|
+
let eG = useEvent_default($W), tG = m.frames ?? void 0, nG = useEvent_default(_temp3$3), rG;
|
|
27339
|
+
return r[35] !== m || r[36] !== h || r[37] !== L || r[38] !== B || r[39] !== W || r[40] !== q || r[41] !== QW || r[42] !== eG || r[43] !== tG || r[44] !== nG || r[45] !== R ? (rG = (0, import_jsx_runtime.jsx)(LazyPlot, {
|
|
27339
27340
|
...m,
|
|
27340
27341
|
layout: h,
|
|
27341
27342
|
onRelayout: R,
|
|
@@ -27343,13 +27344,13 @@ ${c}
|
|
|
27343
27344
|
onTreemapClick: W,
|
|
27344
27345
|
onSunburstClick: q,
|
|
27345
27346
|
config: L,
|
|
27346
|
-
onClick:
|
|
27347
|
-
onSelected:
|
|
27347
|
+
onClick: QW,
|
|
27348
|
+
onSelected: eG,
|
|
27348
27349
|
className: "w-full",
|
|
27349
27350
|
useResizeHandler: true,
|
|
27350
|
-
frames:
|
|
27351
|
-
onError:
|
|
27352
|
-
}), r[35] = m, r[36] = h, r[37] = L, r[38] = B, r[39] = W, r[40] = q, r[41] =
|
|
27351
|
+
frames: tG,
|
|
27352
|
+
onError: nG
|
|
27353
|
+
}), r[35] = m, r[36] = h, r[37] = L, r[38] = B, r[39] = W, r[40] = q, r[41] = QW, r[42] = eG, r[43] = tG, r[44] = nG, r[45] = R, r[46] = rG) : rG = r[46], rG;
|
|
27353
27354
|
});
|
|
27354
27355
|
PlotlyComponent.displayName = "PlotlyComponent";
|
|
27355
27356
|
function _temp$8(e) {
|
|
@@ -27494,8 +27495,8 @@ ${c}
|
|
|
27494
27495
|
onPointerUp: H
|
|
27495
27496
|
})
|
|
27496
27497
|
}), c[19] = L, c[20] = z, c[21] = H, c[22] = Z) : Z = c[22];
|
|
27497
|
-
let
|
|
27498
|
-
c[23] !== p.setFalse || c[24] !== p.setTrue ? (
|
|
27498
|
+
let QW;
|
|
27499
|
+
c[23] !== p.setFalse || c[24] !== p.setTrue ? (QW = (0, import_jsx_runtime.jsx)(TooltipTrigger, {
|
|
27499
27500
|
asChild: true,
|
|
27500
27501
|
children: (0, import_jsx_runtime.jsx)(Thumb, {
|
|
27501
27502
|
"data-testid": "thumb",
|
|
@@ -27505,30 +27506,30 @@ ${c}
|
|
|
27505
27506
|
onMouseEnter: p.setTrue,
|
|
27506
27507
|
onMouseLeave: p.setFalse
|
|
27507
27508
|
})
|
|
27508
|
-
}), c[23] = p.setFalse, c[24] = p.setTrue, c[25] =
|
|
27509
|
-
let
|
|
27510
|
-
c[26] !== m || c[27] !== u.value || c[28] !== d ? (
|
|
27509
|
+
}), c[23] = p.setFalse, c[24] = p.setTrue, c[25] = QW) : QW = c[25];
|
|
27510
|
+
let $W;
|
|
27511
|
+
c[26] !== m || c[27] !== u.value || c[28] !== d ? ($W = u.value != null && u.value.length === 2 && (0, import_jsx_runtime.jsx)(TooltipContent, {
|
|
27511
27512
|
children: prettyScientificNumber(d(u.value[0]), {
|
|
27512
27513
|
locale: m
|
|
27513
27514
|
})
|
|
27514
|
-
}, u.value[0]), c[26] = m, c[27] = u.value, c[28] = d, c[29] =
|
|
27515
|
-
let $W;
|
|
27516
|
-
c[30] === QW ? $W = c[31] : ($W = (0, import_jsx_runtime.jsx)(TooltipPortal, {
|
|
27517
|
-
children: QW
|
|
27518
|
-
}), c[30] = QW, c[31] = $W);
|
|
27515
|
+
}, u.value[0]), c[26] = m, c[27] = u.value, c[28] = d, c[29] = $W) : $W = c[29];
|
|
27519
27516
|
let eG;
|
|
27520
|
-
c[
|
|
27517
|
+
c[30] === $W ? eG = c[31] : (eG = (0, import_jsx_runtime.jsx)(TooltipPortal, {
|
|
27518
|
+
children: $W
|
|
27519
|
+
}), c[30] = $W, c[31] = eG);
|
|
27520
|
+
let tG;
|
|
27521
|
+
c[32] !== f || c[33] !== QW || c[34] !== eG ? (tG = (0, import_jsx_runtime.jsx)(TooltipProvider, {
|
|
27521
27522
|
children: (0, import_jsx_runtime.jsxs)(TooltipRoot, {
|
|
27522
27523
|
delayDuration: 0,
|
|
27523
27524
|
open: f,
|
|
27524
27525
|
children: [
|
|
27525
|
-
|
|
27526
|
-
|
|
27526
|
+
QW,
|
|
27527
|
+
eG
|
|
27527
27528
|
]
|
|
27528
27529
|
})
|
|
27529
|
-
}), c[32] = f, c[33] =
|
|
27530
|
-
let
|
|
27531
|
-
c[36] !== p.setFalse || c[37] !== p.setTrue ? (
|
|
27530
|
+
}), c[32] = f, c[33] = QW, c[34] = eG, c[35] = tG) : tG = c[35];
|
|
27531
|
+
let nG;
|
|
27532
|
+
c[36] !== p.setFalse || c[37] !== p.setTrue ? (nG = (0, import_jsx_runtime.jsx)(TooltipTrigger, {
|
|
27532
27533
|
asChild: true,
|
|
27533
27534
|
children: (0, import_jsx_runtime.jsx)(Thumb, {
|
|
27534
27535
|
"data-testid": "thumb",
|
|
@@ -27538,39 +27539,39 @@ ${c}
|
|
|
27538
27539
|
onMouseEnter: p.setTrue,
|
|
27539
27540
|
onMouseLeave: p.setFalse
|
|
27540
27541
|
})
|
|
27541
|
-
}), c[36] = p.setFalse, c[37] = p.setTrue, c[38] =
|
|
27542
|
-
let
|
|
27543
|
-
c[39] !== m || c[40] !== u.value || c[41] !== d ? (
|
|
27542
|
+
}), c[36] = p.setFalse, c[37] = p.setTrue, c[38] = nG) : nG = c[38];
|
|
27543
|
+
let rG;
|
|
27544
|
+
c[39] !== m || c[40] !== u.value || c[41] !== d ? (rG = u.value != null && u.value.length === 2 && (0, import_jsx_runtime.jsx)(TooltipContent, {
|
|
27544
27545
|
children: prettyScientificNumber(d(u.value[1]), {
|
|
27545
27546
|
locale: m
|
|
27546
27547
|
})
|
|
27547
|
-
}, u.value[1]), c[39] = m, c[40] = u.value, c[41] = d, c[42] =
|
|
27548
|
-
let rG;
|
|
27549
|
-
c[43] === nG ? rG = c[44] : (rG = (0, import_jsx_runtime.jsx)(TooltipPortal, {
|
|
27550
|
-
children: nG
|
|
27551
|
-
}), c[43] = nG, c[44] = rG);
|
|
27548
|
+
}, u.value[1]), c[39] = m, c[40] = u.value, c[41] = d, c[42] = rG) : rG = c[42];
|
|
27552
27549
|
let iG;
|
|
27553
|
-
c[
|
|
27550
|
+
c[43] === rG ? iG = c[44] : (iG = (0, import_jsx_runtime.jsx)(TooltipPortal, {
|
|
27551
|
+
children: rG
|
|
27552
|
+
}), c[43] = rG, c[44] = iG);
|
|
27553
|
+
let aG;
|
|
27554
|
+
c[45] !== f || c[46] !== nG || c[47] !== iG ? (aG = (0, import_jsx_runtime.jsx)(TooltipProvider, {
|
|
27554
27555
|
children: (0, import_jsx_runtime.jsxs)(TooltipRoot, {
|
|
27555
27556
|
delayDuration: 0,
|
|
27556
27557
|
open: f,
|
|
27557
27558
|
children: [
|
|
27558
|
-
|
|
27559
|
-
|
|
27559
|
+
nG,
|
|
27560
|
+
iG
|
|
27560
27561
|
]
|
|
27561
27562
|
})
|
|
27562
|
-
}), c[45] = f, c[46] =
|
|
27563
|
-
let
|
|
27564
|
-
return c[49] !== M || c[50] !== u || c[51] !== Z || c[52] !==
|
|
27563
|
+
}), c[45] = f, c[46] = nG, c[47] = iG, c[48] = aG) : aG = c[48];
|
|
27564
|
+
let oG;
|
|
27565
|
+
return c[49] !== M || c[50] !== u || c[51] !== Z || c[52] !== tG || c[53] !== aG || c[54] !== W ? (oG = (0, import_jsx_runtime.jsxs)(Root, {
|
|
27565
27566
|
ref: M,
|
|
27566
27567
|
className: W,
|
|
27567
27568
|
...u,
|
|
27568
27569
|
children: [
|
|
27569
27570
|
Z,
|
|
27570
|
-
|
|
27571
|
-
|
|
27571
|
+
tG,
|
|
27572
|
+
aG
|
|
27572
27573
|
]
|
|
27573
|
-
}), c[49] = M, c[50] = u, c[51] = Z, c[52] =
|
|
27574
|
+
}), c[49] = M, c[50] = u, c[51] = Z, c[52] = tG, c[53] = aG, c[54] = W, c[55] = oG) : oG = c[55], oG;
|
|
27574
27575
|
});
|
|
27575
27576
|
RangeSlider.displayName = Root.displayName;
|
|
27576
27577
|
var import_compiler_runtime$30 = require_compiler_runtime(), RangeSliderPlugin = class {
|
|
@@ -27621,14 +27622,14 @@ ${c}
|
|
|
27621
27622
|
}, q = (e2) => {
|
|
27622
27623
|
m && l(e2);
|
|
27623
27624
|
}, r[10] = m, r[11] = l, r[12] = G, r[13] = q) : (G = r[12], q = r[13]);
|
|
27624
|
-
let Z,
|
|
27625
|
+
let Z, QW;
|
|
27625
27626
|
r[14] !== m || r[15] !== T || r[16] !== l || r[17] !== u ? (Z = () => {
|
|
27626
27627
|
m && !dequal(T, u) && l(T);
|
|
27627
|
-
},
|
|
27628
|
+
}, QW = () => {
|
|
27628
27629
|
m && !dequal(T, u) && l(T);
|
|
27629
|
-
}, r[14] = m, r[15] = T, r[16] = l, r[17] = u, r[18] = Z, r[19] =
|
|
27630
|
-
let
|
|
27631
|
-
r[20] !== y || r[21] !== S || r[22] !== T || r[23] !== g || r[24] !== d || r[25] !== p || r[26] !== f || r[27] !== W || r[28] !== G || r[29] !== q || r[30] !== Z || r[31] !==
|
|
27630
|
+
}, r[14] = m, r[15] = T, r[16] = l, r[17] = u, r[18] = Z, r[19] = QW) : (Z = r[18], QW = r[19]);
|
|
27631
|
+
let $W;
|
|
27632
|
+
r[20] !== y || r[21] !== S || r[22] !== T || r[23] !== g || r[24] !== d || r[25] !== p || r[26] !== f || r[27] !== W || r[28] !== G || r[29] !== q || r[30] !== Z || r[31] !== QW || r[32] !== b ? ($W = (0, import_jsx_runtime.jsx)(RangeSlider, {
|
|
27632
27633
|
id: S,
|
|
27633
27634
|
className: W,
|
|
27634
27635
|
value: T,
|
|
@@ -27640,35 +27641,35 @@ ${c}
|
|
|
27640
27641
|
onValueChange: G,
|
|
27641
27642
|
onValueCommit: q,
|
|
27642
27643
|
onPointerUp: Z,
|
|
27643
|
-
onMouseUp:
|
|
27644
|
+
onMouseUp: QW,
|
|
27644
27645
|
valueMap: b
|
|
27645
|
-
}), r[20] = y, r[21] = S, r[22] = T, r[23] = g, r[24] = d, r[25] = p, r[26] = f, r[27] = W, r[28] = G, r[29] = q, r[30] = Z, r[31] =
|
|
27646
|
-
let
|
|
27647
|
-
r[34] !== T || r[35] !== w || r[36] !== _ || r[37] !== b ? (
|
|
27646
|
+
}), r[20] = y, r[21] = S, r[22] = T, r[23] = g, r[24] = d, r[25] = p, r[26] = f, r[27] = W, r[28] = G, r[29] = q, r[30] = Z, r[31] = QW, r[32] = b, r[33] = $W) : $W = r[33];
|
|
27647
|
+
let eG;
|
|
27648
|
+
r[34] !== T || r[35] !== w || r[36] !== _ || r[37] !== b ? (eG = _ && (0, import_jsx_runtime.jsx)("div", {
|
|
27648
27649
|
className: "text-xs text-muted-foreground min-w-[16px]",
|
|
27649
27650
|
children: `${prettyScientificNumber(b(T[0]), {
|
|
27650
27651
|
locale: w
|
|
27651
27652
|
})}, ${prettyScientificNumber(b(T[1]), {
|
|
27652
27653
|
locale: w
|
|
27653
27654
|
})}`
|
|
27654
|
-
}), r[34] = T, r[35] = w, r[36] = _, r[37] = b, r[38] =
|
|
27655
|
-
let
|
|
27656
|
-
r[39] !==
|
|
27655
|
+
}), r[34] = T, r[35] = w, r[36] = _, r[37] = b, r[38] = eG) : eG = r[38];
|
|
27656
|
+
let tG;
|
|
27657
|
+
r[39] !== $W || r[40] !== eG || r[41] !== B ? (tG = (0, import_jsx_runtime.jsxs)("div", {
|
|
27657
27658
|
className: B,
|
|
27658
27659
|
children: [
|
|
27659
|
-
|
|
27660
|
-
|
|
27660
|
+
$W,
|
|
27661
|
+
eG
|
|
27661
27662
|
]
|
|
27662
|
-
}), r[39] =
|
|
27663
|
-
let
|
|
27664
|
-
return r[43] !== v || r[44] !== S || r[45] !== c || r[46] !==
|
|
27663
|
+
}), r[39] = $W, r[40] = eG, r[41] = B, r[42] = tG) : tG = r[42];
|
|
27664
|
+
let nG;
|
|
27665
|
+
return r[43] !== v || r[44] !== S || r[45] !== c || r[46] !== tG || r[47] !== M || r[48] !== L ? (nG = (0, import_jsx_runtime.jsx)(Labeled, {
|
|
27665
27666
|
label: c,
|
|
27666
27667
|
id: S,
|
|
27667
27668
|
align: M,
|
|
27668
27669
|
className: L,
|
|
27669
27670
|
fullWidth: v,
|
|
27670
|
-
children:
|
|
27671
|
-
}), r[43] = v, r[44] = S, r[45] = c, r[46] =
|
|
27671
|
+
children: tG
|
|
27672
|
+
}), r[43] = v, r[44] = S, r[45] = c, r[46] = tG, r[47] = M, r[48] = L, r[49] = nG) : nG = r[49], nG;
|
|
27672
27673
|
}, import_timestring = __toESM(__commonJSMin(((e, r) => {
|
|
27673
27674
|
r.exports = u;
|
|
27674
27675
|
var c = {
|
|
@@ -28374,7 +28375,7 @@ ${c}
|
|
|
28374
28375
|
return true;
|
|
28375
28376
|
}
|
|
28376
28377
|
}
|
|
28377
|
-
var LazyVegaComponent = import_react.lazy(() => import("./vega-component-
|
|
28378
|
+
var LazyVegaComponent = import_react.lazy(() => import("./vega-component-C7nO5zcf.js")), VegaPlugin = class {
|
|
28378
28379
|
constructor() {
|
|
28379
28380
|
__publicField(this, "tagName", "marimo-vega");
|
|
28380
28381
|
__publicField(this, "validator", object({
|
|
@@ -28486,7 +28487,7 @@ ${c}
|
|
|
28486
28487
|
title: e.title
|
|
28487
28488
|
});
|
|
28488
28489
|
}
|
|
28489
|
-
}, navigation_default = ".marimo{--swiper-navigation-size:44px}.marimo .swiper-button-next,.marimo .swiper-button-prev{color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;height:var(--swiper-navigation-size);width:var(--swiper-navigation-size);z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;.marimo &.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.marimo &.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.marimo .swiper-navigation-disabled &{display:none!important}& .marimo svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}}.marimo .swiper-button-lock{display:none}.marimo .swiper-button-next,.marimo .swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.marimo .swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;& .marimo .swiper-navigation-icon{transform:rotate(180deg)}}.marimo .swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.marimo .swiper-horizontal{& .marimo .swiper-button-next,& .marimo .swiper-button-prev,& .marimo~.swiper-button-next,& .marimo~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.marimo &.swiper-rtl .swiper-button-next,.marimo &.swiper-rtl~.swiper-button-next,.marimo &~.swiper-button-prev,& .marimo .swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.marimo &.swiper-rtl .swiper-button-prev,.marimo &.swiper-rtl~.swiper-button-prev,.marimo &~.swiper-button-next,& .marimo .swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.marimo &.swiper-rtl .swiper-button-next,.marimo &.swiper-rtl~.swiper-button-next,.marimo &~.swiper-button-prev,& .marimo .swiper-button-prev{& .marimo .swiper-navigation-icon{transform:rotate(180deg)}}.marimo &.swiper-rtl .swiper-button-prev,.marimo &.swiper-rtl~.swiper-button-prev{& .marimo .swiper-navigation-icon{transform:rotate(0)}}}.marimo .swiper-vertical{& .marimo .swiper-button-next,& .marimo .swiper-button-prev,& .marimo~.swiper-button-next,& .marimo~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}& .marimo .swiper-button-prev,& .marimo~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);& .marimo .swiper-navigation-icon{transform:rotate(-90deg)}}& .marimo .swiper-button-next,& .marimo~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;& .marimo .swiper-navigation-icon{transform:rotate(90deg)}}}", pagination_default = ".marimo .swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translateZ(0);.marimo &.swiper-pagination-hidden{opacity:0}.marimo &.swiper-pagination-disabled,.marimo .swiper-pagination-disabled>&{display:none!important}}.marimo .swiper-horizontal>.swiper-pagination-bullets,.marimo .swiper-pagination-bullets.swiper-pagination-horizontal,.marimo .swiper-pagination-custom,.marimo .swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.marimo .swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;& .marimo .swiper-pagination-bullet{position:relative;transform:scale(.33)}& .marimo .swiper-pagination-bullet-active,& .marimo .swiper-pagination-bullet-active-main{transform:scale(1)}& .marimo .swiper-pagination-bullet-active-prev{transform:scale(.66)}& .marimo .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}& .marimo .swiper-pagination-bullet-active-next{transform:scale(.66)}& .marimo .swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.marimo .swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));display:inline-block;.marimo button&{appearance:none;box-shadow:none;border:none;margin:0;padding:0}.marimo .swiper-pagination-clickable &{cursor:pointer}.marimo &:only-child{display:none!important}}.marimo .swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.marimo .swiper-pagination-vertical.swiper-pagination-bullets,.marimo .swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translateY(-50%);& .marimo .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.marimo &.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%);& .marimo .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}}}.marimo .swiper-horizontal>.swiper-pagination-bullets,.marimo .swiper-pagination-horizontal.swiper-pagination-bullets{& .marimo .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.marimo &.swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%);& .marimo .swiper-pagination-bullet{transition:transform .2s,left .2s}}}.marimo .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.marimo .swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.marimo .swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;& .marimo .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.marimo .swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:100% 0}.marimo &.swiper-pagination-horizontal,.marimo &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.marimo .swiper-horizontal>&,.marimo .swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);width:100%;top:0;left:0}.marimo &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.marimo &.swiper-pagination-vertical,.marimo .swiper-horizontal>&.swiper-pagination-progressbar-opposite,.marimo .swiper-vertical>&{height:100%;width:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}}.marimo .swiper-pagination-lock{display:none}", scrollbar_default = ".marimo .swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);touch-action:none;position:relative;.marimo &.swiper-scrollbar-disabled,.marimo .swiper-scrollbar-disabled>&{display:none!important}.marimo &.swiper-scrollbar-horizontal,.marimo .swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50;position:absolute}.marimo &.swiper-scrollbar-vertical,.marimo .swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50;position:absolute}}.marimo .swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);width:100%;height:100%;position:relative;top:0;left:0}.marimo .swiper-scrollbar-cursor-drag{cursor:move}.marimo .swiper-scrollbar-lock{display:none}", virtual_default = '.marimo .swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.marimo .swiper-virtual.swiper-css-mode{& .marimo .swiper-wrapper:after{content:"";pointer-events:none;position:absolute;top:0;left:0}}.marimo .swiper-virtual.swiper-css-mode.swiper-horizontal{& .marimo .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.marimo .swiper-virtual.swiper-css-mode.swiper-vertical{& .marimo .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}', swiper_default = '.marimo{--swiper-theme-color:#007aff}.marimo,.marimo .swiper{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.marimo .swiper{padding:0;list-style:none;overflow:hidden}.marimo .swiper-vertical>.swiper-wrapper{flex-direction:column}.marimo .swiper-wrapper{box-sizing:content-box;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);z-index:1;width:100%;display:flex;position:relative}.marimo .swiper-android .swiper-slide,.marimo .swiper-ios .swiper-slide,.marimo .swiper-wrapper{transform:translateZ(0)}.marimo .swiper-horizontal{touch-action:pan-y}.marimo .swiper-vertical{touch-action:pan-x}.marimo .swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.marimo .swiper-slide-invisible-blank{visibility:hidden}.marimo .swiper-autoheight,.marimo .swiper-autoheight .swiper-slide{height:auto}.marimo .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.marimo .swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.marimo .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.marimo .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.marimo .swiper-3d{perspective:1200px;& .marimo .swiper-cube-shadow,& .marimo .swiper-slide{transform-style:preserve-3d}}.marimo .swiper-css-mode{& .marimo>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto;.marimo &::-webkit-scrollbar{display:none}}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.marimo &.swiper-horizontal{& .marimo>.swiper-wrapper{scroll-snap-type:x mandatory}& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}& .marimo>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}.marimo &.swiper-vertical{& .marimo>.swiper-wrapper{scroll-snap-type:y mandatory}& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}& .marimo>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}.marimo &.swiper-free-mode{& .marimo>.swiper-wrapper{scroll-snap-type:none}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}.marimo &.swiper-centered{& .marimo>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}.marimo &.swiper-centered.swiper-horizontal{& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}& .marimo>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}.marimo &.swiper-centered.swiper-vertical{& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}& .marimo>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%;min-width:1px}}}.marimo .swiper-3d{& .marimo .swiper-slide-shadow,& .marimo .swiper-slide-shadow-bottom,& .marimo .swiper-slide-shadow-left,& .marimo .swiper-slide-shadow-right,& .marimo .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}& .marimo .swiper-slide-shadow{background:#00000026}& .marimo .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}& .marimo .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}& .marimo .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}& .marimo .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}}.marimo .swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));box-sizing:border-box;transform-origin:50%;z-index:10;border-top:4px solid #0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.marimo .swiper-watch-progress .swiper-slide-visible,.marimo .swiper:not(.swiper-watch-progress){& .marimo .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}}.marimo .swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.marimo .swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}', slides_default = ".marimo .mo-slide-content{justify-content:center;width:100%;min-height:fit-content;display:flex;& .marimo .output{max-width:100%;width:unset;margin:auto 0}& .marimo>:only-child>.output:only-child{flex:1}& .marimo div:has(>marimo-ui-element>marimo-vega){flex:1;display:block!important;@media (width>=500px){min-width:350px}}}.marimo .mo-slides-notes-resize{background-color:#0000;outline:none;height:4px;transition:background-color .2s linear}.marimo .mo-slides-notes-resize:hover,.marimo .mo-slides-notes-resize[data-resize-handle-active]{background-color:var(--slate-11)}", swiper_slides_default = '.marimo{--swiper-theme-color:#007aff}.marimo,.marimo .swiper{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.marimo .swiper{padding:0;list-style:none;overflow:hidden}.marimo .swiper-vertical>.swiper-wrapper{flex-direction:column}.marimo .swiper-wrapper{box-sizing:content-box;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);z-index:1;width:100%;display:flex;position:relative}.marimo .swiper-android .swiper-slide,.marimo .swiper-ios .swiper-slide,.marimo .swiper-wrapper{transform:translateZ(0)}.marimo .swiper-horizontal{touch-action:pan-y}.marimo .swiper-vertical{touch-action:pan-x}.marimo .swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.marimo .swiper-slide-invisible-blank{visibility:hidden}.marimo .swiper-autoheight,.marimo .swiper-autoheight .swiper-slide{height:auto}.marimo .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.marimo .swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.marimo .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.marimo .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.marimo .swiper-3d{perspective:1200px;& .marimo .swiper-cube-shadow,& .marimo .swiper-slide{transform-style:preserve-3d}}.marimo .swiper-css-mode{& .marimo>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto;.marimo &::-webkit-scrollbar{display:none}}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.marimo &.swiper-horizontal{& .marimo>.swiper-wrapper{scroll-snap-type:x mandatory}& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}& .marimo>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}.marimo &.swiper-vertical{& .marimo>.swiper-wrapper{scroll-snap-type:y mandatory}& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}& .marimo>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}.marimo &.swiper-free-mode{& .marimo>.swiper-wrapper{scroll-snap-type:none}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}.marimo &.swiper-centered{& .marimo>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}.marimo &.swiper-centered.swiper-horizontal{& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}& .marimo>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}.marimo &.swiper-centered.swiper-vertical{& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}& .marimo>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%;min-width:1px}}}.marimo .swiper-3d{& .marimo .swiper-slide-shadow,& .marimo .swiper-slide-shadow-bottom,& .marimo .swiper-slide-shadow-left,& .marimo .swiper-slide-shadow-right,& .marimo .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}& .marimo .swiper-slide-shadow{background:#00000026}& .marimo .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}& .marimo .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}& .marimo .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}& .marimo .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}}.marimo .swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));box-sizing:border-box;transform-origin:50%;z-index:10;border-top:4px solid #0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.marimo .swiper-watch-progress .swiper-slide-visible,.marimo .swiper:not(.swiper-watch-progress){& .marimo .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}}.marimo .swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.marimo .swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.marimo .swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.marimo .swiper-virtual.swiper-css-mode{& .marimo .swiper-wrapper:after{content:"";pointer-events:none;position:absolute;top:0;left:0}}.marimo .swiper-virtual.swiper-css-mode.swiper-horizontal{& .marimo .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.marimo .swiper-virtual.swiper-css-mode.swiper-vertical{& .marimo .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}.marimo{--swiper-navigation-size:44px}.marimo .swiper-button-next,.marimo .swiper-button-prev{color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;height:var(--swiper-navigation-size);width:var(--swiper-navigation-size);z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;.marimo &.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.marimo &.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.marimo .swiper-navigation-disabled &{display:none!important}& .marimo svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}}.marimo .swiper-button-lock{display:none}.marimo .swiper-button-next,.marimo .swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.marimo .swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;& .marimo .swiper-navigation-icon{transform:rotate(180deg)}}.marimo .swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.marimo .swiper-horizontal{& .marimo .swiper-button-next,& .marimo .swiper-button-prev,& .marimo~.swiper-button-next,& .marimo~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.marimo &.swiper-rtl .swiper-button-next,.marimo &.swiper-rtl~.swiper-button-next,.marimo &~.swiper-button-prev,& .marimo .swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.marimo &.swiper-rtl .swiper-button-prev,.marimo &.swiper-rtl~.swiper-button-prev,.marimo &~.swiper-button-next,& .marimo .swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.marimo &.swiper-rtl .swiper-button-next,.marimo &.swiper-rtl~.swiper-button-next,.marimo &~.swiper-button-prev,& .marimo .swiper-button-prev{& .marimo .swiper-navigation-icon{transform:rotate(180deg)}}.marimo &.swiper-rtl .swiper-button-prev,.marimo &.swiper-rtl~.swiper-button-prev{& .marimo .swiper-navigation-icon{transform:rotate(0)}}}.marimo .swiper-vertical{& .marimo .swiper-button-next,& .marimo .swiper-button-prev,& .marimo~.swiper-button-next,& .marimo~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}& .marimo .swiper-button-prev,& .marimo~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);& .marimo .swiper-navigation-icon{transform:rotate(-90deg)}}& .marimo .swiper-button-next,& .marimo~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;& .marimo .swiper-navigation-icon{transform:rotate(90deg)}}}.marimo .swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translateZ(0);.marimo &.swiper-pagination-hidden{opacity:0}.marimo &.swiper-pagination-disabled,.marimo .swiper-pagination-disabled>&{display:none!important}}.marimo .swiper-horizontal>.swiper-pagination-bullets,.marimo .swiper-pagination-bullets.swiper-pagination-horizontal,.marimo .swiper-pagination-custom,.marimo .swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.marimo .swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;& .marimo .swiper-pagination-bullet{position:relative;transform:scale(.33)}& .marimo .swiper-pagination-bullet-active,& .marimo .swiper-pagination-bullet-active-main{transform:scale(1)}& .marimo .swiper-pagination-bullet-active-prev{transform:scale(.66)}& .marimo .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}& .marimo .swiper-pagination-bullet-active-next{transform:scale(.66)}& .marimo .swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.marimo .swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));display:inline-block;.marimo button&{appearance:none;box-shadow:none;border:none;margin:0;padding:0}.marimo .swiper-pagination-clickable &{cursor:pointer}.marimo &:only-child{display:none!important}}.marimo .swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.marimo .swiper-pagination-vertical.swiper-pagination-bullets,.marimo .swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translateY(-50%);& .marimo .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.marimo &.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%);& .marimo .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}}}.marimo .swiper-horizontal>.swiper-pagination-bullets,.marimo .swiper-pagination-horizontal.swiper-pagination-bullets{& .marimo .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.marimo &.swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%);& .marimo .swiper-pagination-bullet{transition:transform .2s,left .2s}}}.marimo .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.marimo .swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.marimo .swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;& .marimo .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.marimo .swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:100% 0}.marimo &.swiper-pagination-horizontal,.marimo &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.marimo .swiper-horizontal>&,.marimo .swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);width:100%;top:0;left:0}.marimo &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.marimo &.swiper-pagination-vertical,.marimo .swiper-horizontal>&.swiper-pagination-progressbar-opposite,.marimo .swiper-vertical>&{height:100%;width:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}}.marimo .swiper-pagination-lock{display:none}.marimo .swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);touch-action:none;position:relative;.marimo &.swiper-scrollbar-disabled,.marimo .swiper-scrollbar-disabled>&{display:none!important}.marimo &.swiper-scrollbar-horizontal,.marimo .swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50;position:absolute}.marimo &.swiper-scrollbar-vertical,.marimo .swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50;position:absolute}}.marimo .swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);width:100%;height:100%;position:relative;top:0;left:0}.marimo .swiper-scrollbar-cursor-drag{cursor:move}.marimo .swiper-scrollbar-lock{display:none}.marimo .mo-slides-theme{--swiper-theme-color:var(--primary);--swiper-pagination-color:var(--swiper-theme-color);--swiper-pagination-left:auto;--swiper-pagination-right:8px;--swiper-pagination-bottom:8px;--swiper-pagination-top:auto;--swiper-pagination-fraction-color:inherit;--swiper-pagination-progressbar-bg-color:#00000040;--swiper-pagination-progressbar-size:4px;--swiper-pagination-bullet-size:8px;--swiper-pagination-bullet-width:8px;--swiper-pagination-bullet-height:8px;--swiper-pagination-bullet-border-radius:50%;--swiper-pagination-bullet-inactive-color:#000;--swiper-pagination-bullet-inactive-opacity:.2;--swiper-pagination-bullet-opacity:1;--swiper-pagination-bullet-horizontal-gap:4px;--swiper-pagination-bullet-vertical-gap:6px;& .marimo .swiper-button-next,& .marimo .swiper-button-prev{opacity:0;--swiper-navigation-sides-offset:0;--swiper-navigation-size:20px;background-color:#0000001a;height:100%;margin-top:0;padding:0 15px;font-weight:900;transition:opacity .3s;top:0;bottom:0;.marimo &.swiper-button-disabled{opacity:0}.marimo &:hover:not(.swiper-button-disabled){opacity:1}}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}.marimo :host:host{display:initial}', CarouselPlugin = class {
|
|
28490
|
+
}, navigation_default = ".marimo{--swiper-navigation-size:44px}.marimo .swiper-button-next,.marimo .swiper-button-prev{color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;height:var(--swiper-navigation-size);width:var(--swiper-navigation-size);z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;.marimo &.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.marimo &.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.marimo .swiper-navigation-disabled &{display:none!important}& .marimo svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}}.marimo .swiper-button-lock{display:none}.marimo .swiper-button-next,.marimo .swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.marimo .swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;& .marimo .swiper-navigation-icon{transform:rotate(180deg)}}.marimo .swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.marimo .swiper-horizontal{& .marimo .swiper-button-next,& .marimo .swiper-button-prev,& .marimo~.swiper-button-next,& .marimo~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.marimo &.swiper-rtl .swiper-button-next,.marimo &.swiper-rtl~.swiper-button-next,.marimo &~.swiper-button-prev,& .marimo .swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.marimo &.swiper-rtl .swiper-button-prev,.marimo &.swiper-rtl~.swiper-button-prev,.marimo &~.swiper-button-next,& .marimo .swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.marimo &.swiper-rtl .swiper-button-next,.marimo &.swiper-rtl~.swiper-button-next,.marimo &~.swiper-button-prev,& .marimo .swiper-button-prev{& .marimo .swiper-navigation-icon{transform:rotate(180deg)}}.marimo &.swiper-rtl .swiper-button-prev,.marimo &.swiper-rtl~.swiper-button-prev{& .marimo .swiper-navigation-icon{transform:rotate(0)}}}.marimo .swiper-vertical{& .marimo .swiper-button-next,& .marimo .swiper-button-prev,& .marimo~.swiper-button-next,& .marimo~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}& .marimo .swiper-button-prev,& .marimo~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);& .marimo .swiper-navigation-icon{transform:rotate(-90deg)}}& .marimo .swiper-button-next,& .marimo~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;& .marimo .swiper-navigation-icon{transform:rotate(90deg)}}}", pagination_default = ".marimo .swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translateZ(0);.marimo &.swiper-pagination-hidden{opacity:0}.marimo &.swiper-pagination-disabled,.marimo .swiper-pagination-disabled>&{display:none!important}}.marimo .swiper-horizontal>.swiper-pagination-bullets,.marimo .swiper-pagination-bullets.swiper-pagination-horizontal,.marimo .swiper-pagination-custom,.marimo .swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.marimo .swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;& .marimo .swiper-pagination-bullet{position:relative;transform:scale(.33)}& .marimo .swiper-pagination-bullet-active,& .marimo .swiper-pagination-bullet-active-main{transform:scale(1)}& .marimo .swiper-pagination-bullet-active-prev{transform:scale(.66)}& .marimo .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}& .marimo .swiper-pagination-bullet-active-next{transform:scale(.66)}& .marimo .swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.marimo .swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));display:inline-block;.marimo button&{appearance:none;box-shadow:none;border:none;margin:0;padding:0}.marimo .swiper-pagination-clickable &{cursor:pointer}.marimo &:only-child{display:none!important}}.marimo .swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.marimo .swiper-pagination-vertical.swiper-pagination-bullets,.marimo .swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translateY(-50%);& .marimo .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.marimo &.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%);& .marimo .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}}}.marimo .swiper-horizontal>.swiper-pagination-bullets,.marimo .swiper-pagination-horizontal.swiper-pagination-bullets{& .marimo .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.marimo &.swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%);& .marimo .swiper-pagination-bullet{transition:transform .2s,left .2s}}}.marimo .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.marimo .swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.marimo .swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;& .marimo .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.marimo .swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:100% 0}.marimo &.swiper-pagination-horizontal,.marimo &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.marimo .swiper-horizontal>&,.marimo .swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);width:100%;top:0;left:0}.marimo &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.marimo &.swiper-pagination-vertical,.marimo .swiper-horizontal>&.swiper-pagination-progressbar-opposite,.marimo .swiper-vertical>&{height:100%;width:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}}.marimo .swiper-pagination-lock{display:none}", scrollbar_default = ".marimo .swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);touch-action:none;position:relative;.marimo &.swiper-scrollbar-disabled,.marimo .swiper-scrollbar-disabled>&{display:none!important}.marimo &.swiper-scrollbar-horizontal,.marimo .swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50;position:absolute}.marimo &.swiper-scrollbar-vertical,.marimo .swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50;position:absolute}}.marimo .swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);width:100%;height:100%;position:relative;top:0;left:0}.marimo .swiper-scrollbar-cursor-drag{cursor:move}.marimo .swiper-scrollbar-lock{display:none}", virtual_default = '.marimo .swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.marimo .swiper-virtual.swiper-css-mode{& .marimo .swiper-wrapper:after{content:"";pointer-events:none;position:absolute;top:0;left:0}}.marimo .swiper-virtual.swiper-css-mode.swiper-horizontal{& .marimo .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.marimo .swiper-virtual.swiper-css-mode.swiper-vertical{& .marimo .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}', swiper_default = '.marimo{--swiper-theme-color:#007aff}.marimo,.marimo .swiper{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.marimo .swiper{padding:0;list-style:none;overflow:hidden}.marimo .swiper-vertical>.swiper-wrapper{flex-direction:column}.marimo .swiper-wrapper{box-sizing:content-box;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);z-index:1;width:100%;display:flex;position:relative}.marimo .swiper-android .swiper-slide,.marimo .swiper-ios .swiper-slide,.marimo .swiper-wrapper{transform:translateZ(0)}.marimo .swiper-horizontal{touch-action:pan-y}.marimo .swiper-vertical{touch-action:pan-x}.marimo .swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.marimo .swiper-slide-invisible-blank{visibility:hidden}.marimo .swiper-autoheight,.marimo .swiper-autoheight .swiper-slide{height:auto}.marimo .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.marimo .swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.marimo .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.marimo .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.marimo .swiper-3d{perspective:1200px;& .marimo .swiper-cube-shadow,& .marimo .swiper-slide{transform-style:preserve-3d}}.marimo .swiper-css-mode{& .marimo>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto;.marimo &::-webkit-scrollbar{display:none}}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.marimo &.swiper-horizontal{& .marimo>.swiper-wrapper{scroll-snap-type:x mandatory}& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}& .marimo>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}.marimo &.swiper-vertical{& .marimo>.swiper-wrapper{scroll-snap-type:y mandatory}& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}& .marimo>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}.marimo &.swiper-free-mode{& .marimo>.swiper-wrapper{scroll-snap-type:none}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}.marimo &.swiper-centered{& .marimo>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}.marimo &.swiper-centered.swiper-horizontal{& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}& .marimo>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}.marimo &.swiper-centered.swiper-vertical{& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}& .marimo>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%;min-width:1px}}}.marimo .swiper-3d{& .marimo .swiper-slide-shadow,& .marimo .swiper-slide-shadow-bottom,& .marimo .swiper-slide-shadow-left,& .marimo .swiper-slide-shadow-right,& .marimo .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}& .marimo .swiper-slide-shadow{background:#00000026}& .marimo .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}& .marimo .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}& .marimo .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}& .marimo .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}}.marimo .swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));box-sizing:border-box;transform-origin:50%;z-index:10;border-top:4px solid #0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.marimo .swiper-watch-progress .swiper-slide-visible,.marimo .swiper:not(.swiper-watch-progress){& .marimo .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}}.marimo .swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.marimo .swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}', slides_default = ".marimo .mo-slide-content{justify-content:center;width:100%;min-height:fit-content;display:flex;& .marimo .output{max-width:100%;width:unset;margin:auto 0}& .marimo>:only-child:has(>.output:only-child,>*>.output:only-child){flex:1}& .marimo div:has(>marimo-ui-element>marimo-vega){flex:1;display:block!important;@media (width>=500px){min-width:350px}}}.marimo .mo-slides-notes-resize{background-color:#0000;outline:none;height:4px;transition:background-color .2s linear}.marimo .mo-slides-notes-resize:hover,.marimo .mo-slides-notes-resize[data-resize-handle-active]{background-color:var(--slate-11)}", swiper_slides_default = '.marimo{--swiper-theme-color:#007aff}.marimo,.marimo .swiper{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.marimo .swiper{padding:0;list-style:none;overflow:hidden}.marimo .swiper-vertical>.swiper-wrapper{flex-direction:column}.marimo .swiper-wrapper{box-sizing:content-box;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);z-index:1;width:100%;display:flex;position:relative}.marimo .swiper-android .swiper-slide,.marimo .swiper-ios .swiper-slide,.marimo .swiper-wrapper{transform:translateZ(0)}.marimo .swiper-horizontal{touch-action:pan-y}.marimo .swiper-vertical{touch-action:pan-x}.marimo .swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.marimo .swiper-slide-invisible-blank{visibility:hidden}.marimo .swiper-autoheight,.marimo .swiper-autoheight .swiper-slide{height:auto}.marimo .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.marimo .swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.marimo .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.marimo .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.marimo .swiper-3d{perspective:1200px;& .marimo .swiper-cube-shadow,& .marimo .swiper-slide{transform-style:preserve-3d}}.marimo .swiper-css-mode{& .marimo>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto;.marimo &::-webkit-scrollbar{display:none}}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.marimo &.swiper-horizontal{& .marimo>.swiper-wrapper{scroll-snap-type:x mandatory}& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}& .marimo>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}.marimo &.swiper-vertical{& .marimo>.swiper-wrapper{scroll-snap-type:y mandatory}& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}& .marimo>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}.marimo &.swiper-free-mode{& .marimo>.swiper-wrapper{scroll-snap-type:none}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}.marimo &.swiper-centered{& .marimo>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}& .marimo>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}.marimo &.swiper-centered.swiper-horizontal{& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}& .marimo>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}.marimo &.swiper-centered.swiper-vertical{& .marimo>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}& .marimo>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%;min-width:1px}}}.marimo .swiper-3d{& .marimo .swiper-slide-shadow,& .marimo .swiper-slide-shadow-bottom,& .marimo .swiper-slide-shadow-left,& .marimo .swiper-slide-shadow-right,& .marimo .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}& .marimo .swiper-slide-shadow{background:#00000026}& .marimo .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}& .marimo .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}& .marimo .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}& .marimo .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}}.marimo .swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));box-sizing:border-box;transform-origin:50%;z-index:10;border-top:4px solid #0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.marimo .swiper-watch-progress .swiper-slide-visible,.marimo .swiper:not(.swiper-watch-progress){& .marimo .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}}.marimo .swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.marimo .swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.marimo .swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.marimo .swiper-virtual.swiper-css-mode{& .marimo .swiper-wrapper:after{content:"";pointer-events:none;position:absolute;top:0;left:0}}.marimo .swiper-virtual.swiper-css-mode.swiper-horizontal{& .marimo .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.marimo .swiper-virtual.swiper-css-mode.swiper-vertical{& .marimo .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}.marimo{--swiper-navigation-size:44px}.marimo .swiper-button-next,.marimo .swiper-button-prev{color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;height:var(--swiper-navigation-size);width:var(--swiper-navigation-size);z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;.marimo &.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.marimo &.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.marimo .swiper-navigation-disabled &{display:none!important}& .marimo svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}}.marimo .swiper-button-lock{display:none}.marimo .swiper-button-next,.marimo .swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.marimo .swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;& .marimo .swiper-navigation-icon{transform:rotate(180deg)}}.marimo .swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.marimo .swiper-horizontal{& .marimo .swiper-button-next,& .marimo .swiper-button-prev,& .marimo~.swiper-button-next,& .marimo~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.marimo &.swiper-rtl .swiper-button-next,.marimo &.swiper-rtl~.swiper-button-next,.marimo &~.swiper-button-prev,& .marimo .swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.marimo &.swiper-rtl .swiper-button-prev,.marimo &.swiper-rtl~.swiper-button-prev,.marimo &~.swiper-button-next,& .marimo .swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.marimo &.swiper-rtl .swiper-button-next,.marimo &.swiper-rtl~.swiper-button-next,.marimo &~.swiper-button-prev,& .marimo .swiper-button-prev{& .marimo .swiper-navigation-icon{transform:rotate(180deg)}}.marimo &.swiper-rtl .swiper-button-prev,.marimo &.swiper-rtl~.swiper-button-prev{& .marimo .swiper-navigation-icon{transform:rotate(0)}}}.marimo .swiper-vertical{& .marimo .swiper-button-next,& .marimo .swiper-button-prev,& .marimo~.swiper-button-next,& .marimo~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}& .marimo .swiper-button-prev,& .marimo~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);& .marimo .swiper-navigation-icon{transform:rotate(-90deg)}}& .marimo .swiper-button-next,& .marimo~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;& .marimo .swiper-navigation-icon{transform:rotate(90deg)}}}.marimo .swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translateZ(0);.marimo &.swiper-pagination-hidden{opacity:0}.marimo &.swiper-pagination-disabled,.marimo .swiper-pagination-disabled>&{display:none!important}}.marimo .swiper-horizontal>.swiper-pagination-bullets,.marimo .swiper-pagination-bullets.swiper-pagination-horizontal,.marimo .swiper-pagination-custom,.marimo .swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.marimo .swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;& .marimo .swiper-pagination-bullet{position:relative;transform:scale(.33)}& .marimo .swiper-pagination-bullet-active,& .marimo .swiper-pagination-bullet-active-main{transform:scale(1)}& .marimo .swiper-pagination-bullet-active-prev{transform:scale(.66)}& .marimo .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}& .marimo .swiper-pagination-bullet-active-next{transform:scale(.66)}& .marimo .swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.marimo .swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));display:inline-block;.marimo button&{appearance:none;box-shadow:none;border:none;margin:0;padding:0}.marimo .swiper-pagination-clickable &{cursor:pointer}.marimo &:only-child{display:none!important}}.marimo .swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.marimo .swiper-pagination-vertical.swiper-pagination-bullets,.marimo .swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translateY(-50%);& .marimo .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.marimo &.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%);& .marimo .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}}}.marimo .swiper-horizontal>.swiper-pagination-bullets,.marimo .swiper-pagination-horizontal.swiper-pagination-bullets{& .marimo .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.marimo &.swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%);& .marimo .swiper-pagination-bullet{transition:transform .2s,left .2s}}}.marimo .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.marimo .swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.marimo .swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;& .marimo .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.marimo .swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:100% 0}.marimo &.swiper-pagination-horizontal,.marimo &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.marimo .swiper-horizontal>&,.marimo .swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);width:100%;top:0;left:0}.marimo &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.marimo &.swiper-pagination-vertical,.marimo .swiper-horizontal>&.swiper-pagination-progressbar-opposite,.marimo .swiper-vertical>&{height:100%;width:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}}.marimo .swiper-pagination-lock{display:none}.marimo .swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);touch-action:none;position:relative;.marimo &.swiper-scrollbar-disabled,.marimo .swiper-scrollbar-disabled>&{display:none!important}.marimo &.swiper-scrollbar-horizontal,.marimo .swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50;position:absolute}.marimo &.swiper-scrollbar-vertical,.marimo .swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50;position:absolute}}.marimo .swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);width:100%;height:100%;position:relative;top:0;left:0}.marimo .swiper-scrollbar-cursor-drag{cursor:move}.marimo .swiper-scrollbar-lock{display:none}.marimo .mo-slides-theme{--swiper-theme-color:var(--primary);--swiper-pagination-color:var(--swiper-theme-color);--swiper-pagination-left:auto;--swiper-pagination-right:8px;--swiper-pagination-bottom:8px;--swiper-pagination-top:auto;--swiper-pagination-fraction-color:inherit;--swiper-pagination-progressbar-bg-color:#00000040;--swiper-pagination-progressbar-size:4px;--swiper-pagination-bullet-size:8px;--swiper-pagination-bullet-width:8px;--swiper-pagination-bullet-height:8px;--swiper-pagination-bullet-border-radius:50%;--swiper-pagination-bullet-inactive-color:#000;--swiper-pagination-bullet-inactive-opacity:.2;--swiper-pagination-bullet-opacity:1;--swiper-pagination-bullet-horizontal-gap:4px;--swiper-pagination-bullet-vertical-gap:6px;& .marimo .swiper-button-next,& .marimo .swiper-button-prev{opacity:0;--swiper-navigation-sides-offset:0;--swiper-navigation-size:20px;background-color:#0000001a;height:100%;margin-top:0;padding:0 15px;font-weight:900;transition:opacity .3s;top:0;bottom:0;.marimo &.swiper-button-disabled{opacity:0}.marimo &:hover:not(.swiper-button-disabled){opacity:1}}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}.marimo :host:host{display:initial}', CarouselPlugin = class {
|
|
28490
28491
|
constructor() {
|
|
28491
28492
|
__publicField(this, "tagName", "marimo-carousel");
|
|
28492
28493
|
__publicField(this, "validator", object({
|
|
@@ -28513,7 +28514,7 @@ ${c}
|
|
|
28513
28514
|
children: e.children
|
|
28514
28515
|
});
|
|
28515
28516
|
}
|
|
28516
|
-
}, LazySlidesComponent$1 = import_react.lazy(() => import("./swiper-component-
|
|
28517
|
+
}, LazySlidesComponent$1 = import_react.lazy(() => import("./swiper-component-CEdAYjb7.js"));
|
|
28517
28518
|
const DownloadPlugin = createPlugin("marimo-download").withData(object({
|
|
28518
28519
|
data: string(),
|
|
28519
28520
|
disabled: boolean().default(false),
|
|
@@ -28703,7 +28704,7 @@ ${c}
|
|
|
28703
28704
|
themeVariables: e.data.theme_variables
|
|
28704
28705
|
});
|
|
28705
28706
|
}
|
|
28706
|
-
}, LazyMermaid = (0, import_react.lazy)(() => import("./mermaid-
|
|
28707
|
+
}, LazyMermaid = (0, import_react.lazy)(() => import("./mermaid-hv6IckVw.js").then(async (m) => {
|
|
28707
28708
|
await m.__tla;
|
|
28708
28709
|
return m;
|
|
28709
28710
|
})), import_compiler_runtime$22 = require_compiler_runtime();
|
|
@@ -30966,40 +30967,40 @@ ${c}
|
|
|
30966
30967
|
areRegExpsEqual: H,
|
|
30967
30968
|
areSetsEqual: G,
|
|
30968
30969
|
createIsNestedEqual: r2
|
|
30969
|
-
}),
|
|
30970
|
-
function
|
|
30971
|
-
return
|
|
30970
|
+
}), QW = T(q);
|
|
30971
|
+
function $W(e3, r3) {
|
|
30972
|
+
return QW(e3, r3, void 0);
|
|
30972
30973
|
}
|
|
30973
|
-
var
|
|
30974
|
+
var eG = T(l(q, {
|
|
30974
30975
|
createIsNestedEqual: function() {
|
|
30975
30976
|
return f;
|
|
30976
30977
|
}
|
|
30977
30978
|
}));
|
|
30978
|
-
function
|
|
30979
|
-
return
|
|
30979
|
+
function tG(e3, r3) {
|
|
30980
|
+
return eG(e3, r3, void 0);
|
|
30980
30981
|
}
|
|
30981
|
-
var
|
|
30982
|
-
function
|
|
30983
|
-
return
|
|
30982
|
+
var nG = T(Z);
|
|
30983
|
+
function rG(e3, r3) {
|
|
30984
|
+
return nG(e3, r3, /* @__PURE__ */ new WeakMap());
|
|
30984
30985
|
}
|
|
30985
|
-
var
|
|
30986
|
+
var iG = T(l(Z, {
|
|
30986
30987
|
createIsNestedEqual: function() {
|
|
30987
30988
|
return f;
|
|
30988
30989
|
}
|
|
30989
30990
|
}));
|
|
30990
|
-
function
|
|
30991
|
-
return
|
|
30991
|
+
function aG(e3, r3) {
|
|
30992
|
+
return iG(e3, r3, /* @__PURE__ */ new WeakMap());
|
|
30992
30993
|
}
|
|
30993
|
-
function
|
|
30994
|
+
function oG(e3) {
|
|
30994
30995
|
return T(l(q, e3(q)));
|
|
30995
30996
|
}
|
|
30996
|
-
function
|
|
30997
|
+
function sG(e3) {
|
|
30997
30998
|
var r3 = T(l(Z, e3(Z)));
|
|
30998
30999
|
return (function(e4, c2, l2) {
|
|
30999
31000
|
return l2 === void 0 && (l2 = /* @__PURE__ */ new WeakMap()), r3(e4, c2, l2);
|
|
31000
31001
|
});
|
|
31001
31002
|
}
|
|
31002
|
-
e2.circularDeepEqual =
|
|
31003
|
+
e2.circularDeepEqual = rG, e2.circularShallowEqual = aG, e2.createCustomCircularEqual = sG, e2.createCustomEqual = oG, e2.deepEqual = $W, e2.sameValueZeroEqual = f, e2.shallowEqual = tG, Object.defineProperty(e2, "__esModule", {
|
|
31003
31004
|
value: true
|
|
31004
31005
|
});
|
|
31005
31006
|
}));
|
|
@@ -31025,7 +31026,7 @@ ${c}
|
|
|
31025
31026
|
})), require_utils$1 = __commonJSMin(((e) => {
|
|
31026
31027
|
Object.defineProperty(e, "__esModule", {
|
|
31027
31028
|
value: true
|
|
31028
|
-
}), e.bottom = h, e.childrenEqual = b, e.cloneLayout = g, e.cloneLayoutItem = y, e.collides = w, e.compact = T, e.compactItem = M, e.compactType =
|
|
31029
|
+
}), e.bottom = h, e.childrenEqual = b, e.cloneLayout = g, e.cloneLayoutItem = y, e.collides = w, e.compact = T, e.compactItem = M, e.compactType = pG, e.correctBounds = I, e.fastPositionEqual = S, e.fastRGLPropsEqual = void 0, e.getAllCollisions = z, e.getFirstCollision = R, e.getLayoutItem = L, e.getStatics = B, e.modifyLayout = _, e.moveElement = H, e.moveElementAwayFromCollision = W, e.noop = void 0, e.perc = G, e.resizeItemInDirection = aG, e.setTopLeft = sG, e.setTransform = oG, e.sortLayoutItems = cG, e.sortLayoutItemsByColRow = uG, e.sortLayoutItemsByRowCol = lG, e.synchronizeLayoutWithChildren = dG, e.validateLayout = fG, e.withLayoutItem = v;
|
|
31029
31030
|
var r = require_fast_equals(), c = l(require_react());
|
|
31030
31031
|
function l(e2) {
|
|
31031
31032
|
return e2 && e2.__esModule ? e2 : {
|
|
@@ -31130,7 +31131,7 @@ ${c}
|
|
|
31130
31131
|
return !(e2.i === r2.i || e2.x + e2.w <= r2.x || e2.x >= r2.x + r2.w || e2.y + e2.h <= r2.y || e2.y >= r2.y + r2.h);
|
|
31131
31132
|
}
|
|
31132
31133
|
function T(e2, r2, c2, l2) {
|
|
31133
|
-
let u2 = B(e2), d2 = h(u2), f2 =
|
|
31134
|
+
let u2 = B(e2), d2 = h(u2), f2 = cG(e2, r2), p2 = Array(e2.length);
|
|
31134
31135
|
for (let m2 = 0, h2 = f2.length; m2 < h2; m2++) {
|
|
31135
31136
|
let h3 = y(f2[m2]);
|
|
31136
31137
|
h3.static || (h3 = M(u2, h3, r2, c2, f2, l2, d2), d2 = Math.max(d2, h3.y + h3.h), u2.push(h3)), p2[e2.indexOf(f2[m2])] = h3, h3.moved = false;
|
|
@@ -31188,7 +31189,7 @@ ${c}
|
|
|
31188
31189
|
`${r2.i}${String(c2)}${String(l2)}${r2.x}${r2.y}`;
|
|
31189
31190
|
let h2 = r2.x, _2 = r2.y;
|
|
31190
31191
|
typeof c2 == "number" && (r2.x = c2), typeof l2 == "number" && (r2.y = l2), r2.moved = true;
|
|
31191
|
-
let v2 =
|
|
31192
|
+
let v2 = cG(e2, f2);
|
|
31192
31193
|
(f2 === "vertical" && typeof l2 == "number" ? _2 >= l2 : f2 === "horizontal" && typeof c2 == "number" && h2 >= c2) && (v2 = v2.reverse());
|
|
31193
31194
|
let y2 = z(v2, r2), b2 = y2.length > 0;
|
|
31194
31195
|
if (b2 && m2) return g(e2);
|
|
@@ -31222,61 +31223,61 @@ ${c}
|
|
|
31222
31223
|
function G(e2) {
|
|
31223
31224
|
return e2 * 100 + "%";
|
|
31224
31225
|
}
|
|
31225
|
-
var q = (e2, r2, c2, l2) => e2 + c2 > l2 ? r2 : c2, Z = (e2, r2, c2) => e2 < 0 ? r2 : c2,
|
|
31226
|
+
var q = (e2, r2, c2, l2) => e2 + c2 > l2 ? r2 : c2, Z = (e2, r2, c2) => e2 < 0 ? r2 : c2, QW = (e2) => Math.max(0, e2), $W = (e2) => Math.max(0, e2), eG = (e2, r2, c2) => {
|
|
31226
31227
|
let { left: l2, height: u2, width: d2 } = r2, f2 = e2.top - (u2 - e2.height);
|
|
31227
31228
|
return {
|
|
31228
31229
|
left: l2,
|
|
31229
31230
|
width: d2,
|
|
31230
31231
|
height: Z(f2, e2.height, u2),
|
|
31231
|
-
top:
|
|
31232
|
+
top: $W(f2)
|
|
31232
31233
|
};
|
|
31233
|
-
},
|
|
31234
|
+
}, tG = (e2, r2, c2) => {
|
|
31234
31235
|
let { top: l2, left: u2, height: d2, width: f2 } = r2;
|
|
31235
31236
|
return {
|
|
31236
31237
|
top: l2,
|
|
31237
31238
|
height: d2,
|
|
31238
31239
|
width: q(e2.left, e2.width, f2, c2),
|
|
31239
|
-
left:
|
|
31240
|
+
left: QW(u2)
|
|
31240
31241
|
};
|
|
31241
|
-
},
|
|
31242
|
+
}, nG = (e2, r2, c2) => {
|
|
31242
31243
|
let { top: l2, height: u2, width: d2 } = r2, f2 = e2.left - (d2 - e2.width);
|
|
31243
31244
|
return {
|
|
31244
31245
|
height: u2,
|
|
31245
31246
|
width: f2 < 0 ? e2.width : q(e2.left, e2.width, d2, c2),
|
|
31246
|
-
top:
|
|
31247
|
-
left:
|
|
31247
|
+
top: $W(l2),
|
|
31248
|
+
left: QW(f2)
|
|
31248
31249
|
};
|
|
31249
|
-
},
|
|
31250
|
+
}, rG = (e2, r2, c2) => {
|
|
31250
31251
|
let { top: l2, left: u2, height: d2, width: f2 } = r2;
|
|
31251
31252
|
return {
|
|
31252
31253
|
width: f2,
|
|
31253
31254
|
left: u2,
|
|
31254
31255
|
height: Z(l2, e2.height, d2),
|
|
31255
|
-
top:
|
|
31256
|
+
top: $W(l2)
|
|
31256
31257
|
};
|
|
31257
|
-
},
|
|
31258
|
-
n:
|
|
31258
|
+
}, iG = {
|
|
31259
|
+
n: eG,
|
|
31259
31260
|
ne: function() {
|
|
31260
|
-
return
|
|
31261
|
+
return eG(arguments.length <= 0 ? void 0 : arguments[0], tG(...arguments), arguments.length <= 2 ? void 0 : arguments[2]);
|
|
31261
31262
|
},
|
|
31262
|
-
e:
|
|
31263
|
+
e: tG,
|
|
31263
31264
|
se: function() {
|
|
31264
|
-
return
|
|
31265
|
+
return rG(arguments.length <= 0 ? void 0 : arguments[0], tG(...arguments), arguments.length <= 2 ? void 0 : arguments[2]);
|
|
31265
31266
|
},
|
|
31266
|
-
s:
|
|
31267
|
+
s: rG,
|
|
31267
31268
|
sw: function() {
|
|
31268
|
-
return
|
|
31269
|
+
return rG(arguments.length <= 0 ? void 0 : arguments[0], nG(...arguments), arguments.length <= 2 ? void 0 : arguments[2]);
|
|
31269
31270
|
},
|
|
31270
|
-
w:
|
|
31271
|
+
w: nG,
|
|
31271
31272
|
nw: function() {
|
|
31272
|
-
return
|
|
31273
|
+
return eG(arguments.length <= 0 ? void 0 : arguments[0], nG(...arguments), arguments.length <= 2 ? void 0 : arguments[2]);
|
|
31273
31274
|
}
|
|
31274
31275
|
};
|
|
31275
|
-
function
|
|
31276
|
-
let u2 =
|
|
31276
|
+
function aG(e2, r2, c2, l2) {
|
|
31277
|
+
let u2 = iG[e2];
|
|
31277
31278
|
return u2 ? u2(r2, d(d({}, r2), c2), l2) : c2;
|
|
31278
31279
|
}
|
|
31279
|
-
function
|
|
31280
|
+
function oG(e2) {
|
|
31280
31281
|
let { top: r2, left: c2, width: l2, height: u2 } = e2, d2 = `translate(${c2}px,${r2}px)`;
|
|
31281
31282
|
return {
|
|
31282
31283
|
transform: d2,
|
|
@@ -31289,7 +31290,7 @@ ${c}
|
|
|
31289
31290
|
position: "absolute"
|
|
31290
31291
|
};
|
|
31291
31292
|
}
|
|
31292
|
-
function
|
|
31293
|
+
function sG(e2) {
|
|
31293
31294
|
let { top: r2, left: c2, width: l2, height: u2 } = e2;
|
|
31294
31295
|
return {
|
|
31295
31296
|
top: `${r2}px`,
|
|
@@ -31299,20 +31300,20 @@ ${c}
|
|
|
31299
31300
|
position: "absolute"
|
|
31300
31301
|
};
|
|
31301
31302
|
}
|
|
31302
|
-
function
|
|
31303
|
-
return r2 === "horizontal" ?
|
|
31303
|
+
function cG(e2, r2) {
|
|
31304
|
+
return r2 === "horizontal" ? uG(e2) : r2 === "vertical" ? lG(e2) : e2;
|
|
31304
31305
|
}
|
|
31305
|
-
function
|
|
31306
|
+
function lG(e2) {
|
|
31306
31307
|
return e2.slice(0).sort(function(e3, r2) {
|
|
31307
31308
|
return e3.y > r2.y || e3.y === r2.y && e3.x > r2.x ? 1 : e3.y === r2.y && e3.x === r2.x ? 0 : -1;
|
|
31308
31309
|
});
|
|
31309
31310
|
}
|
|
31310
|
-
function
|
|
31311
|
+
function uG(e2) {
|
|
31311
31312
|
return e2.slice(0).sort(function(e3, r2) {
|
|
31312
31313
|
return e3.x > r2.x || e3.x === r2.x && e3.y > r2.y ? 1 : -1;
|
|
31313
31314
|
});
|
|
31314
31315
|
}
|
|
31315
|
-
function
|
|
31316
|
+
function dG(e2, r2, l2, u2, f2) {
|
|
31316
31317
|
e2 || (e2 = []);
|
|
31317
31318
|
let p2 = [];
|
|
31318
31319
|
c.default.Children.forEach(r2, (r3) => {
|
|
@@ -31333,7 +31334,7 @@ ${c}
|
|
|
31333
31334
|
});
|
|
31334
31335
|
return f2 ? m2 : T(m2, u2, l2);
|
|
31335
31336
|
}
|
|
31336
|
-
function
|
|
31337
|
+
function fG(e2) {
|
|
31337
31338
|
let r2 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "Layout", c2 = [
|
|
31338
31339
|
"x",
|
|
31339
31340
|
"y",
|
|
@@ -31350,7 +31351,7 @@ ${c}
|
|
|
31350
31351
|
if (u3.i !== void 0 && typeof u3.i != "string") throw Error(`ReactGridLayout: ${r2}[${l2}].i must be a string! Received: ${u3.i} (${typeof u3.i})`);
|
|
31351
31352
|
}
|
|
31352
31353
|
}
|
|
31353
|
-
function
|
|
31354
|
+
function pG(e2) {
|
|
31354
31355
|
let { verticalCompact: r2, compactType: c2 } = e2 || {};
|
|
31355
31356
|
return r2 === false ? null : c2;
|
|
31356
31357
|
}
|
|
@@ -34155,7 +34156,7 @@ ${c}
|
|
|
34155
34156
|
], r[4] = c.bordered, r[5] = w, r[6] = T), (0, import_react.useEffect)(w, T);
|
|
34156
34157
|
let E = useIsDragging(), O, j;
|
|
34157
34158
|
r[7] === E ? (O = r[8], j = r[9]) : ({ isDragging: j, ...O } = E, r[7] = E, r[8] = O, r[9] = j);
|
|
34158
|
-
let M = !f && !v, I, L, R, z, B, H, W, G, q, Z,
|
|
34159
|
+
let M = !f && !v, I, L, R, z, B, H, W, G, q, Z, QW, $W, eG, tG, nG, rG, iG, aG, oG, sG, cG, lG, uG, dG, fG, pG;
|
|
34159
34160
|
if (r[10] !== u || r[11] !== S || r[12] !== O || r[13] !== g || r[14] !== M || r[15] !== m || r[16] !== j || r[17] !== f || r[18] !== c || r[19] !== d || r[20] !== l) {
|
|
34160
34161
|
let e2 = Maps.keyBy(c.cells, _temp2$3), p2;
|
|
34161
34162
|
r[47] !== c || r[48] !== l ? (p2 = (e3) => (r2) => {
|
|
@@ -34174,23 +34175,23 @@ ${c}
|
|
|
34174
34175
|
});
|
|
34175
34176
|
}, r[50] = c, r[51] = l, r[52] = v2) : v2 = r[52];
|
|
34176
34177
|
let y2 = v2;
|
|
34177
|
-
r[53] !== M || r[54] !== c.columns || r[55] !== c.maxWidth || r[56] !== c.rowHeight ? (L = {}, c.maxWidth && (L.maxWidth = `${c.maxWidth}px`), M && (L.backgroundImage = "repeating-linear-gradient(var(--gray-4) 0 1px, transparent 1px 100%), repeating-linear-gradient(90deg, var(--gray-4) 0 1px, transparent 1px 100%)", L.backgroundSize = `calc((100% / ${c.columns})) ${c.rowHeight}px`), r[53] = M, r[54] = c.columns, r[55] = c.maxWidth, r[56] = c.rowHeight, r[57] = L) : L = r[57], I = ReactGridLayout,
|
|
34178
|
+
r[53] !== M || r[54] !== c.columns || r[55] !== c.maxWidth || r[56] !== c.rowHeight ? (L = {}, c.maxWidth && (L.maxWidth = `${c.maxWidth}px`), M && (L.backgroundImage = "repeating-linear-gradient(var(--gray-4) 0 1px, transparent 1px 100%), repeating-linear-gradient(90deg, var(--gray-4) 0 1px, transparent 1px 100%)", L.backgroundSize = `calc((100% / ${c.columns})) ${c.rowHeight}px`), r[53] = M, r[54] = c.columns, r[55] = c.maxWidth, r[56] = c.rowHeight, r[57] = L) : L = r[57], I = ReactGridLayout, uG = "lg", r[58] === c.cells ? dG = r[59] : (dG = {
|
|
34178
34179
|
lg: c.cells
|
|
34179
|
-
}, r[58] = c.cells, r[59] =
|
|
34180
|
+
}, r[58] = c.cells, r[59] = dG), fG = L, pG = S, R = false;
|
|
34180
34181
|
let b2 = M && "bg-(--slate-2) border-r", w2 = f && "disable-animation", T2 = !c.maxWidth && "min-w-[800px]";
|
|
34181
34182
|
r[60] !== b2 || r[61] !== w2 || r[62] !== T2 ? (z = cn("w-full mx-auto bg-background flex-1 min-h-full", b2, w2, T2), r[60] = b2, r[61] = w2, r[62] = T2, r[63] = z) : z = r[63], r[64] === f ? B = r[65] : (B = f ? [
|
|
34182
34183
|
20,
|
|
34183
34184
|
20
|
|
34184
|
-
] : void 0, r[64] = f, r[65] = B), H = MARGIN, W = false, G = null, q = true, Z = c.rowHeight, r[66] !== f || r[67] !== c || r[68] !== l ? (
|
|
34185
|
+
] : void 0, r[64] = f, r[65] = B), H = MARGIN, W = false, G = null, q = true, Z = c.rowHeight, r[66] !== f || r[67] !== c || r[68] !== l ? (QW = (e3) => {
|
|
34185
34186
|
f || l({
|
|
34186
34187
|
...c,
|
|
34187
34188
|
cells: e3
|
|
34188
34189
|
});
|
|
34189
|
-
}, r[66] = f, r[67] = c, r[68] = l, r[69] =
|
|
34190
|
+
}, r[66] = f, r[67] = c, r[68] = l, r[69] = QW) : QW = r[69], r[70] === g ? $W = r[71] : ($W = g ? {
|
|
34190
34191
|
i: g.i,
|
|
34191
34192
|
w: g.w || 2,
|
|
34192
34193
|
h: g.h || 2
|
|
34193
|
-
} : void 0, r[70] = g, r[71] =
|
|
34194
|
+
} : void 0, r[70] = g, r[71] = $W), r[72] !== O || r[73] !== c || r[74] !== l ? (eG = (e3, r2, u2) => {
|
|
34194
34195
|
O.onDragStop(), r2 && l({
|
|
34195
34196
|
...c,
|
|
34196
34197
|
cells: [
|
|
@@ -34198,15 +34199,15 @@ ${c}
|
|
|
34198
34199
|
r2
|
|
34199
34200
|
]
|
|
34200
34201
|
});
|
|
34201
|
-
}, r[72] = O, r[73] = c, r[74] = l, r[75] =
|
|
34202
|
+
}, r[72] = O, r[73] = c, r[74] = l, r[75] = eG) : eG = r[75], r[76] === O ? (tG = r[77], nG = r[78], rG = r[79]) : (tG = (e3, r2, c2, l2, u2) => {
|
|
34202
34203
|
O.onDragStart(u2);
|
|
34203
|
-
},
|
|
34204
|
+
}, nG = (e3, r2, c2, l2, u2) => {
|
|
34204
34205
|
O.onDragMove(u2);
|
|
34205
|
-
},
|
|
34206
|
+
}, rG = () => {
|
|
34206
34207
|
O.onDragStop();
|
|
34207
|
-
}, r[76] = O, r[77] =
|
|
34208
|
+
}, r[76] = O, r[77] = tG, r[78] = nG, r[79] = rG), iG = _temp3$2, aG = M, oG = M, sG = M, cG = M ? `.${DRAG_HANDLE}` : "noop";
|
|
34208
34209
|
let E2;
|
|
34209
|
-
r[80] === m ? E2 = r[81] : (E2 = (e3) => m.has(e3.id), r[80] = m, r[81] = E2),
|
|
34210
|
+
r[80] === m ? E2 = r[81] : (E2 = (e3) => m.has(e3.id), r[80] = m, r[81] = E2), lG = u.filter(E2).map((r2) => {
|
|
34210
34211
|
let u2 = e2.get(r2.id), f2 = c.scrollableCells.has(r2.id) ?? false, p3 = c.cellSide.get(r2.id), m2 = (0, import_jsx_runtime.jsx)(GridCell, {
|
|
34211
34212
|
code: r2.code,
|
|
34212
34213
|
mode: d,
|
|
@@ -34236,14 +34237,14 @@ ${c}
|
|
|
34236
34237
|
}, r2.id) : (0, import_jsx_runtime.jsx)("div", {
|
|
34237
34238
|
children: m2
|
|
34238
34239
|
}, r2.id);
|
|
34239
|
-
}), r[10] = u, r[11] = S, r[12] = O, r[13] = g, r[14] = M, r[15] = m, r[16] = j, r[17] = f, r[18] = c, r[19] = d, r[20] = l, r[21] = I, r[22] = L, r[23] = R, r[24] = z, r[25] = B, r[26] = H, r[27] = W, r[28] = G, r[29] = q, r[30] = Z, r[31] =
|
|
34240
|
-
} else I = r[21], L = r[22], R = r[23], z = r[24], B = r[25], H = r[26], W = r[27], G = r[28], q = r[29], Z = r[30],
|
|
34241
|
-
let
|
|
34242
|
-
r[82] !== I || r[83] !== R || r[84] !== z || r[85] !== B || r[86] !== H || r[87] !== W || r[88] !== G || r[89] !== q || r[90] !== Z || r[91] !==
|
|
34243
|
-
breakpoint:
|
|
34244
|
-
layouts:
|
|
34245
|
-
style:
|
|
34246
|
-
cols:
|
|
34240
|
+
}), r[10] = u, r[11] = S, r[12] = O, r[13] = g, r[14] = M, r[15] = m, r[16] = j, r[17] = f, r[18] = c, r[19] = d, r[20] = l, r[21] = I, r[22] = L, r[23] = R, r[24] = z, r[25] = B, r[26] = H, r[27] = W, r[28] = G, r[29] = q, r[30] = Z, r[31] = QW, r[32] = $W, r[33] = eG, r[34] = tG, r[35] = nG, r[36] = rG, r[37] = iG, r[38] = aG, r[39] = oG, r[40] = sG, r[41] = cG, r[42] = lG, r[43] = uG, r[44] = dG, r[45] = fG, r[46] = pG;
|
|
34241
|
+
} else I = r[21], L = r[22], R = r[23], z = r[24], B = r[25], H = r[26], W = r[27], G = r[28], q = r[29], Z = r[30], QW = r[31], $W = r[32], eG = r[33], tG = r[34], nG = r[35], rG = r[36], iG = r[37], aG = r[38], oG = r[39], sG = r[40], cG = r[41], lG = r[42], uG = r[43], dG = r[44], fG = r[45], pG = r[46];
|
|
34242
|
+
let mG;
|
|
34243
|
+
r[82] !== I || r[83] !== R || r[84] !== z || r[85] !== B || r[86] !== H || r[87] !== W || r[88] !== G || r[89] !== q || r[90] !== Z || r[91] !== QW || r[92] !== $W || r[93] !== eG || r[94] !== tG || r[95] !== nG || r[96] !== rG || r[97] !== iG || r[98] !== aG || r[99] !== oG || r[100] !== sG || r[101] !== cG || r[102] !== lG || r[103] !== uG || r[104] !== dG || r[105] !== fG || r[106] !== pG ? (mG = (0, import_jsx_runtime.jsx)(I, {
|
|
34244
|
+
breakpoint: uG,
|
|
34245
|
+
layouts: dG,
|
|
34246
|
+
style: fG,
|
|
34247
|
+
cols: pG,
|
|
34247
34248
|
allowOverlap: R,
|
|
34248
34249
|
className: z,
|
|
34249
34250
|
containerPadding: B,
|
|
@@ -34252,22 +34253,22 @@ ${c}
|
|
|
34252
34253
|
compactType: G,
|
|
34253
34254
|
preventCollision: q,
|
|
34254
34255
|
rowHeight: Z,
|
|
34255
|
-
onLayoutChange:
|
|
34256
|
-
droppingItem:
|
|
34257
|
-
onDrop:
|
|
34258
|
-
onDragStart:
|
|
34259
|
-
onDrag:
|
|
34260
|
-
onDragStop:
|
|
34261
|
-
onResizeStop:
|
|
34262
|
-
isDraggable:
|
|
34263
|
-
isDroppable:
|
|
34264
|
-
isResizable:
|
|
34265
|
-
draggableHandle:
|
|
34266
|
-
children:
|
|
34267
|
-
}), r[82] = I, r[83] = R, r[84] = z, r[85] = B, r[86] = H, r[87] = W, r[88] = G, r[89] = q, r[90] = Z, r[91] =
|
|
34268
|
-
let
|
|
34269
|
-
if (r[108] !== u || r[109] !==
|
|
34270
|
-
|
|
34256
|
+
onLayoutChange: QW,
|
|
34257
|
+
droppingItem: $W,
|
|
34258
|
+
onDrop: eG,
|
|
34259
|
+
onDragStart: tG,
|
|
34260
|
+
onDrag: nG,
|
|
34261
|
+
onDragStop: rG,
|
|
34262
|
+
onResizeStop: iG,
|
|
34263
|
+
isDraggable: aG,
|
|
34264
|
+
isDroppable: oG,
|
|
34265
|
+
isResizable: sG,
|
|
34266
|
+
draggableHandle: cG,
|
|
34267
|
+
children: lG
|
|
34268
|
+
}), r[82] = I, r[83] = R, r[84] = z, r[85] = B, r[86] = H, r[87] = W, r[88] = G, r[89] = q, r[90] = Z, r[91] = QW, r[92] = $W, r[93] = eG, r[94] = tG, r[95] = nG, r[96] = rG, r[97] = iG, r[98] = aG, r[99] = oG, r[100] = sG, r[101] = cG, r[102] = lG, r[103] = uG, r[104] = dG, r[105] = fG, r[106] = pG, r[107] = mG) : mG = r[107];
|
|
34269
|
+
let hG = mG, gG, _G, vG, yG, bG, xG, SG;
|
|
34270
|
+
if (r[108] !== u || r[109] !== hG || r[110] !== m || r[111] !== v || r[112] !== f || r[113] !== c || r[114] !== d || r[115] !== l || r[116] !== L) {
|
|
34271
|
+
SG = /* @__PURE__ */ Symbol.for("react.early_return_sentinel");
|
|
34271
34272
|
bb0: {
|
|
34272
34273
|
let e2;
|
|
34273
34274
|
r[125] === m ? e2 = r[126] : (e2 = (e3) => !m.has(e3.id), r[125] = m, r[126] = e2);
|
|
@@ -34275,14 +34276,14 @@ ${c}
|
|
|
34275
34276
|
if (f) {
|
|
34276
34277
|
if (c.bordered) {
|
|
34277
34278
|
let e4;
|
|
34278
|
-
r[127] !==
|
|
34279
|
+
r[127] !== hG || r[128] !== L ? (e4 = (0, import_jsx_runtime.jsx)("div", {
|
|
34279
34280
|
className: "flex flex-1 flex-col items-center",
|
|
34280
34281
|
children: (0, import_jsx_runtime.jsx)("div", {
|
|
34281
34282
|
style: L,
|
|
34282
34283
|
className: "bg-background flex-1 border-t border-x rounded-t shadow-sm w-full overflow-hidden",
|
|
34283
|
-
children:
|
|
34284
|
+
children: hG
|
|
34284
34285
|
})
|
|
34285
|
-
}), r[127] =
|
|
34286
|
+
}), r[127] = hG, r[128] = L, r[129] = e4) : e4 = r[129], hG = e4;
|
|
34286
34287
|
}
|
|
34287
34288
|
let e3 = p2.filter(_temp4$2), l2;
|
|
34288
34289
|
r[130] === d ? l2 = r[131] : (l2 = (e4) => (0, import_jsx_runtime.jsx)(GridCell, {
|
|
@@ -34294,9 +34295,9 @@ ${c}
|
|
|
34294
34295
|
stale: outputIsStale(e4, false),
|
|
34295
34296
|
isScrollable: false,
|
|
34296
34297
|
hidden: false
|
|
34297
|
-
}, e4.id), r[130] = d, r[131] = l2),
|
|
34298
|
+
}, e4.id), r[130] = d, r[131] = l2), SG = (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, {
|
|
34298
34299
|
children: [
|
|
34299
|
-
|
|
34300
|
+
hG,
|
|
34300
34301
|
(0, import_jsx_runtime.jsx)("div", {
|
|
34301
34302
|
className: "hidden",
|
|
34302
34303
|
children: e3.map(l2)
|
|
@@ -34307,31 +34308,31 @@ ${c}
|
|
|
34307
34308
|
}
|
|
34308
34309
|
if (c.bordered) {
|
|
34309
34310
|
let e3;
|
|
34310
|
-
r[132] ===
|
|
34311
|
+
r[132] === hG ? e3 = r[133] : (e3 = (0, import_jsx_runtime.jsx)("div", {
|
|
34311
34312
|
className: "h-full overflow-auto",
|
|
34312
|
-
children:
|
|
34313
|
-
}), r[132] =
|
|
34313
|
+
children: hG
|
|
34314
|
+
}), r[132] = hG, r[133] = e3);
|
|
34314
34315
|
let c2;
|
|
34315
34316
|
r[134] !== L || r[135] !== e3 ? (c2 = (0, import_jsx_runtime.jsx)("div", {
|
|
34316
34317
|
style: L,
|
|
34317
34318
|
className: "bg-background border-t border-x rounded-t shadow-sm w-full mx-auto mt-4 h-[calc(100%-1rem)] overflow-hidden",
|
|
34318
34319
|
children: e3
|
|
34319
|
-
}), r[134] = L, r[135] = e3, r[136] = c2) : c2 = r[136],
|
|
34320
|
+
}), r[134] = L, r[135] = e3, r[136] = c2) : c2 = r[136], hG = c2;
|
|
34320
34321
|
}
|
|
34321
|
-
r[137] !== v || r[138] !== c || r[139] !== l ? (
|
|
34322
|
+
r[137] !== v || r[138] !== c || r[139] !== l ? (xG = (0, import_jsx_runtime.jsx)(GridControls, {
|
|
34322
34323
|
layout: c,
|
|
34323
34324
|
setLayout: l,
|
|
34324
34325
|
isLocked: v,
|
|
34325
34326
|
setIsLocked: y
|
|
34326
|
-
}), r[137] = v, r[138] = c, r[139] = l, r[140] =
|
|
34327
|
+
}), r[137] = v, r[138] = c, r[139] = l, r[140] = xG) : xG = r[140];
|
|
34327
34328
|
let g2;
|
|
34328
|
-
r[141] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
34329
|
+
r[141] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (yG = cn("relative flex z-10 flex-1 overflow-hidden"), g2 = cn("grow overflow-auto transparent-when-disconnected"), r[141] = yG, r[142] = g2) : (yG = r[141], g2 = r[142]), r[143] === hG ? bG = r[144] : (bG = (0, import_jsx_runtime.jsx)("div", {
|
|
34329
34330
|
className: g2,
|
|
34330
|
-
children:
|
|
34331
|
-
}), r[143] =
|
|
34331
|
+
children: hG
|
|
34332
|
+
}), r[143] = hG, r[144] = bG), gG = "flex-none flex flex-col w-[300px] p-2 pb-20 gap-2 overflow-auto bg-(--slate-2) border-t border-x rounded-t shadow-sm transparent-when-disconnected mx-2 mt-4", r[145] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (_G = (0, import_jsx_runtime.jsx)("div", {
|
|
34332
34333
|
className: "text font-bold text-(--slate-20) shrink-0",
|
|
34333
34334
|
children: "Outputs"
|
|
34334
|
-
}), r[145] =
|
|
34335
|
+
}), r[145] = _G) : _G = r[145];
|
|
34335
34336
|
let b2;
|
|
34336
34337
|
r[146] !== c.columns || r[147] !== c.rowHeight || r[148] !== d ? (b2 = (e3) => (0, import_jsx_runtime.jsx)("div", {
|
|
34337
34338
|
draggable: true,
|
|
@@ -34357,34 +34358,34 @@ ${c}
|
|
|
34357
34358
|
stale: outputIsStale(e3, false),
|
|
34358
34359
|
hidden: false
|
|
34359
34360
|
})
|
|
34360
|
-
}, e3.id), r[146] = c.columns, r[147] = c.rowHeight, r[148] = d, r[149] = b2) : b2 = r[149],
|
|
34361
|
-
}
|
|
34362
|
-
r[108] = u, r[109] =
|
|
34363
|
-
} else
|
|
34364
|
-
if (
|
|
34365
|
-
let SG;
|
|
34366
|
-
r[150] !== hG || r[151] !== gG || r[152] !== _G ? (SG = (0, import_jsx_runtime.jsxs)("div", {
|
|
34367
|
-
className: hG,
|
|
34368
|
-
children: [
|
|
34369
|
-
gG,
|
|
34370
|
-
_G
|
|
34371
|
-
]
|
|
34372
|
-
}), r[150] = hG, r[151] = gG, r[152] = _G, r[153] = SG) : SG = r[153];
|
|
34361
|
+
}, e3.id), r[146] = c.columns, r[147] = c.rowHeight, r[148] = d, r[149] = b2) : b2 = r[149], vG = p2.map(b2);
|
|
34362
|
+
}
|
|
34363
|
+
r[108] = u, r[109] = hG, r[110] = m, r[111] = v, r[112] = f, r[113] = c, r[114] = d, r[115] = l, r[116] = L, r[117] = gG, r[118] = _G, r[119] = vG, r[120] = yG, r[121] = bG, r[122] = xG, r[123] = SG, r[124] = hG;
|
|
34364
|
+
} else gG = r[117], _G = r[118], vG = r[119], yG = r[120], bG = r[121], xG = r[122], SG = r[123], hG = r[124];
|
|
34365
|
+
if (SG !== /* @__PURE__ */ Symbol.for("react.early_return_sentinel")) return SG;
|
|
34373
34366
|
let CG;
|
|
34374
|
-
r[
|
|
34375
|
-
className:
|
|
34367
|
+
r[150] !== gG || r[151] !== _G || r[152] !== vG ? (CG = (0, import_jsx_runtime.jsxs)("div", {
|
|
34368
|
+
className: gG,
|
|
34376
34369
|
children: [
|
|
34377
|
-
|
|
34378
|
-
|
|
34370
|
+
_G,
|
|
34371
|
+
vG
|
|
34379
34372
|
]
|
|
34380
|
-
}), r[
|
|
34373
|
+
}), r[150] = gG, r[151] = _G, r[152] = vG, r[153] = CG) : CG = r[153];
|
|
34381
34374
|
let wG;
|
|
34382
|
-
|
|
34375
|
+
r[154] !== yG || r[155] !== bG || r[156] !== CG ? (wG = (0, import_jsx_runtime.jsxs)("div", {
|
|
34376
|
+
className: yG,
|
|
34383
34377
|
children: [
|
|
34384
34378
|
bG,
|
|
34385
34379
|
CG
|
|
34386
34380
|
]
|
|
34387
|
-
}), r[
|
|
34381
|
+
}), r[154] = yG, r[155] = bG, r[156] = CG, r[157] = wG) : wG = r[157];
|
|
34382
|
+
let TG;
|
|
34383
|
+
return r[158] !== xG || r[159] !== wG ? (TG = (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, {
|
|
34384
|
+
children: [
|
|
34385
|
+
xG,
|
|
34386
|
+
wG
|
|
34387
|
+
]
|
|
34388
|
+
}), r[158] = xG, r[159] = wG, r[160] = TG) : TG = r[160], TG;
|
|
34388
34389
|
};
|
|
34389
34390
|
var GridCell = (0, import_react.memo)((e) => {
|
|
34390
34391
|
let r = (0, import_compiler_runtime$13.c)(21), { output: c, cellId: l, status: u, mode: d, code: f, hidden: p, isScrollable: m, side: g, className: _, stale: v } = e, y;
|
|
@@ -34694,8 +34695,8 @@ ${c}
|
|
|
34694
34695
|
className: "h-4 w-4 opacity-60 hover:opacity-100",
|
|
34695
34696
|
onClick: () => l()
|
|
34696
34697
|
}), r[36] = l, r[37] = Z);
|
|
34697
|
-
let
|
|
34698
|
-
return r[38] !== M || r[39] !== G || r[40] !== Z || r[41] !== S ? (
|
|
34698
|
+
let QW;
|
|
34699
|
+
return r[38] !== M || r[39] !== G || r[40] !== Z || r[41] !== S ? (QW = (0, import_jsx_runtime.jsxs)("div", {
|
|
34699
34700
|
className: S,
|
|
34700
34701
|
children: [
|
|
34701
34702
|
M,
|
|
@@ -34703,7 +34704,7 @@ ${c}
|
|
|
34703
34704
|
q,
|
|
34704
34705
|
Z
|
|
34705
34706
|
]
|
|
34706
|
-
}), r[38] = M, r[39] = G, r[40] = Z, r[41] = S, r[42] =
|
|
34707
|
+
}), r[38] = M, r[39] = G, r[40] = Z, r[41] = S, r[42] = QW) : QW = r[42], QW;
|
|
34707
34708
|
};
|
|
34708
34709
|
function isSidebarCell(e) {
|
|
34709
34710
|
var _a5;
|
|
@@ -36709,29 +36710,29 @@ ${c}
|
|
|
36709
36710
|
M
|
|
36710
36711
|
]), R = (0, import_react.useRef)(null), [z, B] = (0, import_react.useState)(null), [H, W] = (0, import_react.useState)(null), G = useLatestValue(h, Object.values(h)), q = useUniqueId("DndDescribedBy", r), Z = (0, import_react.useMemo)(() => j.getEnabled(), [
|
|
36711
36712
|
j
|
|
36712
|
-
]),
|
|
36713
|
+
]), QW = useMeasuringConfiguration(p), { droppableRects: $W, measureDroppableContainers: eG, measuringScheduled: tG } = useDroppableMeasuring(Z, {
|
|
36713
36714
|
dragging: w,
|
|
36714
36715
|
dependencies: [
|
|
36715
36716
|
O.x,
|
|
36716
36717
|
O.y
|
|
36717
36718
|
],
|
|
36718
|
-
config:
|
|
36719
|
-
}),
|
|
36719
|
+
config: QW.droppable
|
|
36720
|
+
}), nG = useCachedNode(E, T), rG = (0, import_react.useMemo)(() => H ? getEventCoordinates(H) : null, [
|
|
36720
36721
|
H
|
|
36721
|
-
]),
|
|
36722
|
+
]), iG = FG(), aG = useInitialRect(nG, QW.draggable.measure);
|
|
36722
36723
|
useLayoutShiftScrollCompensation({
|
|
36723
36724
|
activeNode: T == null ? null : E.get(T),
|
|
36724
|
-
config:
|
|
36725
|
-
initialRect:
|
|
36726
|
-
measure:
|
|
36725
|
+
config: iG.layoutShiftCompensation,
|
|
36726
|
+
initialRect: aG,
|
|
36727
|
+
measure: QW.draggable.measure
|
|
36727
36728
|
});
|
|
36728
|
-
let
|
|
36729
|
+
let oG = useRect(nG, QW.draggable.measure, aG), sG = useRect(nG ? nG.parentElement : null), cG = (0, import_react.useRef)({
|
|
36729
36730
|
activatorEvent: null,
|
|
36730
36731
|
active: null,
|
|
36731
|
-
activeNode:
|
|
36732
|
+
activeNode: nG,
|
|
36732
36733
|
collisionRect: null,
|
|
36733
36734
|
collisions: null,
|
|
36734
|
-
droppableRects:
|
|
36735
|
+
droppableRects: $W,
|
|
36735
36736
|
draggableNodes: E,
|
|
36736
36737
|
draggingNode: null,
|
|
36737
36738
|
draggingNodeRect: null,
|
|
@@ -36739,45 +36740,45 @@ ${c}
|
|
|
36739
36740
|
over: null,
|
|
36740
36741
|
scrollableAncestors: [],
|
|
36741
36742
|
scrollAdjustedTranslate: null
|
|
36742
|
-
}),
|
|
36743
|
-
measure:
|
|
36744
|
-
}),
|
|
36743
|
+
}), lG = j.getNodeFor((_a5 = cG.current.over) == null ? void 0 : _a5.id), uG = useDragOverlayMeasuring({
|
|
36744
|
+
measure: QW.dragOverlay.measure
|
|
36745
|
+
}), dG = uG.nodeRef.current ?? nG, fG = w ? uG.rect ?? oG : null, pG = !!(uG.nodeRef.current && uG.rect), mG = useRectDelta(pG ? null : oG), hG = useWindowRect(dG ? getWindow(dG) : null), gG = useScrollableAncestors(w ? lG ?? nG : null), _G = useRects(gG), vG = applyModifiers(m, {
|
|
36745
36746
|
transform: {
|
|
36746
|
-
x: O.x -
|
|
36747
|
-
y: O.y -
|
|
36747
|
+
x: O.x - mG.x,
|
|
36748
|
+
y: O.y - mG.y,
|
|
36748
36749
|
scaleX: 1,
|
|
36749
36750
|
scaleY: 1
|
|
36750
36751
|
},
|
|
36751
36752
|
activatorEvent: H,
|
|
36752
36753
|
active: L,
|
|
36753
|
-
activeNodeRect:
|
|
36754
|
-
containerNodeRect:
|
|
36755
|
-
draggingNodeRect:
|
|
36756
|
-
over:
|
|
36757
|
-
overlayNodeRect:
|
|
36758
|
-
scrollableAncestors:
|
|
36759
|
-
scrollableAncestorRects:
|
|
36760
|
-
windowRect:
|
|
36761
|
-
}),
|
|
36762
|
-
|
|
36763
|
-
]),
|
|
36754
|
+
activeNodeRect: oG,
|
|
36755
|
+
containerNodeRect: sG,
|
|
36756
|
+
draggingNodeRect: fG,
|
|
36757
|
+
over: cG.current.over,
|
|
36758
|
+
overlayNodeRect: uG.rect,
|
|
36759
|
+
scrollableAncestors: gG,
|
|
36760
|
+
scrollableAncestorRects: _G,
|
|
36761
|
+
windowRect: hG
|
|
36762
|
+
}), yG = rG ? add(rG, O) : null, bG = useScrollOffsets(gG), xG = useScrollOffsetsDelta(bG), SG = useScrollOffsetsDelta(bG, [
|
|
36763
|
+
oG
|
|
36764
|
+
]), CG = add(vG, xG), wG = fG ? getAdjustedRect(fG, vG) : null, TG = L && wG ? f({
|
|
36764
36765
|
active: L,
|
|
36765
|
-
collisionRect:
|
|
36766
|
-
droppableRects:
|
|
36766
|
+
collisionRect: wG,
|
|
36767
|
+
droppableRects: $W,
|
|
36767
36768
|
droppableContainers: Z,
|
|
36768
|
-
pointerCoordinates:
|
|
36769
|
-
}) : null,
|
|
36769
|
+
pointerCoordinates: yG
|
|
36770
|
+
}) : null, EG = getFirstCollision(TG, "id"), [DG, OG] = (0, import_react.useState)(null), kG = adjustScale(pG ? vG : add(vG, SG), (DG == null ? void 0 : DG.rect) ?? null, oG), AG = (0, import_react.useRef)(null), jG = (0, import_react.useCallback)((e2, r2) => {
|
|
36770
36771
|
let { sensor: c2, options: l2 } = r2;
|
|
36771
36772
|
if (R.current == null) return;
|
|
36772
36773
|
let u2 = E.get(R.current);
|
|
36773
36774
|
if (!u2) return;
|
|
36774
36775
|
let d2 = e2.nativeEvent;
|
|
36775
|
-
|
|
36776
|
+
AG.current = new c2({
|
|
36776
36777
|
active: R.current,
|
|
36777
36778
|
activeNode: u2,
|
|
36778
36779
|
event: d2,
|
|
36779
36780
|
options: l2,
|
|
36780
|
-
context:
|
|
36781
|
+
context: cG,
|
|
36781
36782
|
onAbort(e3) {
|
|
36782
36783
|
if (!E.get(e3)) return;
|
|
36783
36784
|
let { onDragAbort: r3 } = G.current, c3 = {
|
|
@@ -36822,7 +36823,7 @@ ${c}
|
|
|
36822
36823
|
}), v({
|
|
36823
36824
|
type: "onDragStart",
|
|
36824
36825
|
event: u3
|
|
36825
|
-
}), B(
|
|
36826
|
+
}), B(AG.current), W(d2);
|
|
36826
36827
|
});
|
|
36827
36828
|
},
|
|
36828
36829
|
onMove(e3) {
|
|
@@ -36836,7 +36837,7 @@ ${c}
|
|
|
36836
36837
|
});
|
|
36837
36838
|
function f2(e3) {
|
|
36838
36839
|
return async function() {
|
|
36839
|
-
let { active: r3, collisions: c3, over: l3, scrollAdjustedTranslate: u3 } =
|
|
36840
|
+
let { active: r3, collisions: c3, over: l3, scrollAdjustedTranslate: u3 } = cG.current, f3 = null;
|
|
36840
36841
|
if (r3 && u3) {
|
|
36841
36842
|
let { cancelDrop: p2 } = G.current;
|
|
36842
36843
|
f3 = {
|
|
@@ -36850,7 +36851,7 @@ ${c}
|
|
|
36850
36851
|
R.current = null, (0, import_react_dom.unstable_batchedUpdates)(() => {
|
|
36851
36852
|
_({
|
|
36852
36853
|
type: e3
|
|
36853
|
-
}), S(Status.Uninitialized),
|
|
36854
|
+
}), S(Status.Uninitialized), OG(null), B(null), W(null), AG.current = null;
|
|
36854
36855
|
let r4 = e3 === Action.DragEnd ? "onDragEnd" : "onDragCancel";
|
|
36855
36856
|
if (f3) {
|
|
36856
36857
|
let e4 = G.current[r4];
|
|
@@ -36864,7 +36865,7 @@ ${c}
|
|
|
36864
36865
|
}
|
|
36865
36866
|
}, [
|
|
36866
36867
|
E
|
|
36867
|
-
]),
|
|
36868
|
+
]), MG = useCombineActivators(d, (0, import_react.useCallback)((e2, r2) => (c2, l2) => {
|
|
36868
36869
|
let u2 = c2.nativeEvent, d2 = E.get(l2);
|
|
36869
36870
|
if (R.current !== null || !d2 || u2.dndKit || u2.defaultPrevented) return;
|
|
36870
36871
|
let f2 = {
|
|
@@ -36872,26 +36873,26 @@ ${c}
|
|
|
36872
36873
|
};
|
|
36873
36874
|
e2(c2, r2.options, f2) === true && (u2.dndKit = {
|
|
36874
36875
|
capturedBy: r2.sensor
|
|
36875
|
-
}, R.current = l2,
|
|
36876
|
+
}, R.current = l2, jG(c2, r2));
|
|
36876
36877
|
}, [
|
|
36877
36878
|
E,
|
|
36878
|
-
|
|
36879
|
+
jG
|
|
36879
36880
|
]));
|
|
36880
36881
|
useSensorSetup(d), useIsomorphicLayoutEffect(() => {
|
|
36881
|
-
|
|
36882
|
+
oG && b === Status.Initializing && S(Status.Initialized);
|
|
36882
36883
|
}, [
|
|
36883
|
-
|
|
36884
|
+
oG,
|
|
36884
36885
|
b
|
|
36885
36886
|
]), (0, import_react.useEffect)(() => {
|
|
36886
|
-
let { onDragMove: e2 } = G.current, { active: r2, activatorEvent: c2, collisions: l2, over: u2 } =
|
|
36887
|
+
let { onDragMove: e2 } = G.current, { active: r2, activatorEvent: c2, collisions: l2, over: u2 } = cG.current;
|
|
36887
36888
|
if (!r2 || !c2) return;
|
|
36888
36889
|
let d2 = {
|
|
36889
36890
|
active: r2,
|
|
36890
36891
|
activatorEvent: c2,
|
|
36891
36892
|
collisions: l2,
|
|
36892
36893
|
delta: {
|
|
36893
|
-
x:
|
|
36894
|
-
y:
|
|
36894
|
+
x: CG.x,
|
|
36895
|
+
y: CG.y
|
|
36895
36896
|
},
|
|
36896
36897
|
over: u2
|
|
36897
36898
|
};
|
|
@@ -36902,12 +36903,12 @@ ${c}
|
|
|
36902
36903
|
});
|
|
36903
36904
|
});
|
|
36904
36905
|
}, [
|
|
36905
|
-
|
|
36906
|
-
|
|
36906
|
+
CG.x,
|
|
36907
|
+
CG.y
|
|
36907
36908
|
]), (0, import_react.useEffect)(() => {
|
|
36908
|
-
let { active: e2, activatorEvent: r2, collisions: c2, droppableContainers: l2, scrollAdjustedTranslate: u2 } =
|
|
36909
|
+
let { active: e2, activatorEvent: r2, collisions: c2, droppableContainers: l2, scrollAdjustedTranslate: u2 } = cG.current;
|
|
36909
36910
|
if (!e2 || R.current == null || !r2 || !u2) return;
|
|
36910
|
-
let { onDragOver: d2 } = G.current, f2 = l2.get(
|
|
36911
|
+
let { onDragOver: d2 } = G.current, f2 = l2.get(EG), p2 = f2 && f2.rect.current ? {
|
|
36911
36912
|
id: f2.id,
|
|
36912
36913
|
rect: f2.rect.current,
|
|
36913
36914
|
data: f2.data,
|
|
@@ -36923,127 +36924,127 @@ ${c}
|
|
|
36923
36924
|
over: p2
|
|
36924
36925
|
};
|
|
36925
36926
|
(0, import_react_dom.unstable_batchedUpdates)(() => {
|
|
36926
|
-
|
|
36927
|
+
OG(p2), d2 == null ? void 0 : d2(m2), v({
|
|
36927
36928
|
type: "onDragOver",
|
|
36928
36929
|
event: m2
|
|
36929
36930
|
});
|
|
36930
36931
|
});
|
|
36931
36932
|
}, [
|
|
36932
|
-
|
|
36933
|
+
EG
|
|
36933
36934
|
]), useIsomorphicLayoutEffect(() => {
|
|
36934
|
-
|
|
36935
|
+
cG.current = {
|
|
36935
36936
|
activatorEvent: H,
|
|
36936
36937
|
active: L,
|
|
36937
|
-
activeNode:
|
|
36938
|
-
collisionRect:
|
|
36939
|
-
collisions:
|
|
36940
|
-
droppableRects:
|
|
36938
|
+
activeNode: nG,
|
|
36939
|
+
collisionRect: wG,
|
|
36940
|
+
collisions: TG,
|
|
36941
|
+
droppableRects: $W,
|
|
36941
36942
|
draggableNodes: E,
|
|
36942
|
-
draggingNode:
|
|
36943
|
-
draggingNodeRect:
|
|
36943
|
+
draggingNode: dG,
|
|
36944
|
+
draggingNodeRect: fG,
|
|
36944
36945
|
droppableContainers: j,
|
|
36945
|
-
over:
|
|
36946
|
-
scrollableAncestors:
|
|
36947
|
-
scrollAdjustedTranslate:
|
|
36946
|
+
over: DG,
|
|
36947
|
+
scrollableAncestors: gG,
|
|
36948
|
+
scrollAdjustedTranslate: CG
|
|
36948
36949
|
}, I.current = {
|
|
36949
|
-
initial:
|
|
36950
|
-
translated:
|
|
36950
|
+
initial: fG,
|
|
36951
|
+
translated: wG
|
|
36951
36952
|
};
|
|
36952
36953
|
}, [
|
|
36953
36954
|
L,
|
|
36954
|
-
|
|
36955
|
+
nG,
|
|
36956
|
+
TG,
|
|
36955
36957
|
wG,
|
|
36956
|
-
CG,
|
|
36957
36958
|
E,
|
|
36958
|
-
uG,
|
|
36959
36959
|
dG,
|
|
36960
|
-
|
|
36960
|
+
fG,
|
|
36961
|
+
$W,
|
|
36961
36962
|
j,
|
|
36962
|
-
|
|
36963
|
-
|
|
36964
|
-
|
|
36963
|
+
DG,
|
|
36964
|
+
gG,
|
|
36965
|
+
CG
|
|
36965
36966
|
]), useAutoScroller({
|
|
36966
|
-
...
|
|
36967
|
+
...iG,
|
|
36967
36968
|
delta: O,
|
|
36968
|
-
draggingRect:
|
|
36969
|
-
pointerCoordinates:
|
|
36970
|
-
scrollableAncestors:
|
|
36971
|
-
scrollableAncestorRects:
|
|
36969
|
+
draggingRect: wG,
|
|
36970
|
+
pointerCoordinates: yG,
|
|
36971
|
+
scrollableAncestors: gG,
|
|
36972
|
+
scrollableAncestorRects: _G
|
|
36972
36973
|
});
|
|
36973
|
-
let
|
|
36974
|
+
let NG = (0, import_react.useMemo)(() => ({
|
|
36974
36975
|
active: L,
|
|
36975
|
-
activeNode:
|
|
36976
|
-
activeNodeRect:
|
|
36976
|
+
activeNode: nG,
|
|
36977
|
+
activeNodeRect: oG,
|
|
36977
36978
|
activatorEvent: H,
|
|
36978
|
-
collisions:
|
|
36979
|
-
containerNodeRect:
|
|
36980
|
-
dragOverlay:
|
|
36979
|
+
collisions: TG,
|
|
36980
|
+
containerNodeRect: sG,
|
|
36981
|
+
dragOverlay: uG,
|
|
36981
36982
|
draggableNodes: E,
|
|
36982
36983
|
droppableContainers: j,
|
|
36983
|
-
droppableRects:
|
|
36984
|
-
over:
|
|
36985
|
-
measureDroppableContainers:
|
|
36986
|
-
scrollableAncestors:
|
|
36987
|
-
scrollableAncestorRects:
|
|
36988
|
-
measuringConfiguration:
|
|
36989
|
-
measuringScheduled:
|
|
36990
|
-
windowRect:
|
|
36984
|
+
droppableRects: $W,
|
|
36985
|
+
over: DG,
|
|
36986
|
+
measureDroppableContainers: eG,
|
|
36987
|
+
scrollableAncestors: gG,
|
|
36988
|
+
scrollableAncestorRects: _G,
|
|
36989
|
+
measuringConfiguration: QW,
|
|
36990
|
+
measuringScheduled: tG,
|
|
36991
|
+
windowRect: hG
|
|
36991
36992
|
}), [
|
|
36992
36993
|
L,
|
|
36993
|
-
|
|
36994
|
-
aG,
|
|
36995
|
-
H,
|
|
36996
|
-
wG,
|
|
36994
|
+
nG,
|
|
36997
36995
|
oG,
|
|
36998
|
-
|
|
36996
|
+
H,
|
|
36997
|
+
TG,
|
|
36998
|
+
sG,
|
|
36999
|
+
uG,
|
|
36999
37000
|
E,
|
|
37000
37001
|
j,
|
|
37001
|
-
QW,
|
|
37002
|
-
EG,
|
|
37003
37002
|
$W,
|
|
37004
|
-
|
|
37005
|
-
gG,
|
|
37006
|
-
ZW,
|
|
37003
|
+
DG,
|
|
37007
37004
|
eG,
|
|
37008
|
-
|
|
37009
|
-
|
|
37005
|
+
gG,
|
|
37006
|
+
_G,
|
|
37007
|
+
QW,
|
|
37008
|
+
tG,
|
|
37009
|
+
hG
|
|
37010
|
+
]), PG = (0, import_react.useMemo)(() => ({
|
|
37010
37011
|
activatorEvent: H,
|
|
37011
|
-
activators:
|
|
37012
|
+
activators: MG,
|
|
37012
37013
|
active: L,
|
|
37013
|
-
activeNodeRect:
|
|
37014
|
+
activeNodeRect: oG,
|
|
37014
37015
|
ariaDescribedById: {
|
|
37015
37016
|
draggable: q
|
|
37016
37017
|
},
|
|
37017
37018
|
dispatch: _,
|
|
37018
37019
|
draggableNodes: E,
|
|
37019
|
-
over:
|
|
37020
|
-
measureDroppableContainers:
|
|
37020
|
+
over: DG,
|
|
37021
|
+
measureDroppableContainers: eG
|
|
37021
37022
|
}), [
|
|
37022
37023
|
H,
|
|
37023
|
-
|
|
37024
|
+
MG,
|
|
37024
37025
|
L,
|
|
37025
|
-
|
|
37026
|
+
oG,
|
|
37026
37027
|
_,
|
|
37027
37028
|
q,
|
|
37028
37029
|
E,
|
|
37029
|
-
|
|
37030
|
-
|
|
37030
|
+
DG,
|
|
37031
|
+
eG
|
|
37031
37032
|
]);
|
|
37032
37033
|
return import_react.createElement(DndMonitorContext.Provider, {
|
|
37033
37034
|
value: y
|
|
37034
37035
|
}, import_react.createElement(InternalContext.Provider, {
|
|
37035
|
-
value:
|
|
37036
|
+
value: PG
|
|
37036
37037
|
}, import_react.createElement(PublicContext.Provider, {
|
|
37037
|
-
value:
|
|
37038
|
+
value: NG
|
|
37038
37039
|
}, import_react.createElement(ActiveDraggableContext.Provider, {
|
|
37039
|
-
value:
|
|
37040
|
+
value: kG
|
|
37040
37041
|
}, u)), import_react.createElement(RestoreFocus, {
|
|
37041
37042
|
disabled: (c == null ? void 0 : c.restoreFocus) === false
|
|
37042
37043
|
})), import_react.createElement(Accessibility, {
|
|
37043
37044
|
...c,
|
|
37044
37045
|
hiddenTextDescribedById: q
|
|
37045
37046
|
}));
|
|
37046
|
-
function
|
|
37047
|
+
function FG() {
|
|
37047
37048
|
let e2 = (z == null ? void 0 : z.autoScrollEnabled) === false, r2 = typeof l == "object" ? l.enabled === false : l === false, c2 = w && !e2 && !r2;
|
|
37048
37049
|
return typeof l == "object" ? {
|
|
37049
37050
|
...l,
|
|
@@ -37571,7 +37572,7 @@ ${c}
|
|
|
37571
37572
|
updateMeasurementsFor: I,
|
|
37572
37573
|
...m
|
|
37573
37574
|
}
|
|
37574
|
-
}), { active: H, activatorEvent: W, activeNodeRect: G, attributes: q, setNodeRef: Z, listeners:
|
|
37575
|
+
}), { active: H, activatorEvent: W, activeNodeRect: G, attributes: q, setNodeRef: Z, listeners: QW, isDragging: $W, over: eG, setActivatorNodeRef: tG, transform: nG } = useDraggable({
|
|
37575
37576
|
id: f,
|
|
37576
37577
|
data: M,
|
|
37577
37578
|
attributes: {
|
|
@@ -37579,60 +37580,60 @@ ${c}
|
|
|
37579
37580
|
...c
|
|
37580
37581
|
},
|
|
37581
37582
|
disabled: O.draggable
|
|
37582
|
-
}),
|
|
37583
|
+
}), rG = useCombinedRefs(B, Z), iG = !!H, aG = iG && !b && isValidIndex(v) && isValidIndex(w), oG = !T && $W, sG = aG ? (oG && aG ? nG : null) ?? (p ?? E)({
|
|
37583
37584
|
rects: S,
|
|
37584
37585
|
activeNodeRect: G,
|
|
37585
37586
|
activeIndex: v,
|
|
37586
37587
|
overIndex: w,
|
|
37587
37588
|
index: j
|
|
37588
|
-
}) : null,
|
|
37589
|
+
}) : null, cG = isValidIndex(v) && isValidIndex(w) ? d({
|
|
37589
37590
|
id: f,
|
|
37590
37591
|
items: g,
|
|
37591
37592
|
activeIndex: v,
|
|
37592
37593
|
overIndex: w
|
|
37593
|
-
}) : j,
|
|
37594
|
-
activeId:
|
|
37594
|
+
}) : j, lG = H == null ? void 0 : H.id, uG = (0, import_react.useRef)({
|
|
37595
|
+
activeId: lG,
|
|
37595
37596
|
items: g,
|
|
37596
|
-
newIndex:
|
|
37597
|
+
newIndex: cG,
|
|
37597
37598
|
containerId: _
|
|
37598
|
-
}),
|
|
37599
|
+
}), dG = g !== uG.current.items, fG = r({
|
|
37599
37600
|
active: H,
|
|
37600
37601
|
containerId: _,
|
|
37601
|
-
isDragging:
|
|
37602
|
-
isSorting:
|
|
37602
|
+
isDragging: $W,
|
|
37603
|
+
isSorting: iG,
|
|
37603
37604
|
id: f,
|
|
37604
37605
|
index: j,
|
|
37605
37606
|
items: g,
|
|
37606
|
-
newIndex:
|
|
37607
|
-
previousItems:
|
|
37608
|
-
previousContainerId:
|
|
37607
|
+
newIndex: uG.current.newIndex,
|
|
37608
|
+
previousItems: uG.current.items,
|
|
37609
|
+
previousContainerId: uG.current.containerId,
|
|
37609
37610
|
transition: h,
|
|
37610
|
-
wasDragging:
|
|
37611
|
-
}),
|
|
37612
|
-
disabled: !
|
|
37611
|
+
wasDragging: uG.current.activeId != null
|
|
37612
|
+
}), pG = useDerivedTransform({
|
|
37613
|
+
disabled: !fG,
|
|
37613
37614
|
index: j,
|
|
37614
37615
|
node: R,
|
|
37615
37616
|
rect: L
|
|
37616
37617
|
});
|
|
37617
37618
|
return (0, import_react.useEffect)(() => {
|
|
37618
|
-
|
|
37619
|
+
iG && uG.current.newIndex !== cG && (uG.current.newIndex = cG), _ !== uG.current.containerId && (uG.current.containerId = _), g !== uG.current.items && (uG.current.items = g);
|
|
37619
37620
|
}, [
|
|
37620
|
-
|
|
37621
|
-
|
|
37621
|
+
iG,
|
|
37622
|
+
cG,
|
|
37622
37623
|
_,
|
|
37623
37624
|
g
|
|
37624
37625
|
]), (0, import_react.useEffect)(() => {
|
|
37625
|
-
if (
|
|
37626
|
-
if (
|
|
37627
|
-
|
|
37626
|
+
if (lG === uG.current.activeId) return;
|
|
37627
|
+
if (lG != null && uG.current.activeId == null) {
|
|
37628
|
+
uG.current.activeId = lG;
|
|
37628
37629
|
return;
|
|
37629
37630
|
}
|
|
37630
37631
|
let e2 = setTimeout(() => {
|
|
37631
|
-
|
|
37632
|
+
uG.current.activeId = lG;
|
|
37632
37633
|
}, 50);
|
|
37633
37634
|
return () => clearTimeout(e2);
|
|
37634
37635
|
}, [
|
|
37635
|
-
|
|
37636
|
+
lG
|
|
37636
37637
|
]), {
|
|
37637
37638
|
active: H,
|
|
37638
37639
|
activeIndex: v,
|
|
@@ -37640,25 +37641,25 @@ ${c}
|
|
|
37640
37641
|
data: M,
|
|
37641
37642
|
rect: L,
|
|
37642
37643
|
index: j,
|
|
37643
|
-
newIndex:
|
|
37644
|
+
newIndex: cG,
|
|
37644
37645
|
items: g,
|
|
37645
37646
|
isOver: z,
|
|
37646
|
-
isSorting:
|
|
37647
|
-
isDragging:
|
|
37648
|
-
listeners:
|
|
37647
|
+
isSorting: iG,
|
|
37648
|
+
isDragging: $W,
|
|
37649
|
+
listeners: QW,
|
|
37649
37650
|
node: R,
|
|
37650
37651
|
overIndex: w,
|
|
37651
|
-
over:
|
|
37652
|
-
setNodeRef:
|
|
37653
|
-
setActivatorNodeRef:
|
|
37652
|
+
over: eG,
|
|
37653
|
+
setNodeRef: rG,
|
|
37654
|
+
setActivatorNodeRef: tG,
|
|
37654
37655
|
setDroppableNodeRef: B,
|
|
37655
37656
|
setDraggableNodeRef: Z,
|
|
37656
|
-
transform:
|
|
37657
|
-
transition:
|
|
37657
|
+
transform: pG ?? sG,
|
|
37658
|
+
transition: mG()
|
|
37658
37659
|
};
|
|
37659
|
-
function
|
|
37660
|
-
if (
|
|
37661
|
-
if (!(
|
|
37660
|
+
function mG() {
|
|
37661
|
+
if (pG || dG && uG.current.newIndex === j) return disabledTransition;
|
|
37662
|
+
if (!(oG && !isKeyboardEvent(W) || !h) && (iG || fG)) return CSS$1.Transition.toString({
|
|
37662
37663
|
...h,
|
|
37663
37664
|
property: transitionProperty
|
|
37664
37665
|
});
|
|
@@ -37960,13 +37961,13 @@ ${c}
|
|
|
37960
37961
|
}), r[35] = c.id, r[36] = m, r[37] = y, r[38] = b, r[39] = I, r[40] = z, r[41] = B, r[42] = H, r[43] = W, r[44] = G, r[45] = q) : q = r[45];
|
|
37961
37962
|
let Z = q;
|
|
37962
37963
|
if (!v && !g) return Z;
|
|
37963
|
-
let
|
|
37964
|
-
r[46] === Z ?
|
|
37964
|
+
let QW;
|
|
37965
|
+
r[46] === Z ? QW = r[47] : (QW = (0, import_jsx_runtime.jsx)(ContextMenuTrigger, {
|
|
37965
37966
|
asChild: true,
|
|
37966
37967
|
children: Z
|
|
37967
|
-
}), r[46] = Z, r[47] =
|
|
37968
|
-
let
|
|
37969
|
-
r[48] === v ?
|
|
37968
|
+
}), r[46] = Z, r[47] = QW);
|
|
37969
|
+
let $W;
|
|
37970
|
+
r[48] === v ? $W = r[49] : ($W = v && (0, import_jsx_runtime.jsxs)(ContextMenuItem, {
|
|
37970
37971
|
onSelect: v,
|
|
37971
37972
|
children: [
|
|
37972
37973
|
(0, import_jsx_runtime.jsx)(Plus, {
|
|
@@ -37974,11 +37975,11 @@ ${c}
|
|
|
37974
37975
|
}),
|
|
37975
37976
|
"Add cell"
|
|
37976
37977
|
]
|
|
37977
|
-
}), r[48] = v, r[49] =
|
|
37978
|
-
let $W;
|
|
37979
|
-
r[50] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? ($W = (0, import_jsx_runtime.jsx)(ContextMenuSeparator, {}), r[50] = $W) : $W = r[50];
|
|
37978
|
+
}), r[48] = v, r[49] = $W);
|
|
37980
37979
|
let eG;
|
|
37981
|
-
r[
|
|
37980
|
+
r[50] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (eG = (0, import_jsx_runtime.jsx)(ContextMenuSeparator, {}), r[50] = eG) : eG = r[50];
|
|
37981
|
+
let tG;
|
|
37982
|
+
r[51] === g ? tG = r[52] : (tG = g && (0, import_jsx_runtime.jsxs)(ContextMenuItem, {
|
|
37982
37983
|
variant: "danger",
|
|
37983
37984
|
onSelect: g,
|
|
37984
37985
|
children: [
|
|
@@ -37987,22 +37988,22 @@ ${c}
|
|
|
37987
37988
|
}),
|
|
37988
37989
|
"Delete cell"
|
|
37989
37990
|
]
|
|
37990
|
-
}), r[51] = g, r[52] =
|
|
37991
|
-
let
|
|
37992
|
-
r[53] !==
|
|
37991
|
+
}), r[51] = g, r[52] = tG);
|
|
37992
|
+
let nG;
|
|
37993
|
+
r[53] !== $W || r[54] !== tG ? (nG = (0, import_jsx_runtime.jsxs)(ContextMenuContent, {
|
|
37993
37994
|
children: [
|
|
37994
|
-
QW,
|
|
37995
37995
|
$W,
|
|
37996
|
-
eG
|
|
37996
|
+
eG,
|
|
37997
|
+
tG
|
|
37997
37998
|
]
|
|
37998
|
-
}), r[53] =
|
|
37999
|
-
let
|
|
38000
|
-
return r[56] !==
|
|
37999
|
+
}), r[53] = $W, r[54] = tG, r[55] = nG) : nG = r[55];
|
|
38000
|
+
let rG;
|
|
38001
|
+
return r[56] !== QW || r[57] !== nG ? (rG = (0, import_jsx_runtime.jsxs)(ContextMenu, {
|
|
38001
38002
|
children: [
|
|
38002
|
-
|
|
38003
|
-
|
|
38003
|
+
QW,
|
|
38004
|
+
nG
|
|
38004
38005
|
]
|
|
38005
|
-
}), r[56] =
|
|
38006
|
+
}), r[56] = QW, r[57] = nG, r[58] = rG) : rG = r[58], rG;
|
|
38006
38007
|
}, InsertCellLine = (e) => {
|
|
38007
38008
|
let r = (0, import_compiler_runtime$10.c)(10), { position: c, onInsert: l } = e, u = c === "below" ? "bottom-0 translate-y-1/2" : "top-0 -translate-y-1/2", d;
|
|
38008
38009
|
r[0] === u ? d = r[1] : (d = cn("absolute left-0 right-0 z-30 flex h-3 items-center justify-center", "opacity-0 transition-opacity hover:opacity-80 focus-visible:opacity-100 focus:outline-hidden", u), r[0] = u, r[1] = d);
|
|
@@ -38056,10 +38057,10 @@ ${c}
|
|
|
38056
38057
|
...B,
|
|
38057
38058
|
...m
|
|
38058
38059
|
}, r[20] = M, r[21] = m, r[22] = B, r[23] = j, r[24] = H) : H = r[24];
|
|
38059
|
-
let W = H, G = E || T, q = S || w || T ? "border-blue-500" : "border-border hover:border-blue-500/50", Z = w && !T && "opacity-35",
|
|
38060
|
-
r[25] !== l || r[26] !== Z || r[27] !==
|
|
38061
|
-
let
|
|
38062
|
-
r[30] !== c || r[31] !== M || r[32] !== O || r[33] !== I || r[34] !== G || r[35] !== j ? (
|
|
38060
|
+
let W = H, G = E || T, q = S || w || T ? "border-blue-500" : "border-border hover:border-blue-500/50", Z = w && !T && "opacity-35", QW = T && "opacity-95 shadow-lg", $W;
|
|
38061
|
+
r[25] !== l || r[26] !== Z || r[27] !== QW || r[28] !== q ? ($W = cn("border-2 shrink-0 rounded-md relative select-none bg-background cursor-pointer active:cursor-grabbing overflow-hidden transition-colors", q, Z, QW, l), r[25] = l, r[26] = Z, r[27] = QW, r[28] = q, r[29] = $W) : $W = r[29];
|
|
38062
|
+
let eG;
|
|
38063
|
+
r[30] !== c || r[31] !== M || r[32] !== O || r[33] !== I || r[34] !== G || r[35] !== j ? (eG = G && (0, import_jsx_runtime.jsx)("div", {
|
|
38063
38064
|
className: "flex p-6 box-border pointer-events-none mo-slide-content overflow-hidden",
|
|
38064
38065
|
style: {
|
|
38065
38066
|
transform: `scale(${I})`,
|
|
@@ -38075,14 +38076,14 @@ ${c}
|
|
|
38075
38076
|
output: c.output,
|
|
38076
38077
|
stale: outputIsStale(c, false)
|
|
38077
38078
|
})
|
|
38078
|
-
}), r[30] = c, r[31] = M, r[32] = O, r[33] = I, r[34] = G, r[35] = j, r[36] =
|
|
38079
|
-
let
|
|
38080
|
-
r[37] === z ?
|
|
38079
|
+
}), r[30] = c, r[31] = M, r[32] = O, r[33] = I, r[34] = G, r[35] = j, r[36] = eG) : eG = r[36];
|
|
38080
|
+
let tG;
|
|
38081
|
+
r[37] === z ? tG = r[38] : (tG = z && (0, import_jsx_runtime.jsx)("div", {
|
|
38081
38082
|
className: "absolute inset-0 bg-muted/50 pointer-events-none",
|
|
38082
38083
|
"aria-hidden": true
|
|
38083
|
-
}), r[37] = z, r[38] =
|
|
38084
|
-
let
|
|
38085
|
-
r[39] !== z || r[40] !== R ? (
|
|
38084
|
+
}), r[37] = z, r[38] = tG);
|
|
38085
|
+
let nG;
|
|
38086
|
+
r[39] !== z || r[40] !== R ? (nG = (R == null ? void 0 : R.Icon) && (0, import_jsx_runtime.jsx)(Tooltip, {
|
|
38086
38087
|
content: (0, import_jsx_runtime.jsx)("span", {
|
|
38087
38088
|
className: "text-xs opacity-80",
|
|
38088
38089
|
children: R.description
|
|
@@ -38094,19 +38095,19 @@ ${c}
|
|
|
38094
38095
|
className: "h-3.5 w-3.5"
|
|
38095
38096
|
})
|
|
38096
38097
|
})
|
|
38097
|
-
}), r[39] = z, r[40] = R, r[41] =
|
|
38098
|
-
let
|
|
38099
|
-
return r[42] !== W || r[43] !== d || r[44] !== f || r[45] !==
|
|
38098
|
+
}), r[39] = z, r[40] = R, r[41] = nG) : nG = r[41];
|
|
38099
|
+
let rG;
|
|
38100
|
+
return r[42] !== W || r[43] !== d || r[44] !== f || r[45] !== $W || r[46] !== eG || r[47] !== tG || r[48] !== nG ? (rG = (0, import_jsx_runtime.jsxs)("div", {
|
|
38100
38101
|
ref: f,
|
|
38101
|
-
className:
|
|
38102
|
+
className: $W,
|
|
38102
38103
|
style: W,
|
|
38103
38104
|
...d,
|
|
38104
38105
|
children: [
|
|
38105
|
-
$W,
|
|
38106
38106
|
eG,
|
|
38107
|
-
tG
|
|
38107
|
+
tG,
|
|
38108
|
+
nG
|
|
38108
38109
|
]
|
|
38109
|
-
}), r[42] = W, r[43] = d, r[44] = f, r[45] =
|
|
38110
|
+
}), r[42] = W, r[43] = d, r[44] = f, r[45] = $W, r[46] = eG, r[47] = tG, r[48] = nG, r[49] = rG) : rG = r[49], rG;
|
|
38110
38111
|
}, MiniCodePreview = (e) => {
|
|
38111
38112
|
let r = (0, import_compiler_runtime$10.c)(2), { code: c } = e, l;
|
|
38112
38113
|
return r[0] === c ? l = r[1] : (l = (0, import_jsx_runtime.jsx)("pre", {
|
|
@@ -38146,7 +38147,7 @@ ${c}
|
|
|
38146
38147
|
function _temp2$2(e) {
|
|
38147
38148
|
e.target === e.currentTarget && e.key === "Enter" && (e.preventDefault(), e.stopPropagation(), e.currentTarget.click());
|
|
38148
38149
|
}
|
|
38149
|
-
var LazySlidesComponent = import_react.lazy(() => import("./reveal-component-
|
|
38150
|
+
var LazySlidesComponent = import_react.lazy(() => import("./reveal-component-DmGGKS8z.js"));
|
|
38150
38151
|
const SlidesLayoutRenderer = ({ layout: e, setLayout: r, cells: c, mode: l }) => {
|
|
38151
38152
|
var _a5;
|
|
38152
38153
|
let u = useAtomValue(kioskModeAtom), d = l === "read" || u, f = useAtomValue(numColumnsAtom) > 1, [p, m] = (0, import_react.useState)(null), { slideCells: h, skippedIds: g, noOutputIds: _, slideTypes: v, startCellIndex: y } = (0, import_react.useMemo)(() => computeSlideCellsInfo(c, e), [
|
|
@@ -38531,7 +38532,7 @@ ${c}
|
|
|
38531
38532
|
let r2 = e2.scrollHeight - e2.clientHeight;
|
|
38532
38533
|
r2 - e2.scrollTop < 120 && (e2.scrollTop = r2);
|
|
38533
38534
|
}, r[2] = B) : B = r[2], (0, import_react.useLayoutEffect)(B), !L && isInternalCellName(S)) return null;
|
|
38534
|
-
let H, W, G, q, Z,
|
|
38535
|
+
let H, W, G, q, Z, QW, $W, eG, tG, nG;
|
|
38535
38536
|
if (r[3] !== w || r[4] !== M || r[5] !== I || r[6] !== L || r[7] !== _ || r[8] !== b || r[9] !== d || r[10] !== z || r[11] !== O || r[12] !== j || r[13] !== E || r[14] !== R || r[15] !== f || r[16] !== u || r[17] !== y || r[18] !== p || r[19] !== l) {
|
|
38536
38537
|
let e2 = I.toReversed(), g2 = e2.some(_temp$2), v2 = e2.findIndex(_temp2$1), S2;
|
|
38537
38538
|
r[30] === I ? S2 = r[31] : (S2 = () => I.filter(_temp3$1).map(_temp4$1).join("\n"), r[30] = I, r[31] = S2);
|
|
@@ -38577,11 +38578,11 @@ ${c}
|
|
|
38577
38578
|
})
|
|
38578
38579
|
})
|
|
38579
38580
|
]
|
|
38580
|
-
}), r[32] = B2, r[33] = L, r[34] = d, r[35] = z, r[36] = f, r[37] = u, r[38] = l, r[39] = W) : W = r[39], G = y ? "This console output is stale" : void 0, q = "console-output-area", Z = c,
|
|
38581
|
-
let
|
|
38582
|
-
r[40] !== M || r[41] !==
|
|
38581
|
+
}), r[32] = B2, r[33] = L, r[34] = d, r[35] = z, r[36] = f, r[37] = u, r[38] = l, r[39] = W) : W = r[39], G = y ? "This console output is stale" : void 0, q = "console-output-area", Z = c, QW = R, $W = 0;
|
|
38582
|
+
let rG2 = y && "marimo-output-stale", iG2 = L ? "p-5" : "p-3";
|
|
38583
|
+
r[40] !== M || r[41] !== rG2 || r[42] !== iG2 ? (eG = cn("console-output-area overflow-hidden rounded-b-lg flex flex-col-reverse w-full gap-1 focus:outline-hidden", rG2, iG2, M), r[40] = M, r[41] = rG2, r[42] = iG2, r[43] = eG) : eG = r[43], r[44] === d ? tG = r[45] : (tG = d ? {
|
|
38583
38584
|
maxHeight: "none"
|
|
38584
|
-
} : void 0, r[44] = d, r[45] =
|
|
38585
|
+
} : void 0, r[44] = d, r[45] = tG), nG = e2.map((e3, r2) => {
|
|
38585
38586
|
if (e3.channel === "pdb") return null;
|
|
38586
38587
|
if (e3.channel === "stdin") {
|
|
38587
38588
|
invariant(typeof e3.data == "string", "Expected data to be a string");
|
|
@@ -38610,36 +38611,36 @@ ${c}
|
|
|
38610
38611
|
wrapText: l
|
|
38611
38612
|
})
|
|
38612
38613
|
}, r2);
|
|
38613
|
-
}), r[3] = w, r[4] = M, r[5] = I, r[6] = L, r[7] = _, r[8] = b, r[9] = d, r[10] = z, r[11] = O, r[12] = j, r[13] = E, r[14] = R, r[15] = f, r[16] = u, r[17] = y, r[18] = p, r[19] = l, r[20] = H, r[21] = W, r[22] = G, r[23] = q, r[24] = Z, r[25] =
|
|
38614
|
-
} else H = r[20], W = r[21], G = r[22], q = r[23], Z = r[24],
|
|
38615
|
-
let
|
|
38616
|
-
r[46] !== w || r[47] !== S ? (
|
|
38614
|
+
}), r[3] = w, r[4] = M, r[5] = I, r[6] = L, r[7] = _, r[8] = b, r[9] = d, r[10] = z, r[11] = O, r[12] = j, r[13] = E, r[14] = R, r[15] = f, r[16] = u, r[17] = y, r[18] = p, r[19] = l, r[20] = H, r[21] = W, r[22] = G, r[23] = q, r[24] = Z, r[25] = QW, r[26] = $W, r[27] = eG, r[28] = tG, r[29] = nG;
|
|
38615
|
+
} else H = r[20], W = r[21], G = r[22], q = r[23], Z = r[24], QW = r[25], $W = r[26], eG = r[27], tG = r[28], nG = r[29];
|
|
38616
|
+
let rG;
|
|
38617
|
+
r[46] !== w || r[47] !== S ? (rG = (0, import_jsx_runtime.jsx)(NameCellContentEditable, {
|
|
38617
38618
|
value: S,
|
|
38618
38619
|
cellId: w,
|
|
38619
38620
|
className: "bg-(--slate-4) border-(--slate-4) hover:bg-(--slate-5) dark:border-(--sky-5) dark:bg-(--sky-6) dark:text-(--sky-12) text-(--slate-12) rounded-l rounded-br-lg absolute right-0 bottom-0 text-xs px-1.5 py-0.5 font-mono max-w-[75%] whitespace-nowrap overflow-hidden"
|
|
38620
|
-
}), r[46] = w, r[47] = S, r[48] =
|
|
38621
|
-
let
|
|
38622
|
-
r[49] !==
|
|
38621
|
+
}), r[46] = w, r[47] = S, r[48] = rG) : rG = r[48];
|
|
38622
|
+
let iG;
|
|
38623
|
+
r[49] !== rG || r[50] !== G || r[51] !== q || r[52] !== Z || r[53] !== QW || r[54] !== $W || r[55] !== eG || r[56] !== tG || r[57] !== nG ? (iG = (0, import_jsx_runtime.jsxs)("div", {
|
|
38623
38624
|
title: G,
|
|
38624
38625
|
"data-testid": q,
|
|
38625
38626
|
ref: Z,
|
|
38626
|
-
...
|
|
38627
|
-
tabIndex:
|
|
38628
|
-
className:
|
|
38629
|
-
style:
|
|
38627
|
+
...QW,
|
|
38628
|
+
tabIndex: $W,
|
|
38629
|
+
className: eG,
|
|
38630
|
+
style: tG,
|
|
38630
38631
|
children: [
|
|
38631
|
-
|
|
38632
|
-
|
|
38632
|
+
nG,
|
|
38633
|
+
rG
|
|
38633
38634
|
]
|
|
38634
|
-
}), r[49] =
|
|
38635
|
-
let
|
|
38636
|
-
return r[59] !== H || r[60] !== W || r[61] !==
|
|
38635
|
+
}), r[49] = rG, r[50] = G, r[51] = q, r[52] = Z, r[53] = QW, r[54] = $W, r[55] = eG, r[56] = tG, r[57] = nG, r[58] = iG) : iG = r[58];
|
|
38636
|
+
let aG;
|
|
38637
|
+
return r[59] !== H || r[60] !== W || r[61] !== iG ? (aG = (0, import_jsx_runtime.jsxs)("div", {
|
|
38637
38638
|
className: H,
|
|
38638
38639
|
children: [
|
|
38639
38640
|
W,
|
|
38640
|
-
|
|
38641
|
+
iG
|
|
38641
38642
|
]
|
|
38642
|
-
}), r[59] = H, r[60] = W, r[61] =
|
|
38643
|
+
}), r[59] = H, r[60] = W, r[61] = iG, r[62] = aG) : aG = r[62], aG;
|
|
38643
38644
|
}, StdInput = (e) => {
|
|
38644
38645
|
let r = (0, import_compiler_runtime$6.c)(25), { value: c, setValue: l, inputHistory: u, output: d, isPassword: f, isPdb: p, onSubmit: m, onClear: h } = e, { navigateUp: g, navigateDown: _, addToHistory: v } = u, y;
|
|
38645
38646
|
r[0] === d ? y = r[1] : (y = renderText(d), r[0] = d, r[1] = y);
|
|
@@ -38789,23 +38790,12 @@ ${c}
|
|
|
38789
38790
|
return r;
|
|
38790
38791
|
}
|
|
38791
38792
|
async function downloadAsHTML(e) {
|
|
38792
|
-
let r = getRequestClient(), {
|
|
38793
|
+
let r = getRequestClient(), { includeCode: c } = e;
|
|
38794
|
+
downloadExportedFile(await r.exportAsHTML({
|
|
38793
38795
|
download: true,
|
|
38794
|
-
includeCode:
|
|
38796
|
+
includeCode: c,
|
|
38795
38797
|
files: VirtualFileTracker.INSTANCE.filenames()
|
|
38796
|
-
})
|
|
38797
|
-
downloadBlob(new Blob([
|
|
38798
|
-
u
|
|
38799
|
-
], {
|
|
38800
|
-
type: "text/html"
|
|
38801
|
-
}), Filenames.toHTML(d));
|
|
38802
|
-
}
|
|
38803
|
-
function cellDomProps(e, r) {
|
|
38804
|
-
return {
|
|
38805
|
-
"data-cell-id": e,
|
|
38806
|
-
"data-cell-name": r,
|
|
38807
|
-
id: HTMLCellId.create(e)
|
|
38808
|
-
};
|
|
38798
|
+
}));
|
|
38809
38799
|
}
|
|
38810
38800
|
var import_compiler_runtime$5 = require_compiler_runtime(), DELAY_PER_CELL = 30;
|
|
38811
38801
|
function useDelayVisibility(e, r) {
|
|
@@ -39059,20 +39049,20 @@ ${c}
|
|
|
39059
39049
|
}, false), r[0] = _, r[1] = c, r[2] = y, r[3] = v, r[4] = f, r[5] = M) : M = r[5];
|
|
39060
39050
|
let I = M, L;
|
|
39061
39051
|
r[6] === f ? L = r[7] : (L = outputIsLoading(f), r[6] = f, r[7] = L);
|
|
39062
|
-
let R = L,
|
|
39063
|
-
if (r[8] !== b || r[9] !== m || r[10] !==
|
|
39052
|
+
let R = L, B = E && w !== "present", H;
|
|
39053
|
+
if (r[8] !== b || r[9] !== m || r[10] !== B || r[11] !== S || r[12] !== p) {
|
|
39064
39054
|
let e2 = new MarkdownLanguageAdapter().isSupported(b);
|
|
39065
|
-
|
|
39055
|
+
H = cn("marimo-cell", "hover-actions-parent empty:invisible", !S && !B ? publishedCellClasses({
|
|
39066
39056
|
errored: m,
|
|
39067
39057
|
stopped: p
|
|
39068
39058
|
}) : {
|
|
39069
39059
|
"has-error": m,
|
|
39070
39060
|
stopped: p,
|
|
39071
39061
|
borderless: e2
|
|
39072
|
-
}), r[8] = b, r[9] = m, r[10] =
|
|
39073
|
-
} else
|
|
39074
|
-
let
|
|
39075
|
-
if (w === "read" && S ||
|
|
39062
|
+
}), r[8] = b, r[9] = m, r[10] = B, r[11] = S, r[12] = p, r[13] = H;
|
|
39063
|
+
} else H = r[13];
|
|
39064
|
+
let W = H;
|
|
39065
|
+
if (w === "read" && S || B) {
|
|
39076
39066
|
let e2;
|
|
39077
39067
|
r[14] !== d || r[15] !== R || r[16] !== c || r[17] !== I ? (e2 = (0, import_jsx_runtime.jsx)(OutputArea, {
|
|
39078
39068
|
allowExpand: true,
|
|
@@ -39108,10 +39098,10 @@ ${c}
|
|
|
39108
39098
|
debuggerActive: false
|
|
39109
39099
|
}), r[31] = d, r[32] = l, r[33] = _, r[34] = T, r[35] = I, r[36] = O2) : O2 = r[36];
|
|
39110
39100
|
let M2;
|
|
39111
|
-
return r[37] !==
|
|
39101
|
+
return r[37] !== W || r[38] !== E2 || r[39] !== O2 || r[40] !== y2 || r[41] !== S2 || r[42] !== w2 ? (M2 = (0, import_jsx_runtime.jsxs)("div", {
|
|
39112
39102
|
tabIndex: -1,
|
|
39113
39103
|
ref: j,
|
|
39114
|
-
className:
|
|
39104
|
+
className: W,
|
|
39115
39105
|
...y2,
|
|
39116
39106
|
children: [
|
|
39117
39107
|
S2,
|
|
@@ -39119,7 +39109,7 @@ ${c}
|
|
|
39119
39109
|
E2,
|
|
39120
39110
|
O2
|
|
39121
39111
|
]
|
|
39122
|
-
}), r[37] =
|
|
39112
|
+
}), r[37] = W, r[38] = E2, r[39] = O2, r[40] = y2, r[41] = S2, r[42] = w2, r[43] = M2) : M2 = r[43], M2;
|
|
39123
39113
|
}
|
|
39124
39114
|
if (shouldHidePublishedCell({
|
|
39125
39115
|
errored: m,
|
|
@@ -39128,25 +39118,25 @@ ${c}
|
|
|
39128
39118
|
output: c,
|
|
39129
39119
|
showErrorTracebacks: O
|
|
39130
39120
|
})) return null;
|
|
39131
|
-
let
|
|
39132
|
-
r[44] !== d || r[45] !== T ? (
|
|
39133
|
-
let
|
|
39134
|
-
r[47] !== d || r[48] !== R || r[49] !== c || r[50] !== I || r[51] !==
|
|
39135
|
-
allowExpand:
|
|
39121
|
+
let G;
|
|
39122
|
+
r[44] !== d || r[45] !== T ? (G = cellDomProps(d, T), r[44] = d, r[45] = T, r[46] = G) : G = r[46];
|
|
39123
|
+
let q = w === "edit", Z;
|
|
39124
|
+
r[47] !== d || r[48] !== R || r[49] !== c || r[50] !== I || r[51] !== q ? (Z = (0, import_jsx_runtime.jsx)(OutputArea, {
|
|
39125
|
+
allowExpand: q,
|
|
39136
39126
|
output: c,
|
|
39137
39127
|
className: CSSClasses.outputArea,
|
|
39138
39128
|
cellId: d,
|
|
39139
39129
|
stale: I,
|
|
39140
39130
|
loading: R
|
|
39141
|
-
}), r[47] = d, r[48] = R, r[49] = c, r[50] = I, r[51] =
|
|
39142
|
-
let
|
|
39143
|
-
return r[53] !==
|
|
39131
|
+
}), r[47] = d, r[48] = R, r[49] = c, r[50] = I, r[51] = q, r[52] = Z) : Z = r[52];
|
|
39132
|
+
let $W;
|
|
39133
|
+
return r[53] !== W || r[54] !== G || r[55] !== Z ? ($W = (0, import_jsx_runtime.jsx)("div", {
|
|
39144
39134
|
tabIndex: -1,
|
|
39145
39135
|
ref: j,
|
|
39146
|
-
className:
|
|
39147
|
-
...
|
|
39148
|
-
children:
|
|
39149
|
-
}), r[53] =
|
|
39136
|
+
className: W,
|
|
39137
|
+
...G,
|
|
39138
|
+
children: Z
|
|
39139
|
+
}), r[53] = W, r[54] = G, r[55] = Z, r[56] = $W) : $W = r[56], $W;
|
|
39150
39140
|
});
|
|
39151
39141
|
VerticalCell.displayName = "VerticalCell";
|
|
39152
39142
|
const VerticalLayoutPlugin = {
|
|
@@ -39185,7 +39175,6 @@ ${c}
|
|
|
39185
39175
|
}
|
|
39186
39176
|
async function _temp3() {
|
|
39187
39177
|
document.getElementById("App") && await downloadAsHTML({
|
|
39188
|
-
filename: document.title,
|
|
39189
39178
|
includeCode: true
|
|
39190
39179
|
});
|
|
39191
39180
|
}
|
|
@@ -40229,6 +40218,7 @@ ${c}
|
|
|
40229
40218
|
constructor(e = {}) {
|
|
40230
40219
|
__publicField(this, "sessionReady", new Deferred());
|
|
40231
40220
|
__publicField(this, "nextSessionGeneration", 0);
|
|
40221
|
+
__publicField(this, "activeSessionGenerations", /* @__PURE__ */ new Set());
|
|
40232
40222
|
__publicField(this, "appTransition", Promise.resolve());
|
|
40233
40223
|
__publicField(this, "workerReady", new Deferred());
|
|
40234
40224
|
__publicField(this, "initialized", new Deferred());
|
|
@@ -40295,6 +40285,7 @@ ${c}
|
|
|
40295
40285
|
__publicField(this, "sendUpdateFile", throwNotImplemented);
|
|
40296
40286
|
__publicField(this, "sendFileDetails", throwNotImplemented);
|
|
40297
40287
|
__publicField(this, "openTutorial", throwNotImplemented);
|
|
40288
|
+
__publicField(this, "getExportAvailability", throwNotImplemented);
|
|
40298
40289
|
__publicField(this, "exportAsHTML", throwNotImplemented);
|
|
40299
40290
|
__publicField(this, "exportAsIPYNB", throwNotImplemented);
|
|
40300
40291
|
__publicField(this, "exportAsMarkdown", throwNotImplemented);
|
|
@@ -40334,7 +40325,7 @@ ${c}
|
|
|
40334
40325
|
Logger.error("Islands initialization error:", e), this.store.set(islandsInitializedAtom, e), this.initialized.reject(Error(e));
|
|
40335
40326
|
}), this.rpc.addMessageListener("kernelMessage", (e) => {
|
|
40336
40327
|
var _a5;
|
|
40337
|
-
(_a5 = this.messageConsumer) == null ? void 0 : _a5.call(this, e);
|
|
40328
|
+
this.activeSessionGenerations.has(e.sessionGeneration) && ((_a5 = this.messageConsumer) == null ? void 0 : _a5.call(this, e));
|
|
40338
40329
|
});
|
|
40339
40330
|
}
|
|
40340
40331
|
async initializeApps() {
|
|
@@ -40353,7 +40344,7 @@ ${c}
|
|
|
40353
40344
|
parseMarimoIslandApps(this.root);
|
|
40354
40345
|
return;
|
|
40355
40346
|
}
|
|
40356
|
-
e.length > 0 && this.store.set(islandsPendingInitialRunsAtom, new Set(e.map((e2, r2) => this.nextSessionGeneration + r2 + 1))), parseMarimoIslandApps(this.root);
|
|
40347
|
+
e.length > 0 && (this.activeSessionGenerations.clear(), this.store.set(islandsPendingInitialRunsAtom, new Set(e.map((e2, r2) => this.nextSessionGeneration + r2 + 1)))), parseMarimoIslandApps(this.root);
|
|
40357
40348
|
for (let c2 of e) {
|
|
40358
40349
|
let e2 = u || createMarimoFile(c2);
|
|
40359
40350
|
Logger.debug(`App ${c2.id} marimo file:
|
|
@@ -40363,7 +40354,7 @@ ${c}
|
|
|
40363
40354
|
appId: c2.id,
|
|
40364
40355
|
sessionGeneration: ++this.nextSessionGeneration
|
|
40365
40356
|
}, d = this.session, f = r && d !== void 0;
|
|
40366
|
-
f && this.store.set(notebookAtom, initialNotebookState()), (r || !d) && (r && this.sessionReady.status !== "pending" && (this.sessionReady = new Deferred()), this.session = {
|
|
40357
|
+
this.activeSessionGenerations.add(l2.sessionGeneration), f && this.store.set(notebookAtom, initialNotebookState()), (r || !d) && (r && this.sessionReady.status !== "pending" && (this.sessionReady = new Deferred()), this.session = {
|
|
40367
40358
|
...l2,
|
|
40368
40359
|
code: r ? e2 : void 0
|
|
40369
40360
|
});
|
|
@@ -40371,14 +40362,14 @@ ${c}
|
|
|
40371
40362
|
try {
|
|
40372
40363
|
await p, this.sessionReady.status === "pending" && this.session && this.sessionReady.resolve(this.session);
|
|
40373
40364
|
} catch (e3) {
|
|
40374
|
-
if (((_d4 = this.session) == null ? void 0 : _d4.sessionGeneration) === l2.sessionGeneration && (this.session = d), Logger.error(`Failed to start session for app ${c2.id}:`, e3), r) throw e3;
|
|
40365
|
+
if (this.activeSessionGenerations.delete(l2.sessionGeneration), ((_d4 = this.session) == null ? void 0 : _d4.sessionGeneration) === l2.sessionGeneration && (this.session = d, d && this.activeSessionGenerations.add(d.sessionGeneration)), Logger.error(`Failed to start session for app ${c2.id}:`, e3), r) throw e3;
|
|
40375
40366
|
}
|
|
40376
40367
|
}
|
|
40377
40368
|
}
|
|
40378
40369
|
async stopSession(e) {
|
|
40379
40370
|
await this.enqueueAppTransition(async () => {
|
|
40380
40371
|
let r = this.session;
|
|
40381
|
-
(r == null ? void 0 : r.code) === void 0 || e && r.appId !== e || (await this.rpc.proxy.request.stopSession({
|
|
40372
|
+
(r == null ? void 0 : r.code) === void 0 || e && r.appId !== e || (this.activeSessionGenerations.delete(r.sessionGeneration), await this.rpc.proxy.request.stopSession({
|
|
40382
40373
|
appId: r.appId,
|
|
40383
40374
|
sessionGeneration: r.sessionGeneration
|
|
40384
40375
|
}), this.store.set(islandsPendingInitialRunsAtom, null), this.session = void 0, this.sessionReady = new Deferred(), this.store.set(notebookAtom, initialNotebookState()));
|