golden hour
/home/phakp/public_html/wp-includes/js/dist
⬆️ Go Up
Upload
File/Folder
Size
Actions
a11y.js
8.55 KB
Del
OK
a11y.min.js
2.45 KB
Del
OK
annotations.js
31.14 KB
Del
OK
annotations.min.js
7.1 KB
Del
OK
api-fetch.js
21.46 KB
Del
OK
api-fetch.min.js
5.2 KB
Del
OK
autop.js
15.89 KB
Del
OK
autop.min.js
5.6 KB
Del
OK
blob.js
3.79 KB
Del
OK
blob.min.js
952 B
Del
OK
block-directory.js
57 KB
Del
OK
block-directory.min.js
19.63 KB
Del
OK
block-editor.js
1.96 MB
Del
OK
block-editor.min.js
702.32 KB
Del
OK
block-library.js
1.5 MB
Del
OK
block-library.min.js
640.71 KB
Del
OK
block-serialization-default-parser.js
12.64 KB
Del
OK
block-serialization-default-parser.min.js
2.38 KB
Del
OK
blocks.js
475.38 KB
Del
OK
blocks.min.js
153.4 KB
Del
OK
components.js
2.29 MB
Del
OK
components.min.js
774.56 KB
Del
OK
compose.js
148.43 KB
Del
OK
compose.min.js
33.1 KB
Del
OK
core-data.js
190.38 KB
Del
OK
core-data.min.js
49.79 KB
Del
OK
customize-widgets.js
101.58 KB
Del
OK
customize-widgets.min.js
36.09 KB
Del
OK
data-controls.js
6.8 KB
Del
OK
data-controls.min.js
1.59 KB
Del
OK
data.js
148.08 KB
Del
OK
data.min.js
27.15 KB
Del
OK
date.js
229.67 KB
Del
OK
date.min.js
197.42 KB
Del
OK
deprecated.js
4.74 KB
Del
OK
deprecated.min.js
812 B
Del
OK
development
-
Del
OK
dom-ready.js
2.45 KB
Del
OK
dom-ready.min.js
498 B
Del
OK
dom.js
59.86 KB
Del
OK
dom.min.js
12.39 KB
Del
OK
edit-post.js
321.36 KB
Del
OK
edit-post.min.js
108.99 KB
Del
OK
edit-site.js
467.28 KB
Del
OK
edit-site.min.js
161.39 KB
Del
OK
edit-widgets.js
158.88 KB
Del
OK
edit-widgets.min.js
55.55 KB
Del
OK
editor.js
380.37 KB
Del
OK
editor.min.js
130.76 KB
Del
OK
element.js
44 KB
Del
OK
element.min.js
10.7 KB
Del
OK
escape-html.js
6.23 KB
Del
OK
escape-html.min.js
1.11 KB
Del
OK
format-library.js
55.62 KB
Del
OK
format-library.min.js
18.82 KB
Del
OK
hooks.js
20.09 KB
Del
OK
hooks.min.js
4.79 KB
Del
OK
html-entities.js
3.63 KB
Del
OK
html-entities.min.js
837 B
Del
OK
i18n.js
50.63 KB
Del
OK
i18n.min.js
9.98 KB
Del
OK
is-shallow-equal.js
4.33 KB
Del
OK
is-shallow-equal.min.js
1.07 KB
Del
OK
keyboard-shortcuts.js
22.33 KB
Del
OK
keyboard-shortcuts.min.js
4.46 KB
Del
OK
keycodes.js
13.16 KB
Del
OK
keycodes.min.js
3.09 KB
Del
OK
list-reusable-blocks.js
11.54 KB
Del
OK
list-reusable-blocks.min.js
3.96 KB
Del
OK
media-utils.js
22.14 KB
Del
OK
media-utils.min.js
7.23 KB
Del
OK
notices.js
14.56 KB
Del
OK
notices.min.js
2.34 KB
Del
OK
nux.js
21.09 KB
Del
OK
nux.min.js
4.95 KB
Del
OK
plugins.js
20 KB
Del
OK
plugins.min.js
4.85 KB
Del
OK
preferences.js
10.11 KB
Del
OK
preferences.min.js
2.54 KB
Del
OK
primitives.js
9.02 KB
Del
OK
primitives.min.js
2.3 KB
Del
OK
priority-queue.js
6.61 KB
Del
OK
priority-queue.min.js
1.04 KB
Del
OK
redux-routine.js
23.11 KB
Del
OK
redux-routine.min.js
8.7 KB
Del
OK
reusable-blocks.js
18.23 KB
Del
OK
reusable-blocks.min.js
5.62 KB
Del
OK
rich-text.js
139.27 KB
Del
OK
rich-text.min.js
34.65 KB
Del
OK
server-side-render.js
12.17 KB
Del
OK
server-side-render.min.js
3.49 KB
Del
OK
shortcode.js
16.92 KB
Del
OK
shortcode.min.js
3.18 KB
Del
OK
token-list.js
7.07 KB
Del
OK
token-list.min.js
1.49 KB
Del
OK
url.js
25.54 KB
Del
OK
url.min.js
4.78 KB
Del
OK
vendor
-
Del
OK
viewport.js
10.82 KB
Del
OK
viewport.min.js
2.18 KB
Del
OK
warning.js
2.51 KB
Del
OK
warning.min.js
392 B
Del
OK
widgets.js
54.45 KB
Del
OK
widgets.min.js
21.04 KB
Del
OK
wordcount.js
15.13 KB
Del
OK
wordcount.min.js
2.56 KB
Del
OK
Edit: primitives.js
/******/ (function() { // webpackBootstrap /******/ var __webpack_modules__ = ({ /***/ 4403: /***/ (function(module, exports) { var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*! Copyright (c) 2018 Jed Watson. Licensed under the MIT License (MIT), see http://jedwatson.github.io/classnames */ /* global define */ (function () { 'use strict'; var hasOwn = {}.hasOwnProperty; function classNames() { var classes = []; for (var i = 0; i < arguments.length; i++) { var arg = arguments[i]; if (!arg) continue; var argType = typeof arg; if (argType === 'string' || argType === 'number') { classes.push(arg); } else if (Array.isArray(arg)) { if (arg.length) { var inner = classNames.apply(null, arg); if (inner) { classes.push(inner); } } } else if (argType === 'object') { if (arg.toString === Object.prototype.toString) { for (var key in arg) { if (hasOwn.call(arg, key) && arg[key]) { classes.push(key); } } } else { classes.push(arg.toString()); } } } return classes.join(' '); } if ( true && module.exports) { classNames.default = classNames; module.exports = classNames; } else if (true) { // register as 'classnames', consistent with npm package name !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return classNames; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); } else {} }()); /***/ }) /******/ }); /************************************************************************/ /******/ // The module cache /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ var cachedModule = __webpack_module_cache__[moduleId]; /******/ if (cachedModule !== undefined) { /******/ return cachedModule.exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = __webpack_module_cache__[moduleId] = { /******/ // no module.id needed /******/ // no module.loaded needed /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /************************************************************************/ /******/ /* webpack/runtime/compat get default export */ /******/ !function() { /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function() { return module['default']; } : /******/ function() { return module; }; /******/ __webpack_require__.d(getter, { a: getter }); /******/ return getter; /******/ }; /******/ }(); /******/ /******/ /* webpack/runtime/define property getters */ /******/ !function() { /******/ // define getter functions for harmony exports /******/ __webpack_require__.d = function(exports, definition) { /******/ for(var key in definition) { /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); /******/ } /******/ } /******/ }; /******/ }(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ !function() { /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); } /******/ }(); /******/ /******/ /* webpack/runtime/make namespace object */ /******/ !function() { /******/ // define __esModule on exports /******/ __webpack_require__.r = function(exports) { /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); /******/ } /******/ Object.defineProperty(exports, '__esModule', { value: true }); /******/ }; /******/ }(); /******/ /************************************************************************/ var __webpack_exports__ = {}; // This entry need to be wrapped in an IIFE because it need to be in strict mode. !function() { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "BlockQuotation": function() { return /* reexport */ BlockQuotation; }, "Circle": function() { return /* reexport */ Circle; }, "Defs": function() { return /* reexport */ Defs; }, "G": function() { return /* reexport */ G; }, "HorizontalRule": function() { return /* reexport */ HorizontalRule; }, "LinearGradient": function() { return /* reexport */ LinearGradient; }, "Path": function() { return /* reexport */ Path; }, "Polygon": function() { return /* reexport */ Polygon; }, "RadialGradient": function() { return /* reexport */ RadialGradient; }, "Rect": function() { return /* reexport */ Rect; }, "SVG": function() { return /* reexport */ SVG; }, "Stop": function() { return /* reexport */ Stop; }, "View": function() { return /* reexport */ View; } }); // EXTERNAL MODULE: ./node_modules/classnames/index.js var classnames = __webpack_require__(4403); var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames); ;// CONCATENATED MODULE: external ["wp","element"] var external_wp_element_namespaceObject = window["wp"]["element"]; ;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/svg/index.js /** * External dependencies */ /** * WordPress dependencies */ /** @typedef {{isPressed?: boolean} & import('react').ComponentPropsWithoutRef<'svg'>} SVGProps */ /** * @param {import('react').ComponentPropsWithoutRef<'circle'>} props * * @return {JSX.Element} Circle component */ const Circle = props => (0,external_wp_element_namespaceObject.createElement)('circle', props); /** * @param {import('react').ComponentPropsWithoutRef<'g'>} props * * @return {JSX.Element} G component */ const G = props => (0,external_wp_element_namespaceObject.createElement)('g', props); /** * @param {import('react').ComponentPropsWithoutRef<'path'>} props * * @return {JSX.Element} Path component */ const Path = props => (0,external_wp_element_namespaceObject.createElement)('path', props); /** * @param {import('react').ComponentPropsWithoutRef<'polygon'>} props * * @return {JSX.Element} Polygon component */ const Polygon = props => (0,external_wp_element_namespaceObject.createElement)('polygon', props); /** * @param {import('react').ComponentPropsWithoutRef<'rect'>} props * * @return {JSX.Element} Rect component */ const Rect = props => (0,external_wp_element_namespaceObject.createElement)('rect', props); /** * @param {import('react').ComponentPropsWithoutRef<'defs'>} props * * @return {JSX.Element} Defs component */ const Defs = props => (0,external_wp_element_namespaceObject.createElement)('defs', props); /** * @param {import('react').ComponentPropsWithoutRef<'radialGradient'>} props * * @return {JSX.Element} RadialGradient component */ const RadialGradient = props => (0,external_wp_element_namespaceObject.createElement)('radialGradient', props); /** * @param {import('react').ComponentPropsWithoutRef<'linearGradient'>} props * * @return {JSX.Element} LinearGradient component */ const LinearGradient = props => (0,external_wp_element_namespaceObject.createElement)('linearGradient', props); /** * @param {import('react').ComponentPropsWithoutRef<'stop'>} props * * @return {JSX.Element} Stop component */ const Stop = props => (0,external_wp_element_namespaceObject.createElement)('stop', props); /** * * @param {SVGProps} props isPressed indicates whether the SVG should appear as pressed. * Other props will be passed through to svg component. * * @return {JSX.Element} Stop component */ const SVG = _ref => { let { className, isPressed, ...props } = _ref; const appliedProps = { ...props, className: classnames_default()(className, { 'is-pressed': isPressed }) || undefined, 'aria-hidden': true, focusable: false }; // Disable reason: We need to have a way to render HTML tag for web. // eslint-disable-next-line react/forbid-elements return (0,external_wp_element_namespaceObject.createElement)("svg", appliedProps); }; ;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/horizontal-rule/index.js const HorizontalRule = 'hr'; ;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/block-quotation/index.js const BlockQuotation = 'blockquote'; ;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/view/index.js const View = 'div'; ;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/index.js }(); (window.wp = window.wp || {}).primitives = __webpack_exports__; /******/ })() ;
Save