@blocklet/pages-kit-inner-components 0.5.31 → 0.5.33

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.
Files changed (32) hide show
  1. package/lib/cjs/add-component.js +1 -1
  2. package/lib/cjs/chunks/{array-BH41o7C6.js → array-DxhrK2d5.js} +1 -1
  3. package/lib/cjs/chunks/{config-string-B3JoYJVu.js → config-string-DqWgB7yO.js} +1 -1
  4. package/lib/cjs/chunks/{draft-data-hZaTeHgL.js → draft-data-DzN2u_NT.js} +1 -1
  5. package/lib/cjs/chunks/{home-B6E0yAU3.js → home-0fezWT4S.js} +3 -3
  6. package/lib/cjs/chunks/{publish-button-CO_WU_f5.js → publish-button-D2jaaXXn.js} +1 -1
  7. package/lib/cjs/chunks/{site-state-D5jk8eJT.js → site-state-D00xEf4T.js} +8 -8
  8. package/lib/cjs/chunks/state-DoGBMTzI.js +1 -0
  9. package/lib/cjs/components.js +1 -1
  10. package/lib/cjs/home.js +1 -1
  11. package/lib/cjs/locales.js +2 -2
  12. package/lib/cjs/project-html.js +1 -1
  13. package/lib/cjs/resources.js +1 -1
  14. package/lib/cjs/setting.js +1 -1
  15. package/lib/cjs/site-state.js +1 -1
  16. package/lib/es/add-component.js +3 -3
  17. package/lib/es/chunks/{array-NLDZzhVt.js → array-D6qyZucY.js} +1 -1
  18. package/lib/es/chunks/{config-string-DutyRoOh.js → config-string-Btybe5Rd.js} +1 -1
  19. package/lib/es/chunks/{draft-data-DjX0kpDC.js → draft-data-DQ7_JyJX.js} +1 -1
  20. package/lib/es/chunks/{home-CxRa0eKd.js → home-Dox9JwvF.js} +4 -4
  21. package/lib/es/chunks/{publish-button-1bl_Nuva.js → publish-button-T2YJBoty.js} +3 -3
  22. package/lib/es/chunks/{site-state-DEduMTrY.js → site-state-nXcBqjeR.js} +464 -461
  23. package/lib/es/chunks/{state-C02ZI8vz.js → state-NhsHvaKm.js} +176 -176
  24. package/lib/es/components.js +1 -1
  25. package/lib/es/home.js +3 -3
  26. package/lib/es/locales.js +4 -2
  27. package/lib/es/project-html.js +1 -1
  28. package/lib/es/resources.js +1 -1
  29. package/lib/es/setting.js +2 -2
  30. package/lib/es/site-state.js +1 -1
  31. package/package.json +19 -19
  32. package/lib/cjs/chunks/state-DxOb57hO.js +0 -1
@@ -1,6 +1,6 @@
1
- import { jsx as $ } from "react/jsx-runtime";
1
+ import { jsx as T } from "react/jsx-runtime";
2
2
  import { Box as V, Alert as z } from "@mui/material";
3
- import { joinURL as A, withQuery as q } from "ufo";
3
+ import { joinURL as _, withQuery as q } from "ufo";
4
4
  import { createAxios as Q } from "@blocklet/js-sdk";
5
5
  import X from "lodash/isEmpty";
6
6
  import * as H from "yaml";
@@ -9,11 +9,11 @@ import { TemplateModel as Z, PAGES_KIT_CHILDREN_PROPERTIES as ee } from "@blockl
9
9
  import te, { getYjsDoc as oe } from "@syncedstore/core";
10
10
  import { useSyncedStore as ne } from "@syncedstore/react";
11
11
  import { useLocalStorageState as re } from "ahooks";
12
- import { produce as k } from "immer";
13
- import ce from "lodash/cloneDeep";
12
+ import { produce as M } from "immer";
13
+ import se from "lodash/cloneDeep";
14
14
  import U from "lodash/debounce";
15
- import { customAlphabet as se } from "nanoid";
16
- import { createContext as ie, useState as _, useRef as ae, useMemo as j, useCallback as D, useEffect as R, useContext as de } from "react";
15
+ import { customAlphabet as ce } from "nanoid";
16
+ import { createContext as ie, useState as R, useRef as ae, useMemo as E, useCallback as $, useEffect as D, useContext as de } from "react";
17
17
  import { useParams as le, useNavigate as ue } from "react-router-dom";
18
18
  import { IndexeddbPersistence as me } from "y-indexeddb";
19
19
  import { WebsocketProvider as fe } from "y-websocket";
@@ -36,16 +36,16 @@ function Xe(r, o) {
36
36
  return o === "yaml" ? X(r) ? "" : H.stringify(r, { indent: 2 }) : o === "json" ? JSON.parse(JSON.stringify(r || {})) : o === "array" ? JSON.parse(JSON.stringify(r || [])) : r;
37
37
  }
38
38
  function He({ error: r }) {
39
- return /* @__PURE__ */ $(V, { children: /* @__PURE__ */ $(z, { severity: "error", children: r.message }) });
39
+ return /* @__PURE__ */ T(V, { children: /* @__PURE__ */ T(z, { severity: "error", children: r.message }) });
40
40
  }
