PluginProbe
Gutenberg / 14.5.2
Gutenberg v14.5.2
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | build/data-controls/index.js +25 -25 12.6.0 → 14.5.2 View file →
@@ -1,5 +1,5 @@
1 -/******/ (function() { // webpackBootstrap
1 +/******/ (() => { // webpackBootstrap
2 2 /******/ "use strict";
3 3 /******/ // The require scope
4 4 /******/ var __webpack_require__ = {};
5 5 /******/
@@ -4,23 +4,23 @@
4 4 /******/ var __webpack_require__ = {};
5 5 /******/
6 6 /************************************************************************/
7 7 /******/ /* webpack/runtime/compat get default export */
8 -/******/ !function() {
8 +/******/ (() => {
9 9 /******/ // getDefaultExport function for compatibility with non-harmony modules
10 -/******/ __webpack_require__.n = function(module) {
10 +/******/ __webpack_require__.n = (module) => {
11 11 /******/ var getter = module && module.__esModule ?
12 -/******/ function() { return module['default']; } :
13 -/******/ function() { return module; };
12 +/******/ () => (module['default']) :
13 +/******/ () => (module);
14 14 /******/ __webpack_require__.d(getter, { a: getter });
15 15 /******/ return getter;
16 16 /******/ };
17 -/******/ }();
17 +/******/ })();
18 18 /******/
19 19 /******/ /* webpack/runtime/define property getters */
20 -/******/ !function() {
20 +/******/ (() => {
21 21 /******/ // define getter functions for harmony exports
22 -/******/ __webpack_require__.d = function(exports, definition) {
22 +/******/ __webpack_require__.d = (exports, definition) => {
23 23 /******/ for(var key in definition) {
24 24 /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25 25 /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26 26 /******/ }
@@ -25,25 +25,25 @@
25 25 /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26 26 /******/ }
27 27 /******/ }
28 28 /******/ };
29 -/******/ }();
29 +/******/ })();
30 30 /******/
31 31 /******/ /* webpack/runtime/hasOwnProperty shorthand */
32 -/******/ !function() {
33 -/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
34 -/******/ }();
32 +/******/ (() => {
33 +/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
34 +/******/ })();
35 35 /******/
36 36 /******/ /* webpack/runtime/make namespace object */
37 -/******/ !function() {
37 +/******/ (() => {
38 38 /******/ // define __esModule on exports
39 -/******/ __webpack_require__.r = function(exports) {
39 +/******/ __webpack_require__.r = (exports) => {
40 40 /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
41 41 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
42 42 /******/ }
43 43 /******/ Object.defineProperty(exports, '__esModule', { value: true });
44 44 /******/ };
45 -/******/ }();
45 +/******/ })();
46 46 /******/
47 47 /************************************************************************/
48 48 var __webpack_exports__ = {};
49 49 // ESM COMPAT FLAG
@@ -50,23 +50,23 @@
50 50 __webpack_require__.r(__webpack_exports__);
51 51
52 52 // EXPORTS
53 53 __webpack_require__.d(__webpack_exports__, {
54 - "__unstableAwaitPromise": function() { return /* binding */ __unstableAwaitPromise; },
55 - "apiFetch": function() { return /* binding */ apiFetch; },
56 - "controls": function() { return /* binding */ controls; },
57 - "dispatch": function() { return /* binding */ dispatch; },
58 - "select": function() { return /* binding */ build_module_select; },
59 - "syncSelect": function() { return /* binding */ syncSelect; }
54 + "__unstableAwaitPromise": () => (/* binding */ __unstableAwaitPromise),
55 + "apiFetch": () => (/* binding */ apiFetch),
56 + "controls": () => (/* binding */ controls),
57 + "dispatch": () => (/* binding */ dispatch),
58 + "select": () => (/* binding */ build_module_select),
59 + "syncSelect": () => (/* binding */ syncSelect)
60 60 });
61 61
62 62 ;// CONCATENATED MODULE: external ["wp","apiFetch"]
63 -var external_wp_apiFetch_namespaceObject = window["wp"]["apiFetch"];
63 +const external_wp_apiFetch_namespaceObject = window["wp"]["apiFetch"];
64 64 var external_wp_apiFetch_default = /*#__PURE__*/__webpack_require__.n(external_wp_apiFetch_namespaceObject);
65 65 ;// CONCATENATED MODULE: external ["wp","data"]
66 -var external_wp_data_namespaceObject = window["wp"]["data"];
66 +const external_wp_data_namespaceObject = window["wp"]["data"];
67 67 ;// CONCATENATED MODULE: external ["wp","deprecated"]
68 -var external_wp_deprecated_namespaceObject = window["wp"]["deprecated"];
68 +const external_wp_deprecated_namespaceObject = window["wp"]["deprecated"];
69 69 var external_wp_deprecated_default = /*#__PURE__*/__webpack_require__.n(external_wp_deprecated_namespaceObject);
70 70 ;// CONCATENATED MODULE: ./packages/data-controls/build-module/index.js
71 71 /**
72 72 * WordPress dependencies
@@ -211,8 +211,8 @@
211 211 return external_wp_apiFetch_default()(request);
212 212 }
213 213
214 214 };
215 -//# sourceMappingURL=index.js.map
215 +
216 216 (window.wp = window.wp || {}).dataControls = __webpack_exports__;
217 217 /******/ })()
218 218 ;