@wordpress/e2e-test-utils-playwright 1.32.0 → 1.32.1-next.47f435fc9.0
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/build/admin/create-new-post.js +46 -28
- package/build/admin/create-new-post.js.map +7 -1
- package/build/admin/edit-post.js +35 -17
- package/build/admin/edit-post.js.map +7 -1
- package/build/admin/get-page-error.js +30 -22
- package/build/admin/get-page-error.js.map +7 -1
- package/build/admin/index.js +54 -34
- package/build/admin/index.js.map +7 -1
- package/build/admin/visit-admin-page.js +42 -29
- package/build/admin/visit-admin-page.js.map +7 -1
- package/build/admin/visit-site-editor.js +71 -64
- package/build/admin/visit-site-editor.js.map +7 -1
- package/build/config.js +40 -10
- package/build/config.js.map +7 -1
- package/build/editor/click-block-options-menu-item.js +29 -14
- package/build/editor/click-block-options-menu-item.js.map +7 -1
- package/build/editor/click-block-toolbar-button.js +33 -13
- package/build/editor/click-block-toolbar-button.js.map +7 -1
- package/build/editor/get-blocks.js +59 -43
- package/build/editor/get-blocks.js.map +7 -1
- package/build/editor/get-edited-post-content.js +31 -12
- package/build/editor/get-edited-post-content.js.map +7 -1
- package/build/editor/index.js +92 -72
- package/build/editor/index.js.map +7 -1
- package/build/editor/insert-block.js +50 -21
- package/build/editor/insert-block.js.map +7 -1
- package/build/editor/open-document-settings-sidebar.js +37 -24
- package/build/editor/open-document-settings-sidebar.js.map +7 -1
- package/build/editor/preview.js +37 -18
- package/build/editor/preview.js.map +7 -1
- package/build/editor/publish-post.js +42 -42
- package/build/editor/publish-post.js.map +7 -1
- package/build/editor/save-draft.js +29 -15
- package/build/editor/save-draft.js.map +7 -1
- package/build/editor/select-blocks.js +46 -25
- package/build/editor/select-blocks.js.map +7 -1
- package/build/editor/set-content.js +34 -14
- package/build/editor/set-content.js.map +7 -1
- package/build/editor/set-is-fixed-toolbar.js +31 -15
- package/build/editor/set-is-fixed-toolbar.js.map +7 -1
- package/build/editor/set-preferences.js +38 -18
- package/build/editor/set-preferences.js.map +7 -1
- package/build/editor/show-block-toolbar.js +30 -16
- package/build/editor/show-block-toolbar.js.map +7 -1
- package/build/editor/site-editor.js +46 -41
- package/build/editor/site-editor.js.map +7 -1
- package/build/editor/switch-editor-tool.js +42 -30
- package/build/editor/switch-editor-tool.js.map +7 -1
- package/build/editor/switch-to-legacy-canvas.js +33 -14
- package/build/editor/switch-to-legacy-canvas.js.map +7 -1
- package/build/editor/transform-block-to.js +41 -21
- package/build/editor/transform-block-to.js.map +7 -1
- package/build/index.js +50 -32
- package/build/index.js.map +7 -1
- package/build/lighthouse/index.js +89 -53
- package/build/lighthouse/index.js.map +7 -1
- package/build/metrics/index.js +298 -249
- package/build/metrics/index.js.map +7 -1
- package/build/page-utils/drag-files.js +134 -112
- package/build/page-utils/drag-files.js.map +7 -1
- package/build/page-utils/emulate-network-conditions.js +92 -66
- package/build/page-utils/emulate-network-conditions.js.map +7 -1
- package/build/page-utils/index.js +54 -34
- package/build/page-utils/index.js.map +7 -1
- package/build/page-utils/is-current-url.js +31 -18
- package/build/page-utils/is-current-url.js.map +7 -1
- package/build/page-utils/keycodes.js +51 -39
- package/build/page-utils/keycodes.js.map +7 -1
- package/build/page-utils/press-keys.js +148 -127
- package/build/page-utils/press-keys.js.map +7 -1
- package/build/page-utils/set-browser-viewport.js +32 -41
- package/build/page-utils/set-browser-viewport.js.map +7 -1
- package/build/request-utils/blocks.js +49 -40
- package/build/request-utils/blocks.js.map +7 -1
- package/build/request-utils/comments.js +57 -45
- package/build/request-utils/comments.js.map +7 -1
- package/build/request-utils/gutenberg-experiments.js +48 -26
- package/build/request-utils/gutenberg-experiments.js.map +7 -1
- package/build/request-utils/index.js +187 -153
- package/build/request-utils/index.js.map +7 -1
- package/build/request-utils/login.js +43 -18
- package/build/request-utils/login.js.map +7 -1
- package/build/request-utils/media.js +72 -64
- package/build/request-utils/media.js.map +7 -1
- package/build/request-utils/menus.js +119 -109
- package/build/request-utils/menus.js.map +7 -1
- package/build/request-utils/pages.js +60 -49
- package/build/request-utils/pages.js.map +7 -1
- package/build/request-utils/patterns.js +39 -24
- package/build/request-utils/patterns.js.map +7 -1
- package/build/request-utils/plugins.js +68 -74
- package/build/request-utils/plugins.js.map +7 -1
- package/build/request-utils/posts.js +52 -39
- package/build/request-utils/posts.js.map +7 -1
- package/build/request-utils/preferences.js +36 -17
- package/build/request-utils/preferences.js.map +7 -1
- package/build/request-utils/rest.js +153 -129
- package/build/request-utils/rest.js.map +7 -1
- package/build/request-utils/site-settings.js +38 -28
- package/build/request-utils/site-settings.js.map +7 -1
- package/build/request-utils/templates.js +57 -45
- package/build/request-utils/templates.js.map +7 -1
- package/build/request-utils/themes.js +78 -53
- package/build/request-utils/themes.js.map +7 -1
- package/build/request-utils/users.js +72 -72
- package/build/request-utils/users.js.map +7 -1
- package/build/request-utils/widgets.js +71 -55
- package/build/request-utils/widgets.js.map +7 -1
- package/build/test.js +128 -146
- package/build/test.js.map +7 -1
- package/build/types.js +16 -2
- package/build/types.js.map +7 -1
- package/package.json +6 -2
package/build/config.js
CHANGED
|
@@ -1,13 +1,43 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var config_exports = {};
|
|
20
|
+
__export(config_exports, {
|
|
21
|
+
WP_ADMIN_USER: () => WP_ADMIN_USER,
|
|
22
|
+
WP_BASE_URL: () => WP_BASE_URL,
|
|
23
|
+
WP_PASSWORD: () => WP_PASSWORD,
|
|
24
|
+
WP_USERNAME: () => WP_USERNAME
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(config_exports);
|
|
27
|
+
const {
|
|
28
|
+
WP_USERNAME = "admin",
|
|
29
|
+
WP_PASSWORD = "password",
|
|
30
|
+
WP_BASE_URL = "http://localhost:8889"
|
|
31
|
+
} = process.env;
|
|
8
32
|
const WP_ADMIN_USER = {
|
|
9
|
-
|
|
10
|
-
|
|
33
|
+
username: WP_USERNAME,
|
|
34
|
+
password: WP_PASSWORD
|
|
11
35
|
};
|
|
12
|
-
|
|
13
|
-
|
|
36
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
37
|
+
0 && (module.exports = {
|
|
38
|
+
WP_ADMIN_USER,
|
|
39
|
+
WP_BASE_URL,
|
|
40
|
+
WP_PASSWORD,
|
|
41
|
+
WP_USERNAME
|
|
42
|
+
});
|
|
43
|
+
//# sourceMappingURL=config.js.map
|
package/build/config.js.map
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../src/config.ts"],
|
|
4
|
+
"sourcesContent": ["const {\n\tWP_USERNAME = 'admin',\n\tWP_PASSWORD = 'password',\n\tWP_BASE_URL = 'http://localhost:8889',\n} = process.env;\n\nconst WP_ADMIN_USER = {\n\tusername: WP_USERNAME,\n\tpassword: WP_PASSWORD,\n} as const;\n\nexport { WP_ADMIN_USER, WP_USERNAME, WP_PASSWORD, WP_BASE_URL };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAAM;AAAA,EACL,cAAc;AAAA,EACd,cAAc;AAAA,EACd,cAAc;AACf,IAAI,QAAQ;AAEZ,MAAM,gBAAgB;AAAA,EACrB,UAAU;AAAA,EACV,UAAU;AACX;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var click_block_options_menu_item_exports = {};
|
|
20
|
+
__export(click_block_options_menu_item_exports, {
|
|
21
|
+
clickBlockOptionsMenuItem: () => clickBlockOptionsMenuItem
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(click_block_options_menu_item_exports);
|
|
10
24
|
async function clickBlockOptionsMenuItem(label) {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
.getByRole('menu', { name: 'Options' })
|
|
14
|
-
.getByRole('menuitem', { name: label })
|
|
15
|
-
.click();
|
|
25
|
+
await this.clickBlockToolbarButton("Options");
|
|
26
|
+
await this.page.getByRole("menu", { name: "Options" }).getByRole("menuitem", { name: label }).click();
|
|
16
27
|
}
|
|
17
|
-
|
|
28
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
+
0 && (module.exports = {
|
|
30
|
+
clickBlockOptionsMenuItem
|
|
31
|
+
});
|
|
32
|
+
//# sourceMappingURL=click-block-options-menu-item.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/editor/click-block-options-menu-item.ts"],
|
|
4
|
+
"sourcesContent": ["/**\n * Internal dependencies\n */\nimport type { Editor } from './index';\n\n/**\n * Clicks a block toolbar button.\n *\n * @param this\n * @param label The text string of the button label.\n */\nexport async function clickBlockOptionsMenuItem( this: Editor, label: string ) {\n\tawait this.clickBlockToolbarButton( 'Options' );\n\tawait this.page\n\t\t.getByRole( 'menu', { name: 'Options' } )\n\t\t.getByRole( 'menuitem', { name: label } )\n\t\t.click();\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA,eAAsB,0BAAyC,OAAgB;AAC9E,QAAM,KAAK,wBAAyB,SAAU;AAC9C,QAAM,KAAK,KACT,UAAW,QAAQ,EAAE,MAAM,UAAU,CAAE,EACvC,UAAW,YAAY,EAAE,MAAM,MAAM,CAAE,EACvC,MAAM;AACT;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,16 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var click_block_toolbar_button_exports = {};
|
|
20
|
+
__export(click_block_toolbar_button_exports, {
|
|
21
|
+
clickBlockToolbarButton: () => clickBlockToolbarButton
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(click_block_toolbar_button_exports);
|
|
10
24
|
async function clickBlockToolbarButton(label) {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
25
|
+
await this.showBlockToolbar();
|
|
26
|
+
const blockToolbar = this.page.locator(
|
|
27
|
+
'role=toolbar[name="Block tools"i]'
|
|
28
|
+
);
|
|
29
|
+
const button = blockToolbar.locator(`role=button[name="${label}"]`);
|
|
30
|
+
await button.click();
|
|
15
31
|
}
|
|
16
|
-
|
|
32
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
33
|
+
0 && (module.exports = {
|
|
34
|
+
clickBlockToolbarButton
|
|
35
|
+
});
|
|
36
|
+
//# sourceMappingURL=click-block-toolbar-button.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/editor/click-block-toolbar-button.ts"],
|
|
4
|
+
"sourcesContent": ["/**\n * Internal dependencies\n */\nimport type { Editor } from './index';\n\n/**\n * Clicks a block toolbar button.\n *\n * @param this\n * @param label The text string of the button label.\n */\nexport async function clickBlockToolbarButton( this: Editor, label: string ) {\n\tawait this.showBlockToolbar();\n\n\tconst blockToolbar = this.page.locator(\n\t\t'role=toolbar[name=\"Block tools\"i]'\n\t);\n\tconst button = blockToolbar.locator( `role=button[name=\"${ label }\"]` );\n\n\tawait button.click();\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA,eAAsB,wBAAuC,OAAgB;AAC5E,QAAM,KAAK,iBAAiB;AAE5B,QAAM,eAAe,KAAK,KAAK;AAAA,IAC9B;AAAA,EACD;AACA,QAAM,SAAS,aAAa,QAAS,qBAAsB,KAAM,IAAK;AAEtE,QAAM,OAAO,MAAM;AACpB;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,46 +1,62 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var get_blocks_exports = {};
|
|
20
|
+
__export(get_blocks_exports, {
|
|
21
|
+
getBlocks: () => getBlocks
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(get_blocks_exports);
|
|
14
24
|
async function getBlocks({ clientId, full = false } = {}) {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
},
|
|
25
|
+
await this.page.waitForFunction(
|
|
26
|
+
() => window?.wp?.blocks && window?.wp?.data
|
|
27
|
+
);
|
|
28
|
+
return await this.page.evaluate(
|
|
29
|
+
([_full, _clientId]) => {
|
|
30
|
+
function serializeAttributes(attributes) {
|
|
31
|
+
return Object.fromEntries(
|
|
32
|
+
Object.entries(attributes).map(([key, value]) => {
|
|
33
|
+
if (value instanceof window.wp.richText.RichTextData) {
|
|
34
|
+
return [key, value.toString()];
|
|
35
|
+
}
|
|
36
|
+
return [key, value];
|
|
37
|
+
})
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
function recursivelyTransformBlocks(blocks2) {
|
|
41
|
+
return blocks2.map((block) => ({
|
|
42
|
+
name: block.name,
|
|
43
|
+
attributes: serializeAttributes(block.attributes),
|
|
44
|
+
innerBlocks: recursivelyTransformBlocks(
|
|
45
|
+
block.innerBlocks
|
|
46
|
+
)
|
|
47
|
+
}));
|
|
48
|
+
}
|
|
49
|
+
const blocks = window.wp.data.select("core/block-editor").getBlocks(_clientId);
|
|
50
|
+
if (blocks.length === 1 && window.wp.blocks.isUnmodifiedDefaultBlock(blocks[0])) {
|
|
51
|
+
return [];
|
|
52
|
+
}
|
|
53
|
+
return _full ? blocks : recursivelyTransformBlocks(blocks);
|
|
54
|
+
},
|
|
55
|
+
[full, clientId]
|
|
56
|
+
);
|
|
45
57
|
}
|
|
46
|
-
|
|
58
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
59
|
+
0 && (module.exports = {
|
|
60
|
+
getBlocks
|
|
61
|
+
});
|
|
62
|
+
//# sourceMappingURL=get-blocks.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/editor/get-blocks.ts"],
|
|
4
|
+
"sourcesContent": ["/**\n * Internal dependencies\n */\nimport type { Editor } from './index';\n\ntype Block = {\n\tname: string;\n\tattributes: Record< string, unknown >;\n\tinnerBlocks: Block[];\n};\n\n/**\n * Returns the edited blocks.\n *\n * @param this\n * @param options\n * @param options.clientId Limit the results to be only under a partial tree of the specified clientId.\n * @param options.full Whether to return the full block data or just the name and attributes.\n *\n * @return The blocks.\n */\nexport async function getBlocks(\n\tthis: Editor,\n\t{ clientId, full = false }: { clientId?: string; full?: boolean } = {}\n) {\n\tawait this.page.waitForFunction(\n\t\t() => window?.wp?.blocks && window?.wp?.data\n\t);\n\n\treturn await this.page.evaluate(\n\t\t( [ _full, _clientId ] ) => {\n\t\t\t// Serialize serializable attributes of blocks.\n\t\t\tfunction serializeAttributes(\n\t\t\t\tattributes: Record< string, unknown >\n\t\t\t) {\n\t\t\t\treturn Object.fromEntries(\n\t\t\t\t\tObject.entries( attributes ).map( ( [ key, value ] ) => {\n\t\t\t\t\t\t// Serialize RichTextData to string.\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\tvalue instanceof window.wp.richText.RichTextData\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\treturn [ key, ( value as string ).toString() ];\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn [ key, value ];\n\t\t\t\t\t} )\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Remove other unpredictable properties like clientId from blocks for testing purposes.\n\t\t\tfunction recursivelyTransformBlocks( blocks: Block[] ): Block[] {\n\t\t\t\treturn blocks.map( ( block ) => ( {\n\t\t\t\t\tname: block.name,\n\t\t\t\t\tattributes: serializeAttributes( block.attributes ),\n\t\t\t\t\tinnerBlocks: recursivelyTransformBlocks(\n\t\t\t\t\t\tblock.innerBlocks\n\t\t\t\t\t),\n\t\t\t\t} ) );\n\t\t\t}\n\n\t\t\tconst blocks = window.wp.data\n\t\t\t\t.select( 'core/block-editor' )\n\t\t\t\t.getBlocks( _clientId ) as Block[];\n\n\t\t\t// The editor might still contain an unmodified empty block even when it's technically \"empty\".\n\t\t\tif (\n\t\t\t\tblocks.length === 1 &&\n\t\t\t\twindow.wp.blocks.isUnmodifiedDefaultBlock( blocks[ 0 ] )\n\t\t\t) {\n\t\t\t\treturn [];\n\t\t\t}\n\n\t\t\treturn _full ? blocks : recursivelyTransformBlocks( blocks );\n\t\t},\n\t\t[ full, clientId ]\n\t);\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAqBA,eAAsB,UAErB,EAAE,UAAU,OAAO,MAAM,IAA2C,CAAC,GACpE;AACD,QAAM,KAAK,KAAK;AAAA,IACf,MAAM,QAAQ,IAAI,UAAU,QAAQ,IAAI;AAAA,EACzC;AAEA,SAAO,MAAM,KAAK,KAAK;AAAA,IACtB,CAAE,CAAE,OAAO,SAAU,MAAO;AAE3B,eAAS,oBACR,YACC;AACD,eAAO,OAAO;AAAA,UACb,OAAO,QAAS,UAAW,EAAE,IAAK,CAAE,CAAE,KAAK,KAAM,MAAO;AAEvD,gBACC,iBAAiB,OAAO,GAAG,SAAS,cACnC;AACD,qBAAO,CAAE,KAAO,MAAkB,SAAS,CAAE;AAAA,YAC9C;AACA,mBAAO,CAAE,KAAK,KAAM;AAAA,UACrB,CAAE;AAAA,QACH;AAAA,MACD;AAGA,eAAS,2BAA4BA,SAA2B;AAC/D,eAAOA,QAAO,IAAK,CAAE,WAAa;AAAA,UACjC,MAAM,MAAM;AAAA,UACZ,YAAY,oBAAqB,MAAM,UAAW;AAAA,UAClD,aAAa;AAAA,YACZ,MAAM;AAAA,UACP;AAAA,QACD,EAAI;AAAA,MACL;AAEA,YAAM,SAAS,OAAO,GAAG,KACvB,OAAQ,mBAAoB,EAC5B,UAAW,SAAU;AAGvB,UACC,OAAO,WAAW,KAClB,OAAO,GAAG,OAAO,yBAA0B,OAAQ,CAAE,CAAE,GACtD;AACD,eAAO,CAAC;AAAA,MACT;AAEA,aAAO,QAAQ,SAAS,2BAA4B,MAAO;AAAA,IAC5D;AAAA,IACA,CAAE,MAAM,QAAS;AAAA,EAClB;AACD;",
|
|
6
|
+
"names": ["blocks"]
|
|
7
|
+
}
|
|
@@ -1,15 +1,34 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var get_edited_post_content_exports = {};
|
|
20
|
+
__export(get_edited_post_content_exports, {
|
|
21
|
+
getEditedPostContent: () => getEditedPostContent
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(get_edited_post_content_exports);
|
|
11
24
|
async function getEditedPostContent() {
|
|
12
|
-
|
|
13
|
-
|
|
25
|
+
await this.page.waitForFunction(() => window?.wp?.data);
|
|
26
|
+
return await this.page.evaluate(
|
|
27
|
+
() => window.wp.data.select("core/editor").getEditedPostContent()
|
|
28
|
+
);
|
|
14
29
|
}
|
|
15
|
-
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
getEditedPostContent
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=get-edited-post-content.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/editor/get-edited-post-content.ts"],
|
|
4
|
+
"sourcesContent": ["/**\n * Internal dependencies\n */\nimport type { Editor } from './index';\n\n/**\n * Returns a promise which resolves with the edited post content (HTML string).\n *\n * @param this\n *\n * @return Promise resolving with post content markup.\n */\nexport async function getEditedPostContent( this: Editor ) {\n\tawait this.page.waitForFunction( () => window?.wp?.data );\n\n\treturn await this.page.evaluate( () =>\n\t\twindow.wp.data.select( 'core/editor' ).getEditedPostContent()\n\t);\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA,eAAsB,uBAAqC;AAC1D,QAAM,KAAK,KAAK,gBAAiB,MAAM,QAAQ,IAAI,IAAK;AAExD,SAAO,MAAM,KAAK,KAAK;AAAA,IAAU,MAChC,OAAO,GAAG,KAAK,OAAQ,aAAc,EAAE,qBAAqB;AAAA,EAC7D;AACD;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/build/editor/index.js
CHANGED
|
@@ -1,75 +1,95 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var editor_exports = {};
|
|
20
|
+
__export(editor_exports, {
|
|
21
|
+
Editor: () => Editor
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(editor_exports);
|
|
24
|
+
var import_click_block_options_menu_item = require("./click-block-options-menu-item");
|
|
25
|
+
var import_click_block_toolbar_button = require("./click-block-toolbar-button");
|
|
26
|
+
var import_get_blocks = require("./get-blocks");
|
|
27
|
+
var import_get_edited_post_content = require("./get-edited-post-content");
|
|
28
|
+
var import_insert_block = require("./insert-block");
|
|
29
|
+
var import_open_document_settings_sidebar = require("./open-document-settings-sidebar");
|
|
30
|
+
var import_preview = require("./preview");
|
|
31
|
+
var import_publish_post = require("./publish-post");
|
|
32
|
+
var import_save_draft = require("./save-draft");
|
|
33
|
+
var import_select_blocks = require("./select-blocks");
|
|
34
|
+
var import_set_content = require("./set-content");
|
|
35
|
+
var import_set_preferences = require("./set-preferences");
|
|
36
|
+
var import_show_block_toolbar = require("./show-block-toolbar");
|
|
37
|
+
var import_site_editor = require("./site-editor");
|
|
38
|
+
var import_set_is_fixed_toolbar = require("./set-is-fixed-toolbar");
|
|
39
|
+
var import_switch_to_legacy_canvas = require("./switch-to-legacy-canvas");
|
|
40
|
+
var import_transform_block_to = require("./transform-block-to");
|
|
41
|
+
var import_switch_editor_tool = require("./switch-editor-tool");
|
|
25
42
|
class Editor {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
43
|
+
browser;
|
|
44
|
+
page;
|
|
45
|
+
context;
|
|
46
|
+
constructor({ page }) {
|
|
47
|
+
this.page = page;
|
|
48
|
+
this.context = page.context();
|
|
49
|
+
this.browser = this.context.browser();
|
|
50
|
+
}
|
|
51
|
+
get canvas() {
|
|
52
|
+
return this.page.frameLocator('[name="editor-canvas"]');
|
|
53
|
+
}
|
|
54
|
+
/** @borrows clickBlockOptionsMenuItem as this.clickBlockOptionsMenuItem */
|
|
55
|
+
clickBlockOptionsMenuItem = import_click_block_options_menu_item.clickBlockOptionsMenuItem.bind(this);
|
|
56
|
+
/** @borrows clickBlockToolbarButton as this.clickBlockToolbarButton */
|
|
57
|
+
clickBlockToolbarButton = import_click_block_toolbar_button.clickBlockToolbarButton.bind(this);
|
|
58
|
+
/** @borrows getBlocks as this.getBlocks */
|
|
59
|
+
getBlocks = import_get_blocks.getBlocks.bind(this);
|
|
60
|
+
/** @borrows getEditedPostContent as this.getEditedPostContent */
|
|
61
|
+
getEditedPostContent = import_get_edited_post_content.getEditedPostContent.bind(this);
|
|
62
|
+
/** @borrows insertBlock as this.insertBlock */
|
|
63
|
+
insertBlock = import_insert_block.insertBlock.bind(this);
|
|
64
|
+
/** @borrows openDocumentSettingsSidebar as this.openDocumentSettingsSidebar */
|
|
65
|
+
openDocumentSettingsSidebar = import_open_document_settings_sidebar.openDocumentSettingsSidebar.bind(this);
|
|
66
|
+
/** @borrows openPreviewPage as this.openPreviewPage */
|
|
67
|
+
openPreviewPage = import_preview.openPreviewPage.bind(this);
|
|
68
|
+
/** @borrows publishPost as this.publishPost */
|
|
69
|
+
publishPost = import_publish_post.publishPost.bind(this);
|
|
70
|
+
/** @borrows saveDraft as this.saveDraft */
|
|
71
|
+
saveDraft = import_save_draft.saveDraft.bind(this);
|
|
72
|
+
/** @borrows saveSiteEditorEntities as this.saveSiteEditorEntities */
|
|
73
|
+
saveSiteEditorEntities = import_site_editor.saveSiteEditorEntities.bind(this);
|
|
74
|
+
/** @borrows selectBlocks as this.selectBlocks */
|
|
75
|
+
selectBlocks = import_select_blocks.selectBlocks.bind(this);
|
|
76
|
+
/** @borrows setContent as this.setContent */
|
|
77
|
+
setContent = import_set_content.setContent.bind(this);
|
|
78
|
+
/** @borrows setPreferences as this.setPreferences */
|
|
79
|
+
setPreferences = import_set_preferences.setPreferences.bind(this);
|
|
80
|
+
/** @borrows showBlockToolbar as this.showBlockToolbar */
|
|
81
|
+
showBlockToolbar = import_show_block_toolbar.showBlockToolbar.bind(this);
|
|
82
|
+
/** @borrows setIsFixedToolbar as this.setIsFixedToolbar */
|
|
83
|
+
setIsFixedToolbar = import_set_is_fixed_toolbar.setIsFixedToolbar.bind(this);
|
|
84
|
+
/** @borrows switchEditorTool as this.switchEditorTool */
|
|
85
|
+
switchEditorTool = import_switch_editor_tool.switchEditorTool.bind(this);
|
|
86
|
+
/** @borrows switchToLegacyCanvas as this.switchToLegacyCanvas */
|
|
87
|
+
switchToLegacyCanvas = import_switch_to_legacy_canvas.switchToLegacyCanvas.bind(this);
|
|
88
|
+
/** @borrows transformBlockTo as this.transformBlockTo */
|
|
89
|
+
transformBlockTo = import_transform_block_to.transformBlockTo.bind(this);
|
|
73
90
|
}
|
|
74
|
-
|
|
75
|
-
|
|
91
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
92
|
+
0 && (module.exports = {
|
|
93
|
+
Editor
|
|
94
|
+
});
|
|
95
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/editor/index.ts"],
|
|
4
|
+
"sourcesContent": ["/**\n * External dependencies\n */\nimport type {\n\tBrowser,\n\tPage,\n\tBrowserContext,\n\tFrameLocator,\n} from '@playwright/test';\n\n/**\n * Internal dependencies\n */\nimport { clickBlockOptionsMenuItem } from './click-block-options-menu-item';\nimport { clickBlockToolbarButton } from './click-block-toolbar-button';\nimport { getBlocks } from './get-blocks';\nimport { getEditedPostContent } from './get-edited-post-content';\nimport { insertBlock } from './insert-block';\nimport { openDocumentSettingsSidebar } from './open-document-settings-sidebar';\nimport { openPreviewPage } from './preview';\nimport { publishPost } from './publish-post';\nimport { saveDraft } from './save-draft';\nimport { selectBlocks } from './select-blocks';\nimport { setContent } from './set-content';\nimport { setPreferences } from './set-preferences';\nimport { showBlockToolbar } from './show-block-toolbar';\nimport { saveSiteEditorEntities } from './site-editor';\nimport { setIsFixedToolbar } from './set-is-fixed-toolbar';\nimport { switchToLegacyCanvas } from './switch-to-legacy-canvas';\nimport { transformBlockTo } from './transform-block-to';\nimport { switchEditorTool } from './switch-editor-tool';\n\ntype EditorConstructorProps = {\n\tpage: Page;\n};\n\nexport class Editor {\n\tbrowser: Browser;\n\tpage: Page;\n\tcontext: BrowserContext;\n\n\tconstructor( { page }: EditorConstructorProps ) {\n\t\tthis.page = page;\n\t\tthis.context = page.context();\n\t\tthis.browser = this.context.browser()!;\n\t}\n\n\tget canvas(): FrameLocator {\n\t\treturn this.page.frameLocator( '[name=\"editor-canvas\"]' );\n\t}\n\n\t/** @borrows clickBlockOptionsMenuItem as this.clickBlockOptionsMenuItem */\n\tclickBlockOptionsMenuItem: typeof clickBlockOptionsMenuItem =\n\t\tclickBlockOptionsMenuItem.bind( this );\n\t/** @borrows clickBlockToolbarButton as this.clickBlockToolbarButton */\n\tclickBlockToolbarButton: typeof clickBlockToolbarButton =\n\t\tclickBlockToolbarButton.bind( this );\n\t/** @borrows getBlocks as this.getBlocks */\n\tgetBlocks: typeof getBlocks = getBlocks.bind( this );\n\t/** @borrows getEditedPostContent as this.getEditedPostContent */\n\tgetEditedPostContent: typeof getEditedPostContent =\n\t\tgetEditedPostContent.bind( this );\n\t/** @borrows insertBlock as this.insertBlock */\n\tinsertBlock: typeof insertBlock = insertBlock.bind( this );\n\t/** @borrows openDocumentSettingsSidebar as this.openDocumentSettingsSidebar */\n\topenDocumentSettingsSidebar: typeof openDocumentSettingsSidebar =\n\t\topenDocumentSettingsSidebar.bind( this );\n\t/** @borrows openPreviewPage as this.openPreviewPage */\n\topenPreviewPage: typeof openPreviewPage = openPreviewPage.bind( this );\n\t/** @borrows publishPost as this.publishPost */\n\tpublishPost: typeof publishPost = publishPost.bind( this );\n\t/** @borrows saveDraft as this.saveDraft */\n\tsaveDraft: typeof saveDraft = saveDraft.bind( this );\n\t/** @borrows saveSiteEditorEntities as this.saveSiteEditorEntities */\n\tsaveSiteEditorEntities: typeof saveSiteEditorEntities =\n\t\tsaveSiteEditorEntities.bind( this );\n\t/** @borrows selectBlocks as this.selectBlocks */\n\tselectBlocks: typeof selectBlocks = selectBlocks.bind( this );\n\t/** @borrows setContent as this.setContent */\n\tsetContent: typeof setContent = setContent.bind( this );\n\t/** @borrows setPreferences as this.setPreferences */\n\tsetPreferences: typeof setPreferences = setPreferences.bind( this );\n\t/** @borrows showBlockToolbar as this.showBlockToolbar */\n\tshowBlockToolbar: typeof showBlockToolbar = showBlockToolbar.bind( this );\n\t/** @borrows setIsFixedToolbar as this.setIsFixedToolbar */\n\tsetIsFixedToolbar: typeof setIsFixedToolbar =\n\t\tsetIsFixedToolbar.bind( this );\n\t/** @borrows switchEditorTool as this.switchEditorTool */\n\tswitchEditorTool: typeof switchEditorTool = switchEditorTool.bind( this );\n\t/** @borrows switchToLegacyCanvas as this.switchToLegacyCanvas */\n\tswitchToLegacyCanvas: typeof switchToLegacyCanvas =\n\t\tswitchToLegacyCanvas.bind( this );\n\t/** @borrows transformBlockTo as this.transformBlockTo */\n\ttransformBlockTo: typeof transformBlockTo = transformBlockTo.bind( this );\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAaA,2CAA0C;AAC1C,wCAAwC;AACxC,wBAA0B;AAC1B,qCAAqC;AACrC,0BAA4B;AAC5B,4CAA4C;AAC5C,qBAAgC;AAChC,0BAA4B;AAC5B,wBAA0B;AAC1B,2BAA6B;AAC7B,yBAA2B;AAC3B,6BAA+B;AAC/B,gCAAiC;AACjC,yBAAuC;AACvC,kCAAkC;AAClC,qCAAqC;AACrC,gCAAiC;AACjC,gCAAiC;AAM1B,MAAM,OAAO;AAAA,EACnB;AAAA,EACA;AAAA,EACA;AAAA,EAEA,YAAa,EAAE,KAAK,GAA4B;AAC/C,SAAK,OAAO;AACZ,SAAK,UAAU,KAAK,QAAQ;AAC5B,SAAK,UAAU,KAAK,QAAQ,QAAQ;AAAA,EACrC;AAAA,EAEA,IAAI,SAAuB;AAC1B,WAAO,KAAK,KAAK,aAAc,wBAAyB;AAAA,EACzD;AAAA;AAAA,EAGA,4BACC,+DAA0B,KAAM,IAAK;AAAA;AAAA,EAEtC,0BACC,0DAAwB,KAAM,IAAK;AAAA;AAAA,EAEpC,YAA8B,4BAAU,KAAM,IAAK;AAAA;AAAA,EAEnD,uBACC,oDAAqB,KAAM,IAAK;AAAA;AAAA,EAEjC,cAAkC,gCAAY,KAAM,IAAK;AAAA;AAAA,EAEzD,8BACC,kEAA4B,KAAM,IAAK;AAAA;AAAA,EAExC,kBAA0C,+BAAgB,KAAM,IAAK;AAAA;AAAA,EAErE,cAAkC,gCAAY,KAAM,IAAK;AAAA;AAAA,EAEzD,YAA8B,4BAAU,KAAM,IAAK;AAAA;AAAA,EAEnD,yBACC,0CAAuB,KAAM,IAAK;AAAA;AAAA,EAEnC,eAAoC,kCAAa,KAAM,IAAK;AAAA;AAAA,EAE5D,aAAgC,8BAAW,KAAM,IAAK;AAAA;AAAA,EAEtD,iBAAwC,sCAAe,KAAM,IAAK;AAAA;AAAA,EAElE,mBAA4C,2CAAiB,KAAM,IAAK;AAAA;AAAA,EAExE,oBACC,8CAAkB,KAAM,IAAK;AAAA;AAAA,EAE9B,mBAA4C,2CAAiB,KAAM,IAAK;AAAA;AAAA,EAExE,uBACC,oDAAqB,KAAM,IAAK;AAAA;AAAA,EAEjC,mBAA4C,2CAAiB,KAAM,IAAK;AACzE;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|