41
41
  var G;
42
- const T = ((G = window.blocklet) == null ? void 0 : G.prefix) || "/", F = Q({
42
+ const J = ((G = window.blocklet) == null ? void 0 : G.prefix) || "/", F = Q({
43
43
  timeout: 200 * 1e3
44
- }), ge = window.location.protocol === "https:" ? "wss" : "ws", Ye = (r) => A(`${ge}://${window.location.hostname}`, T, `api/${r}/ws/pages`), Pe = "z8ia1mAXo8ZE7ytGF36L5uBf9kD2kenhqFGp9";
44
+ }), ge = window.location.protocol === "https:" ? "wss" : "ws", Ye = (r) => _(`${ge}://${window.location.hostname}`, J, `api/${r}/ws/pages`), Pe = "z8ia1mAXo8ZE7ytGF36L5uBf9kD2kenhqFGp9";
45
45
  var B;
46
- (B = blocklet == null ? void 0 : blocklet.componentMountPoints.find((r) => r.did === Pe)) != null && B.mountPoint || A(T, "/image-bin");
46
+ (B = blocklet == null ? void 0 : blocklet.componentMountPoints.find((r) => r.did === Pe)) != null && B.mountPoint || _(J, "/image-bin");
47
47
  function Ze(r) {
48
- return r && !/^(https?:\/\/|\/)/.test(r) ? window.location.origin + A(T, "uploads", r) : r;
48
+ return r && !/^(https?:\/\/|\/)/.test(r) ? window.location.origin + _(J, "uploads", r) : r;
49
49
  }
50
50
  const we = window.innerWidth <= 750;
