@marimo-team/islands 0.18.5-dev189 → 0.18.5-dev198
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/{glide-data-editor-BO13luOe.js → glide-data-editor-DWlk0mEY.js} +1 -0
- package/dist/main.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/datasources/components.tsx +8 -2
- package/src/components/datasources/datasources.tsx +81 -23
- package/src/components/editor/chrome/panels/session-panel.tsx +43 -14
- package/src/components/editor/chrome/wrapper/footer.tsx +6 -2
- package/src/components/editor/chrome/wrapper/sidebar.tsx +18 -2
- package/src/css/app/Cell.css +4 -0
- package/src/plugins/impl/data-editor/glide-data-editor.tsx +1 -0
|
@@ -10946,6 +10946,7 @@ let __tla = (async () => {
|
|
|
10946
10946
|
allowedFillDirections: "vertical",
|
|
10947
10947
|
onKeyDown: Vr,
|
|
10948
10948
|
height: e.length > 10 ? 450 : void 0,
|
|
10949
|
+
width: "100%",
|
|
10949
10950
|
rowMarkers: {
|
|
10950
10951
|
kind: "both"
|
|
10951
10952
|
},
|
package/dist/main.js
CHANGED
|
@@ -72012,7 +72012,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
|
|
|
72012
72012
|
function getVegaFieldTypes(e) {
|
|
72013
72013
|
return !e || Object.keys(e).length === 0 ? "auto" : Objects.mapValues(e, (e2) => e2 === "date" || e2 === "time" ? "string" : e2 === "datetime" ? "date" : e2);
|
|
72014
72014
|
}
|
|
72015
|
-
var import_compiler_runtime$84 = require_compiler_runtime(), LazyDataEditor = import_react.lazy(() => import("./glide-data-editor-
|
|
72015
|
+
var import_compiler_runtime$84 = require_compiler_runtime(), LazyDataEditor = import_react.lazy(() => import("./glide-data-editor-DWlk0mEY.js").then(async (m2) => {
|
|
72016
72016
|
await m2.__tla;
|
|
72017
72017
|
return m2;
|
|
72018
72018
|
}));
|
|
@@ -101071,7 +101071,7 @@ Defaulting to \`null\`.`;
|
|
|
101071
101071
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
101072
101072
|
}
|
|
101073
101073
|
}
|
|
101074
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.18.5-
|
|
101074
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.18.5-dev198"), showCodeInRunModeAtom = atom(true);
|
|
101075
101075
|
atom(null);
|
|
101076
101076
|
var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
|
|
101077
101077
|
constructor() {
|