@grapesjs/studio-sdk-plugins 1.0.36 → 1.0.37
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/accordionComponent/index.cjs.js +4 -4
- package/dist/accordionComponent/index.es.js +83 -70
- package/dist/accordionComponent/index.umd.js +4 -4
- package/dist/aiChat/clientToolsProcessors.d.ts +1 -2
- package/dist/aiChat/components/utils.d.ts +1 -0
- package/dist/aiChat/components/utilsTw.d.ts +11 -0
- package/dist/aiChat/index.cjs.js +70 -70
- package/dist/aiChat/index.es.js +8627 -8161
- package/dist/aiChat/index.js +70 -70
- package/dist/aiChat/index.umd.js +70 -70
- package/dist/aiChat/projectGeneration.d.ts +17 -0
- package/dist/animationComponent/index.cjs.js +3 -3
- package/dist/animationComponent/index.es.js +55 -42
- package/dist/animationComponent/index.umd.js +3 -3
- package/dist/canvasAbsoluteMode/index.cjs.js +1 -1
- package/dist/canvasAbsoluteMode/index.es.js +67 -54
- package/dist/canvasAbsoluteMode/index.umd.js +1 -1
- package/dist/canvasEmptyState/index.cjs.js +1 -1
- package/dist/canvasEmptyState/index.es.js +59 -46
- package/dist/canvasEmptyState/index.umd.js +1 -1
- package/dist/canvasFullSize/index.cjs.js +4 -4
- package/dist/canvasFullSize/index.es.js +59 -46
- package/dist/canvasFullSize/index.umd.js +4 -4
- package/dist/canvasGridMode/index.cjs.js +2 -2
- package/dist/canvasGridMode/index.es.js +70 -57
- package/dist/canvasGridMode/index.umd.js +4 -4
- package/dist/canvasScreenshot/index.cjs.js +1 -1
- package/dist/canvasScreenshot/index.es.js +37 -24
- package/dist/canvasScreenshot/index.umd.js +1 -1
- package/dist/dataSourceEjs/index.cjs.js +3 -3
- package/dist/dataSourceEjs/index.es.js +51 -38
- package/dist/dataSourceEjs/index.umd.js +3 -3
- package/dist/dataSourceHandlebars/index.cjs.js +2 -2
- package/dist/dataSourceHandlebars/index.es.js +50 -37
- package/dist/dataSourceHandlebars/index.umd.js +6 -6
- package/dist/dialogComponent/index.cjs.js +9 -9
- package/dist/dialogComponent/index.es.js +58 -45
- package/dist/dialogComponent/index.umd.js +3 -3
- package/dist/flexComponent/index.cjs.js +6 -6
- package/dist/flexComponent/index.es.js +82 -69
- package/dist/flexComponent/index.umd.js +6 -6
- package/dist/fsLightboxComponent/index.cjs.js +2 -2
- package/dist/fsLightboxComponent/index.es.js +70 -57
- package/dist/fsLightboxComponent/index.umd.js +2 -2
- package/dist/googleFontsAssetProvider/index.cjs.js +1 -1
- package/dist/googleFontsAssetProvider/index.es.js +84 -71
- package/dist/googleFontsAssetProvider/index.umd.js +1 -1
- package/dist/iconifyComponent/index.cjs.js +2 -2
- package/dist/iconifyComponent/index.es.js +82 -69
- package/dist/iconifyComponent/index.umd.js +2 -2
- package/dist/index.cjs.js +36 -36
- package/dist/index.es.js +843 -830
- package/dist/index.umd.js +36 -36
- package/dist/layoutSidebarButtons/index.cjs.js +1 -1
- package/dist/layoutSidebarButtons/index.es.js +81 -68
- package/dist/layoutSidebarButtons/index.umd.js +1 -1
- package/dist/lightGalleryComponent/index.cjs.js +1 -1
- package/dist/lightGalleryComponent/index.es.js +86 -73
- package/dist/lightGalleryComponent/index.umd.js +1 -1
- package/dist/linkImageComponent/index.cjs.js +2 -2
- package/dist/linkImageComponent/index.es.js +70 -57
- package/dist/linkImageComponent/index.umd.js +2 -2
- package/dist/listPagesComponent/index.cjs.js +3 -3
- package/dist/listPagesComponent/index.es.js +49 -36
- package/dist/listPagesComponent/index.umd.js +3 -3
- package/dist/presetPrintable/index.cjs.js +3 -3
- package/dist/presetPrintable/index.es.js +130 -117
- package/dist/presetPrintable/index.umd.js +3 -3
- package/dist/prosemirror/index.cjs.js +1 -1
- package/dist/prosemirror/index.es.js +96 -83
- package/dist/prosemirror/index.umd.js +1 -1
- package/dist/rendererReact/index.cjs.js +1 -1
- package/dist/rendererReact/index.es.js +143 -131
- package/dist/rendererReact/index.js +1 -1
- package/dist/rendererReact/index.umd.js +1 -1
- package/dist/rteTinyMce/index.cjs.js +2 -2
- package/dist/rteTinyMce/index.es.js +74 -61
- package/dist/rteTinyMce/index.umd.js +2 -2
- package/dist/shapeDividerComponent/index.cjs.js +3 -3
- package/dist/shapeDividerComponent/index.es.js +33 -20
- package/dist/shapeDividerComponent/index.umd.js +3 -3
- package/dist/swiperComponent/index.cjs.js +5 -5
- package/dist/swiperComponent/index.es.js +105 -92
- package/dist/swiperComponent/index.umd.js +5 -5
- package/dist/tableComponent/index.cjs.js +1 -1
- package/dist/tableComponent/index.es.js +163 -150
- package/dist/tableComponent/index.umd.js +1 -1
- package/dist/youtubeAssetProvider/index.cjs.js +1 -1
- package/dist/youtubeAssetProvider/index.es.js +36 -23
- package/dist/youtubeAssetProvider/index.umd.js +1 -1
- package/package.json +2 -2
|
@@ -1,33 +1,46 @@
|
|
|
1
|
-
const N = "app.grapesjs.com", S = "app-stage.grapesjs.com",
|
|
1
|
+
const N = "app.grapesjs.com", S = "app-stage.grapesjs.com", H = "app2.grapesjs.com", U = "app-stage2.grapesjs.com", $ = [
|
|
2
2
|
N,
|
|
3
|
-
U,
|
|
4
|
-
S,
|
|
5
3
|
H,
|
|
4
|
+
S,
|
|
5
|
+
U,
|
|
6
6
|
"localhost",
|
|
7
7
|
"127.0.0.1",
|
|
8
8
|
".local-credentialless.webcontainer.io",
|
|
9
9
|
// For stackblitz.com demos
|
|
10
10
|
".local.webcontainer.io",
|
|
11
11
|
// For stackblitz.com demos
|
|
12
|
-
"-sandpack.codesandbox.io"
|
|
12
|
+
"-sandpack.codesandbox.io",
|
|
13
13
|
// For Sandpack demos
|
|
14
|
+
".claudemcpcontent.com",
|
|
15
|
+
// For Claude mcp app
|
|
16
|
+
".web-sandbox.oaiusercontent.com"
|
|
17
|
+
// For OpenAI mcp app
|
|
14
18
|
], F = "license:check:end", W = () => typeof window < "u", K = ({
|
|
15
19
|
isDev: e,
|
|
16
|
-
isStage:
|
|
20
|
+
isStage: a,
|
|
17
21
|
isPlatform: c
|
|
18
|
-
}) => `${e ? "" : `https://${
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
}) => `${e ? "" : `https://${a ? S : N}`}/${c ? "platform-api" : "api"}`, Z = () => {
|
|
23
|
+
if (!W()) return "";
|
|
24
|
+
const { hostname: e } = window.location;
|
|
25
|
+
if (e) return e;
|
|
26
|
+
try {
|
|
27
|
+
return window.parent.location.hostname || "";
|
|
28
|
+
} catch {
|
|
29
|
+
return "";
|
|
30
|
+
}
|
|
31
|
+
}, q = () => {
|
|
32
|
+
const e = Z();
|
|
33
|
+
return !!e && ($.includes(e) || $.some((a) => e.endsWith(a)));
|
|
21
34
|
};
|
|
22
|
-
async function
|
|
35
|
+
async function z({
|
|
23
36
|
path: e,
|
|
24
|
-
baseApiUrl:
|
|
37
|
+
baseApiUrl: a,
|
|
25
38
|
method: c = "GET",
|
|
26
39
|
headers: l = {},
|
|
27
40
|
params: r,
|
|
28
41
|
body: f
|
|
29
42
|
}) {
|
|
30
|
-
const g = `${
|
|
43
|
+
const g = `${a || K({ isDev: !1, isStage: !1 })}${e}`, u = {
|
|
31
44
|
method: c,
|
|
32
45
|
headers: {
|
|
33
46
|
"Content-Type": "application/json",
|
|
@@ -40,21 +53,21 @@ async function q({
|
|
|
40
53
|
throw new Error(`HTTP error! status: ${s.status}`);
|
|
41
54
|
return s.json();
|
|
42
55
|
}
|
|
43
|
-
var w = /* @__PURE__ */ ((e) => (e.free = "free", e.startup = "startup", e.business = "business", e.enterprise = "enterprise", e))(w || {}),
|
|
44
|
-
const
|
|
56
|
+
var w = /* @__PURE__ */ ((e) => (e.free = "free", e.startup = "startup", e.business = "business", e.enterprise = "enterprise", e))(w || {}), B = /* @__PURE__ */ ((e) => (e.toastAdd = "studio:toastAdd", e.toastRemove = "studio:toastRemove", e.dialogOpen = "studio:dialogOpen", e.dialogClose = "studio:dialogClose", e.dialogExportCode = "studio:dialogExportCode", e.dialogImportCode = "studio:dialogImportCode", e.sidebarLeftSet = "studio:sidebarLeft:set", e.sidebarLeftGet = "studio:sidebarLeft:get", e.sidebarLeftToggle = "studio:sidebarLeft:toggle", e.sidebarRightSet = "studio:sidebarRight:set", e.sidebarRightGet = "studio:sidebarRight:get", e.sidebarRightToggle = "studio:sidebarRight:toggle", e.sidebarTopSet = "studio:sidebarTop:set", e.sidebarTopGet = "studio:sidebarTop:get", e.sidebarTopToggle = "studio:sidebarTop:toggle", e.sidebarBottomSet = "studio:sidebarBottom:set", e.sidebarBottomGet = "studio:sidebarBottom:get", e.sidebarBottomToggle = "studio:sidebarBottom:toggle", e.symbolAdd = "studio:symbolAdd", e.symbolDetach = "studio:symbolDetach", e.symbolOverride = "studio:symbolOverride", e.symbolPropagateStyles = "studio:propagateStyles", e.getPagesConfig = "studio:getPagesConfig", e.setPagesConfig = "studio:setPagesConfig", e.getPageSettings = "studio:getPageSettings", e.setPageSettings = "studio:setPageSettings", e.clearPage = "studio:clearPage", e.projectFiles = "studio:projectFiles", e.validateCode = "studio:validateCode", e.canvasReload = "studio:canvasReload", e.getBlocksPanel = "studio:getBlocksPanel", e.setBlocksPanel = "studio:setBlocksPanel", e.getStateContextMenu = "studio:getStateContextMenu", e.setStateContextMenu = "studio:setStateContextMenu", e.contextMenuComponent = "studio:contextMenuComponent", e.layoutAdd = "studio:layoutAdd", e.layoutRemove = "studio:layoutRemove", e.layoutToggle = "studio:layoutToggle", e.layoutUpdate = "studio:layoutUpdate", e.layoutGet = "studio:layoutGet", e.layoutConfigGet = "studio:layoutConfigGet", e.layoutConfigSet = "studio:layoutConfigSet", e.layoutComponentAdd = "studio:layoutComponentAdd", e.layoutComponentGet = "studio:layoutComponentGet", e.layoutComponentRemove = "studio:layoutComponentRemove", e.layoutComponentRender = "studio:layoutComponentRender", e.getStateTheme = "studio:getStateTheme", e.setStateTheme = "studio:setStateTheme", e.settings = "studio:settings", e.assetProviderGet = "studio:assetProviderGet", e.assetProviderAdd = "studio:assetProviderAdd", e.assetProviderRemove = "studio:assetProviderRemove", e.fontGet = "studio:fontGet", e.fontAdd = "studio:fontAdd", e.fontRemove = "studio:fontRemove", e.fontManagerOpen = "studio:fontManagerOpen", e.menuFontLoad = "studio:menuFontLoad", e.toggleStateDataSource = "studio:toggleStateDataSource", e.getStateDataSource = "studio:getStateDataSource", e.dataSourceSetGlobalData = "studio:dataSourceSetGlobalData", e.dataSourceSetImporter = "studio:dataSourceSetImporter", e.dataSourceSetExporter = "studio:dataSourceSetExporter", e.setDragAbsolute = "studio:setDragAbsolute", e))(B || {});
|
|
57
|
+
const V = {
|
|
45
58
|
[w.free]: 0,
|
|
46
59
|
[w.startup]: 10,
|
|
47
60
|
[w.business]: 20,
|
|
48
61
|
[w.enterprise]: 30
|
|
49
62
|
};
|
|
50
|
-
function
|
|
51
|
-
const
|
|
52
|
-
return
|
|
63
|
+
function J(e) {
|
|
64
|
+
const a = e;
|
|
65
|
+
return a.init = (c) => (l) => e(l, c), a;
|
|
53
66
|
}
|
|
54
|
-
const
|
|
55
|
-
async function
|
|
67
|
+
const X = (e) => /* @__PURE__ */ J(e);
|
|
68
|
+
async function Y({
|
|
56
69
|
editor: e,
|
|
57
|
-
plan:
|
|
70
|
+
plan: a,
|
|
58
71
|
pluginName: c,
|
|
59
72
|
licenseKey: l,
|
|
60
73
|
onLicenseCheckResponse: r,
|
|
@@ -69,19 +82,19 @@ async function X({
|
|
|
69
82
|
if (!(I || s.license) || p)
|
|
70
83
|
u(p || "Invalid license");
|
|
71
84
|
else if (T) {
|
|
72
|
-
const O =
|
|
73
|
-
O > t && u({ pluginRequiredPlan:
|
|
85
|
+
const O = V[a], t = V[T];
|
|
86
|
+
O > t && u({ pluginRequiredPlan: a, licensePlan: T });
|
|
74
87
|
}
|
|
75
88
|
};
|
|
76
|
-
e.Commands.has(
|
|
89
|
+
e.Commands.has(B.settings) && (g = e.runCommand(B.settings), h = (g == null ? void 0 : g.baseUrl) || "");
|
|
77
90
|
const v = (s) => {
|
|
78
91
|
r == null || r(s), s && y(s);
|
|
79
92
|
};
|
|
80
93
|
if (!g) {
|
|
81
94
|
e.onReady(async () => {
|
|
82
|
-
if (!
|
|
95
|
+
if (!q())
|
|
83
96
|
if (l) {
|
|
84
|
-
const s = await
|
|
97
|
+
const s = await C({ licenseKey: l, pluginName: c, baseApiUrl: h });
|
|
85
98
|
v(s);
|
|
86
99
|
} else
|
|
87
100
|
u("The `licenseKey` option not provided");
|
|
@@ -89,24 +102,24 @@ async function X({
|
|
|
89
102
|
return;
|
|
90
103
|
}
|
|
91
104
|
if (g.licensePlan || g.licenseError) {
|
|
92
|
-
const s =
|
|
105
|
+
const s = Q(g);
|
|
93
106
|
v(s);
|
|
94
107
|
return;
|
|
95
108
|
}
|
|
96
109
|
e.on(F, (s) => v(s));
|
|
97
110
|
}
|
|
98
|
-
const
|
|
111
|
+
const Q = (e) => ({
|
|
99
112
|
sdkLicense: e.license,
|
|
100
113
|
license: e.license,
|
|
101
114
|
error: e.licenseError,
|
|
102
115
|
plan: e.licensePlan
|
|
103
116
|
});
|
|
104
|
-
async function
|
|
105
|
-
const { licenseKey:
|
|
117
|
+
async function C(e) {
|
|
118
|
+
const { licenseKey: a, pluginName: c, baseApiUrl: l } = e;
|
|
106
119
|
try {
|
|
107
|
-
return (await
|
|
120
|
+
return (await z({
|
|
108
121
|
baseApiUrl: l,
|
|
109
|
-
path: `/sdk/${
|
|
122
|
+
path: `/sdk/${a || "na"}`,
|
|
110
123
|
method: "POST",
|
|
111
124
|
params: {
|
|
112
125
|
d: window.location.hostname,
|
|
@@ -117,32 +130,32 @@ async function Q(e) {
|
|
|
117
130
|
return console.error("Error during SDK license check:", r), !1;
|
|
118
131
|
}
|
|
119
132
|
}
|
|
120
|
-
const
|
|
133
|
+
const ee = "gjs-plg-", te = "fsLightboxComponent", oe = w.startup, D = "data-fslightbox", G = "data-type", se = "fslightbox-open", A = "fslightbox", P = {
|
|
121
134
|
image: '<svg viewBox="0 0 24 24"><path d="m8.5 13.5 2.5 3 3.5-4.5 4.5 6H5m16 1V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2Z"/></svg>',
|
|
122
135
|
video: '<svg viewBox="0 0 24 24"><path d="M17 10.5V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11l-4 4Z"/></svg>',
|
|
123
136
|
imageLightbox: '<svg viewBox="0 0 24 24"><path d="M4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H16L12,22L8,18H4A2,2 0 0,1 2,16V4A2,2 0 0,1 4,2M19,15V7L15,11L13,9L7,15H19M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5Z" /></svg>',
|
|
124
137
|
external: '<svg viewBox="0 0 24 24"><path d="M14 3v2h3.6l-9.8 9.8 1.4 1.4L19 6.4V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-7h-2v7z"/></svg>',
|
|
125
138
|
eye: '<svg viewBox="0 0 24 24"><path d="M12 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m0 8a5 5 0 0 1-5-5 5 5 0 0 1 5-5 5 5 0 0 1 5 5 5 5 0 0 1-5 5m0-12.5C7 4.5 2.7 7.6 1 12a11.8 11.8 0 0 0 22 0c-1.7-4.4-6-7.5-11-7.5Z"/></svg>'
|
|
126
|
-
},
|
|
127
|
-
const { Blocks: c, Components: l } = e, r = "Lightbox", f = `${
|
|
139
|
+
}, ie = function(e, a = {}) {
|
|
140
|
+
const { Blocks: c, Components: l } = e, r = "Lightbox", f = `${ee}${A}`, h = {
|
|
128
141
|
toolbarIconOpen: P.eye,
|
|
129
142
|
block: {},
|
|
130
143
|
defaultSrc: "https://placehold.co/300/777/white.png?text=Image",
|
|
131
144
|
cdnScript: "https://cdn.jsdelivr.net/npm/fslightbox@3.4.2/index.js",
|
|
132
|
-
...
|
|
145
|
+
...a
|
|
133
146
|
}, { block: g, toolbarIconOpen: u, defaultSrc: y } = h, v = function(t) {
|
|
134
|
-
const o = this,
|
|
135
|
-
var
|
|
147
|
+
const o = this, n = "data-fslightbox", i = window, b = () => {
|
|
148
|
+
var m;
|
|
136
149
|
const d = i.refreshFsLightbox;
|
|
137
150
|
d == null || d();
|
|
138
|
-
const k = o.getAttribute(
|
|
139
|
-
if ((
|
|
140
|
-
Array.from(document.querySelectorAll(`[${
|
|
151
|
+
const k = o.getAttribute(n);
|
|
152
|
+
if ((m = i.fsLightboxInstances) == null || m[k], !i._isEditor) return;
|
|
153
|
+
Array.from(document.querySelectorAll(`[${n}]`)).forEach((L) => {
|
|
141
154
|
const x = L.onclick;
|
|
142
155
|
L.onclick = function(_) {
|
|
143
156
|
_.preventDefault();
|
|
144
|
-
const
|
|
145
|
-
|
|
157
|
+
const j = L;
|
|
158
|
+
!j.__skipLb && (x == null || x(_)), j.__skipLb = !0;
|
|
146
159
|
};
|
|
147
160
|
});
|
|
148
161
|
};
|
|
@@ -232,8 +245,8 @@ const C = "gjs-plg-", ee = "fsLightboxComponent", te = w.startup, D = "data-fsli
|
|
|
232
245
|
label: "Toggle Lightbox",
|
|
233
246
|
command(t, o) {
|
|
234
247
|
var i;
|
|
235
|
-
const
|
|
236
|
-
|
|
248
|
+
const n = (i = o.target) == null ? void 0 : i.getView();
|
|
249
|
+
n == null || n.toggleLightbox();
|
|
237
250
|
}
|
|
238
251
|
}
|
|
239
252
|
],
|
|
@@ -248,21 +261,21 @@ const C = "gjs-plg-", ee = "fsLightboxComponent", te = w.startup, D = "data-fsli
|
|
|
248
261
|
const t = [p].map((o) => `change:${o}`).join(" ");
|
|
249
262
|
this.on(t, this.updateTraits), this.on(`change:${p}`, this.onSourceTypeChange), this.on("change:attributes:href", this.adjustSourceType), this.updateTraits({ init: !0 }), this.adjustSourceType();
|
|
250
263
|
},
|
|
251
|
-
onSourceTypeChange(t, o,
|
|
252
|
-
if (
|
|
264
|
+
onSourceTypeChange(t, o, n) {
|
|
265
|
+
if (n.adjust) return;
|
|
253
266
|
const b = this.get(p) === "video" ? "video" : "image";
|
|
254
267
|
this.addAttributes({ [G]: b, href: "" });
|
|
255
268
|
},
|
|
256
269
|
adjustSourceType() {
|
|
257
|
-
const t = this.get(p), o = this.getAttributes().href || "",
|
|
270
|
+
const t = this.get(p), o = this.getAttributes().href || "", n = { adjust: !0 };
|
|
258
271
|
if (t === "video") {
|
|
259
272
|
const i = o.includes("youtube.com") ? "youtube" : "video";
|
|
260
|
-
this.addAttributes({ [G]: i },
|
|
261
|
-
} else t !== "el" && o.startsWith("#") ? this.set(p, "el",
|
|
273
|
+
this.addAttributes({ [G]: i }, n);
|
|
274
|
+
} else t !== "el" && o.startsWith("#") ? this.set(p, "el", n) : t === "image" && this.addAttributes({ [G]: "image" }, n);
|
|
262
275
|
},
|
|
263
276
|
updateTraits(t = {}) {
|
|
264
|
-
const { changed: o } = this, { init:
|
|
265
|
-
if (o[I.name] ||
|
|
277
|
+
const { changed: o } = this, { init: n } = t;
|
|
278
|
+
if (o[I.name] || n) {
|
|
266
279
|
this.removeTrait([T.name, M.name, E.name]);
|
|
267
280
|
const i = this.get(p) || "image", b = this.getTraitIndex(p) + 1;
|
|
268
281
|
this.addTrait(O[i], { at: b });
|
|
@@ -280,8 +293,8 @@ const C = "gjs-plg-", ee = "fsLightboxComponent", te = w.startup, D = "data-fsli
|
|
|
280
293
|
},
|
|
281
294
|
toggleLightbox() {
|
|
282
295
|
var L;
|
|
283
|
-
const { em: t, el: o, model:
|
|
284
|
-
if (k.classList.contains(
|
|
296
|
+
const { em: t, el: o, model: n } = this, { Canvas: i } = t, b = n.getAttributes()[D], { defaultView: d, documentElement: k } = o.ownerDocument, R = (L = d.fsLightboxInstances) == null ? void 0 : L[b];
|
|
297
|
+
if (k.classList.contains(se))
|
|
285
298
|
R.close();
|
|
286
299
|
else {
|
|
287
300
|
o.__skipLb = !1;
|
|
@@ -294,16 +307,16 @@ const C = "gjs-plg-", ee = "fsLightboxComponent", te = w.startup, D = "data-fsli
|
|
|
294
307
|
}
|
|
295
308
|
}
|
|
296
309
|
}
|
|
297
|
-
}),
|
|
310
|
+
}), Y({
|
|
298
311
|
editor: e,
|
|
299
|
-
plan:
|
|
312
|
+
plan: oe,
|
|
300
313
|
licenseKey: h.licenseKey,
|
|
301
|
-
pluginName:
|
|
314
|
+
pluginName: te,
|
|
302
315
|
cleanup: () => {
|
|
303
316
|
c.remove(A), l.removeType(A);
|
|
304
317
|
}
|
|
305
318
|
});
|
|
306
|
-
},
|
|
319
|
+
}, ne = X(ie);
|
|
307
320
|
export {
|
|
308
|
-
|
|
321
|
+
ne as default
|
|
309
322
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
(function(T,L){typeof exports=="object"&&typeof module<"u"?module.exports=L():typeof define=="function"&&define.amd?define(L):(T=typeof globalThis<"u"?globalThis:T||self,T.StudioSdkPlugins_fsLightboxComponent=L())})(this,function(){"use strict";const T="app.grapesjs.com",L="app-stage.grapesjs.com",S=[T,"app2.grapesjs.com",L,"app-stage2.grapesjs.com","localhost","127.0.0.1",".local-credentialless.webcontainer.io",".local.webcontainer.io","-sandpack.codesandbox.io"],
|
|
1
|
+
(function(T,L){typeof exports=="object"&&typeof module<"u"?module.exports=L():typeof define=="function"&&define.amd?define(L):(T=typeof globalThis<"u"?globalThis:T||self,T.StudioSdkPlugins_fsLightboxComponent=L())})(this,function(){"use strict";const T="app.grapesjs.com",L="app-stage.grapesjs.com",S=[T,"app2.grapesjs.com",L,"app-stage2.grapesjs.com","localhost","127.0.0.1",".local-credentialless.webcontainer.io",".local.webcontainer.io","-sandpack.codesandbox.io",".claudemcpcontent.com",".web-sandbox.oaiusercontent.com"],H="license:check:end",U=()=>typeof window<"u",F=({isDev:e,isStage:a,isPlatform:c})=>`${e?"":`https://${a?L:T}`}/${c?"platform-api":"api"}`,W=()=>{if(!U())return"";const{hostname:e}=window.location;if(e)return e;try{return window.parent.location.hostname||""}catch{return""}},K=()=>{const e=W();return!!e&&(S.includes(e)||S.some(a=>e.endsWith(a)))};async function Z({path:e,baseApiUrl:a,method:c="GET",headers:l={},params:r,body:f}){const g=`${a||F({isDev:!1,isStage:!1})}${e}`,p={method:c,headers:{"Content-Type":"application/json",...l}};f&&(p.body=JSON.stringify(f));const y=r?new URLSearchParams(r).toString():"",v=y?`?${y}`:"",s=await fetch(`${g}${v}`,p);if(!s.ok)throw new Error(`HTTP error! status: ${s.status}`);return s.json()}var x=(e=>(e.free="free",e.startup="startup",e.business="business",e.enterprise="enterprise",e))(x||{}),G=(e=>(e.toastAdd="studio:toastAdd",e.toastRemove="studio:toastRemove",e.dialogOpen="studio:dialogOpen",e.dialogClose="studio:dialogClose",e.dialogExportCode="studio:dialogExportCode",e.dialogImportCode="studio:dialogImportCode",e.sidebarLeftSet="studio:sidebarLeft:set",e.sidebarLeftGet="studio:sidebarLeft:get",e.sidebarLeftToggle="studio:sidebarLeft:toggle",e.sidebarRightSet="studio:sidebarRight:set",e.sidebarRightGet="studio:sidebarRight:get",e.sidebarRightToggle="studio:sidebarRight:toggle",e.sidebarTopSet="studio:sidebarTop:set",e.sidebarTopGet="studio:sidebarTop:get",e.sidebarTopToggle="studio:sidebarTop:toggle",e.sidebarBottomSet="studio:sidebarBottom:set",e.sidebarBottomGet="studio:sidebarBottom:get",e.sidebarBottomToggle="studio:sidebarBottom:toggle",e.symbolAdd="studio:symbolAdd",e.symbolDetach="studio:symbolDetach",e.symbolOverride="studio:symbolOverride",e.symbolPropagateStyles="studio:propagateStyles",e.getPagesConfig="studio:getPagesConfig",e.setPagesConfig="studio:setPagesConfig",e.getPageSettings="studio:getPageSettings",e.setPageSettings="studio:setPageSettings",e.clearPage="studio:clearPage",e.projectFiles="studio:projectFiles",e.validateCode="studio:validateCode",e.canvasReload="studio:canvasReload",e.getBlocksPanel="studio:getBlocksPanel",e.setBlocksPanel="studio:setBlocksPanel",e.getStateContextMenu="studio:getStateContextMenu",e.setStateContextMenu="studio:setStateContextMenu",e.contextMenuComponent="studio:contextMenuComponent",e.layoutAdd="studio:layoutAdd",e.layoutRemove="studio:layoutRemove",e.layoutToggle="studio:layoutToggle",e.layoutUpdate="studio:layoutUpdate",e.layoutGet="studio:layoutGet",e.layoutConfigGet="studio:layoutConfigGet",e.layoutConfigSet="studio:layoutConfigSet",e.layoutComponentAdd="studio:layoutComponentAdd",e.layoutComponentGet="studio:layoutComponentGet",e.layoutComponentRemove="studio:layoutComponentRemove",e.layoutComponentRender="studio:layoutComponentRender",e.getStateTheme="studio:getStateTheme",e.setStateTheme="studio:setStateTheme",e.settings="studio:settings",e.assetProviderGet="studio:assetProviderGet",e.assetProviderAdd="studio:assetProviderAdd",e.assetProviderRemove="studio:assetProviderRemove",e.fontGet="studio:fontGet",e.fontAdd="studio:fontAdd",e.fontRemove="studio:fontRemove",e.fontManagerOpen="studio:fontManagerOpen",e.menuFontLoad="studio:menuFontLoad",e.toggleStateDataSource="studio:toggleStateDataSource",e.getStateDataSource="studio:getStateDataSource",e.dataSourceSetGlobalData="studio:dataSourceSetGlobalData",e.dataSourceSetImporter="studio:dataSourceSetImporter",e.dataSourceSetExporter="studio:dataSourceSetExporter",e.setDragAbsolute="studio:setDragAbsolute",e))(G||{});const $={[x.free]:0,[x.startup]:10,[x.business]:20,[x.enterprise]:30};function q(e){const a=e;return a.init=c=>l=>e(l,c),a}const z=e=>q(e);async function J({editor:e,plan:a,pluginName:c,licenseKey:l,onLicenseCheckResponse:r,cleanup:f}){let h="",g;const p=s=>{console.warn("Cleanup plugin:",c,"Reason:",s),f()},y=(s={})=>{var R;const{error:u,sdkLicense:m}=s,w=(R=s.plan)==null?void 0:R.category;if(!(m||s.license)||u)p(u||"Invalid license");else if(w){const B=$[a],t=$[w];B>t&&p({pluginRequiredPlan:a,licensePlan:w})}};e.Commands.has(G.settings)&&(g=e.runCommand(G.settings),h=(g==null?void 0:g.baseUrl)||"");const v=s=>{r==null||r(s),s&&y(s)};if(!g){e.onReady(async()=>{if(!K())if(l){const s=await Y({licenseKey:l,pluginName:c,baseApiUrl:h});v(s)}else p("The `licenseKey` option not provided")});return}if(g.licensePlan||g.licenseError){const s=X(g);v(s);return}e.on(H,s=>v(s))}const X=e=>({sdkLicense:e.license,license:e.license,error:e.licenseError,plan:e.licensePlan});async function Y(e){const{licenseKey:a,pluginName:c,baseApiUrl:l}=e;try{return(await Z({baseApiUrl:l,path:`/sdk/${a||"na"}`,method:"POST",params:{d:window.location.hostname,pn:c}})).result||{}}catch(r){return console.error("Error during SDK license check:",r),!1}}const Q="gjs-plg-",C="fsLightboxComponent",ee=x.startup,_="data-fslightbox",D="data-type",te="fslightbox-open",A="fslightbox",P={image:'<svg viewBox="0 0 24 24"><path d="m8.5 13.5 2.5 3 3.5-4.5 4.5 6H5m16 1V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2Z"/></svg>',video:'<svg viewBox="0 0 24 24"><path d="M17 10.5V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11l-4 4Z"/></svg>',imageLightbox:'<svg viewBox="0 0 24 24"><path d="M4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H16L12,22L8,18H4A2,2 0 0,1 2,16V4A2,2 0 0,1 4,2M19,15V7L15,11L13,9L7,15H19M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5Z" /></svg>',external:'<svg viewBox="0 0 24 24"><path d="M14 3v2h3.6l-9.8 9.8 1.4 1.4L19 6.4V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-7h-2v7z"/></svg>',eye:'<svg viewBox="0 0 24 24"><path d="M12 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m0 8a5 5 0 0 1-5-5 5 5 0 0 1 5-5 5 5 0 0 1 5 5 5 5 0 0 1-5 5m0-12.5C7 4.5 2.7 7.6 1 12a11.8 11.8 0 0 0 22 0c-1.7-4.4-6-7.5-11-7.5Z"/></svg>'};return z(function(e,a={}){const{Blocks:c,Components:l}=e,r="Lightbox",f=`${Q}${A}`,h={toolbarIconOpen:P.eye,block:{},defaultSrc:"https://placehold.co/300/777/white.png?text=Image",cdnScript:"https://cdn.jsdelivr.net/npm/fslightbox@3.4.2/index.js",...a},{block:g,toolbarIconOpen:p,defaultSrc:y}=h,v=function(t){const o=this,n="data-fslightbox",i=window,b=()=>{var N;const d=i.refreshFsLightbox;d==null||d();const j=o.getAttribute(n);if((N=i.fsLightboxInstances)==null||N[j],!i._isEditor)return;Array.from(document.querySelectorAll(`[${n}]`)).forEach(E=>{const I=E.onclick;E.onclick=function(O){O.preventDefault();const V=E;!V.__skipLb&&(I==null||I(O)),V.__skipLb=!0}})};if(i.refreshFsLightbox)b();else{const d=document.createElement("script");d.src=t.cdnScript,d.onload=b,document.head.appendChild(d)}},s=t=>({id:`${A}-open-lb`,label:p,command:()=>{const o=t.getView();o==null||o.toggleLightbox()}}),u="source-type",m={type:"radio",name:u,label:"Source type",changeProp:!0,options:[{id:"image",label:"Image",icon:P.image},{id:"video",label:"Video",icon:P.video},{id:"el",label:"Custom Element",icon:P.external}],labelToTitle:!0},w={id:"href-image",name:"href",type:"file",label:"Source Image"},k={id:"href-video",name:"href",label:"Source Video",placeholder:"https://www.youtube.com/watch?v=..."},R={id:"href-el",name:"href",label:"Source Element",placeholder:"#custom-element-id"},B={image:[w],video:[k],el:[R]};l.addType(A,{block:g&&{label:r,media:P.imageLightbox,category:"Extra",select:!0,...h.block},isComponent:t=>{var o;return(o=t.hasAttribute)==null?void 0:o.call(t,_)},extendFn:["initToolbar"],model:{defaults:{tagName:"a",name:r,icon:P.imageLightbox,classes:f,draggable:(t,o)=>!o.is(A),attributes:{[_]:"lightbox",[D]:"image",href:y},components:{type:"image",src:y},script:v,cdnScript:h.cdnScript,"script-props":["attributes","cdnScript"],[u]:"image",traits:[m,{name:_,label:"Group name"},{type:"button",label:"Toggle Lightbox",command(t,o){var i;const n=(i=o.target)==null?void 0:i.getView();n==null||n.toggleLightbox()}}],styles:`
|
|
2
2
|
.${f} {
|
|
3
3
|
display: inline-block;
|
|
4
4
|
padding: 10px;
|
|
5
5
|
}
|
|
6
|
-
`},init(){const t=[
|
|
6
|
+
`},init(){const t=[u].map(o=>`change:${o}`).join(" ");this.on(t,this.updateTraits),this.on(`change:${u}`,this.onSourceTypeChange),this.on("change:attributes:href",this.adjustSourceType),this.updateTraits({init:!0}),this.adjustSourceType()},onSourceTypeChange(t,o,n){if(n.adjust)return;const b=this.get(u)==="video"?"video":"image";this.addAttributes({[D]:b,href:""})},adjustSourceType(){const t=this.get(u),o=this.getAttributes().href||"",n={adjust:!0};if(t==="video"){const i=o.includes("youtube.com")?"youtube":"video";this.addAttributes({[D]:i},n)}else t!=="el"&&o.startsWith("#")?this.set(u,"el",n):t==="image"&&this.addAttributes({[D]:"image"},n)},updateTraits(t={}){const{changed:o}=this,{init:n}=t;if(o[m.name]||n){this.removeTrait([w.name,k.name,R.name]);const i=this.get(u)||"image",b=this.getTraitIndex(u)+1;this.addTrait(B[i],{at:b})}},initToolbar(){if(!p)return;const{toolbar:t}=this,o=s(this);!t.find(i=>i.id===o.id)&&(t==null||t.unshift(o))}},view:{onRender(){this.el.__skipLb=!0},toggleLightbox(){var E;const{em:t,el:o,model:n}=this,{Canvas:i}=t,b=n.getAttributes()[_],{defaultView:d,documentElement:j}=o.ownerDocument,M=(E=d.fsLightboxInstances)==null?void 0:E[b];if(j.classList.contains(te))M.close();else{o.__skipLb=!1;let I;M.props.onOpen=()=>{I=i.getSpots(),setTimeout(()=>i.removeSpots())},M.props.onClose=()=>{I.forEach(O=>i.addSpot(O.attributes))},o.click()}}}}),J({editor:e,plan:ee,licenseKey:h.licenseKey,pluginName:C,cleanup:()=>{c.remove(A),l.removeType(A)}})})});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var d=(e=>(e.free="free",e.startup="startup",e.business="business",e.enterprise="enterprise",e))(d||{}),y=(e=>(e.toastAdd="studio:toastAdd",e.toastRemove="studio:toastRemove",e.dialogOpen="studio:dialogOpen",e.dialogClose="studio:dialogClose",e.dialogExportCode="studio:dialogExportCode",e.dialogImportCode="studio:dialogImportCode",e.sidebarLeftSet="studio:sidebarLeft:set",e.sidebarLeftGet="studio:sidebarLeft:get",e.sidebarLeftToggle="studio:sidebarLeft:toggle",e.sidebarRightSet="studio:sidebarRight:set",e.sidebarRightGet="studio:sidebarRight:get",e.sidebarRightToggle="studio:sidebarRight:toggle",e.sidebarTopSet="studio:sidebarTop:set",e.sidebarTopGet="studio:sidebarTop:get",e.sidebarTopToggle="studio:sidebarTop:toggle",e.sidebarBottomSet="studio:sidebarBottom:set",e.sidebarBottomGet="studio:sidebarBottom:get",e.sidebarBottomToggle="studio:sidebarBottom:toggle",e.symbolAdd="studio:symbolAdd",e.symbolDetach="studio:symbolDetach",e.symbolOverride="studio:symbolOverride",e.symbolPropagateStyles="studio:propagateStyles",e.getPagesConfig="studio:getPagesConfig",e.setPagesConfig="studio:setPagesConfig",e.getPageSettings="studio:getPageSettings",e.setPageSettings="studio:setPageSettings",e.clearPage="studio:clearPage",e.projectFiles="studio:projectFiles",e.validateCode="studio:validateCode",e.canvasReload="studio:canvasReload",e.getBlocksPanel="studio:getBlocksPanel",e.setBlocksPanel="studio:setBlocksPanel",e.getStateContextMenu="studio:getStateContextMenu",e.setStateContextMenu="studio:setStateContextMenu",e.contextMenuComponent="studio:contextMenuComponent",e.layoutAdd="studio:layoutAdd",e.layoutRemove="studio:layoutRemove",e.layoutToggle="studio:layoutToggle",e.layoutUpdate="studio:layoutUpdate",e.layoutGet="studio:layoutGet",e.layoutConfigGet="studio:layoutConfigGet",e.layoutConfigSet="studio:layoutConfigSet",e.layoutComponentAdd="studio:layoutComponentAdd",e.layoutComponentGet="studio:layoutComponentGet",e.layoutComponentRemove="studio:layoutComponentRemove",e.layoutComponentRender="studio:layoutComponentRender",e.getStateTheme="studio:getStateTheme",e.setStateTheme="studio:setStateTheme",e.settings="studio:settings",e.assetProviderGet="studio:assetProviderGet",e.assetProviderAdd="studio:assetProviderAdd",e.assetProviderRemove="studio:assetProviderRemove",e.fontGet="studio:fontGet",e.fontAdd="studio:fontAdd",e.fontRemove="studio:fontRemove",e.fontManagerOpen="studio:fontManagerOpen",e.menuFontLoad="studio:menuFontLoad",e.toggleStateDataSource="studio:toggleStateDataSource",e.getStateDataSource="studio:getStateDataSource",e.dataSourceSetGlobalData="studio:dataSourceSetGlobalData",e.dataSourceSetImporter="studio:dataSourceSetImporter",e.dataSourceSetExporter="studio:dataSourceSetExporter",e.setDragAbsolute="studio:setDragAbsolute",e))(y||{});const x="app.grapesjs.com",T="app-stage.grapesjs.com",I="app2.grapesjs.com",$="app-stage2.grapesjs.com",w=[x,I,T,$,"localhost","127.0.0.1",".local-credentialless.webcontainer.io",".local.webcontainer.io","-sandpack.codesandbox.io"],E="license:check:end",M=()=>typeof window<"u",U=({isDev:e,isStage:t,isPlatform:s})=>`${e?"":`https://${t?T:x}`}/${s?"platform-api":"api"}`,j=()=>{const
|
|
1
|
+
"use strict";var d=(e=>(e.free="free",e.startup="startup",e.business="business",e.enterprise="enterprise",e))(d||{}),y=(e=>(e.toastAdd="studio:toastAdd",e.toastRemove="studio:toastRemove",e.dialogOpen="studio:dialogOpen",e.dialogClose="studio:dialogClose",e.dialogExportCode="studio:dialogExportCode",e.dialogImportCode="studio:dialogImportCode",e.sidebarLeftSet="studio:sidebarLeft:set",e.sidebarLeftGet="studio:sidebarLeft:get",e.sidebarLeftToggle="studio:sidebarLeft:toggle",e.sidebarRightSet="studio:sidebarRight:set",e.sidebarRightGet="studio:sidebarRight:get",e.sidebarRightToggle="studio:sidebarRight:toggle",e.sidebarTopSet="studio:sidebarTop:set",e.sidebarTopGet="studio:sidebarTop:get",e.sidebarTopToggle="studio:sidebarTop:toggle",e.sidebarBottomSet="studio:sidebarBottom:set",e.sidebarBottomGet="studio:sidebarBottom:get",e.sidebarBottomToggle="studio:sidebarBottom:toggle",e.symbolAdd="studio:symbolAdd",e.symbolDetach="studio:symbolDetach",e.symbolOverride="studio:symbolOverride",e.symbolPropagateStyles="studio:propagateStyles",e.getPagesConfig="studio:getPagesConfig",e.setPagesConfig="studio:setPagesConfig",e.getPageSettings="studio:getPageSettings",e.setPageSettings="studio:setPageSettings",e.clearPage="studio:clearPage",e.projectFiles="studio:projectFiles",e.validateCode="studio:validateCode",e.canvasReload="studio:canvasReload",e.getBlocksPanel="studio:getBlocksPanel",e.setBlocksPanel="studio:setBlocksPanel",e.getStateContextMenu="studio:getStateContextMenu",e.setStateContextMenu="studio:setStateContextMenu",e.contextMenuComponent="studio:contextMenuComponent",e.layoutAdd="studio:layoutAdd",e.layoutRemove="studio:layoutRemove",e.layoutToggle="studio:layoutToggle",e.layoutUpdate="studio:layoutUpdate",e.layoutGet="studio:layoutGet",e.layoutConfigGet="studio:layoutConfigGet",e.layoutConfigSet="studio:layoutConfigSet",e.layoutComponentAdd="studio:layoutComponentAdd",e.layoutComponentGet="studio:layoutComponentGet",e.layoutComponentRemove="studio:layoutComponentRemove",e.layoutComponentRender="studio:layoutComponentRender",e.getStateTheme="studio:getStateTheme",e.setStateTheme="studio:setStateTheme",e.settings="studio:settings",e.assetProviderGet="studio:assetProviderGet",e.assetProviderAdd="studio:assetProviderAdd",e.assetProviderRemove="studio:assetProviderRemove",e.fontGet="studio:fontGet",e.fontAdd="studio:fontAdd",e.fontRemove="studio:fontRemove",e.fontManagerOpen="studio:fontManagerOpen",e.menuFontLoad="studio:menuFontLoad",e.toggleStateDataSource="studio:toggleStateDataSource",e.getStateDataSource="studio:getStateDataSource",e.dataSourceSetGlobalData="studio:dataSourceSetGlobalData",e.dataSourceSetImporter="studio:dataSourceSetImporter",e.dataSourceSetExporter="studio:dataSourceSetExporter",e.setDragAbsolute="studio:setDragAbsolute",e))(y||{});const x="app.grapesjs.com",T="app-stage.grapesjs.com",I="app2.grapesjs.com",$="app-stage2.grapesjs.com",w=[x,I,T,$,"localhost","127.0.0.1",".local-credentialless.webcontainer.io",".local.webcontainer.io","-sandpack.codesandbox.io",".claudemcpcontent.com",".web-sandbox.oaiusercontent.com"],E="license:check:end",M=()=>typeof window<"u",U=({isDev:e,isStage:t,isPlatform:s})=>`${e?"":`https://${t?T:x}`}/${s?"platform-api":"api"}`,j=()=>{if(!M())return"";const{hostname:e}=window.location;if(e)return e;try{return window.parent.location.hostname||""}catch{return""}},k=()=>{const e=j();return!!e&&(w.includes(e)||w.some(t=>e.endsWith(t)))};async function B({path:e,baseApiUrl:t,method:s="GET",headers:o={},params:n,body:i}){const a=`${t||U({isDev:!1,isStage:!1})}${e}`,l={method:s,headers:{"Content-Type":"application/json",...o}};i&&(l.body=JSON.stringify(i));const p=n?new URLSearchParams(n).toString():"",u=p?`?${p}`:"",r=await fetch(`${a}${u}`,l);if(!r.ok)throw new Error(`HTTP error! status: ${r.status}`);return r.json()}const F={[d.free]:0,[d.startup]:10,[d.business]:20,[d.enterprise]:30};function N(e){const t=e;return t.init=s=>o=>e(o,s),t}const W=e=>N(e);async function _({editor:e,plan:t,pluginName:s,licenseKey:o,onLicenseCheckResponse:n,cleanup:i}){let c="",a;const l=r=>{console.warn("Cleanup plugin:",s,"Reason:",r),i()},p=(r={})=>{var A;const{error:g,sdkLicense:f}=r,b=(A=r.plan)==null?void 0:A.category;if(!(f||r.license)||g)l(g||"Invalid license");else if(b){const G=F[t],O=F[b];G>O&&l({pluginRequiredPlan:t,licensePlan:b})}};e.Commands.has(y.settings)&&(a=e.runCommand(y.settings),c=(a==null?void 0:a.baseUrl)||"");const u=r=>{n==null||n(r),r&&p(r)};if(!a){e.onReady(async()=>{if(!k())if(o){const r=await K({licenseKey:o,pluginName:s,baseApiUrl:c});u(r)}else l("The `licenseKey` option not provided")});return}if(a.licensePlan||a.licenseError){const r=V(a);u(r);return}e.on(E,r=>u(r))}const V=e=>({sdkLicense:e.license,license:e.license,error:e.licenseError,plan:e.licensePlan});async function K(e){const{licenseKey:t,pluginName:s,baseApiUrl:o}=e;try{return(await B({baseApiUrl:o,path:`/sdk/${t||"na"}`,method:"POST",params:{d:window.location.hostname,pn:s}})).result||{}}catch(n){return console.error("Error during SDK license check:",n),!1}}const v=e=>e.replaceAll('"',"").replaceAll("'",""),P=e=>e.includes(",")?e:/\s/.test(e)?`'${v(e)}'`:v(e),L=(e,t,s)=>({family:e,variant:t,...s}),D=(e,t)=>{e=P(e);const{menuVariant:s,variants:o}=t;return{family:e,familyLabel:v(e),menuVariant:s&&L(P(`menuFont-${v(e)}`),"regular",s),variants:Object.assign({},...Object.entries(o).map(([n,i])=>({[n]:L(e,n,i)})))}},R=(e,t)=>{var a;const s=D(e.family,e),o=s.menuVariant??((a=Object.values(s.variants))==null?void 0:a[0]);if(!o)return"Arial, Helvetica, sans-serif";const{source:n,descriptors:i}=o,c=v(o.family);if(!t){const l=new FontFace(c,`url("${n}")`,i),p=Array.from(document.fonts.values()).filter(u=>u.family===c);for(const u of p)document.fonts.delete(u);document.fonts.add(l),l.load().catch(()=>{})}return P(c)},H=e=>{const{family:t,menu:s,axes:o}=e,n=!!o,i=Object.assign({},...e.variants.map(c=>{var u,r;let a,l;if(n){const g=o.find(f=>f.tag==="wght");if(g){const{start:f,end:b}=g;a=`${f} ${b}`}}return a||(a=((u=c.match(/\d+/))==null?void 0:u[0])??"400"),l=((r=c.match(/[a-zA-Z]+/))==null?void 0:r[0])==="italic"?"italic":void 0,{[c]:{source:e.files[c],descriptors:{style:l,weight:a}}}}));return D(t,{menuVariant:{source:s},variants:i})},z=e=>({id:`${e.family}/${e.version}`,type:"font",src:e.menu,name:e.family,customData:{font:H(e),needsLoading:!0}}),q=e=>{const{font:t}=e.customData;return e.customData.needsLoading?(e.customData.needsLoading=!1,R(t)):R(t,!0)};let h;const J=e=>{const t=[];for(const s of Object.keys(e)){let o=e[s];o&&(Array.isArray(o)?t.push(...o.map(n=>[s,n.toString()])):(o=o.toString(),t.push([s,o])))}return new URLSearchParams(t)},Q=e=>{const{apiKey:t,searchParams:s}=e,o=(n={})=>{const i="https://www.googleapis.com/webfonts/v1/webfonts",c=J(n);return`${i}?${c}`};return{id:"google-fonts",types:["font"],label:({editor:n})=>n.I18n.t("googleFontsAssetProvider.providerLabel"),search:{reloadOnInput:!1},async onLoad(){var p;if(h)return h;const n={key:t,sort:"alpha",subset:"latin",capability:["WOFF2","VF"]},i=s==null?void 0:s(),c={...n,...i},l=await(await fetch(o(c))).json();return(p=l.items)!=null&&p.length?(h=l.items.map(z),h):[]},itemLayout:n=>{const i=h.find(a=>a.id===n.assetProps.id),c=q(i);return{type:"column",onClick:()=>n.onSelect(i),htmlAttrs:{title:i.name},style:{borderWidth:"1px",borderRadius:8,overflow:"hidden",cursor:"pointer"},children:[{type:"text",content:i.name,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontFamily:c,fontSize:"24px",paddingLeft:"8px",paddingRight:"8px"}},{type:"text",content:i.name,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontSize:"16px",paddingLeft:"8px",paddingRight:"8px"}}]}}}},Z={googleFontsAssetProvider:{searchBtn:"Search on Google Fonts",modalTitle:"Select Font",providerLabel:"Google Fonts"}},X="googleFontsAssetProvider",Y=d.startup,S=function(e,t){const{i18n:s={}}=t,o=Q(t);e.runCommand(y.assetProviderAdd,{provider:o}),e.I18n.addMessages({en:Z,...s}),_({editor:e,licenseKey:t.licenseKey,plan:Y,pluginName:X,cleanup:()=>{e.runCommand(y.assetProviderRemove,{id:o.id})}})},m=W(S);module.exports=m;
|