编辑:viewport.js
var wp; (wp ||= {}).viewport = (() => { var __create = Object.create; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __getProtoOf = Object.getPrototypeOf; var __hasOwnProp = Object.prototype.hasOwnProperty; var __commonJS = (cb, mod) => function __require() { return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; }; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( // If the importer is in node compatibility mode or this is not an ESM // file that has been converted to a CommonJS file using a Babel- // compatible transform (i.e. "__esModule" has not been set), then set // "default" to the CommonJS "module.exports" for node compatibility. isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod )); var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // package-external:@wordpress/compose var require_compose = __commonJS({ "package-external:@wordpress/compose"(exports, module) { module.exports = window.wp.compose; } }); // package-external:@wordpress/data var require_data = __commonJS({ "package-external:@wordpress/data"(exports, module) { module.exports = window.wp.data; } }); // vendor-external:react/jsx-runtime var require_jsx_runtime = __commonJS({ "vendor-external:react/jsx-runtime"(exports, module) { module.exports = window.ReactJSXRuntime; } }); // packages/viewport/build-module/index.mjs var index_exports = {}; __export(index_exports, { ifViewportMatches: () => if_viewport_matches_default, store: () => store, withViewportMatch: () => with_viewport_match_default }); // packages/viewport/build-module/listener.mjs var import_compose = __toESM(require_compose(), 1); var import_data2 = __toESM(require_data(), 1); // packages/viewport/build-module/store/index.mjs var import_data = __toESM(require_data(), 1); // packages/viewport/build-module/store/reducer.mjs function reducer(state = {}, action) { switch (action.type) { case "SET_IS_MATCHING": return action.values; } return state; } var reducer_default = reducer; // packages/viewport/build-module/store/actions.mjs var actions_exports = {}; __export(actions_exports, { setIsMatching: () => setIsMatching }); function setIsMatching(values) { return { type: "SET_IS_MATCHING", values }; } // packages/viewport/build-module/store/selectors.mjs var selectors_exports = {}; __export(selectors_exports, { isViewportMatch: () => isViewportMatch }); function isViewportMatch(state, query) { if (query.indexOf(" ") === -1) { query = ">= " + query; } return !!state[query]; } // packages/viewport/build-module/store/index.mjs var STORE_NAME = "core/viewport"; var store = (0, import_data.createReduxStore)(STORE_NAME, { reducer: reducer_default, actions: actions_exports, selectors: selectors_exports }); (0, import_data.register)(store); // packages/viewport/build-module/listener.mjs var addDimensionsEventListener = (breakpoints, operators) => { const setIsMatching2 = (0, import_compose.debounce)( () => { const values = Object.fromEntries( queries.map(([key, query]) => [key, query.matches]) ); (0, import_data2.dispatch)(store).setIsMatching(values); }, 0, { leading: true } ); const operatorEntries = Object.entries(operators); const queries = Object.entries(breakpoints).flatMap( ([name, width]) => { return operatorEntries.map(([operator, condition]) => { const list = window.matchMedia( `(${condition}: ${width}px)` ); list.addEventListener("change", setIsMatching2); return [`${operator} ${name}`, list]; }); } ); window.addEventListener("orientationchange", setIsMatching2); setIsMatching2(); setIsMatching2.flush(); }; var listener_default = addDimensionsEventListener; // packages/viewport/build-module/if-viewport-matches.mjs var import_compose3 = __toESM(require_compose(), 1); // packages/viewport/build-module/with-viewport-match.mjs var import_compose2 = __toESM(require_compose(), 1); var import_jsx_runtime = __toESM(require_jsx_runtime(), 1); var withViewportMatch = (queries) => { const queryEntries = Object.entries(queries); const useViewPortQueriesResult = () => Object.fromEntries( queryEntries.map(([key, query]) => { let [operator, breakpointName] = query.split(" "); if (breakpointName === void 0) { breakpointName = operator; operator = ">="; } return [key, (0, import_compose2.useViewportMatch)(breakpointName, operator)]; }) ); return (0, import_compose2.createHigherOrderComponent)((WrappedComponent) => { return (0, import_compose2.pure)((props) => { const queriesResult = useViewPortQueriesResult(); return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(WrappedComponent, { ...props, ...queriesResult }); }); }, "withViewportMatch"); }; var with_viewport_match_default = withViewportMatch; // packages/viewport/build-module/if-viewport-matches.mjs var ifViewportMatches = (query) => (0, import_compose3.createHigherOrderComponent)( (0, import_compose3.compose)([ with_viewport_match_default({ isViewportMatch: query }), (0, import_compose3.ifCondition)((props) => props.isViewportMatch) ]), "ifViewportMatches" ); var if_viewport_matches_default = ifViewportMatches; // packages/viewport/build-module/index.mjs var BREAKPOINTS = { huge: 1440, wide: 1280, large: 960, medium: 782, small: 600, mobile: 480 }; var OPERATORS = { "<": "max-width", ">=": "min-width" }; listener_default(BREAKPOINTS, OPERATORS); return __toCommonJS(index_exports); })();
保存文件
位置:
home
/
londongranite
/
public_html
/
wp-includes
/
js
/
dist
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
development
drwxr-xr-x
-
2024-10-28 16:19
权限
删除
重命名
script-modules
drwxr-xr-x
-
2026-05-21 23:23
权限
删除
重命名
vendor
drwxr-xr-x
-
2026-05-21 23:23
权限
删除
重命名
a11y.js
-rw-r--r--
5.45 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
annotations.min.js
-rw-r--r--
5.62 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
api-fetch.js
-rw-r--r--
17.46 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
api-fetch.min.js
-rw-r--r--
6.32 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
autop.js
-rw-r--r--
9.73 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
base-styles.min.js
-rw-r--r--
75 B
2026-07-10 03:34
编辑
下载
权限
删除
重命名
blob.js
-rw-r--r--
2.3 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
block-directory.js
-rw-r--r--
55.67 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
block-editor.js
-rw-r--r--
2.7 MB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
block-editor.min.js
-rw-r--r--
1.01 MB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
block-library.min.js
-rw-r--r--
1.09 MB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
block-serialization-default-parser.js
-rw-r--r--
6.54 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
block-serialization-default-parser.min.js
-rw-r--r--
2.39 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
block-serialization-spec-parser.js
-rw-r--r--
50.48 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
block-serialization-spec-parser.min.js
-rw-r--r--
10.38 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
blocks.min.js
-rw-r--r--
180.62 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
commands.js
-rw-r--r--
151.71 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
commands.min.js
-rw-r--r--
63.14 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
components.js
-rw-r--r--
3.83 MB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
compose.js
-rw-r--r--
80.75 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
core-commands.js
-rw-r--r--
28.68 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
core-commands.min.js
-rw-r--r--
11.87 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
core-data.js
-rw-r--r--
612.03 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
core-data.min.js
-rw-r--r--
210.46 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
customize-widgets.js
-rw-r--r--
91.57 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
data-controls.js
-rw-r--r--
4.13 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
data-controls.min.js
-rw-r--r--
1.77 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
data.min.js
-rw-r--r--
25.92 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
date.js
-rw-r--r--
176.34 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
date.min.js
-rw-r--r--
141.22 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
deprecated.min.js
-rw-r--r--
1.28 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
edit-post.min.js
-rw-r--r--
49.11 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
edit-widgets.min.js
-rw-r--r--
61.86 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
editor.min.js
-rw-r--r--
1021.63 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
element.js
-rw-r--r--
27.93 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
element.min.js
-rw-r--r--
12.17 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
escape-html.min.js
-rw-r--r--
1.07 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
hooks.min.js
-rw-r--r--
4.93 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
html-entities.js
-rw-r--r--
1.65 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
i18n.min.js
-rw-r--r--
5.6 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
is-shallow-equal.js
-rw-r--r--
2.69 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
is-shallow-equal.min.js
-rw-r--r--
1.1 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
keyboard-shortcuts.js
-rw-r--r--
9.68 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
keyboard-shortcuts.min.js
-rw-r--r--
3.44 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
keycodes.min.js
-rw-r--r--
2.91 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
list-reusable-blocks.js
-rw-r--r--
13.06 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
list-reusable-blocks.min.js
-rw-r--r--
5.24 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
media-utils.js
-rw-r--r--
637.15 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
notices.js
-rw-r--r--
10.11 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
nux.min.js
-rw-r--r--
3.95 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
patterns.min.js
-rw-r--r--
21.63 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
plugins.min.js
-rw-r--r--
4.76 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
preferences-persistence.min.js
-rw-r--r--
5.49 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
preferences.js
-rw-r--r--
21.07 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
primitives.js
-rw-r--r--
5.08 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
priority-queue.js
-rw-r--r--
10.02 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
private-apis.min.js
-rw-r--r--
2.66 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
react-i18n.js
-rw-r--r--
3.91 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
react-i18n.min.js
-rw-r--r--
1.53 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
redux-routine.min.js
-rw-r--r--
9.65 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
reusable-blocks.js
-rw-r--r--
20.51 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
rich-text.js
-rw-r--r--
97.04 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
rich-text.min.js
-rw-r--r--
39.89 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
server-side-render.js
-rw-r--r--
10.97 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
server-side-render.min.js
-rw-r--r--
3.94 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
style-engine.js
-rw-r--r--
17.62 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
theme.js
-rw-r--r--
127.65 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
theme.min.js
-rw-r--r--
56.12 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
token-list.js
-rw-r--r--
6.12 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
token-list.min.js
-rw-r--r--
1.62 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
undo-manager.min.js
-rw-r--r--
1.7 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
upload-media.min.js
-rw-r--r--
23.05 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
url.js
-rw-r--r--
23.39 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
url.min.js
-rw-r--r--
10.13 KB
2026-07-10 03:34
编辑
下载
权限
删除
重命名
viewport.js
-rw-r--r--
6.61 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
widgets.js
-rw-r--r--
50.08 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名
wordcount.js
-rw-r--r--
6.93 KB
2026-05-21 23:23
编辑
下载
权限
删除
重命名