51
51
  function et(r, o, f) {
@@ -62,19 +62,19 @@ async function ye(r) {
62
62
  async function he(r) {
63
63
  return F.post(`/api/projects/${r.id}/update`, r).then((o) => o.data);
64
64
  }
65
- const ve = 500, M = se("abcdefghijklmnopqrstuvwxyz0123456789", 16), N = ie(null);
65
+ const ve = 500, A = ce("abcdefghijklmnopqrstuvwxyz0123456789", 16), W = ie(null);
66
66
  function tt({
67
67
  url: r,
68
68
  name: o,
69
69
  children: f,
70
70
  waitingSynced: h
71
71
  }) {
72
- const [E, b] = _(!1), { locale: S } = Y(), v = W(), L = `${v}:MakerLocalState`, e = `${v}:${o}`, [t, s] = re(L, {
72
+ const [L, O] = R(!1), { locale: S } = Y(), v = N(), k = `${v}:MakerLocalState`, e = `${v}:${o}`, [t, c] = re(k, {
73
73
  defaultValue: {},
74
74
  listenStorageChange: !0
75
- }), c = ae(t);
76
- c.current = t;
77
- const i = j(
75
+ }), s = ae(t);
76
+ s.current = t;
77
+ const i = E(
78
78
  () => te({
79
79
  dataSourceIds: [],
80
80
  dataSources: {},
@@ -88,17 +88,17 @@ function tt({
88
88
  resources: {}
89
89
  }),
90
90
  []
91
- ), n = j(() => oe(i), [i]);
92
- j(() => new me(e, n), [e, n]);
93
- const a = j(
91
+ ), n = E(() => oe(i), [i]);
92
+ E(() => new me(e, n), [e, n]);
93
+ const a = E(
94
94
  () => new fe(r, e, n, {
95
95
  params: {},
96
96
  resyncInterval: 5 * 60 * 1e3
97
97
  }),
98
98
  [r, e, n]
99
- ), d = D(() => {
99
+ ), d = $(() => {
100
100
  a && (a.disconnect(), a.connect());
101
- }, [a]), l = j(
101
+ }, [a]), l = E(
102
102
  () => new Se(
103
103
  [
104
104
  n.getArray("pageIds"),
@@ -113,42 +113,42 @@ function tt({
113
113
  { doc: n }
114
114
  ),
115
115
  [n]
116
- ), [u, m] = _(null), [C, p] = _(!1), [g, P] = _(void 0), x = D(async () => {
116
+ ), [u, m] = R(null), [x, P] = R(!1), [w, C] = R(void 0), p = $(async () => {
117
117
  if (v) {
118
- p(!0);
118
+ P(!0);
119
119
  try {
120
- const w = await ye(v);
121
- m(w);
122
- } catch (w) {
123
- console.error("Failed to fetch project:", w);
120
+ const g = await ye(v);
121
+ m(g);
122
+ } catch (g) {
123
+ console.error("Failed to fetch project:", g);
124
124
  } finally {
125
- p(!1);
125
+ P(!1);
126
126
  }
127
127
  }
128
- }, [v]), J = D(
129
- async (w, I) => {
130
- var O;
131
- if (P(void 0), !!v) {
128
+ }, [v]), b = $(
129
+ async (g, I) => {
130
+ var j;
131
+ if (C(void 0), !!v) {
132
132
  I != null && I.optimisticUpdate && u && m((y) => ({
133
133
  ...y,
134
- ...w
134
+ ...g
135
135
  }));
136
136
  try {
137
137
  const y = await he({
138
- ...w
138
+ ...g
139
139
  });
140
140
  m(y);
141
141
  } catch (y) {
142
- console.error("Failed to update project:", y), I != null && I.optimisticUpdate && m(u), P((O = y == null ? void 0 : y.response) == null ? void 0 : O.data);
142
+ console.error("Failed to update project:", y), I != null && I.optimisticUpdate && m(u), C((j = y == null ? void 0 : y.response) == null ? void 0 : j.data);
143
143
  }
144
144
  }
145
145
  },
146
146
  [v, u]
147
147
  );
148
- R(() => {
149
- v && x();
150
- }, [v, x]);
151
- const K = j(
148
+ D(() => {
149
+ v && p();
150
+ }, [v, p]);
151
+ const K = E(
152
152
  () => ({
153
153
  doc: n,
154
154
  state: i,
@@ -157,14 +157,14 @@ function tt({
157
157
  // always use the locale from the context
158
158
  currentLocale: S
159
159
  },
160
- setLocalState: (w) => s(typeof w == "function" ? (I) => w(I ?? {}) : w),
160
+ setLocalState: (g) => c(typeof g == "function" ? (I) => g(I ?? {}) : g),
161
161
  undoManager: l,
162
162
  projectState: {
163
163
  project: u,
164
- isLoadingProject: C,
165
- error: g
164
+ isLoadingProject: x,
165
+ error: w
166
166
  },
167
- updateProject: J,
167
+ updateProject: b,
168
168
  forceSync: d
169
169
  }),
170
170
  // eslint-disable-next-line react-hooks/exhaustive-deps
@@ -173,51 +173,51 @@ function tt({
173
173
  i,
174
174
  JSON.stringify(t),
175
175
  // resolve the problem of react warning
176
- s,
176
+ c,
177
177
  l,
178
178
  u,
179
- C,
180
- J,
181
- g,
179
+ x,
180
+ b,
181
+ w,
182
182
  S,
183
183
  d
184
184
  ]
185
185
  );
186
- return R(() => {
187
- l.on("stack-item-added", ({ stackItem: w }) => {
188
- const { currentPageId: I, currentLocale: O, pages: y } = c.current;
189
- w.meta.set("localState", { currentPageId: I, currentLocale: O, pages: y });
190
- }), l.on("stack-item-popped", ({ stackItem: w }) => {
191
- const I = w.meta.get("localState");
192
- I && s((O) => ({ ...O, ...I }));
186
+ return D(() => {
187
+ l.on("stack-item-added", ({ stackItem: g }) => {
188
+ const { currentPageId: I, currentLocale: j, pages: y } = s.current;
189
+ g.meta.set("localState", { currentPageId: I, currentLocale: j, pages: y });
190
+ }), l.on("stack-item-popped", ({ stackItem: g }) => {
191
+ const I = g.meta.get("localState");
192
+ I && c((j) => ({ ...j, ...I }));
193
193
  });
194
- }, [l, s]), R(() => {
194
+ }, [l, c]), D(() => {
195
195
  a.awareness.setLocalState(t);
196
- }, [a, t]), R(() => {
197
- a.once("synced", () => b(!0));
198
- const w = () => {
199
- s((y) => ({
196
+ }, [a, t]), D(() => {
197
+ a.once("synced", () => O(!0));
198
+ const g = () => {
199
+ c((y) => ({
200
200
  ...y,
201
201
  networkStatus: void 0
202
202
  }));
203
203
  }, I = () => {
204
- s((y) => ({
204
+ c((y) => ({
205
205
  ...y,
206
206
  networkStatus: "offline"
207
207
  }));
208
- }, O = U(({ status: y }) => {
209
- y === "connected" ? w() : y === "disconnected" && I();
208
+ }, j = U(({ status: y }) => {
209
+ y === "connected" ? g() : y === "disconnected" && I();
210
210
  }, ve);
211
- return a.on("status", O), window.addEventListener("online", w), window.addEventListener("offline", I), () => {
212
- a.off("status", O), window.removeEventListener("online", w), window.removeEventListener("offline", I);
211
+ return a.on("status", j), window.addEventListener("online", g), window.addEventListener("offline", I), () => {
212
+ a.off("status", j), window.removeEventListener("online", g), window.removeEventListener("offline", I);
213
213
  };
214
- }, [a, s]), h && !E ? null : /* @__PURE__ */ $(N.Provider, { value: K, children: f });
214
+ }, [a, c]), h && !L ? null : /* @__PURE__ */ T(W.Provider, { value: K, children: f });
215
215
  }
216
216
  const Ce = () => {
217
- const r = de(N);
217
+ const r = de(W);
218
218
  if (!r)
219
219
  throw new Error("Context is null");
220
- const o = ne(r.state), { setLocalState: f, localState: h } = r, E = ue(), b = W(), S = j(
220
+ const o = ne(r.state), { setLocalState: f, localState: h } = r, L = ue(), O = N(), S = E(
221
221
  () => ({
222
222
  get currentPage() {
223
223
  const {
@@ -226,15 +226,15 @@ const Ce = () => {
226
226
  return e ? o.pages[e] : void 0;
227
227
  },
228
228
  get currentSection() {
229
- var c, i, n, a, d;
229
+ var s, i, n, a, d;
230
230
  const {
231
231
  localState: { currentPageId: e, ...t }
232
232
  } = r;
233
233
  if (!e)
234
234
  return;
235
- const s = (i = (c = t.pages) == null ? void 0 : c[e]) == null ? void 0 : i.currentSectionId;
236
- if (s)
237
- return ((n = o.pages[e]) == null ? void 0 : n.sections[s]) ?? ((d = (a = this.currentPageModel) == null ? void 0 : a.getComponentById(s)) == null ? void 0 : d.model);
235
+ const c = (i = (s = t.pages) == null ? void 0 : s[e]) == null ? void 0 : i.currentSectionId;
236
+ if (c)
237
+ return ((n = o.pages[e]) == null ? void 0 : n.sections[c]) ?? ((d = (a = this.currentPageModel) == null ? void 0 : a.getComponentById(c)) == null ? void 0 : d.model);
238
238
  },
239
239
  get currentSectionProperties() {
240
240
  var n, a, d, l;
@@ -243,14 +243,14 @@ const Ce = () => {
243
243
  } = r;
244
244
  if (!e)
245
245
  return;
246
- const s = (a = (n = t.pages) == null ? void 0 : n[e]) == null ? void 0 : a.currentSectionId;
247
- if (!s)
248
- return;
249
- const c = (l = (d = o.pages[e]) == null ? void 0 : d.dataSource) == null ? void 0 : l[s];
246
+ const c = (a = (n = t.pages) == null ? void 0 : n[e]) == null ? void 0 : a.currentSectionId;
250
247
  if (!c)
251
248
  return;
249
+ const s = (l = (d = o.pages[e]) == null ? void 0 : d.dataSource) == null ? void 0 : l[c];
250
+ if (!s)
251
+ return;
252
252
  const { currentLocale: i } = this.currentLocaleMap;
253
- return i ? c[i] : void 0;
253
+ return i ? s[i] : void 0;
254
254
  },
255
255
  get currentSectionPropertiesWithFallback() {
256
256
  var d, l, u, m;
@@ -259,33 +259,33 @@ const Ce = () => {
259
259
  } = r;
260
260
  if (!e)
261
261
  return;
262
- const s = (l = (d = t.pages) == null ? void 0 : d[e]) == null ? void 0 : l.currentSectionId;
263
- if (!s)
264
- return;
265
- const c = (m = (u = o.pages[e]) == null ? void 0 : u.dataSource) == null ? void 0 : m[s];
262
+ const c = (l = (d = t.pages) == null ? void 0 : d[e]) == null ? void 0 : l.currentSectionId;
266
263
  if (!c)
267
264
  return;
265
+ const s = (m = (u = o.pages[e]) == null ? void 0 : u.dataSource) == null ? void 0 : m[c];
266
+ if (!s)
267
+ return;
268
268
  const { currentLocale: i, defaultLocale: n, fallbackLocale: a } = this.currentLocaleMap;
269
- if (i && c[i])
270
- return c[i];
271
- if (n && c[n])
272
- return c[n];
273
- if (a && c[a])
274
- return c[a];
269
+ if (i && s[i])
270
+ return s[i];
271
+ if (n && s[n])
272
+ return s[n];
273
+ if (a && s[a])
274
+ return s[a];
275
275
  },
276
276
  get currentLocaleMap() {
277
- var c;
277
+ var s;
278
278
  const {
279
279
  localState: { currentLocale: e },
280
280
  state: {
281
281
  supportedLocales: t,
282
- config: { defaultLocale: s }
282
+ config: { defaultLocale: c }
283
283
  }
284
284
  } = r;
285
285
  return {
286
286
  currentLocale: e,
287
- defaultLocale: s,
288
- fallbackLocale: ((c = t == null ? void 0 : t[0]) == null ? void 0 : c.locale) ?? "en"
287
+ defaultLocale: c,
288
+ fallbackLocale: ((s = t == null ? void 0 : t[0]) == null ? void 0 : s.locale) ?? "en"
289
289
  };
290
290
  },
291
291
  get currentRoute() {
@@ -307,59 +307,59 @@ const Ce = () => {
307
307
  }
308
308
  }),
309
309
  [JSON.stringify(h), o]
310
- ), v = j(
310
+ ), v = E(
311
311
  () => ({
312
312
  setCurrentSectionId: (e, t) => {
313
- var s, c;
314
- e === h.currentPageId && t === ((c = (s = h.pages) == null ? void 0 : s[e]) == null ? void 0 : c.currentSectionId) || (E(A("/admin/maker", b ?? "", "pages", e)), f(
315
- (i) => k(i, (n) => {
313
+ var c, s;
314
+ e === h.currentPageId && t === ((s = (c = h.pages) == null ? void 0 : c[e]) == null ? void 0 : s.currentSectionId) || (L(_("/admin/maker", O ?? "", "pages", e)), f(
315
+ (i) => M(i, (n) => {
316
316
  var a;
317
317
  n.currentPageId = e, n.currentComponentId = void 0, n.customComponentPreviewerProperties = {}, t !== void 0 && (n.pages ?? (n.pages = {}), (a = n.pages)[e] ?? (a[e] = {}), n.pages[e].currentSectionId = t ?? void 0), t ? window.sessionStorage.setItem("iframe_show_id", `"${t}"`) : window.sessionStorage.removeItem("iframe_show_id");
318
318
  })
319
319
  ));
320
320
  },
321
321
  setCurrentComponentId: (e) => {
322
- e !== h.currentComponentId && (E(A("/admin/maker", b ?? "", "components", e)), f(
323
- (t) => k(t, (s) => {
324
- s.currentComponentId = e, s.customComponentPreviewerProperties = {};
322
+ e !== h.currentComponentId && (L(_("/admin/maker", O ?? "", "components", e)), f(
323
+ (t) => M(t, (c) => {
324
+ c.currentComponentId = e, c.customComponentPreviewerProperties = {};
325
325
  })
326
326
  ));
327
327
  },
328
328
  setCurrentRouteId: ({ routeId: e, dynamicParams: t }) => {
329
329
  f(
330
- (s) => k(s, (c) => {
331
- c.currentRouteId = e, c.currentDynamicParams = t;
330
+ (c) => M(c, (s) => {
331
+ s.currentRouteId = e, s.currentDynamicParams = t;
332
332
  })
333
333
  );
334
334
  },
335
335
  setCustomComponentPreviewerProperties: (() => {
336
336
  const e = {}, t = U(() => {
337
337
  f(
338
- (s) => k(s, (c) => {
339
- c.customComponentPreviewerProperties = {
340
- ...c == null ? void 0 : c.customComponentPreviewerProperties,
338
+ (c) => M(c, (s) => {
339
+ s.customComponentPreviewerProperties = {
340
+ ...s == null ? void 0 : s.customComponentPreviewerProperties,
341
341
  ...e
342
342
  }, Object.keys(e).forEach((i) => delete e[i]);
343
343
  })
344
344
  );
345
345
  }, 5);
346
- return (s) => {
347
- Object.assign(e, s), t();
346
+ return (c) => {
347
+ Object.assign(e, c), t();
348
348
  };
349
349
  })(),
350
350
  setRouteGenerateProcess: (e) => {
351
351
  f(
352
- (t) => k(t, (s) => {
353
- e ? s.routeGenerateProcess = {
354
- ...s.routeGenerateProcess,
352
+ (t) => M(t, (c) => {
353
+ e ? c.routeGenerateProcess = {
354
+ ...c.routeGenerateProcess,
355
355
  ...e
356
- } : s.routeGenerateProcess = {};
356
+ } : c.routeGenerateProcess = {};
357
357
  })
358
358
  );
359
359
  },
360
360
  resetRouteGenerateProcess: () => {
361
361
  f(
362
- (e) => k(e, (t) => {
362
+ (e) => M(e, (t) => {
363
363
  t.routeGenerateProcess = {
364
364
  progress: "complete"
365
365
  };
@@ -367,18 +367,18 @@ const Ce = () => {
367
367
  );
368
368
  }
369
369
  }),
370
- [f, E, b, S]
371
- ), L = j(
370
+ [f, L, O, S]
371
+ ), k = E(
372
372
  () => ({
373
373
  addPage: (e, t) => {
374
374
  var i, n, a, d, l, u;
375
- const s = (e == null ? void 0 : e.id) ?? M(), c = {
375
+ const c = (e == null ? void 0 : e.id) ?? A(), s = {
376
376
  ...e,
377
- id: s,
377
+ id: c,
378
378
  createdAt: (e == null ? void 0 : e.createdAt) ?? (/* @__PURE__ */ new Date()).toISOString(),
379
379
  updatedAt: (e == null ? void 0 : e.updatedAt) ?? (/* @__PURE__ */ new Date()).toISOString(),
380
380
  publishedAt: (/* @__PURE__ */ new Date(0)).toISOString(),
381
- slug: (e == null ? void 0 : e.slug) ?? `/${s}`,
381
+ slug: (e == null ? void 0 : e.slug) ?? `/${c}`,
382
382
  sections: (e == null ? void 0 : e.sections) ?? {},
383
383
  sectionIds: (e == null ? void 0 : e.sectionIds) ?? [],
384
384
  isPublic: (e == null ? void 0 : e.isPublic) ?? !0,
@@ -392,17 +392,17 @@ const Ce = () => {
392
392
  }
393
393
  };
394
394
  return r.doc.transact(() => {
395
- o.pages[c.id] = c, o.pageIds.splice(t ?? o.pageIds.length, 0, c.id);
396
- }), c;
395
+ o.pages[s.id] = s, o.pageIds.splice(t ?? o.pageIds.length, 0, s.id);
396
+ }), s;
397
397
  },
398
398
  addRoute: (e, t) => {
399
- const s = (e == null ? void 0 : e.id) ?? M(), c = {
399
+ const c = (e == null ? void 0 : e.id) ?? A(), s = {
400
400
  ...e,
401
- id: s,
401
+ id: c,
402
402
  createdAt: (e == null ? void 0 : e.createdAt) ?? (/* @__PURE__ */ new Date()).toISOString(),
403
403
  updatedAt: (e == null ? void 0 : e.updatedAt) ?? (/* @__PURE__ */ new Date()).toISOString(),
404
404
  publishedAt: (/* @__PURE__ */ new Date(0)).toISOString(),
405
- path: (e == null ? void 0 : e.path) ?? `/${s}`,
405
+ path: (e == null ? void 0 : e.path) ?? `/${c}`,
406
406
  handler: (e == null ? void 0 : e.handler) ?? "Pages Kit",
407
407
  isPublic: (e == null ? void 0 : e.isPublic) ?? !0,
408
408
  params: (e == null ? void 0 : e.params) ?? [],
@@ -411,17 +411,17 @@ const Ce = () => {
411
411
  dataSource: (e == null ? void 0 : e.dataSource) ?? {}
412
412
  };
413
413
  return r.doc.transact(() => {
414
- o.routes ?? (o.routes = {}), o.routeIds ?? (o.routeIds = []), o.routes[c.id] = c, o.routeIds.splice(t ?? o.routeIds.length, 0, c.id);
415
- }), c;
414
+ o.routes ?? (o.routes = {}), o.routeIds ?? (o.routeIds = []), o.routes[s.id] = s, o.routeIds.splice(t ?? o.routeIds.length, 0, s.id);
415
+ }), s;
416
416
  },
417
417
  deleteRoute: (e) => {
418
- var s;
418
+ var c;
419
419
  if (!e)
420
420
  return;
421
- const t = (s = o.routeIds) == null ? void 0 : s.indexOf(e);
421
+ const t = (c = o.routeIds) == null ? void 0 : c.indexOf(e);
422
422
  t !== void 0 && t !== -1 && r.doc.transact(() => {
423
- var c, i;
424
- (c = o.routeIds) == null || c.splice(t, 1), (i = o.routes) == null || delete i[e];
423
+ var s, i;
424
+ (s = o.routeIds) == null || s.splice(t, 1), (i = o.routes) == null || delete i[e];
425
425
  });
426
426
  },
427
427
  deletePage: (e) => {
@@ -431,50 +431,50 @@ const Ce = () => {
431
431
  });
432
432
  },
433
433
  movePage: (e, t) => {
434
- const { pageIds: s } = o, c = s.indexOf(e);
435
- c >= 0 && s.splice(t, 0, ...s.splice(c, 1));
434
+ const { pageIds: c } = o, s = c.indexOf(e);
435
+ s >= 0 && c.splice(t, 0, ...c.splice(s, 1));
436
436
  },
437
- addSection: (e, t, s, c) => {
437
+ addSection: (e, t, c, s) => {
438
438
  const i = o.pages[e];
439
439
  if (!i)
440
440
  throw new Error(`Page ${e} is not exists`);
441
441
  const n = {
442
442
  ...t,
443
- id: t.id ?? M(),
443
+ id: t.id ?? A(),
444
444
  isTemplateSection: t.isTemplateSection ?? !0,
445
445
  llmConfig: t.llmConfig ?? {}
446
- }, a = ce(n.locales);
446
+ }, a = se(n.locales);
447
447
  return delete n.locales, r.doc.transact(() => {
448
448
  var d, l, u;
449
- if (c && c.component === "layout-block") {
450
- const m = (d = S.currentPageModel) == null ? void 0 : d.getComponentById(c.id);
449
+ if (s && s.component === "layout-block") {
450
+ const m = (d = S.currentPageModel) == null ? void 0 : d.getComponentById(s.id);
451
451
  m && ((l = m.model).sections ?? (l.sections = {}), m.model.sections[n.id] = n, (u = m.model).sectionIds ?? (u.sectionIds = []), m.model.sectionIds.push(n.id));
452
452
  } else
453
- i.sections[n.id] = n, i.sectionIds.splice(s ?? i.sectionIds.length, 0, n.id);
453
+ i.sections[n.id] = n, i.sectionIds.splice(c ?? i.sectionIds.length, 0, n.id);
454
454
  a && (i.dataSource ?? (i.dataSource = {}), i.dataSource[n.id] = a);
455
455
  }), n;
456
456
  },
457
457
  deleteSection: (e, t) => {
458
- const s = o.pages[e];
459
- if (!s)
458
+ const c = o.pages[e];
459
+ if (!c)
460
460
  throw new Error(`Page ${e} is not exists`);
461
461
  r.doc.transact(() => {
462
- var a, d, l, u, m, C;
463
- const c = [], i = (a = S.currentPageModel) == null ? void 0 : a.getComponentById(t), n = i == null ? void 0 : i.parent;
464
- if (i && (c.push(i.model.id, ...i.all().map((p) => p.model.id)), (n == null ? void 0 : n.model.component) === "layout-block")) {
465
- const p = (d = n.model.sectionIds) == null ? void 0 : d.indexOf(t);
466
- p !== void 0 && p !== -1 && ((l = n.model.sectionIds) == null || l.splice(p, 1), (u = n.model.sections) == null || delete u[t]), (m = n.model.config) != null && m.gridSettings && Object.keys(n.model.config.gridSettings).forEach((g) => {
467
- var P;
462
+ var a, d, l, u, m, x;
463
+ const s = [], i = (a = S.currentPageModel) == null ? void 0 : a.getComponentById(t), n = i == null ? void 0 : i.parent;
464
+ if (i && (s.push(i.model.id, ...i.all().map((P) => P.model.id)), (n == null ? void 0 : n.model.component) === "layout-block")) {
465
+ const P = (d = n.model.sectionIds) == null ? void 0 : d.indexOf(t);
466
+ P !== void 0 && P !== -1 && ((l = n.model.sectionIds) == null || l.splice(P, 1), (u = n.model.sections) == null || delete u[t]), (m = n.model.config) != null && m.gridSettings && Object.keys(n.model.config.gridSettings).forEach((w) => {
467
+ var C;
468
468
  try {
469
- (P = n.model.config.gridSettings[g]) == null || delete P[t];
469
+ (C = n.model.config.gridSettings[w]) == null || delete C[t];
470
470
  } catch {
471
471
  }
472
- }), ((C = n.model.config) == null ? void 0 : C.backgroundSectionId) === t && (n.model.config.backgroundSectionId = void 0);
472
+ }), ((x = n.model.config) == null ? void 0 : x.backgroundSectionId) === t && (n.model.config.backgroundSectionId = void 0);
473
473
  }
474
- c.forEach((p) => {
475
- var P, x;
476
- const g = s.sectionIds.indexOf(p);
477
- g !== -1 && s.sectionIds.splice(g, 1), s.sections[p] && delete s.sections[p], (P = s.dataSource) != null && P[p] && ((x = s.dataSource) == null || delete x[p]);
474
+ s.forEach((P) => {
475
+ var C, p;
476
+ const w = c.sectionIds.indexOf(P);
477
+ w !== -1 && c.sectionIds.splice(w, 1), c.sections[P] && delete c.sections[P], (C = c.dataSource) != null && C[P] && ((p = c.dataSource) == null || delete p[P]);
478
478
  });
479
479
  });
480
480
  },
@@ -482,26 +482,26 @@ const Ce = () => {
482
482
  var i, n;
483
483
  if (!o.pages[e])
484
484
  throw new Error(`Page ${e} is not exists`);
485
- const c = (n = (i = S.currentPageModel) == null ? void 0 : i.getComponentById(t)) == null ? void 0 : n.model;
486
- c && (c.locked = !c.locked);
485
+ const s = (n = (i = S.currentPageModel) == null ? void 0 : i.getComponentById(t)) == null ? void 0 : n.model;
486
+ s && (s.locked = !s.locked);
487
487
  },
488
- toggleSectionVisibility: (e, t, s) => {
488
+ toggleSectionVisibility: (e, t, c) => {
489
489
  var n, a;
490
490
  if (!o.pages[e])
491
491
  throw new Error(`Page ${e} is not exists`);
492
492
  const i = (a = (n = S.currentPageModel) == null ? void 0 : n.getComponentById(t)) == null ? void 0 : a.model;
493
- i && (i.visibility = s);
493
+ i && (i.visibility = c);
494
494
  },
495
- moveSection: (e, t, s, c) => {
496
- var n, a, d, l, u, m;
495
+ moveSection: (e, t, c, s) => {
496
+ var n, a, d, l, u, m, x, P;
497
497
  if (!o.pages[e])
498
498
  throw new Error(`Page ${e} is not exists`);
499
- if (c && c !== t) {
500
- const C = (n = S.currentPageModel) == null ? void 0 : n.getComponentById(t), p = (a = S.currentPageModel) == null ? void 0 : a.getComponentById(c), g = C == null ? void 0 : C.parent, P = p == null ? void 0 : p.parent;
501
- P && g && ((d = P == null ? void 0 : P.model) == null ? void 0 : d.id) === ((l = g == null ? void 0 : g.model) == null ? void 0 : l.id) ? r.doc.transact(() => {
502
- g.model.sectionIds.splice(C.getIndex(), 1), g.model.sectionIds.splice(p.getIndex(), 0, t);
503
- }) : P && g && ((u = P == null ? void 0 : P.model) == null ? void 0 : u.id) !== ((m = g == null ? void 0 : g.model) == null ? void 0 : m.id) && r.doc.transact(() => {
504
- P.model.sections[t] = JSON.parse(JSON.stringify(C.model)), P.model.sectionIds.splice(p.getIndex(), 0, t), g.model.sectionIds.splice(C.getIndex(), 1), delete g.model.sections[t];
499
+ if (s && s !== t) {
500
+ const w = (n = S.currentPageModel) == null ? void 0 : n.getComponentById(t), C = (a = S.currentPageModel) == null ? void 0 : a.getComponentById(s), p = w == null ? void 0 : w.parent, b = C == null ? void 0 : C.parent;
501
+ b && p && ((d = b == null ? void 0 : b.model) == null ? void 0 : d.id) === ((l = p == null ? void 0 : p.model) == null ? void 0 : l.id) ? r.doc.transact(() => {
502
+ p.model.sectionIds.splice(w.getIndex(), 1), p.model.sectionIds.splice(C.getIndex(), 0, t);
503
+ }) : b && p && ((u = b == null ? void 0 : b.model) == null ? void 0 : u.id) !== ((m = p == null ? void 0 : p.model) == null ? void 0 : m.id) && t !== s && !((P = (x = w == null ? void 0 : w.model) == null ? void 0 : x.sectionIds) != null && P.includes(s)) && r.doc.transact(() => {
504
+ b.model.sections[t] = JSON.parse(JSON.stringify(w.model)), b.model.sectionIds.splice(C.getIndex(), 0, t), p.model.sectionIds.splice(w.getIndex(), 1), delete p.model.sections[t];
505
505
  });
506
506
  }
507
507
  },
@@ -509,22 +509,22 @@ const Ce = () => {
509
509
  var l, u, m;
510
510
  if (!o.pages[e])
511
511
  throw new Error(`Page ${e} is not exists`);
512
- const c = (l = S.currentPageModel) == null ? void 0 : l.getComponentById(t);
513
- if (!(c != null && c.model))
512
+ const s = (l = S.currentPageModel) == null ? void 0 : l.getComponentById(t);
513
+ if (!(s != null && s.model))
514
514
  throw new Error(`Section ${t} is not exists`);
515
- const i = JSON.parse(JSON.stringify(c.model)), n = Ee(i), a = n.id, d = c == null ? void 0 : c.parent;
515
+ const i = JSON.parse(JSON.stringify(s.model)), n = Ee(i), a = n.id, d = s == null ? void 0 : s.parent;
516
516
  return d && (d.model.sections[a] = n, d.model.sectionIds.push(a), v.setCurrentSectionId(e, a), (m = (u = S.currentPage) == null ? void 0 : u.dataSource) != null && m[t] && (S.currentPage.dataSource[a] = JSON.parse(
517
517
  JSON.stringify(S.currentPage.dataSource[t])
518
518
  ))), n;
519
519
  },
520
520
  addDataSource: (e) => {
521
- const t = e.id ?? M(), s = {
521
+ const t = e.id ?? A(), c = {
522
522
  ...e ?? {},
523
523
  id: t,
524
524
  createdAt: (/* @__PURE__ */ new Date()).toISOString()
525
525
  };
526
526
  return r.doc.transact(() => {
527
- o.dataSourceIds ?? (o.dataSourceIds = []), o.dataSources ?? (o.dataSources = {}), o.dataSourceIds.push(t), o.dataSources[t] = s;
527
+ o.dataSourceIds ?? (o.dataSourceIds = []), o.dataSources ?? (o.dataSources = {}), o.dataSourceIds.push(t), o.dataSources[t] = c;
528
528
  }), o.dataSources[t];
529
529
  },
530
530
  deleteDataSource: (e) => {
@@ -539,28 +539,28 @@ const Ce = () => {
539
539
  return {
540
540
  ...r,
541
541
  state: o,
542
- actions: L,
542
+ actions: k,
543
543
  localActions: v,
544
544
  ...S
545
545
  };
546
- }, W = () => {
546
+ }, N = () => {
547
547
  const { projectId: r } = le();
548
548
  return r ?? pe() ?? "";
549
549
  }, ot = () => window.__PROJECT_SLUG__ ?? "";
550
550
  function be(r) {
551
- var h, E;
551
+ var h, L;
552
552
  const { resources: o } = r;
553
553
  if (!o.components)
554
554
  return {};
555
555
  const f = {};
556
- return (E = (h = window == null ? void 0 : window.blocklet) == null ? void 0 : h.componentMountPoints) == null || E.forEach((b) => {
557
- f[b.did] = b;
556
+ return (L = (h = window == null ? void 0 : window.blocklet) == null ? void 0 : h.componentMountPoints) == null || L.forEach((O) => {
557
+ f[O.did] = O;
558
558
  }), Object.fromEntries(
559
- Object.entries(o.components).map(([b, { blockletId: S, component: v }]) => {
560
- var L;
559
+ Object.entries(o.components).map(([O, { blockletId: S, component: v }]) => {
560
+ var k;
561
561
  return [
562
- b,
563
- { data: v, blockletId: S, blockletTitle: ((L = f[S]) == null ? void 0 : L.title) || S }
562
+ O,
563
+ { data: v, blockletId: S, blockletTitle: ((k = f[S]) == null ? void 0 : k.title) || S }
564
564
  ];
565
565
  })
566
566
  );
@@ -577,7 +577,7 @@ function je(r) {
577
577
  }
578
578
  const nt = () => je(Ce().state);
579
579
  function Ee(r) {
580
- const o = JSON.parse(JSON.stringify(r)), f = M();
580
+ const o = JSON.parse(JSON.stringify(r)), f = A();
581
581
  return {
582
582
  ...o,
583
583
  id: f
@@ -599,7 +599,7 @@ export {
599
599
  Oe as k,
600
600
  be as l,
601
601
  pe as m,
602
- M as n,
602
+ A as n,
603
603
  Xe as t,
604
- W as u
604
+ N as u
605
605
  };