@fallen-8/studio 0.0.37 → 0.0.39
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-lib/{Canvas3D-CmDAo5BT.js → Canvas3D-CafFy8T8.js} +1 -1
- package/dist-lib/{F8GraphCanvas-COQKIUas.js → F8GraphCanvas-CMXizZ4K.js} +904 -865
- package/dist-lib/canvas.js +1 -1
- package/dist-lib/{cssMode-Cm-p9yGb.js → cssMode-Dd6oqVGH.js} +1 -1
- package/dist-lib/f8-studio.css +1 -1
- package/dist-lib/f8-studio.js +2 -2
- package/dist-lib/{freemarker2-DU-Ctapi.js → freemarker2-_7Qea7qU.js} +1 -1
- package/dist-lib/{handlebars-BsqZtC5a.js → handlebars-BrjKnoRC.js} +1 -1
- package/dist-lib/{html-CUyknR5b.js → html-CZOSsAmT.js} +1 -1
- package/dist-lib/{htmlMode-DjyPljE2.js → htmlMode-DmeNRJyP.js} +1 -1
- package/dist-lib/{index-BQbFjItv.js → index-CGOXemLg.js} +27547 -26386
- package/dist-lib/{javascript-CVQBymBa.js → javascript-E9zK2eIG.js} +1 -1
- package/dist-lib/{jsonMode-B3hcJ0l3.js → jsonMode-BmT8sixk.js} +1 -1
- package/dist-lib/{liquid-DLrt4Cls.js → liquid-mEomZ5zY.js} +1 -1
- package/dist-lib/{mdx-DePkemui.js → mdx-poAEdYDh.js} +1 -1
- package/dist-lib/{python-CUe0bWsE.js → python-BkeUbXrt.js} +1 -1
- package/dist-lib/{razor-DD_zUh3z.js → razor-CSXbiZmb.js} +1 -1
- package/dist-lib/{tsMode-Ae3UtOmp.js → tsMode-jcKLVReC.js} +1 -1
- package/dist-lib/types/api/client.d.ts +49 -0
- package/dist-lib/types/api/endpoints.d.ts +56 -10
- package/dist-lib/types/api/types.d.ts +72 -3
- package/dist-lib/types/canvas/InteractPanel.d.ts +19 -0
- package/dist-lib/types/components/ConfigurationSurface.d.ts +23 -2
- package/dist-lib/types/components/ErrorBox.d.ts +6 -0
- package/dist-lib/types/components/SemanticBlockEditor.d.ts +4 -1
- package/dist-lib/types/components/SemanticQueryEditor.d.ts +8 -1
- package/dist-lib/types/components/SettingRow.d.ts +14 -0
- package/dist-lib/types/delegate/nl/NlDraftStats.d.ts +13 -0
- package/dist-lib/types/delegate/nl/config.d.ts +5 -4
- package/dist-lib/types/delegate/nl/generate.d.ts +6 -0
- package/dist-lib/types/lib/canvasCap.d.ts +10 -0
- package/dist-lib/types/lib/canvasInteract.d.ts +174 -0
- package/dist-lib/types/lib/fieldHelp.d.ts +10 -1
- package/dist-lib/types/lib/fileLimits.d.ts +69 -0
- package/dist-lib/types/lib/format.d.ts +8 -0
- package/dist-lib/types/lib/listCaps.d.ts +16 -2
- package/dist-lib/types/lib/modelProvenance.d.ts +26 -0
- package/dist-lib/types/lib/neighborhood.d.ts +1 -0
- package/dist-lib/types/lib/vectorIndexCreate.d.ts +49 -0
- package/dist-lib/types/lib/vectorSearch.d.ts +19 -0
- package/dist-lib/types/state/instanceStore.d.ts +59 -4
- package/dist-lib/types/state/integrations.d.ts +21 -1
- package/dist-lib/{typescript-LNGesWYR.js → typescript-BqWn12P7.js} +1 -1
- package/dist-lib/{xml-BuD_-6ib.js → xml-BkH9m6gQ.js} +1 -1
- package/dist-lib/{yaml-DCzPbyTS.js → yaml-DURIwCnM.js} +1 -1
- package/package.json +1 -1
package/dist-lib/f8-studio.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { F as a, a as D } from "./index-
|
|
2
|
-
import { D as A, E as I, a as L, b as T, F, L as N, N as G, c as S, P as o, d as r } from "./F8GraphCanvas-
|
|
1
|
+
import { F as a, a as D } from "./index-CGOXemLg.js";
|
|
2
|
+
import { D as A, E as I, a as L, b as T, F, L as N, N as G, c as S, P as o, d as r } from "./F8GraphCanvas-CMXizZ4K.js";
|
|
3
3
|
export {
|
|
4
4
|
A as DEFAULT_STYLE_CONFIG,
|
|
5
5
|
I as EDGE_LABEL_SIZE_DEFAULT,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-CGOXemLg.js";
|
|
2
2
|
var F = Object.defineProperty, b = Object.getOwnPropertyDescriptor, x = Object.getOwnPropertyNames, $ = Object.prototype.hasOwnProperty, v = (t, n, _, e) => {
|
|
3
3
|
if (n && typeof n == "object" || typeof n == "function")
|
|
4
4
|
for (let o of x(n))
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-CGOXemLg.js";
|
|
2
2
|
var i = Object.defineProperty, s = Object.getOwnPropertyDescriptor, d = Object.getOwnPropertyNames, c = Object.prototype.hasOwnProperty, p = (t, e, r, m) => {
|
|
3
3
|
if (e && typeof e == "object" || typeof e == "function")
|
|
4
4
|
for (let n of d(e))
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-CGOXemLg.js";
|
|
2
2
|
var d = Object.defineProperty, p = Object.getOwnPropertyDescriptor, m = Object.getOwnPropertyNames, l = Object.prototype.hasOwnProperty, c = (t, e, n, o) => {
|
|
3
3
|
if (e && typeof e == "object" || typeof e == "function")
|
|
4
4
|
for (let r of m(e))
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as lt } from "./index-
|
|
1
|
+
import { m as lt } from "./index-CGOXemLg.js";
|
|
2
2
|
var ft = Object.defineProperty, gt = Object.getOwnPropertyDescriptor, ht = Object.getOwnPropertyNames, vt = Object.prototype.hasOwnProperty, pt = (e, n, i, r) => {
|
|
3
3
|
if (n && typeof n == "object" || typeof n == "function")
|
|
4
4
|
for (let t of ht(n))
|