@fses/workbench-app 0.2.10 → 0.2.12

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.
@@ -1,6 +1,6 @@
1
- import { D as s, q as o, t as r, u as t, k as n, v as c, x as i, y as l, l as p, z as C, A, B as m, C as E, E as g, F as d, G as _, m as R, p as u, j as S, a as T, c as P, e as h, g as L, s as M, d as v, H as y, w as W } from "./index-BodxGKnW.js";
1
+ import { D as s, q as o, t as r, u as t, k as n, v as c, x as i, y as l, l as p, z as C, A, B as m, C as E, E as g, F as d, G as _, m as R, p as u, j as S, a as T, c as P, e as h, g as L, s as M, d as v, H as y, w as W } from "./index-BsT_8HEV.js";
2
2
  import { c as f } from "./canvasFacade-B0oy__da.js";
3
- import { D as N, c as O, d as D, e as B, f as I, g as x, h as H, i as w, j as F, k as G, l as K, m as U, n as V, o as j, p as z, q as Y, r as q, s as X, t as J, v as Z, w as Q, x as $, y as ee, z as ae, A as se, B as oe, C as re, E as te, F as ne, G as ce, H as ie, u as le, a as pe, I as Ce, J as Ae } from "./useWorkbenchRuntime-C3RRfCDd.js";
3
+ import { D as N, c as O, d as D, e as B, f as I, g as x, h as H, i as w, j as F, k as G, l as K, m as U, n as V, o as j, p as z, q as Y, r as q, s as X, t as J, v as Z, w as Q, x as $, y as ee, z as ae, A as se, B as oe, C as re, E as te, F as ne, G as ce, H as ie, u as le, a as pe, I as Ce, J as Ae } from "./useWorkbenchRuntime-Ct0HRmOA.js";
4
4
  import { D as Ee, L as ge, S as de, d as _e, e as Re, b as ue, f as Se, g as Te, h as Pe, i as he, j as Le, k as Me, l as ve, m as ye, p as We, n as ke, o as fe, q as be, r as Ne, s as Oe } from "./cardFactory-CoDF-zsR.js";
5
5
  import { W as Be, a as Ie, b as xe, c as He, d as we } from "./workbenchCustomComponentRegistry-6GHzavdM.js";
6
6
  export {
@@ -1,9 +1,9 @@
1
1
  import { toRefs as oe, shallowReadonly as W, inject as ae, defineComponent as T, provide as se, openBlock as b, createElementBlock as k, renderSlot as y, createElementVNode as A, normalizeClass as q, normalizeStyle as R, withModifiers as ie, createCommentVNode as P, createVNode as K, Transition as de, withCtx as w, computed as ce, createBlock as G, defineAsyncComponent as le, unref as ue } from "vue";
2
2
  import "./canvasFacade-B0oy__da.js";
3
- import { b as fe } from "./useWorkbenchRuntime-C3RRfCDd.js";
3
+ import { b as fe } from "./useWorkbenchRuntime-Ct0HRmOA.js";
4
4
  import "./cardFactory-CoDF-zsR.js";
5
5
  import "./workbenchCustomComponentRegistry-6GHzavdM.js";
6
- const me = "0.2.10", L = "workbench-app-version";
6
+ const me = "0.2.12", L = "workbench-app-version";
7
7
  function he() {
8
8
  if (typeof document > "u" || document.querySelector(`meta[name="${L}"]`)) return !1;
9
9
  const e = document.createElement("meta");
@@ -204,7 +204,7 @@ const lr = /* @__PURE__ */ T({
204
204
  setup(e) {
205
205
  const r = e;
206
206
  Re(r.adapters, r.config, r.extensions);
207
- const n = le(() => import("./Workspace-C1a42cX9.js"));
207
+ const n = le(() => import("./Workspace-DpiZ5Yap.js"));
208
208
  return (t, o) => (b(), G(ue(n), {
209
209
  "embed-in-portal": r.embedInPortal
210
210
  }, {
@@ -258,12 +258,12 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
258
258
  childId: string;
259
259
  } | null;
260
260
  selectedBlockId: string | null;
261
+ version: number;
261
262
  showWorkbenchThemePicker: boolean;
262
263
  cardPresetSizeConfig: WorkbenchCardPresetSizeConfig;
263
264
  canvasGapPreset: WorkbenchCanvasGapPreset;
264
265
  saving: boolean;
265
266
  searchableBlocks: MaterializedBlock[];
266
- version: number;
267
267
  resizing: boolean;
268
268
  layoutResizeRevision: number;
269
269
  configModeActive: boolean;
@@ -245,11 +245,11 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
245
245
  userId: string;
246
246
  visualConfig: WorkbenchSnapshot["visualConfig"];
247
247
  selectedBlockId: string | null;
248
+ version: number;
248
249
  showWorkbenchThemePicker: boolean;
249
250
  cardPresetSizeConfig: WorkbenchCardPresetSizeConfig;
250
251
  canvasGapPreset: WorkbenchCanvasGapPreset;
251
252
  saving: boolean;
252
- version: number;
253
253
  resizing: boolean;
254
254
  layoutResizeRevision: number;
255
255
  configModeActive: boolean;
@@ -1 +1,10 @@
1
- export declare const fdeGeneratedDashboard: import("../../../..").FdeSkillDashboardManifest;
1
+ import type { FdeSkillDashboardManifest } from '../../fde-skill-cards/runtime/fdeSkillDashboardTypes';
2
+ /**
3
+ * 读取当前大屏协议。每次访问都走运行时扩展,避免 HMR 后仍持有旧 snapshot。
4
+ * @returns 当前大屏协议,未挂载时为 null
5
+ */
6
+ export declare function readFdeGeneratedDashboard(): FdeSkillDashboardManifest | null;
7
+ /**
8
+ * 兼容旧 import;Boolean(该对象) 不能用来判断是否挂载,请用 readFdeGeneratedDashboard()。
9
+ */
10
+ export declare const fdeGeneratedDashboard: FdeSkillDashboardManifest;
@@ -1 +1,10 @@
1
- export declare const fdeGeneratedTemplatePage: import("../../../..").FdeSkillTemplatePageManifest;
1
+ import type { FdeSkillTemplatePageManifest } from '../../fde-skill-cards/runtime/fdeSkillTemplatePageTypes';
2
+ /**
3
+ * 读取当前模板页。每次访问都走运行时扩展,避免 HMR 后仍持有旧 snapshot。
4
+ * @returns 当前模板页协议,未挂载时为 null
5
+ */
6
+ export declare function readFdeGeneratedTemplatePage(): FdeSkillTemplatePageManifest | null;
7
+ /**
8
+ * 兼容旧 import;Boolean(该对象) 不能用来判断是否挂载,请用 readFdeGeneratedTemplatePage()。
9
+ */
10
+ export declare const fdeGeneratedTemplatePage: FdeSkillTemplatePageManifest;
@@ -1,4 +1,4 @@
1
- import { u as r, a as u } from "../useWorkbenchRuntime-C3RRfCDd.js";
1
+ import { u as r, a as u } from "../useWorkbenchRuntime-Ct0HRmOA.js";
2
2
  export {
3
3
  r as useWorkbenchRuntime,
4
4
  u as useWorkbenchRuntimeStore