@ably/ui 8.7.0-dev.0d89184 → 8.7.0-dev.0eee65d
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/README.md +15 -4
- package/core/Code/component.css +3 -3
- package/core/Code/component.js +1 -1
- package/core/Code.jsx +373 -7273
- package/core/CompanyAutocomplete/component.js +2 -1
- package/core/CompanyAutocomplete/component.js.LICENSE.txt +1 -0
- package/core/ConnectStateWrapper/component.js +1 -1
- package/core/ConnectStateWrapper.jsx +16 -7
- package/core/ContactFooter/component.js +1 -1
- package/core/ContactFooter.jsx +20 -126
- package/core/CookieMessage/component.js +1 -1
- package/core/CookieMessage.jsx +24 -296
- package/core/CustomerLogos/component.js +1 -1
- package/core/CustomerLogos.jsx +12 -117
- package/core/DropdownMenu/component.js +1 -1
- package/core/DropdownMenu.jsx +16 -126
- package/core/FeatureFooter/component.js +1 -1
- package/core/FeaturedLink/component.js +1 -1
- package/core/FeaturedLink.jsx +15 -121
- package/core/Flash/component.js +1 -1
- package/core/Flash.jsx +151 -1533
- package/core/Footer/component.css +21 -1
- package/core/Footer/component.js +1 -1
- package/core/Footer.jsx +172 -192
- package/core/Icon/component.js +1 -1
- package/core/Icon.jsx +12 -117
- package/core/Loader/component.js +1 -1
- package/core/Loader.jsx +12 -117
- package/core/Logo/component.js +1 -1
- package/core/Logo.jsx +38 -228
- package/core/Meganav/component.css +59 -20
- package/core/Meganav/component.js +1 -2
- package/core/Meganav/component.json +2 -2
- package/core/Meganav.jsx +2876 -10312
- package/core/MeganavBlogPostsList/component.js +2 -1
- package/core/MeganavBlogPostsList/component.js.LICENSE.txt +1 -0
- package/core/MeganavBlogPostsList.jsx +18 -125
- package/core/MeganavContentCompany/component.js +1 -1
- package/core/MeganavContentCompany.jsx +326 -822
- package/core/MeganavContentDevelopers/component.js +1 -1
- package/core/MeganavContentDevelopers.jsx +122 -187
- package/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +1 -1
- package/core/{MeganavContentPlatform.jsx → MeganavContentProducts.jsx} +39 -170
- package/core/MeganavContentUseCases/component.js +1 -1
- package/core/MeganavContentUseCases.jsx +68 -166
- package/core/MeganavControl/component.js +1 -1
- package/core/MeganavControl.jsx +15 -121
- package/core/MeganavControlMobileDropdown/component.js +1 -1
- package/core/MeganavControlMobileDropdown.jsx +16 -122
- package/core/MeganavControlMobilePanelClose/component.js +1 -1
- package/core/MeganavControlMobilePanelClose.jsx +15 -121
- package/core/MeganavControlMobilePanelOpen/component.js +1 -1
- package/core/MeganavControlMobilePanelOpen.jsx +15 -121
- package/core/MeganavItemsDesktop/component.js +1 -1
- package/core/MeganavItemsDesktop.jsx +22 -130
- package/core/MeganavItemsMobile/component.js +1 -1
- package/core/MeganavItemsMobile.jsx +44 -158
- package/core/MeganavItemsSignedIn/component.js +1 -1
- package/core/MeganavItemsSignedIn.jsx +38 -151
- package/core/MeganavSearch/component.js +1 -1
- package/core/MeganavSearch.jsx +28 -138
- package/core/MeganavSearchAutocomplete/component.js +1 -2
- package/core/MeganavSearchAutocomplete.jsx +4 -4
- package/core/MeganavSearchPanel/component.js +1 -1
- package/core/MeganavSearchPanel.jsx +24 -133
- package/core/MeganavSearchSuggestions/component.js +1 -1
- package/core/MeganavSearchSuggestions.jsx +18 -125
- package/core/Notice/component.js +1 -2
- package/core/Notice.jsx +187 -2189
- package/core/Showcase/component.js +1 -1
- package/core/Showcase.jsx +1 -1
- package/core/SignOutLink/component.js +1 -1
- package/core/SignOutLink.jsx +12 -117
- package/core/Slider/component.js +1 -1
- package/core/Slider.jsx +31 -588
- package/core/Uptime/component.js +1 -1
- package/core/Uptime.jsx +294 -812
- package/core/images/ably-logo.png +0 -0
- package/core/images/best-support-2023.svg +1 -0
- package/core/images/fastest-implementation-2023.svg +1 -0
- package/core/images/high-performer-2022.png +0 -0
- package/core/images/high-performer-2023.svg +1 -0
- package/core/images/highest-user-adoption-2022.png +0 -0
- package/core/images/highest-user-adoption-2023.svg +1 -0
- package/core/images/users-love-us-2022.png +0 -0
- package/core/scripts.js +2 -1
- package/core/scripts.js.LICENSE.txt +1 -0
- package/core/sprites.svg +135 -1
- package/core/styles.css +3 -7
- package/package.json +8 -8
- package/reset/scripts.js +1 -1
- package/reset/styles.css +1 -11
- package/src/core/Code/component.css +1 -67
- package/src/core/Code/component.js +11 -46
- package/src/core/Code/component.jsx +7 -3
- package/src/core/DropdownMenu/component.jsx +0 -2
- package/src/core/FeatureFooter/component.html.erb +1 -1
- package/src/core/Flash/component.jsx +40 -14
- package/src/core/Footer/component.css +21 -1
- package/src/core/Footer/component.html.erb +120 -63
- package/src/core/Footer/component.jsx +128 -61
- package/src/core/HeadwayWidget/HeadwayWidget.jsx +229 -0
- package/src/core/HeadwayWidget/index.js +5 -0
- package/src/core/Logo/component.html.erb +2 -27
- package/src/core/Logo/component.jsx +7 -40
- package/src/core/Logo/component.rb +15 -6
- package/src/core/Meganav/MeganavHeadwayPortal.jsx +20 -0
- package/src/core/Meganav/component.css +59 -18
- package/src/core/Meganav/component.html.erb +1 -1
- package/src/core/Meganav/component.json +2 -2
- package/src/core/Meganav/component.jsx +16 -12
- package/src/core/Meganav/component.rb +7 -6
- package/src/core/MeganavContentCompany/component.html.erb +9 -0
- package/src/core/MeganavContentCompany/component.jsx +9 -0
- package/src/core/MeganavContentDevelopers/component.html.erb +51 -22
- package/src/core/MeganavContentDevelopers/component.js +26 -0
- package/src/core/MeganavContentDevelopers/component.jsx +52 -23
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.html.erb +15 -33
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.jsx +18 -39
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.rb +1 -1
- package/src/core/MeganavContentUseCases/component.html.erb +43 -39
- package/src/core/MeganavContentUseCases/component.jsx +42 -39
- package/src/core/MeganavItemsDesktop/component.jsx +1 -1
- package/src/core/MeganavItemsDesktop/component.rb +1 -1
- package/src/core/MeganavSearchSuggestions/component.html.erb +1 -1
- package/src/core/core.rb +16 -4
- package/src/core/icons/github.svg +1 -1
- package/src/core/icons/google.svg +3 -0
- package/src/core/icons/icon-display-asset-tracking-col.svg +18 -0
- package/src/core/icons/icon-display-chat-col.svg +4 -0
- package/src/core/icons/icon-display-data-broadcast-col.svg +26 -0
- package/src/core/icons/icon-display-data-synchronization-col.svg +14 -0
- package/src/core/icons/icon-display-events-col.svg +13 -0
- package/src/core/icons/icon-display-examples-col.svg +11 -0
- package/src/core/icons/icon-display-integrations-col.svg +8 -0
- package/src/core/icons/icon-display-kafka-at-the-edge-col.svg +8 -0
- package/src/core/icons/icon-display-push-notifications-col.svg +6 -0
- package/src/core/icons/icon-gui-check-circled-fill-black.svg +4 -0
- package/src/core/icons/icon-gui-filter-flow-step-1.svg +5 -0
- package/src/core/icons/icon-gui-filter-flow-step-2.svg +5 -0
- package/src/core/icons/icon-gui-filter-flow-step-3.svg +5 -0
- package/src/core/icons/icon-gui-resources.svg +3 -0
- package/src/core/icons/icon-social-x.svg +3 -0
- package/src/core/icons/icon-tech-apachekafka.svg +3 -0
- package/src/core/icons/stackoverflow.svg +3 -0
- package/src/core/icons/youtube.svg +11 -0
- package/src/core/images/ably-logo.png +0 -0
- package/src/core/images/best-support-2023.svg +1 -0
- package/src/core/images/fastest-implementation-2023.svg +1 -0
- package/src/core/images/high-performer-2022.png +0 -0
- package/src/core/images/high-performer-2023.svg +1 -0
- package/src/core/images/highest-user-adoption-2022.png +0 -0
- package/src/core/images/highest-user-adoption-2023.svg +1 -0
- package/src/core/images/users-love-us-2022.png +0 -0
- package/src/core/styles/properties.css +2 -0
- package/src/core/styles/text.css +1 -1
- package/src/core/utils/syntax-highlighter-registry.js +63 -0
- package/src/core/utils/syntax-highlighter.css +69 -0
- package/src/core/utils/syntax-highlighter.js +103 -0
- package/tailwind.config.js +1 -0
- package/core/DropdownMenuPreview/component.js +0 -6
- package/core/DropdownMenuPreview.jsx +0 -6
- package/core/Meganav/component.js.LICENSE.txt +0 -7
- package/core/MeganavSearchAutocomplete/component.js.LICENSE.txt +0 -7
- package/core/Notice/component.js.LICENSE.txt +0 -9
- /package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +0 -0
|
@@ -1,24 +1,16 @@
|
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(require("react"));
|
|
3
|
+
module.exports = factory(require("react"), require("prop-types"), require("redux"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define([], factory);
|
|
5
|
+
define([, , ], factory);
|
|
6
6
|
else {
|
|
7
|
-
var a = typeof exports === 'object' ? factory(require("react")) : factory(root[undefined]);
|
|
7
|
+
var a = typeof exports === 'object' ? factory(require("react"), require("prop-types"), require("redux")) : factory(root[undefined], root[undefined], root[undefined]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this,
|
|
10
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE__5225__, __WEBPACK_EXTERNAL_MODULE__6073__, __WEBPACK_EXTERNAL_MODULE__5293__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/ 7757:
|
|
15
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
16
|
-
|
|
17
|
-
/* unused reexport */ __webpack_require__(5666);
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
/***/ }),
|
|
21
|
-
|
|
22
14
|
/***/ 9787:
|
|
23
15
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
24
16
|
|
|
@@ -27,7 +19,7 @@ return /******/ (() => { // webpackBootstrap
|
|
|
27
19
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
28
20
|
/* harmony export */ });
|
|
29
21
|
/* unused harmony export ConnectStateWrapper */
|
|
30
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
22
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5225);
|
|
31
23
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
32
24
|
/* harmony import */ var _remote_data_store__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3511);
|
|
33
25
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
@@ -107,9 +99,9 @@ var ConnectStateWrapper = function ConnectStateWrapper(Component, selectors) {
|
|
|
107
99
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
108
100
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
109
101
|
/* harmony export */ });
|
|
110
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
102
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5225);
|
|
111
103
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
112
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
104
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6073);
|
|
113
105
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
114
106
|
/* harmony import */ var _Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9008);
|
|
115
107
|
|
|
@@ -131,7 +123,7 @@ var FeaturedLink = function FeaturedLink(_ref) {
|
|
|
131
123
|
style: {
|
|
132
124
|
"--featured-link-icon-size": "var(".concat(textSize.replace("text", "--fs"), ")")
|
|
133
125
|
}
|
|
134
|
-
}, children, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__
|
|
126
|
+
}, children, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__["default"], {
|
|
135
127
|
name: "icon-gui-link-arrow",
|
|
136
128
|
size: "calc(var(--featured-link-icon-size) * 1.25)",
|
|
137
129
|
color: iconColor,
|
|
@@ -157,9 +149,9 @@ FeaturedLink.propTypes = {
|
|
|
157
149
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
158
150
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
159
151
|
/* harmony export */ });
|
|
160
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
152
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5225);
|
|
161
153
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
162
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
154
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6073);
|
|
163
155
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
164
156
|
var _excluded = ["name", "size", "color", "additionalCSS"];
|
|
165
157
|
|
|
@@ -210,9 +202,9 @@ Icon.propTypes = {
|
|
|
210
202
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
211
203
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
212
204
|
/* harmony export */ });
|
|
213
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
205
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5225);
|
|
214
206
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
215
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
207
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6073);
|
|
216
208
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
217
209
|
/* harmony import */ var _FeaturedLink_component_jsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5751);
|
|
218
210
|
|
|
@@ -241,7 +233,7 @@ var MeganavBlogPostsList = function MeganavBlogPostsList(_ref) {
|
|
|
241
233
|
}, post.title), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
242
234
|
className: "ui-meganav-media-copy"
|
|
243
235
|
}, post.pubDate)));
|
|
244
|
-
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_FeaturedLink_component_jsx__WEBPACK_IMPORTED_MODULE_2__
|
|
236
|
+
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_FeaturedLink_component_jsx__WEBPACK_IMPORTED_MODULE_2__["default"], {
|
|
245
237
|
url: absUrl("/blog"),
|
|
246
238
|
textSize: "text-p3"
|
|
247
239
|
}, "More from our Blog")) : null;
|
|
@@ -268,6 +260,8 @@ MeganavBlogPostsList.propTypes = {
|
|
|
268
260
|
/* harmony export */ "kZ": () => (/* binding */ connectState)
|
|
269
261
|
/* harmony export */ });
|
|
270
262
|
/* unused harmony exports attachStoreToWindow, createRemoteDataStore */
|
|
263
|
+
/* harmony import */ var redux__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5293);
|
|
264
|
+
/* harmony import */ var redux__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(redux__WEBPACK_IMPORTED_MODULE_0__);
|
|
271
265
|
|
|
272
266
|
var attachStoreToWindow = function attachStoreToWindow(store) {
|
|
273
267
|
window.AblyUi = window.AblyUi || {};
|
|
@@ -300,878 +294,376 @@ var createRemoteDataStore = function createRemoteDataStore(reducers) {
|
|
|
300
294
|
|
|
301
295
|
/***/ }),
|
|
302
296
|
|
|
303
|
-
/***/
|
|
304
|
-
/***/ ((module
|
|
297
|
+
/***/ 6073:
|
|
298
|
+
/***/ ((module) => {
|
|
305
299
|
|
|
306
300
|
"use strict";
|
|
307
|
-
|
|
308
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
309
|
-
*
|
|
310
|
-
* This source code is licensed under the MIT license found in the
|
|
311
|
-
* LICENSE file in the root directory of this source tree.
|
|
312
|
-
*/
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
var ReactPropTypesSecret = __webpack_require__(414);
|
|
317
|
-
|
|
318
|
-
function emptyFunction() {}
|
|
319
|
-
function emptyFunctionWithReset() {}
|
|
320
|
-
emptyFunctionWithReset.resetWarningCache = emptyFunction;
|
|
321
|
-
|
|
322
|
-
module.exports = function() {
|
|
323
|
-
function shim(props, propName, componentName, location, propFullName, secret) {
|
|
324
|
-
if (secret === ReactPropTypesSecret) {
|
|
325
|
-
// It is still safe when called from React.
|
|
326
|
-
return;
|
|
327
|
-
}
|
|
328
|
-
var err = new Error(
|
|
329
|
-
'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +
|
|
330
|
-
'Use PropTypes.checkPropTypes() to call them. ' +
|
|
331
|
-
'Read more at http://fb.me/use-check-prop-types'
|
|
332
|
-
);
|
|
333
|
-
err.name = 'Invariant Violation';
|
|
334
|
-
throw err;
|
|
335
|
-
};
|
|
336
|
-
shim.isRequired = shim;
|
|
337
|
-
function getShim() {
|
|
338
|
-
return shim;
|
|
339
|
-
};
|
|
340
|
-
// Important!
|
|
341
|
-
// Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.
|
|
342
|
-
var ReactPropTypes = {
|
|
343
|
-
array: shim,
|
|
344
|
-
bool: shim,
|
|
345
|
-
func: shim,
|
|
346
|
-
number: shim,
|
|
347
|
-
object: shim,
|
|
348
|
-
string: shim,
|
|
349
|
-
symbol: shim,
|
|
350
|
-
|
|
351
|
-
any: shim,
|
|
352
|
-
arrayOf: getShim,
|
|
353
|
-
element: shim,
|
|
354
|
-
elementType: shim,
|
|
355
|
-
instanceOf: getShim,
|
|
356
|
-
node: shim,
|
|
357
|
-
objectOf: getShim,
|
|
358
|
-
oneOf: getShim,
|
|
359
|
-
oneOfType: getShim,
|
|
360
|
-
shape: getShim,
|
|
361
|
-
exact: getShim,
|
|
362
|
-
|
|
363
|
-
checkPropTypes: emptyFunctionWithReset,
|
|
364
|
-
resetWarningCache: emptyFunction
|
|
365
|
-
};
|
|
366
|
-
|
|
367
|
-
ReactPropTypes.PropTypes = ReactPropTypes;
|
|
368
|
-
|
|
369
|
-
return ReactPropTypes;
|
|
370
|
-
};
|
|
371
|
-
|
|
301
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__6073__;
|
|
372
302
|
|
|
373
303
|
/***/ }),
|
|
374
304
|
|
|
375
|
-
/***/
|
|
376
|
-
/***/ ((module
|
|
377
|
-
|
|
378
|
-
/**
|
|
379
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
380
|
-
*
|
|
381
|
-
* This source code is licensed under the MIT license found in the
|
|
382
|
-
* LICENSE file in the root directory of this source tree.
|
|
383
|
-
*/
|
|
384
|
-
|
|
385
|
-
if (false) { var throwOnDirectAccess, ReactIs; } else {
|
|
386
|
-
// By explicitly using `prop-types` you are opting into new production behavior.
|
|
387
|
-
// http://fb.me/prop-types-in-prod
|
|
388
|
-
module.exports = __webpack_require__(2703)();
|
|
389
|
-
}
|
|
305
|
+
/***/ 5225:
|
|
306
|
+
/***/ ((module) => {
|
|
390
307
|
|
|
308
|
+
"use strict";
|
|
309
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__5225__;
|
|
391
310
|
|
|
392
311
|
/***/ }),
|
|
393
312
|
|
|
394
|
-
/***/
|
|
313
|
+
/***/ 5293:
|
|
395
314
|
/***/ ((module) => {
|
|
396
315
|
|
|
397
316
|
"use strict";
|
|
398
|
-
|
|
399
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
400
|
-
*
|
|
401
|
-
* This source code is licensed under the MIT license found in the
|
|
402
|
-
* LICENSE file in the root directory of this source tree.
|
|
403
|
-
*/
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
|
|
408
|
-
|
|
409
|
-
module.exports = ReactPropTypesSecret;
|
|
410
|
-
|
|
317
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__5293__;
|
|
411
318
|
|
|
412
319
|
/***/ }),
|
|
413
320
|
|
|
414
|
-
/***/
|
|
415
|
-
/***/ ((module) => {
|
|
321
|
+
/***/ 7061:
|
|
322
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
416
323
|
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
});
|
|
442
|
-
return obj[key];
|
|
324
|
+
var _typeof = (__webpack_require__(8698)["default"]);
|
|
325
|
+
function _regeneratorRuntime() {
|
|
326
|
+
"use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
327
|
+
module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
|
|
328
|
+
return e;
|
|
329
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
330
|
+
var t,
|
|
331
|
+
e = {},
|
|
332
|
+
r = Object.prototype,
|
|
333
|
+
n = r.hasOwnProperty,
|
|
334
|
+
o = Object.defineProperty || function (t, e, r) {
|
|
335
|
+
t[e] = r.value;
|
|
336
|
+
},
|
|
337
|
+
i = "function" == typeof Symbol ? Symbol : {},
|
|
338
|
+
a = i.iterator || "@@iterator",
|
|
339
|
+
c = i.asyncIterator || "@@asyncIterator",
|
|
340
|
+
u = i.toStringTag || "@@toStringTag";
|
|
341
|
+
function define(t, e, r) {
|
|
342
|
+
return Object.defineProperty(t, e, {
|
|
343
|
+
value: r,
|
|
344
|
+
enumerable: !0,
|
|
345
|
+
configurable: !0,
|
|
346
|
+
writable: !0
|
|
347
|
+
}), t[e];
|
|
443
348
|
}
|
|
444
349
|
try {
|
|
445
|
-
// IE 8 has a broken Object.defineProperty that only works on DOM objects.
|
|
446
350
|
define({}, "");
|
|
447
|
-
} catch (
|
|
448
|
-
define = function(
|
|
449
|
-
return
|
|
351
|
+
} catch (t) {
|
|
352
|
+
define = function define(t, e, r) {
|
|
353
|
+
return t[e] = r;
|
|
450
354
|
};
|
|
451
355
|
}
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
// The ._invoke method unifies the implementations of the .next,
|
|
460
|
-
// .throw, and .return methods.
|
|
461
|
-
generator._invoke = makeInvokeMethod(innerFn, self, context);
|
|
462
|
-
|
|
463
|
-
return generator;
|
|
356
|
+
function wrap(t, e, r, n) {
|
|
357
|
+
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
358
|
+
a = Object.create(i.prototype),
|
|
359
|
+
c = new Context(n || []);
|
|
360
|
+
return o(a, "_invoke", {
|
|
361
|
+
value: makeInvokeMethod(t, r, c)
|
|
362
|
+
}), a;
|
|
464
363
|
}
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
// Try/catch helper to minimize deoptimizations. Returns a completion
|
|
468
|
-
// record like context.tryEntries[i].completion. This interface could
|
|
469
|
-
// have been (and was previously) designed to take a closure to be
|
|
470
|
-
// invoked without arguments, but in all the cases we care about we
|
|
471
|
-
// already have an existing method we want to call, so there's no need
|
|
472
|
-
// to create a new function object. We can even get away with assuming
|
|
473
|
-
// the method takes exactly one argument, since that happens to be true
|
|
474
|
-
// in every case, so we don't have to touch the arguments object. The
|
|
475
|
-
// only additional allocation required is the completion record, which
|
|
476
|
-
// has a stable shape and so hopefully should be cheap to allocate.
|
|
477
|
-
function tryCatch(fn, obj, arg) {
|
|
364
|
+
function tryCatch(t, e, r) {
|
|
478
365
|
try {
|
|
479
|
-
return {
|
|
480
|
-
|
|
481
|
-
|
|
366
|
+
return {
|
|
367
|
+
type: "normal",
|
|
368
|
+
arg: t.call(e, r)
|
|
369
|
+
};
|
|
370
|
+
} catch (t) {
|
|
371
|
+
return {
|
|
372
|
+
type: "throw",
|
|
373
|
+
arg: t
|
|
374
|
+
};
|
|
482
375
|
}
|
|
483
376
|
}
|
|
484
|
-
|
|
485
|
-
var
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
// Returning this object from the innerFn has the same effect as
|
|
491
|
-
// breaking out of the dispatch switch statement.
|
|
492
|
-
var ContinueSentinel = {};
|
|
493
|
-
|
|
494
|
-
// Dummy constructor functions that we use as the .constructor and
|
|
495
|
-
// .constructor.prototype properties for functions that return Generator
|
|
496
|
-
// objects. For full spec compliance, you may wish to configure your
|
|
497
|
-
// minifier not to mangle the names of these two functions.
|
|
377
|
+
e.wrap = wrap;
|
|
378
|
+
var h = "suspendedStart",
|
|
379
|
+
l = "suspendedYield",
|
|
380
|
+
f = "executing",
|
|
381
|
+
s = "completed",
|
|
382
|
+
y = {};
|
|
498
383
|
function Generator() {}
|
|
499
384
|
function GeneratorFunction() {}
|
|
500
385
|
function GeneratorFunctionPrototype() {}
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
// don't natively support it.
|
|
504
|
-
var IteratorPrototype = {};
|
|
505
|
-
IteratorPrototype[iteratorSymbol] = function () {
|
|
386
|
+
var p = {};
|
|
387
|
+
define(p, a, function () {
|
|
506
388
|
return this;
|
|
507
|
-
};
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
IteratorPrototype = NativeIteratorPrototype;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
var Gp = GeneratorFunctionPrototype.prototype =
|
|
520
|
-
Generator.prototype = Object.create(IteratorPrototype);
|
|
521
|
-
GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;
|
|
522
|
-
GeneratorFunctionPrototype.constructor = GeneratorFunction;
|
|
523
|
-
GeneratorFunction.displayName = define(
|
|
524
|
-
GeneratorFunctionPrototype,
|
|
525
|
-
toStringTagSymbol,
|
|
526
|
-
"GeneratorFunction"
|
|
527
|
-
);
|
|
528
|
-
|
|
529
|
-
// Helper for defining the .next, .throw, and .return methods of the
|
|
530
|
-
// Iterator interface in terms of a single ._invoke method.
|
|
531
|
-
function defineIteratorMethods(prototype) {
|
|
532
|
-
["next", "throw", "return"].forEach(function(method) {
|
|
533
|
-
define(prototype, method, function(arg) {
|
|
534
|
-
return this._invoke(method, arg);
|
|
389
|
+
});
|
|
390
|
+
var d = Object.getPrototypeOf,
|
|
391
|
+
v = d && d(d(values([])));
|
|
392
|
+
v && v !== r && n.call(v, a) && (p = v);
|
|
393
|
+
var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
|
|
394
|
+
function defineIteratorMethods(t) {
|
|
395
|
+
["next", "throw", "return"].forEach(function (e) {
|
|
396
|
+
define(t, e, function (t) {
|
|
397
|
+
return this._invoke(e, t);
|
|
535
398
|
});
|
|
536
399
|
});
|
|
537
400
|
}
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
} else {
|
|
553
|
-
genFun.__proto__ = GeneratorFunctionPrototype;
|
|
554
|
-
define(genFun, toStringTagSymbol, "GeneratorFunction");
|
|
555
|
-
}
|
|
556
|
-
genFun.prototype = Object.create(Gp);
|
|
557
|
-
return genFun;
|
|
558
|
-
};
|
|
559
|
-
|
|
560
|
-
// Within the body of any async function, `await x` is transformed to
|
|
561
|
-
// `yield regeneratorRuntime.awrap(x)`, so that the runtime can test
|
|
562
|
-
// `hasOwn.call(value, "__await")` to determine if the yielded value is
|
|
563
|
-
// meant to be awaited.
|
|
564
|
-
exports.awrap = function(arg) {
|
|
565
|
-
return { __await: arg };
|
|
566
|
-
};
|
|
567
|
-
|
|
568
|
-
function AsyncIterator(generator, PromiseImpl) {
|
|
569
|
-
function invoke(method, arg, resolve, reject) {
|
|
570
|
-
var record = tryCatch(generator[method], generator, arg);
|
|
571
|
-
if (record.type === "throw") {
|
|
572
|
-
reject(record.arg);
|
|
573
|
-
} else {
|
|
574
|
-
var result = record.arg;
|
|
575
|
-
var value = result.value;
|
|
576
|
-
if (value &&
|
|
577
|
-
typeof value === "object" &&
|
|
578
|
-
hasOwn.call(value, "__await")) {
|
|
579
|
-
return PromiseImpl.resolve(value.__await).then(function(value) {
|
|
580
|
-
invoke("next", value, resolve, reject);
|
|
581
|
-
}, function(err) {
|
|
582
|
-
invoke("throw", err, resolve, reject);
|
|
583
|
-
});
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
return PromiseImpl.resolve(value).then(function(unwrapped) {
|
|
587
|
-
// When a yielded Promise is resolved, its final value becomes
|
|
588
|
-
// the .value of the Promise<{value,done}> result for the
|
|
589
|
-
// current iteration.
|
|
590
|
-
result.value = unwrapped;
|
|
591
|
-
resolve(result);
|
|
592
|
-
}, function(error) {
|
|
593
|
-
// If a rejected Promise was yielded, throw the rejection back
|
|
594
|
-
// into the async generator function so it can be handled there.
|
|
595
|
-
return invoke("throw", error, resolve, reject);
|
|
401
|
+
function AsyncIterator(t, e) {
|
|
402
|
+
function invoke(r, o, i, a) {
|
|
403
|
+
var c = tryCatch(t[r], t, o);
|
|
404
|
+
if ("throw" !== c.type) {
|
|
405
|
+
var u = c.arg,
|
|
406
|
+
h = u.value;
|
|
407
|
+
return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
|
|
408
|
+
invoke("next", t, i, a);
|
|
409
|
+
}, function (t) {
|
|
410
|
+
invoke("throw", t, i, a);
|
|
411
|
+
}) : e.resolve(h).then(function (t) {
|
|
412
|
+
u.value = t, i(u);
|
|
413
|
+
}, function (t) {
|
|
414
|
+
return invoke("throw", t, i, a);
|
|
596
415
|
});
|
|
597
416
|
}
|
|
417
|
+
a(c.arg);
|
|
598
418
|
}
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
}
|
|
419
|
+
var r;
|
|
420
|
+
o(this, "_invoke", {
|
|
421
|
+
value: function value(t, n) {
|
|
422
|
+
function callInvokeWithMethodAndArg() {
|
|
423
|
+
return new e(function (e, r) {
|
|
424
|
+
invoke(t, n, e, r);
|
|
425
|
+
});
|
|
426
|
+
}
|
|
427
|
+
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
607
428
|
}
|
|
608
|
-
|
|
609
|
-
return previousPromise =
|
|
610
|
-
// If enqueue has been called before, then we want to wait until
|
|
611
|
-
// all previous Promises have been resolved before calling invoke,
|
|
612
|
-
// so that results are always delivered in the correct order. If
|
|
613
|
-
// enqueue has not been called before, then it is important to
|
|
614
|
-
// call invoke immediately, without waiting on a callback to fire,
|
|
615
|
-
// so that the async generator function has the opportunity to do
|
|
616
|
-
// any necessary setup in a predictable way. This predictability
|
|
617
|
-
// is why the Promise constructor synchronously invokes its
|
|
618
|
-
// executor callback, and why async functions synchronously
|
|
619
|
-
// execute code before the first await. Since we implement simple
|
|
620
|
-
// async functions in terms of async generators, it is especially
|
|
621
|
-
// important to get this right, even though it requires care.
|
|
622
|
-
previousPromise ? previousPromise.then(
|
|
623
|
-
callInvokeWithMethodAndArg,
|
|
624
|
-
// Avoid propagating failures to Promises returned by later
|
|
625
|
-
// invocations of the iterator.
|
|
626
|
-
callInvokeWithMethodAndArg
|
|
627
|
-
) : callInvokeWithMethodAndArg();
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
// Define the unified helper method that is used to implement .next,
|
|
631
|
-
// .throw, and .return (see defineIteratorMethods).
|
|
632
|
-
this._invoke = enqueue;
|
|
429
|
+
});
|
|
633
430
|
}
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {
|
|
645
|
-
if (PromiseImpl === void 0) PromiseImpl = Promise;
|
|
646
|
-
|
|
647
|
-
var iter = new AsyncIterator(
|
|
648
|
-
wrap(innerFn, outerFn, self, tryLocsList),
|
|
649
|
-
PromiseImpl
|
|
650
|
-
);
|
|
651
|
-
|
|
652
|
-
return exports.isGeneratorFunction(outerFn)
|
|
653
|
-
? iter // If outerFn is a generator, return the full iterator.
|
|
654
|
-
: iter.next().then(function(result) {
|
|
655
|
-
return result.done ? result.value : iter.next();
|
|
656
|
-
});
|
|
657
|
-
};
|
|
658
|
-
|
|
659
|
-
function makeInvokeMethod(innerFn, self, context) {
|
|
660
|
-
var state = GenStateSuspendedStart;
|
|
661
|
-
|
|
662
|
-
return function invoke(method, arg) {
|
|
663
|
-
if (state === GenStateExecuting) {
|
|
664
|
-
throw new Error("Generator is already running");
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
if (state === GenStateCompleted) {
|
|
668
|
-
if (method === "throw") {
|
|
669
|
-
throw arg;
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
// Be forgiving, per 25.3.3.3.3 of the spec:
|
|
673
|
-
// https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume
|
|
674
|
-
return doneResult();
|
|
431
|
+
function makeInvokeMethod(e, r, n) {
|
|
432
|
+
var o = h;
|
|
433
|
+
return function (i, a) {
|
|
434
|
+
if (o === f) throw new Error("Generator is already running");
|
|
435
|
+
if (o === s) {
|
|
436
|
+
if ("throw" === i) throw a;
|
|
437
|
+
return {
|
|
438
|
+
value: t,
|
|
439
|
+
done: !0
|
|
440
|
+
};
|
|
675
441
|
}
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
var delegateResult = maybeInvokeDelegate(delegate, context);
|
|
684
|
-
if (delegateResult) {
|
|
685
|
-
if (delegateResult === ContinueSentinel) continue;
|
|
686
|
-
return delegateResult;
|
|
442
|
+
for (n.method = i, n.arg = a;;) {
|
|
443
|
+
var c = n.delegate;
|
|
444
|
+
if (c) {
|
|
445
|
+
var u = maybeInvokeDelegate(c, n);
|
|
446
|
+
if (u) {
|
|
447
|
+
if (u === y) continue;
|
|
448
|
+
return u;
|
|
687
449
|
}
|
|
688
450
|
}
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
if (
|
|
697
|
-
state = GenStateCompleted;
|
|
698
|
-
throw context.arg;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
context.dispatchException(context.arg);
|
|
702
|
-
|
|
703
|
-
} else if (context.method === "return") {
|
|
704
|
-
context.abrupt("return", context.arg);
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
state = GenStateExecuting;
|
|
708
|
-
|
|
709
|
-
var record = tryCatch(innerFn, self, context);
|
|
710
|
-
if (record.type === "normal") {
|
|
711
|
-
// If an exception is thrown from innerFn, we leave state ===
|
|
712
|
-
// GenStateExecuting and loop back for another invocation.
|
|
713
|
-
state = context.done
|
|
714
|
-
? GenStateCompleted
|
|
715
|
-
: GenStateSuspendedYield;
|
|
716
|
-
|
|
717
|
-
if (record.arg === ContinueSentinel) {
|
|
718
|
-
continue;
|
|
719
|
-
}
|
|
720
|
-
|
|
451
|
+
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
452
|
+
if (o === h) throw o = s, n.arg;
|
|
453
|
+
n.dispatchException(n.arg);
|
|
454
|
+
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
455
|
+
o = f;
|
|
456
|
+
var p = tryCatch(e, r, n);
|
|
457
|
+
if ("normal" === p.type) {
|
|
458
|
+
if (o = n.done ? s : l, p.arg === y) continue;
|
|
721
459
|
return {
|
|
722
|
-
value:
|
|
723
|
-
done:
|
|
460
|
+
value: p.arg,
|
|
461
|
+
done: n.done
|
|
724
462
|
};
|
|
725
|
-
|
|
726
|
-
} else if (record.type === "throw") {
|
|
727
|
-
state = GenStateCompleted;
|
|
728
|
-
// Dispatch the exception by looping back around to the
|
|
729
|
-
// context.dispatchException(context.arg) call above.
|
|
730
|
-
context.method = "throw";
|
|
731
|
-
context.arg = record.arg;
|
|
732
463
|
}
|
|
464
|
+
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
733
465
|
}
|
|
734
466
|
};
|
|
735
467
|
}
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
var
|
|
743
|
-
|
|
744
|
-
// A .throw or .return when the delegate iterator has no .throw
|
|
745
|
-
// method always terminates the yield* loop.
|
|
746
|
-
context.delegate = null;
|
|
747
|
-
|
|
748
|
-
if (context.method === "throw") {
|
|
749
|
-
// Note: ["return"] must be used for ES3 parsing compatibility.
|
|
750
|
-
if (delegate.iterator["return"]) {
|
|
751
|
-
// If the delegate iterator has a return method, give it a
|
|
752
|
-
// chance to clean up.
|
|
753
|
-
context.method = "return";
|
|
754
|
-
context.arg = undefined;
|
|
755
|
-
maybeInvokeDelegate(delegate, context);
|
|
756
|
-
|
|
757
|
-
if (context.method === "throw") {
|
|
758
|
-
// If maybeInvokeDelegate(context) changed context.method from
|
|
759
|
-
// "return" to "throw", let that override the TypeError below.
|
|
760
|
-
return ContinueSentinel;
|
|
761
|
-
}
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
context.method = "throw";
|
|
765
|
-
context.arg = new TypeError(
|
|
766
|
-
"The iterator does not provide a 'throw' method");
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
return ContinueSentinel;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
var record = tryCatch(method, delegate.iterator, context.arg);
|
|
773
|
-
|
|
774
|
-
if (record.type === "throw") {
|
|
775
|
-
context.method = "throw";
|
|
776
|
-
context.arg = record.arg;
|
|
777
|
-
context.delegate = null;
|
|
778
|
-
return ContinueSentinel;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
var info = record.arg;
|
|
782
|
-
|
|
783
|
-
if (! info) {
|
|
784
|
-
context.method = "throw";
|
|
785
|
-
context.arg = new TypeError("iterator result is not an object");
|
|
786
|
-
context.delegate = null;
|
|
787
|
-
return ContinueSentinel;
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
if (info.done) {
|
|
791
|
-
// Assign the result of the finished delegate to the temporary
|
|
792
|
-
// variable specified by delegate.resultName (see delegateYield).
|
|
793
|
-
context[delegate.resultName] = info.value;
|
|
794
|
-
|
|
795
|
-
// Resume execution at the desired location (see delegateYield).
|
|
796
|
-
context.next = delegate.nextLoc;
|
|
797
|
-
|
|
798
|
-
// If context.method was "throw" but the delegate handled the
|
|
799
|
-
// exception, let the outer generator proceed normally. If
|
|
800
|
-
// context.method was "next", forget context.arg since it has been
|
|
801
|
-
// "consumed" by the delegate iterator. If context.method was
|
|
802
|
-
// "return", allow the original .return call to continue in the
|
|
803
|
-
// outer generator.
|
|
804
|
-
if (context.method !== "return") {
|
|
805
|
-
context.method = "next";
|
|
806
|
-
context.arg = undefined;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
} else {
|
|
810
|
-
// Re-yield the result returned by the delegate method.
|
|
811
|
-
return info;
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
// The delegate iterator is finished, so forget it and continue with
|
|
815
|
-
// the outer generator.
|
|
816
|
-
context.delegate = null;
|
|
817
|
-
return ContinueSentinel;
|
|
468
|
+
function maybeInvokeDelegate(e, r) {
|
|
469
|
+
var n = r.method,
|
|
470
|
+
o = e.iterator[n];
|
|
471
|
+
if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
|
|
472
|
+
var i = tryCatch(o, e.iterator, r.arg);
|
|
473
|
+
if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
|
|
474
|
+
var a = i.arg;
|
|
475
|
+
return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
|
|
818
476
|
}
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
define(Gp, toStringTagSymbol, "Generator");
|
|
825
|
-
|
|
826
|
-
// A Generator should always return itself as the iterator object when the
|
|
827
|
-
// @@iterator function is called on it. Some browsers' implementations of the
|
|
828
|
-
// iterator prototype chain incorrectly implement this, causing the Generator
|
|
829
|
-
// object to not be returned from this call. This ensures that doesn't happen.
|
|
830
|
-
// See https://github.com/facebook/regenerator/issues/274 for more details.
|
|
831
|
-
Gp[iteratorSymbol] = function() {
|
|
832
|
-
return this;
|
|
833
|
-
};
|
|
834
|
-
|
|
835
|
-
Gp.toString = function() {
|
|
836
|
-
return "[object Generator]";
|
|
837
|
-
};
|
|
838
|
-
|
|
839
|
-
function pushTryEntry(locs) {
|
|
840
|
-
var entry = { tryLoc: locs[0] };
|
|
841
|
-
|
|
842
|
-
if (1 in locs) {
|
|
843
|
-
entry.catchLoc = locs[1];
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
if (2 in locs) {
|
|
847
|
-
entry.finallyLoc = locs[2];
|
|
848
|
-
entry.afterLoc = locs[3];
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
this.tryEntries.push(entry);
|
|
477
|
+
function pushTryEntry(t) {
|
|
478
|
+
var e = {
|
|
479
|
+
tryLoc: t[0]
|
|
480
|
+
};
|
|
481
|
+
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
852
482
|
}
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
record.type = "normal";
|
|
857
|
-
delete record.arg;
|
|
858
|
-
entry.completion = record;
|
|
483
|
+
function resetTryEntry(t) {
|
|
484
|
+
var e = t.completion || {};
|
|
485
|
+
e.type = "normal", delete e.arg, t.completion = e;
|
|
859
486
|
}
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
// locations where there is no enclosing try statement.
|
|
865
|
-
this.tryEntries = [{ tryLoc: "root" }];
|
|
866
|
-
tryLocsList.forEach(pushTryEntry, this);
|
|
867
|
-
this.reset(true);
|
|
487
|
+
function Context(t) {
|
|
488
|
+
this.tryEntries = [{
|
|
489
|
+
tryLoc: "root"
|
|
490
|
+
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
868
491
|
}
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
var key = keys.pop();
|
|
882
|
-
if (key in object) {
|
|
883
|
-
next.value = key;
|
|
884
|
-
next.done = false;
|
|
885
|
-
return next;
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
// To avoid creating an additional object, we just hang the .value
|
|
890
|
-
// and .done properties off the next function object itself. This
|
|
891
|
-
// also ensures that the minifier will not anonymize the function.
|
|
892
|
-
next.done = true;
|
|
893
|
-
return next;
|
|
894
|
-
};
|
|
895
|
-
};
|
|
896
|
-
|
|
897
|
-
function values(iterable) {
|
|
898
|
-
if (iterable) {
|
|
899
|
-
var iteratorMethod = iterable[iteratorSymbol];
|
|
900
|
-
if (iteratorMethod) {
|
|
901
|
-
return iteratorMethod.call(iterable);
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
if (typeof iterable.next === "function") {
|
|
905
|
-
return iterable;
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
if (!isNaN(iterable.length)) {
|
|
909
|
-
var i = -1, next = function next() {
|
|
910
|
-
while (++i < iterable.length) {
|
|
911
|
-
if (hasOwn.call(iterable, i)) {
|
|
912
|
-
next.value = iterable[i];
|
|
913
|
-
next.done = false;
|
|
914
|
-
return next;
|
|
915
|
-
}
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
next.value = undefined;
|
|
919
|
-
next.done = true;
|
|
920
|
-
|
|
921
|
-
return next;
|
|
922
|
-
};
|
|
923
|
-
|
|
924
|
-
return next.next = next;
|
|
492
|
+
function values(e) {
|
|
493
|
+
if (e || "" === e) {
|
|
494
|
+
var r = e[a];
|
|
495
|
+
if (r) return r.call(e);
|
|
496
|
+
if ("function" == typeof e.next) return e;
|
|
497
|
+
if (!isNaN(e.length)) {
|
|
498
|
+
var o = -1,
|
|
499
|
+
i = function next() {
|
|
500
|
+
for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
|
|
501
|
+
return next.value = t, next.done = !0, next;
|
|
502
|
+
};
|
|
503
|
+
return i.next = i;
|
|
925
504
|
}
|
|
926
505
|
}
|
|
927
|
-
|
|
928
|
-
// Return an iterator with no values.
|
|
929
|
-
return { next: doneResult };
|
|
506
|
+
throw new TypeError(_typeof(e) + " is not iterable");
|
|
930
507
|
}
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
constructor
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
508
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
|
|
509
|
+
value: GeneratorFunctionPrototype,
|
|
510
|
+
configurable: !0
|
|
511
|
+
}), o(GeneratorFunctionPrototype, "constructor", {
|
|
512
|
+
value: GeneratorFunction,
|
|
513
|
+
configurable: !0
|
|
514
|
+
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
515
|
+
var e = "function" == typeof t && t.constructor;
|
|
516
|
+
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
517
|
+
}, e.mark = function (t) {
|
|
518
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
519
|
+
}, e.awrap = function (t) {
|
|
520
|
+
return {
|
|
521
|
+
__await: t
|
|
522
|
+
};
|
|
523
|
+
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
|
|
524
|
+
return this;
|
|
525
|
+
}), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
|
|
526
|
+
void 0 === i && (i = Promise);
|
|
527
|
+
var a = new AsyncIterator(wrap(t, r, n, o), i);
|
|
528
|
+
return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
|
|
529
|
+
return t.done ? t.value : a.next();
|
|
530
|
+
});
|
|
531
|
+
}, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
|
|
532
|
+
return this;
|
|
533
|
+
}), define(g, "toString", function () {
|
|
534
|
+
return "[object Generator]";
|
|
535
|
+
}), e.keys = function (t) {
|
|
536
|
+
var e = Object(t),
|
|
537
|
+
r = [];
|
|
538
|
+
for (var n in e) r.push(n);
|
|
539
|
+
return r.reverse(), function next() {
|
|
540
|
+
for (; r.length;) {
|
|
541
|
+
var t = r.pop();
|
|
542
|
+
if (t in e) return next.value = t, next.done = !1, next;
|
|
963
543
|
}
|
|
544
|
+
return next.done = !0, next;
|
|
545
|
+
};
|
|
546
|
+
}, e.values = values, Context.prototype = {
|
|
547
|
+
constructor: Context,
|
|
548
|
+
reset: function reset(e) {
|
|
549
|
+
if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
|
|
964
550
|
},
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
var rootEntry = this.tryEntries[0];
|
|
970
|
-
var rootRecord = rootEntry.completion;
|
|
971
|
-
if (rootRecord.type === "throw") {
|
|
972
|
-
throw rootRecord.arg;
|
|
973
|
-
}
|
|
974
|
-
|
|
551
|
+
stop: function stop() {
|
|
552
|
+
this.done = !0;
|
|
553
|
+
var t = this.tryEntries[0].completion;
|
|
554
|
+
if ("throw" === t.type) throw t.arg;
|
|
975
555
|
return this.rval;
|
|
976
556
|
},
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
var context = this;
|
|
984
|
-
function handle(loc, caught) {
|
|
985
|
-
record.type = "throw";
|
|
986
|
-
record.arg = exception;
|
|
987
|
-
context.next = loc;
|
|
988
|
-
|
|
989
|
-
if (caught) {
|
|
990
|
-
// If the dispatched exception was caught by a catch block,
|
|
991
|
-
// then let that catch block handle the exception normally.
|
|
992
|
-
context.method = "next";
|
|
993
|
-
context.arg = undefined;
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
return !! caught;
|
|
557
|
+
dispatchException: function dispatchException(e) {
|
|
558
|
+
if (this.done) throw e;
|
|
559
|
+
var r = this;
|
|
560
|
+
function handle(n, o) {
|
|
561
|
+
return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
|
|
997
562
|
}
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
if (entry.tryLoc <= this.prev) {
|
|
1011
|
-
var hasCatch = hasOwn.call(entry, "catchLoc");
|
|
1012
|
-
var hasFinally = hasOwn.call(entry, "finallyLoc");
|
|
1013
|
-
|
|
1014
|
-
if (hasCatch && hasFinally) {
|
|
1015
|
-
if (this.prev < entry.catchLoc) {
|
|
1016
|
-
return handle(entry.catchLoc, true);
|
|
1017
|
-
} else if (this.prev < entry.finallyLoc) {
|
|
1018
|
-
return handle(entry.finallyLoc);
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
} else if (hasCatch) {
|
|
1022
|
-
if (this.prev < entry.catchLoc) {
|
|
1023
|
-
return handle(entry.catchLoc, true);
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
} else if (hasFinally) {
|
|
1027
|
-
if (this.prev < entry.finallyLoc) {
|
|
1028
|
-
return handle(entry.finallyLoc);
|
|
1029
|
-
}
|
|
1030
|
-
|
|
563
|
+
for (var o = this.tryEntries.length - 1; o >= 0; --o) {
|
|
564
|
+
var i = this.tryEntries[o],
|
|
565
|
+
a = i.completion;
|
|
566
|
+
if ("root" === i.tryLoc) return handle("end");
|
|
567
|
+
if (i.tryLoc <= this.prev) {
|
|
568
|
+
var c = n.call(i, "catchLoc"),
|
|
569
|
+
u = n.call(i, "finallyLoc");
|
|
570
|
+
if (c && u) {
|
|
571
|
+
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
572
|
+
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
573
|
+
} else if (c) {
|
|
574
|
+
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
1031
575
|
} else {
|
|
1032
|
-
throw new Error("try statement without catch or finally");
|
|
576
|
+
if (!u) throw new Error("try statement without catch or finally");
|
|
577
|
+
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
1033
578
|
}
|
|
1034
579
|
}
|
|
1035
580
|
}
|
|
1036
581
|
},
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
hasOwn.call(entry, "finallyLoc") &&
|
|
1043
|
-
this.prev < entry.finallyLoc) {
|
|
1044
|
-
var finallyEntry = entry;
|
|
582
|
+
abrupt: function abrupt(t, e) {
|
|
583
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
584
|
+
var o = this.tryEntries[r];
|
|
585
|
+
if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
|
|
586
|
+
var i = o;
|
|
1045
587
|
break;
|
|
1046
588
|
}
|
|
1047
589
|
}
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
type === "continue") &&
|
|
1052
|
-
finallyEntry.tryLoc <= arg &&
|
|
1053
|
-
arg <= finallyEntry.finallyLoc) {
|
|
1054
|
-
// Ignore the finally entry if control is not jumping to a
|
|
1055
|
-
// location outside the try/catch block.
|
|
1056
|
-
finallyEntry = null;
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
var record = finallyEntry ? finallyEntry.completion : {};
|
|
1060
|
-
record.type = type;
|
|
1061
|
-
record.arg = arg;
|
|
1062
|
-
|
|
1063
|
-
if (finallyEntry) {
|
|
1064
|
-
this.method = "next";
|
|
1065
|
-
this.next = finallyEntry.finallyLoc;
|
|
1066
|
-
return ContinueSentinel;
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
return this.complete(record);
|
|
590
|
+
i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
|
|
591
|
+
var a = i ? i.completion : {};
|
|
592
|
+
return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
|
|
1070
593
|
},
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
throw record.arg;
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
if (record.type === "break" ||
|
|
1078
|
-
record.type === "continue") {
|
|
1079
|
-
this.next = record.arg;
|
|
1080
|
-
} else if (record.type === "return") {
|
|
1081
|
-
this.rval = this.arg = record.arg;
|
|
1082
|
-
this.method = "return";
|
|
1083
|
-
this.next = "end";
|
|
1084
|
-
} else if (record.type === "normal" && afterLoc) {
|
|
1085
|
-
this.next = afterLoc;
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
return ContinueSentinel;
|
|
594
|
+
complete: function complete(t, e) {
|
|
595
|
+
if ("throw" === t.type) throw t.arg;
|
|
596
|
+
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
|
|
1089
597
|
},
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
if (entry.finallyLoc === finallyLoc) {
|
|
1095
|
-
this.complete(entry.completion, entry.afterLoc);
|
|
1096
|
-
resetTryEntry(entry);
|
|
1097
|
-
return ContinueSentinel;
|
|
1098
|
-
}
|
|
598
|
+
finish: function finish(t) {
|
|
599
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
600
|
+
var r = this.tryEntries[e];
|
|
601
|
+
if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
|
|
1099
602
|
}
|
|
1100
603
|
},
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
resetTryEntry(entry);
|
|
604
|
+
"catch": function _catch(t) {
|
|
605
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
606
|
+
var r = this.tryEntries[e];
|
|
607
|
+
if (r.tryLoc === t) {
|
|
608
|
+
var n = r.completion;
|
|
609
|
+
if ("throw" === n.type) {
|
|
610
|
+
var o = n.arg;
|
|
611
|
+
resetTryEntry(r);
|
|
1110
612
|
}
|
|
1111
|
-
return
|
|
613
|
+
return o;
|
|
1112
614
|
}
|
|
1113
615
|
}
|
|
1114
|
-
|
|
1115
|
-
// The context.catch method must only be called with a location
|
|
1116
|
-
// argument that corresponds to a known catch block.
|
|
1117
616
|
throw new Error("illegal catch attempt");
|
|
1118
617
|
},
|
|
618
|
+
delegateYield: function delegateYield(e, r, n) {
|
|
619
|
+
return this.delegate = {
|
|
620
|
+
iterator: values(e),
|
|
621
|
+
resultName: r,
|
|
622
|
+
nextLoc: n
|
|
623
|
+
}, "next" === this.method && (this.arg = t), y;
|
|
624
|
+
}
|
|
625
|
+
}, e;
|
|
626
|
+
}
|
|
627
|
+
module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
1119
628
|
|
|
1120
|
-
|
|
1121
|
-
this.delegate = {
|
|
1122
|
-
iterator: values(iterable),
|
|
1123
|
-
resultName: resultName,
|
|
1124
|
-
nextLoc: nextLoc
|
|
1125
|
-
};
|
|
629
|
+
/***/ }),
|
|
1126
630
|
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
// accidentally pass it on to the delegate.
|
|
1130
|
-
this.arg = undefined;
|
|
1131
|
-
}
|
|
631
|
+
/***/ 8698:
|
|
632
|
+
/***/ ((module) => {
|
|
1132
633
|
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
634
|
+
function _typeof(o) {
|
|
635
|
+
"@babel/helpers - typeof";
|
|
636
|
+
|
|
637
|
+
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
638
|
+
return typeof o;
|
|
639
|
+
} : function (o) {
|
|
640
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
641
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
|
|
642
|
+
}
|
|
643
|
+
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
644
|
+
|
|
645
|
+
/***/ }),
|
|
646
|
+
|
|
647
|
+
/***/ 4687:
|
|
648
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1136
649
|
|
|
1137
|
-
|
|
1138
|
-
// or not, return the runtime object so that we can declare the variable
|
|
1139
|
-
// regeneratorRuntime in the outer scope, which allows this module to be
|
|
1140
|
-
// injected easily by `bin/regenerator --include-runtime script.js`.
|
|
1141
|
-
return exports;
|
|
650
|
+
// TODO(Babel 8): Remove this file.
|
|
1142
651
|
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
// as the regeneratorRuntime namespace. Otherwise create a new empty
|
|
1146
|
-
// object. Either way, the resulting object will be used to initialize
|
|
1147
|
-
// the regeneratorRuntime variable at the top of this file.
|
|
1148
|
-
true ? module.exports : 0
|
|
1149
|
-
));
|
|
652
|
+
var runtime = __webpack_require__(7061)();
|
|
653
|
+
module.exports = runtime;
|
|
1150
654
|
|
|
655
|
+
// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
|
|
1151
656
|
try {
|
|
1152
657
|
regeneratorRuntime = runtime;
|
|
1153
658
|
} catch (accidentalStrictMode) {
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
// the proper solution is to fix the accidental strict mode problem. If
|
|
1160
|
-
// you've misconfigured your bundler to force strict mode and applied a
|
|
1161
|
-
// CSP to forbid Function, and you're not willing to fix either of those
|
|
1162
|
-
// problems, please detail your unique predicament in a GitHub issue.
|
|
1163
|
-
Function("r", "regeneratorRuntime = r")(runtime);
|
|
659
|
+
if (typeof globalThis === "object") {
|
|
660
|
+
globalThis.regeneratorRuntime = runtime;
|
|
661
|
+
} else {
|
|
662
|
+
Function("r", "regeneratorRuntime = r")(runtime);
|
|
663
|
+
}
|
|
1164
664
|
}
|
|
1165
665
|
|
|
1166
666
|
|
|
1167
|
-
/***/ }),
|
|
1168
|
-
|
|
1169
|
-
/***/ 9281:
|
|
1170
|
-
/***/ ((module) => {
|
|
1171
|
-
|
|
1172
|
-
"use strict";
|
|
1173
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__9281__;
|
|
1174
|
-
|
|
1175
667
|
/***/ })
|
|
1176
668
|
|
|
1177
669
|
/******/ });
|
|
@@ -1255,17 +747,17 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1255
747
|
});
|
|
1256
748
|
|
|
1257
749
|
// EXTERNAL MODULE: external {"commonjs":"react","commonjs2":"react"}
|
|
1258
|
-
var external_commonjs_react_commonjs2_react_ = __webpack_require__(
|
|
750
|
+
var external_commonjs_react_commonjs2_react_ = __webpack_require__(5225);
|
|
1259
751
|
var external_commonjs_react_commonjs2_react_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_react_commonjs2_react_);
|
|
1260
|
-
// EXTERNAL MODULE:
|
|
1261
|
-
var
|
|
1262
|
-
var
|
|
752
|
+
// EXTERNAL MODULE: external {"commonjs":"prop-types","commonjs2":"prop-types"}
|
|
753
|
+
var external_commonjs_prop_types_commonjs2_prop_types_ = __webpack_require__(6073);
|
|
754
|
+
var external_commonjs_prop_types_commonjs2_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_prop_types_commonjs2_prop_types_);
|
|
1263
755
|
// EXTERNAL MODULE: ./src/core/MeganavBlogPostsList/component.jsx
|
|
1264
756
|
var component = __webpack_require__(2725);
|
|
1265
757
|
// EXTERNAL MODULE: ./src/core/ConnectStateWrapper/component.jsx
|
|
1266
758
|
var ConnectStateWrapper_component = __webpack_require__(9787);
|
|
1267
759
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/regenerator/index.js
|
|
1268
|
-
var regenerator = __webpack_require__(
|
|
760
|
+
var regenerator = __webpack_require__(4687);
|
|
1269
761
|
;// CONCATENATED MODULE: ./src/core/remote-blogs-posts.js
|
|
1270
762
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
1271
763
|
|
|
@@ -1387,7 +879,7 @@ var Icon_component = __webpack_require__(9008);
|
|
|
1387
879
|
var MeganavContentCompany = function MeganavContentCompany(_ref) {
|
|
1388
880
|
var paths = _ref.paths,
|
|
1389
881
|
absUrl = _ref.absUrl;
|
|
1390
|
-
var BlogPostsList = (0,ConnectStateWrapper_component
|
|
882
|
+
var BlogPostsList = (0,ConnectStateWrapper_component["default"])(component["default"], {
|
|
1391
883
|
recentBlogPosts: selectRecentBlogPosts
|
|
1392
884
|
});
|
|
1393
885
|
return /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
@@ -1406,7 +898,7 @@ var MeganavContentCompany = function MeganavContentCompany(_ref) {
|
|
|
1406
898
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
1407
899
|
href: absUrl("/customers"),
|
|
1408
900
|
className: "ui-meganav-media-with-image group"
|
|
1409
|
-
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component
|
|
901
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component["default"], {
|
|
1410
902
|
name: "icon-display-customers-col",
|
|
1411
903
|
size: "2.5rem"
|
|
1412
904
|
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
@@ -1418,7 +910,7 @@ var MeganavContentCompany = function MeganavContentCompany(_ref) {
|
|
|
1418
910
|
}, "Ably supports customers across multiple industries.")))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
1419
911
|
href: absUrl("/case-studies"),
|
|
1420
912
|
className: "ui-meganav-media-with-image group"
|
|
1421
|
-
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component
|
|
913
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component["default"], {
|
|
1422
914
|
name: "icon-display-case-studies-col",
|
|
1423
915
|
size: "2.5rem"
|
|
1424
916
|
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
@@ -1430,7 +922,7 @@ var MeganavContentCompany = function MeganavContentCompany(_ref) {
|
|
|
1430
922
|
}, "Discover how customers are benefiting from Ably.")))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
1431
923
|
href: absUrl("/compare"),
|
|
1432
924
|
className: "ui-meganav-media-with-image group"
|
|
1433
|
-
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component
|
|
925
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component["default"], {
|
|
1434
926
|
name: "icon-display-compare-tech-col",
|
|
1435
927
|
size: "2.5rem"
|
|
1436
928
|
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
@@ -1459,7 +951,7 @@ var MeganavContentCompany = function MeganavContentCompany(_ref) {
|
|
|
1459
951
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
1460
952
|
href: absUrl("/resources"),
|
|
1461
953
|
className: "ui-meganav-media-with-image group"
|
|
1462
|
-
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component
|
|
954
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component["default"], {
|
|
1463
955
|
name: "icon-display-resources-col",
|
|
1464
956
|
size: "2.5rem"
|
|
1465
957
|
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
@@ -1471,7 +963,7 @@ var MeganavContentCompany = function MeganavContentCompany(_ref) {
|
|
|
1471
963
|
}, "Learn more about realtime with our handy resources.")))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
1472
964
|
href: absUrl("/about"),
|
|
1473
965
|
className: "ui-meganav-media-with-image group"
|
|
1474
|
-
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component
|
|
966
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component["default"], {
|
|
1475
967
|
name: "icon-display-about-ably-col",
|
|
1476
968
|
size: "2.5rem"
|
|
1477
969
|
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
@@ -1483,7 +975,7 @@ var MeganavContentCompany = function MeganavContentCompany(_ref) {
|
|
|
1483
975
|
}, "Find out more about Ably\u2019s mission.")))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
1484
976
|
href: absUrl("/careers"),
|
|
1485
977
|
className: "ui-meganav-media-with-image group"
|
|
1486
|
-
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component
|
|
978
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component["default"], {
|
|
1487
979
|
name: "icon-display-careers-col",
|
|
1488
980
|
size: "2.5rem"
|
|
1489
981
|
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
@@ -1492,7 +984,19 @@ var MeganavContentCompany = function MeganavContentCompany(_ref) {
|
|
|
1492
984
|
className: "ui-meganav-media-heading"
|
|
1493
985
|
}, "Careers"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
1494
986
|
className: "ui-meganav-media-copy"
|
|
1495
|
-
}, "Discover our open roles and core Ably values.")))))
|
|
987
|
+
}, "Discover our open roles and core Ably values.")))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
988
|
+
href: absUrl("/events"),
|
|
989
|
+
className: "ui-meganav-media-with-image group"
|
|
990
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component["default"], {
|
|
991
|
+
name: "icon-display-events-col",
|
|
992
|
+
size: "2.5rem"
|
|
993
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
994
|
+
className: "flex flex-col justify-center"
|
|
995
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
996
|
+
className: "ui-meganav-media-heading"
|
|
997
|
+
}, "Events"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
998
|
+
className: "ui-meganav-media-copy"
|
|
999
|
+
}, "Join Ably at upcoming events.")))))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(BlogPostsList, {
|
|
1496
1000
|
absUrl: absUrl
|
|
1497
1001
|
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
1498
1002
|
className: "ui-meganav-content-spacer"
|
|
@@ -1500,9 +1004,9 @@ var MeganavContentCompany = function MeganavContentCompany(_ref) {
|
|
|
1500
1004
|
};
|
|
1501
1005
|
|
|
1502
1006
|
MeganavContentCompany.propTypes = {
|
|
1503
|
-
absUrl: (
|
|
1504
|
-
paths:
|
|
1505
|
-
awsLogo: (
|
|
1007
|
+
absUrl: (external_commonjs_prop_types_commonjs2_prop_types_default()).func,
|
|
1008
|
+
paths: external_commonjs_prop_types_commonjs2_prop_types_default().shape({
|
|
1009
|
+
awsLogo: (external_commonjs_prop_types_commonjs2_prop_types_default()).string
|
|
1506
1010
|
})
|
|
1507
1011
|
};
|
|
1508
1012
|
/* harmony default export */ const MeganavContentCompany_component = (MeganavContentCompany);
|