UNPKG

1.28 MBJavaScriptView Raw
1/*!
2 * Copyright (C) 2007-2021, GoodData(R) Corporation. All rights reserved.
3 * @gooddata/gooddata-js - v13.5.0
4 * 2021-02-10 18:32:38
5 * Latest git commit: "f965193"
6 *
7 *
8 */
9(function webpackUniversalModuleDefinition(root, factory) {
10 if(typeof exports === 'object' && typeof module === 'object')
11 module.exports = factory();
12 else if(typeof define === 'function' && define.amd)
13 define([], factory);
14 else if(typeof exports === 'object')
15 exports["gooddata"] = factory();
16 else
17 root["gooddata"] = factory();
18})(window, function() {
19return /******/ (function(modules) { // webpackBootstrap
20/******/ // The module cache
21/******/ var installedModules = {};
22/******/
23/******/ // The require function
24/******/ function __webpack_require__(moduleId) {
25/******/
26/******/ // Check if module is in cache
27/******/ if(installedModules[moduleId]) {
28/******/ return installedModules[moduleId].exports;
29/******/ }
30/******/ // Create a new module (and put it into the cache)
31/******/ var module = installedModules[moduleId] = {
32/******/ i: moduleId,
33/******/ l: false,
34/******/ exports: {}
35/******/ };
36/******/
37/******/ // Execute the module function
38/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
39/******/
40/******/ // Flag the module as loaded
41/******/ module.l = true;
42/******/
43/******/ // Return the exports of the module
44/******/ return module.exports;
45/******/ }
46/******/
47/******/
48/******/ // expose the modules object (__webpack_modules__)
49/******/ __webpack_require__.m = modules;
50/******/
51/******/ // expose the module cache
52/******/ __webpack_require__.c = installedModules;
53/******/
54/******/ // define getter function for harmony exports
55/******/ __webpack_require__.d = function(exports, name, getter) {
56/******/ if(!__webpack_require__.o(exports, name)) {
57/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
58/******/ }
59/******/ };
60/******/
61/******/ // define __esModule on exports
62/******/ __webpack_require__.r = function(exports) {
63/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
64/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
65/******/ }
66/******/ Object.defineProperty(exports, '__esModule', { value: true });
67/******/ };
68/******/
69/******/ // create a fake namespace object
70/******/ // mode & 1: value is a module id, require it
71/******/ // mode & 2: merge all properties of value into the ns
72/******/ // mode & 4: return value when already ns object
73/******/ // mode & 8|1: behave like require
74/******/ __webpack_require__.t = function(value, mode) {
75/******/ if(mode & 1) value = __webpack_require__(value);
76/******/ if(mode & 8) return value;
77/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
78/******/ var ns = Object.create(null);
79/******/ __webpack_require__.r(ns);
80/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
81/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
82/******/ return ns;
83/******/ };
84/******/
85/******/ // getDefaultExport function for compatibility with non-harmony modules
86/******/ __webpack_require__.n = function(module) {
87/******/ var getter = module && module.__esModule ?
88/******/ function getDefault() { return module['default']; } :
89/******/ function getModuleExports() { return module; };
90/******/ __webpack_require__.d(getter, 'a', getter);
91/******/ return getter;
92/******/ };
93/******/
94/******/ // Object.prototype.hasOwnProperty.call
95/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
96/******/
97/******/ // __webpack_public_path__
98/******/ __webpack_require__.p = "";
99/******/
100/******/
101/******/ // Load entry module and return exports
102/******/ return __webpack_require__(__webpack_require__.s = "./src/gooddata-browser.ts");
103/******/ })
104/************************************************************************/
105/******/ ({
106
107/***/ "./node_modules/@gooddata/typings/dist/index.js":
108/*!******************************************************!*\
109 !*** ./node_modules/@gooddata/typings/dist/index.js ***!
110 \******************************************************/
111/*! no static exports found */
112/***/ (function(module, exports, __webpack_require__) {
113
114"use strict";
115eval("\n// (C) 2007-2020 GoodData Corporation\nfunction __export(m) {\n for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\n}\nexports.__esModule = true;\n__export(__webpack_require__(/*! ./src/AFM */ \"./node_modules/@gooddata/typings/dist/src/AFM.js\"));\n__export(__webpack_require__(/*! ./src/ExecuteAFM */ \"./node_modules/@gooddata/typings/dist/src/ExecuteAFM.js\"));\n__export(__webpack_require__(/*! ./src/Execution */ \"./node_modules/@gooddata/typings/dist/src/Execution.js\"));\n__export(__webpack_require__(/*! ./src/ExtendedDateFilters */ \"./node_modules/@gooddata/typings/dist/src/ExtendedDateFilters.js\"));\n__export(__webpack_require__(/*! ./src/VisualizationInput */ \"./node_modules/@gooddata/typings/dist/src/VisualizationInput.js\"));\n__export(__webpack_require__(/*! ./src/VisualizationObject */ \"./node_modules/@gooddata/typings/dist/src/VisualizationObject.js\"));\n__export(__webpack_require__(/*! ./src/embedding/common */ \"./node_modules/@gooddata/typings/dist/src/embedding/common.js\"));\n__export(__webpack_require__(/*! ./src/embedding/ad */ \"./node_modules/@gooddata/typings/dist/src/embedding/ad.js\"));\n__export(__webpack_require__(/*! ./src/embedding/kd */ \"./node_modules/@gooddata/typings/dist/src/embedding/kd.js\"));\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://gooddata/./node_modules/@gooddata/typings/dist/index.js?");
116
117/***/ }),
118
119/***/ "./node_modules/@gooddata/typings/dist/src/AFM.js":
120/*!********************************************************!*\
121 !*** ./node_modules/@gooddata/typings/dist/src/AFM.js ***!
122 \********************************************************/
123/*! no static exports found */
124/***/ (function(module, exports, __webpack_require__) {
125
126"use strict";
127eval("\nexports.__esModule = true;\n// (C) 2007-2020 GoodData Corporation\nvar isEmpty = __webpack_require__(/*! lodash/isEmpty */ \"./node_modules/lodash/isEmpty.js\");\n/**\n * Types defined here are client-side representation of the AFM. This representation MAY differ from the\n * physical representation of the AFM accepted by the REST API.\n *\n * The intended use is that client code uses exclusively types defined in this namespace. Functions or methods\n * that communicate with executeAfm REST API endpoint MUST transform this AFM to a structure acceptable by\n * the backend.\n *\n * >>> Note for developers: when you modify these structures, be sure to update gooddata-js execute-afm.convert.ts\n * with conversion of the new/updated construct to ExecuteAFM types accepted by backend.\n *\n * @see ./ExecuteAFM\n */\nvar AFM;\n(function (AFM) {\n function isObjectUriQualifier(qualifier) {\n return !isEmpty(qualifier) && qualifier.uri !== undefined;\n }\n AFM.isObjectUriQualifier = isObjectUriQualifier;\n function isObjIdentifierQualifier(qualifier) {\n return !isEmpty(qualifier) && qualifier.identifier !== undefined;\n }\n AFM.isObjIdentifierQualifier = isObjIdentifierQualifier;\n function isSimpleMeasureDefinition(definition) {\n return !isEmpty(definition) && definition.measure !== undefined;\n }\n AFM.isSimpleMeasureDefinition = isSimpleMeasureDefinition;\n function isArithmeticMeasureDefinition(definition) {\n return !isEmpty(definition) && definition.arithmeticMeasure !== undefined;\n }\n AFM.isArithmeticMeasureDefinition = isArithmeticMeasureDefinition;\n function isPopMeasureDefinition(definition) {\n return !isEmpty(definition) && definition.popMeasure !== undefined;\n }\n AFM.isPopMeasureDefinition = isPopMeasureDefinition;\n function isPreviousPeriodMeasureDefinition(definition) {\n return !isEmpty(definition)\n && definition.previousPeriodMeasure !== undefined;\n }\n AFM.isPreviousPeriodMeasureDefinition = isPreviousPeriodMeasureDefinition;\n function isAttributeSortItem(sortItem) {\n return !isEmpty(sortItem) && sortItem.attributeSortItem !== undefined;\n }\n AFM.isAttributeSortItem = isAttributeSortItem;\n function isMeasureSortItem(sortItem) {\n return !isEmpty(sortItem) && sortItem.measureSortItem !== undefined;\n }\n AFM.isMeasureSortItem = isMeasureSortItem;\n function isMeasureLocatorItem(locator) {\n return !isEmpty(locator) && locator.measureLocatorItem !== undefined;\n }\n AFM.isMeasureLocatorItem = isMeasureLocatorItem;\n function isDateFilter(filter) {\n return !isEmpty(filter) && (isRelativeDateFilter(filter) || isAbsoluteDateFilter(filter));\n }\n AFM.isDateFilter = isDateFilter;\n function isRelativeDateFilter(filter) {\n return !isEmpty(filter) && filter.relativeDateFilter !== undefined;\n }\n AFM.isRelativeDateFilter = isRelativeDateFilter;\n function isAbsoluteDateFilter(filter) {\n return !isEmpty(filter) && filter.absoluteDateFilter !== undefined;\n }\n AFM.isAbsoluteDateFilter = isAbsoluteDateFilter;\n function isAttributeFilter(filter) {\n return !isEmpty(filter) && (isPositiveAttributeFilter(filter) || isNegativeAttributeFilter(filter));\n }\n AFM.isAttributeFilter = isAttributeFilter;\n function isPositiveAttributeFilter(filter) {\n return !isEmpty(filter) && filter.positiveAttributeFilter !== undefined;\n }\n AFM.isPositiveAttributeFilter = isPositiveAttributeFilter;\n function isNegativeAttributeFilter(filter) {\n return !isEmpty(filter) && filter.negativeAttributeFilter !== undefined;\n }\n AFM.isNegativeAttributeFilter = isNegativeAttributeFilter;\n function isMeasureValueFilter(filter) {\n return !isEmpty(filter) && filter.measureValueFilter !== undefined;\n }\n AFM.isMeasureValueFilter = isMeasureValueFilter;\n function isRankingFilter(filter) {\n return !isEmpty(filter) && filter.rankingFilter !== undefined;\n }\n AFM.isRankingFilter = isRankingFilter;\n function isExpressionFilter(filter) {\n return !isEmpty(filter) && filter.value !== undefined;\n }\n AFM.isExpressionFilter = isExpressionFilter;\n})(AFM = exports.AFM || (exports.AFM = {}));\n//# sourceMappingURL=AFM.js.map\n\n//# sourceURL=webpack://gooddata/./node_modules/@gooddata/typings/dist/src/AFM.js?");
128
129/***/ }),
130
131/***/ "./node_modules/@gooddata/typings/dist/src/ExecuteAFM.js":
132/*!***************************************************************!*\
133 !*** ./node_modules/@gooddata/typings/dist/src/ExecuteAFM.js ***!
134 \***************************************************************/
135/*! no static exports found */
136/***/ (function(module, exports, __webpack_require__) {
137
138"use strict";
139eval("\nexports.__esModule = true;\n// (C) 2020 GoodData Corporation\nvar isEmpty = __webpack_require__(/*! lodash/isEmpty */ \"./node_modules/lodash/isEmpty.js\");\nvar isArray = __webpack_require__(/*! lodash/isArray */ \"./node_modules/lodash/isArray.js\");\n/**\n * Types defined here exactly match types accepted by the executeAfm resource.\n *\n * >>> Note for developers: when you modify these structures, be sure to update gooddata-js execute-afm.convert.ts\n * with conversion from AFM types to the new/updated construct.\n *\n * Types currently map executeAfm version 3.\n */\nvar ExecuteAFM;\n(function (ExecuteAFM) {\n function isObjectUriQualifier(qualifier) {\n return !isEmpty(qualifier) && qualifier.uri !== undefined;\n }\n ExecuteAFM.isObjectUriQualifier = isObjectUriQualifier;\n function isObjIdentifierQualifier(qualifier) {\n return !isEmpty(qualifier) && qualifier.identifier !== undefined;\n }\n ExecuteAFM.isObjIdentifierQualifier = isObjIdentifierQualifier;\n function isSimpleMeasureDefinition(definition) {\n return !isEmpty(definition) && definition.measure !== undefined;\n }\n ExecuteAFM.isSimpleMeasureDefinition = isSimpleMeasureDefinition;\n function isArithmeticMeasureDefinition(definition) {\n return !isEmpty(definition)\n && definition.arithmeticMeasure !== undefined;\n }\n ExecuteAFM.isArithmeticMeasureDefinition = isArithmeticMeasureDefinition;\n function isPopMeasureDefinition(definition) {\n return !isEmpty(definition) && definition.popMeasure !== undefined;\n }\n ExecuteAFM.isPopMeasureDefinition = isPopMeasureDefinition;\n function isPreviousPeriodMeasureDefinition(definition) {\n return !isEmpty(definition)\n && definition.previousPeriodMeasure !== undefined;\n }\n ExecuteAFM.isPreviousPeriodMeasureDefinition = isPreviousPeriodMeasureDefinition;\n function isAttributeSortItem(sortItem) {\n return !isEmpty(sortItem) && sortItem.attributeSortItem !== undefined;\n }\n ExecuteAFM.isAttributeSortItem = isAttributeSortItem;\n function isMeasureSortItem(sortItem) {\n return !isEmpty(sortItem) && sortItem.measureSortItem !== undefined;\n }\n ExecuteAFM.isMeasureSortItem = isMeasureSortItem;\n function isMeasureLocatorItem(locator) {\n return !isEmpty(locator)\n && locator.measureLocatorItem !== undefined;\n }\n ExecuteAFM.isMeasureLocatorItem = isMeasureLocatorItem;\n function isDateFilter(filter) {\n return !isEmpty(filter) && (isRelativeDateFilter(filter) || isAbsoluteDateFilter(filter));\n }\n ExecuteAFM.isDateFilter = isDateFilter;\n function isRelativeDateFilter(filter) {\n return !isEmpty(filter) && filter.relativeDateFilter !== undefined;\n }\n ExecuteAFM.isRelativeDateFilter = isRelativeDateFilter;\n function isAbsoluteDateFilter(filter) {\n return !isEmpty(filter) && filter.absoluteDateFilter !== undefined;\n }\n ExecuteAFM.isAbsoluteDateFilter = isAbsoluteDateFilter;\n function isAttributeFilter(filter) {\n return !isEmpty(filter) && (isPositiveAttributeFilter(filter) || isNegativeAttributeFilter(filter));\n }\n ExecuteAFM.isAttributeFilter = isAttributeFilter;\n function isPositiveAttributeFilter(filter) {\n return !isEmpty(filter)\n && filter.positiveAttributeFilter !== undefined;\n }\n ExecuteAFM.isPositiveAttributeFilter = isPositiveAttributeFilter;\n function isNegativeAttributeFilter(filter) {\n return !isEmpty(filter)\n && filter.negativeAttributeFilter !== undefined;\n }\n ExecuteAFM.isNegativeAttributeFilter = isNegativeAttributeFilter;\n function isMeasureValueFilter(filter) {\n return !isEmpty(filter)\n && filter.measureValueFilter !== undefined;\n }\n ExecuteAFM.isMeasureValueFilter = isMeasureValueFilter;\n function isRankingFilter(filter) {\n return !isEmpty(filter)\n && filter.rankingFilter !== undefined;\n }\n ExecuteAFM.isRankingFilter = isRankingFilter;\n function isExpressionFilter(filter) {\n return !isEmpty(filter) && filter.value !== undefined;\n }\n ExecuteAFM.isExpressionFilter = isExpressionFilter;\n function isAttributeElementsArray(attributeElements) {\n return attributeElements !== undefined && attributeElements instanceof Array;\n }\n ExecuteAFM.isAttributeElementsArray = isAttributeElementsArray;\n function isAttributeElementsByRef(attributeElements) {\n return !isEmpty(attributeElements)\n && attributeElements.uris !== undefined;\n }\n ExecuteAFM.isAttributeElementsByRef = isAttributeElementsByRef;\n function isAttributeElementsByValue(attributeElements) {\n return !isEmpty(attributeElements)\n && isArray(attributeElements.values);\n }\n ExecuteAFM.isAttributeElementsByValue = isAttributeElementsByValue;\n})(ExecuteAFM = exports.ExecuteAFM || (exports.ExecuteAFM = {}));\n//# sourceMappingURL=ExecuteAFM.js.map\n\n//# sourceURL=webpack://gooddata/./node_modules/@gooddata/typings/dist/src/ExecuteAFM.js?");
140
141/***/ }),
142
143/***/ "./node_modules/@gooddata/typings/dist/src/Execution.js":
144/*!**************************************************************!*\
145 !*** ./node_modules/@gooddata/typings/dist/src/Execution.js ***!
146 \**************************************************************/
147/*! no static exports found */
148/***/ (function(module, exports, __webpack_require__) {
149
150"use strict";
151eval("\nexports.__esModule = true;\n// (C) 2007-2018 GoodData Corporation\nvar Execution;\n(function (Execution) {\n function isAttributeHeaderItem(header) {\n return header.attributeHeaderItem !== undefined;\n }\n Execution.isAttributeHeaderItem = isAttributeHeaderItem;\n function isMeasureHeaderItem(header) {\n return header.measureHeaderItem !== undefined;\n }\n Execution.isMeasureHeaderItem = isMeasureHeaderItem;\n function isTotalHeaderItem(header) {\n return header.totalHeaderItem !== undefined;\n }\n Execution.isTotalHeaderItem = isTotalHeaderItem;\n function isAttributeHeader(header) {\n return header.attributeHeader !== undefined;\n }\n Execution.isAttributeHeader = isAttributeHeader;\n function isMeasureGroupHeader(header) {\n return header.measureGroupHeader !== undefined;\n }\n Execution.isMeasureGroupHeader = isMeasureGroupHeader;\n})(Execution = exports.Execution || (exports.Execution = {}));\n//# sourceMappingURL=Execution.js.map\n\n//# sourceURL=webpack://gooddata/./node_modules/@gooddata/typings/dist/src/Execution.js?");
152
153/***/ }),
154
155/***/ "./node_modules/@gooddata/typings/dist/src/ExtendedDateFilters.js":
156/*!************************************************************************!*\
157 !*** ./node_modules/@gooddata/typings/dist/src/ExtendedDateFilters.js ***!
158 \************************************************************************/
159/*! no static exports found */
160/***/ (function(module, exports, __webpack_require__) {
161
162"use strict";
163eval("\nexports.__esModule = true;\nvar ExtendedDateFilters;\n(function (ExtendedDateFilters) {\n ExtendedDateFilters.isAllTimeDateFilter = function (option) {\n return option ? option.type === 'allTime' : false;\n };\n ExtendedDateFilters.isAbsoluteDateFilterForm = function (option) {\n return option ? option.type === 'absoluteForm' : false;\n };\n ExtendedDateFilters.isAbsoluteDateFilterPreset = function (option) {\n return option ? option.type === 'absolutePreset' : false;\n };\n ExtendedDateFilters.isAbsoluteDateFilterOption = function (option) {\n return ExtendedDateFilters.isAbsoluteDateFilterForm(option) || ExtendedDateFilters.isAbsoluteDateFilterPreset(option);\n };\n ExtendedDateFilters.isRelativeDateFilterForm = function (option) {\n return option ? option.type === 'relativeForm' : false;\n };\n ExtendedDateFilters.isRelativeDateFilterPreset = function (option) {\n return option ? option.type === 'relativePreset' : false;\n };\n ExtendedDateFilters.isRelativeDateFilterOption = function (option) {\n return ExtendedDateFilters.isRelativeDateFilterForm(option) || ExtendedDateFilters.isRelativeDateFilterPreset(option);\n };\n})(ExtendedDateFilters = exports.ExtendedDateFilters || (exports.ExtendedDateFilters = {}));\n//# sourceMappingURL=ExtendedDateFilters.js.map\n\n//# sourceURL=webpack://gooddata/./node_modules/@gooddata/typings/dist/src/ExtendedDateFilters.js?");
164
165/***/ }),
166
167/***/ "./node_modules/@gooddata/typings/dist/src/VisualizationInput.js":
168/*!***********************************************************************!*\
169 !*** ./node_modules/@gooddata/typings/dist/src/VisualizationInput.js ***!
170 \***********************************************************************/
171/*! no static exports found */
172/***/ (function(module, exports, __webpack_require__) {
173
174"use strict";
175eval("\nexports.__esModule = true;\n// (C) 2019-2020 GoodData Corporation\nvar AFM_1 = __webpack_require__(/*! ./AFM */ \"./node_modules/@gooddata/typings/dist/src/AFM.js\");\nvar VisualizationObject_1 = __webpack_require__(/*! ./VisualizationObject */ \"./node_modules/@gooddata/typings/dist/src/VisualizationObject.js\");\n/**\n * This namespace implements types that are used as inputs to various visualization components.\n *\n * At the moment these most of the types are mere aliases to types in VisualizationObject, AFM, or unions\n * to different types. There is one notable exception: the measure & (simple) measure definition, this type\n * is redefined here to allow simple measure filters be defined as text filters; this is not possible with the\n * standard visualization object.\n */\nvar VisualizationInput;\n(function (VisualizationInput) {\n function isMeasure(obj) {\n return VisualizationObject_1.VisualizationObject.isMeasure(obj);\n }\n VisualizationInput.isMeasure = isMeasure;\n function isMeasureDefinition(obj) {\n return VisualizationObject_1.VisualizationObject.isMeasureDefinition(obj);\n }\n VisualizationInput.isMeasureDefinition = isMeasureDefinition;\n function isArithmeticMeasureDefinition(obj) {\n return VisualizationObject_1.VisualizationObject.isArithmeticMeasureDefinition(obj);\n }\n VisualizationInput.isArithmeticMeasureDefinition = isArithmeticMeasureDefinition;\n function isPopMeasureDefinition(obj) {\n return VisualizationObject_1.VisualizationObject.isPopMeasureDefinition(obj);\n }\n VisualizationInput.isPopMeasureDefinition = isPopMeasureDefinition;\n function isPreviousPeriodMeasureDefinition(obj) {\n return VisualizationObject_1.VisualizationObject.isPreviousPeriodMeasureDefinition(obj);\n }\n VisualizationInput.isPreviousPeriodMeasureDefinition = isPreviousPeriodMeasureDefinition;\n function isAttribute(obj) {\n return VisualizationObject_1.VisualizationObject.isAttribute(obj);\n }\n VisualizationInput.isAttribute = isAttribute;\n function isPositiveAttributeFilter(obj) {\n return AFM_1.AFM.isPositiveAttributeFilter(obj);\n }\n VisualizationInput.isPositiveAttributeFilter = isPositiveAttributeFilter;\n function isNegativeAttributeFilter(obj) {\n return AFM_1.AFM.isNegativeAttributeFilter(obj);\n }\n VisualizationInput.isNegativeAttributeFilter = isNegativeAttributeFilter;\n function isAbsoluteDateFilter(obj) {\n return VisualizationObject_1.VisualizationObject.isAbsoluteDateFilter(obj);\n }\n VisualizationInput.isAbsoluteDateFilter = isAbsoluteDateFilter;\n function isRelativeDateFilter(obj) {\n return VisualizationObject_1.VisualizationObject.isRelativeDateFilter(obj);\n }\n VisualizationInput.isRelativeDateFilter = isRelativeDateFilter;\n function isMeasureValueFilter(obj) {\n return VisualizationObject_1.VisualizationObject.isMeasureValueFilter(obj);\n }\n VisualizationInput.isMeasureValueFilter = isMeasureValueFilter;\n function isRankingFilter(obj) {\n return VisualizationObject_1.VisualizationObject.isRankingFilter(obj);\n }\n VisualizationInput.isRankingFilter = isRankingFilter;\n function isSort(obj) {\n return AFM_1.AFM.isAttributeSortItem(obj) || AFM_1.AFM.isMeasureSortItem(obj);\n }\n VisualizationInput.isSort = isSort;\n})(VisualizationInput = exports.VisualizationInput || (exports.VisualizationInput = {}));\n//# sourceMappingURL=VisualizationInput.js.map\n\n//# sourceURL=webpack://gooddata/./node_modules/@gooddata/typings/dist/src/VisualizationInput.js?");
176
177/***/ }),
178
179/***/ "./node_modules/@gooddata/typings/dist/src/VisualizationObject.js":
180/*!************************************************************************!*\
181 !*** ./node_modules/@gooddata/typings/dist/src/VisualizationObject.js ***!
182 \************************************************************************/
183/*! no static exports found */
184/***/ (function(module, exports, __webpack_require__) {
185
186"use strict";
187eval("\nexports.__esModule = true;\nvar isEmpty = __webpack_require__(/*! lodash/isEmpty */ \"./node_modules/lodash/isEmpty.js\");\nvar VisualizationObject;\n(function (VisualizationObject) {\n function isMeasure(bucketItem) {\n return !isEmpty(bucketItem) && bucketItem.measure !== undefined;\n }\n VisualizationObject.isMeasure = isMeasure;\n function isVisualizationAttribute(bucketItem) {\n return !isEmpty(bucketItem) && bucketItem.visualizationAttribute !== undefined;\n }\n VisualizationObject.isVisualizationAttribute = isVisualizationAttribute;\n function isMeasureDefinition(definition) {\n return !isEmpty(definition) && definition.measureDefinition !== undefined;\n }\n VisualizationObject.isMeasureDefinition = isMeasureDefinition;\n function isArithmeticMeasureDefinition(definition) {\n return !isEmpty(definition) && definition.arithmeticMeasure !== undefined;\n }\n VisualizationObject.isArithmeticMeasureDefinition = isArithmeticMeasureDefinition;\n function isPopMeasureDefinition(definition) {\n return !isEmpty(definition) && definition.popMeasureDefinition !== undefined;\n }\n VisualizationObject.isPopMeasureDefinition = isPopMeasureDefinition;\n function isPreviousPeriodMeasureDefinition(definition) {\n return !isEmpty(definition)\n && definition.previousPeriodMeasure !== undefined;\n }\n VisualizationObject.isPreviousPeriodMeasureDefinition = isPreviousPeriodMeasureDefinition;\n function isAttributeFilter(filter) {\n return !isEmpty(filter) && (filter.positiveAttributeFilter !== undefined\n || filter.negativeAttributeFilter !== undefined);\n }\n VisualizationObject.isAttributeFilter = isAttributeFilter;\n function isDateFilter(filter) {\n return !isEmpty(filter) && (filter.absoluteDateFilter !== undefined\n || filter.relativeDateFilter !== undefined);\n }\n VisualizationObject.isDateFilter = isDateFilter;\n function isPositiveAttributeFilter(filter) {\n return !isEmpty(filter)\n && filter.positiveAttributeFilter !== undefined;\n }\n VisualizationObject.isPositiveAttributeFilter = isPositiveAttributeFilter;\n function isMeasureValueFilter(filter) {\n return !isEmpty(filter)\n && filter.measureValueFilter !== undefined;\n }\n VisualizationObject.isMeasureValueFilter = isMeasureValueFilter;\n function isRankingFilter(filter) {\n return !isEmpty(filter)\n && filter.rankingFilter !== undefined;\n }\n VisualizationObject.isRankingFilter = isRankingFilter;\n function isAbsoluteDateFilter(filter) {\n return !isEmpty(filter) && filter.absoluteDateFilter !== undefined;\n }\n VisualizationObject.isAbsoluteDateFilter = isAbsoluteDateFilter;\n function isRelativeDateFilter(filter) {\n return !isEmpty(filter) && filter.relativeDateFilter !== undefined;\n }\n VisualizationObject.isRelativeDateFilter = isRelativeDateFilter;\n function isAttribute(bucketItem) {\n return !isEmpty(bucketItem) && bucketItem.visualizationAttribute !== undefined;\n }\n VisualizationObject.isAttribute = isAttribute;\n function isLocalIdentifierQualifier(objectQualifier) {\n return (!isEmpty(objectQualifier) &&\n objectQualifier.localIdentifier !== undefined);\n }\n VisualizationObject.isLocalIdentifierQualifier = isLocalIdentifierQualifier;\n function isComparisonCondition(condition) {\n return !isEmpty(condition) && condition.comparison !== undefined;\n }\n VisualizationObject.isComparisonCondition = isComparisonCondition;\n function isRangeCondition(condition) {\n return !isEmpty(condition) && condition.range !== undefined;\n }\n VisualizationObject.isRangeCondition = isRangeCondition;\n})(VisualizationObject = exports.VisualizationObject || (exports.VisualizationObject = {}));\n//# sourceMappingURL=VisualizationObject.js.map\n\n//# sourceURL=webpack://gooddata/./node_modules/@gooddata/typings/dist/src/VisualizationObject.js?");
188
189/***/ }),
190
191/***/ "./node_modules/@gooddata/typings/dist/src/embedding/ad.js":
192/*!*****************************************************************!*\
193 !*** ./node_modules/@gooddata/typings/dist/src/embedding/ad.js ***!
194 \*****************************************************************/
195/*! no static exports found */
196/***/ (function(module, exports, __webpack_require__) {
197
198"use strict";
199eval("\nexports.__esModule = true;\n// (C) 2020 GoodData Corporation\nvar common_1 = __webpack_require__(/*! ./common */ \"./node_modules/@gooddata/typings/dist/src/embedding/common.js\");\n/**\n * All interface, types, type-guard related to embedded analyticalDesigner\n */\nvar EmbeddedAnalyticalDesigner;\n(function (EmbeddedAnalyticalDesigner) {\n /**\n * All AD command Types\n */\n var GdcAdCommandType;\n (function (GdcAdCommandType) {\n /**\n * The command set drillable items\n */\n GdcAdCommandType[\"DrillableItems\"] = \"drillableItems\";\n /**\n * The command open an insight\n */\n GdcAdCommandType[\"OpenInsight\"] = \"openInsight\";\n /**\n * The command save an insight\n */\n GdcAdCommandType[\"Save\"] = \"saveInsight\";\n /**\n * The command save the insight as a new one\n */\n GdcAdCommandType[\"SaveAs\"] = \"saveAsInsight\";\n /**\n * The command export an insight\n */\n GdcAdCommandType[\"Export\"] = \"exportInsight\";\n /**\n * The command reset the insight editor to empty state\n */\n GdcAdCommandType[\"Clear\"] = \"clear\";\n /**\n * The command undo to previous state\n */\n GdcAdCommandType[\"Undo\"] = \"undo\";\n /**\n * The command redo to next state\n */\n GdcAdCommandType[\"Redo\"] = \"redo\";\n /**\n * The command to add or update filter context\n */\n GdcAdCommandType[\"SetFilterContext\"] = \"setFilterContext\";\n /**\n * The command to remove filter item from current filter context\n */\n GdcAdCommandType[\"RemoveFilterContext\"] = \"removeFilterContext\";\n })(GdcAdCommandType = EmbeddedAnalyticalDesigner.GdcAdCommandType || (EmbeddedAnalyticalDesigner.GdcAdCommandType = {}));\n /**\n * All event types on AD\n */\n var GdcAdEventType;\n (function (GdcAdEventType) {\n /**\n * Type represent that Insight is saved\n */\n GdcAdEventType[\"ListeningForDrillableItems\"] = \"listeningForDrillableItems\";\n /**\n * Type represent that a new insight is initialized\n */\n GdcAdEventType[\"NewInsightInitialized\"] = \"newInsightInitialized\";\n /**\n * Type represent that the insight is opened\n */\n GdcAdEventType[\"InsightOpened\"] = \"insightOpened\";\n /**\n * Type represent that the insight editor is cleared\n */\n GdcAdEventType[\"ClearFinished\"] = \"clearFinished\";\n /**\n * Type represent that the insight is saved\n *\n * Note: use `visualizationSaved` because of backward compatibility\n * @see visualizationSaved event on https://help.gooddata.com\n */\n GdcAdEventType[\"InsightSaved\"] = \"visualizationSaved\";\n /**\n * Type represent that the undo action is finished\n */\n GdcAdEventType[\"UndoFinished\"] = \"undoFinished\";\n /**\n * Type represent that the redo action is finished\n */\n GdcAdEventType[\"RedoFinished\"] = \"redoFinished\";\n /**\n * Type represent that the export action is finished\n */\n GdcAdEventType[\"ExportFinished\"] = \"exportInsightFinished\";\n /**\n * Type that drill performed\n */\n GdcAdEventType[\"Drill\"] = \"drill\";\n /**\n * Type represent that the filter context is changed\n */\n GdcAdEventType[\"FilterContextChanged\"] = \"filterContextChanged\";\n /**\n * Type represent that the set filter context action is finished\n */\n GdcAdEventType[\"SetFilterContextFinished\"] = \"setFilterContextFinished\";\n /**\n * Type represent that the remove filter context action is finished\n */\n GdcAdEventType[\"RemoveFilterContextFinished\"] = \"removeFilterContextFinished\";\n })(GdcAdEventType = EmbeddedAnalyticalDesigner.GdcAdEventType || (EmbeddedAnalyticalDesigner.GdcAdEventType = {}));\n /**\n * Type-guard checking whether an object is an instance of {@link AdCommandFailedData}\n *\n * @param obj - object to test\n */\n function isAdCommandFailedData(obj) {\n return common_1.isCommandFailedData(obj);\n }\n EmbeddedAnalyticalDesigner.isAdCommandFailedData = isAdCommandFailedData;\n /**\n * Type-guard checking whether an object is an instance of {@link DrillableItemsCommandData}\n *\n * @param obj - object to test\n */\n function isDrillableItemsCommandData(obj) {\n return common_1.getEventType(obj) === GdcAdCommandType.DrillableItems;\n }\n EmbeddedAnalyticalDesigner.isDrillableItemsCommandData = isDrillableItemsCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link OpenInsightCommandData}\n *\n * @param obj - object to test\n */\n function isOpenInsightCommandData(obj) {\n return common_1.getEventType(obj) === GdcAdCommandType.OpenInsight;\n }\n EmbeddedAnalyticalDesigner.isOpenInsightCommandData = isOpenInsightCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link ClearCommandData}\n *\n * @param obj - object to test\n */\n function isClearCommandData(obj) {\n return common_1.getEventType(obj) === GdcAdCommandType.Clear;\n }\n EmbeddedAnalyticalDesigner.isClearCommandData = isClearCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link SaveInsightCommandData}\n *\n * @param obj - object to test\n */\n function isSaveInsightCommandData(obj) {\n return common_1.getEventType(obj) === GdcAdCommandType.Save;\n }\n EmbeddedAnalyticalDesigner.isSaveInsightCommandData = isSaveInsightCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link SaveAsInsightCommandData}\n *\n * @param obj - object to test\n */\n function isSaveAsInsightCommandData(obj) {\n return common_1.getEventType(obj) === GdcAdCommandType.SaveAs;\n }\n EmbeddedAnalyticalDesigner.isSaveAsInsightCommandData = isSaveAsInsightCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link ExportInsightCommandData}\n *\n * @param obj - object to test\n */\n function isExportInsightCommandData(obj) {\n return common_1.getEventType(obj) === GdcAdCommandType.Export;\n }\n EmbeddedAnalyticalDesigner.isExportInsightCommandData = isExportInsightCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link UndoCommandData}\n *\n * @param obj - object to test\n */\n function isUndoCommandData(obj) {\n return common_1.getEventType(obj) === GdcAdCommandType.Undo;\n }\n EmbeddedAnalyticalDesigner.isUndoCommandData = isUndoCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link RedoCommandData}\n *\n * @param obj - object to test\n */\n function isRedoCommandData(obj) {\n return common_1.getEventType(obj) === GdcAdCommandType.Redo;\n }\n EmbeddedAnalyticalDesigner.isRedoCommandData = isRedoCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link SetFilterContextCommand}\n *\n * @param obj - object to test\n */\n function isSetFilterContextCommandData(obj) {\n return common_1.getEventType(obj) === GdcAdCommandType.SetFilterContext;\n }\n EmbeddedAnalyticalDesigner.isSetFilterContextCommandData = isSetFilterContextCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link RemoveFilterContextCommand}\n *\n * @param obj - object to test\n */\n function isRemoveFilterContextCommandData(obj) {\n return common_1.getEventType(obj) === GdcAdCommandType.RemoveFilterContext;\n }\n EmbeddedAnalyticalDesigner.isRemoveFilterContextCommandData = isRemoveFilterContextCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link NewInsightInitializedData}\n *\n * @param obj - object to test\n */\n function isNewInsightInitializedData(obj) {\n return common_1.getEventType(obj) === GdcAdEventType.NewInsightInitialized;\n }\n EmbeddedAnalyticalDesigner.isNewInsightInitializedData = isNewInsightInitializedData;\n /**\n * Type-guard checking whether an object is an instance of {@link InsightOpenedData}\n *\n * @param obj - object to test\n */\n function isInsightOpenedData(obj) {\n return common_1.getEventType(obj) === GdcAdEventType.InsightOpened;\n }\n EmbeddedAnalyticalDesigner.isInsightOpenedData = isInsightOpenedData;\n /**\n * Type-guard checking whether an object is an instance of {@link ClearFinishedData}\n *\n * @param obj - object to test\n */\n function isClearFinishedData(obj) {\n return common_1.getEventType(obj) === GdcAdEventType.ClearFinished;\n }\n EmbeddedAnalyticalDesigner.isClearFinishedData = isClearFinishedData;\n /**\n * Type-guard checking whether an object is an instance of {@link InsightSavedData}\n *\n * @param obj - object to test\n */\n function isInsightSavedData(obj) {\n return common_1.getEventType(obj) === GdcAdEventType.InsightSaved;\n }\n EmbeddedAnalyticalDesigner.isInsightSavedData = isInsightSavedData;\n /**\n * Type-guard checking whether an object is an instance of {@link ExportFinishedData}\n *\n * @param obj - object to test\n */\n function isExportFinishedData(obj) {\n return common_1.getEventType(obj) === GdcAdEventType.ExportFinished;\n }\n EmbeddedAnalyticalDesigner.isExportFinishedData = isExportFinishedData;\n /**\n * Type-guard checking whether an object is an instance of {@link UndoFinishedData}\n *\n * @param obj - object to test\n */\n function isUndoFinishedData(obj) {\n return common_1.getEventType(obj) === GdcAdEventType.UndoFinished;\n }\n EmbeddedAnalyticalDesigner.isUndoFinishedData = isUndoFinishedData;\n /**\n * Type-guard checking whether an object is an instance of {@link RedoFinishedData}\n *\n * @param obj - object to test\n */\n function isRedoFinishedData(obj) {\n return common_1.getEventType(obj) === GdcAdEventType.RedoFinished;\n }\n EmbeddedAnalyticalDesigner.isRedoFinishedData = isRedoFinishedData;\n})(EmbeddedAnalyticalDesigner = exports.EmbeddedAnalyticalDesigner || (exports.EmbeddedAnalyticalDesigner = {}));\n//# sourceMappingURL=ad.js.map\n\n//# sourceURL=webpack://gooddata/./node_modules/@gooddata/typings/dist/src/embedding/ad.js?");
200
201/***/ }),
202
203/***/ "./node_modules/@gooddata/typings/dist/src/embedding/common.js":
204/*!*********************************************************************!*\
205 !*** ./node_modules/@gooddata/typings/dist/src/embedding/common.js ***!
206 \*********************************************************************/
207/*! no static exports found */
208/***/ (function(module, exports, __webpack_require__) {
209
210"use strict";
211eval("\nexports.__esModule = true;\n// (C) 2020 GoodData Corporation\nvar isEmpty = __webpack_require__(/*! lodash/isEmpty */ \"./node_modules/lodash/isEmpty.js\");\nvar AFM_1 = __webpack_require__(/*! ../AFM */ \"./node_modules/@gooddata/typings/dist/src/AFM.js\");\n/**\n * List of products using post events\n */\nvar GdcProductName;\n(function (GdcProductName) {\n /**\n * AD product name\n */\n GdcProductName[\"ANALYTICAL_DESIGNER\"] = \"analyticalDesigner\";\n /**\n * KD product name\n */\n GdcProductName[\"KPI_DASHBOARD\"] = \"dashboard\";\n})(GdcProductName = exports.GdcProductName || (exports.GdcProductName = {}));\n/**\n * Common event types in application\n */\nvar GdcEventType;\n(function (GdcEventType) {\n /**\n * Event to notify outer application that the command is invalid or have errors while processing\n */\n GdcEventType[\"AppCommandFailed\"] = \"appCommandFailed\";\n})(GdcEventType = exports.GdcEventType || (exports.GdcEventType = {}));\nvar GdcErrorType;\n(function (GdcErrorType) {\n /**\n * The posted command is not recognized.\n */\n GdcErrorType[\"InvalidCommand\"] = \"error:invalidCommand\";\n /**\n * Argument specified in the command body is invalid; it has failed the syntactical\n * or semantic validation.\n */\n GdcErrorType[\"InvalidArgument\"] = \"error:invalidArgument\";\n /**\n * Command was posted when the app is not in a state to process the command. For instance:\n *\n * - trying to do save/save-as on new, empty insight\n * - trying to do save/save-as on insight that is in error\n * - trying to do undo when there is no step-back available\n * - trying to do redo when there is no step-forward available\n */\n GdcErrorType[\"InvalidState\"] = \"error:invalidState\";\n /**\n * The Unexpected Happened.\n */\n GdcErrorType[\"RuntimeError\"] = \"error:runtime\";\n})(GdcErrorType = exports.GdcErrorType || (exports.GdcErrorType = {}));\n/**\n * Type-guard checking whether an object is an instance of {@link CommandFailedData}\n *\n * @param obj - object to test\n */\nfunction isCommandFailedData(obj) {\n return getEventType(obj) === GdcEventType.AppCommandFailed;\n}\nexports.isCommandFailedData = isCommandFailedData;\n/**\n * Get event type of event from event data\n * @param obj the event data object\n */\nfunction getEventType(obj) {\n var _a = (obj || {}).gdc, _b = (_a === void 0 ? {} : _a).event, _c = (_b === void 0 ? {} : _b).name, name = _c === void 0 ? '' : _c;\n return name;\n}\nexports.getEventType = getEventType;\nvar EmbeddedGdc;\n(function (EmbeddedGdc) {\n function isDateFilter(filter) {\n return !isEmpty(filter) && (isRelativeDateFilter(filter) || isAbsoluteDateFilter(filter));\n }\n EmbeddedGdc.isDateFilter = isDateFilter;\n function isRelativeDateFilter(filter) {\n return !isEmpty(filter) && filter.relativeDateFilter !== undefined;\n }\n EmbeddedGdc.isRelativeDateFilter = isRelativeDateFilter;\n function isAbsoluteDateFilter(filter) {\n return !isEmpty(filter) && filter.absoluteDateFilter !== undefined;\n }\n EmbeddedGdc.isAbsoluteDateFilter = isAbsoluteDateFilter;\n EmbeddedGdc.isAttributeFilter = AFM_1.AFM.isAttributeFilter;\n EmbeddedGdc.isPositiveAttributeFilter = AFM_1.AFM.isPositiveAttributeFilter;\n EmbeddedGdc.isNegativeAttributeFilter = AFM_1.AFM.isNegativeAttributeFilter;\n EmbeddedGdc.isObjIdentifierQualifier = AFM_1.AFM.isObjIdentifierQualifier;\n EmbeddedGdc.isObjectUriQualifier = AFM_1.AFM.isObjectUriQualifier;\n function isRemoveDateFilter(filter) {\n return !isEmpty(filter) && filter.dataSet !== undefined;\n }\n EmbeddedGdc.isRemoveDateFilter = isRemoveDateFilter;\n function isRemoveAttributeFilter(filter) {\n return !isEmpty(filter) && filter.displayForm !== undefined;\n }\n EmbeddedGdc.isRemoveAttributeFilter = isRemoveAttributeFilter;\n})(EmbeddedGdc = exports.EmbeddedGdc || (exports.EmbeddedGdc = {}));\n//# sourceMappingURL=common.js.map\n\n//# sourceURL=webpack://gooddata/./node_modules/@gooddata/typings/dist/src/embedding/common.js?");
212
213/***/ }),
214
215/***/ "./node_modules/@gooddata/typings/dist/src/embedding/kd.js":
216/*!*****************************************************************!*\
217 !*** ./node_modules/@gooddata/typings/dist/src/embedding/kd.js ***!
218 \*****************************************************************/
219/*! no static exports found */
220/***/ (function(module, exports, __webpack_require__) {
221
222"use strict";
223eval("\nexports.__esModule = true;\n// (C) 2020 GoodData Corporation\nvar common_1 = __webpack_require__(/*! ./common */ \"./node_modules/@gooddata/typings/dist/src/embedding/common.js\");\nvar EmbeddedKpiDashboard;\n(function (EmbeddedKpiDashboard) {\n /**\n * All KD command Types.\n */\n var GdcKdCommandType;\n (function (GdcKdCommandType) {\n /**\n * The command save a dashboard.\n */\n GdcKdCommandType[\"Save\"] = \"saveDashboard\";\n /**\n * The command cancel editing dashboard.\n */\n GdcKdCommandType[\"CancelEdit\"] = \"cancelEdit\";\n /**\n * The command delete existed dashboard.\n */\n GdcKdCommandType[\"Delete\"] = \"deleteDashboard\";\n /**\n * The command edit a dashboard.\n */\n GdcKdCommandType[\"SwitchToEdit\"] = \"switchToEdit\";\n /**\n * The command set drillable items.\n */\n GdcKdCommandType[\"DrillableItems\"] = \"drillableItems\";\n /**\n * The command set size of dashboard.\n */\n GdcKdCommandType[\"SetSize\"] = \"setSize\";\n /**\n * The command add widget to dashboard.\n */\n GdcKdCommandType[\"AddWidget\"] = \"addWidget\";\n /**\n * The command add filter to dashboard.\n */\n GdcKdCommandType[\"AddFilter\"] = \"addFilter\";\n /**\n * The command export a dashboard.\n */\n GdcKdCommandType[\"ExportToPdf\"] = \"exportToPdf\";\n /**\n * The command to add or update filter context\n */\n GdcKdCommandType[\"SetFilterContext\"] = \"setFilterContext\";\n /**\n * The command to remove filter item from current filter context\n */\n GdcKdCommandType[\"RemoveFilterContext\"] = \"removeFilterContext\";\n /**\n * The command to duplicate a KPI Dashboard\n */\n GdcKdCommandType[\"SaveAsDashboard\"] = \"saveAsDashboard\";\n })(GdcKdCommandType = EmbeddedKpiDashboard.GdcKdCommandType || (EmbeddedKpiDashboard.GdcKdCommandType = {}));\n /**\n * All KD event types.\n */\n var GdcKdEventType;\n (function (GdcKdEventType) {\n /**\n * Type represent that the dashboard listening for drilling event.\n */\n GdcKdEventType[\"ListeningForDrillableItems\"] = \"listeningForDrillableItems\";\n /**\n * Type represent that the embedded content starts loading.\n */\n GdcKdEventType[\"LoadingStarted\"] = \"loadingStarted\";\n /**\n * Type represent that The user does not have permissions to view or edit the content.\n */\n GdcKdEventType[\"NoPermissions\"] = \"noPermissions\";\n /**\n * Type represent that an operation increasing the height of the hosting iframe is performed.\n */\n GdcKdEventType[\"Resized\"] = \"resized\";\n /**\n * Type represent that the dashboard has been created and saved.\n */\n GdcKdEventType[\"DashboardCreated\"] = \"dashboardCreated\";\n /**\n * Type represent that the content is fully loaded,\n * and the user has permissions to access the dashboard.\n */\n GdcKdEventType[\"DashboardLoaded\"] = \"loaded\";\n /**\n * Type represent that the existing dashboard has been updated.\n */\n GdcKdEventType[\"DashboardUpdated\"] = \"dashboardUpdated\";\n /**\n * Type represent that the dashboard is saved.\n *\n */\n GdcKdEventType[\"DashboardSaved\"] = \"dashboardSaved\";\n /**\n * Type represent that the dashboard is deleted.\n *\n */\n GdcKdEventType[\"DashboardDeleted\"] = \"dashboardDeleted\";\n /**\n * Type represent that the user cancels the creation of the dashboard.\n */\n GdcKdEventType[\"DashboardCreationCanceled\"] = \"dashboardCreationCanceled\";\n /**\n * Type represent that the dashboard is switched to edit mode.\n */\n GdcKdEventType[\"SwitchedToEdit\"] = \"switchedToEdit\";\n /**\n * Type represent that the dashboard is switched to view mode.\n */\n GdcKdEventType[\"SwitchedToView\"] = \"switchedToView\";\n /**\n * Type represent that the platform is down.\n */\n GdcKdEventType[\"Platform\"] = \"platform\";\n /**\n * Type represent that the widget is added to dashboard.\n *\n */\n GdcKdEventType[\"WidgetAdded\"] = \"widgetAdded\";\n /**\n * Type represent that the filter is added to dashboard.\n *\n */\n GdcKdEventType[\"FilterAdded\"] = \"filterAdded\";\n /**\n * Type represent that the export action is finished.\n */\n GdcKdEventType[\"ExportedToPdf\"] = \"exportedToPdf\";\n /**\n * Type represent that the drill performed\n */\n GdcKdEventType[\"Drill\"] = \"drill\";\n /**\n * Type represent that the filter context is changed\n */\n GdcKdEventType[\"FilterContextChanged\"] = \"filterContextChanged\";\n /**\n * Type represent that the set filter context action is finished\n */\n GdcKdEventType[\"SetFilterContextFinished\"] = \"setFilterContextFinished\";\n /**\n * Type represent that the remove filter context action is finished\n */\n GdcKdEventType[\"RemoveFilterContextFinished\"] = \"removeFilterContextFinished\";\n /**\n * Type that represents started drill to URL. The event does not contain an URL. The event can be used as\n * notification to display a loading indicator as the URL resolving takes some time. The URL is sent in\n * DrillToUrlResolved event which is posted after the URL is resolved. The event also contains an ID that can\n * be matched with ID in subsequently posted DrillToUrlResolved event.\n */\n GdcKdEventType[\"DrillToUrlStarted\"] = \"drillToUrlStarted\";\n /**\n * Type that represents resolved drill to URL. The event is sent after DrillToUrlStarted event was posted and\n * it contains the resolved URL. The event also contains an ID which can be matched with ID from\n * DrillToUrlStarted event.\n */\n GdcKdEventType[\"DrillToUrlResolved\"] = \"drillToUrlResolved\";\n })(GdcKdEventType = EmbeddedKpiDashboard.GdcKdEventType || (EmbeddedKpiDashboard.GdcKdEventType = {}));\n /**\n * Type-guard checking whether object is an instance of {@link SaveDashboardCommandData}.\n *\n * @param obj - object to test\n */\n function isSaveDashboardCommandData(obj) {\n return common_1.getEventType(obj) === GdcKdCommandType.Save;\n }\n EmbeddedKpiDashboard.isSaveDashboardCommandData = isSaveDashboardCommandData;\n /**\n * Type-guard checking whether object is an instance of {@link SaveAsDashboardCommandData}.\n *\n * @param obj - object to test\n */\n function isSaveAsDashboardCommandData(obj) {\n return common_1.getEventType(obj) === GdcKdCommandType.SaveAsDashboard;\n }\n EmbeddedKpiDashboard.isSaveAsDashboardCommandData = isSaveAsDashboardCommandData;\n /**\n * Type-guard checking whether object is an instance of {@link CancelEditData}.\n *\n * @param obj - object to test\n */\n function isCancelEditCommandData(obj) {\n return common_1.getEventType(obj) === GdcKdCommandType.CancelEdit;\n }\n EmbeddedKpiDashboard.isCancelEditCommandData = isCancelEditCommandData;\n /**\n * Type-guard checking whether object is an instance of {@link SwitchToEditCommandData}.\n *\n * @param obj - object to test\n */\n function isSwitchToEditCommandData(obj) {\n return common_1.getEventType(obj) === GdcKdCommandType.SwitchToEdit;\n }\n EmbeddedKpiDashboard.isSwitchToEditCommandData = isSwitchToEditCommandData;\n /**\n * Type-guard checking whether object is an instance of {@link DrillableItemsCommandData}.\n *\n * @param obj - object to test\n */\n function isDrillableItemsCommandData(obj) {\n return common_1.getEventType(obj) === GdcKdCommandType.DrillableItems;\n }\n EmbeddedKpiDashboard.isDrillableItemsCommandData = isDrillableItemsCommandData;\n /**\n * Type-guard checking whether object is an instance of {@link SetSizeCommandData}.\n *\n * @param obj - object to test\n */\n function isSetSizeCommandData(obj) {\n return common_1.getEventType(obj) === GdcKdCommandType.SetSize;\n }\n EmbeddedKpiDashboard.isSetSizeCommandData = isSetSizeCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link SetFilterContextCommand}\n *\n * @param obj - object to test\n */\n function isSetFilterContextCommandData(obj) {\n return common_1.getEventType(obj) === GdcKdCommandType.SetFilterContext;\n }\n EmbeddedKpiDashboard.isSetFilterContextCommandData = isSetFilterContextCommandData;\n /**\n * Type-guard checking whether an object is an instance of {@link RemoveFilterContextCommand}\n *\n * @param obj - object to test\n */\n function isRemoveFilterContextCommandData(obj) {\n return common_1.getEventType(obj) === GdcKdCommandType.RemoveFilterContext;\n }\n EmbeddedKpiDashboard.isRemoveFilterContextCommandData = isRemoveFilterContextCommandData;\n /**\n * Type-guard checking whether object is an instance of {@link IdentifierInsightRef}.\n *\n * @param obj - object to test\n */\n function isIdentifierInsight(obj) {\n return obj.identifier;\n }\n EmbeddedKpiDashboard.isIdentifierInsight = isIdentifierInsight;\n /**\n * Type-guard checking whether object is an instance of {@link UriInsightRef}.\n *\n * @param obj - object to test\n */\n function isUriInsight(obj) {\n return obj.uri;\n }\n EmbeddedKpiDashboard.isUriInsight = isUriInsight;\n /**\n * Type-guard checking whether object is an instance of {@link AddWidgetCommandData}.\n *\n * @param obj - object to test\n */\n function isAddWidgetCommandData(obj) {\n return common_1.getEventType(obj) === GdcKdCommandType.AddWidget;\n }\n EmbeddedKpiDashboard.isAddWidgetCommandData = isAddWidgetCommandData;\n /**\n * Type-guard checking whether object is an instance of {@link AddFilterCommandData}.\n *\n * @param obj - object to test\n */\n function isAddFilterCommandData(obj) {\n return common_1.getEventType(obj) === GdcKdCommandType.AddFilter;\n }\n EmbeddedKpiDashboard.isAddFilterCommandData = isAddFilterCommandData;\n /**\n * Type-guard checking whether object is an instance of {@link ExportToPdfCommandData}.\n *\n * @param obj - object to test\n */\n function isExportToPdfCommandData(obj) {\n return common_1.getEventType(obj) === GdcKdCommandType.ExportToPdf;\n }\n EmbeddedKpiDashboard.isExportToPdfCommandData = isExportToPdfCommandData;\n})(EmbeddedKpiDashboard = exports.EmbeddedKpiDashboard || (exports.EmbeddedKpiDashboard = {}));\n//# sourceMappingURL=kd.js.map\n\n//# sourceURL=webpack://gooddata/./node_modules/@gooddata/typings/dist/src/embedding/kd.js?");
224
225/***/ }),
226
227/***/ "./node_modules/charenc/charenc.js":
228/*!*****************************************!*\
229 !*** ./node_modules/charenc/charenc.js ***!
230 \*****************************************/
231/*! no static exports found */
232/***/ (function(module, exports) {
233
234eval("var charenc = {\n // UTF-8 encoding\n utf8: {\n // Convert a string to a byte array\n stringToBytes: function(str) {\n return charenc.bin.stringToBytes(unescape(encodeURIComponent(str)));\n },\n\n // Convert a byte array to a string\n bytesToString: function(bytes) {\n return decodeURIComponent(escape(charenc.bin.bytesToString(bytes)));\n }\n },\n\n // Binary encoding\n bin: {\n // Convert a string to a byte array\n stringToBytes: function(str) {\n for (var bytes = [], i = 0; i < str.length; i++)\n bytes.push(str.charCodeAt(i) & 0xFF);\n return bytes;\n },\n\n // Convert a byte array to a string\n bytesToString: function(bytes) {\n for (var str = [], i = 0; i < bytes.length; i++)\n str.push(String.fromCharCode(bytes[i]));\n return str.join('');\n }\n }\n};\n\nmodule.exports = charenc;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/charenc/charenc.js?");
235
236/***/ }),
237
238/***/ "./node_modules/crypt/crypt.js":
239/*!*************************************!*\
240 !*** ./node_modules/crypt/crypt.js ***!
241 \*************************************/
242/*! no static exports found */
243/***/ (function(module, exports) {
244
245eval("(function() {\n var base64map\n = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/',\n\n crypt = {\n // Bit-wise rotation left\n rotl: function(n, b) {\n return (n << b) | (n >>> (32 - b));\n },\n\n // Bit-wise rotation right\n rotr: function(n, b) {\n return (n << (32 - b)) | (n >>> b);\n },\n\n // Swap big-endian to little-endian and vice versa\n endian: function(n) {\n // If number given, swap endian\n if (n.constructor == Number) {\n return crypt.rotl(n, 8) & 0x00FF00FF | crypt.rotl(n, 24) & 0xFF00FF00;\n }\n\n // Else, assume array and swap all items\n for (var i = 0; i < n.length; i++)\n n[i] = crypt.endian(n[i]);\n return n;\n },\n\n // Generate an array of any length of random bytes\n randomBytes: function(n) {\n for (var bytes = []; n > 0; n--)\n bytes.push(Math.floor(Math.random() * 256));\n return bytes;\n },\n\n // Convert a byte array to big-endian 32-bit words\n bytesToWords: function(bytes) {\n for (var words = [], i = 0, b = 0; i < bytes.length; i++, b += 8)\n words[b >>> 5] |= bytes[i] << (24 - b % 32);\n return words;\n },\n\n // Convert big-endian 32-bit words to a byte array\n wordsToBytes: function(words) {\n for (var bytes = [], b = 0; b < words.length * 32; b += 8)\n bytes.push((words[b >>> 5] >>> (24 - b % 32)) & 0xFF);\n return bytes;\n },\n\n // Convert a byte array to a hex string\n bytesToHex: function(bytes) {\n for (var hex = [], i = 0; i < bytes.length; i++) {\n hex.push((bytes[i] >>> 4).toString(16));\n hex.push((bytes[i] & 0xF).toString(16));\n }\n return hex.join('');\n },\n\n // Convert a hex string to a byte array\n hexToBytes: function(hex) {\n for (var bytes = [], c = 0; c < hex.length; c += 2)\n bytes.push(parseInt(hex.substr(c, 2), 16));\n return bytes;\n },\n\n // Convert a byte array to a base-64 string\n bytesToBase64: function(bytes) {\n for (var base64 = [], i = 0; i < bytes.length; i += 3) {\n var triplet = (bytes[i] << 16) | (bytes[i + 1] << 8) | bytes[i + 2];\n for (var j = 0; j < 4; j++)\n if (i * 8 + j * 6 <= bytes.length * 8)\n base64.push(base64map.charAt((triplet >>> 6 * (3 - j)) & 0x3F));\n else\n base64.push('=');\n }\n return base64.join('');\n },\n\n // Convert a base-64 string to a byte array\n base64ToBytes: function(base64) {\n // Remove non-base-64 characters\n base64 = base64.replace(/[^A-Z0-9+\\/]/ig, '');\n\n for (var bytes = [], i = 0, imod4 = 0; i < base64.length;\n imod4 = ++i % 4) {\n if (imod4 == 0) continue;\n bytes.push(((base64map.indexOf(base64.charAt(i - 1))\n & (Math.pow(2, -2 * imod4 + 8) - 1)) << (imod4 * 2))\n | (base64map.indexOf(base64.charAt(i)) >>> (6 - imod4 * 2)));\n }\n return bytes;\n }\n };\n\n module.exports = crypt;\n})();\n\n\n//# sourceURL=webpack://gooddata/./node_modules/crypt/crypt.js?");
246
247/***/ }),
248
249/***/ "./node_modules/invariant/browser.js":
250/*!*******************************************!*\
251 !*** ./node_modules/invariant/browser.js ***!
252 \*******************************************/
253/*! no static exports found */
254/***/ (function(module, exports, __webpack_require__) {
255
256"use strict";
257eval("/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\n\n/**\n * Use invariant() to assert state which your program assumes to be true.\n *\n * Provide sprintf-style format (only %s is supported) and arguments\n * to provide information about what broke and what you were\n * expecting.\n *\n * The invariant message will be stripped in production, but the invariant\n * will remain to ensure logic does not differ in production.\n */\n\nvar invariant = function(condition, format, a, b, c, d, e, f) {\n if (true) {\n if (format === undefined) {\n throw new Error('invariant requires an error message argument');\n }\n }\n\n if (!condition) {\n var error;\n if (format === undefined) {\n error = new Error(\n 'Minified exception occurred; use the non-minified dev environment ' +\n 'for the full error message and additional helpful warnings.'\n );\n } else {\n var args = [a, b, c, d, e, f];\n var argIndex = 0;\n error = new Error(\n format.replace(/%s/g, function() { return args[argIndex++]; })\n );\n error.name = 'Invariant Violation';\n }\n\n error.framesToPop = 1; // we don't care about invariant's own frame\n throw error;\n }\n};\n\nmodule.exports = invariant;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/invariant/browser.js?");
258
259/***/ }),
260
261/***/ "./node_modules/is-buffer/index.js":
262/*!*****************************************!*\
263 !*** ./node_modules/is-buffer/index.js ***!
264 \*****************************************/
265/*! no static exports found */
266/***/ (function(module, exports) {
267
268eval("/*!\n * Determine if an object is a Buffer\n *\n * @author Feross Aboukhadijeh <https://feross.org>\n * @license MIT\n */\n\n// The _isBuffer check is for Safari 5-7 support, because it's missing\n// Object.prototype.constructor. Remove this eventually\nmodule.exports = function (obj) {\n return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer)\n}\n\nfunction isBuffer (obj) {\n return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj)\n}\n\n// For Node v0.10 support. Remove this eventually.\nfunction isSlowBuffer (obj) {\n return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0))\n}\n\n\n//# sourceURL=webpack://gooddata/./node_modules/is-buffer/index.js?");
269
270/***/ }),
271
272/***/ "./node_modules/isomorphic-fetch/fetch-npm-browserify.js":
273/*!***************************************************************!*\
274 !*** ./node_modules/isomorphic-fetch/fetch-npm-browserify.js ***!
275 \***************************************************************/
276/*! no static exports found */
277/***/ (function(module, exports, __webpack_require__) {
278
279eval("// the whatwg-fetch polyfill installs the fetch() function\n// on the global object (window or self)\n//\n// Return that as the export for use in Webpack, Browserify etc.\n__webpack_require__(/*! whatwg-fetch */ \"./node_modules/whatwg-fetch/fetch.js\");\nmodule.exports = self.fetch.bind(self);\n\n\n//# sourceURL=webpack://gooddata/./node_modules/isomorphic-fetch/fetch-npm-browserify.js?");
280
281/***/ }),
282
283/***/ "./node_modules/json-stable-stringify/index.js":
284/*!*****************************************************!*\
285 !*** ./node_modules/json-stable-stringify/index.js ***!
286 \*****************************************************/
287/*! no static exports found */
288/***/ (function(module, exports, __webpack_require__) {
289
290eval("var json = typeof JSON !== 'undefined' ? JSON : __webpack_require__(/*! jsonify */ \"./node_modules/jsonify/index.js\");\n\nmodule.exports = function (obj, opts) {\n if (!opts) opts = {};\n if (typeof opts === 'function') opts = { cmp: opts };\n var space = opts.space || '';\n if (typeof space === 'number') space = Array(space+1).join(' ');\n var cycles = (typeof opts.cycles === 'boolean') ? opts.cycles : false;\n var replacer = opts.replacer || function(key, value) { return value; };\n\n var cmp = opts.cmp && (function (f) {\n return function (node) {\n return function (a, b) {\n var aobj = { key: a, value: node[a] };\n var bobj = { key: b, value: node[b] };\n return f(aobj, bobj);\n };\n };\n })(opts.cmp);\n\n var seen = [];\n return (function stringify (parent, key, node, level) {\n var indent = space ? ('\\n' + new Array(level + 1).join(space)) : '';\n var colonSeparator = space ? ': ' : ':';\n\n if (node && node.toJSON && typeof node.toJSON === 'function') {\n node = node.toJSON();\n }\n\n node = replacer.call(parent, key, node);\n\n if (node === undefined) {\n return;\n }\n if (typeof node !== 'object' || node === null) {\n return json.stringify(node);\n }\n if (isArray(node)) {\n var out = [];\n for (var i = 0; i < node.length; i++) {\n var item = stringify(node, i, node[i], level+1) || json.stringify(null);\n out.push(indent + space + item);\n }\n return '[' + out.join(',') + indent + ']';\n }\n else {\n if (seen.indexOf(node) !== -1) {\n if (cycles) return json.stringify('__cycle__');\n throw new TypeError('Converting circular structure to JSON');\n }\n else seen.push(node);\n\n var keys = objectKeys(node).sort(cmp && cmp(node));\n var out = [];\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n var value = stringify(node, key, node[key], level+1);\n\n if(!value) continue;\n\n var keyValue = json.stringify(key)\n + colonSeparator\n + value;\n ;\n out.push(indent + space + keyValue);\n }\n seen.splice(seen.indexOf(node), 1);\n return '{' + out.join(',') + indent + '}';\n }\n })({ '': obj }, '', obj, 0);\n};\n\nvar isArray = Array.isArray || function (x) {\n return {}.toString.call(x) === '[object Array]';\n};\n\nvar objectKeys = Object.keys || function (obj) {\n var has = Object.prototype.hasOwnProperty || function () { return true };\n var keys = [];\n for (var key in obj) {\n if (has.call(obj, key)) keys.push(key);\n }\n return keys;\n};\n\n\n//# sourceURL=webpack://gooddata/./node_modules/json-stable-stringify/index.js?");
291
292/***/ }),
293
294/***/ "./node_modules/jsonify/index.js":
295/*!***************************************!*\
296 !*** ./node_modules/jsonify/index.js ***!
297 \***************************************/
298/*! no static exports found */
299/***/ (function(module, exports, __webpack_require__) {
300
301eval("exports.parse = __webpack_require__(/*! ./lib/parse */ \"./node_modules/jsonify/lib/parse.js\");\nexports.stringify = __webpack_require__(/*! ./lib/stringify */ \"./node_modules/jsonify/lib/stringify.js\");\n\n\n//# sourceURL=webpack://gooddata/./node_modules/jsonify/index.js?");
302
303/***/ }),
304
305/***/ "./node_modules/jsonify/lib/parse.js":
306/*!*******************************************!*\
307 !*** ./node_modules/jsonify/lib/parse.js ***!
308 \*******************************************/
309/*! no static exports found */
310/***/ (function(module, exports) {
311
312eval("var at, // The index of the current character\n ch, // The current character\n escapee = {\n '\"': '\"',\n '\\\\': '\\\\',\n '/': '/',\n b: '\\b',\n f: '\\f',\n n: '\\n',\n r: '\\r',\n t: '\\t'\n },\n text,\n\n error = function (m) {\n // Call error when something is wrong.\n throw {\n name: 'SyntaxError',\n message: m,\n at: at,\n text: text\n };\n },\n \n next = function (c) {\n // If a c parameter is provided, verify that it matches the current character.\n if (c && c !== ch) {\n error(\"Expected '\" + c + \"' instead of '\" + ch + \"'\");\n }\n \n // Get the next character. When there are no more characters,\n // return the empty string.\n \n ch = text.charAt(at);\n at += 1;\n return ch;\n },\n \n number = function () {\n // Parse a number value.\n var number,\n string = '';\n \n if (ch === '-') {\n string = '-';\n next('-');\n }\n while (ch >= '0' && ch <= '9') {\n string += ch;\n next();\n }\n if (ch === '.') {\n string += '.';\n while (next() && ch >= '0' && ch <= '9') {\n string += ch;\n }\n }\n if (ch === 'e' || ch === 'E') {\n string += ch;\n next();\n if (ch === '-' || ch === '+') {\n string += ch;\n next();\n }\n while (ch >= '0' && ch <= '9') {\n string += ch;\n next();\n }\n }\n number = +string;\n if (!isFinite(number)) {\n error(\"Bad number\");\n } else {\n return number;\n }\n },\n \n string = function () {\n // Parse a string value.\n var hex,\n i,\n string = '',\n uffff;\n \n // When parsing for string values, we must look for \" and \\ characters.\n if (ch === '\"') {\n while (next()) {\n if (ch === '\"') {\n next();\n return string;\n } else if (ch === '\\\\') {\n next();\n if (ch === 'u') {\n uffff = 0;\n for (i = 0; i < 4; i += 1) {\n hex = parseInt(next(), 16);\n if (!isFinite(hex)) {\n break;\n }\n uffff = uffff * 16 + hex;\n }\n string += String.fromCharCode(uffff);\n } else if (typeof escapee[ch] === 'string') {\n string += escapee[ch];\n } else {\n break;\n }\n } else {\n string += ch;\n }\n }\n }\n error(\"Bad string\");\n },\n\n white = function () {\n\n// Skip whitespace.\n\n while (ch && ch <= ' ') {\n next();\n }\n },\n\n word = function () {\n\n// true, false, or null.\n\n switch (ch) {\n case 't':\n next('t');\n next('r');\n next('u');\n next('e');\n return true;\n case 'f':\n next('f');\n next('a');\n next('l');\n next('s');\n next('e');\n return false;\n case 'n':\n next('n');\n next('u');\n next('l');\n next('l');\n return null;\n }\n error(\"Unexpected '\" + ch + \"'\");\n },\n\n value, // Place holder for the value function.\n\n array = function () {\n\n// Parse an array value.\n\n var array = [];\n\n if (ch === '[') {\n next('[');\n white();\n if (ch === ']') {\n next(']');\n return array; // empty array\n }\n while (ch) {\n array.push(value());\n white();\n if (ch === ']') {\n next(']');\n return array;\n }\n next(',');\n white();\n }\n }\n error(\"Bad array\");\n },\n\n object = function () {\n\n// Parse an object value.\n\n var key,\n object = {};\n\n if (ch === '{') {\n next('{');\n white();\n if (ch === '}') {\n next('}');\n return object; // empty object\n }\n while (ch) {\n key = string();\n white();\n next(':');\n if (Object.hasOwnProperty.call(object, key)) {\n error('Duplicate key \"' + key + '\"');\n }\n object[key] = value();\n white();\n if (ch === '}') {\n next('}');\n return object;\n }\n next(',');\n white();\n }\n }\n error(\"Bad object\");\n };\n\nvalue = function () {\n\n// Parse a JSON value. It could be an object, an array, a string, a number,\n// or a word.\n\n white();\n switch (ch) {\n case '{':\n return object();\n case '[':\n return array();\n case '\"':\n return string();\n case '-':\n return number();\n default:\n return ch >= '0' && ch <= '9' ? number() : word();\n }\n};\n\n// Return the json_parse function. It will have access to all of the above\n// functions and variables.\n\nmodule.exports = function (source, reviver) {\n var result;\n \n text = source;\n at = 0;\n ch = ' ';\n result = value();\n white();\n if (ch) {\n error(\"Syntax error\");\n }\n\n // If there is a reviver function, we recursively walk the new structure,\n // passing each name/value pair to the reviver function for possible\n // transformation, starting with a temporary root object that holds the result\n // in an empty key. If there is not a reviver function, we simply return the\n // result.\n\n return typeof reviver === 'function' ? (function walk(holder, key) {\n var k, v, value = holder[key];\n if (value && typeof value === 'object') {\n for (k in value) {\n if (Object.prototype.hasOwnProperty.call(value, k)) {\n v = walk(value, k);\n if (v !== undefined) {\n value[k] = v;\n } else {\n delete value[k];\n }\n }\n }\n }\n return reviver.call(holder, key, value);\n }({'': result}, '')) : result;\n};\n\n\n//# sourceURL=webpack://gooddata/./node_modules/jsonify/lib/parse.js?");
313
314/***/ }),
315
316/***/ "./node_modules/jsonify/lib/stringify.js":
317/*!***********************************************!*\
318 !*** ./node_modules/jsonify/lib/stringify.js ***!
319 \***********************************************/
320/*! no static exports found */
321/***/ (function(module, exports) {
322
323eval("var cx = /[\\u0000\\u00ad\\u0600-\\u0604\\u070f\\u17b4\\u17b5\\u200c-\\u200f\\u2028-\\u202f\\u2060-\\u206f\\ufeff\\ufff0-\\uffff]/g,\n escapable = /[\\\\\\\"\\x00-\\x1f\\x7f-\\x9f\\u00ad\\u0600-\\u0604\\u070f\\u17b4\\u17b5\\u200c-\\u200f\\u2028-\\u202f\\u2060-\\u206f\\ufeff\\ufff0-\\uffff]/g,\n gap,\n indent,\n meta = { // table of character substitutions\n '\\b': '\\\\b',\n '\\t': '\\\\t',\n '\\n': '\\\\n',\n '\\f': '\\\\f',\n '\\r': '\\\\r',\n '\"' : '\\\\\"',\n '\\\\': '\\\\\\\\'\n },\n rep;\n\nfunction quote(string) {\n // If the string contains no control characters, no quote characters, and no\n // backslash characters, then we can safely slap some quotes around it.\n // Otherwise we must also replace the offending characters with safe escape\n // sequences.\n \n escapable.lastIndex = 0;\n return escapable.test(string) ? '\"' + string.replace(escapable, function (a) {\n var c = meta[a];\n return typeof c === 'string' ? c :\n '\\\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4);\n }) + '\"' : '\"' + string + '\"';\n}\n\nfunction str(key, holder) {\n // Produce a string from holder[key].\n var i, // The loop counter.\n k, // The member key.\n v, // The member value.\n length,\n mind = gap,\n partial,\n value = holder[key];\n \n // If the value has a toJSON method, call it to obtain a replacement value.\n if (value && typeof value === 'object' &&\n typeof value.toJSON === 'function') {\n value = value.toJSON(key);\n }\n \n // If we were called with a replacer function, then call the replacer to\n // obtain a replacement value.\n if (typeof rep === 'function') {\n value = rep.call(holder, key, value);\n }\n \n // What happens next depends on the value's type.\n switch (typeof value) {\n case 'string':\n return quote(value);\n \n case 'number':\n // JSON numbers must be finite. Encode non-finite numbers as null.\n return isFinite(value) ? String(value) : 'null';\n \n case 'boolean':\n case 'null':\n // If the value is a boolean or null, convert it to a string. Note:\n // typeof null does not produce 'null'. The case is included here in\n // the remote chance that this gets fixed someday.\n return String(value);\n \n case 'object':\n if (!value) return 'null';\n gap += indent;\n partial = [];\n \n // Array.isArray\n if (Object.prototype.toString.apply(value) === '[object Array]') {\n length = value.length;\n for (i = 0; i < length; i += 1) {\n partial[i] = str(i, value) || 'null';\n }\n \n // Join all of the elements together, separated with commas, and\n // wrap them in brackets.\n v = partial.length === 0 ? '[]' : gap ?\n '[\\n' + gap + partial.join(',\\n' + gap) + '\\n' + mind + ']' :\n '[' + partial.join(',') + ']';\n gap = mind;\n return v;\n }\n \n // If the replacer is an array, use it to select the members to be\n // stringified.\n if (rep && typeof rep === 'object') {\n length = rep.length;\n for (i = 0; i < length; i += 1) {\n k = rep[i];\n if (typeof k === 'string') {\n v = str(k, value);\n if (v) {\n partial.push(quote(k) + (gap ? ': ' : ':') + v);\n }\n }\n }\n }\n else {\n // Otherwise, iterate through all of the keys in the object.\n for (k in value) {\n if (Object.prototype.hasOwnProperty.call(value, k)) {\n v = str(k, value);\n if (v) {\n partial.push(quote(k) + (gap ? ': ' : ':') + v);\n }\n }\n }\n }\n \n // Join all of the member texts together, separated with commas,\n // and wrap them in braces.\n\n v = partial.length === 0 ? '{}' : gap ?\n '{\\n' + gap + partial.join(',\\n' + gap) + '\\n' + mind + '}' :\n '{' + partial.join(',') + '}';\n gap = mind;\n return v;\n }\n}\n\nmodule.exports = function (value, replacer, space) {\n var i;\n gap = '';\n indent = '';\n \n // If the space parameter is a number, make an indent string containing that\n // many spaces.\n if (typeof space === 'number') {\n for (i = 0; i < space; i += 1) {\n indent += ' ';\n }\n }\n // If the space parameter is a string, it will be used as the indent string.\n else if (typeof space === 'string') {\n indent = space;\n }\n\n // If there is a replacer, it must be a function or an array.\n // Otherwise, throw an error.\n rep = replacer;\n if (replacer && typeof replacer !== 'function'\n && (typeof replacer !== 'object' || typeof replacer.length !== 'number')) {\n throw new Error('JSON.stringify');\n }\n \n // Make a fake root object containing our value under the key of ''.\n // Return the result of stringifying the value.\n return str('', {'': value});\n};\n\n\n//# sourceURL=webpack://gooddata/./node_modules/jsonify/lib/stringify.js?");
324
325/***/ }),
326
327/***/ "./node_modules/lodash/_SetCache.js":
328/*!******************************************!*\
329 !*** ./node_modules/lodash/_SetCache.js ***!
330 \******************************************/
331/*! no static exports found */
332/***/ (function(module, exports, __webpack_require__) {
333
334eval("var isArray = __webpack_require__(/*! ./isArray */ \"./node_modules/lodash/isArray.js\");\n\n/**\n * Casts `value` as an array if it's not one.\n *\n * @static\n * @memberOf _\n * @since 4.4.0\n * @category Lang\n * @param {*} value The value to inspect.\n * @returns {Array} Returns the cast array.\n * @example\n *\n * _.castArray(1);\n * // => [1]\n *\n * _.castArray({ 'a': 1 });\n * // => [{ 'a': 1 }]\n *\n * _.castArray('abc');\n * // => ['abc']\n *\n * _.castArray(null);\n * // => [null]\n *\n * _.castArray(undefined);\n * // => [undefined]\n *\n * _.castArray();\n * // => []\n *\n * var array = [1, 2, 3];\n * console.log(_.castArray(array) === array);\n * // => true\n */\nfunction castArray() {\n if (!arguments.length) {\n return [];\n }\n var value = arguments[0];\n return isArray(value) ? value : [value];\n}\n\nmodule.exports = castArray;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_SetCache.js?");
335
336/***/ }),
337
338/***/ "./node_modules/lodash/_Stack.js":
339/*!***************************************!*\
340 !*** ./node_modules/lodash/_Stack.js ***!
341 \***************************************/
342/*! no static exports found */
343/***/ (function(module, exports, __webpack_require__) {
344
345eval("var listCacheClear = __webpack_require__(/*! ./_listCacheClear */ \"./node_modules/lodash/_listCacheClear.js\"),\n listCacheDelete = __webpack_require__(/*! ./_listCacheDelete */ \"./node_modules/lodash/_listCacheDelete.js\"),\n listCacheGet = __webpack_require__(/*! ./_listCacheGet */ \"./node_modules/lodash/_listCacheGet.js\"),\n listCacheHas = __webpack_require__(/*! ./_listCacheHas */ \"./node_modules/lodash/_listCacheHas.js\"),\n listCacheSet = __webpack_require__(/*! ./_listCacheSet */ \"./node_modules/lodash/_listCacheSet.js\");\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\nmodule.exports = ListCache;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_Stack.js?");
346
347/***/ }),
348
349/***/ "./node_modules/lodash/_Symbol.js":
350/*!****************************************!*\
351 !*** ./node_modules/lodash/_Symbol.js ***!
352 \****************************************/
353/*! no static exports found */
354/***/ (function(module, exports, __webpack_require__) {
355
356eval("var root = __webpack_require__(/*! ./_root */ \"./node_modules/lodash/_root.js\");\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_Symbol.js?");
357
358/***/ }),
359
360/***/ "./node_modules/lodash/_Uint8Array.js":
361/*!********************************************!*\
362 !*** ./node_modules/lodash/_Uint8Array.js ***!
363 \********************************************/
364/*! no static exports found */
365/***/ (function(module, exports, __webpack_require__) {
366
367eval("var root = __webpack_require__(/*! ./_root */ \"./node_modules/lodash/_root.js\");\n\n/** Built-in value references. */\nvar Uint8Array = root.Uint8Array;\n\nmodule.exports = Uint8Array;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_Uint8Array.js?");
368
369/***/ }),
370
371/***/ "./node_modules/lodash/_apply.js":
372/*!***************************************!*\
373 !*** ./node_modules/lodash/_apply.js ***!
374 \***************************************/
375/*! no static exports found */
376/***/ (function(module, exports) {
377
378eval("/**\n * A faster alternative to `Function#apply`, this function invokes `func`\n * with the `this` binding of `thisArg` and the arguments of `args`.\n *\n * @private\n * @param {Function} func The function to invoke.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} args The arguments to invoke `func` with.\n * @returns {*} Returns the result of `func`.\n */\nfunction apply(func, thisArg, args) {\n switch (args.length) {\n case 0: return func.call(thisArg);\n case 1: return func.call(thisArg, args[0]);\n case 2: return func.call(thisArg, args[0], args[1]);\n case 3: return func.call(thisArg, args[0], args[1], args[2]);\n }\n return func.apply(thisArg, args);\n}\n\nmodule.exports = apply;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_apply.js?");
379
380/***/ }),
381
382/***/ "./node_modules/lodash/_arrayEach.js":
383/*!*******************************************!*\
384 !*** ./node_modules/lodash/_arrayEach.js ***!
385 \*******************************************/
386/*! no static exports found */
387/***/ (function(module, exports) {
388
389eval("/**\n * A specialized version of `_.forEach` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns `array`.\n */\nfunction arrayEach(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length;\n\n while (++index < length) {\n if (iteratee(array[index], index, array) === false) {\n break;\n }\n }\n return array;\n}\n\nmodule.exports = arrayEach;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_arrayEach.js?");
390
391/***/ }),
392
393/***/ "./node_modules/lodash/_arrayIncludes.js":
394/*!***********************************************!*\
395 !*** ./node_modules/lodash/_arrayIncludes.js ***!
396 \***********************************************/
397/*! no static exports found */
398/***/ (function(module, exports, __webpack_require__) {
399
400eval("var baseIndexOf = __webpack_require__(/*! ./_baseIndexOf */ \"./node_modules/lodash/_baseIndexOf.js\");\n\n/**\n * A specialized version of `_.includes` for arrays without support for\n * specifying an index to search from.\n *\n * @private\n * @param {Array} [array] The array to inspect.\n * @param {*} target The value to search for.\n * @returns {boolean} Returns `true` if `target` is found, else `false`.\n */\nfunction arrayIncludes(array, value) {\n var length = array == null ? 0 : array.length;\n return !!length && baseIndexOf(array, value, 0) > -1;\n}\n\nmodule.exports = arrayIncludes;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_arrayIncludes.js?");
401
402/***/ }),
403
404/***/ "./node_modules/lodash/_arrayIncludesWith.js":
405/*!***************************************************!*\
406 !*** ./node_modules/lodash/_arrayIncludesWith.js ***!
407 \***************************************************/
408/*! no static exports found */
409/***/ (function(module, exports) {
410
411eval("/**\n * This function is like `arrayIncludes` except that it accepts a comparator.\n *\n * @private\n * @param {Array} [array] The array to inspect.\n * @param {*} target The value to search for.\n * @param {Function} comparator The comparator invoked per element.\n * @returns {boolean} Returns `true` if `target` is found, else `false`.\n */\nfunction arrayIncludesWith(array, value, comparator) {\n var index = -1,\n length = array == null ? 0 : array.length;\n\n while (++index < length) {\n if (comparator(value, array[index])) {\n return true;\n }\n }\n return false;\n}\n\nmodule.exports = arrayIncludesWith;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_arrayIncludesWith.js?");
412
413/***/ }),
414
415/***/ "./node_modules/lodash/_arrayMap.js":
416/*!******************************************!*\
417 !*** ./node_modules/lodash/_arrayMap.js ***!
418 \******************************************/
419/*! no static exports found */
420/***/ (function(module, exports) {
421
422eval("/**\n * A specialized version of `_.map` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the new mapped array.\n */\nfunction arrayMap(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length,\n result = Array(length);\n\n while (++index < length) {\n result[index] = iteratee(array[index], index, array);\n }\n return result;\n}\n\nmodule.exports = arrayMap;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_arrayMap.js?");
423
424/***/ }),
425
426/***/ "./node_modules/lodash/_arrayPush.js":
427/*!*******************************************!*\
428 !*** ./node_modules/lodash/_arrayPush.js ***!
429 \*******************************************/
430/*! no static exports found */
431/***/ (function(module, exports) {
432
433eval("/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n var index = -1,\n length = values.length,\n offset = array.length;\n\n while (++index < length) {\n array[offset + index] = values[index];\n }\n return array;\n}\n\nmodule.exports = arrayPush;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_arrayPush.js?");
434
435/***/ }),
436
437/***/ "./node_modules/lodash/_arraySome.js":
438/*!*******************************************!*\
439 !*** ./node_modules/lodash/_arraySome.js ***!
440 \*******************************************/
441/*! no static exports found */
442/***/ (function(module, exports) {
443
444eval("/**\n * A specialized version of `_.some` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {boolean} Returns `true` if any element passes the predicate check,\n * else `false`.\n */\nfunction arraySome(array, predicate) {\n var index = -1,\n length = array == null ? 0 : array.length;\n\n while (++index < length) {\n if (predicate(array[index], index, array)) {\n return true;\n }\n }\n return false;\n}\n\nmodule.exports = arraySome;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_arraySome.js?");
445
446/***/ }),
447
448/***/ "./node_modules/lodash/_assignMergeValue.js":
449/*!**************************************************!*\
450 !*** ./node_modules/lodash/_assignMergeValue.js ***!
451 \**************************************************/
452/*! no static exports found */
453/***/ (function(module, exports, __webpack_require__) {
454
455eval("var baseAssignValue = __webpack_require__(/*! ./_baseAssignValue */ \"./node_modules/lodash/_baseAssignValue.js\"),\n eq = __webpack_require__(/*! ./eq */ \"./node_modules/lodash/eq.js\");\n\n/**\n * This function is like `assignValue` except that it doesn't assign\n * `undefined` values.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignMergeValue(object, key, value) {\n if ((value !== undefined && !eq(object[key], value)) ||\n (value === undefined && !(key in object))) {\n baseAssignValue(object, key, value);\n }\n}\n\nmodule.exports = assignMergeValue;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_assignMergeValue.js?");
456
457/***/ }),
458
459/***/ "./node_modules/lodash/_assignValue.js":
460/*!*********************************************!*\
461 !*** ./node_modules/lodash/_assignValue.js ***!
462 \*********************************************/
463/*! no static exports found */
464/***/ (function(module, exports, __webpack_require__) {
465
466eval("var baseAssignValue = __webpack_require__(/*! ./_baseAssignValue */ \"./node_modules/lodash/_baseAssignValue.js\"),\n eq = __webpack_require__(/*! ./eq */ \"./node_modules/lodash/eq.js\");\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n var objValue = object[key];\n if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n (value === undefined && !(key in object))) {\n baseAssignValue(object, key, value);\n }\n}\n\nmodule.exports = assignValue;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_assignValue.js?");
467
468/***/ }),
469
470/***/ "./node_modules/lodash/_assocIndexOf.js":
471/*!**********************************************!*\
472 !*** ./node_modules/lodash/_assocIndexOf.js ***!
473 \**********************************************/
474/*! no static exports found */
475/***/ (function(module, exports, __webpack_require__) {
476
477eval("var eq = __webpack_require__(/*! ./eq */ \"./node_modules/lodash/eq.js\");\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\nmodule.exports = assocIndexOf;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_assocIndexOf.js?");
478
479/***/ }),
480
481/***/ "./node_modules/lodash/_baseAssign.js":
482/*!********************************************!*\
483 !*** ./node_modules/lodash/_baseAssign.js ***!
484 \********************************************/
485/*! no static exports found */
486/***/ (function(module, exports, __webpack_require__) {
487
488eval("var copyObject = __webpack_require__(/*! ./_copyObject */ \"./node_modules/lodash/_copyObject.js\"),\n keys = __webpack_require__(/*! ./keys */ \"./node_modules/lodash/keys.js\");\n\n/**\n * The base implementation of `_.assign` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssign(object, source) {\n return object && copyObject(source, keys(source), object);\n}\n\nmodule.exports = baseAssign;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseAssign.js?");
489
490/***/ }),
491
492/***/ "./node_modules/lodash/_baseAssignIn.js":
493/*!**********************************************!*\
494 !*** ./node_modules/lodash/_baseAssignIn.js ***!
495 \**********************************************/
496/*! no static exports found */
497/***/ (function(module, exports, __webpack_require__) {
498
499eval("var copyObject = __webpack_require__(/*! ./_copyObject */ \"./node_modules/lodash/_copyObject.js\"),\n keysIn = __webpack_require__(/*! ./keysIn */ \"./node_modules/lodash/keysIn.js\");\n\n/**\n * The base implementation of `_.assignIn` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssignIn(object, source) {\n return object && copyObject(source, keysIn(source), object);\n}\n\nmodule.exports = baseAssignIn;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseAssignIn.js?");
500
501/***/ }),
502
503/***/ "./node_modules/lodash/_baseAssignValue.js":
504/*!*************************************************!*\
505 !*** ./node_modules/lodash/_baseAssignValue.js ***!
506 \*************************************************/
507/*! no static exports found */
508/***/ (function(module, exports, __webpack_require__) {
509
510eval("var defineProperty = __webpack_require__(/*! ./_defineProperty */ \"./node_modules/lodash/_defineProperty.js\");\n\n/**\n * The base implementation of `assignValue` and `assignMergeValue` without\n * value checks.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction baseAssignValue(object, key, value) {\n if (key == '__proto__' && defineProperty) {\n defineProperty(object, key, {\n 'configurable': true,\n 'enumerable': true,\n 'value': value,\n 'writable': true\n });\n } else {\n object[key] = value;\n }\n}\n\nmodule.exports = baseAssignValue;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseAssignValue.js?");
511
512/***/ }),
513
514/***/ "./node_modules/lodash/_baseClone.js":
515/*!*******************************************!*\
516 !*** ./node_modules/lodash/_baseClone.js ***!
517 \*******************************************/
518/*! no static exports found */
519/***/ (function(module, exports, __webpack_require__) {
520
521eval("var Stack = __webpack_require__(/*! ./_Stack */ \"./node_modules/lodash/_Stack.js\"),\n arrayEach = __webpack_require__(/*! ./_arrayEach */ \"./node_modules/lodash/_arrayEach.js\"),\n assignValue = __webpack_require__(/*! ./_assignValue */ \"./node_modules/lodash/_assignValue.js\"),\n baseAssign = __webpack_require__(/*! ./_baseAssign */ \"./node_modules/lodash/_baseAssign.js\"),\n baseAssignIn = __webpack_require__(/*! ./_baseAssignIn */ \"./node_modules/lodash/_baseAssignIn.js\"),\n cloneBuffer = __webpack_require__(/*! ./_cloneBuffer */ \"./node_modules/lodash/_cloneBuffer.js\"),\n copyArray = __webpack_require__(/*! ./_copyArray */ \"./node_modules/lodash/_copyArray.js\"),\n copySymbols = __webpack_require__(/*! ./_copySymbols */ \"./node_modules/lodash/_copySymbols.js\"),\n copySymbolsIn = __webpack_require__(/*! ./_copySymbolsIn */ \"./node_modules/lodash/_copySymbolsIn.js\"),\n getAllKeys = __webpack_require__(/*! ./_getAllKeys */ \"./node_modules/lodash/_getAllKeys.js\"),\n getAllKeysIn = __webpack_require__(/*! ./_getAllKeysIn */ \"./node_modules/lodash/_getAllKeysIn.js\"),\n getTag = __webpack_require__(/*! ./_getTag */ \"./node_modules/lodash/_getTag.js\"),\n initCloneArray = __webpack_require__(/*! ./_initCloneArray */ \"./node_modules/lodash/_initCloneArray.js\"),\n initCloneByTag = __webpack_require__(/*! ./_initCloneByTag */ \"./node_modules/lodash/_initCloneByTag.js\"),\n initCloneObject = __webpack_require__(/*! ./_initCloneObject */ \"./node_modules/lodash/_initCloneObject.js\"),\n isArray = __webpack_require__(/*! ./isArray */ \"./node_modules/lodash/isArray.js\"),\n isBuffer = __webpack_require__(/*! ./isBuffer */ \"./node_modules/lodash/isBuffer.js\"),\n isMap = __webpack_require__(/*! ./isMap */ \"./node_modules/lodash/isMap.js\"),\n isObject = __webpack_require__(/*! ./isObject */ \"./node_modules/lodash/isObject.js\"),\n isSet = __webpack_require__(/*! ./isSet */ \"./node_modules/lodash/isSet.js\"),\n keys = __webpack_require__(/*! ./keys */ \"./node_modules/lodash/keys.js\"),\n keysIn = __webpack_require__(/*! ./keysIn */ \"./node_modules/lodash/keysIn.js\");\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n CLONE_FLAT_FLAG = 2,\n CLONE_SYMBOLS_FLAG = 4;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values supported by `_.clone`. */\nvar cloneableTags = {};\ncloneableTags[argsTag] = cloneableTags[arrayTag] =\ncloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\ncloneableTags[boolTag] = cloneableTags[dateTag] =\ncloneableTags[float32Tag] = cloneableTags[float64Tag] =\ncloneableTags[int8Tag] = cloneableTags[int16Tag] =\ncloneableTags[int32Tag] = cloneableTags[mapTag] =\ncloneableTags[numberTag] = cloneableTags[objectTag] =\ncloneableTags[regexpTag] = cloneableTags[setTag] =\ncloneableTags[stringTag] = cloneableTags[symbolTag] =\ncloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\ncloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\ncloneableTags[errorTag] = cloneableTags[funcTag] =\ncloneableTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.clone` and `_.cloneDeep` which tracks\n * traversed objects.\n *\n * @private\n * @param {*} value The value to clone.\n * @param {boolean} bitmask The bitmask flags.\n * 1 - Deep clone\n * 2 - Flatten inherited properties\n * 4 - Clone symbols\n * @param {Function} [customizer] The function to customize cloning.\n * @param {string} [key] The key of `value`.\n * @param {Object} [object] The parent object of `value`.\n * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\n * @returns {*} Returns the cloned value.\n */\nfunction baseClone(value, bitmask, customizer, key, object, stack) {\n var result,\n isDeep = bitmask & CLONE_DEEP_FLAG,\n isFlat = bitmask & CLONE_FLAT_FLAG,\n isFull = bitmask & CLONE_SYMBOLS_FLAG;\n\n if (customizer) {\n result = object ? customizer(value, key, object, stack) : customizer(value);\n }\n if (result !== undefined) {\n return result;\n }\n if (!isObject(value)) {\n return value;\n }\n var isArr = isArray(value);\n if (isArr) {\n result = initCloneArray(value);\n if (!isDeep) {\n return copyArray(value, result);\n }\n } else {\n var tag = getTag(value),\n isFunc = tag == funcTag || tag == genTag;\n\n if (isBuffer(value)) {\n return cloneBuffer(value, isDeep);\n }\n if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\n result = (isFlat || isFunc) ? {} : initCloneObject(value);\n if (!isDeep) {\n return isFlat\n ? copySymbolsIn(value, baseAssignIn(result, value))\n : copySymbols(value, baseAssign(result, value));\n }\n } else {\n if (!cloneableTags[tag]) {\n return object ? value : {};\n }\n result = initCloneByTag(value, tag, isDeep);\n }\n }\n // Check for circular references and return its corresponding clone.\n stack || (stack = new Stack);\n var stacked = stack.get(value);\n if (stacked) {\n return stacked;\n }\n stack.set(value, result);\n\n if (isSet(value)) {\n value.forEach(function(subValue) {\n result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack));\n });\n } else if (isMap(value)) {\n value.forEach(function(subValue, key) {\n result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack));\n });\n }\n\n var keysFunc = isFull\n ? (isFlat ? getAllKeysIn : getAllKeys)\n : (isFlat ? keysIn : keys);\n\n var props = isArr ? undefined : keysFunc(value);\n arrayEach(props || value, function(subValue, key) {\n if (props) {\n key = subValue;\n subValue = value[key];\n }\n // Recursively populate clone (susceptible to call stack limits).\n assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack));\n });\n return result;\n}\n\nmodule.exports = baseClone;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseClone.js?");
522
523/***/ }),
524
525/***/ "./node_modules/lodash/_baseCreate.js":
526/*!********************************************!*\
527 !*** ./node_modules/lodash/_baseCreate.js ***!
528 \********************************************/
529/*! no static exports found */
530/***/ (function(module, exports, __webpack_require__) {
531
532eval("var isObject = __webpack_require__(/*! ./isObject */ \"./node_modules/lodash/isObject.js\");\n\n/** Built-in value references. */\nvar objectCreate = Object.create;\n\n/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} proto The object to inherit from.\n * @returns {Object} Returns the new object.\n */\nvar baseCreate = (function() {\n function object() {}\n return function(proto) {\n if (!isObject(proto)) {\n return {};\n }\n if (objectCreate) {\n return objectCreate(proto);\n }\n object.prototype = proto;\n var result = new object;\n object.prototype = undefined;\n return result;\n };\n}());\n\nmodule.exports = baseCreate;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseCreate.js?");
533
534/***/ }),
535
536/***/ "./node_modules/lodash/_baseDifference.js":
537/*!************************************************!*\
538 !*** ./node_modules/lodash/_baseDifference.js ***!
539 \************************************************/
540/*! no static exports found */
541/***/ (function(module, exports, __webpack_require__) {
542
543eval("var SetCache = __webpack_require__(/*! ./_SetCache */ \"./node_modules/lodash/_SetCache.js\"),\n arrayIncludes = __webpack_require__(/*! ./_arrayIncludes */ \"./node_modules/lodash/_arrayIncludes.js\"),\n arrayIncludesWith = __webpack_require__(/*! ./_arrayIncludesWith */ \"./node_modules/lodash/_arrayIncludesWith.js\"),\n arrayMap = __webpack_require__(/*! ./_arrayMap */ \"./node_modules/lodash/_arrayMap.js\"),\n baseUnary = __webpack_require__(/*! ./_baseUnary */ \"./node_modules/lodash/_baseUnary.js\"),\n cacheHas = __webpack_require__(/*! ./_cacheHas */ \"./node_modules/lodash/_cacheHas.js\");\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/**\n * The base implementation of methods like `_.difference` without support\n * for excluding multiple arrays or iteratee shorthands.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {Array} values The values to exclude.\n * @param {Function} [iteratee] The iteratee invoked per element.\n * @param {Function} [comparator] The comparator invoked per element.\n * @returns {Array} Returns the new array of filtered values.\n */\nfunction baseDifference(array, values, iteratee, comparator) {\n var index = -1,\n includes = arrayIncludes,\n isCommon = true,\n length = array.length,\n result = [],\n valuesLength = values.length;\n\n if (!length) {\n return result;\n }\n if (iteratee) {\n values = arrayMap(values, baseUnary(iteratee));\n }\n if (comparator) {\n includes = arrayIncludesWith;\n isCommon = false;\n }\n else if (values.length >= LARGE_ARRAY_SIZE) {\n includes = cacheHas;\n isCommon = false;\n values = new SetCache(values);\n }\n outer:\n while (++index < length) {\n var value = array[index],\n computed = iteratee == null ? value : iteratee(value);\n\n value = (comparator || value !== 0) ? value : 0;\n if (isCommon && computed === computed) {\n var valuesIndex = valuesLength;\n while (valuesIndex--) {\n if (values[valuesIndex] === computed) {\n continue outer;\n }\n }\n result.push(value);\n }\n else if (!includes(values, computed, comparator)) {\n result.push(value);\n }\n }\n return result;\n}\n\nmodule.exports = baseDifference;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseDifference.js?");
544
545/***/ }),
546
547/***/ "./node_modules/lodash/_baseFindIndex.js":
548/*!***********************************************!*\
549 !*** ./node_modules/lodash/_baseFindIndex.js ***!
550 \***********************************************/
551/*! no static exports found */
552/***/ (function(module, exports) {
553
554eval("/**\n * The base implementation of `_.findIndex` and `_.findLastIndex` without\n * support for iteratee shorthands.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {Function} predicate The function invoked per iteration.\n * @param {number} fromIndex The index to search from.\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction baseFindIndex(array, predicate, fromIndex, fromRight) {\n var length = array.length,\n index = fromIndex + (fromRight ? 1 : -1);\n\n while ((fromRight ? index-- : ++index < length)) {\n if (predicate(array[index], index, array)) {\n return index;\n }\n }\n return -1;\n}\n\nmodule.exports = baseFindIndex;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseFindIndex.js?");
555
556/***/ }),
557
558/***/ "./node_modules/lodash/_baseFlatten.js":
559/*!*********************************************!*\
560 !*** ./node_modules/lodash/_baseFlatten.js ***!
561 \*********************************************/
562/*! no static exports found */
563/***/ (function(module, exports, __webpack_require__) {
564
565eval("var arrayPush = __webpack_require__(/*! ./_arrayPush */ \"./node_modules/lodash/_arrayPush.js\"),\n isFlattenable = __webpack_require__(/*! ./_isFlattenable */ \"./node_modules/lodash/_isFlattenable.js\");\n\n/**\n * The base implementation of `_.flatten` with support for restricting flattening.\n *\n * @private\n * @param {Array} array The array to flatten.\n * @param {number} depth The maximum recursion depth.\n * @param {boolean} [predicate=isFlattenable] The function invoked per iteration.\n * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks.\n * @param {Array} [result=[]] The initial result value.\n * @returns {Array} Returns the new flattened array.\n */\nfunction baseFlatten(array, depth, predicate, isStrict, result) {\n var index = -1,\n length = array.length;\n\n predicate || (predicate = isFlattenable);\n result || (result = []);\n\n while (++index < length) {\n var value = array[index];\n if (depth > 0 && predicate(value)) {\n if (depth > 1) {\n // Recursively flatten arrays (susceptible to call stack limits).\n baseFlatten(value, depth - 1, predicate, isStrict, result);\n } else {\n arrayPush(result, value);\n }\n } else if (!isStrict) {\n result[result.length] = value;\n }\n }\n return result;\n}\n\nmodule.exports = baseFlatten;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseFlatten.js?");
566
567/***/ }),
568
569/***/ "./node_modules/lodash/_baseFor.js":
570/*!*****************************************!*\
571 !*** ./node_modules/lodash/_baseFor.js ***!
572 \*****************************************/
573/*! no static exports found */
574/***/ (function(module, exports, __webpack_require__) {
575
576eval("var createBaseFor = __webpack_require__(/*! ./_createBaseFor */ \"./node_modules/lodash/_createBaseFor.js\");\n\n/**\n * The base implementation of `baseForOwn` which iterates over `object`\n * properties returned by `keysFunc` and invokes `iteratee` for each property.\n * Iteratee functions may exit iteration early by explicitly returning `false`.\n *\n * @private\n * @param {Object} object The object to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @returns {Object} Returns `object`.\n */\nvar baseFor = createBaseFor();\n\nmodule.exports = baseFor;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseFor.js?");
577
578/***/ }),
579
580/***/ "./node_modules/lodash/_baseGet.js":
581/*!*****************************************!*\
582 !*** ./node_modules/lodash/_baseGet.js ***!
583 \*****************************************/
584/*! no static exports found */
585/***/ (function(module, exports, __webpack_require__) {
586
587eval("var castPath = __webpack_require__(/*! ./_castPath */ \"./node_modules/lodash/_castPath.js\"),\n toKey = __webpack_require__(/*! ./_toKey */ \"./node_modules/lodash/_toKey.js\");\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n path = castPath(path, object);\n\n var index = 0,\n length = path.length;\n\n while (object != null && index < length) {\n object = object[toKey(path[index++])];\n }\n return (index && index == length) ? object : undefined;\n}\n\nmodule.exports = baseGet;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseGet.js?");
588
589/***/ }),
590
591/***/ "./node_modules/lodash/_baseGetTag.js":
592/*!********************************************!*\
593 !*** ./node_modules/lodash/_baseGetTag.js ***!
594 \********************************************/
595/*! no static exports found */
596/***/ (function(module, exports) {
597
598eval("/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseGetTag.js?");
599
600/***/ }),
601
602/***/ "./node_modules/lodash/_baseHasIn.js":
603/*!*******************************************!*\
604 !*** ./node_modules/lodash/_baseHasIn.js ***!
605 \*******************************************/
606/*! no static exports found */
607/***/ (function(module, exports) {
608
609eval("/**\n * The base implementation of `_.hasIn` without support for deep paths.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {Array|string} key The key to check.\n * @returns {boolean} Returns `true` if `key` exists, else `false`.\n */\nfunction baseHasIn(object, key) {\n return object != null && key in Object(object);\n}\n\nmodule.exports = baseHasIn;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseHasIn.js?");
610
611/***/ }),
612
613/***/ "./node_modules/lodash/_baseIndexOf.js":
614/*!*********************************************!*\
615 !*** ./node_modules/lodash/_baseIndexOf.js ***!
616 \*********************************************/
617/*! no static exports found */
618/***/ (function(module, exports) {
619
620eval("/**\n * A specialized version of `_.indexOf` which performs strict equality\n * comparisons of values, i.e. `===`.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} value The value to search for.\n * @param {number} fromIndex The index to search from.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction strictIndexOf(array, value, fromIndex) {\n var index = fromIndex - 1,\n length = array.length;\n\n while (++index < length) {\n if (array[index] === value) {\n return index;\n }\n }\n return -1;\n}\n\nmodule.exports = strictIndexOf;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseIndexOf.js?");
621
622/***/ }),
623
624/***/ "./node_modules/lodash/_baseIsEqual.js":
625/*!*********************************************!*\
626 !*** ./node_modules/lodash/_baseIsEqual.js ***!
627 \*********************************************/
628/*! no static exports found */
629/***/ (function(module, exports, __webpack_require__) {
630
631eval("var baseIsEqualDeep = __webpack_require__(/*! ./_baseIsEqualDeep */ \"./node_modules/lodash/_baseIsEqualDeep.js\"),\n isObjectLike = __webpack_require__(/*! ./isObjectLike */ \"./node_modules/lodash/isObjectLike.js\");\n\n/**\n * The base implementation of `_.isEqual` which supports partial comparisons\n * and tracks traversed objects.\n *\n * @private\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @param {boolean} bitmask The bitmask flags.\n * 1 - Unordered comparison\n * 2 - Partial comparison\n * @param {Function} [customizer] The function to customize comparisons.\n * @param {Object} [stack] Tracks traversed `value` and `other` objects.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n */\nfunction baseIsEqual(value, other, bitmask, customizer, stack) {\n if (value === other) {\n return true;\n }\n if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {\n return value !== value && other !== other;\n }\n return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);\n}\n\nmodule.exports = baseIsEqual;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseIsEqual.js?");
632
633/***/ }),
634
635/***/ "./node_modules/lodash/_baseIsEqualDeep.js":
636/*!*************************************************!*\
637 !*** ./node_modules/lodash/_baseIsEqualDeep.js ***!
638 \*************************************************/
639/*! no static exports found */
640/***/ (function(module, exports, __webpack_require__) {
641
642eval("var Stack = __webpack_require__(/*! ./_Stack */ \"./node_modules/lodash/_Stack.js\"),\n equalArrays = __webpack_require__(/*! ./_equalArrays */ \"./node_modules/lodash/_equalArrays.js\"),\n equalByTag = __webpack_require__(/*! ./_equalByTag */ \"./node_modules/lodash/_equalByTag.js\"),\n equalObjects = __webpack_require__(/*! ./_equalObjects */ \"./node_modules/lodash/_equalObjects.js\"),\n getTag = __webpack_require__(/*! ./_getTag */ \"./node_modules/lodash/_getTag.js\"),\n isArray = __webpack_require__(/*! ./isArray */ \"./node_modules/lodash/isArray.js\"),\n isBuffer = __webpack_require__(/*! ./isBuffer */ \"./node_modules/lodash/isBuffer.js\"),\n isTypedArray = __webpack_require__(/*! ./isTypedArray */ \"./node_modules/lodash/isTypedArray.js\");\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqual` for arrays and objects which performs\n * deep comparisons and tracks traversed objects enabling objects with circular\n * references to be compared.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} [stack] Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {\n var objIsArr = isArray(object),\n othIsArr = isArray(other),\n objTag = objIsArr ? arrayTag : getTag(object),\n othTag = othIsArr ? arrayTag : getTag(other);\n\n objTag = objTag == argsTag ? objectTag : objTag;\n othTag = othTag == argsTag ? objectTag : othTag;\n\n var objIsObj = objTag == objectTag,\n othIsObj = othTag == objectTag,\n isSameTag = objTag == othTag;\n\n if (isSameTag && isBuffer(object)) {\n if (!isBuffer(other)) {\n return false;\n }\n objIsArr = true;\n objIsObj = false;\n }\n if (isSameTag && !objIsObj) {\n stack || (stack = new Stack);\n return (objIsArr || isTypedArray(object))\n ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)\n : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);\n }\n if (!(bitmask & COMPARE_PARTIAL_FLAG)) {\n var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),\n othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');\n\n if (objIsWrapped || othIsWrapped) {\n var objUnwrapped = objIsWrapped ? object.value() : object,\n othUnwrapped = othIsWrapped ? other.value() : other;\n\n stack || (stack = new Stack);\n return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);\n }\n }\n if (!isSameTag) {\n return false;\n }\n stack || (stack = new Stack);\n return equalObjects(object, other, bitmask, customizer, equalFunc, stack);\n}\n\nmodule.exports = baseIsEqualDeep;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseIsEqualDeep.js?");
643
644/***/ }),
645
646/***/ "./node_modules/lodash/_baseIteratee.js":
647/*!**********************************************!*\
648 !*** ./node_modules/lodash/_baseIteratee.js ***!
649 \**********************************************/
650/*! no static exports found */
651/***/ (function(module, exports) {
652
653eval("/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseIteratee.js?");
654
655/***/ }),
656
657/***/ "./node_modules/lodash/_baseKeys.js":
658/*!******************************************!*\
659 !*** ./node_modules/lodash/_baseKeys.js ***!
660 \******************************************/
661/*! no static exports found */
662/***/ (function(module, exports, __webpack_require__) {
663
664eval("var overArg = __webpack_require__(/*! ./_overArg */ \"./node_modules/lodash/_overArg.js\");\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeKeys = overArg(Object.keys, Object);\n\nmodule.exports = nativeKeys;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseKeys.js?");
665
666/***/ }),
667
668/***/ "./node_modules/lodash/_baseMerge.js":
669/*!*******************************************!*\
670 !*** ./node_modules/lodash/_baseMerge.js ***!
671 \*******************************************/
672/*! no static exports found */
673/***/ (function(module, exports, __webpack_require__) {
674
675eval("var Stack = __webpack_require__(/*! ./_Stack */ \"./node_modules/lodash/_Stack.js\"),\n assignMergeValue = __webpack_require__(/*! ./_assignMergeValue */ \"./node_modules/lodash/_assignMergeValue.js\"),\n baseFor = __webpack_require__(/*! ./_baseFor */ \"./node_modules/lodash/_baseFor.js\"),\n baseMergeDeep = __webpack_require__(/*! ./_baseMergeDeep */ \"./node_modules/lodash/_baseMergeDeep.js\"),\n isObject = __webpack_require__(/*! ./isObject */ \"./node_modules/lodash/isObject.js\"),\n keysIn = __webpack_require__(/*! ./keysIn */ \"./node_modules/lodash/keysIn.js\"),\n safeGet = __webpack_require__(/*! ./_safeGet */ \"./node_modules/lodash/_safeGet.js\");\n\n/**\n * The base implementation of `_.merge` without support for multiple sources.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @param {number} srcIndex The index of `source`.\n * @param {Function} [customizer] The function to customize merged values.\n * @param {Object} [stack] Tracks traversed source values and their merged\n * counterparts.\n */\nfunction baseMerge(object, source, srcIndex, customizer, stack) {\n if (object === source) {\n return;\n }\n baseFor(source, function(srcValue, key) {\n stack || (stack = new Stack);\n if (isObject(srcValue)) {\n baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack);\n }\n else {\n var newValue = customizer\n ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack)\n : undefined;\n\n if (newValue === undefined) {\n newValue = srcValue;\n }\n assignMergeValue(object, key, newValue);\n }\n }, keysIn);\n}\n\nmodule.exports = baseMerge;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseMerge.js?");
676
677/***/ }),
678
679/***/ "./node_modules/lodash/_baseMergeDeep.js":
680/*!***********************************************!*\
681 !*** ./node_modules/lodash/_baseMergeDeep.js ***!
682 \***********************************************/
683/*! no static exports found */
684/***/ (function(module, exports, __webpack_require__) {
685
686eval("var assignMergeValue = __webpack_require__(/*! ./_assignMergeValue */ \"./node_modules/lodash/_assignMergeValue.js\"),\n cloneBuffer = __webpack_require__(/*! ./_cloneBuffer */ \"./node_modules/lodash/_cloneBuffer.js\"),\n cloneTypedArray = __webpack_require__(/*! ./_cloneTypedArray */ \"./node_modules/lodash/_cloneTypedArray.js\"),\n copyArray = __webpack_require__(/*! ./_copyArray */ \"./node_modules/lodash/_copyArray.js\"),\n initCloneObject = __webpack_require__(/*! ./_initCloneObject */ \"./node_modules/lodash/_initCloneObject.js\"),\n isArguments = __webpack_require__(/*! ./isArguments */ \"./node_modules/lodash/isArguments.js\"),\n isArray = __webpack_require__(/*! ./isArray */ \"./node_modules/lodash/isArray.js\"),\n isArrayLikeObject = __webpack_require__(/*! ./isArrayLikeObject */ \"./node_modules/lodash/isArrayLikeObject.js\"),\n isBuffer = __webpack_require__(/*! ./isBuffer */ \"./node_modules/lodash/isBuffer.js\"),\n isFunction = __webpack_require__(/*! ./isFunction */ \"./node_modules/lodash/isFunction.js\"),\n isObject = __webpack_require__(/*! ./isObject */ \"./node_modules/lodash/isObject.js\"),\n isPlainObject = __webpack_require__(/*! ./isPlainObject */ \"./node_modules/lodash/isPlainObject.js\"),\n isTypedArray = __webpack_require__(/*! ./isTypedArray */ \"./node_modules/lodash/isTypedArray.js\"),\n safeGet = __webpack_require__(/*! ./_safeGet */ \"./node_modules/lodash/_safeGet.js\"),\n toPlainObject = __webpack_require__(/*! ./toPlainObject */ \"./node_modules/lodash/toPlainObject.js\");\n\n/**\n * A specialized version of `baseMerge` for arrays and objects which performs\n * deep merges and tracks traversed objects enabling objects with circular\n * references to be merged.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @param {string} key The key of the value to merge.\n * @param {number} srcIndex The index of `source`.\n * @param {Function} mergeFunc The function to merge values.\n * @param {Function} [customizer] The function to customize assigned values.\n * @param {Object} [stack] Tracks traversed source values and their merged\n * counterparts.\n */\nfunction baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) {\n var objValue = safeGet(object, key),\n srcValue = safeGet(source, key),\n stacked = stack.get(srcValue);\n\n if (stacked) {\n assignMergeValue(object, key, stacked);\n return;\n }\n var newValue = customizer\n ? customizer(objValue, srcValue, (key + ''), object, source, stack)\n : undefined;\n\n var isCommon = newValue === undefined;\n\n if (isCommon) {\n var isArr = isArray(srcValue),\n isBuff = !isArr && isBuffer(srcValue),\n isTyped = !isArr && !isBuff && isTypedArray(srcValue);\n\n newValue = srcValue;\n if (isArr || isBuff || isTyped) {\n if (isArray(objValue)) {\n newValue = objValue;\n }\n else if (isArrayLikeObject(objValue)) {\n newValue = copyArray(objValue);\n }\n else if (isBuff) {\n isCommon = false;\n newValue = cloneBuffer(srcValue, true);\n }\n else if (isTyped) {\n isCommon = false;\n newValue = cloneTypedArray(srcValue, true);\n }\n else {\n newValue = [];\n }\n }\n else if (isPlainObject(srcValue) || isArguments(srcValue)) {\n newValue = objValue;\n if (isArguments(objValue)) {\n newValue = toPlainObject(objValue);\n }\n else if (!isObject(objValue) || isFunction(objValue)) {\n newValue = initCloneObject(srcValue);\n }\n }\n else {\n isCommon = false;\n }\n }\n if (isCommon) {\n // Recursively merge objects and arrays (susceptible to call stack limits).\n stack.set(srcValue, newValue);\n mergeFunc(newValue, srcValue, srcIndex, customizer, stack);\n stack['delete'](srcValue);\n }\n assignMergeValue(object, key, newValue);\n}\n\nmodule.exports = baseMergeDeep;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseMergeDeep.js?");
687
688/***/ }),
689
690/***/ "./node_modules/lodash/_basePick.js":
691/*!******************************************!*\
692 !*** ./node_modules/lodash/_basePick.js ***!
693 \******************************************/
694/*! no static exports found */
695/***/ (function(module, exports, __webpack_require__) {
696
697eval("var basePickBy = __webpack_require__(/*! ./_basePickBy */ \"./node_modules/lodash/_basePickBy.js\"),\n hasIn = __webpack_require__(/*! ./hasIn */ \"./node_modules/lodash/hasIn.js\");\n\n/**\n * The base implementation of `_.pick` without support for individual\n * property identifiers.\n *\n * @private\n * @param {Object} object The source object.\n * @param {string[]} paths The property paths to pick.\n * @returns {Object} Returns the new object.\n */\nfunction basePick(object, paths) {\n return basePickBy(object, paths, function(value, path) {\n return hasIn(object, path);\n });\n}\n\nmodule.exports = basePick;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_basePick.js?");
698
699/***/ }),
700
701/***/ "./node_modules/lodash/_basePickBy.js":
702/*!********************************************!*\
703 !*** ./node_modules/lodash/_basePickBy.js ***!
704 \********************************************/
705/*! no static exports found */
706/***/ (function(module, exports, __webpack_require__) {
707
708eval("var baseGet = __webpack_require__(/*! ./_baseGet */ \"./node_modules/lodash/_baseGet.js\"),\n baseSet = __webpack_require__(/*! ./_baseSet */ \"./node_modules/lodash/_baseSet.js\"),\n castPath = __webpack_require__(/*! ./_castPath */ \"./node_modules/lodash/_castPath.js\");\n\n/**\n * The base implementation of `_.pickBy` without support for iteratee shorthands.\n *\n * @private\n * @param {Object} object The source object.\n * @param {string[]} paths The property paths to pick.\n * @param {Function} predicate The function invoked per property.\n * @returns {Object} Returns the new object.\n */\nfunction basePickBy(object, paths, predicate) {\n var index = -1,\n length = paths.length,\n result = {};\n\n while (++index < length) {\n var path = paths[index],\n value = baseGet(object, path);\n\n if (predicate(value, path)) {\n baseSet(result, castPath(path, object), value);\n }\n }\n return result;\n}\n\nmodule.exports = basePickBy;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_basePickBy.js?");
709
710/***/ }),
711
712/***/ "./node_modules/lodash/_baseRange.js":
713/*!*******************************************!*\
714 !*** ./node_modules/lodash/_baseRange.js ***!
715 \*******************************************/
716/*! no static exports found */
717/***/ (function(module, exports) {
718
719eval("/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeCeil = Math.ceil,\n nativeMax = Math.max;\n\n/**\n * The base implementation of `_.range` and `_.rangeRight` which doesn't\n * coerce arguments.\n *\n * @private\n * @param {number} start The start of the range.\n * @param {number} end The end of the range.\n * @param {number} step The value to increment or decrement by.\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {Array} Returns the range of numbers.\n */\nfunction baseRange(start, end, step, fromRight) {\n var index = -1,\n length = nativeMax(nativeCeil((end - start) / (step || 1)), 0),\n result = Array(length);\n\n while (length--) {\n result[fromRight ? length : ++index] = start;\n start += step;\n }\n return result;\n}\n\nmodule.exports = baseRange;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseRange.js?");
720
721/***/ }),
722
723/***/ "./node_modules/lodash/_baseRest.js":
724/*!******************************************!*\
725 !*** ./node_modules/lodash/_baseRest.js ***!
726 \******************************************/
727/*! no static exports found */
728/***/ (function(module, exports, __webpack_require__) {
729
730eval("var identity = __webpack_require__(/*! ./identity */ \"./node_modules/lodash/identity.js\"),\n overRest = __webpack_require__(/*! ./_overRest */ \"./node_modules/lodash/_overRest.js\"),\n setToString = __webpack_require__(/*! ./_setToString */ \"./node_modules/lodash/_setToString.js\");\n\n/**\n * The base implementation of `_.rest` which doesn't validate or coerce arguments.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @returns {Function} Returns the new function.\n */\nfunction baseRest(func, start) {\n return setToString(overRest(func, start, identity), func + '');\n}\n\nmodule.exports = baseRest;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseRest.js?");
731
732/***/ }),
733
734/***/ "./node_modules/lodash/_baseSet.js":
735/*!*****************************************!*\
736 !*** ./node_modules/lodash/_baseSet.js ***!
737 \*****************************************/
738/*! no static exports found */
739/***/ (function(module, exports, __webpack_require__) {
740
741eval("var assignValue = __webpack_require__(/*! ./_assignValue */ \"./node_modules/lodash/_assignValue.js\"),\n castPath = __webpack_require__(/*! ./_castPath */ \"./node_modules/lodash/_castPath.js\"),\n isIndex = __webpack_require__(/*! ./_isIndex */ \"./node_modules/lodash/_isIndex.js\"),\n isObject = __webpack_require__(/*! ./isObject */ \"./node_modules/lodash/isObject.js\"),\n toKey = __webpack_require__(/*! ./_toKey */ \"./node_modules/lodash/_toKey.js\");\n\n/**\n * The base implementation of `_.set`.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {Array|string} path The path of the property to set.\n * @param {*} value The value to set.\n * @param {Function} [customizer] The function to customize path creation.\n * @returns {Object} Returns `object`.\n */\nfunction baseSet(object, path, value, customizer) {\n if (!isObject(object)) {\n return object;\n }\n path = castPath(path, object);\n\n var index = -1,\n length = path.length,\n lastIndex = length - 1,\n nested = object;\n\n while (nested != null && ++index < length) {\n var key = toKey(path[index]),\n newValue = value;\n\n if (key === '__proto__' || key === 'constructor' || key === 'prototype') {\n return object;\n }\n\n if (index != lastIndex) {\n var objValue = nested[key];\n newValue = customizer ? customizer(objValue, key, nested) : undefined;\n if (newValue === undefined) {\n newValue = isObject(objValue)\n ? objValue\n : (isIndex(path[index + 1]) ? [] : {});\n }\n }\n assignValue(nested, key, newValue);\n nested = nested[key];\n }\n return object;\n}\n\nmodule.exports = baseSet;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseSet.js?");
742
743/***/ }),
744
745/***/ "./node_modules/lodash/_baseSlice.js":
746/*!*******************************************!*\
747 !*** ./node_modules/lodash/_baseSlice.js ***!
748 \*******************************************/
749/*! no static exports found */
750/***/ (function(module, exports) {
751
752eval("/**\n * The base implementation of `_.slice` without an iteratee call guard.\n *\n * @private\n * @param {Array} array The array to slice.\n * @param {number} [start=0] The start position.\n * @param {number} [end=array.length] The end position.\n * @returns {Array} Returns the slice of `array`.\n */\nfunction baseSlice(array, start, end) {\n var index = -1,\n length = array.length;\n\n if (start < 0) {\n start = -start > length ? 0 : (length + start);\n }\n end = end > length ? length : end;\n if (end < 0) {\n end += length;\n }\n length = start > end ? 0 : ((end - start) >>> 0);\n start >>>= 0;\n\n var result = Array(length);\n while (++index < length) {\n result[index] = array[index + start];\n }\n return result;\n}\n\nmodule.exports = baseSlice;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseSlice.js?");
753
754/***/ }),
755
756/***/ "./node_modules/lodash/_baseUnary.js":
757/*!*******************************************!*\
758 !*** ./node_modules/lodash/_baseUnary.js ***!
759 \*******************************************/
760/*! no static exports found */
761/***/ (function(module, exports) {
762
763eval("/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfunction baseUnary(func) {\n return function(value) {\n return func(value);\n };\n}\n\nmodule.exports = baseUnary;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseUnary.js?");
764
765/***/ }),
766
767/***/ "./node_modules/lodash/_baseUnset.js":
768/*!*******************************************!*\
769 !*** ./node_modules/lodash/_baseUnset.js ***!
770 \*******************************************/
771/*! no static exports found */
772/***/ (function(module, exports, __webpack_require__) {
773
774eval("var castPath = __webpack_require__(/*! ./_castPath */ \"./node_modules/lodash/_castPath.js\"),\n last = __webpack_require__(/*! ./last */ \"./node_modules/lodash/last.js\"),\n parent = __webpack_require__(/*! ./_parent */ \"./node_modules/lodash/_parent.js\"),\n toKey = __webpack_require__(/*! ./_toKey */ \"./node_modules/lodash/_toKey.js\");\n\n/**\n * The base implementation of `_.unset`.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {Array|string} path The property path to unset.\n * @returns {boolean} Returns `true` if the property is deleted, else `false`.\n */\nfunction baseUnset(object, path) {\n path = castPath(path, object);\n object = parent(object, path);\n return object == null || delete object[toKey(last(path))];\n}\n\nmodule.exports = baseUnset;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_baseUnset.js?");
775
776/***/ }),
777
778/***/ "./node_modules/lodash/_cacheHas.js":
779/*!******************************************!*\
780 !*** ./node_modules/lodash/_cacheHas.js ***!
781 \******************************************/
782/*! no static exports found */
783/***/ (function(module, exports, __webpack_require__) {
784
785eval("var baseIndexOf = __webpack_require__(/*! ./_baseIndexOf */ \"./node_modules/lodash/_baseIndexOf.js\");\n\n/**\n * A specialized version of `_.includes` for arrays without support for\n * specifying an index to search from.\n *\n * @private\n * @param {Array} [array] The array to inspect.\n * @param {*} target The value to search for.\n * @returns {boolean} Returns `true` if `target` is found, else `false`.\n */\nfunction arrayIncludes(array, value) {\n var length = array == null ? 0 : array.length;\n return !!length && baseIndexOf(array, value, 0) > -1;\n}\n\nmodule.exports = arrayIncludes;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_cacheHas.js?");
786
787/***/ }),
788
789/***/ "./node_modules/lodash/_castPath.js":
790/*!******************************************!*\
791 !*** ./node_modules/lodash/_castPath.js ***!
792 \******************************************/
793/*! no static exports found */
794/***/ (function(module, exports, __webpack_require__) {
795
796eval("var isArray = __webpack_require__(/*! ./isArray */ \"./node_modules/lodash/isArray.js\"),\n isKey = __webpack_require__(/*! ./_isKey */ \"./node_modules/lodash/_isKey.js\"),\n stringToPath = __webpack_require__(/*! ./_stringToPath */ \"./node_modules/lodash/_stringToPath.js\"),\n toString = __webpack_require__(/*! ./toString */ \"./node_modules/lodash/toString.js\");\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {Object} [object] The object to query keys on.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value, object) {\n if (isArray(value)) {\n return value;\n }\n return isKey(value, object) ? [value] : stringToPath(toString(value));\n}\n\nmodule.exports = castPath;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_castPath.js?");
797
798/***/ }),
799
800/***/ "./node_modules/lodash/_cloneArrayBuffer.js":
801/*!**************************************************!*\
802 !*** ./node_modules/lodash/_cloneArrayBuffer.js ***!
803 \**************************************************/
804/*! no static exports found */
805/***/ (function(module, exports, __webpack_require__) {
806
807eval("var Uint8Array = __webpack_require__(/*! ./_Uint8Array */ \"./node_modules/lodash/_Uint8Array.js\");\n\n/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */\nfunction cloneArrayBuffer(arrayBuffer) {\n var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\n new Uint8Array(result).set(new Uint8Array(arrayBuffer));\n return result;\n}\n\nmodule.exports = cloneArrayBuffer;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_cloneArrayBuffer.js?");
808
809/***/ }),
810
811/***/ "./node_modules/lodash/_cloneBuffer.js":
812/*!*********************************************!*\
813 !*** ./node_modules/lodash/_cloneBuffer.js ***!
814 \*********************************************/
815/*! no static exports found */
816/***/ (function(module, exports, __webpack_require__) {
817
818eval("/* WEBPACK VAR INJECTION */(function(module) {var root = __webpack_require__(/*! ./_root */ \"./node_modules/lodash/_root.js\");\n\n/** Detect free variable `exports`. */\nvar freeExports = true && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined,\n allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;\n\n/**\n * Creates a clone of `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */\nfunction cloneBuffer(buffer, isDeep) {\n if (isDeep) {\n return buffer.slice();\n }\n var length = buffer.length,\n result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);\n\n buffer.copy(result);\n return result;\n}\n\nmodule.exports = cloneBuffer;\n\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../webpack/buildin/module.js */ \"./node_modules/webpack/buildin/module.js\")(module)))\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_cloneBuffer.js?");
819
820/***/ }),
821
822/***/ "./node_modules/lodash/_cloneTypedArray.js":
823/*!*************************************************!*\
824 !*** ./node_modules/lodash/_cloneTypedArray.js ***!
825 \*************************************************/
826/*! no static exports found */
827/***/ (function(module, exports, __webpack_require__) {
828
829eval("var cloneArrayBuffer = __webpack_require__(/*! ./_cloneArrayBuffer */ \"./node_modules/lodash/_cloneArrayBuffer.js\");\n\n/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */\nfunction cloneTypedArray(typedArray, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\n return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\n}\n\nmodule.exports = cloneTypedArray;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_cloneTypedArray.js?");
830
831/***/ }),
832
833/***/ "./node_modules/lodash/_copyArray.js":
834/*!*******************************************!*\
835 !*** ./node_modules/lodash/_copyArray.js ***!
836 \*******************************************/
837/*! no static exports found */
838/***/ (function(module, exports) {
839
840eval("/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n var index = -1,\n length = source.length;\n\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n}\n\nmodule.exports = copyArray;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_copyArray.js?");
841
842/***/ }),
843
844/***/ "./node_modules/lodash/_copyObject.js":
845/*!********************************************!*\
846 !*** ./node_modules/lodash/_copyObject.js ***!
847 \********************************************/
848/*! no static exports found */
849/***/ (function(module, exports, __webpack_require__) {
850
851eval("var assignValue = __webpack_require__(/*! ./_assignValue */ \"./node_modules/lodash/_assignValue.js\"),\n baseAssignValue = __webpack_require__(/*! ./_baseAssignValue */ \"./node_modules/lodash/_baseAssignValue.js\");\n\n/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\nfunction copyObject(source, props, object, customizer) {\n var isNew = !object;\n object || (object = {});\n\n var index = -1,\n length = props.length;\n\n while (++index < length) {\n var key = props[index];\n\n var newValue = customizer\n ? customizer(object[key], source[key], key, object, source)\n : undefined;\n\n if (newValue === undefined) {\n newValue = source[key];\n }\n if (isNew) {\n baseAssignValue(object, key, newValue);\n } else {\n assignValue(object, key, newValue);\n }\n }\n return object;\n}\n\nmodule.exports = copyObject;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_copyObject.js?");
852
853/***/ }),
854
855/***/ "./node_modules/lodash/_copySymbols.js":
856/*!*********************************************!*\
857 !*** ./node_modules/lodash/_copySymbols.js ***!
858 \*********************************************/
859/*! no static exports found */
860/***/ (function(module, exports, __webpack_require__) {
861
862eval("var copyObject = __webpack_require__(/*! ./_copyObject */ \"./node_modules/lodash/_copyObject.js\"),\n getSymbols = __webpack_require__(/*! ./_getSymbols */ \"./node_modules/lodash/_getSymbols.js\");\n\n/**\n * Copies own symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbols(source, object) {\n return copyObject(source, getSymbols(source), object);\n}\n\nmodule.exports = copySymbols;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_copySymbols.js?");
863
864/***/ }),
865
866/***/ "./node_modules/lodash/_copySymbolsIn.js":
867/*!***********************************************!*\
868 !*** ./node_modules/lodash/_copySymbolsIn.js ***!
869 \***********************************************/
870/*! no static exports found */
871/***/ (function(module, exports, __webpack_require__) {
872
873eval("var copyObject = __webpack_require__(/*! ./_copyObject */ \"./node_modules/lodash/_copyObject.js\"),\n getSymbolsIn = __webpack_require__(/*! ./_getSymbolsIn */ \"./node_modules/lodash/_getSymbolsIn.js\");\n\n/**\n * Copies own and inherited symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbolsIn(source, object) {\n return copyObject(source, getSymbolsIn(source), object);\n}\n\nmodule.exports = copySymbolsIn;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_copySymbolsIn.js?");
874
875/***/ }),
876
877/***/ "./node_modules/lodash/_createAssigner.js":
878/*!************************************************!*\
879 !*** ./node_modules/lodash/_createAssigner.js ***!
880 \************************************************/
881/*! no static exports found */
882/***/ (function(module, exports, __webpack_require__) {
883
884eval("var baseRest = __webpack_require__(/*! ./_baseRest */ \"./node_modules/lodash/_baseRest.js\"),\n isIterateeCall = __webpack_require__(/*! ./_isIterateeCall */ \"./node_modules/lodash/_isIterateeCall.js\");\n\n/**\n * Creates a function like `_.assign`.\n *\n * @private\n * @param {Function} assigner The function to assign values.\n * @returns {Function} Returns the new assigner function.\n */\nfunction createAssigner(assigner) {\n return baseRest(function(object, sources) {\n var index = -1,\n length = sources.length,\n customizer = length > 1 ? sources[length - 1] : undefined,\n guard = length > 2 ? sources[2] : undefined;\n\n customizer = (assigner.length > 3 && typeof customizer == 'function')\n ? (length--, customizer)\n : undefined;\n\n if (guard && isIterateeCall(sources[0], sources[1], guard)) {\n customizer = length < 3 ? undefined : customizer;\n length = 1;\n }\n object = Object(object);\n while (++index < length) {\n var source = sources[index];\n if (source) {\n assigner(object, source, index, customizer);\n }\n }\n return object;\n });\n}\n\nmodule.exports = createAssigner;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_createAssigner.js?");
885
886/***/ }),
887
888/***/ "./node_modules/lodash/_createBaseFor.js":
889/*!***********************************************!*\
890 !*** ./node_modules/lodash/_createBaseFor.js ***!
891 \***********************************************/
892/*! no static exports found */
893/***/ (function(module, exports) {
894
895eval("/**\n * Creates a base function for methods like `_.forIn` and `_.forOwn`.\n *\n * @private\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {Function} Returns the new base function.\n */\nfunction createBaseFor(fromRight) {\n return function(object, iteratee, keysFunc) {\n var index = -1,\n iterable = Object(object),\n props = keysFunc(object),\n length = props.length;\n\n while (length--) {\n var key = props[fromRight ? length : ++index];\n if (iteratee(iterable[key], key, iterable) === false) {\n break;\n }\n }\n return object;\n };\n}\n\nmodule.exports = createBaseFor;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_createBaseFor.js?");
896
897/***/ }),
898
899/***/ "./node_modules/lodash/_createCtor.js":
900/*!********************************************!*\
901 !*** ./node_modules/lodash/_createCtor.js ***!
902 \********************************************/
903/*! no static exports found */
904/***/ (function(module, exports, __webpack_require__) {
905
906eval("var baseCreate = __webpack_require__(/*! ./_baseCreate */ \"./node_modules/lodash/_baseCreate.js\"),\n isObject = __webpack_require__(/*! ./isObject */ \"./node_modules/lodash/isObject.js\");\n\n/**\n * Creates a function that produces an instance of `Ctor` regardless of\n * whether it was invoked as part of a `new` expression or by `call` or `apply`.\n *\n * @private\n * @param {Function} Ctor The constructor to wrap.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createCtor(Ctor) {\n return function() {\n // Use a `switch` statement to work with class constructors. See\n // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist\n // for more details.\n var args = arguments;\n switch (args.length) {\n case 0: return new Ctor;\n case 1: return new Ctor(args[0]);\n case 2: return new Ctor(args[0], args[1]);\n case 3: return new Ctor(args[0], args[1], args[2]);\n case 4: return new Ctor(args[0], args[1], args[2], args[3]);\n case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]);\n case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]);\n case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);\n }\n var thisBinding = baseCreate(Ctor.prototype),\n result = Ctor.apply(thisBinding, args);\n\n // Mimic the constructor's `return` behavior.\n // See https://es5.github.io/#x13.2.2 for more details.\n return isObject(result) ? result : thisBinding;\n };\n}\n\nmodule.exports = createCtor;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_createCtor.js?");
907
908/***/ }),
909
910/***/ "./node_modules/lodash/_createFind.js":
911/*!********************************************!*\
912 !*** ./node_modules/lodash/_createFind.js ***!
913 \********************************************/
914/*! no static exports found */
915/***/ (function(module, exports, __webpack_require__) {
916
917eval("var baseIteratee = __webpack_require__(/*! ./_baseIteratee */ \"./node_modules/lodash/_baseIteratee.js\"),\n isArrayLike = __webpack_require__(/*! ./isArrayLike */ \"./node_modules/lodash/isArrayLike.js\"),\n keys = __webpack_require__(/*! ./keys */ \"./node_modules/lodash/keys.js\");\n\n/**\n * Creates a `_.find` or `_.findLast` function.\n *\n * @private\n * @param {Function} findIndexFunc The function to find the collection index.\n * @returns {Function} Returns the new find function.\n */\nfunction createFind(findIndexFunc) {\n return function(collection, predicate, fromIndex) {\n var iterable = Object(collection);\n if (!isArrayLike(collection)) {\n var iteratee = baseIteratee(predicate, 3);\n collection = keys(collection);\n predicate = function(key) { return iteratee(iterable[key], key, iterable); };\n }\n var index = findIndexFunc(collection, predicate, fromIndex);\n return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined;\n };\n}\n\nmodule.exports = createFind;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_createFind.js?");
918
919/***/ }),
920
921/***/ "./node_modules/lodash/_createRange.js":
922/*!*********************************************!*\
923 !*** ./node_modules/lodash/_createRange.js ***!
924 \*********************************************/
925/*! no static exports found */
926/***/ (function(module, exports, __webpack_require__) {
927
928eval("var baseRange = __webpack_require__(/*! ./_baseRange */ \"./node_modules/lodash/_baseRange.js\"),\n isIterateeCall = __webpack_require__(/*! ./_isIterateeCall */ \"./node_modules/lodash/_isIterateeCall.js\"),\n toFinite = __webpack_require__(/*! ./toFinite */ \"./node_modules/lodash/toFinite.js\");\n\n/**\n * Creates a `_.range` or `_.rangeRight` function.\n *\n * @private\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {Function} Returns the new range function.\n */\nfunction createRange(fromRight) {\n return function(start, end, step) {\n if (step && typeof step != 'number' && isIterateeCall(start, end, step)) {\n end = step = undefined;\n }\n // Ensure the sign of `-0` is preserved.\n start = toFinite(start);\n if (end === undefined) {\n end = start;\n start = 0;\n } else {\n end = toFinite(end);\n }\n step = step === undefined ? (start < end ? 1 : -1) : toFinite(step);\n return baseRange(start, end, step, fromRight);\n };\n}\n\nmodule.exports = createRange;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_createRange.js?");
929
930/***/ }),
931
932/***/ "./node_modules/lodash/_createWrap.js":
933/*!********************************************!*\
934 !*** ./node_modules/lodash/_createWrap.js ***!
935 \********************************************/
936/*! no static exports found */
937/***/ (function(module, exports, __webpack_require__) {
938
939eval("var apply = __webpack_require__(/*! ./_apply */ \"./node_modules/lodash/_apply.js\"),\n createCtor = __webpack_require__(/*! ./_createCtor */ \"./node_modules/lodash/_createCtor.js\"),\n root = __webpack_require__(/*! ./_root */ \"./node_modules/lodash/_root.js\");\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1;\n\n/**\n * Creates a function that wraps `func` to invoke it with the `this` binding\n * of `thisArg` and `partials` prepended to the arguments it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} partials The arguments to prepend to those provided to\n * the new function.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createPartial(func, bitmask, thisArg, partials) {\n var isBind = bitmask & WRAP_BIND_FLAG,\n Ctor = createCtor(func);\n\n function wrapper() {\n var argsIndex = -1,\n argsLength = arguments.length,\n leftIndex = -1,\n leftLength = partials.length,\n args = Array(leftLength + argsLength),\n fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n\n while (++leftIndex < leftLength) {\n args[leftIndex] = partials[leftIndex];\n }\n while (argsLength--) {\n args[leftIndex++] = arguments[++argsIndex];\n }\n return apply(fn, isBind ? thisArg : this, args);\n }\n return wrapper;\n}\n\nmodule.exports = createPartial;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_createWrap.js?");
940
941/***/ }),
942
943/***/ "./node_modules/lodash/_customOmitClone.js":
944/*!*************************************************!*\
945 !*** ./node_modules/lodash/_customOmitClone.js ***!
946 \*************************************************/
947/*! no static exports found */
948/***/ (function(module, exports, __webpack_require__) {
949
950eval("var isPlainObject = __webpack_require__(/*! ./isPlainObject */ \"./node_modules/lodash/isPlainObject.js\");\n\n/**\n * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain\n * objects.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {string} key The key of the property to inspect.\n * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`.\n */\nfunction customOmitClone(value) {\n return isPlainObject(value) ? undefined : value;\n}\n\nmodule.exports = customOmitClone;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_customOmitClone.js?");
951
952/***/ }),
953
954/***/ "./node_modules/lodash/_defineProperty.js":
955/*!************************************************!*\
956 !*** ./node_modules/lodash/_defineProperty.js ***!
957 \************************************************/
958/*! no static exports found */
959/***/ (function(module, exports, __webpack_require__) {
960
961eval("var getNative = __webpack_require__(/*! ./_getNative */ \"./node_modules/lodash/_getNative.js\");\n\nvar defineProperty = (function() {\n try {\n var func = getNative(Object, 'defineProperty');\n func({}, '', {});\n return func;\n } catch (e) {}\n}());\n\nmodule.exports = defineProperty;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_defineProperty.js?");
962
963/***/ }),
964
965/***/ "./node_modules/lodash/_equalArrays.js":
966/*!*********************************************!*\
967 !*** ./node_modules/lodash/_equalArrays.js ***!
968 \*********************************************/
969/*! no static exports found */
970/***/ (function(module, exports, __webpack_require__) {
971
972eval("var SetCache = __webpack_require__(/*! ./_SetCache */ \"./node_modules/lodash/_SetCache.js\"),\n arraySome = __webpack_require__(/*! ./_arraySome */ \"./node_modules/lodash/_arraySome.js\"),\n cacheHas = __webpack_require__(/*! ./_cacheHas */ \"./node_modules/lodash/_cacheHas.js\");\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * A specialized version of `baseIsEqualDeep` for arrays with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Array} array The array to compare.\n * @param {Array} other The other array to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `array` and `other` objects.\n * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.\n */\nfunction equalArrays(array, other, bitmask, customizer, equalFunc, stack) {\n var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n arrLength = array.length,\n othLength = other.length;\n\n if (arrLength != othLength && !(isPartial && othLength > arrLength)) {\n return false;\n }\n // Check that cyclic values are equal.\n var arrStacked = stack.get(array);\n var othStacked = stack.get(other);\n if (arrStacked && othStacked) {\n return arrStacked == other && othStacked == array;\n }\n var index = -1,\n result = true,\n seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;\n\n stack.set(array, other);\n stack.set(other, array);\n\n // Ignore non-index properties.\n while (++index < arrLength) {\n var arrValue = array[index],\n othValue = other[index];\n\n if (customizer) {\n var compared = isPartial\n ? customizer(othValue, arrValue, index, other, array, stack)\n : customizer(arrValue, othValue, index, array, other, stack);\n }\n if (compared !== undefined) {\n if (compared) {\n continue;\n }\n result = false;\n break;\n }\n // Recursively compare arrays (susceptible to call stack limits).\n if (seen) {\n if (!arraySome(other, function(othValue, othIndex) {\n if (!cacheHas(seen, othIndex) &&\n (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {\n return seen.push(othIndex);\n }\n })) {\n result = false;\n break;\n }\n } else if (!(\n arrValue === othValue ||\n equalFunc(arrValue, othValue, bitmask, customizer, stack)\n )) {\n result = false;\n break;\n }\n }\n stack['delete'](array);\n stack['delete'](other);\n return result;\n}\n\nmodule.exports = equalArrays;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_equalArrays.js?");
973
974/***/ }),
975
976/***/ "./node_modules/lodash/_equalByTag.js":
977/*!********************************************!*\
978 !*** ./node_modules/lodash/_equalByTag.js ***!
979 \********************************************/
980/*! no static exports found */
981/***/ (function(module, exports) {
982
983eval("/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\nmodule.exports = eq;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_equalByTag.js?");
984
985/***/ }),
986
987/***/ "./node_modules/lodash/_equalObjects.js":
988/*!**********************************************!*\
989 !*** ./node_modules/lodash/_equalObjects.js ***!
990 \**********************************************/
991/*! no static exports found */
992/***/ (function(module, exports, __webpack_require__) {
993
994eval("var getAllKeys = __webpack_require__(/*! ./_getAllKeys */ \"./node_modules/lodash/_getAllKeys.js\");\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqualDeep` for objects with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction equalObjects(object, other, bitmask, customizer, equalFunc, stack) {\n var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n objProps = getAllKeys(object),\n objLength = objProps.length,\n othProps = getAllKeys(other),\n othLength = othProps.length;\n\n if (objLength != othLength && !isPartial) {\n return false;\n }\n var index = objLength;\n while (index--) {\n var key = objProps[index];\n if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {\n return false;\n }\n }\n // Check that cyclic values are equal.\n var objStacked = stack.get(object);\n var othStacked = stack.get(other);\n if (objStacked && othStacked) {\n return objStacked == other && othStacked == object;\n }\n var result = true;\n stack.set(object, other);\n stack.set(other, object);\n\n var skipCtor = isPartial;\n while (++index < objLength) {\n key = objProps[index];\n var objValue = object[key],\n othValue = other[key];\n\n if (customizer) {\n var compared = isPartial\n ? customizer(othValue, objValue, key, other, object, stack)\n : customizer(objValue, othValue, key, object, other, stack);\n }\n // Recursively compare objects (susceptible to call stack limits).\n if (!(compared === undefined\n ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))\n : compared\n )) {\n result = false;\n break;\n }\n skipCtor || (skipCtor = key == 'constructor');\n }\n if (result && !skipCtor) {\n var objCtor = object.constructor,\n othCtor = other.constructor;\n\n // Non `Object` object instances with different constructors are not equal.\n if (objCtor != othCtor &&\n ('constructor' in object && 'constructor' in other) &&\n !(typeof objCtor == 'function' && objCtor instanceof objCtor &&\n typeof othCtor == 'function' && othCtor instanceof othCtor)) {\n result = false;\n }\n }\n stack['delete'](object);\n stack['delete'](other);\n return result;\n}\n\nmodule.exports = equalObjects;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_equalObjects.js?");
995
996/***/ }),
997
998/***/ "./node_modules/lodash/_flatRest.js":
999/*!******************************************!*\
1000 !*** ./node_modules/lodash/_flatRest.js ***!
1001 \******************************************/
1002/*! no static exports found */
1003/***/ (function(module, exports, __webpack_require__) {
1004
1005eval("var flatten = __webpack_require__(/*! ./flatten */ \"./node_modules/lodash/flatten.js\"),\n overRest = __webpack_require__(/*! ./_overRest */ \"./node_modules/lodash/_overRest.js\"),\n setToString = __webpack_require__(/*! ./_setToString */ \"./node_modules/lodash/_setToString.js\");\n\n/**\n * A specialized version of `baseRest` which flattens the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @returns {Function} Returns the new function.\n */\nfunction flatRest(func) {\n return setToString(overRest(func, undefined, flatten), func + '');\n}\n\nmodule.exports = flatRest;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_flatRest.js?");
1006
1007/***/ }),
1008
1009/***/ "./node_modules/lodash/_freeGlobal.js":
1010/*!********************************************!*\
1011 !*** ./node_modules/lodash/_freeGlobal.js ***!
1012 \********************************************/
1013/*! no static exports found */
1014/***/ (function(module, exports, __webpack_require__) {
1015
1016eval("/* WEBPACK VAR INJECTION */(function(global) {/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../webpack/buildin/global.js */ \"./node_modules/webpack/buildin/global.js\")))\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_freeGlobal.js?");
1017
1018/***/ }),
1019
1020/***/ "./node_modules/lodash/_getAllKeys.js":
1021/*!********************************************!*\
1022 !*** ./node_modules/lodash/_getAllKeys.js ***!
1023 \********************************************/
1024/*! no static exports found */
1025/***/ (function(module, exports, __webpack_require__) {
1026
1027eval("var overArg = __webpack_require__(/*! ./_overArg */ \"./node_modules/lodash/_overArg.js\");\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeKeys = overArg(Object.keys, Object);\n\nmodule.exports = nativeKeys;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_getAllKeys.js?");
1028
1029/***/ }),
1030
1031/***/ "./node_modules/lodash/_getAllKeysIn.js":
1032/*!**********************************************!*\
1033 !*** ./node_modules/lodash/_getAllKeysIn.js ***!
1034 \**********************************************/
1035/*! no static exports found */
1036/***/ (function(module, exports) {
1037
1038eval("/**\n * This function is like\n * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * except that it includes inherited enumerable properties.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction nativeKeysIn(object) {\n var result = [];\n if (object != null) {\n for (var key in Object(object)) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = nativeKeysIn;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_getAllKeysIn.js?");
1039
1040/***/ }),
1041
1042/***/ "./node_modules/lodash/_getHolder.js":
1043/*!*******************************************!*\
1044 !*** ./node_modules/lodash/_getHolder.js ***!
1045 \*******************************************/
1046/*! no static exports found */
1047/***/ (function(module, exports) {
1048
1049eval("/**\n * This method returns `undefined`.\n *\n * @static\n * @memberOf _\n * @since 2.3.0\n * @category Util\n * @example\n *\n * _.times(2, _.noop);\n * // => [undefined, undefined]\n */\nfunction noop() {\n // No operation performed.\n}\n\nmodule.exports = noop;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_getHolder.js?");
1050
1051/***/ }),
1052
1053/***/ "./node_modules/lodash/_getNative.js":
1054/*!*******************************************!*\
1055 !*** ./node_modules/lodash/_getNative.js ***!
1056 \*******************************************/
1057/*! no static exports found */
1058/***/ (function(module, exports) {
1059
1060eval("/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_getNative.js?");
1061
1062/***/ }),
1063
1064/***/ "./node_modules/lodash/_getPrototype.js":
1065/*!**********************************************!*\
1066 !*** ./node_modules/lodash/_getPrototype.js ***!
1067 \**********************************************/
1068/*! no static exports found */
1069/***/ (function(module, exports, __webpack_require__) {
1070
1071eval("var overArg = __webpack_require__(/*! ./_overArg */ \"./node_modules/lodash/_overArg.js\");\n\n/** Built-in value references. */\nvar getPrototype = overArg(Object.getPrototypeOf, Object);\n\nmodule.exports = getPrototype;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_getPrototype.js?");
1072
1073/***/ }),
1074
1075/***/ "./node_modules/lodash/_getSymbols.js":
1076/*!********************************************!*\
1077 !*** ./node_modules/lodash/_getSymbols.js ***!
1078 \********************************************/
1079/*! no static exports found */
1080/***/ (function(module, exports) {
1081
1082eval("/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n return [];\n}\n\nmodule.exports = stubArray;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_getSymbols.js?");
1083
1084/***/ }),
1085
1086/***/ "./node_modules/lodash/_getSymbolsIn.js":
1087/*!**********************************************!*\
1088 !*** ./node_modules/lodash/_getSymbolsIn.js ***!
1089 \**********************************************/
1090/*! no static exports found */
1091/***/ (function(module, exports) {
1092
1093eval("/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n return [];\n}\n\nmodule.exports = stubArray;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_getSymbolsIn.js?");
1094
1095/***/ }),
1096
1097/***/ "./node_modules/lodash/_getTag.js":
1098/*!****************************************!*\
1099 !*** ./node_modules/lodash/_getTag.js ***!
1100 \****************************************/
1101/*! no static exports found */
1102/***/ (function(module, exports) {
1103
1104eval("/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_getTag.js?");
1105
1106/***/ }),
1107
1108/***/ "./node_modules/lodash/_hasPath.js":
1109/*!*****************************************!*\
1110 !*** ./node_modules/lodash/_hasPath.js ***!
1111 \*****************************************/
1112/*! no static exports found */
1113/***/ (function(module, exports, __webpack_require__) {
1114
1115eval("var castPath = __webpack_require__(/*! ./_castPath */ \"./node_modules/lodash/_castPath.js\"),\n isArguments = __webpack_require__(/*! ./isArguments */ \"./node_modules/lodash/isArguments.js\"),\n isArray = __webpack_require__(/*! ./isArray */ \"./node_modules/lodash/isArray.js\"),\n isIndex = __webpack_require__(/*! ./_isIndex */ \"./node_modules/lodash/_isIndex.js\"),\n isLength = __webpack_require__(/*! ./isLength */ \"./node_modules/lodash/isLength.js\"),\n toKey = __webpack_require__(/*! ./_toKey */ \"./node_modules/lodash/_toKey.js\");\n\n/**\n * Checks if `path` exists on `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @param {Function} hasFunc The function to check properties.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n */\nfunction hasPath(object, path, hasFunc) {\n path = castPath(path, object);\n\n var index = -1,\n length = path.length,\n result = false;\n\n while (++index < length) {\n var key = toKey(path[index]);\n if (!(result = object != null && hasFunc(object, key))) {\n break;\n }\n object = object[key];\n }\n if (result || ++index != length) {\n return result;\n }\n length = object == null ? 0 : object.length;\n return !!length && isLength(length) && isIndex(key, length) &&\n (isArray(object) || isArguments(object));\n}\n\nmodule.exports = hasPath;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_hasPath.js?");
1116
1117/***/ }),
1118
1119/***/ "./node_modules/lodash/_initCloneArray.js":
1120/*!************************************************!*\
1121 !*** ./node_modules/lodash/_initCloneArray.js ***!
1122 \************************************************/
1123/*! no static exports found */
1124/***/ (function(module, exports) {
1125
1126eval("/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Initializes an array clone.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the initialized clone.\n */\nfunction initCloneArray(array) {\n var length = array.length,\n result = new array.constructor(length);\n\n // Add properties assigned by `RegExp#exec`.\n if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\n result.index = array.index;\n result.input = array.input;\n }\n return result;\n}\n\nmodule.exports = initCloneArray;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_initCloneArray.js?");
1127
1128/***/ }),
1129
1130/***/ "./node_modules/lodash/_initCloneByTag.js":
1131/*!************************************************!*\
1132 !*** ./node_modules/lodash/_initCloneByTag.js ***!
1133 \************************************************/
1134/*! no static exports found */
1135/***/ (function(module, exports) {
1136
1137eval("/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_initCloneByTag.js?");
1138
1139/***/ }),
1140
1141/***/ "./node_modules/lodash/_initCloneObject.js":
1142/*!*************************************************!*\
1143 !*** ./node_modules/lodash/_initCloneObject.js ***!
1144 \*************************************************/
1145/*! no static exports found */
1146/***/ (function(module, exports, __webpack_require__) {
1147
1148eval("var baseCreate = __webpack_require__(/*! ./_baseCreate */ \"./node_modules/lodash/_baseCreate.js\"),\n getPrototype = __webpack_require__(/*! ./_getPrototype */ \"./node_modules/lodash/_getPrototype.js\"),\n isPrototype = __webpack_require__(/*! ./_isPrototype */ \"./node_modules/lodash/_isPrototype.js\");\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n return (typeof object.constructor == 'function' && !isPrototype(object))\n ? baseCreate(getPrototype(object))\n : {};\n}\n\nmodule.exports = initCloneObject;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_initCloneObject.js?");
1149
1150/***/ }),
1151
1152/***/ "./node_modules/lodash/_isFlattenable.js":
1153/*!***********************************************!*\
1154 !*** ./node_modules/lodash/_isFlattenable.js ***!
1155 \***********************************************/
1156/*! no static exports found */
1157/***/ (function(module, exports, __webpack_require__) {
1158
1159eval("var Symbol = __webpack_require__(/*! ./_Symbol */ \"./node_modules/lodash/_Symbol.js\"),\n isArguments = __webpack_require__(/*! ./isArguments */ \"./node_modules/lodash/isArguments.js\"),\n isArray = __webpack_require__(/*! ./isArray */ \"./node_modules/lodash/isArray.js\");\n\n/** Built-in value references. */\nvar spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined;\n\n/**\n * Checks if `value` is a flattenable `arguments` object or array.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is flattenable, else `false`.\n */\nfunction isFlattenable(value) {\n return isArray(value) || isArguments(value) ||\n !!(spreadableSymbol && value && value[spreadableSymbol]);\n}\n\nmodule.exports = isFlattenable;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_isFlattenable.js?");
1160
1161/***/ }),
1162
1163/***/ "./node_modules/lodash/_isIndex.js":
1164/*!*****************************************!*\
1165 !*** ./node_modules/lodash/_isIndex.js ***!
1166 \*****************************************/
1167/*! no static exports found */
1168/***/ (function(module, exports) {
1169
1170eval("/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n var type = typeof value;\n length = length == null ? MAX_SAFE_INTEGER : length;\n\n return !!length &&\n (type == 'number' ||\n (type != 'symbol' && reIsUint.test(value))) &&\n (value > -1 && value % 1 == 0 && value < length);\n}\n\nmodule.exports = isIndex;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_isIndex.js?");
1171
1172/***/ }),
1173
1174/***/ "./node_modules/lodash/_isIterateeCall.js":
1175/*!************************************************!*\
1176 !*** ./node_modules/lodash/_isIterateeCall.js ***!
1177 \************************************************/
1178/*! no static exports found */
1179/***/ (function(module, exports) {
1180
1181eval("/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_isIterateeCall.js?");
1182
1183/***/ }),
1184
1185/***/ "./node_modules/lodash/_isKey.js":
1186/*!***************************************!*\
1187 !*** ./node_modules/lodash/_isKey.js ***!
1188 \***************************************/
1189/*! no static exports found */
1190/***/ (function(module, exports, __webpack_require__) {
1191
1192eval("var isArray = __webpack_require__(/*! ./isArray */ \"./node_modules/lodash/isArray.js\"),\n isSymbol = __webpack_require__(/*! ./isSymbol */ \"./node_modules/lodash/isSymbol.js\");\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n reIsPlainProp = /^\\w*$/;\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n if (isArray(value)) {\n return false;\n }\n var type = typeof value;\n if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n value == null || isSymbol(value)) {\n return true;\n }\n return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n (object != null && value in Object(object));\n}\n\nmodule.exports = isKey;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_isKey.js?");
1193
1194/***/ }),
1195
1196/***/ "./node_modules/lodash/_isPrototype.js":
1197/*!*********************************************!*\
1198 !*** ./node_modules/lodash/_isPrototype.js ***!
1199 \*********************************************/
1200/*! no static exports found */
1201/***/ (function(module, exports) {
1202
1203eval("/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_isPrototype.js?");
1204
1205/***/ }),
1206
1207/***/ "./node_modules/lodash/_listCacheClear.js":
1208/*!************************************************!*\
1209 !*** ./node_modules/lodash/_listCacheClear.js ***!
1210 \************************************************/
1211/*! no static exports found */
1212/***/ (function(module, exports) {
1213
1214eval("/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n this.size = 0;\n}\n\nmodule.exports = listCacheClear;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_listCacheClear.js?");
1215
1216/***/ }),
1217
1218/***/ "./node_modules/lodash/_listCacheDelete.js":
1219/*!*************************************************!*\
1220 !*** ./node_modules/lodash/_listCacheDelete.js ***!
1221 \*************************************************/
1222/*! no static exports found */
1223/***/ (function(module, exports, __webpack_require__) {
1224
1225eval("var assocIndexOf = __webpack_require__(/*! ./_assocIndexOf */ \"./node_modules/lodash/_assocIndexOf.js\");\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype;\n\n/** Built-in value references. */\nvar splice = arrayProto.splice;\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n --this.size;\n return true;\n}\n\nmodule.exports = listCacheDelete;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_listCacheDelete.js?");
1226
1227/***/ }),
1228
1229/***/ "./node_modules/lodash/_listCacheGet.js":
1230/*!**********************************************!*\
1231 !*** ./node_modules/lodash/_listCacheGet.js ***!
1232 \**********************************************/
1233/*! no static exports found */
1234/***/ (function(module, exports, __webpack_require__) {
1235
1236eval("var assocIndexOf = __webpack_require__(/*! ./_assocIndexOf */ \"./node_modules/lodash/_assocIndexOf.js\");\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\nmodule.exports = listCacheGet;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_listCacheGet.js?");
1237
1238/***/ }),
1239
1240/***/ "./node_modules/lodash/_listCacheHas.js":
1241/*!**********************************************!*\
1242 !*** ./node_modules/lodash/_listCacheHas.js ***!
1243 \**********************************************/
1244/*! no static exports found */
1245/***/ (function(module, exports, __webpack_require__) {
1246
1247eval("var assocIndexOf = __webpack_require__(/*! ./_assocIndexOf */ \"./node_modules/lodash/_assocIndexOf.js\");\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\nmodule.exports = listCacheHas;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_listCacheHas.js?");
1248
1249/***/ }),
1250
1251/***/ "./node_modules/lodash/_listCacheSet.js":
1252/*!**********************************************!*\
1253 !*** ./node_modules/lodash/_listCacheSet.js ***!
1254 \**********************************************/
1255/*! no static exports found */
1256/***/ (function(module, exports, __webpack_require__) {
1257
1258eval("var assocIndexOf = __webpack_require__(/*! ./_assocIndexOf */ \"./node_modules/lodash/_assocIndexOf.js\");\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n ++this.size;\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\nmodule.exports = listCacheSet;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_listCacheSet.js?");
1259
1260/***/ }),
1261
1262/***/ "./node_modules/lodash/_memoizeCapped.js":
1263/*!***********************************************!*\
1264 !*** ./node_modules/lodash/_memoizeCapped.js ***!
1265 \***********************************************/
1266/*! no static exports found */
1267/***/ (function(module, exports) {
1268
1269eval("/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_memoizeCapped.js?");
1270
1271/***/ }),
1272
1273/***/ "./node_modules/lodash/_overArg.js":
1274/*!*****************************************!*\
1275 !*** ./node_modules/lodash/_overArg.js ***!
1276 \*****************************************/
1277/*! no static exports found */
1278/***/ (function(module, exports) {
1279
1280eval("/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n return function(arg) {\n return func(transform(arg));\n };\n}\n\nmodule.exports = overArg;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_overArg.js?");
1281
1282/***/ }),
1283
1284/***/ "./node_modules/lodash/_overRest.js":
1285/*!******************************************!*\
1286 !*** ./node_modules/lodash/_overRest.js ***!
1287 \******************************************/
1288/*! no static exports found */
1289/***/ (function(module, exports, __webpack_require__) {
1290
1291eval("var apply = __webpack_require__(/*! ./_apply */ \"./node_modules/lodash/_apply.js\");\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * A specialized version of `baseRest` which transforms the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @param {Function} transform The rest array transform.\n * @returns {Function} Returns the new function.\n */\nfunction overRest(func, start, transform) {\n start = nativeMax(start === undefined ? (func.length - 1) : start, 0);\n return function() {\n var args = arguments,\n index = -1,\n length = nativeMax(args.length - start, 0),\n array = Array(length);\n\n while (++index < length) {\n array[index] = args[start + index];\n }\n index = -1;\n var otherArgs = Array(start + 1);\n while (++index < start) {\n otherArgs[index] = args[index];\n }\n otherArgs[start] = transform(array);\n return apply(func, this, otherArgs);\n };\n}\n\nmodule.exports = overRest;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_overRest.js?");
1292
1293/***/ }),
1294
1295/***/ "./node_modules/lodash/_parent.js":
1296/*!****************************************!*\
1297 !*** ./node_modules/lodash/_parent.js ***!
1298 \****************************************/
1299/*! no static exports found */
1300/***/ (function(module, exports, __webpack_require__) {
1301
1302eval("var baseGet = __webpack_require__(/*! ./_baseGet */ \"./node_modules/lodash/_baseGet.js\"),\n baseSlice = __webpack_require__(/*! ./_baseSlice */ \"./node_modules/lodash/_baseSlice.js\");\n\n/**\n * Gets the parent value at `path` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array} path The path to get the parent value of.\n * @returns {*} Returns the parent value.\n */\nfunction parent(object, path) {\n return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1));\n}\n\nmodule.exports = parent;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_parent.js?");
1303
1304/***/ }),
1305
1306/***/ "./node_modules/lodash/_replaceHolders.js":
1307/*!************************************************!*\
1308 !*** ./node_modules/lodash/_replaceHolders.js ***!
1309 \************************************************/
1310/*! no static exports found */
1311/***/ (function(module, exports) {
1312
1313eval("/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n return [];\n}\n\nmodule.exports = stubArray;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_replaceHolders.js?");
1314
1315/***/ }),
1316
1317/***/ "./node_modules/lodash/_root.js":
1318/*!**************************************!*\
1319 !*** ./node_modules/lodash/_root.js ***!
1320 \**************************************/
1321/*! no static exports found */
1322/***/ (function(module, exports, __webpack_require__) {
1323
1324eval("var freeGlobal = __webpack_require__(/*! ./_freeGlobal */ \"./node_modules/lodash/_freeGlobal.js\");\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_root.js?");
1325
1326/***/ }),
1327
1328/***/ "./node_modules/lodash/_safeGet.js":
1329/*!*****************************************!*\
1330 !*** ./node_modules/lodash/_safeGet.js ***!
1331 \*****************************************/
1332/*! no static exports found */
1333/***/ (function(module, exports) {
1334
1335eval("/**\n * Gets the value at `key`, unless `key` is \"__proto__\" or \"constructor\".\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction safeGet(object, key) {\n if (key === 'constructor' && typeof object[key] === 'function') {\n return;\n }\n\n if (key == '__proto__') {\n return;\n }\n\n return object[key];\n}\n\nmodule.exports = safeGet;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_safeGet.js?");
1336
1337/***/ }),
1338
1339/***/ "./node_modules/lodash/_setToString.js":
1340/*!*********************************************!*\
1341 !*** ./node_modules/lodash/_setToString.js ***!
1342 \*********************************************/
1343/*! no static exports found */
1344/***/ (function(module, exports) {
1345
1346eval("/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_setToString.js?");
1347
1348/***/ }),
1349
1350/***/ "./node_modules/lodash/_stringToPath.js":
1351/*!**********************************************!*\
1352 !*** ./node_modules/lodash/_stringToPath.js ***!
1353 \**********************************************/
1354/*! no static exports found */
1355/***/ (function(module, exports, __webpack_require__) {
1356
1357eval("var memoizeCapped = __webpack_require__(/*! ./_memoizeCapped */ \"./node_modules/lodash/_memoizeCapped.js\");\n\n/** Used to match property names within property paths. */\nvar rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoizeCapped(function(string) {\n var result = [];\n if (string.charCodeAt(0) === 46 /* . */) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, subString) {\n result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\nmodule.exports = stringToPath;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_stringToPath.js?");
1358
1359/***/ }),
1360
1361/***/ "./node_modules/lodash/_toKey.js":
1362/*!***************************************!*\
1363 !*** ./node_modules/lodash/_toKey.js ***!
1364 \***************************************/
1365/*! no static exports found */
1366/***/ (function(module, exports) {
1367
1368eval("/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/_toKey.js?");
1369
1370/***/ }),
1371
1372/***/ "./node_modules/lodash/chunk.js":
1373/*!**************************************!*\
1374 !*** ./node_modules/lodash/chunk.js ***!
1375 \**************************************/
1376/*! no static exports found */
1377/***/ (function(module, exports, __webpack_require__) {
1378
1379eval("var baseSlice = __webpack_require__(/*! ./_baseSlice */ \"./node_modules/lodash/_baseSlice.js\"),\n isIterateeCall = __webpack_require__(/*! ./_isIterateeCall */ \"./node_modules/lodash/_isIterateeCall.js\"),\n toInteger = __webpack_require__(/*! ./toInteger */ \"./node_modules/lodash/toInteger.js\");\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeCeil = Math.ceil,\n nativeMax = Math.max;\n\n/**\n * Creates an array of elements split into groups the length of `size`.\n * If `array` can't be split evenly, the final chunk will be the remaining\n * elements.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Array\n * @param {Array} array The array to process.\n * @param {number} [size=1] The length of each chunk\n * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\n * @returns {Array} Returns the new array of chunks.\n * @example\n *\n * _.chunk(['a', 'b', 'c', 'd'], 2);\n * // => [['a', 'b'], ['c', 'd']]\n *\n * _.chunk(['a', 'b', 'c', 'd'], 3);\n * // => [['a', 'b', 'c'], ['d']]\n */\nfunction chunk(array, size, guard) {\n if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) {\n size = 1;\n } else {\n size = nativeMax(toInteger(size), 0);\n }\n var length = array == null ? 0 : array.length;\n if (!length || size < 1) {\n return [];\n }\n var index = 0,\n resIndex = 0,\n result = Array(nativeCeil(length / size));\n\n while (index < length) {\n result[resIndex++] = baseSlice(array, index, (index += size));\n }\n return result;\n}\n\nmodule.exports = chunk;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/chunk.js?");
1380
1381/***/ }),
1382
1383/***/ "./node_modules/lodash/cloneDeep.js":
1384/*!******************************************!*\
1385 !*** ./node_modules/lodash/cloneDeep.js ***!
1386 \******************************************/
1387/*! no static exports found */
1388/***/ (function(module, exports, __webpack_require__) {
1389
1390eval("var baseClone = __webpack_require__(/*! ./_baseClone */ \"./node_modules/lodash/_baseClone.js\");\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n CLONE_SYMBOLS_FLAG = 4;\n\n/**\n * This method is like `_.clone` except that it recursively clones `value`.\n *\n * @static\n * @memberOf _\n * @since 1.0.0\n * @category Lang\n * @param {*} value The value to recursively clone.\n * @returns {*} Returns the deep cloned value.\n * @see _.clone\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var deep = _.cloneDeep(objects);\n * console.log(deep[0] === objects[0]);\n * // => false\n */\nfunction cloneDeep(value) {\n return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG);\n}\n\nmodule.exports = cloneDeep;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/cloneDeep.js?");
1391
1392/***/ }),
1393
1394/***/ "./node_modules/lodash/cloneDeepWith.js":
1395/*!**********************************************!*\
1396 !*** ./node_modules/lodash/cloneDeepWith.js ***!
1397 \**********************************************/
1398/*! no static exports found */
1399/***/ (function(module, exports, __webpack_require__) {
1400
1401eval("var baseClone = __webpack_require__(/*! ./_baseClone */ \"./node_modules/lodash/_baseClone.js\");\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n CLONE_SYMBOLS_FLAG = 4;\n\n/**\n * This method is like `_.cloneWith` except that it recursively clones `value`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to recursively clone.\n * @param {Function} [customizer] The function to customize cloning.\n * @returns {*} Returns the deep cloned value.\n * @see _.cloneWith\n * @example\n *\n * function customizer(value) {\n * if (_.isElement(value)) {\n * return value.cloneNode(true);\n * }\n * }\n *\n * var el = _.cloneDeepWith(document.body, customizer);\n *\n * console.log(el === document.body);\n * // => false\n * console.log(el.nodeName);\n * // => 'BODY'\n * console.log(el.childNodes.length);\n * // => 20\n */\nfunction cloneDeepWith(value, customizer) {\n customizer = typeof customizer == 'function' ? customizer : undefined;\n return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG, customizer);\n}\n\nmodule.exports = cloneDeepWith;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/cloneDeepWith.js?");
1402
1403/***/ }),
1404
1405/***/ "./node_modules/lodash/compact.js":
1406/*!****************************************!*\
1407 !*** ./node_modules/lodash/compact.js ***!
1408 \****************************************/
1409/*! no static exports found */
1410/***/ (function(module, exports) {
1411
1412eval("/**\n * Creates an array with all falsey values removed. The values `false`, `null`,\n * `0`, `\"\"`, `undefined`, and `NaN` are falsey.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Array\n * @param {Array} array The array to compact.\n * @returns {Array} Returns the new array of filtered values.\n * @example\n *\n * _.compact([0, 1, false, 2, '', 3]);\n * // => [1, 2, 3]\n */\nfunction compact(array) {\n var index = -1,\n length = array == null ? 0 : array.length,\n resIndex = 0,\n result = [];\n\n while (++index < length) {\n var value = array[index];\n if (value) {\n result[resIndex++] = value;\n }\n }\n return result;\n}\n\nmodule.exports = compact;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/compact.js?");
1413
1414/***/ }),
1415
1416/***/ "./node_modules/lodash/defaults.js":
1417/*!*****************************************!*\
1418 !*** ./node_modules/lodash/defaults.js ***!
1419 \*****************************************/
1420/*! no static exports found */
1421/***/ (function(module, exports, __webpack_require__) {
1422
1423eval("var baseRest = __webpack_require__(/*! ./_baseRest */ \"./node_modules/lodash/_baseRest.js\"),\n eq = __webpack_require__(/*! ./eq */ \"./node_modules/lodash/eq.js\"),\n isIterateeCall = __webpack_require__(/*! ./_isIterateeCall */ \"./node_modules/lodash/_isIterateeCall.js\"),\n keysIn = __webpack_require__(/*! ./keysIn */ \"./node_modules/lodash/keysIn.js\");\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Assigns own and inherited enumerable string keyed properties of source\n * objects to the destination object for all destination properties that\n * resolve to `undefined`. Source objects are applied from left to right.\n * Once a property is set, additional values of the same property are ignored.\n *\n * **Note:** This method mutates `object`.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The destination object.\n * @param {...Object} [sources] The source objects.\n * @returns {Object} Returns `object`.\n * @see _.defaultsDeep\n * @example\n *\n * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 });\n * // => { 'a': 1, 'b': 2 }\n */\nvar defaults = baseRest(function(object, sources) {\n object = Object(object);\n\n var index = -1;\n var length = sources.length;\n var guard = length > 2 ? sources[2] : undefined;\n\n if (guard && isIterateeCall(sources[0], sources[1], guard)) {\n length = 1;\n }\n\n while (++index < length) {\n var source = sources[index];\n var props = keysIn(source);\n var propsIndex = -1;\n var propsLength = props.length;\n\n while (++propsIndex < propsLength) {\n var key = props[propsIndex];\n var value = object[key];\n\n if (value === undefined ||\n (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) {\n object[key] = source[key];\n }\n }\n }\n\n return object;\n});\n\nmodule.exports = defaults;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/defaults.js?");
1424
1425/***/ }),
1426
1427/***/ "./node_modules/lodash/difference.js":
1428/*!*******************************************!*\
1429 !*** ./node_modules/lodash/difference.js ***!
1430 \*******************************************/
1431/*! no static exports found */
1432/***/ (function(module, exports, __webpack_require__) {
1433
1434eval("var baseDifference = __webpack_require__(/*! ./_baseDifference */ \"./node_modules/lodash/_baseDifference.js\"),\n baseFlatten = __webpack_require__(/*! ./_baseFlatten */ \"./node_modules/lodash/_baseFlatten.js\"),\n baseRest = __webpack_require__(/*! ./_baseRest */ \"./node_modules/lodash/_baseRest.js\"),\n isArrayLikeObject = __webpack_require__(/*! ./isArrayLikeObject */ \"./node_modules/lodash/isArrayLikeObject.js\");\n\n/**\n * Creates an array of `array` values not included in the other given arrays\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons. The order and references of result values are\n * determined by the first array.\n *\n * **Note:** Unlike `_.pullAll`, this method returns a new array.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Array\n * @param {Array} array The array to inspect.\n * @param {...Array} [values] The values to exclude.\n * @returns {Array} Returns the new array of filtered values.\n * @see _.without, _.xor\n * @example\n *\n * _.difference([2, 1], [2, 3]);\n * // => [1]\n */\nvar difference = baseRest(function(array, values) {\n return isArrayLikeObject(array)\n ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true))\n : [];\n});\n\nmodule.exports = difference;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/difference.js?");
1435
1436/***/ }),
1437
1438/***/ "./node_modules/lodash/eq.js":
1439/*!***********************************!*\
1440 !*** ./node_modules/lodash/eq.js ***!
1441 \***********************************/
1442/*! no static exports found */
1443/***/ (function(module, exports) {
1444
1445eval("/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\nmodule.exports = eq;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/eq.js?");
1446
1447/***/ }),
1448
1449/***/ "./node_modules/lodash/every.js":
1450/*!**************************************!*\
1451 !*** ./node_modules/lodash/every.js ***!
1452 \**************************************/
1453/*! no static exports found */
1454/***/ (function(module, exports) {
1455
1456eval("/**\n * A specialized version of `_.every` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {boolean} Returns `true` if all elements pass the predicate check,\n * else `false`.\n */\nfunction arrayEvery(array, predicate) {\n var index = -1,\n length = array == null ? 0 : array.length;\n\n while (++index < length) {\n if (!predicate(array[index], index, array)) {\n return false;\n }\n }\n return true;\n}\n\nmodule.exports = arrayEvery;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/every.js?");
1457
1458/***/ }),
1459
1460/***/ "./node_modules/lodash/filter.js":
1461/*!***************************************!*\
1462 !*** ./node_modules/lodash/filter.js ***!
1463 \***************************************/
1464/*! no static exports found */
1465/***/ (function(module, exports) {
1466
1467eval("/**\n * A specialized version of `_.filter` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {Array} Returns the new filtered array.\n */\nfunction arrayFilter(array, predicate) {\n var index = -1,\n length = array == null ? 0 : array.length,\n resIndex = 0,\n result = [];\n\n while (++index < length) {\n var value = array[index];\n if (predicate(value, index, array)) {\n result[resIndex++] = value;\n }\n }\n return result;\n}\n\nmodule.exports = arrayFilter;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/filter.js?");
1468
1469/***/ }),
1470
1471/***/ "./node_modules/lodash/find.js":
1472/*!*************************************!*\
1473 !*** ./node_modules/lodash/find.js ***!
1474 \*************************************/
1475/*! no static exports found */
1476/***/ (function(module, exports, __webpack_require__) {
1477
1478eval("var createFind = __webpack_require__(/*! ./_createFind */ \"./node_modules/lodash/_createFind.js\"),\n findIndex = __webpack_require__(/*! ./findIndex */ \"./node_modules/lodash/findIndex.js\");\n\n/**\n * Iterates over elements of `collection`, returning the first element\n * `predicate` returns truthy for. The predicate is invoked with three\n * arguments: (value, index|key, collection).\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Collection\n * @param {Array|Object} collection The collection to inspect.\n * @param {Function} [predicate=_.identity] The function invoked per iteration.\n * @param {number} [fromIndex=0] The index to search from.\n * @returns {*} Returns the matched element, else `undefined`.\n * @example\n *\n * var users = [\n * { 'user': 'barney', 'age': 36, 'active': true },\n * { 'user': 'fred', 'age': 40, 'active': false },\n * { 'user': 'pebbles', 'age': 1, 'active': true }\n * ];\n *\n * _.find(users, function(o) { return o.age < 40; });\n * // => object for 'barney'\n *\n * // The `_.matches` iteratee shorthand.\n * _.find(users, { 'age': 1, 'active': true });\n * // => object for 'pebbles'\n *\n * // The `_.matchesProperty` iteratee shorthand.\n * _.find(users, ['active', false]);\n * // => object for 'fred'\n *\n * // The `_.property` iteratee shorthand.\n * _.find(users, 'active');\n * // => object for 'barney'\n */\nvar find = createFind(findIndex);\n\nmodule.exports = find;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/find.js?");
1479
1480/***/ }),
1481
1482/***/ "./node_modules/lodash/findIndex.js":
1483/*!******************************************!*\
1484 !*** ./node_modules/lodash/findIndex.js ***!
1485 \******************************************/
1486/*! no static exports found */
1487/***/ (function(module, exports, __webpack_require__) {
1488
1489eval("var baseFindIndex = __webpack_require__(/*! ./_baseFindIndex */ \"./node_modules/lodash/_baseFindIndex.js\"),\n baseIteratee = __webpack_require__(/*! ./_baseIteratee */ \"./node_modules/lodash/_baseIteratee.js\"),\n toInteger = __webpack_require__(/*! ./toInteger */ \"./node_modules/lodash/toInteger.js\");\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * This method is like `_.find` except that it returns the index of the first\n * element `predicate` returns truthy for instead of the element itself.\n *\n * @static\n * @memberOf _\n * @since 1.1.0\n * @category Array\n * @param {Array} array The array to inspect.\n * @param {Function} [predicate=_.identity] The function invoked per iteration.\n * @param {number} [fromIndex=0] The index to search from.\n * @returns {number} Returns the index of the found element, else `-1`.\n * @example\n *\n * var users = [\n * { 'user': 'barney', 'active': false },\n * { 'user': 'fred', 'active': false },\n * { 'user': 'pebbles', 'active': true }\n * ];\n *\n * _.findIndex(users, function(o) { return o.user == 'barney'; });\n * // => 0\n *\n * // The `_.matches` iteratee shorthand.\n * _.findIndex(users, { 'user': 'fred', 'active': false });\n * // => 1\n *\n * // The `_.matchesProperty` iteratee shorthand.\n * _.findIndex(users, ['active', false]);\n * // => 0\n *\n * // The `_.property` iteratee shorthand.\n * _.findIndex(users, 'active');\n * // => 2\n */\nfunction findIndex(array, predicate, fromIndex) {\n var length = array == null ? 0 : array.length;\n if (!length) {\n return -1;\n }\n var index = fromIndex == null ? 0 : toInteger(fromIndex);\n if (index < 0) {\n index = nativeMax(length + index, 0);\n }\n return baseFindIndex(array, baseIteratee(predicate, 3), index);\n}\n\nmodule.exports = findIndex;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/findIndex.js?");
1490
1491/***/ }),
1492
1493/***/ "./node_modules/lodash/first.js":
1494/*!**************************************!*\
1495 !*** ./node_modules/lodash/first.js ***!
1496 \**************************************/
1497/*! no static exports found */
1498/***/ (function(module, exports, __webpack_require__) {
1499
1500eval("module.exports = __webpack_require__(/*! ./head */ \"./node_modules/lodash/head.js\");\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/first.js?");
1501
1502/***/ }),
1503
1504/***/ "./node_modules/lodash/flatMap.js":
1505/*!****************************************!*\
1506 !*** ./node_modules/lodash/flatMap.js ***!
1507 \****************************************/
1508/*! no static exports found */
1509/***/ (function(module, exports, __webpack_require__) {
1510
1511eval("var baseFlatten = __webpack_require__(/*! ./_baseFlatten */ \"./node_modules/lodash/_baseFlatten.js\"),\n map = __webpack_require__(/*! ./map */ \"./node_modules/lodash/map.js\");\n\n/**\n * Creates a flattened array of values by running each element in `collection`\n * thru `iteratee` and flattening the mapped results. The iteratee is invoked\n * with three arguments: (value, index|key, collection).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Collection\n * @param {Array|Object} collection The collection to iterate over.\n * @param {Function} [iteratee=_.identity] The function invoked per iteration.\n * @returns {Array} Returns the new flattened array.\n * @example\n *\n * function duplicate(n) {\n * return [n, n];\n * }\n *\n * _.flatMap([1, 2], duplicate);\n * // => [1, 1, 2, 2]\n */\nfunction flatMap(collection, iteratee) {\n return baseFlatten(map(collection, iteratee), 1);\n}\n\nmodule.exports = flatMap;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/flatMap.js?");
1512
1513/***/ }),
1514
1515/***/ "./node_modules/lodash/flatten.js":
1516/*!****************************************!*\
1517 !*** ./node_modules/lodash/flatten.js ***!
1518 \****************************************/
1519/*! no static exports found */
1520/***/ (function(module, exports, __webpack_require__) {
1521
1522eval("var baseFlatten = __webpack_require__(/*! ./_baseFlatten */ \"./node_modules/lodash/_baseFlatten.js\");\n\n/**\n * Flattens `array` a single level deep.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Array\n * @param {Array} array The array to flatten.\n * @returns {Array} Returns the new flattened array.\n * @example\n *\n * _.flatten([1, [2, [3, [4]], 5]]);\n * // => [1, 2, [3, [4]], 5]\n */\nfunction flatten(array) {\n var length = array == null ? 0 : array.length;\n return length ? baseFlatten(array, 1) : [];\n}\n\nmodule.exports = flatten;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/flatten.js?");
1523
1524/***/ }),
1525
1526/***/ "./node_modules/lodash/get.js":
1527/*!************************************!*\
1528 !*** ./node_modules/lodash/get.js ***!
1529 \************************************/
1530/*! no static exports found */
1531/***/ (function(module, exports, __webpack_require__) {
1532
1533eval("var baseGet = __webpack_require__(/*! ./_baseGet */ \"./node_modules/lodash/_baseGet.js\");\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n var result = object == null ? undefined : baseGet(object, path);\n return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/get.js?");
1534
1535/***/ }),
1536
1537/***/ "./node_modules/lodash/hasIn.js":
1538/*!**************************************!*\
1539 !*** ./node_modules/lodash/hasIn.js ***!
1540 \**************************************/
1541/*! no static exports found */
1542/***/ (function(module, exports, __webpack_require__) {
1543
1544eval("var baseHasIn = __webpack_require__(/*! ./_baseHasIn */ \"./node_modules/lodash/_baseHasIn.js\"),\n hasPath = __webpack_require__(/*! ./_hasPath */ \"./node_modules/lodash/_hasPath.js\");\n\n/**\n * Checks if `path` is a direct or inherited property of `object`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n * @example\n *\n * var object = _.create({ 'a': _.create({ 'b': 2 }) });\n *\n * _.hasIn(object, 'a');\n * // => true\n *\n * _.hasIn(object, 'a.b');\n * // => true\n *\n * _.hasIn(object, ['a', 'b']);\n * // => true\n *\n * _.hasIn(object, 'b');\n * // => false\n */\nfunction hasIn(object, path) {\n return object != null && hasPath(object, path, baseHasIn);\n}\n\nmodule.exports = hasIn;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/hasIn.js?");
1545
1546/***/ }),
1547
1548/***/ "./node_modules/lodash/head.js":
1549/*!*************************************!*\
1550 !*** ./node_modules/lodash/head.js ***!
1551 \*************************************/
1552/*! no static exports found */
1553/***/ (function(module, exports) {
1554
1555eval("/**\n * Gets the first element of `array`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @alias first\n * @category Array\n * @param {Array} array The array to query.\n * @returns {*} Returns the first element of `array`.\n * @example\n *\n * _.head([1, 2, 3]);\n * // => 1\n *\n * _.head([]);\n * // => undefined\n */\nfunction head(array) {\n return (array && array.length) ? array[0] : undefined;\n}\n\nmodule.exports = head;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/head.js?");
1556
1557/***/ }),
1558
1559/***/ "./node_modules/lodash/identity.js":
1560/*!*****************************************!*\
1561 !*** ./node_modules/lodash/identity.js ***!
1562 \*****************************************/
1563/*! no static exports found */
1564/***/ (function(module, exports) {
1565
1566eval("/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/identity.js?");
1567
1568/***/ }),
1569
1570/***/ "./node_modules/lodash/isArguments.js":
1571/*!********************************************!*\
1572 !*** ./node_modules/lodash/isArguments.js ***!
1573 \********************************************/
1574/*! no static exports found */
1575/***/ (function(module, exports) {
1576
1577eval("/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isArguments.js?");
1578
1579/***/ }),
1580
1581/***/ "./node_modules/lodash/isArray.js":
1582/*!****************************************!*\
1583 !*** ./node_modules/lodash/isArray.js ***!
1584 \****************************************/
1585/*! no static exports found */
1586/***/ (function(module, exports) {
1587
1588eval("/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\nmodule.exports = isArray;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isArray.js?");
1589
1590/***/ }),
1591
1592/***/ "./node_modules/lodash/isArrayLike.js":
1593/*!********************************************!*\
1594 !*** ./node_modules/lodash/isArrayLike.js ***!
1595 \********************************************/
1596/*! no static exports found */
1597/***/ (function(module, exports, __webpack_require__) {
1598
1599eval("var isFunction = __webpack_require__(/*! ./isFunction */ \"./node_modules/lodash/isFunction.js\"),\n isLength = __webpack_require__(/*! ./isLength */ \"./node_modules/lodash/isLength.js\");\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n return value != null && isLength(value.length) && !isFunction(value);\n}\n\nmodule.exports = isArrayLike;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isArrayLike.js?");
1600
1601/***/ }),
1602
1603/***/ "./node_modules/lodash/isArrayLikeObject.js":
1604/*!**************************************************!*\
1605 !*** ./node_modules/lodash/isArrayLikeObject.js ***!
1606 \**************************************************/
1607/*! no static exports found */
1608/***/ (function(module, exports, __webpack_require__) {
1609
1610eval("var isArrayLike = __webpack_require__(/*! ./isArrayLike */ \"./node_modules/lodash/isArrayLike.js\"),\n isObjectLike = __webpack_require__(/*! ./isObjectLike */ \"./node_modules/lodash/isObjectLike.js\");\n\n/**\n * This method is like `_.isArrayLike` except that it also checks if `value`\n * is an object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array-like object,\n * else `false`.\n * @example\n *\n * _.isArrayLikeObject([1, 2, 3]);\n * // => true\n *\n * _.isArrayLikeObject(document.body.children);\n * // => true\n *\n * _.isArrayLikeObject('abc');\n * // => false\n *\n * _.isArrayLikeObject(_.noop);\n * // => false\n */\nfunction isArrayLikeObject(value) {\n return isObjectLike(value) && isArrayLike(value);\n}\n\nmodule.exports = isArrayLikeObject;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isArrayLikeObject.js?");
1611
1612/***/ }),
1613
1614/***/ "./node_modules/lodash/isBuffer.js":
1615/*!*****************************************!*\
1616 !*** ./node_modules/lodash/isBuffer.js ***!
1617 \*****************************************/
1618/*! no static exports found */
1619/***/ (function(module, exports) {
1620
1621eval("/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isBuffer.js?");
1622
1623/***/ }),
1624
1625/***/ "./node_modules/lodash/isEmpty.js":
1626/*!****************************************!*\
1627 !*** ./node_modules/lodash/isEmpty.js ***!
1628 \****************************************/
1629/*! no static exports found */
1630/***/ (function(module, exports, __webpack_require__) {
1631
1632eval("var baseKeys = __webpack_require__(/*! ./_baseKeys */ \"./node_modules/lodash/_baseKeys.js\"),\n getTag = __webpack_require__(/*! ./_getTag */ \"./node_modules/lodash/_getTag.js\"),\n isArguments = __webpack_require__(/*! ./isArguments */ \"./node_modules/lodash/isArguments.js\"),\n isArray = __webpack_require__(/*! ./isArray */ \"./node_modules/lodash/isArray.js\"),\n isArrayLike = __webpack_require__(/*! ./isArrayLike */ \"./node_modules/lodash/isArrayLike.js\"),\n isBuffer = __webpack_require__(/*! ./isBuffer */ \"./node_modules/lodash/isBuffer.js\"),\n isPrototype = __webpack_require__(/*! ./_isPrototype */ \"./node_modules/lodash/_isPrototype.js\"),\n isTypedArray = __webpack_require__(/*! ./isTypedArray */ \"./node_modules/lodash/isTypedArray.js\");\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]',\n setTag = '[object Set]';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Checks if `value` is an empty object, collection, map, or set.\n *\n * Objects are considered empty if they have no own enumerable string keyed\n * properties.\n *\n * Array-like values such as `arguments` objects, arrays, buffers, strings, or\n * jQuery-like collections are considered empty if they have a `length` of `0`.\n * Similarly, maps and sets are considered empty if they have a `size` of `0`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is empty, else `false`.\n * @example\n *\n * _.isEmpty(null);\n * // => true\n *\n * _.isEmpty(true);\n * // => true\n *\n * _.isEmpty(1);\n * // => true\n *\n * _.isEmpty([1, 2, 3]);\n * // => false\n *\n * _.isEmpty({ 'a': 1 });\n * // => false\n */\nfunction isEmpty(value) {\n if (value == null) {\n return true;\n }\n if (isArrayLike(value) &&\n (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' ||\n isBuffer(value) || isTypedArray(value) || isArguments(value))) {\n return !value.length;\n }\n var tag = getTag(value);\n if (tag == mapTag || tag == setTag) {\n return !value.size;\n }\n if (isPrototype(value)) {\n return !baseKeys(value).length;\n }\n for (var key in value) {\n if (hasOwnProperty.call(value, key)) {\n return false;\n }\n }\n return true;\n}\n\nmodule.exports = isEmpty;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isEmpty.js?");
1633
1634/***/ }),
1635
1636/***/ "./node_modules/lodash/isEqual.js":
1637/*!****************************************!*\
1638 !*** ./node_modules/lodash/isEqual.js ***!
1639 \****************************************/
1640/*! no static exports found */
1641/***/ (function(module, exports, __webpack_require__) {
1642
1643eval("var baseIsEqual = __webpack_require__(/*! ./_baseIsEqual */ \"./node_modules/lodash/_baseIsEqual.js\");\n\n/**\n * Performs a deep comparison between two values to determine if they are\n * equivalent.\n *\n * **Note:** This method supports comparing arrays, array buffers, booleans,\n * date objects, error objects, maps, numbers, `Object` objects, regexes,\n * sets, strings, symbols, and typed arrays. `Object` objects are compared\n * by their own, not inherited, enumerable properties. Functions and DOM\n * nodes are compared by strict equality, i.e. `===`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.isEqual(object, other);\n * // => true\n *\n * object === other;\n * // => false\n */\nfunction isEqual(value, other) {\n return baseIsEqual(value, other);\n}\n\nmodule.exports = isEqual;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isEqual.js?");
1644
1645/***/ }),
1646
1647/***/ "./node_modules/lodash/isFunction.js":
1648/*!*******************************************!*\
1649 !*** ./node_modules/lodash/isFunction.js ***!
1650 \*******************************************/
1651/*! no static exports found */
1652/***/ (function(module, exports, __webpack_require__) {
1653
1654eval("var baseGetTag = __webpack_require__(/*! ./_baseGetTag */ \"./node_modules/lodash/_baseGetTag.js\"),\n isObject = __webpack_require__(/*! ./isObject */ \"./node_modules/lodash/isObject.js\");\n\n/** `Object#toString` result references. */\nvar asyncTag = '[object AsyncFunction]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n proxyTag = '[object Proxy]';\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n if (!isObject(value)) {\n return false;\n }\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 9 which returns 'object' for typed arrays and other constructors.\n var tag = baseGetTag(value);\n return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\n}\n\nmodule.exports = isFunction;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isFunction.js?");
1655
1656/***/ }),
1657
1658/***/ "./node_modules/lodash/isLength.js":
1659/*!*****************************************!*\
1660 !*** ./node_modules/lodash/isLength.js ***!
1661 \*****************************************/
1662/*! no static exports found */
1663/***/ (function(module, exports) {
1664
1665eval("/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n return typeof value == 'number' &&\n value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\nmodule.exports = isLength;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isLength.js?");
1666
1667/***/ }),
1668
1669/***/ "./node_modules/lodash/isMap.js":
1670/*!**************************************!*\
1671 !*** ./node_modules/lodash/isMap.js ***!
1672 \**************************************/
1673/*! no static exports found */
1674/***/ (function(module, exports) {
1675
1676eval("/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isMap.js?");
1677
1678/***/ }),
1679
1680/***/ "./node_modules/lodash/isObject.js":
1681/*!*****************************************!*\
1682 !*** ./node_modules/lodash/isObject.js ***!
1683 \*****************************************/
1684/*! no static exports found */
1685/***/ (function(module, exports) {
1686
1687eval("/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isObject.js?");
1688
1689/***/ }),
1690
1691/***/ "./node_modules/lodash/isObjectLike.js":
1692/*!*********************************************!*\
1693 !*** ./node_modules/lodash/isObjectLike.js ***!
1694 \*********************************************/
1695/*! no static exports found */
1696/***/ (function(module, exports) {
1697
1698eval("/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isObjectLike.js?");
1699
1700/***/ }),
1701
1702/***/ "./node_modules/lodash/isPlainObject.js":
1703/*!**********************************************!*\
1704 !*** ./node_modules/lodash/isPlainObject.js ***!
1705 \**********************************************/
1706/*! no static exports found */
1707/***/ (function(module, exports, __webpack_require__) {
1708
1709eval("var baseGetTag = __webpack_require__(/*! ./_baseGetTag */ \"./node_modules/lodash/_baseGetTag.js\"),\n getPrototype = __webpack_require__(/*! ./_getPrototype */ \"./node_modules/lodash/_getPrototype.js\"),\n isObjectLike = __webpack_require__(/*! ./isObjectLike */ \"./node_modules/lodash/isObjectLike.js\");\n\n/** `Object#toString` result references. */\nvar objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to infer the `Object` constructor. */\nvar objectCtorString = funcToString.call(Object);\n\n/**\n * Checks if `value` is a plain object, that is, an object created by the\n * `Object` constructor or one with a `[[Prototype]]` of `null`.\n *\n * @static\n * @memberOf _\n * @since 0.8.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * }\n *\n * _.isPlainObject(new Foo);\n * // => false\n *\n * _.isPlainObject([1, 2, 3]);\n * // => false\n *\n * _.isPlainObject({ 'x': 0, 'y': 0 });\n * // => true\n *\n * _.isPlainObject(Object.create(null));\n * // => true\n */\nfunction isPlainObject(value) {\n if (!isObjectLike(value) || baseGetTag(value) != objectTag) {\n return false;\n }\n var proto = getPrototype(value);\n if (proto === null) {\n return true;\n }\n var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;\n return typeof Ctor == 'function' && Ctor instanceof Ctor &&\n funcToString.call(Ctor) == objectCtorString;\n}\n\nmodule.exports = isPlainObject;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isPlainObject.js?");
1710
1711/***/ }),
1712
1713/***/ "./node_modules/lodash/isSet.js":
1714/*!**************************************!*\
1715 !*** ./node_modules/lodash/isSet.js ***!
1716 \**************************************/
1717/*! no static exports found */
1718/***/ (function(module, exports) {
1719
1720eval("/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isSet.js?");
1721
1722/***/ }),
1723
1724/***/ "./node_modules/lodash/isString.js":
1725/*!*****************************************!*\
1726 !*** ./node_modules/lodash/isString.js ***!
1727 \*****************************************/
1728/*! no static exports found */
1729/***/ (function(module, exports, __webpack_require__) {
1730
1731eval("var baseGetTag = __webpack_require__(/*! ./_baseGetTag */ \"./node_modules/lodash/_baseGetTag.js\"),\n isArray = __webpack_require__(/*! ./isArray */ \"./node_modules/lodash/isArray.js\"),\n isObjectLike = __webpack_require__(/*! ./isObjectLike */ \"./node_modules/lodash/isObjectLike.js\");\n\n/** `Object#toString` result references. */\nvar stringTag = '[object String]';\n\n/**\n * Checks if `value` is classified as a `String` primitive or object.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a string, else `false`.\n * @example\n *\n * _.isString('abc');\n * // => true\n *\n * _.isString(1);\n * // => false\n */\nfunction isString(value) {\n return typeof value == 'string' ||\n (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag);\n}\n\nmodule.exports = isString;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isString.js?");
1732
1733/***/ }),
1734
1735/***/ "./node_modules/lodash/isSymbol.js":
1736/*!*****************************************!*\
1737 !*** ./node_modules/lodash/isSymbol.js ***!
1738 \*****************************************/
1739/*! no static exports found */
1740/***/ (function(module, exports) {
1741
1742eval("/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isSymbol.js?");
1743
1744/***/ }),
1745
1746/***/ "./node_modules/lodash/isTypedArray.js":
1747/*!*********************************************!*\
1748 !*** ./node_modules/lodash/isTypedArray.js ***!
1749 \*********************************************/
1750/*! no static exports found */
1751/***/ (function(module, exports) {
1752
1753eval("/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/isTypedArray.js?");
1754
1755/***/ }),
1756
1757/***/ "./node_modules/lodash/keys.js":
1758/*!*************************************!*\
1759 !*** ./node_modules/lodash/keys.js ***!
1760 \*************************************/
1761/*! no static exports found */
1762/***/ (function(module, exports, __webpack_require__) {
1763
1764eval("var overArg = __webpack_require__(/*! ./_overArg */ \"./node_modules/lodash/_overArg.js\");\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeKeys = overArg(Object.keys, Object);\n\nmodule.exports = nativeKeys;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/keys.js?");
1765
1766/***/ }),
1767
1768/***/ "./node_modules/lodash/keysIn.js":
1769/*!***************************************!*\
1770 !*** ./node_modules/lodash/keysIn.js ***!
1771 \***************************************/
1772/*! no static exports found */
1773/***/ (function(module, exports) {
1774
1775eval("/**\n * This function is like\n * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * except that it includes inherited enumerable properties.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction nativeKeysIn(object) {\n var result = [];\n if (object != null) {\n for (var key in Object(object)) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = nativeKeysIn;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/keysIn.js?");
1776
1777/***/ }),
1778
1779/***/ "./node_modules/lodash/last.js":
1780/*!*************************************!*\
1781 !*** ./node_modules/lodash/last.js ***!
1782 \*************************************/
1783/*! no static exports found */
1784/***/ (function(module, exports) {
1785
1786eval("/**\n * Gets the last element of `array`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Array\n * @param {Array} array The array to query.\n * @returns {*} Returns the last element of `array`.\n * @example\n *\n * _.last([1, 2, 3]);\n * // => 3\n */\nfunction last(array) {\n var length = array == null ? 0 : array.length;\n return length ? array[length - 1] : undefined;\n}\n\nmodule.exports = last;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/last.js?");
1787
1788/***/ }),
1789
1790/***/ "./node_modules/lodash/map.js":
1791/*!************************************!*\
1792 !*** ./node_modules/lodash/map.js ***!
1793 \************************************/
1794/*! no static exports found */
1795/***/ (function(module, exports) {
1796
1797eval("/**\n * A specialized version of `_.map` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the new mapped array.\n */\nfunction arrayMap(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length,\n result = Array(length);\n\n while (++index < length) {\n result[index] = iteratee(array[index], index, array);\n }\n return result;\n}\n\nmodule.exports = arrayMap;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/map.js?");
1798
1799/***/ }),
1800
1801/***/ "./node_modules/lodash/merge.js":
1802/*!**************************************!*\
1803 !*** ./node_modules/lodash/merge.js ***!
1804 \**************************************/
1805/*! no static exports found */
1806/***/ (function(module, exports, __webpack_require__) {
1807
1808eval("var baseMerge = __webpack_require__(/*! ./_baseMerge */ \"./node_modules/lodash/_baseMerge.js\"),\n createAssigner = __webpack_require__(/*! ./_createAssigner */ \"./node_modules/lodash/_createAssigner.js\");\n\n/**\n * This method is like `_.assign` except that it recursively merges own and\n * inherited enumerable string keyed properties of source objects into the\n * destination object. Source properties that resolve to `undefined` are\n * skipped if a destination value exists. Array and plain object properties\n * are merged recursively. Other objects and value types are overridden by\n * assignment. Source objects are applied from left to right. Subsequent\n * sources overwrite property assignments of previous sources.\n *\n * **Note:** This method mutates `object`.\n *\n * @static\n * @memberOf _\n * @since 0.5.0\n * @category Object\n * @param {Object} object The destination object.\n * @param {...Object} [sources] The source objects.\n * @returns {Object} Returns `object`.\n * @example\n *\n * var object = {\n * 'a': [{ 'b': 2 }, { 'd': 4 }]\n * };\n *\n * var other = {\n * 'a': [{ 'c': 3 }, { 'e': 5 }]\n * };\n *\n * _.merge(object, other);\n * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] }\n */\nvar merge = createAssigner(function(object, source, srcIndex) {\n baseMerge(object, source, srcIndex);\n});\n\nmodule.exports = merge;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/merge.js?");
1809
1810/***/ }),
1811
1812/***/ "./node_modules/lodash/negate.js":
1813/*!***************************************!*\
1814 !*** ./node_modules/lodash/negate.js ***!
1815 \***************************************/
1816/*! no static exports found */
1817/***/ (function(module, exports) {
1818
1819eval("/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a function that negates the result of the predicate `func`. The\n * `func` predicate is invoked with the `this` binding and arguments of the\n * created function.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Function\n * @param {Function} predicate The predicate to negate.\n * @returns {Function} Returns the new negated function.\n * @example\n *\n * function isEven(n) {\n * return n % 2 == 0;\n * }\n *\n * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven));\n * // => [1, 3, 5]\n */\nfunction negate(predicate) {\n if (typeof predicate != 'function') {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n return function() {\n var args = arguments;\n switch (args.length) {\n case 0: return !predicate.call(this);\n case 1: return !predicate.call(this, args[0]);\n case 2: return !predicate.call(this, args[0], args[1]);\n case 3: return !predicate.call(this, args[0], args[1], args[2]);\n }\n return !predicate.apply(this, args);\n };\n}\n\nmodule.exports = negate;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/negate.js?");
1820
1821/***/ }),
1822
1823/***/ "./node_modules/lodash/omit.js":
1824/*!*************************************!*\
1825 !*** ./node_modules/lodash/omit.js ***!
1826 \*************************************/
1827/*! no static exports found */
1828/***/ (function(module, exports, __webpack_require__) {
1829
1830eval("var arrayMap = __webpack_require__(/*! ./_arrayMap */ \"./node_modules/lodash/_arrayMap.js\"),\n baseClone = __webpack_require__(/*! ./_baseClone */ \"./node_modules/lodash/_baseClone.js\"),\n baseUnset = __webpack_require__(/*! ./_baseUnset */ \"./node_modules/lodash/_baseUnset.js\"),\n castPath = __webpack_require__(/*! ./_castPath */ \"./node_modules/lodash/_castPath.js\"),\n copyObject = __webpack_require__(/*! ./_copyObject */ \"./node_modules/lodash/_copyObject.js\"),\n customOmitClone = __webpack_require__(/*! ./_customOmitClone */ \"./node_modules/lodash/_customOmitClone.js\"),\n flatRest = __webpack_require__(/*! ./_flatRest */ \"./node_modules/lodash/_flatRest.js\"),\n getAllKeysIn = __webpack_require__(/*! ./_getAllKeysIn */ \"./node_modules/lodash/_getAllKeysIn.js\");\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n CLONE_FLAT_FLAG = 2,\n CLONE_SYMBOLS_FLAG = 4;\n\n/**\n * The opposite of `_.pick`; this method creates an object composed of the\n * own and inherited enumerable property paths of `object` that are not omitted.\n *\n * **Note:** This method is considerably slower than `_.pick`.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The source object.\n * @param {...(string|string[])} [paths] The property paths to omit.\n * @returns {Object} Returns the new object.\n * @example\n *\n * var object = { 'a': 1, 'b': '2', 'c': 3 };\n *\n * _.omit(object, ['a', 'c']);\n * // => { 'b': '2' }\n */\nvar omit = flatRest(function(object, paths) {\n var result = {};\n if (object == null) {\n return result;\n }\n var isDeep = false;\n paths = arrayMap(paths, function(path) {\n path = castPath(path, object);\n isDeep || (isDeep = path.length > 1);\n return path;\n });\n copyObject(object, getAllKeysIn(object), result);\n if (isDeep) {\n result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone);\n }\n var length = paths.length;\n while (length--) {\n baseUnset(result, paths[length]);\n }\n return result;\n});\n\nmodule.exports = omit;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/omit.js?");
1831
1832/***/ }),
1833
1834/***/ "./node_modules/lodash/partial.js":
1835/*!****************************************!*\
1836 !*** ./node_modules/lodash/partial.js ***!
1837 \****************************************/
1838/*! no static exports found */
1839/***/ (function(module, exports, __webpack_require__) {
1840
1841eval("var baseRest = __webpack_require__(/*! ./_baseRest */ \"./node_modules/lodash/_baseRest.js\"),\n createWrap = __webpack_require__(/*! ./_createWrap */ \"./node_modules/lodash/_createWrap.js\"),\n getHolder = __webpack_require__(/*! ./_getHolder */ \"./node_modules/lodash/_getHolder.js\"),\n replaceHolders = __webpack_require__(/*! ./_replaceHolders */ \"./node_modules/lodash/_replaceHolders.js\");\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_PARTIAL_FLAG = 32;\n\n/**\n * Creates a function that invokes `func` with `partials` prepended to the\n * arguments it receives. This method is like `_.bind` except it does **not**\n * alter the `this` binding.\n *\n * The `_.partial.placeholder` value, which defaults to `_` in monolithic\n * builds, may be used as a placeholder for partially applied arguments.\n *\n * **Note:** This method doesn't set the \"length\" property of partially\n * applied functions.\n *\n * @static\n * @memberOf _\n * @since 0.2.0\n * @category Function\n * @param {Function} func The function to partially apply arguments to.\n * @param {...*} [partials] The arguments to be partially applied.\n * @returns {Function} Returns the new partially applied function.\n * @example\n *\n * function greet(greeting, name) {\n * return greeting + ' ' + name;\n * }\n *\n * var sayHelloTo = _.partial(greet, 'hello');\n * sayHelloTo('fred');\n * // => 'hello fred'\n *\n * // Partially applied with placeholders.\n * var greetFred = _.partial(greet, _, 'fred');\n * greetFred('hi');\n * // => 'hi fred'\n */\nvar partial = baseRest(function(func, partials) {\n var holders = replaceHolders(partials, getHolder(partial));\n return createWrap(func, WRAP_PARTIAL_FLAG, undefined, partials, holders);\n});\n\n// Assign default placeholders.\npartial.placeholder = {};\n\nmodule.exports = partial;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/partial.js?");
1842
1843/***/ }),
1844
1845/***/ "./node_modules/lodash/pick.js":
1846/*!*************************************!*\
1847 !*** ./node_modules/lodash/pick.js ***!
1848 \*************************************/
1849/*! no static exports found */
1850/***/ (function(module, exports, __webpack_require__) {
1851
1852eval("var basePick = __webpack_require__(/*! ./_basePick */ \"./node_modules/lodash/_basePick.js\"),\n flatRest = __webpack_require__(/*! ./_flatRest */ \"./node_modules/lodash/_flatRest.js\");\n\n/**\n * Creates an object composed of the picked `object` properties.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The source object.\n * @param {...(string|string[])} [paths] The property paths to pick.\n * @returns {Object} Returns the new object.\n * @example\n *\n * var object = { 'a': 1, 'b': '2', 'c': 3 };\n *\n * _.pick(object, ['a', 'c']);\n * // => { 'a': 1, 'c': 3 }\n */\nvar pick = flatRest(function(object, paths) {\n return object == null ? {} : basePick(object, paths);\n});\n\nmodule.exports = pick;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/pick.js?");
1853
1854/***/ }),
1855
1856/***/ "./node_modules/lodash/range.js":
1857/*!**************************************!*\
1858 !*** ./node_modules/lodash/range.js ***!
1859 \**************************************/
1860/*! no static exports found */
1861/***/ (function(module, exports, __webpack_require__) {
1862
1863eval("var createRange = __webpack_require__(/*! ./_createRange */ \"./node_modules/lodash/_createRange.js\");\n\n/**\n * Creates an array of numbers (positive and/or negative) progressing from\n * `start` up to, but not including, `end`. A step of `-1` is used if a negative\n * `start` is specified without an `end` or `step`. If `end` is not specified,\n * it's set to `start` with `start` then set to `0`.\n *\n * **Note:** JavaScript follows the IEEE-754 standard for resolving\n * floating-point values which can produce unexpected results.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {number} [start=0] The start of the range.\n * @param {number} end The end of the range.\n * @param {number} [step=1] The value to increment or decrement by.\n * @returns {Array} Returns the range of numbers.\n * @see _.inRange, _.rangeRight\n * @example\n *\n * _.range(4);\n * // => [0, 1, 2, 3]\n *\n * _.range(-4);\n * // => [0, -1, -2, -3]\n *\n * _.range(1, 5);\n * // => [1, 2, 3, 4]\n *\n * _.range(0, 20, 5);\n * // => [0, 5, 10, 15]\n *\n * _.range(0, -4, -1);\n * // => [0, -1, -2, -3]\n *\n * _.range(1, 4, 0);\n * // => [1, 1, 1]\n *\n * _.range(0);\n * // => []\n */\nvar range = createRange();\n\nmodule.exports = range;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/range.js?");
1864
1865/***/ }),
1866
1867/***/ "./node_modules/lodash/result.js":
1868/*!***************************************!*\
1869 !*** ./node_modules/lodash/result.js ***!
1870 \***************************************/
1871/*! no static exports found */
1872/***/ (function(module, exports, __webpack_require__) {
1873
1874eval("var castPath = __webpack_require__(/*! ./_castPath */ \"./node_modules/lodash/_castPath.js\"),\n isFunction = __webpack_require__(/*! ./isFunction */ \"./node_modules/lodash/isFunction.js\"),\n toKey = __webpack_require__(/*! ./_toKey */ \"./node_modules/lodash/_toKey.js\");\n\n/**\n * This method is like `_.get` except that if the resolved value is a\n * function it's invoked with the `this` binding of its parent object and\n * its result is returned.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to resolve.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] };\n *\n * _.result(object, 'a[0].b.c1');\n * // => 3\n *\n * _.result(object, 'a[0].b.c2');\n * // => 4\n *\n * _.result(object, 'a[0].b.c3', 'default');\n * // => 'default'\n *\n * _.result(object, 'a[0].b.c3', _.constant('default'));\n * // => 'default'\n */\nfunction result(object, path, defaultValue) {\n path = castPath(path, object);\n\n var index = -1,\n length = path.length;\n\n // Ensure the loop is entered when path is empty.\n if (!length) {\n length = 1;\n object = undefined;\n }\n while (++index < length) {\n var value = object == null ? undefined : object[toKey(path[index])];\n if (value === undefined) {\n index = length;\n value = defaultValue;\n }\n object = isFunction(value) ? value.call(object) : value;\n }\n return object;\n}\n\nmodule.exports = result;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/result.js?");
1875
1876/***/ }),
1877
1878/***/ "./node_modules/lodash/set.js":
1879/*!************************************!*\
1880 !*** ./node_modules/lodash/set.js ***!
1881 \************************************/
1882/*! no static exports found */
1883/***/ (function(module, exports, __webpack_require__) {
1884
1885eval("var baseSet = __webpack_require__(/*! ./_baseSet */ \"./node_modules/lodash/_baseSet.js\");\n\n/**\n * Sets the value at `path` of `object`. If a portion of `path` doesn't exist,\n * it's created. Arrays are created for missing index properties while objects\n * are created for all other missing properties. Use `_.setWith` to customize\n * `path` creation.\n *\n * **Note:** This method mutates `object`.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to modify.\n * @param {Array|string} path The path of the property to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns `object`.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.set(object, 'a[0].b.c', 4);\n * console.log(object.a[0].b.c);\n * // => 4\n *\n * _.set(object, ['x', '0', 'y', 'z'], 5);\n * console.log(object.x[0].y.z);\n * // => 5\n */\nfunction set(object, path, value) {\n return object == null ? object : baseSet(object, path, value);\n}\n\nmodule.exports = set;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/set.js?");
1886
1887/***/ }),
1888
1889/***/ "./node_modules/lodash/toFinite.js":
1890/*!*****************************************!*\
1891 !*** ./node_modules/lodash/toFinite.js ***!
1892 \*****************************************/
1893/*! no static exports found */
1894/***/ (function(module, exports) {
1895
1896eval("/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/toFinite.js?");
1897
1898/***/ }),
1899
1900/***/ "./node_modules/lodash/toInteger.js":
1901/*!******************************************!*\
1902 !*** ./node_modules/lodash/toInteger.js ***!
1903 \******************************************/
1904/*! no static exports found */
1905/***/ (function(module, exports) {
1906
1907eval("/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/toInteger.js?");
1908
1909/***/ }),
1910
1911/***/ "./node_modules/lodash/toPlainObject.js":
1912/*!**********************************************!*\
1913 !*** ./node_modules/lodash/toPlainObject.js ***!
1914 \**********************************************/
1915/*! no static exports found */
1916/***/ (function(module, exports, __webpack_require__) {
1917
1918eval("var copyObject = __webpack_require__(/*! ./_copyObject */ \"./node_modules/lodash/_copyObject.js\"),\n keysIn = __webpack_require__(/*! ./keysIn */ \"./node_modules/lodash/keysIn.js\");\n\n/**\n * Converts `value` to a plain object flattening inherited enumerable string\n * keyed properties of `value` to own properties of the plain object.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {Object} Returns the converted plain object.\n * @example\n *\n * function Foo() {\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.assign({ 'a': 1 }, new Foo);\n * // => { 'a': 1, 'b': 2 }\n *\n * _.assign({ 'a': 1 }, _.toPlainObject(new Foo));\n * // => { 'a': 1, 'b': 2, 'c': 3 }\n */\nfunction toPlainObject(value) {\n return copyObject(value, keysIn(value));\n}\n\nmodule.exports = toPlainObject;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/toPlainObject.js?");
1919
1920/***/ }),
1921
1922/***/ "./node_modules/lodash/toString.js":
1923/*!*****************************************!*\
1924 !*** ./node_modules/lodash/toString.js ***!
1925 \*****************************************/
1926/*! no static exports found */
1927/***/ (function(module, exports) {
1928
1929eval("/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n\n\n//# sourceURL=webpack://gooddata/./node_modules/lodash/toString.js?");
1930
1931/***/ }),
1932
1933/***/ "./node_modules/md5/md5.js":
1934/*!*********************************!*\
1935 !*** ./node_modules/md5/md5.js ***!
1936 \*********************************/
1937/*! no static exports found */
1938/***/ (function(module, exports, __webpack_require__) {
1939
1940eval("(function(){\r\n var crypt = __webpack_require__(/*! crypt */ \"./node_modules/crypt/crypt.js\"),\r\n utf8 = __webpack_require__(/*! charenc */ \"./node_modules/charenc/charenc.js\").utf8,\r\n isBuffer = __webpack_require__(/*! is-buffer */ \"./node_modules/is-buffer/index.js\"),\r\n bin = __webpack_require__(/*! charenc */ \"./node_modules/charenc/charenc.js\").bin,\r\n\r\n // The core\r\n md5 = function (message, options) {\r\n // Convert to byte array\r\n if (message.constructor == String)\r\n if (options && options.encoding === 'binary')\r\n message = bin.stringToBytes(message);\r\n else\r\n message = utf8.stringToBytes(message);\r\n else if (isBuffer(message))\r\n message = Array.prototype.slice.call(message, 0);\r\n else if (!Array.isArray(message) && message.constructor !== Uint8Array)\r\n message = message.toString();\r\n // else, assume byte array already\r\n\r\n var m = crypt.bytesToWords(message),\r\n l = message.length * 8,\r\n a = 1732584193,\r\n b = -271733879,\r\n c = -1732584194,\r\n d = 271733878;\r\n\r\n // Swap endian\r\n for (var i = 0; i < m.length; i++) {\r\n m[i] = ((m[i] << 8) | (m[i] >>> 24)) & 0x00FF00FF |\r\n ((m[i] << 24) | (m[i] >>> 8)) & 0xFF00FF00;\r\n }\r\n\r\n // Padding\r\n m[l >>> 5] |= 0x80 << (l % 32);\r\n m[(((l + 64) >>> 9) << 4) + 14] = l;\r\n\r\n // Method shortcuts\r\n var FF = md5._ff,\r\n GG = md5._gg,\r\n HH = md5._hh,\r\n II = md5._ii;\r\n\r\n for (var i = 0; i < m.length; i += 16) {\r\n\r\n var aa = a,\r\n bb = b,\r\n cc = c,\r\n dd = d;\r\n\r\n a = FF(a, b, c, d, m[i+ 0], 7, -680876936);\r\n d = FF(d, a, b, c, m[i+ 1], 12, -389564586);\r\n c = FF(c, d, a, b, m[i+ 2], 17, 606105819);\r\n b = FF(b, c, d, a, m[i+ 3], 22, -1044525330);\r\n a = FF(a, b, c, d, m[i+ 4], 7, -176418897);\r\n d = FF(d, a, b, c, m[i+ 5], 12, 1200080426);\r\n c = FF(c, d, a, b, m[i+ 6], 17, -1473231341);\r\n b = FF(b, c, d, a, m[i+ 7], 22, -45705983);\r\n a = FF(a, b, c, d, m[i+ 8], 7, 1770035416);\r\n d = FF(d, a, b, c, m[i+ 9], 12, -1958414417);\r\n c = FF(c, d, a, b, m[i+10], 17, -42063);\r\n b = FF(b, c, d, a, m[i+11], 22, -1990404162);\r\n a = FF(a, b, c, d, m[i+12], 7, 1804603682);\r\n d = FF(d, a, b, c, m[i+13], 12, -40341101);\r\n c = FF(c, d, a, b, m[i+14], 17, -1502002290);\r\n b = FF(b, c, d, a, m[i+15], 22, 1236535329);\r\n\r\n a = GG(a, b, c, d, m[i+ 1], 5, -165796510);\r\n d = GG(d, a, b, c, m[i+ 6], 9, -1069501632);\r\n c = GG(c, d, a, b, m[i+11], 14, 643717713);\r\n b = GG(b, c, d, a, m[i+ 0], 20, -373897302);\r\n a = GG(a, b, c, d, m[i+ 5], 5, -701558691);\r\n d = GG(d, a, b, c, m[i+10], 9, 38016083);\r\n c = GG(c, d, a, b, m[i+15], 14, -660478335);\r\n b = GG(b, c, d, a, m[i+ 4], 20, -405537848);\r\n a = GG(a, b, c, d, m[i+ 9], 5, 568446438);\r\n d = GG(d, a, b, c, m[i+14], 9, -1019803690);\r\n c = GG(c, d, a, b, m[i+ 3], 14, -187363961);\r\n b = GG(b, c, d, a, m[i+ 8], 20, 1163531501);\r\n a = GG(a, b, c, d, m[i+13], 5, -1444681467);\r\n d = GG(d, a, b, c, m[i+ 2], 9, -51403784);\r\n c = GG(c, d, a, b, m[i+ 7], 14, 1735328473);\r\n b = GG(b, c, d, a, m[i+12], 20, -1926607734);\r\n\r\n a = HH(a, b, c, d, m[i+ 5], 4, -378558);\r\n d = HH(d, a, b, c, m[i+ 8], 11, -2022574463);\r\n c = HH(c, d, a, b, m[i+11], 16, 1839030562);\r\n b = HH(b, c, d, a, m[i+14], 23, -35309556);\r\n a = HH(a, b, c, d, m[i+ 1], 4, -1530992060);\r\n d = HH(d, a, b, c, m[i+ 4], 11, 1272893353);\r\n c = HH(c, d, a, b, m[i+ 7], 16, -155497632);\r\n b = HH(b, c, d, a, m[i+10], 23, -1094730640);\r\n a = HH(a, b, c, d, m[i+13], 4, 681279174);\r\n d = HH(d, a, b, c, m[i+ 0], 11, -358537222);\r\n c = HH(c, d, a, b, m[i+ 3], 16, -722521979);\r\n b = HH(b, c, d, a, m[i+ 6], 23, 76029189);\r\n a = HH(a, b, c, d, m[i+ 9], 4, -640364487);\r\n d = HH(d, a, b, c, m[i+12], 11, -421815835);\r\n c = HH(c, d, a, b, m[i+15], 16, 530742520);\r\n b = HH(b, c, d, a, m[i+ 2], 23, -995338651);\r\n\r\n a = II(a, b, c, d, m[i+ 0], 6, -198630844);\r\n d = II(d, a, b, c, m[i+ 7], 10, 1126891415);\r\n c = II(c, d, a, b, m[i+14], 15, -1416354905);\r\n b = II(b, c, d, a, m[i+ 5], 21, -57434055);\r\n a = II(a, b, c, d, m[i+12], 6, 1700485571);\r\n d = II(d, a, b, c, m[i+ 3], 10, -1894986606);\r\n c = II(c, d, a, b, m[i+10], 15, -1051523);\r\n b = II(b, c, d, a, m[i+ 1], 21, -2054922799);\r\n a = II(a, b, c, d, m[i+ 8], 6, 1873313359);\r\n d = II(d, a, b, c, m[i+15], 10, -30611744);\r\n c = II(c, d, a, b, m[i+ 6], 15, -1560198380);\r\n b = II(b, c, d, a, m[i+13], 21, 1309151649);\r\n a = II(a, b, c, d, m[i+ 4], 6, -145523070);\r\n d = II(d, a, b, c, m[i+11], 10, -1120210379);\r\n c = II(c, d, a, b, m[i+ 2], 15, 718787259);\r\n b = II(b, c, d, a, m[i+ 9], 21, -343485551);\r\n\r\n a = (a + aa) >>> 0;\r\n b = (b + bb) >>> 0;\r\n c = (c + cc) >>> 0;\r\n d = (d + dd) >>> 0;\r\n }\r\n\r\n return crypt.endian([a, b, c, d]);\r\n };\r\n\r\n // Auxiliary functions\r\n md5._ff = function (a, b, c, d, x, s, t) {\r\n var n = a + (b & c | ~b & d) + (x >>> 0) + t;\r\n return ((n << s) | (n >>> (32 - s))) + b;\r\n };\r\n md5._gg = function (a, b, c, d, x, s, t) {\r\n var n = a + (b & d | c & ~d) + (x >>> 0) + t;\r\n return ((n << s) | (n >>> (32 - s))) + b;\r\n };\r\n md5._hh = function (a, b, c, d, x, s, t) {\r\n var n = a + (b ^ c ^ d) + (x >>> 0) + t;\r\n return ((n << s) | (n >>> (32 - s))) + b;\r\n };\r\n md5._ii = function (a, b, c, d, x, s, t) {\r\n var n = a + (c ^ (b | ~d)) + (x >>> 0) + t;\r\n return ((n << s) | (n >>> (32 - s))) + b;\r\n };\r\n\r\n // Package private blocksize\r\n md5._blocksize = 16;\r\n md5._digestsize = 16;\r\n\r\n module.exports = function (message, options) {\r\n if (message === undefined || message === null)\r\n throw new Error('Illegal argument ' + message);\r\n\r\n var digestbytes = crypt.wordsToBytes(md5(message, options));\r\n return options && options.asBytes ? digestbytes :\r\n options && options.asString ? bin.bytesToString(digestbytes) :\r\n crypt.bytesToHex(digestbytes);\r\n };\r\n\r\n})();\r\n\n\n//# sourceURL=webpack://gooddata/./node_modules/md5/md5.js?");
1941
1942/***/ }),
1943
1944/***/ "./node_modules/qs/lib/formats.js":
1945/*!****************************************!*\
1946 !*** ./node_modules/qs/lib/formats.js ***!
1947 \****************************************/
1948/*! no static exports found */
1949/***/ (function(module, exports, __webpack_require__) {
1950
1951"use strict";
1952eval("\n\nvar replace = String.prototype.replace;\nvar percentTwenties = /%20/g;\n\nvar util = __webpack_require__(/*! ./utils */ \"./node_modules/qs/lib/utils.js\");\n\nvar Format = {\n RFC1738: 'RFC1738',\n RFC3986: 'RFC3986'\n};\n\nmodule.exports = util.assign(\n {\n 'default': Format.RFC3986,\n formatters: {\n RFC1738: function (value) {\n return replace.call(value, percentTwenties, '+');\n },\n RFC3986: function (value) {\n return String(value);\n }\n }\n },\n Format\n);\n\n\n//# sourceURL=webpack://gooddata/./node_modules/qs/lib/formats.js?");
1953
1954/***/ }),
1955
1956/***/ "./node_modules/qs/lib/index.js":
1957/*!**************************************!*\
1958 !*** ./node_modules/qs/lib/index.js ***!
1959 \**************************************/
1960/*! no static exports found */
1961/***/ (function(module, exports, __webpack_require__) {
1962
1963"use strict";
1964eval("\n\nvar stringify = __webpack_require__(/*! ./stringify */ \"./node_modules/qs/lib/stringify.js\");\nvar parse = __webpack_require__(/*! ./parse */ \"./node_modules/qs/lib/parse.js\");\nvar formats = __webpack_require__(/*! ./formats */ \"./node_modules/qs/lib/formats.js\");\n\nmodule.exports = {\n formats: formats,\n parse: parse,\n stringify: stringify\n};\n\n\n//# sourceURL=webpack://gooddata/./node_modules/qs/lib/index.js?");
1965
1966/***/ }),
1967
1968/***/ "./node_modules/qs/lib/parse.js":
1969/*!**************************************!*\
1970 !*** ./node_modules/qs/lib/parse.js ***!
1971 \**************************************/
1972/*! no static exports found */
1973/***/ (function(module, exports, __webpack_require__) {
1974
1975"use strict";
1976eval("\n\nvar utils = __webpack_require__(/*! ./utils */ \"./node_modules/qs/lib/utils.js\");\n\nvar has = Object.prototype.hasOwnProperty;\nvar isArray = Array.isArray;\n\nvar defaults = {\n allowDots: false,\n allowPrototypes: false,\n arrayLimit: 20,\n charset: 'utf-8',\n charsetSentinel: false,\n comma: false,\n decoder: utils.decode,\n delimiter: '&',\n depth: 5,\n ignoreQueryPrefix: false,\n interpretNumericEntities: false,\n parameterLimit: 1000,\n parseArrays: true,\n plainObjects: false,\n strictNullHandling: false\n};\n\nvar interpretNumericEntities = function (str) {\n return str.replace(/&#(\\d+);/g, function ($0, numberStr) {\n return String.fromCharCode(parseInt(numberStr, 10));\n });\n};\n\nvar parseArrayValue = function (val, options) {\n if (val && typeof val === 'string' && options.comma && val.indexOf(',') > -1) {\n return val.split(',');\n }\n\n return val;\n};\n\n// This is what browsers will submit when the ✓ character occurs in an\n// application/x-www-form-urlencoded body and the encoding of the page containing\n// the form is iso-8859-1, or when the submitted form has an accept-charset\n// attribute of iso-8859-1. Presumably also with other charsets that do not contain\n// the ✓ character, such as us-ascii.\nvar isoSentinel = 'utf8=%26%2310003%3B'; // encodeURIComponent('&#10003;')\n\n// These are the percent-encoded utf-8 octets representing a checkmark, indicating that the request actually is utf-8 encoded.\nvar charsetSentinel = 'utf8=%E2%9C%93'; // encodeURIComponent('✓')\n\nvar parseValues = function parseQueryStringValues(str, options) {\n var obj = {};\n var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\\?/, '') : str;\n var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;\n var parts = cleanStr.split(options.delimiter, limit);\n var skipIndex = -1; // Keep track of where the utf8 sentinel was found\n var i;\n\n var charset = options.charset;\n if (options.charsetSentinel) {\n for (i = 0; i < parts.length; ++i) {\n if (parts[i].indexOf('utf8=') === 0) {\n if (parts[i] === charsetSentinel) {\n charset = 'utf-8';\n } else if (parts[i] === isoSentinel) {\n charset = 'iso-8859-1';\n }\n skipIndex = i;\n i = parts.length; // The eslint settings do not allow break;\n }\n }\n }\n\n for (i = 0; i < parts.length; ++i) {\n if (i === skipIndex) {\n continue;\n }\n var part = parts[i];\n\n var bracketEqualsPos = part.indexOf(']=');\n var pos = bracketEqualsPos === -1 ? part.indexOf('=') : bracketEqualsPos + 1;\n\n var key, val;\n if (pos === -1) {\n key = options.decoder(part, defaults.decoder, charset, 'key');\n val = options.strictNullHandling ? null : '';\n } else {\n key = options.decoder(part.slice(0, pos), defaults.decoder, charset, 'key');\n val = utils.maybeMap(\n parseArrayValue(part.slice(pos + 1), options),\n function (encodedVal) {\n return options.decoder(encodedVal, defaults.decoder, charset, 'value');\n }\n );\n }\n\n if (val && options.interpretNumericEntities && charset === 'iso-8859-1') {\n val = interpretNumericEntities(val);\n }\n\n if (part.indexOf('[]=') > -1) {\n val = isArray(val) ? [val] : val;\n }\n\n if (has.call(obj, key)) {\n obj[key] = utils.combine(obj[key], val);\n } else {\n obj[key] = val;\n }\n }\n\n return obj;\n};\n\nvar parseObject = function (chain, val, options, valuesParsed) {\n var leaf = valuesParsed ? val : parseArrayValue(val, options);\n\n for (var i = chain.length - 1; i >= 0; --i) {\n var obj;\n var root = chain[i];\n\n if (root === '[]' && options.parseArrays) {\n obj = [].concat(leaf);\n } else {\n obj = options.plainObjects ? Object.create(null) : {};\n var cleanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : root;\n var index = parseInt(cleanRoot, 10);\n if (!options.parseArrays && cleanRoot === '') {\n obj = { 0: leaf };\n } else if (\n !isNaN(index)\n && root !== cleanRoot\n && String(index) === cleanRoot\n && index >= 0\n && (options.parseArrays && index <= options.arrayLimit)\n ) {\n obj = [];\n obj[index] = leaf;\n } else {\n obj[cleanRoot] = leaf;\n }\n }\n\n leaf = obj; // eslint-disable-line no-param-reassign\n }\n\n return leaf;\n};\n\nvar parseKeys = function parseQueryStringKeys(givenKey, val, options, valuesParsed) {\n if (!givenKey) {\n return;\n }\n\n // Transform dot notation to bracket notation\n var key = options.allowDots ? givenKey.replace(/\\.([^.[]+)/g, '[$1]') : givenKey;\n\n // The regex chunks\n\n var brackets = /(\\[[^[\\]]*])/;\n var child = /(\\[[^[\\]]*])/g;\n\n // Get the parent\n\n var segment = options.depth > 0 && brackets.exec(key);\n var parent = segment ? key.slice(0, segment.index) : key;\n\n // Stash the parent if it exists\n\n var keys = [];\n if (parent) {\n // If we aren't using plain objects, optionally prefix keys that would overwrite object prototype properties\n if (!options.plainObjects && has.call(Object.prototype, parent)) {\n if (!options.allowPrototypes) {\n return;\n }\n }\n\n keys.push(parent);\n }\n\n // Loop through children appending to the array until we hit depth\n\n var i = 0;\n while (options.depth > 0 && (segment = child.exec(key)) !== null && i < options.depth) {\n i += 1;\n if (!options.plainObjects && has.call(Object.prototype, segment[1].slice(1, -1))) {\n if (!options.allowPrototypes) {\n return;\n }\n }\n keys.push(segment[1]);\n }\n\n // If there's a remainder, just add whatever is left\n\n if (segment) {\n keys.push('[' + key.slice(segment.index) + ']');\n }\n\n return parseObject(keys, val, options, valuesParsed);\n};\n\nvar normalizeParseOptions = function normalizeParseOptions(opts) {\n if (!opts) {\n return defaults;\n }\n\n if (opts.decoder !== null && opts.decoder !== undefined && typeof opts.decoder !== 'function') {\n throw new TypeError('Decoder has to be a function.');\n }\n\n if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {\n throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');\n }\n var charset = typeof opts.charset === 'undefined' ? defaults.charset : opts.charset;\n\n return {\n allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,\n allowPrototypes: typeof opts.allowPrototypes === 'boolean' ? opts.allowPrototypes : defaults.allowPrototypes,\n arrayLimit: typeof opts.arrayLimit === 'number' ? opts.arrayLimit : defaults.arrayLimit,\n charset: charset,\n charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,\n comma: typeof opts.comma === 'boolean' ? opts.comma : defaults.comma,\n decoder: typeof opts.decoder === 'function' ? opts.decoder : defaults.decoder,\n delimiter: typeof opts.delimiter === 'string' || utils.isRegExp(opts.delimiter) ? opts.delimiter : defaults.delimiter,\n // eslint-disable-next-line no-implicit-coercion, no-extra-parens\n depth: (typeof opts.depth === 'number' || opts.depth === false) ? +opts.depth : defaults.depth,\n ignoreQueryPrefix: opts.ignoreQueryPrefix === true,\n interpretNumericEntities: typeof opts.interpretNumericEntities === 'boolean' ? opts.interpretNumericEntities : defaults.interpretNumericEntities,\n parameterLimit: typeof opts.parameterLimit === 'number' ? opts.parameterLimit : defaults.parameterLimit,\n parseArrays: opts.parseArrays !== false,\n plainObjects: typeof opts.plainObjects === 'boolean' ? opts.plainObjects : defaults.plainObjects,\n strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling\n };\n};\n\nmodule.exports = function (str, opts) {\n var options = normalizeParseOptions(opts);\n\n if (str === '' || str === null || typeof str === 'undefined') {\n return options.plainObjects ? Object.create(null) : {};\n }\n\n var tempObj = typeof str === 'string' ? parseValues(str, options) : str;\n var obj = options.plainObjects ? Object.create(null) : {};\n\n // Iterate over the keys and setup the new object\n\n var keys = Object.keys(tempObj);\n for (var i = 0; i < keys.length; ++i) {\n var key = keys[i];\n var newObj = parseKeys(key, tempObj[key], options, typeof str === 'string');\n obj = utils.merge(obj, newObj, options);\n }\n\n return utils.compact(obj);\n};\n\n\n//# sourceURL=webpack://gooddata/./node_modules/qs/lib/parse.js?");
1977
1978/***/ }),
1979
1980/***/ "./node_modules/qs/lib/stringify.js":
1981/*!******************************************!*\
1982 !*** ./node_modules/qs/lib/stringify.js ***!
1983 \******************************************/
1984/*! no static exports found */
1985/***/ (function(module, exports, __webpack_require__) {
1986
1987"use strict";
1988eval("\n\nvar utils = __webpack_require__(/*! ./utils */ \"./node_modules/qs/lib/utils.js\");\nvar formats = __webpack_require__(/*! ./formats */ \"./node_modules/qs/lib/formats.js\");\nvar has = Object.prototype.hasOwnProperty;\n\nvar arrayPrefixGenerators = {\n brackets: function brackets(prefix) {\n return prefix + '[]';\n },\n comma: 'comma',\n indices: function indices(prefix, key) {\n return prefix + '[' + key + ']';\n },\n repeat: function repeat(prefix) {\n return prefix;\n }\n};\n\nvar isArray = Array.isArray;\nvar push = Array.prototype.push;\nvar pushToArray = function (arr, valueOrArray) {\n push.apply(arr, isArray(valueOrArray) ? valueOrArray : [valueOrArray]);\n};\n\nvar toISO = Date.prototype.toISOString;\n\nvar defaultFormat = formats['default'];\nvar defaults = {\n addQueryPrefix: false,\n allowDots: false,\n charset: 'utf-8',\n charsetSentinel: false,\n delimiter: '&',\n encode: true,\n encoder: utils.encode,\n encodeValuesOnly: false,\n format: defaultFormat,\n formatter: formats.formatters[defaultFormat],\n // deprecated\n indices: false,\n serializeDate: function serializeDate(date) {\n return toISO.call(date);\n },\n skipNulls: false,\n strictNullHandling: false\n};\n\nvar isNonNullishPrimitive = function isNonNullishPrimitive(v) {\n return typeof v === 'string'\n || typeof v === 'number'\n || typeof v === 'boolean'\n || typeof v === 'symbol'\n || typeof v === 'bigint';\n};\n\nvar stringify = function stringify(\n object,\n prefix,\n generateArrayPrefix,\n strictNullHandling,\n skipNulls,\n encoder,\n filter,\n sort,\n allowDots,\n serializeDate,\n formatter,\n encodeValuesOnly,\n charset\n) {\n var obj = object;\n if (typeof filter === 'function') {\n obj = filter(prefix, obj);\n } else if (obj instanceof Date) {\n obj = serializeDate(obj);\n } else if (generateArrayPrefix === 'comma' && isArray(obj)) {\n obj = utils.maybeMap(obj, function (value) {\n if (value instanceof Date) {\n return serializeDate(value);\n }\n return value;\n }).join(',');\n }\n\n if (obj === null) {\n if (strictNullHandling) {\n return encoder && !encodeValuesOnly ? encoder(prefix, defaults.encoder, charset, 'key') : prefix;\n }\n\n obj = '';\n }\n\n if (isNonNullishPrimitive(obj) || utils.isBuffer(obj)) {\n if (encoder) {\n var keyValue = encodeValuesOnly ? prefix : encoder(prefix, defaults.encoder, charset, 'key');\n return [formatter(keyValue) + '=' + formatter(encoder(obj, defaults.encoder, charset, 'value'))];\n }\n return [formatter(prefix) + '=' + formatter(String(obj))];\n }\n\n var values = [];\n\n if (typeof obj === 'undefined') {\n return values;\n }\n\n var objKeys;\n if (isArray(filter)) {\n objKeys = filter;\n } else {\n var keys = Object.keys(obj);\n objKeys = sort ? keys.sort(sort) : keys;\n }\n\n for (var i = 0; i < objKeys.length; ++i) {\n var key = objKeys[i];\n var value = obj[key];\n\n if (skipNulls && value === null) {\n continue;\n }\n\n var keyPrefix = isArray(obj)\n ? typeof generateArrayPrefix === 'function' ? generateArrayPrefix(prefix, key) : prefix\n : prefix + (allowDots ? '.' + key : '[' + key + ']');\n\n pushToArray(values, stringify(\n value,\n keyPrefix,\n generateArrayPrefix,\n strictNullHandling,\n skipNulls,\n encoder,\n filter,\n sort,\n allowDots,\n serializeDate,\n formatter,\n encodeValuesOnly,\n charset\n ));\n }\n\n return values;\n};\n\nvar normalizeStringifyOptions = function normalizeStringifyOptions(opts) {\n if (!opts) {\n return defaults;\n }\n\n if (opts.encoder !== null && opts.encoder !== undefined && typeof opts.encoder !== 'function') {\n throw new TypeError('Encoder has to be a function.');\n }\n\n var charset = opts.charset || defaults.charset;\n if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {\n throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');\n }\n\n var format = formats['default'];\n if (typeof opts.format !== 'undefined') {\n if (!has.call(formats.formatters, opts.format)) {\n throw new TypeError('Unknown format option provided.');\n }\n format = opts.format;\n }\n var formatter = formats.formatters[format];\n\n var filter = defaults.filter;\n if (typeof opts.filter === 'function' || isArray(opts.filter)) {\n filter = opts.filter;\n }\n\n return {\n addQueryPrefix: typeof opts.addQueryPrefix === 'boolean' ? opts.addQueryPrefix : defaults.addQueryPrefix,\n allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,\n charset: charset,\n charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,\n delimiter: typeof opts.delimiter === 'undefined' ? defaults.delimiter : opts.delimiter,\n encode: typeof opts.encode === 'boolean' ? opts.encode : defaults.encode,\n encoder: typeof opts.encoder === 'function' ? opts.encoder : defaults.encoder,\n encodeValuesOnly: typeof opts.encodeValuesOnly === 'boolean' ? opts.encodeValuesOnly : defaults.encodeValuesOnly,\n filter: filter,\n formatter: formatter,\n serializeDate: typeof opts.serializeDate === 'function' ? opts.serializeDate : defaults.serializeDate,\n skipNulls: typeof opts.skipNulls === 'boolean' ? opts.skipNulls : defaults.skipNulls,\n sort: typeof opts.sort === 'function' ? opts.sort : null,\n strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling\n };\n};\n\nmodule.exports = function (object, opts) {\n var obj = object;\n var options = normalizeStringifyOptions(opts);\n\n var objKeys;\n var filter;\n\n if (typeof options.filter === 'function') {\n filter = options.filter;\n obj = filter('', obj);\n } else if (isArray(options.filter)) {\n filter = options.filter;\n objKeys = filter;\n }\n\n var keys = [];\n\n if (typeof obj !== 'object' || obj === null) {\n return '';\n }\n\n var arrayFormat;\n if (opts && opts.arrayFormat in arrayPrefixGenerators) {\n arrayFormat = opts.arrayFormat;\n } else if (opts && 'indices' in opts) {\n arrayFormat = opts.indices ? 'indices' : 'repeat';\n } else {\n arrayFormat = 'indices';\n }\n\n var generateArrayPrefix = arrayPrefixGenerators[arrayFormat];\n\n if (!objKeys) {\n objKeys = Object.keys(obj);\n }\n\n if (options.sort) {\n objKeys.sort(options.sort);\n }\n\n for (var i = 0; i < objKeys.length; ++i) {\n var key = objKeys[i];\n\n if (options.skipNulls && obj[key] === null) {\n continue;\n }\n pushToArray(keys, stringify(\n obj[key],\n key,\n generateArrayPrefix,\n options.strictNullHandling,\n options.skipNulls,\n options.encode ? options.encoder : null,\n options.filter,\n options.sort,\n options.allowDots,\n options.serializeDate,\n options.formatter,\n options.encodeValuesOnly,\n options.charset\n ));\n }\n\n var joined = keys.join(options.delimiter);\n var prefix = options.addQueryPrefix === true ? '?' : '';\n\n if (options.charsetSentinel) {\n if (options.charset === 'iso-8859-1') {\n // encodeURIComponent('&#10003;'), the \"numeric entity\" representation of a checkmark\n prefix += 'utf8=%26%2310003%3B&';\n } else {\n // encodeURIComponent('✓')\n prefix += 'utf8=%E2%9C%93&';\n }\n }\n\n return joined.length > 0 ? prefix + joined : '';\n};\n\n\n//# sourceURL=webpack://gooddata/./node_modules/qs/lib/stringify.js?");
1989
1990/***/ }),
1991
1992/***/ "./node_modules/qs/lib/utils.js":
1993/*!**************************************!*\
1994 !*** ./node_modules/qs/lib/utils.js ***!
1995 \**************************************/
1996/*! no static exports found */
1997/***/ (function(module, exports, __webpack_require__) {
1998
1999"use strict";
2000eval("\n\nvar has = Object.prototype.hasOwnProperty;\nvar isArray = Array.isArray;\n\nvar hexTable = (function () {\n var array = [];\n for (var i = 0; i < 256; ++i) {\n array.push('%' + ((i < 16 ? '0' : '') + i.toString(16)).toUpperCase());\n }\n\n return array;\n}());\n\nvar compactQueue = function compactQueue(queue) {\n while (queue.length > 1) {\n var item = queue.pop();\n var obj = item.obj[item.prop];\n\n if (isArray(obj)) {\n var compacted = [];\n\n for (var j = 0; j < obj.length; ++j) {\n if (typeof obj[j] !== 'undefined') {\n compacted.push(obj[j]);\n }\n }\n\n item.obj[item.prop] = compacted;\n }\n }\n};\n\nvar arrayToObject = function arrayToObject(source, options) {\n var obj = options && options.plainObjects ? Object.create(null) : {};\n for (var i = 0; i < source.length; ++i) {\n if (typeof source[i] !== 'undefined') {\n obj[i] = source[i];\n }\n }\n\n return obj;\n};\n\nvar merge = function merge(target, source, options) {\n /* eslint no-param-reassign: 0 */\n if (!source) {\n return target;\n }\n\n if (typeof source !== 'object') {\n if (isArray(target)) {\n target.push(source);\n } else if (target && typeof target === 'object') {\n if ((options && (options.plainObjects || options.allowPrototypes)) || !has.call(Object.prototype, source)) {\n target[source] = true;\n }\n } else {\n return [target, source];\n }\n\n return target;\n }\n\n if (!target || typeof target !== 'object') {\n return [target].concat(source);\n }\n\n var mergeTarget = target;\n if (isArray(target) && !isArray(source)) {\n mergeTarget = arrayToObject(target, options);\n }\n\n if (isArray(target) && isArray(source)) {\n source.forEach(function (item, i) {\n if (has.call(target, i)) {\n var targetItem = target[i];\n if (targetItem && typeof targetItem === 'object' && item && typeof item === 'object') {\n target[i] = merge(targetItem, item, options);\n } else {\n target.push(item);\n }\n } else {\n target[i] = item;\n }\n });\n return target;\n }\n\n return Object.keys(source).reduce(function (acc, key) {\n var value = source[key];\n\n if (has.call(acc, key)) {\n acc[key] = merge(acc[key], value, options);\n } else {\n acc[key] = value;\n }\n return acc;\n }, mergeTarget);\n};\n\nvar assign = function assignSingleSource(target, source) {\n return Object.keys(source).reduce(function (acc, key) {\n acc[key] = source[key];\n return acc;\n }, target);\n};\n\nvar decode = function (str, decoder, charset) {\n var strWithoutPlus = str.replace(/\\+/g, ' ');\n if (charset === 'iso-8859-1') {\n // unescape never throws, no try...catch needed:\n return strWithoutPlus.replace(/%[0-9a-f]{2}/gi, unescape);\n }\n // utf-8\n try {\n return decodeURIComponent(strWithoutPlus);\n } catch (e) {\n return strWithoutPlus;\n }\n};\n\nvar encode = function encode(str, defaultEncoder, charset) {\n // This code was originally written by Brian White (mscdex) for the io.js core querystring library.\n // It has been adapted here for stricter adherence to RFC 3986\n if (str.length === 0) {\n return str;\n }\n\n var string = str;\n if (typeof str === 'symbol') {\n string = Symbol.prototype.toString.call(str);\n } else if (typeof str !== 'string') {\n string = String(str);\n }\n\n if (charset === 'iso-8859-1') {\n return escape(string).replace(/%u[0-9a-f]{4}/gi, function ($0) {\n return '%26%23' + parseInt($0.slice(2), 16) + '%3B';\n });\n }\n\n var out = '';\n for (var i = 0; i < string.length; ++i) {\n var c = string.charCodeAt(i);\n\n if (\n c === 0x2D // -\n || c === 0x2E // .\n || c === 0x5F // _\n || c === 0x7E // ~\n || (c >= 0x30 && c <= 0x39) // 0-9\n || (c >= 0x41 && c <= 0x5A) // a-z\n || (c >= 0x61 && c <= 0x7A) // A-Z\n ) {\n out += string.charAt(i);\n continue;\n }\n\n if (c < 0x80) {\n out = out + hexTable[c];\n continue;\n }\n\n if (c < 0x800) {\n out = out + (hexTable[0xC0 | (c >> 6)] + hexTable[0x80 | (c & 0x3F)]);\n continue;\n }\n\n if (c < 0xD800 || c >= 0xE000) {\n out = out + (hexTable[0xE0 | (c >> 12)] + hexTable[0x80 | ((c >> 6) & 0x3F)] + hexTable[0x80 | (c & 0x3F)]);\n continue;\n }\n\n i += 1;\n c = 0x10000 + (((c & 0x3FF) << 10) | (string.charCodeAt(i) & 0x3FF));\n out += hexTable[0xF0 | (c >> 18)]\n + hexTable[0x80 | ((c >> 12) & 0x3F)]\n + hexTable[0x80 | ((c >> 6) & 0x3F)]\n + hexTable[0x80 | (c & 0x3F)];\n }\n\n return out;\n};\n\nvar compact = function compact(value) {\n var queue = [{ obj: { o: value }, prop: 'o' }];\n var refs = [];\n\n for (var i = 0; i < queue.length; ++i) {\n var item = queue[i];\n var obj = item.obj[item.prop];\n\n var keys = Object.keys(obj);\n for (var j = 0; j < keys.length; ++j) {\n var key = keys[j];\n var val = obj[key];\n if (typeof val === 'object' && val !== null && refs.indexOf(val) === -1) {\n queue.push({ obj: obj, prop: key });\n refs.push(val);\n }\n }\n }\n\n compactQueue(queue);\n\n return value;\n};\n\nvar isRegExp = function isRegExp(obj) {\n return Object.prototype.toString.call(obj) === '[object RegExp]';\n};\n\nvar isBuffer = function isBuffer(obj) {\n if (!obj || typeof obj !== 'object') {\n return false;\n }\n\n return !!(obj.constructor && obj.constructor.isBuffer && obj.constructor.isBuffer(obj));\n};\n\nvar combine = function combine(a, b) {\n return [].concat(a, b);\n};\n\nvar maybeMap = function maybeMap(val, fn) {\n if (isArray(val)) {\n var mapped = [];\n for (var i = 0; i < val.length; i += 1) {\n mapped.push(fn(val[i]));\n }\n return mapped;\n }\n return fn(val);\n};\n\nmodule.exports = {\n arrayToObject: arrayToObject,\n assign: assign,\n combine: combine,\n compact: compact,\n decode: decode,\n encode: encode,\n isBuffer: isBuffer,\n isRegExp: isRegExp,\n maybeMap: maybeMap,\n merge: merge\n};\n\n\n//# sourceURL=webpack://gooddata/./node_modules/qs/lib/utils.js?");
2001
2002/***/ }),
2003
2004/***/ "./node_modules/rxjs/_esm5/index.js":
2005/*!******************************************!*\
2006 !*** ./node_modules/rxjs/_esm5/index.js ***!
2007 \******************************************/
2008/*! exports provided: Observable, ConnectableObservable, GroupedObservable, observable, Subject, BehaviorSubject, ReplaySubject, AsyncSubject, asap, asapScheduler, async, asyncScheduler, queue, queueScheduler, animationFrame, animationFrameScheduler, VirtualTimeScheduler, VirtualAction, Scheduler, Subscription, Subscriber, Notification, NotificationKind, pipe, noop, identity, isObservable, ArgumentOutOfRangeError, EmptyError, ObjectUnsubscribedError, UnsubscriptionError, TimeoutError, bindCallback, bindNodeCallback, combineLatest, concat, defer, empty, forkJoin, from, fromEvent, fromEventPattern, generate, iif, interval, merge, never, of, onErrorResumeNext, pairs, partition, race, range, throwError, timer, using, zip, scheduled, EMPTY, NEVER, config */
2009/***/ (function(module, __webpack_exports__, __webpack_require__) {
2010
2011"use strict";
2012eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _internal_Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./internal/Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"Observable\", function() { return _internal_Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"]; });\n\n/* harmony import */ var _internal_observable_ConnectableObservable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./internal/observable/ConnectableObservable */ \"./node_modules/rxjs/_esm5/internal/observable/ConnectableObservable.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"ConnectableObservable\", function() { return _internal_observable_ConnectableObservable__WEBPACK_IMPORTED_MODULE_1__[\"ConnectableObservable\"]; });\n\n/* harmony import */ var _internal_operators_groupBy__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./internal/operators/groupBy */ \"./node_modules/rxjs/_esm5/internal/operators/groupBy.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"GroupedObservable\", function() { return _internal_operators_groupBy__WEBPACK_IMPORTED_MODULE_2__[\"GroupedObservable\"]; });\n\n/* harmony import */ var _internal_symbol_observable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./internal/symbol/observable */ \"./node_modules/rxjs/_esm5/internal/symbol/observable.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"observable\", function() { return _internal_symbol_observable__WEBPACK_IMPORTED_MODULE_3__[\"observable\"]; });\n\n/* harmony import */ var _internal_Subject__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./internal/Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"Subject\", function() { return _internal_Subject__WEBPACK_IMPORTED_MODULE_4__[\"Subject\"]; });\n\n/* harmony import */ var _internal_BehaviorSubject__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./internal/BehaviorSubject */ \"./node_modules/rxjs/_esm5/internal/BehaviorSubject.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"BehaviorSubject\", function() { return _internal_BehaviorSubject__WEBPACK_IMPORTED_MODULE_5__[\"BehaviorSubject\"]; });\n\n/* harmony import */ var _internal_ReplaySubject__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./internal/ReplaySubject */ \"./node_modules/rxjs/_esm5/internal/ReplaySubject.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"ReplaySubject\", function() { return _internal_ReplaySubject__WEBPACK_IMPORTED_MODULE_6__[\"ReplaySubject\"]; });\n\n/* harmony import */ var _internal_AsyncSubject__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./internal/AsyncSubject */ \"./node_modules/rxjs/_esm5/internal/AsyncSubject.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"AsyncSubject\", function() { return _internal_AsyncSubject__WEBPACK_IMPORTED_MODULE_7__[\"AsyncSubject\"]; });\n\n/* harmony import */ var _internal_scheduler_asap__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./internal/scheduler/asap */ \"./node_modules/rxjs/_esm5/internal/scheduler/asap.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"asap\", function() { return _internal_scheduler_asap__WEBPACK_IMPORTED_MODULE_8__[\"asap\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"asapScheduler\", function() { return _internal_scheduler_asap__WEBPACK_IMPORTED_MODULE_8__[\"asapScheduler\"]; });\n\n/* harmony import */ var _internal_scheduler_async__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./internal/scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"async\", function() { return _internal_scheduler_async__WEBPACK_IMPORTED_MODULE_9__[\"async\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"asyncScheduler\", function() { return _internal_scheduler_async__WEBPACK_IMPORTED_MODULE_9__[\"asyncScheduler\"]; });\n\n/* harmony import */ var _internal_scheduler_queue__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./internal/scheduler/queue */ \"./node_modules/rxjs/_esm5/internal/scheduler/queue.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"queue\", function() { return _internal_scheduler_queue__WEBPACK_IMPORTED_MODULE_10__[\"queue\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"queueScheduler\", function() { return _internal_scheduler_queue__WEBPACK_IMPORTED_MODULE_10__[\"queueScheduler\"]; });\n\n/* harmony import */ var _internal_scheduler_animationFrame__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./internal/scheduler/animationFrame */ \"./node_modules/rxjs/_esm5/internal/scheduler/animationFrame.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"animationFrame\", function() { return _internal_scheduler_animationFrame__WEBPACK_IMPORTED_MODULE_11__[\"animationFrame\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"animationFrameScheduler\", function() { return _internal_scheduler_animationFrame__WEBPACK_IMPORTED_MODULE_11__[\"animationFrameScheduler\"]; });\n\n/* harmony import */ var _internal_scheduler_VirtualTimeScheduler__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./internal/scheduler/VirtualTimeScheduler */ \"./node_modules/rxjs/_esm5/internal/scheduler/VirtualTimeScheduler.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"VirtualTimeScheduler\", function() { return _internal_scheduler_VirtualTimeScheduler__WEBPACK_IMPORTED_MODULE_12__[\"VirtualTimeScheduler\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"VirtualAction\", function() { return _internal_scheduler_VirtualTimeScheduler__WEBPACK_IMPORTED_MODULE_12__[\"VirtualAction\"]; });\n\n/* harmony import */ var _internal_Scheduler__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./internal/Scheduler */ \"./node_modules/rxjs/_esm5/internal/Scheduler.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"Scheduler\", function() { return _internal_Scheduler__WEBPACK_IMPORTED_MODULE_13__[\"Scheduler\"]; });\n\n/* harmony import */ var _internal_Subscription__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./internal/Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"Subscription\", function() { return _internal_Subscription__WEBPACK_IMPORTED_MODULE_14__[\"Subscription\"]; });\n\n/* harmony import */ var _internal_Subscriber__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./internal/Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"Subscriber\", function() { return _internal_Subscriber__WEBPACK_IMPORTED_MODULE_15__[\"Subscriber\"]; });\n\n/* harmony import */ var _internal_Notification__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./internal/Notification */ \"./node_modules/rxjs/_esm5/internal/Notification.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"Notification\", function() { return _internal_Notification__WEBPACK_IMPORTED_MODULE_16__[\"Notification\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"NotificationKind\", function() { return _internal_Notification__WEBPACK_IMPORTED_MODULE_16__[\"NotificationKind\"]; });\n\n/* harmony import */ var _internal_util_pipe__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./internal/util/pipe */ \"./node_modules/rxjs/_esm5/internal/util/pipe.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"pipe\", function() { return _internal_util_pipe__WEBPACK_IMPORTED_MODULE_17__[\"pipe\"]; });\n\n/* harmony import */ var _internal_util_noop__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./internal/util/noop */ \"./node_modules/rxjs/_esm5/internal/util/noop.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"noop\", function() { return _internal_util_noop__WEBPACK_IMPORTED_MODULE_18__[\"noop\"]; });\n\n/* harmony import */ var _internal_util_identity__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./internal/util/identity */ \"./node_modules/rxjs/_esm5/internal/util/identity.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"identity\", function() { return _internal_util_identity__WEBPACK_IMPORTED_MODULE_19__[\"identity\"]; });\n\n/* harmony import */ var _internal_util_isObservable__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./internal/util/isObservable */ \"./node_modules/rxjs/_esm5/internal/util/isObservable.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"isObservable\", function() { return _internal_util_isObservable__WEBPACK_IMPORTED_MODULE_20__[\"isObservable\"]; });\n\n/* harmony import */ var _internal_util_ArgumentOutOfRangeError__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./internal/util/ArgumentOutOfRangeError */ \"./node_modules/rxjs/_esm5/internal/util/ArgumentOutOfRangeError.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"ArgumentOutOfRangeError\", function() { return _internal_util_ArgumentOutOfRangeError__WEBPACK_IMPORTED_MODULE_21__[\"ArgumentOutOfRangeError\"]; });\n\n/* harmony import */ var _internal_util_EmptyError__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./internal/util/EmptyError */ \"./node_modules/rxjs/_esm5/internal/util/EmptyError.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"EmptyError\", function() { return _internal_util_EmptyError__WEBPACK_IMPORTED_MODULE_22__[\"EmptyError\"]; });\n\n/* harmony import */ var _internal_util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./internal/util/ObjectUnsubscribedError */ \"./node_modules/rxjs/_esm5/internal/util/ObjectUnsubscribedError.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"ObjectUnsubscribedError\", function() { return _internal_util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_23__[\"ObjectUnsubscribedError\"]; });\n\n/* harmony import */ var _internal_util_UnsubscriptionError__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./internal/util/UnsubscriptionError */ \"./node_modules/rxjs/_esm5/internal/util/UnsubscriptionError.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"UnsubscriptionError\", function() { return _internal_util_UnsubscriptionError__WEBPACK_IMPORTED_MODULE_24__[\"UnsubscriptionError\"]; });\n\n/* harmony import */ var _internal_util_TimeoutError__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./internal/util/TimeoutError */ \"./node_modules/rxjs/_esm5/internal/util/TimeoutError.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"TimeoutError\", function() { return _internal_util_TimeoutError__WEBPACK_IMPORTED_MODULE_25__[\"TimeoutError\"]; });\n\n/* harmony import */ var _internal_observable_bindCallback__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./internal/observable/bindCallback */ \"./node_modules/rxjs/_esm5/internal/observable/bindCallback.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"bindCallback\", function() { return _internal_observable_bindCallback__WEBPACK_IMPORTED_MODULE_26__[\"bindCallback\"]; });\n\n/* harmony import */ var _internal_observable_bindNodeCallback__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./internal/observable/bindNodeCallback */ \"./node_modules/rxjs/_esm5/internal/observable/bindNodeCallback.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"bindNodeCallback\", function() { return _internal_observable_bindNodeCallback__WEBPACK_IMPORTED_MODULE_27__[\"bindNodeCallback\"]; });\n\n/* harmony import */ var _internal_observable_combineLatest__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./internal/observable/combineLatest */ \"./node_modules/rxjs/_esm5/internal/observable/combineLatest.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"combineLatest\", function() { return _internal_observable_combineLatest__WEBPACK_IMPORTED_MODULE_28__[\"combineLatest\"]; });\n\n/* harmony import */ var _internal_observable_concat__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./internal/observable/concat */ \"./node_modules/rxjs/_esm5/internal/observable/concat.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"concat\", function() { return _internal_observable_concat__WEBPACK_IMPORTED_MODULE_29__[\"concat\"]; });\n\n/* harmony import */ var _internal_observable_defer__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./internal/observable/defer */ \"./node_modules/rxjs/_esm5/internal/observable/defer.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"defer\", function() { return _internal_observable_defer__WEBPACK_IMPORTED_MODULE_30__[\"defer\"]; });\n\n/* harmony import */ var _internal_observable_empty__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./internal/observable/empty */ \"./node_modules/rxjs/_esm5/internal/observable/empty.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"empty\", function() { return _internal_observable_empty__WEBPACK_IMPORTED_MODULE_31__[\"empty\"]; });\n\n/* harmony import */ var _internal_observable_forkJoin__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./internal/observable/forkJoin */ \"./node_modules/rxjs/_esm5/internal/observable/forkJoin.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"forkJoin\", function() { return _internal_observable_forkJoin__WEBPACK_IMPORTED_MODULE_32__[\"forkJoin\"]; });\n\n/* harmony import */ var _internal_observable_from__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./internal/observable/from */ \"./node_modules/rxjs/_esm5/internal/observable/from.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"from\", function() { return _internal_observable_from__WEBPACK_IMPORTED_MODULE_33__[\"from\"]; });\n\n/* harmony import */ var _internal_observable_fromEvent__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./internal/observable/fromEvent */ \"./node_modules/rxjs/_esm5/internal/observable/fromEvent.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"fromEvent\", function() { return _internal_observable_fromEvent__WEBPACK_IMPORTED_MODULE_34__[\"fromEvent\"]; });\n\n/* harmony import */ var _internal_observable_fromEventPattern__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./internal/observable/fromEventPattern */ \"./node_modules/rxjs/_esm5/internal/observable/fromEventPattern.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"fromEventPattern\", function() { return _internal_observable_fromEventPattern__WEBPACK_IMPORTED_MODULE_35__[\"fromEventPattern\"]; });\n\n/* harmony import */ var _internal_observable_generate__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./internal/observable/generate */ \"./node_modules/rxjs/_esm5/internal/observable/generate.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"generate\", function() { return _internal_observable_generate__WEBPACK_IMPORTED_MODULE_36__[\"generate\"]; });\n\n/* harmony import */ var _internal_observable_iif__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ./internal/observable/iif */ \"./node_modules/rxjs/_esm5/internal/observable/iif.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"iif\", function() { return _internal_observable_iif__WEBPACK_IMPORTED_MODULE_37__[\"iif\"]; });\n\n/* harmony import */ var _internal_observable_interval__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./internal/observable/interval */ \"./node_modules/rxjs/_esm5/internal/observable/interval.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"interval\", function() { return _internal_observable_interval__WEBPACK_IMPORTED_MODULE_38__[\"interval\"]; });\n\n/* harmony import */ var _internal_observable_merge__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ./internal/observable/merge */ \"./node_modules/rxjs/_esm5/internal/observable/merge.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"merge\", function() { return _internal_observable_merge__WEBPACK_IMPORTED_MODULE_39__[\"merge\"]; });\n\n/* harmony import */ var _internal_observable_never__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./internal/observable/never */ \"./node_modules/rxjs/_esm5/internal/observable/never.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"never\", function() { return _internal_observable_never__WEBPACK_IMPORTED_MODULE_40__[\"never\"]; });\n\n/* harmony import */ var _internal_observable_of__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./internal/observable/of */ \"./node_modules/rxjs/_esm5/internal/observable/of.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"of\", function() { return _internal_observable_of__WEBPACK_IMPORTED_MODULE_41__[\"of\"]; });\n\n/* harmony import */ var _internal_observable_onErrorResumeNext__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./internal/observable/onErrorResumeNext */ \"./node_modules/rxjs/_esm5/internal/observable/onErrorResumeNext.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"onErrorResumeNext\", function() { return _internal_observable_onErrorResumeNext__WEBPACK_IMPORTED_MODULE_42__[\"onErrorResumeNext\"]; });\n\n/* harmony import */ var _internal_observable_pairs__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./internal/observable/pairs */ \"./node_modules/rxjs/_esm5/internal/observable/pairs.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"pairs\", function() { return _internal_observable_pairs__WEBPACK_IMPORTED_MODULE_43__[\"pairs\"]; });\n\n/* harmony import */ var _internal_observable_partition__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./internal/observable/partition */ \"./node_modules/rxjs/_esm5/internal/observable/partition.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"partition\", function() { return _internal_observable_partition__WEBPACK_IMPORTED_MODULE_44__[\"partition\"]; });\n\n/* harmony import */ var _internal_observable_race__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ./internal/observable/race */ \"./node_modules/rxjs/_esm5/internal/observable/race.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"race\", function() { return _internal_observable_race__WEBPACK_IMPORTED_MODULE_45__[\"race\"]; });\n\n/* harmony import */ var _internal_observable_range__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./internal/observable/range */ \"./node_modules/rxjs/_esm5/internal/observable/range.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"range\", function() { return _internal_observable_range__WEBPACK_IMPORTED_MODULE_46__[\"range\"]; });\n\n/* harmony import */ var _internal_observable_throwError__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./internal/observable/throwError */ \"./node_modules/rxjs/_esm5/internal/observable/throwError.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"throwError\", function() { return _internal_observable_throwError__WEBPACK_IMPORTED_MODULE_47__[\"throwError\"]; });\n\n/* harmony import */ var _internal_observable_timer__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./internal/observable/timer */ \"./node_modules/rxjs/_esm5/internal/observable/timer.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"timer\", function() { return _internal_observable_timer__WEBPACK_IMPORTED_MODULE_48__[\"timer\"]; });\n\n/* harmony import */ var _internal_observable_using__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./internal/observable/using */ \"./node_modules/rxjs/_esm5/internal/observable/using.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"using\", function() { return _internal_observable_using__WEBPACK_IMPORTED_MODULE_49__[\"using\"]; });\n\n/* harmony import */ var _internal_observable_zip__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ./internal/observable/zip */ \"./node_modules/rxjs/_esm5/internal/observable/zip.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"zip\", function() { return _internal_observable_zip__WEBPACK_IMPORTED_MODULE_50__[\"zip\"]; });\n\n/* harmony import */ var _internal_scheduled_scheduled__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ./internal/scheduled/scheduled */ \"./node_modules/rxjs/_esm5/internal/scheduled/scheduled.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"scheduled\", function() { return _internal_scheduled_scheduled__WEBPACK_IMPORTED_MODULE_51__[\"scheduled\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"EMPTY\", function() { return _internal_observable_empty__WEBPACK_IMPORTED_MODULE_31__[\"EMPTY\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"NEVER\", function() { return _internal_observable_never__WEBPACK_IMPORTED_MODULE_40__[\"NEVER\"]; });\n\n/* harmony import */ var _internal_config__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ./internal/config */ \"./node_modules/rxjs/_esm5/internal/config.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"config\", function() { return _internal_config__WEBPACK_IMPORTED_MODULE_52__[\"config\"]; });\n\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n//# sourceMappingURL=index.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/index.js?");
2013
2014/***/ }),
2015
2016/***/ "./node_modules/rxjs/_esm5/internal/AsyncSubject.js":
2017/*!**********************************************************!*\
2018 !*** ./node_modules/rxjs/_esm5/internal/AsyncSubject.js ***!
2019 \**********************************************************/
2020/*! exports provided: AsyncSubject */
2021/***/ (function(module, __webpack_exports__, __webpack_require__) {
2022
2023"use strict";
2024eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"AsyncSubject\", function() { return AsyncSubject; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/** PURE_IMPORTS_START tslib,_Subject,_Subscription PURE_IMPORTS_END */\n\n\n\nvar AsyncSubject = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](AsyncSubject, _super);\n function AsyncSubject() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n _this.value = null;\n _this.hasNext = false;\n _this.hasCompleted = false;\n return _this;\n }\n AsyncSubject.prototype._subscribe = function (subscriber) {\n if (this.hasError) {\n subscriber.error(this.thrownError);\n return _Subscription__WEBPACK_IMPORTED_MODULE_2__[\"Subscription\"].EMPTY;\n }\n else if (this.hasCompleted && this.hasNext) {\n subscriber.next(this.value);\n subscriber.complete();\n return _Subscription__WEBPACK_IMPORTED_MODULE_2__[\"Subscription\"].EMPTY;\n }\n return _super.prototype._subscribe.call(this, subscriber);\n };\n AsyncSubject.prototype.next = function (value) {\n if (!this.hasCompleted) {\n this.value = value;\n this.hasNext = true;\n }\n };\n AsyncSubject.prototype.error = function (error) {\n if (!this.hasCompleted) {\n _super.prototype.error.call(this, error);\n }\n };\n AsyncSubject.prototype.complete = function () {\n this.hasCompleted = true;\n if (this.hasNext) {\n _super.prototype.next.call(this, this.value);\n }\n _super.prototype.complete.call(this);\n };\n return AsyncSubject;\n}(_Subject__WEBPACK_IMPORTED_MODULE_1__[\"Subject\"]));\n\n//# sourceMappingURL=AsyncSubject.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/AsyncSubject.js?");
2025
2026/***/ }),
2027
2028/***/ "./node_modules/rxjs/_esm5/internal/BehaviorSubject.js":
2029/*!*************************************************************!*\
2030 !*** ./node_modules/rxjs/_esm5/internal/BehaviorSubject.js ***!
2031 \*************************************************************/
2032/*! exports provided: BehaviorSubject */
2033/***/ (function(module, __webpack_exports__, __webpack_require__) {
2034
2035"use strict";
2036eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"BehaviorSubject\", function() { return BehaviorSubject; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony import */ var _util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./util/ObjectUnsubscribedError */ \"./node_modules/rxjs/_esm5/internal/util/ObjectUnsubscribedError.js\");\n/** PURE_IMPORTS_START tslib,_Subject,_util_ObjectUnsubscribedError PURE_IMPORTS_END */\n\n\n\nvar BehaviorSubject = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](BehaviorSubject, _super);\n function BehaviorSubject(_value) {\n var _this = _super.call(this) || this;\n _this._value = _value;\n return _this;\n }\n Object.defineProperty(BehaviorSubject.prototype, \"value\", {\n get: function () {\n return this.getValue();\n },\n enumerable: true,\n configurable: true\n });\n BehaviorSubject.prototype._subscribe = function (subscriber) {\n var subscription = _super.prototype._subscribe.call(this, subscriber);\n if (subscription && !subscription.closed) {\n subscriber.next(this._value);\n }\n return subscription;\n };\n BehaviorSubject.prototype.getValue = function () {\n if (this.hasError) {\n throw this.thrownError;\n }\n else if (this.closed) {\n throw new _util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_2__[\"ObjectUnsubscribedError\"]();\n }\n else {\n return this._value;\n }\n };\n BehaviorSubject.prototype.next = function (value) {\n _super.prototype.next.call(this, this._value = value);\n };\n return BehaviorSubject;\n}(_Subject__WEBPACK_IMPORTED_MODULE_1__[\"Subject\"]));\n\n//# sourceMappingURL=BehaviorSubject.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/BehaviorSubject.js?");
2037
2038/***/ }),
2039
2040/***/ "./node_modules/rxjs/_esm5/internal/InnerSubscriber.js":
2041/*!*************************************************************!*\
2042 !*** ./node_modules/rxjs/_esm5/internal/InnerSubscriber.js ***!
2043 \*************************************************************/
2044/*! exports provided: InnerSubscriber */
2045/***/ (function(module, __webpack_exports__, __webpack_require__) {
2046
2047"use strict";
2048eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"InnerSubscriber\", function() { return InnerSubscriber; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nvar InnerSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](InnerSubscriber, _super);\n function InnerSubscriber(parent, outerValue, outerIndex) {\n var _this = _super.call(this) || this;\n _this.parent = parent;\n _this.outerValue = outerValue;\n _this.outerIndex = outerIndex;\n _this.index = 0;\n return _this;\n }\n InnerSubscriber.prototype._next = function (value) {\n this.parent.notifyNext(this.outerValue, value, this.outerIndex, this.index++, this);\n };\n InnerSubscriber.prototype._error = function (error) {\n this.parent.notifyError(error, this);\n this.unsubscribe();\n };\n InnerSubscriber.prototype._complete = function () {\n this.parent.notifyComplete(this);\n this.unsubscribe();\n };\n return InnerSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n\n//# sourceMappingURL=InnerSubscriber.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/InnerSubscriber.js?");
2049
2050/***/ }),
2051
2052/***/ "./node_modules/rxjs/_esm5/internal/Notification.js":
2053/*!**********************************************************!*\
2054 !*** ./node_modules/rxjs/_esm5/internal/Notification.js ***!
2055 \**********************************************************/
2056/*! exports provided: NotificationKind, Notification */
2057/***/ (function(module, __webpack_exports__, __webpack_require__) {
2058
2059"use strict";
2060eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"NotificationKind\", function() { return NotificationKind; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Notification\", function() { return Notification; });\n/* harmony import */ var _observable_empty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./observable/empty */ \"./node_modules/rxjs/_esm5/internal/observable/empty.js\");\n/* harmony import */ var _observable_of__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./observable/of */ \"./node_modules/rxjs/_esm5/internal/observable/of.js\");\n/* harmony import */ var _observable_throwError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./observable/throwError */ \"./node_modules/rxjs/_esm5/internal/observable/throwError.js\");\n/** PURE_IMPORTS_START _observable_empty,_observable_of,_observable_throwError PURE_IMPORTS_END */\n\n\n\nvar NotificationKind;\n/*@__PURE__*/ (function (NotificationKind) {\n NotificationKind[\"NEXT\"] = \"N\";\n NotificationKind[\"ERROR\"] = \"E\";\n NotificationKind[\"COMPLETE\"] = \"C\";\n})(NotificationKind || (NotificationKind = {}));\nvar Notification = /*@__PURE__*/ (function () {\n function Notification(kind, value, error) {\n this.kind = kind;\n this.value = value;\n this.error = error;\n this.hasValue = kind === 'N';\n }\n Notification.prototype.observe = function (observer) {\n switch (this.kind) {\n case 'N':\n return observer.next && observer.next(this.value);\n case 'E':\n return observer.error && observer.error(this.error);\n case 'C':\n return observer.complete && observer.complete();\n }\n };\n Notification.prototype.do = function (next, error, complete) {\n var kind = this.kind;\n switch (kind) {\n case 'N':\n return next && next(this.value);\n case 'E':\n return error && error(this.error);\n case 'C':\n return complete && complete();\n }\n };\n Notification.prototype.accept = function (nextOrObserver, error, complete) {\n if (nextOrObserver && typeof nextOrObserver.next === 'function') {\n return this.observe(nextOrObserver);\n }\n else {\n return this.do(nextOrObserver, error, complete);\n }\n };\n Notification.prototype.toObservable = function () {\n var kind = this.kind;\n switch (kind) {\n case 'N':\n return Object(_observable_of__WEBPACK_IMPORTED_MODULE_1__[\"of\"])(this.value);\n case 'E':\n return Object(_observable_throwError__WEBPACK_IMPORTED_MODULE_2__[\"throwError\"])(this.error);\n case 'C':\n return Object(_observable_empty__WEBPACK_IMPORTED_MODULE_0__[\"empty\"])();\n }\n throw new Error('unexpected notification kind value');\n };\n Notification.createNext = function (value) {\n if (typeof value !== 'undefined') {\n return new Notification('N', value);\n }\n return Notification.undefinedValueNotification;\n };\n Notification.createError = function (err) {\n return new Notification('E', undefined, err);\n };\n Notification.createComplete = function () {\n return Notification.completeNotification;\n };\n Notification.completeNotification = new Notification('C');\n Notification.undefinedValueNotification = new Notification('N', undefined);\n return Notification;\n}());\n\n//# sourceMappingURL=Notification.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/Notification.js?");
2061
2062/***/ }),
2063
2064/***/ "./node_modules/rxjs/_esm5/internal/Observable.js":
2065/*!********************************************************!*\
2066 !*** ./node_modules/rxjs/_esm5/internal/Observable.js ***!
2067 \********************************************************/
2068/*! exports provided: Observable */
2069/***/ (function(module, __webpack_exports__, __webpack_require__) {
2070
2071"use strict";
2072eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Observable\", function() { return Observable; });\n/* harmony import */ var _util_canReportError__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./util/canReportError */ \"./node_modules/rxjs/_esm5/internal/util/canReportError.js\");\n/* harmony import */ var _util_toSubscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./util/toSubscriber */ \"./node_modules/rxjs/_esm5/internal/util/toSubscriber.js\");\n/* harmony import */ var _symbol_observable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./symbol/observable */ \"./node_modules/rxjs/_esm5/internal/symbol/observable.js\");\n/* harmony import */ var _util_pipe__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./util/pipe */ \"./node_modules/rxjs/_esm5/internal/util/pipe.js\");\n/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./config */ \"./node_modules/rxjs/_esm5/internal/config.js\");\n/** PURE_IMPORTS_START _util_canReportError,_util_toSubscriber,_symbol_observable,_util_pipe,_config PURE_IMPORTS_END */\n\n\n\n\n\nvar Observable = /*@__PURE__*/ (function () {\n function Observable(subscribe) {\n this._isScalar = false;\n if (subscribe) {\n this._subscribe = subscribe;\n }\n }\n Observable.prototype.lift = function (operator) {\n var observable = new Observable();\n observable.source = this;\n observable.operator = operator;\n return observable;\n };\n Observable.prototype.subscribe = function (observerOrNext, error, complete) {\n var operator = this.operator;\n var sink = Object(_util_toSubscriber__WEBPACK_IMPORTED_MODULE_1__[\"toSubscriber\"])(observerOrNext, error, complete);\n if (operator) {\n sink.add(operator.call(sink, this.source));\n }\n else {\n sink.add(this.source || (_config__WEBPACK_IMPORTED_MODULE_4__[\"config\"].useDeprecatedSynchronousErrorHandling && !sink.syncErrorThrowable) ?\n this._subscribe(sink) :\n this._trySubscribe(sink));\n }\n if (_config__WEBPACK_IMPORTED_MODULE_4__[\"config\"].useDeprecatedSynchronousErrorHandling) {\n if (sink.syncErrorThrowable) {\n sink.syncErrorThrowable = false;\n if (sink.syncErrorThrown) {\n throw sink.syncErrorValue;\n }\n }\n }\n return sink;\n };\n Observable.prototype._trySubscribe = function (sink) {\n try {\n return this._subscribe(sink);\n }\n catch (err) {\n if (_config__WEBPACK_IMPORTED_MODULE_4__[\"config\"].useDeprecatedSynchronousErrorHandling) {\n sink.syncErrorThrown = true;\n sink.syncErrorValue = err;\n }\n if (Object(_util_canReportError__WEBPACK_IMPORTED_MODULE_0__[\"canReportError\"])(sink)) {\n sink.error(err);\n }\n else {\n console.warn(err);\n }\n }\n };\n Observable.prototype.forEach = function (next, promiseCtor) {\n var _this = this;\n promiseCtor = getPromiseCtor(promiseCtor);\n return new promiseCtor(function (resolve, reject) {\n var subscription;\n subscription = _this.subscribe(function (value) {\n try {\n next(value);\n }\n catch (err) {\n reject(err);\n if (subscription) {\n subscription.unsubscribe();\n }\n }\n }, reject, resolve);\n });\n };\n Observable.prototype._subscribe = function (subscriber) {\n var source = this.source;\n return source && source.subscribe(subscriber);\n };\n Observable.prototype[_symbol_observable__WEBPACK_IMPORTED_MODULE_2__[\"observable\"]] = function () {\n return this;\n };\n Observable.prototype.pipe = function () {\n var operations = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n operations[_i] = arguments[_i];\n }\n if (operations.length === 0) {\n return this;\n }\n return Object(_util_pipe__WEBPACK_IMPORTED_MODULE_3__[\"pipeFromArray\"])(operations)(this);\n };\n Observable.prototype.toPromise = function (promiseCtor) {\n var _this = this;\n promiseCtor = getPromiseCtor(promiseCtor);\n return new promiseCtor(function (resolve, reject) {\n var value;\n _this.subscribe(function (x) { return value = x; }, function (err) { return reject(err); }, function () { return resolve(value); });\n });\n };\n Observable.create = function (subscribe) {\n return new Observable(subscribe);\n };\n return Observable;\n}());\n\nfunction getPromiseCtor(promiseCtor) {\n if (!promiseCtor) {\n promiseCtor = _config__WEBPACK_IMPORTED_MODULE_4__[\"config\"].Promise || Promise;\n }\n if (!promiseCtor) {\n throw new Error('no Promise impl found');\n }\n return promiseCtor;\n}\n//# sourceMappingURL=Observable.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/Observable.js?");
2073
2074/***/ }),
2075
2076/***/ "./node_modules/rxjs/_esm5/internal/Observer.js":
2077/*!******************************************************!*\
2078 !*** ./node_modules/rxjs/_esm5/internal/Observer.js ***!
2079 \******************************************************/
2080/*! exports provided: empty */
2081/***/ (function(module, __webpack_exports__, __webpack_require__) {
2082
2083"use strict";
2084eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"empty\", function() { return empty; });\n/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./config */ \"./node_modules/rxjs/_esm5/internal/config.js\");\n/* harmony import */ var _util_hostReportError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./util/hostReportError */ \"./node_modules/rxjs/_esm5/internal/util/hostReportError.js\");\n/** PURE_IMPORTS_START _config,_util_hostReportError PURE_IMPORTS_END */\n\n\nvar empty = {\n closed: true,\n next: function (value) { },\n error: function (err) {\n if (_config__WEBPACK_IMPORTED_MODULE_0__[\"config\"].useDeprecatedSynchronousErrorHandling) {\n throw err;\n }\n else {\n Object(_util_hostReportError__WEBPACK_IMPORTED_MODULE_1__[\"hostReportError\"])(err);\n }\n },\n complete: function () { }\n};\n//# sourceMappingURL=Observer.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/Observer.js?");
2085
2086/***/ }),
2087
2088/***/ "./node_modules/rxjs/_esm5/internal/OuterSubscriber.js":
2089/*!*************************************************************!*\
2090 !*** ./node_modules/rxjs/_esm5/internal/OuterSubscriber.js ***!
2091 \*************************************************************/
2092/*! exports provided: OuterSubscriber */
2093/***/ (function(module, __webpack_exports__, __webpack_require__) {
2094
2095"use strict";
2096eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"OuterSubscriber\", function() { return OuterSubscriber; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nvar OuterSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](OuterSubscriber, _super);\n function OuterSubscriber() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n OuterSubscriber.prototype.notifyNext = function (outerValue, innerValue, outerIndex, innerIndex, innerSub) {\n this.destination.next(innerValue);\n };\n OuterSubscriber.prototype.notifyError = function (error, innerSub) {\n this.destination.error(error);\n };\n OuterSubscriber.prototype.notifyComplete = function (innerSub) {\n this.destination.complete();\n };\n return OuterSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n\n//# sourceMappingURL=OuterSubscriber.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/OuterSubscriber.js?");
2097
2098/***/ }),
2099
2100/***/ "./node_modules/rxjs/_esm5/internal/ReplaySubject.js":
2101/*!***********************************************************!*\
2102 !*** ./node_modules/rxjs/_esm5/internal/ReplaySubject.js ***!
2103 \***********************************************************/
2104/*! exports provided: ReplaySubject */
2105/***/ (function(module, __webpack_exports__, __webpack_require__) {
2106
2107"use strict";
2108eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ReplaySubject\", function() { return ReplaySubject; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony import */ var _scheduler_queue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./scheduler/queue */ \"./node_modules/rxjs/_esm5/internal/scheduler/queue.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/* harmony import */ var _operators_observeOn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./operators/observeOn */ \"./node_modules/rxjs/_esm5/internal/operators/observeOn.js\");\n/* harmony import */ var _util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./util/ObjectUnsubscribedError */ \"./node_modules/rxjs/_esm5/internal/util/ObjectUnsubscribedError.js\");\n/* harmony import */ var _SubjectSubscription__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./SubjectSubscription */ \"./node_modules/rxjs/_esm5/internal/SubjectSubscription.js\");\n/** PURE_IMPORTS_START tslib,_Subject,_scheduler_queue,_Subscription,_operators_observeOn,_util_ObjectUnsubscribedError,_SubjectSubscription PURE_IMPORTS_END */\n\n\n\n\n\n\n\nvar ReplaySubject = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ReplaySubject, _super);\n function ReplaySubject(bufferSize, windowTime, scheduler) {\n if (bufferSize === void 0) {\n bufferSize = Number.POSITIVE_INFINITY;\n }\n if (windowTime === void 0) {\n windowTime = Number.POSITIVE_INFINITY;\n }\n var _this = _super.call(this) || this;\n _this.scheduler = scheduler;\n _this._events = [];\n _this._infiniteTimeWindow = false;\n _this._bufferSize = bufferSize < 1 ? 1 : bufferSize;\n _this._windowTime = windowTime < 1 ? 1 : windowTime;\n if (windowTime === Number.POSITIVE_INFINITY) {\n _this._infiniteTimeWindow = true;\n _this.next = _this.nextInfiniteTimeWindow;\n }\n else {\n _this.next = _this.nextTimeWindow;\n }\n return _this;\n }\n ReplaySubject.prototype.nextInfiniteTimeWindow = function (value) {\n if (!this.isStopped) {\n var _events = this._events;\n _events.push(value);\n if (_events.length > this._bufferSize) {\n _events.shift();\n }\n }\n _super.prototype.next.call(this, value);\n };\n ReplaySubject.prototype.nextTimeWindow = function (value) {\n if (!this.isStopped) {\n this._events.push(new ReplayEvent(this._getNow(), value));\n this._trimBufferThenGetEvents();\n }\n _super.prototype.next.call(this, value);\n };\n ReplaySubject.prototype._subscribe = function (subscriber) {\n var _infiniteTimeWindow = this._infiniteTimeWindow;\n var _events = _infiniteTimeWindow ? this._events : this._trimBufferThenGetEvents();\n var scheduler = this.scheduler;\n var len = _events.length;\n var subscription;\n if (this.closed) {\n throw new _util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_5__[\"ObjectUnsubscribedError\"]();\n }\n else if (this.isStopped || this.hasError) {\n subscription = _Subscription__WEBPACK_IMPORTED_MODULE_3__[\"Subscription\"].EMPTY;\n }\n else {\n this.observers.push(subscriber);\n subscription = new _SubjectSubscription__WEBPACK_IMPORTED_MODULE_6__[\"SubjectSubscription\"](this, subscriber);\n }\n if (scheduler) {\n subscriber.add(subscriber = new _operators_observeOn__WEBPACK_IMPORTED_MODULE_4__[\"ObserveOnSubscriber\"](subscriber, scheduler));\n }\n if (_infiniteTimeWindow) {\n for (var i = 0; i < len && !subscriber.closed; i++) {\n subscriber.next(_events[i]);\n }\n }\n else {\n for (var i = 0; i < len && !subscriber.closed; i++) {\n subscriber.next(_events[i].value);\n }\n }\n if (this.hasError) {\n subscriber.error(this.thrownError);\n }\n else if (this.isStopped) {\n subscriber.complete();\n }\n return subscription;\n };\n ReplaySubject.prototype._getNow = function () {\n return (this.scheduler || _scheduler_queue__WEBPACK_IMPORTED_MODULE_2__[\"queue\"]).now();\n };\n ReplaySubject.prototype._trimBufferThenGetEvents = function () {\n var now = this._getNow();\n var _bufferSize = this._bufferSize;\n var _windowTime = this._windowTime;\n var _events = this._events;\n var eventsCount = _events.length;\n var spliceCount = 0;\n while (spliceCount < eventsCount) {\n if ((now - _events[spliceCount].time) < _windowTime) {\n break;\n }\n spliceCount++;\n }\n if (eventsCount > _bufferSize) {\n spliceCount = Math.max(spliceCount, eventsCount - _bufferSize);\n }\n if (spliceCount > 0) {\n _events.splice(0, spliceCount);\n }\n return _events;\n };\n return ReplaySubject;\n}(_Subject__WEBPACK_IMPORTED_MODULE_1__[\"Subject\"]));\n\nvar ReplayEvent = /*@__PURE__*/ (function () {\n function ReplayEvent(time, value) {\n this.time = time;\n this.value = value;\n }\n return ReplayEvent;\n}());\n//# sourceMappingURL=ReplaySubject.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/ReplaySubject.js?");
2109
2110/***/ }),
2111
2112/***/ "./node_modules/rxjs/_esm5/internal/Scheduler.js":
2113/*!*******************************************************!*\
2114 !*** ./node_modules/rxjs/_esm5/internal/Scheduler.js ***!
2115 \*******************************************************/
2116/*! exports provided: Scheduler */
2117/***/ (function(module, __webpack_exports__, __webpack_require__) {
2118
2119"use strict";
2120eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Scheduler\", function() { return Scheduler; });\nvar Scheduler = /*@__PURE__*/ (function () {\n function Scheduler(SchedulerAction, now) {\n if (now === void 0) {\n now = Scheduler.now;\n }\n this.SchedulerAction = SchedulerAction;\n this.now = now;\n }\n Scheduler.prototype.schedule = function (work, delay, state) {\n if (delay === void 0) {\n delay = 0;\n }\n return new this.SchedulerAction(this, work).schedule(state, delay);\n };\n Scheduler.now = function () { return Date.now(); };\n return Scheduler;\n}());\n\n//# sourceMappingURL=Scheduler.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/Scheduler.js?");
2121
2122/***/ }),
2123
2124/***/ "./node_modules/rxjs/_esm5/internal/Subject.js":
2125/*!*****************************************************!*\
2126 !*** ./node_modules/rxjs/_esm5/internal/Subject.js ***!
2127 \*****************************************************/
2128/*! exports provided: SubjectSubscriber, Subject, AnonymousSubject */
2129/***/ (function(module, __webpack_exports__, __webpack_require__) {
2130
2131"use strict";
2132eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"SubjectSubscriber\", function() { return SubjectSubscriber; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Subject\", function() { return Subject; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"AnonymousSubject\", function() { return AnonymousSubject; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/* harmony import */ var _util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./util/ObjectUnsubscribedError */ \"./node_modules/rxjs/_esm5/internal/util/ObjectUnsubscribedError.js\");\n/* harmony import */ var _SubjectSubscription__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./SubjectSubscription */ \"./node_modules/rxjs/_esm5/internal/SubjectSubscription.js\");\n/* harmony import */ var _internal_symbol_rxSubscriber__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../internal/symbol/rxSubscriber */ \"./node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js\");\n/** PURE_IMPORTS_START tslib,_Observable,_Subscriber,_Subscription,_util_ObjectUnsubscribedError,_SubjectSubscription,_internal_symbol_rxSubscriber PURE_IMPORTS_END */\n\n\n\n\n\n\n\nvar SubjectSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SubjectSubscriber, _super);\n function SubjectSubscriber(destination) {\n var _this = _super.call(this, destination) || this;\n _this.destination = destination;\n return _this;\n }\n return SubjectSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_2__[\"Subscriber\"]));\n\nvar Subject = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](Subject, _super);\n function Subject() {\n var _this = _super.call(this) || this;\n _this.observers = [];\n _this.closed = false;\n _this.isStopped = false;\n _this.hasError = false;\n _this.thrownError = null;\n return _this;\n }\n Subject.prototype[_internal_symbol_rxSubscriber__WEBPACK_IMPORTED_MODULE_6__[\"rxSubscriber\"]] = function () {\n return new SubjectSubscriber(this);\n };\n Subject.prototype.lift = function (operator) {\n var subject = new AnonymousSubject(this, this);\n subject.operator = operator;\n return subject;\n };\n Subject.prototype.next = function (value) {\n if (this.closed) {\n throw new _util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_4__[\"ObjectUnsubscribedError\"]();\n }\n if (!this.isStopped) {\n var observers = this.observers;\n var len = observers.length;\n var copy = observers.slice();\n for (var i = 0; i < len; i++) {\n copy[i].next(value);\n }\n }\n };\n Subject.prototype.error = function (err) {\n if (this.closed) {\n throw new _util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_4__[\"ObjectUnsubscribedError\"]();\n }\n this.hasError = true;\n this.thrownError = err;\n this.isStopped = true;\n var observers = this.observers;\n var len = observers.length;\n var copy = observers.slice();\n for (var i = 0; i < len; i++) {\n copy[i].error(err);\n }\n this.observers.length = 0;\n };\n Subject.prototype.complete = function () {\n if (this.closed) {\n throw new _util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_4__[\"ObjectUnsubscribedError\"]();\n }\n this.isStopped = true;\n var observers = this.observers;\n var len = observers.length;\n var copy = observers.slice();\n for (var i = 0; i < len; i++) {\n copy[i].complete();\n }\n this.observers.length = 0;\n };\n Subject.prototype.unsubscribe = function () {\n this.isStopped = true;\n this.closed = true;\n this.observers = null;\n };\n Subject.prototype._trySubscribe = function (subscriber) {\n if (this.closed) {\n throw new _util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_4__[\"ObjectUnsubscribedError\"]();\n }\n else {\n return _super.prototype._trySubscribe.call(this, subscriber);\n }\n };\n Subject.prototype._subscribe = function (subscriber) {\n if (this.closed) {\n throw new _util_ObjectUnsubscribedError__WEBPACK_IMPORTED_MODULE_4__[\"ObjectUnsubscribedError\"]();\n }\n else if (this.hasError) {\n subscriber.error(this.thrownError);\n return _Subscription__WEBPACK_IMPORTED_MODULE_3__[\"Subscription\"].EMPTY;\n }\n else if (this.isStopped) {\n subscriber.complete();\n return _Subscription__WEBPACK_IMPORTED_MODULE_3__[\"Subscription\"].EMPTY;\n }\n else {\n this.observers.push(subscriber);\n return new _SubjectSubscription__WEBPACK_IMPORTED_MODULE_5__[\"SubjectSubscription\"](this, subscriber);\n }\n };\n Subject.prototype.asObservable = function () {\n var observable = new _Observable__WEBPACK_IMPORTED_MODULE_1__[\"Observable\"]();\n observable.source = this;\n return observable;\n };\n Subject.create = function (destination, source) {\n return new AnonymousSubject(destination, source);\n };\n return Subject;\n}(_Observable__WEBPACK_IMPORTED_MODULE_1__[\"Observable\"]));\n\nvar AnonymousSubject = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](AnonymousSubject, _super);\n function AnonymousSubject(destination, source) {\n var _this = _super.call(this) || this;\n _this.destination = destination;\n _this.source = source;\n return _this;\n }\n AnonymousSubject.prototype.next = function (value) {\n var destination = this.destination;\n if (destination && destination.next) {\n destination.next(value);\n }\n };\n AnonymousSubject.prototype.error = function (err) {\n var destination = this.destination;\n if (destination && destination.error) {\n this.destination.error(err);\n }\n };\n AnonymousSubject.prototype.complete = function () {\n var destination = this.destination;\n if (destination && destination.complete) {\n this.destination.complete();\n }\n };\n AnonymousSubject.prototype._subscribe = function (subscriber) {\n var source = this.source;\n if (source) {\n return this.source.subscribe(subscriber);\n }\n else {\n return _Subscription__WEBPACK_IMPORTED_MODULE_3__[\"Subscription\"].EMPTY;\n }\n };\n return AnonymousSubject;\n}(Subject));\n\n//# sourceMappingURL=Subject.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/Subject.js?");
2133
2134/***/ }),
2135
2136/***/ "./node_modules/rxjs/_esm5/internal/SubjectSubscription.js":
2137/*!*****************************************************************!*\
2138 !*** ./node_modules/rxjs/_esm5/internal/SubjectSubscription.js ***!
2139 \*****************************************************************/
2140/*! exports provided: SubjectSubscription */
2141/***/ (function(module, __webpack_exports__, __webpack_require__) {
2142
2143"use strict";
2144eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"SubjectSubscription\", function() { return SubjectSubscription; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/** PURE_IMPORTS_START tslib,_Subscription PURE_IMPORTS_END */\n\n\nvar SubjectSubscription = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SubjectSubscription, _super);\n function SubjectSubscription(subject, subscriber) {\n var _this = _super.call(this) || this;\n _this.subject = subject;\n _this.subscriber = subscriber;\n _this.closed = false;\n return _this;\n }\n SubjectSubscription.prototype.unsubscribe = function () {\n if (this.closed) {\n return;\n }\n this.closed = true;\n var subject = this.subject;\n var observers = subject.observers;\n this.subject = null;\n if (!observers || observers.length === 0 || subject.isStopped || subject.closed) {\n return;\n }\n var subscriberIndex = observers.indexOf(this.subscriber);\n if (subscriberIndex !== -1) {\n observers.splice(subscriberIndex, 1);\n }\n };\n return SubjectSubscription;\n}(_Subscription__WEBPACK_IMPORTED_MODULE_1__[\"Subscription\"]));\n\n//# sourceMappingURL=SubjectSubscription.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/SubjectSubscription.js?");
2145
2146/***/ }),
2147
2148/***/ "./node_modules/rxjs/_esm5/internal/Subscriber.js":
2149/*!********************************************************!*\
2150 !*** ./node_modules/rxjs/_esm5/internal/Subscriber.js ***!
2151 \********************************************************/
2152/*! exports provided: Subscriber, SafeSubscriber */
2153/***/ (function(module, __webpack_exports__, __webpack_require__) {
2154
2155"use strict";
2156eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Subscriber\", function() { return Subscriber; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"SafeSubscriber\", function() { return SafeSubscriber; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _util_isFunction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./util/isFunction */ \"./node_modules/rxjs/_esm5/internal/util/isFunction.js\");\n/* harmony import */ var _Observer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Observer */ \"./node_modules/rxjs/_esm5/internal/Observer.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/* harmony import */ var _internal_symbol_rxSubscriber__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../internal/symbol/rxSubscriber */ \"./node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js\");\n/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./config */ \"./node_modules/rxjs/_esm5/internal/config.js\");\n/* harmony import */ var _util_hostReportError__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./util/hostReportError */ \"./node_modules/rxjs/_esm5/internal/util/hostReportError.js\");\n/** PURE_IMPORTS_START tslib,_util_isFunction,_Observer,_Subscription,_internal_symbol_rxSubscriber,_config,_util_hostReportError PURE_IMPORTS_END */\n\n\n\n\n\n\n\nvar Subscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](Subscriber, _super);\n function Subscriber(destinationOrNext, error, complete) {\n var _this = _super.call(this) || this;\n _this.syncErrorValue = null;\n _this.syncErrorThrown = false;\n _this.syncErrorThrowable = false;\n _this.isStopped = false;\n switch (arguments.length) {\n case 0:\n _this.destination = _Observer__WEBPACK_IMPORTED_MODULE_2__[\"empty\"];\n break;\n case 1:\n if (!destinationOrNext) {\n _this.destination = _Observer__WEBPACK_IMPORTED_MODULE_2__[\"empty\"];\n break;\n }\n if (typeof destinationOrNext === 'object') {\n if (destinationOrNext instanceof Subscriber) {\n _this.syncErrorThrowable = destinationOrNext.syncErrorThrowable;\n _this.destination = destinationOrNext;\n destinationOrNext.add(_this);\n }\n else {\n _this.syncErrorThrowable = true;\n _this.destination = new SafeSubscriber(_this, destinationOrNext);\n }\n break;\n }\n default:\n _this.syncErrorThrowable = true;\n _this.destination = new SafeSubscriber(_this, destinationOrNext, error, complete);\n break;\n }\n return _this;\n }\n Subscriber.prototype[_internal_symbol_rxSubscriber__WEBPACK_IMPORTED_MODULE_4__[\"rxSubscriber\"]] = function () { return this; };\n Subscriber.create = function (next, error, complete) {\n var subscriber = new Subscriber(next, error, complete);\n subscriber.syncErrorThrowable = false;\n return subscriber;\n };\n Subscriber.prototype.next = function (value) {\n if (!this.isStopped) {\n this._next(value);\n }\n };\n Subscriber.prototype.error = function (err) {\n if (!this.isStopped) {\n this.isStopped = true;\n this._error(err);\n }\n };\n Subscriber.prototype.complete = function () {\n if (!this.isStopped) {\n this.isStopped = true;\n this._complete();\n }\n };\n Subscriber.prototype.unsubscribe = function () {\n if (this.closed) {\n return;\n }\n this.isStopped = true;\n _super.prototype.unsubscribe.call(this);\n };\n Subscriber.prototype._next = function (value) {\n this.destination.next(value);\n };\n Subscriber.prototype._error = function (err) {\n this.destination.error(err);\n this.unsubscribe();\n };\n Subscriber.prototype._complete = function () {\n this.destination.complete();\n this.unsubscribe();\n };\n Subscriber.prototype._unsubscribeAndRecycle = function () {\n var _parentOrParents = this._parentOrParents;\n this._parentOrParents = null;\n this.unsubscribe();\n this.closed = false;\n this.isStopped = false;\n this._parentOrParents = _parentOrParents;\n return this;\n };\n return Subscriber;\n}(_Subscription__WEBPACK_IMPORTED_MODULE_3__[\"Subscription\"]));\n\nvar SafeSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SafeSubscriber, _super);\n function SafeSubscriber(_parentSubscriber, observerOrNext, error, complete) {\n var _this = _super.call(this) || this;\n _this._parentSubscriber = _parentSubscriber;\n var next;\n var context = _this;\n if (Object(_util_isFunction__WEBPACK_IMPORTED_MODULE_1__[\"isFunction\"])(observerOrNext)) {\n next = observerOrNext;\n }\n else if (observerOrNext) {\n next = observerOrNext.next;\n error = observerOrNext.error;\n complete = observerOrNext.complete;\n if (observerOrNext !== _Observer__WEBPACK_IMPORTED_MODULE_2__[\"empty\"]) {\n context = Object.create(observerOrNext);\n if (Object(_util_isFunction__WEBPACK_IMPORTED_MODULE_1__[\"isFunction\"])(context.unsubscribe)) {\n _this.add(context.unsubscribe.bind(context));\n }\n context.unsubscribe = _this.unsubscribe.bind(_this);\n }\n }\n _this._context = context;\n _this._next = next;\n _this._error = error;\n _this._complete = complete;\n return _this;\n }\n SafeSubscriber.prototype.next = function (value) {\n if (!this.isStopped && this._next) {\n var _parentSubscriber = this._parentSubscriber;\n if (!_config__WEBPACK_IMPORTED_MODULE_5__[\"config\"].useDeprecatedSynchronousErrorHandling || !_parentSubscriber.syncErrorThrowable) {\n this.__tryOrUnsub(this._next, value);\n }\n else if (this.__tryOrSetError(_parentSubscriber, this._next, value)) {\n this.unsubscribe();\n }\n }\n };\n SafeSubscriber.prototype.error = function (err) {\n if (!this.isStopped) {\n var _parentSubscriber = this._parentSubscriber;\n var useDeprecatedSynchronousErrorHandling = _config__WEBPACK_IMPORTED_MODULE_5__[\"config\"].useDeprecatedSynchronousErrorHandling;\n if (this._error) {\n if (!useDeprecatedSynchronousErrorHandling || !_parentSubscriber.syncErrorThrowable) {\n this.__tryOrUnsub(this._error, err);\n this.unsubscribe();\n }\n else {\n this.__tryOrSetError(_parentSubscriber, this._error, err);\n this.unsubscribe();\n }\n }\n else if (!_parentSubscriber.syncErrorThrowable) {\n this.unsubscribe();\n if (useDeprecatedSynchronousErrorHandling) {\n throw err;\n }\n Object(_util_hostReportError__WEBPACK_IMPORTED_MODULE_6__[\"hostReportError\"])(err);\n }\n else {\n if (useDeprecatedSynchronousErrorHandling) {\n _parentSubscriber.syncErrorValue = err;\n _parentSubscriber.syncErrorThrown = true;\n }\n else {\n Object(_util_hostReportError__WEBPACK_IMPORTED_MODULE_6__[\"hostReportError\"])(err);\n }\n this.unsubscribe();\n }\n }\n };\n SafeSubscriber.prototype.complete = function () {\n var _this = this;\n if (!this.isStopped) {\n var _parentSubscriber = this._parentSubscriber;\n if (this._complete) {\n var wrappedComplete = function () { return _this._complete.call(_this._context); };\n if (!_config__WEBPACK_IMPORTED_MODULE_5__[\"config\"].useDeprecatedSynchronousErrorHandling || !_parentSubscriber.syncErrorThrowable) {\n this.__tryOrUnsub(wrappedComplete);\n this.unsubscribe();\n }\n else {\n this.__tryOrSetError(_parentSubscriber, wrappedComplete);\n this.unsubscribe();\n }\n }\n else {\n this.unsubscribe();\n }\n }\n };\n SafeSubscriber.prototype.__tryOrUnsub = function (fn, value) {\n try {\n fn.call(this._context, value);\n }\n catch (err) {\n this.unsubscribe();\n if (_config__WEBPACK_IMPORTED_MODULE_5__[\"config\"].useDeprecatedSynchronousErrorHandling) {\n throw err;\n }\n else {\n Object(_util_hostReportError__WEBPACK_IMPORTED_MODULE_6__[\"hostReportError\"])(err);\n }\n }\n };\n SafeSubscriber.prototype.__tryOrSetError = function (parent, fn, value) {\n if (!_config__WEBPACK_IMPORTED_MODULE_5__[\"config\"].useDeprecatedSynchronousErrorHandling) {\n throw new Error('bad call');\n }\n try {\n fn.call(this._context, value);\n }\n catch (err) {\n if (_config__WEBPACK_IMPORTED_MODULE_5__[\"config\"].useDeprecatedSynchronousErrorHandling) {\n parent.syncErrorValue = err;\n parent.syncErrorThrown = true;\n return true;\n }\n else {\n Object(_util_hostReportError__WEBPACK_IMPORTED_MODULE_6__[\"hostReportError\"])(err);\n return true;\n }\n }\n return false;\n };\n SafeSubscriber.prototype._unsubscribe = function () {\n var _parentSubscriber = this._parentSubscriber;\n this._context = null;\n this._parentSubscriber = null;\n _parentSubscriber.unsubscribe();\n };\n return SafeSubscriber;\n}(Subscriber));\n\n//# sourceMappingURL=Subscriber.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/Subscriber.js?");
2157
2158/***/ }),
2159
2160/***/ "./node_modules/rxjs/_esm5/internal/Subscription.js":
2161/*!**********************************************************!*\
2162 !*** ./node_modules/rxjs/_esm5/internal/Subscription.js ***!
2163 \**********************************************************/
2164/*! exports provided: Subscription */
2165/***/ (function(module, __webpack_exports__, __webpack_require__) {
2166
2167"use strict";
2168eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Subscription\", function() { return Subscription; });\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _util_isObject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./util/isObject */ \"./node_modules/rxjs/_esm5/internal/util/isObject.js\");\n/* harmony import */ var _util_isFunction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./util/isFunction */ \"./node_modules/rxjs/_esm5/internal/util/isFunction.js\");\n/* harmony import */ var _util_UnsubscriptionError__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./util/UnsubscriptionError */ \"./node_modules/rxjs/_esm5/internal/util/UnsubscriptionError.js\");\n/** PURE_IMPORTS_START _util_isArray,_util_isObject,_util_isFunction,_util_UnsubscriptionError PURE_IMPORTS_END */\n\n\n\n\nvar Subscription = /*@__PURE__*/ (function () {\n function Subscription(unsubscribe) {\n this.closed = false;\n this._parentOrParents = null;\n this._subscriptions = null;\n if (unsubscribe) {\n this._ctorUnsubscribe = true;\n this._unsubscribe = unsubscribe;\n }\n }\n Subscription.prototype.unsubscribe = function () {\n var errors;\n if (this.closed) {\n return;\n }\n var _a = this, _parentOrParents = _a._parentOrParents, _ctorUnsubscribe = _a._ctorUnsubscribe, _unsubscribe = _a._unsubscribe, _subscriptions = _a._subscriptions;\n this.closed = true;\n this._parentOrParents = null;\n this._subscriptions = null;\n if (_parentOrParents instanceof Subscription) {\n _parentOrParents.remove(this);\n }\n else if (_parentOrParents !== null) {\n for (var index = 0; index < _parentOrParents.length; ++index) {\n var parent_1 = _parentOrParents[index];\n parent_1.remove(this);\n }\n }\n if (Object(_util_isFunction__WEBPACK_IMPORTED_MODULE_2__[\"isFunction\"])(_unsubscribe)) {\n if (_ctorUnsubscribe) {\n this._unsubscribe = undefined;\n }\n try {\n _unsubscribe.call(this);\n }\n catch (e) {\n errors = e instanceof _util_UnsubscriptionError__WEBPACK_IMPORTED_MODULE_3__[\"UnsubscriptionError\"] ? flattenUnsubscriptionErrors(e.errors) : [e];\n }\n }\n if (Object(_util_isArray__WEBPACK_IMPORTED_MODULE_0__[\"isArray\"])(_subscriptions)) {\n var index = -1;\n var len = _subscriptions.length;\n while (++index < len) {\n var sub = _subscriptions[index];\n if (Object(_util_isObject__WEBPACK_IMPORTED_MODULE_1__[\"isObject\"])(sub)) {\n try {\n sub.unsubscribe();\n }\n catch (e) {\n errors = errors || [];\n if (e instanceof _util_UnsubscriptionError__WEBPACK_IMPORTED_MODULE_3__[\"UnsubscriptionError\"]) {\n errors = errors.concat(flattenUnsubscriptionErrors(e.errors));\n }\n else {\n errors.push(e);\n }\n }\n }\n }\n }\n if (errors) {\n throw new _util_UnsubscriptionError__WEBPACK_IMPORTED_MODULE_3__[\"UnsubscriptionError\"](errors);\n }\n };\n Subscription.prototype.add = function (teardown) {\n var subscription = teardown;\n if (!teardown) {\n return Subscription.EMPTY;\n }\n switch (typeof teardown) {\n case 'function':\n subscription = new Subscription(teardown);\n case 'object':\n if (subscription === this || subscription.closed || typeof subscription.unsubscribe !== 'function') {\n return subscription;\n }\n else if (this.closed) {\n subscription.unsubscribe();\n return subscription;\n }\n else if (!(subscription instanceof Subscription)) {\n var tmp = subscription;\n subscription = new Subscription();\n subscription._subscriptions = [tmp];\n }\n break;\n default: {\n throw new Error('unrecognized teardown ' + teardown + ' added to Subscription.');\n }\n }\n var _parentOrParents = subscription._parentOrParents;\n if (_parentOrParents === null) {\n subscription._parentOrParents = this;\n }\n else if (_parentOrParents instanceof Subscription) {\n if (_parentOrParents === this) {\n return subscription;\n }\n subscription._parentOrParents = [_parentOrParents, this];\n }\n else if (_parentOrParents.indexOf(this) === -1) {\n _parentOrParents.push(this);\n }\n else {\n return subscription;\n }\n var subscriptions = this._subscriptions;\n if (subscriptions === null) {\n this._subscriptions = [subscription];\n }\n else {\n subscriptions.push(subscription);\n }\n return subscription;\n };\n Subscription.prototype.remove = function (subscription) {\n var subscriptions = this._subscriptions;\n if (subscriptions) {\n var subscriptionIndex = subscriptions.indexOf(subscription);\n if (subscriptionIndex !== -1) {\n subscriptions.splice(subscriptionIndex, 1);\n }\n }\n };\n Subscription.EMPTY = (function (empty) {\n empty.closed = true;\n return empty;\n }(new Subscription()));\n return Subscription;\n}());\n\nfunction flattenUnsubscriptionErrors(errors) {\n return errors.reduce(function (errs, err) { return errs.concat((err instanceof _util_UnsubscriptionError__WEBPACK_IMPORTED_MODULE_3__[\"UnsubscriptionError\"]) ? err.errors : err); }, []);\n}\n//# sourceMappingURL=Subscription.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/Subscription.js?");
2169
2170/***/ }),
2171
2172/***/ "./node_modules/rxjs/_esm5/internal/config.js":
2173/*!****************************************************!*\
2174 !*** ./node_modules/rxjs/_esm5/internal/config.js ***!
2175 \****************************************************/
2176/*! exports provided: config */
2177/***/ (function(module, __webpack_exports__, __webpack_require__) {
2178
2179"use strict";
2180eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"config\", function() { return config; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar _enable_super_gross_mode_that_will_cause_bad_things = false;\nvar config = {\n Promise: undefined,\n set useDeprecatedSynchronousErrorHandling(value) {\n if (value) {\n var error = /*@__PURE__*/ new Error();\n /*@__PURE__*/ console.warn('DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \\n' + error.stack);\n }\n else if (_enable_super_gross_mode_that_will_cause_bad_things) {\n /*@__PURE__*/ console.log('RxJS: Back to a better error behavior. Thank you. <3');\n }\n _enable_super_gross_mode_that_will_cause_bad_things = value;\n },\n get useDeprecatedSynchronousErrorHandling() {\n return _enable_super_gross_mode_that_will_cause_bad_things;\n },\n};\n//# sourceMappingURL=config.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/config.js?");
2181
2182/***/ }),
2183
2184/***/ "./node_modules/rxjs/_esm5/internal/innerSubscribe.js":
2185/*!************************************************************!*\
2186 !*** ./node_modules/rxjs/_esm5/internal/innerSubscribe.js ***!
2187 \************************************************************/
2188/*! exports provided: SimpleInnerSubscriber, ComplexInnerSubscriber, SimpleOuterSubscriber, ComplexOuterSubscriber, innerSubscribe */
2189/***/ (function(module, __webpack_exports__, __webpack_require__) {
2190
2191"use strict";
2192eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"SimpleInnerSubscriber\", function() { return SimpleInnerSubscriber; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ComplexInnerSubscriber\", function() { return ComplexInnerSubscriber; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"SimpleOuterSubscriber\", function() { return SimpleOuterSubscriber; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ComplexOuterSubscriber\", function() { return ComplexOuterSubscriber; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"innerSubscribe\", function() { return innerSubscribe; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _util_subscribeTo__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./util/subscribeTo */ \"./node_modules/rxjs/_esm5/internal/util/subscribeTo.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_Observable,_util_subscribeTo PURE_IMPORTS_END */\n\n\n\n\nvar SimpleInnerSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SimpleInnerSubscriber, _super);\n function SimpleInnerSubscriber(parent) {\n var _this = _super.call(this) || this;\n _this.parent = parent;\n return _this;\n }\n SimpleInnerSubscriber.prototype._next = function (value) {\n this.parent.notifyNext(value);\n };\n SimpleInnerSubscriber.prototype._error = function (error) {\n this.parent.notifyError(error);\n this.unsubscribe();\n };\n SimpleInnerSubscriber.prototype._complete = function () {\n this.parent.notifyComplete();\n this.unsubscribe();\n };\n return SimpleInnerSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n\nvar ComplexInnerSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ComplexInnerSubscriber, _super);\n function ComplexInnerSubscriber(parent, outerValue, outerIndex) {\n var _this = _super.call(this) || this;\n _this.parent = parent;\n _this.outerValue = outerValue;\n _this.outerIndex = outerIndex;\n return _this;\n }\n ComplexInnerSubscriber.prototype._next = function (value) {\n this.parent.notifyNext(this.outerValue, value, this.outerIndex, this);\n };\n ComplexInnerSubscriber.prototype._error = function (error) {\n this.parent.notifyError(error);\n this.unsubscribe();\n };\n ComplexInnerSubscriber.prototype._complete = function () {\n this.parent.notifyComplete(this);\n this.unsubscribe();\n };\n return ComplexInnerSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n\nvar SimpleOuterSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SimpleOuterSubscriber, _super);\n function SimpleOuterSubscriber() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n SimpleOuterSubscriber.prototype.notifyNext = function (innerValue) {\n this.destination.next(innerValue);\n };\n SimpleOuterSubscriber.prototype.notifyError = function (err) {\n this.destination.error(err);\n };\n SimpleOuterSubscriber.prototype.notifyComplete = function () {\n this.destination.complete();\n };\n return SimpleOuterSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n\nvar ComplexOuterSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ComplexOuterSubscriber, _super);\n function ComplexOuterSubscriber() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ComplexOuterSubscriber.prototype.notifyNext = function (_outerValue, innerValue, _outerIndex, _innerSub) {\n this.destination.next(innerValue);\n };\n ComplexOuterSubscriber.prototype.notifyError = function (error) {\n this.destination.error(error);\n };\n ComplexOuterSubscriber.prototype.notifyComplete = function (_innerSub) {\n this.destination.complete();\n };\n return ComplexOuterSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n\nfunction innerSubscribe(result, innerSubscriber) {\n if (innerSubscriber.closed) {\n return undefined;\n }\n if (result instanceof _Observable__WEBPACK_IMPORTED_MODULE_2__[\"Observable\"]) {\n return result.subscribe(innerSubscriber);\n }\n return Object(_util_subscribeTo__WEBPACK_IMPORTED_MODULE_3__[\"subscribeTo\"])(result)(innerSubscriber);\n}\n//# sourceMappingURL=innerSubscribe.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/innerSubscribe.js?");
2193
2194/***/ }),
2195
2196/***/ "./node_modules/rxjs/_esm5/internal/observable/ConnectableObservable.js":
2197/*!******************************************************************************!*\
2198 !*** ./node_modules/rxjs/_esm5/internal/observable/ConnectableObservable.js ***!
2199 \******************************************************************************/
2200/*! exports provided: ConnectableObservable, connectableObservableDescriptor */
2201/***/ (function(module, __webpack_exports__, __webpack_require__) {
2202
2203"use strict";
2204eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ConnectableObservable\", function() { return ConnectableObservable; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"connectableObservableDescriptor\", function() { return connectableObservableDescriptor; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/* harmony import */ var _operators_refCount__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../operators/refCount */ \"./node_modules/rxjs/_esm5/internal/operators/refCount.js\");\n/** PURE_IMPORTS_START tslib,_Subject,_Observable,_Subscriber,_Subscription,_operators_refCount PURE_IMPORTS_END */\n\n\n\n\n\n\nvar ConnectableObservable = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ConnectableObservable, _super);\n function ConnectableObservable(source, subjectFactory) {\n var _this = _super.call(this) || this;\n _this.source = source;\n _this.subjectFactory = subjectFactory;\n _this._refCount = 0;\n _this._isComplete = false;\n return _this;\n }\n ConnectableObservable.prototype._subscribe = function (subscriber) {\n return this.getSubject().subscribe(subscriber);\n };\n ConnectableObservable.prototype.getSubject = function () {\n var subject = this._subject;\n if (!subject || subject.isStopped) {\n this._subject = this.subjectFactory();\n }\n return this._subject;\n };\n ConnectableObservable.prototype.connect = function () {\n var connection = this._connection;\n if (!connection) {\n this._isComplete = false;\n connection = this._connection = new _Subscription__WEBPACK_IMPORTED_MODULE_4__[\"Subscription\"]();\n connection.add(this.source\n .subscribe(new ConnectableSubscriber(this.getSubject(), this)));\n if (connection.closed) {\n this._connection = null;\n connection = _Subscription__WEBPACK_IMPORTED_MODULE_4__[\"Subscription\"].EMPTY;\n }\n }\n return connection;\n };\n ConnectableObservable.prototype.refCount = function () {\n return Object(_operators_refCount__WEBPACK_IMPORTED_MODULE_5__[\"refCount\"])()(this);\n };\n return ConnectableObservable;\n}(_Observable__WEBPACK_IMPORTED_MODULE_2__[\"Observable\"]));\n\nvar connectableObservableDescriptor = /*@__PURE__*/ (function () {\n var connectableProto = ConnectableObservable.prototype;\n return {\n operator: { value: null },\n _refCount: { value: 0, writable: true },\n _subject: { value: null, writable: true },\n _connection: { value: null, writable: true },\n _subscribe: { value: connectableProto._subscribe },\n _isComplete: { value: connectableProto._isComplete, writable: true },\n getSubject: { value: connectableProto.getSubject },\n connect: { value: connectableProto.connect },\n refCount: { value: connectableProto.refCount }\n };\n})();\nvar ConnectableSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ConnectableSubscriber, _super);\n function ConnectableSubscriber(destination, connectable) {\n var _this = _super.call(this, destination) || this;\n _this.connectable = connectable;\n return _this;\n }\n ConnectableSubscriber.prototype._error = function (err) {\n this._unsubscribe();\n _super.prototype._error.call(this, err);\n };\n ConnectableSubscriber.prototype._complete = function () {\n this.connectable._isComplete = true;\n this._unsubscribe();\n _super.prototype._complete.call(this);\n };\n ConnectableSubscriber.prototype._unsubscribe = function () {\n var connectable = this.connectable;\n if (connectable) {\n this.connectable = null;\n var connection = connectable._connection;\n connectable._refCount = 0;\n connectable._subject = null;\n connectable._connection = null;\n if (connection) {\n connection.unsubscribe();\n }\n }\n };\n return ConnectableSubscriber;\n}(_Subject__WEBPACK_IMPORTED_MODULE_1__[\"SubjectSubscriber\"]));\nvar RefCountOperator = /*@__PURE__*/ (function () {\n function RefCountOperator(connectable) {\n this.connectable = connectable;\n }\n RefCountOperator.prototype.call = function (subscriber, source) {\n var connectable = this.connectable;\n connectable._refCount++;\n var refCounter = new RefCountSubscriber(subscriber, connectable);\n var subscription = source.subscribe(refCounter);\n if (!refCounter.closed) {\n refCounter.connection = connectable.connect();\n }\n return subscription;\n };\n return RefCountOperator;\n}());\nvar RefCountSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](RefCountSubscriber, _super);\n function RefCountSubscriber(destination, connectable) {\n var _this = _super.call(this, destination) || this;\n _this.connectable = connectable;\n return _this;\n }\n RefCountSubscriber.prototype._unsubscribe = function () {\n var connectable = this.connectable;\n if (!connectable) {\n this.connection = null;\n return;\n }\n this.connectable = null;\n var refCount = connectable._refCount;\n if (refCount <= 0) {\n this.connection = null;\n return;\n }\n connectable._refCount = refCount - 1;\n if (refCount > 1) {\n this.connection = null;\n return;\n }\n var connection = this.connection;\n var sharedConnection = connectable._connection;\n this.connection = null;\n if (sharedConnection && (!connection || sharedConnection === connection)) {\n sharedConnection.unsubscribe();\n }\n };\n return RefCountSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_3__[\"Subscriber\"]));\n//# sourceMappingURL=ConnectableObservable.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/ConnectableObservable.js?");
2205
2206/***/ }),
2207
2208/***/ "./node_modules/rxjs/_esm5/internal/observable/SubscribeOnObservable.js":
2209/*!******************************************************************************!*\
2210 !*** ./node_modules/rxjs/_esm5/internal/observable/SubscribeOnObservable.js ***!
2211 \******************************************************************************/
2212/*! exports provided: SubscribeOnObservable */
2213/***/ (function(module, __webpack_exports__, __webpack_require__) {
2214
2215"use strict";
2216eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"SubscribeOnObservable\", function() { return SubscribeOnObservable; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _scheduler_asap__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../scheduler/asap */ \"./node_modules/rxjs/_esm5/internal/scheduler/asap.js\");\n/* harmony import */ var _util_isNumeric__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/isNumeric */ \"./node_modules/rxjs/_esm5/internal/util/isNumeric.js\");\n/** PURE_IMPORTS_START tslib,_Observable,_scheduler_asap,_util_isNumeric PURE_IMPORTS_END */\n\n\n\n\nvar SubscribeOnObservable = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SubscribeOnObservable, _super);\n function SubscribeOnObservable(source, delayTime, scheduler) {\n if (delayTime === void 0) {\n delayTime = 0;\n }\n if (scheduler === void 0) {\n scheduler = _scheduler_asap__WEBPACK_IMPORTED_MODULE_2__[\"asap\"];\n }\n var _this = _super.call(this) || this;\n _this.source = source;\n _this.delayTime = delayTime;\n _this.scheduler = scheduler;\n if (!Object(_util_isNumeric__WEBPACK_IMPORTED_MODULE_3__[\"isNumeric\"])(delayTime) || delayTime < 0) {\n _this.delayTime = 0;\n }\n if (!scheduler || typeof scheduler.schedule !== 'function') {\n _this.scheduler = _scheduler_asap__WEBPACK_IMPORTED_MODULE_2__[\"asap\"];\n }\n return _this;\n }\n SubscribeOnObservable.create = function (source, delay, scheduler) {\n if (delay === void 0) {\n delay = 0;\n }\n if (scheduler === void 0) {\n scheduler = _scheduler_asap__WEBPACK_IMPORTED_MODULE_2__[\"asap\"];\n }\n return new SubscribeOnObservable(source, delay, scheduler);\n };\n SubscribeOnObservable.dispatch = function (arg) {\n var source = arg.source, subscriber = arg.subscriber;\n return this.add(source.subscribe(subscriber));\n };\n SubscribeOnObservable.prototype._subscribe = function (subscriber) {\n var delay = this.delayTime;\n var source = this.source;\n var scheduler = this.scheduler;\n return scheduler.schedule(SubscribeOnObservable.dispatch, delay, {\n source: source, subscriber: subscriber\n });\n };\n return SubscribeOnObservable;\n}(_Observable__WEBPACK_IMPORTED_MODULE_1__[\"Observable\"]));\n\n//# sourceMappingURL=SubscribeOnObservable.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/SubscribeOnObservable.js?");
2217
2218/***/ }),
2219
2220/***/ "./node_modules/rxjs/_esm5/internal/observable/bindCallback.js":
2221/*!*********************************************************************!*\
2222 !*** ./node_modules/rxjs/_esm5/internal/observable/bindCallback.js ***!
2223 \*********************************************************************/
2224/*! exports provided: bindCallback */
2225/***/ (function(module, __webpack_exports__, __webpack_require__) {
2226
2227"use strict";
2228eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"bindCallback\", function() { return bindCallback; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _AsyncSubject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../AsyncSubject */ \"./node_modules/rxjs/_esm5/internal/AsyncSubject.js\");\n/* harmony import */ var _operators_map__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../operators/map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/* harmony import */ var _util_canReportError__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/canReportError */ \"./node_modules/rxjs/_esm5/internal/util/canReportError.js\");\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _util_isScheduler__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../util/isScheduler */ \"./node_modules/rxjs/_esm5/internal/util/isScheduler.js\");\n/** PURE_IMPORTS_START _Observable,_AsyncSubject,_operators_map,_util_canReportError,_util_isArray,_util_isScheduler PURE_IMPORTS_END */\n\n\n\n\n\n\nfunction bindCallback(callbackFunc, resultSelector, scheduler) {\n if (resultSelector) {\n if (Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_5__[\"isScheduler\"])(resultSelector)) {\n scheduler = resultSelector;\n }\n else {\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n return bindCallback(callbackFunc, scheduler).apply(void 0, args).pipe(Object(_operators_map__WEBPACK_IMPORTED_MODULE_2__[\"map\"])(function (args) { return Object(_util_isArray__WEBPACK_IMPORTED_MODULE_4__[\"isArray\"])(args) ? resultSelector.apply(void 0, args) : resultSelector(args); }));\n };\n }\n }\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n var context = this;\n var subject;\n var params = {\n context: context,\n subject: subject,\n callbackFunc: callbackFunc,\n scheduler: scheduler,\n };\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n if (!scheduler) {\n if (!subject) {\n subject = new _AsyncSubject__WEBPACK_IMPORTED_MODULE_1__[\"AsyncSubject\"]();\n var handler = function () {\n var innerArgs = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n innerArgs[_i] = arguments[_i];\n }\n subject.next(innerArgs.length <= 1 ? innerArgs[0] : innerArgs);\n subject.complete();\n };\n try {\n callbackFunc.apply(context, args.concat([handler]));\n }\n catch (err) {\n if (Object(_util_canReportError__WEBPACK_IMPORTED_MODULE_3__[\"canReportError\"])(subject)) {\n subject.error(err);\n }\n else {\n console.warn(err);\n }\n }\n }\n return subject.subscribe(subscriber);\n }\n else {\n var state = {\n args: args, subscriber: subscriber, params: params,\n };\n return scheduler.schedule(dispatch, 0, state);\n }\n });\n };\n}\nfunction dispatch(state) {\n var _this = this;\n var self = this;\n var args = state.args, subscriber = state.subscriber, params = state.params;\n var callbackFunc = params.callbackFunc, context = params.context, scheduler = params.scheduler;\n var subject = params.subject;\n if (!subject) {\n subject = params.subject = new _AsyncSubject__WEBPACK_IMPORTED_MODULE_1__[\"AsyncSubject\"]();\n var handler = function () {\n var innerArgs = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n innerArgs[_i] = arguments[_i];\n }\n var value = innerArgs.length <= 1 ? innerArgs[0] : innerArgs;\n _this.add(scheduler.schedule(dispatchNext, 0, { value: value, subject: subject }));\n };\n try {\n callbackFunc.apply(context, args.concat([handler]));\n }\n catch (err) {\n subject.error(err);\n }\n }\n this.add(subject.subscribe(subscriber));\n}\nfunction dispatchNext(state) {\n var value = state.value, subject = state.subject;\n subject.next(value);\n subject.complete();\n}\nfunction dispatchError(state) {\n var err = state.err, subject = state.subject;\n subject.error(err);\n}\n//# sourceMappingURL=bindCallback.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/bindCallback.js?");
2229
2230/***/ }),
2231
2232/***/ "./node_modules/rxjs/_esm5/internal/observable/bindNodeCallback.js":
2233/*!*************************************************************************!*\
2234 !*** ./node_modules/rxjs/_esm5/internal/observable/bindNodeCallback.js ***!
2235 \*************************************************************************/
2236/*! exports provided: bindNodeCallback */
2237/***/ (function(module, __webpack_exports__, __webpack_require__) {
2238
2239"use strict";
2240eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"bindNodeCallback\", function() { return bindNodeCallback; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _AsyncSubject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../AsyncSubject */ \"./node_modules/rxjs/_esm5/internal/AsyncSubject.js\");\n/* harmony import */ var _operators_map__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../operators/map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/* harmony import */ var _util_canReportError__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/canReportError */ \"./node_modules/rxjs/_esm5/internal/util/canReportError.js\");\n/* harmony import */ var _util_isScheduler__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../util/isScheduler */ \"./node_modules/rxjs/_esm5/internal/util/isScheduler.js\");\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/** PURE_IMPORTS_START _Observable,_AsyncSubject,_operators_map,_util_canReportError,_util_isScheduler,_util_isArray PURE_IMPORTS_END */\n\n\n\n\n\n\nfunction bindNodeCallback(callbackFunc, resultSelector, scheduler) {\n if (resultSelector) {\n if (Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_4__[\"isScheduler\"])(resultSelector)) {\n scheduler = resultSelector;\n }\n else {\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n return bindNodeCallback(callbackFunc, scheduler).apply(void 0, args).pipe(Object(_operators_map__WEBPACK_IMPORTED_MODULE_2__[\"map\"])(function (args) { return Object(_util_isArray__WEBPACK_IMPORTED_MODULE_5__[\"isArray\"])(args) ? resultSelector.apply(void 0, args) : resultSelector(args); }));\n };\n }\n }\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n var params = {\n subject: undefined,\n args: args,\n callbackFunc: callbackFunc,\n scheduler: scheduler,\n context: this,\n };\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var context = params.context;\n var subject = params.subject;\n if (!scheduler) {\n if (!subject) {\n subject = params.subject = new _AsyncSubject__WEBPACK_IMPORTED_MODULE_1__[\"AsyncSubject\"]();\n var handler = function () {\n var innerArgs = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n innerArgs[_i] = arguments[_i];\n }\n var err = innerArgs.shift();\n if (err) {\n subject.error(err);\n return;\n }\n subject.next(innerArgs.length <= 1 ? innerArgs[0] : innerArgs);\n subject.complete();\n };\n try {\n callbackFunc.apply(context, args.concat([handler]));\n }\n catch (err) {\n if (Object(_util_canReportError__WEBPACK_IMPORTED_MODULE_3__[\"canReportError\"])(subject)) {\n subject.error(err);\n }\n else {\n console.warn(err);\n }\n }\n }\n return subject.subscribe(subscriber);\n }\n else {\n return scheduler.schedule(dispatch, 0, { params: params, subscriber: subscriber, context: context });\n }\n });\n };\n}\nfunction dispatch(state) {\n var _this = this;\n var params = state.params, subscriber = state.subscriber, context = state.context;\n var callbackFunc = params.callbackFunc, args = params.args, scheduler = params.scheduler;\n var subject = params.subject;\n if (!subject) {\n subject = params.subject = new _AsyncSubject__WEBPACK_IMPORTED_MODULE_1__[\"AsyncSubject\"]();\n var handler = function () {\n var innerArgs = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n innerArgs[_i] = arguments[_i];\n }\n var err = innerArgs.shift();\n if (err) {\n _this.add(scheduler.schedule(dispatchError, 0, { err: err, subject: subject }));\n }\n else {\n var value = innerArgs.length <= 1 ? innerArgs[0] : innerArgs;\n _this.add(scheduler.schedule(dispatchNext, 0, { value: value, subject: subject }));\n }\n };\n try {\n callbackFunc.apply(context, args.concat([handler]));\n }\n catch (err) {\n this.add(scheduler.schedule(dispatchError, 0, { err: err, subject: subject }));\n }\n }\n this.add(subject.subscribe(subscriber));\n}\nfunction dispatchNext(arg) {\n var value = arg.value, subject = arg.subject;\n subject.next(value);\n subject.complete();\n}\nfunction dispatchError(arg) {\n var err = arg.err, subject = arg.subject;\n subject.error(err);\n}\n//# sourceMappingURL=bindNodeCallback.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/bindNodeCallback.js?");
2241
2242/***/ }),
2243
2244/***/ "./node_modules/rxjs/_esm5/internal/observable/combineLatest.js":
2245/*!**********************************************************************!*\
2246 !*** ./node_modules/rxjs/_esm5/internal/observable/combineLatest.js ***!
2247 \**********************************************************************/
2248/*! exports provided: combineLatest, CombineLatestOperator, CombineLatestSubscriber */
2249/***/ (function(module, __webpack_exports__, __webpack_require__) {
2250
2251"use strict";
2252eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"combineLatest\", function() { return combineLatest; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"CombineLatestOperator\", function() { return CombineLatestOperator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"CombineLatestSubscriber\", function() { return CombineLatestSubscriber; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _util_isScheduler__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/isScheduler */ \"./node_modules/rxjs/_esm5/internal/util/isScheduler.js\");\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _OuterSubscriber__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../OuterSubscriber */ \"./node_modules/rxjs/_esm5/internal/OuterSubscriber.js\");\n/* harmony import */ var _util_subscribeToResult__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../util/subscribeToResult */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToResult.js\");\n/* harmony import */ var _fromArray__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./fromArray */ \"./node_modules/rxjs/_esm5/internal/observable/fromArray.js\");\n/** PURE_IMPORTS_START tslib,_util_isScheduler,_util_isArray,_OuterSubscriber,_util_subscribeToResult,_fromArray PURE_IMPORTS_END */\n\n\n\n\n\n\nvar NONE = {};\nfunction combineLatest() {\n var observables = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n observables[_i] = arguments[_i];\n }\n var resultSelector = undefined;\n var scheduler = undefined;\n if (Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_1__[\"isScheduler\"])(observables[observables.length - 1])) {\n scheduler = observables.pop();\n }\n if (typeof observables[observables.length - 1] === 'function') {\n resultSelector = observables.pop();\n }\n if (observables.length === 1 && Object(_util_isArray__WEBPACK_IMPORTED_MODULE_2__[\"isArray\"])(observables[0])) {\n observables = observables[0];\n }\n return Object(_fromArray__WEBPACK_IMPORTED_MODULE_5__[\"fromArray\"])(observables, scheduler).lift(new CombineLatestOperator(resultSelector));\n}\nvar CombineLatestOperator = /*@__PURE__*/ (function () {\n function CombineLatestOperator(resultSelector) {\n this.resultSelector = resultSelector;\n }\n CombineLatestOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new CombineLatestSubscriber(subscriber, this.resultSelector));\n };\n return CombineLatestOperator;\n}());\n\nvar CombineLatestSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](CombineLatestSubscriber, _super);\n function CombineLatestSubscriber(destination, resultSelector) {\n var _this = _super.call(this, destination) || this;\n _this.resultSelector = resultSelector;\n _this.active = 0;\n _this.values = [];\n _this.observables = [];\n return _this;\n }\n CombineLatestSubscriber.prototype._next = function (observable) {\n this.values.push(NONE);\n this.observables.push(observable);\n };\n CombineLatestSubscriber.prototype._complete = function () {\n var observables = this.observables;\n var len = observables.length;\n if (len === 0) {\n this.destination.complete();\n }\n else {\n this.active = len;\n this.toRespond = len;\n for (var i = 0; i < len; i++) {\n var observable = observables[i];\n this.add(Object(_util_subscribeToResult__WEBPACK_IMPORTED_MODULE_4__[\"subscribeToResult\"])(this, observable, undefined, i));\n }\n }\n };\n CombineLatestSubscriber.prototype.notifyComplete = function (unused) {\n if ((this.active -= 1) === 0) {\n this.destination.complete();\n }\n };\n CombineLatestSubscriber.prototype.notifyNext = function (_outerValue, innerValue, outerIndex) {\n var values = this.values;\n var oldVal = values[outerIndex];\n var toRespond = !this.toRespond\n ? 0\n : oldVal === NONE ? --this.toRespond : this.toRespond;\n values[outerIndex] = innerValue;\n if (toRespond === 0) {\n if (this.resultSelector) {\n this._tryResultSelector(values);\n }\n else {\n this.destination.next(values.slice());\n }\n }\n };\n CombineLatestSubscriber.prototype._tryResultSelector = function (values) {\n var result;\n try {\n result = this.resultSelector.apply(this, values);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n this.destination.next(result);\n };\n return CombineLatestSubscriber;\n}(_OuterSubscriber__WEBPACK_IMPORTED_MODULE_3__[\"OuterSubscriber\"]));\n\n//# sourceMappingURL=combineLatest.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/combineLatest.js?");
2253
2254/***/ }),
2255
2256/***/ "./node_modules/rxjs/_esm5/internal/observable/concat.js":
2257/*!***************************************************************!*\
2258 !*** ./node_modules/rxjs/_esm5/internal/observable/concat.js ***!
2259 \***************************************************************/
2260/*! exports provided: concat */
2261/***/ (function(module, __webpack_exports__, __webpack_require__) {
2262
2263"use strict";
2264eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"concat\", function() { return concat; });\n/* harmony import */ var _of__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./of */ \"./node_modules/rxjs/_esm5/internal/observable/of.js\");\n/* harmony import */ var _operators_concatAll__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../operators/concatAll */ \"./node_modules/rxjs/_esm5/internal/operators/concatAll.js\");\n/** PURE_IMPORTS_START _of,_operators_concatAll PURE_IMPORTS_END */\n\n\nfunction concat() {\n var observables = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n observables[_i] = arguments[_i];\n }\n return Object(_operators_concatAll__WEBPACK_IMPORTED_MODULE_1__[\"concatAll\"])()(_of__WEBPACK_IMPORTED_MODULE_0__[\"of\"].apply(void 0, observables));\n}\n//# sourceMappingURL=concat.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/concat.js?");
2265
2266/***/ }),
2267
2268/***/ "./node_modules/rxjs/_esm5/internal/observable/defer.js":
2269/*!**************************************************************!*\
2270 !*** ./node_modules/rxjs/_esm5/internal/observable/defer.js ***!
2271 \**************************************************************/
2272/*! exports provided: defer */
2273/***/ (function(module, __webpack_exports__, __webpack_require__) {
2274
2275"use strict";
2276eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"defer\", function() { return defer; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _from__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./from */ \"./node_modules/rxjs/_esm5/internal/observable/from.js\");\n/* harmony import */ var _empty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./empty */ \"./node_modules/rxjs/_esm5/internal/observable/empty.js\");\n/** PURE_IMPORTS_START _Observable,_from,_empty PURE_IMPORTS_END */\n\n\n\nfunction defer(observableFactory) {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var input;\n try {\n input = observableFactory();\n }\n catch (err) {\n subscriber.error(err);\n return undefined;\n }\n var source = input ? Object(_from__WEBPACK_IMPORTED_MODULE_1__[\"from\"])(input) : Object(_empty__WEBPACK_IMPORTED_MODULE_2__[\"empty\"])();\n return source.subscribe(subscriber);\n });\n}\n//# sourceMappingURL=defer.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/defer.js?");
2277
2278/***/ }),
2279
2280/***/ "./node_modules/rxjs/_esm5/internal/observable/empty.js":
2281/*!**************************************************************!*\
2282 !*** ./node_modules/rxjs/_esm5/internal/observable/empty.js ***!
2283 \**************************************************************/
2284/*! exports provided: EMPTY, empty */
2285/***/ (function(module, __webpack_exports__, __webpack_require__) {
2286
2287"use strict";
2288eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"EMPTY\", function() { return EMPTY; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"empty\", function() { return empty; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/** PURE_IMPORTS_START _Observable PURE_IMPORTS_END */\n\nvar EMPTY = /*@__PURE__*/ new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) { return subscriber.complete(); });\nfunction empty(scheduler) {\n return scheduler ? emptyScheduled(scheduler) : EMPTY;\n}\nfunction emptyScheduled(scheduler) {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) { return scheduler.schedule(function () { return subscriber.complete(); }); });\n}\n//# sourceMappingURL=empty.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/empty.js?");
2289
2290/***/ }),
2291
2292/***/ "./node_modules/rxjs/_esm5/internal/observable/forkJoin.js":
2293/*!*****************************************************************!*\
2294 !*** ./node_modules/rxjs/_esm5/internal/observable/forkJoin.js ***!
2295 \*****************************************************************/
2296/*! exports provided: forkJoin */
2297/***/ (function(module, __webpack_exports__, __webpack_require__) {
2298
2299"use strict";
2300eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"forkJoin\", function() { return forkJoin; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _operators_map__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../operators/map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/* harmony import */ var _util_isObject__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/isObject */ \"./node_modules/rxjs/_esm5/internal/util/isObject.js\");\n/* harmony import */ var _from__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./from */ \"./node_modules/rxjs/_esm5/internal/observable/from.js\");\n/** PURE_IMPORTS_START _Observable,_util_isArray,_operators_map,_util_isObject,_from PURE_IMPORTS_END */\n\n\n\n\n\nfunction forkJoin() {\n var sources = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n sources[_i] = arguments[_i];\n }\n if (sources.length === 1) {\n var first_1 = sources[0];\n if (Object(_util_isArray__WEBPACK_IMPORTED_MODULE_1__[\"isArray\"])(first_1)) {\n return forkJoinInternal(first_1, null);\n }\n if (Object(_util_isObject__WEBPACK_IMPORTED_MODULE_3__[\"isObject\"])(first_1) && Object.getPrototypeOf(first_1) === Object.prototype) {\n var keys = Object.keys(first_1);\n return forkJoinInternal(keys.map(function (key) { return first_1[key]; }), keys);\n }\n }\n if (typeof sources[sources.length - 1] === 'function') {\n var resultSelector_1 = sources.pop();\n sources = (sources.length === 1 && Object(_util_isArray__WEBPACK_IMPORTED_MODULE_1__[\"isArray\"])(sources[0])) ? sources[0] : sources;\n return forkJoinInternal(sources, null).pipe(Object(_operators_map__WEBPACK_IMPORTED_MODULE_2__[\"map\"])(function (args) { return resultSelector_1.apply(void 0, args); }));\n }\n return forkJoinInternal(sources, null);\n}\nfunction forkJoinInternal(sources, keys) {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var len = sources.length;\n if (len === 0) {\n subscriber.complete();\n return;\n }\n var values = new Array(len);\n var completed = 0;\n var emitted = 0;\n var _loop_1 = function (i) {\n var source = Object(_from__WEBPACK_IMPORTED_MODULE_4__[\"from\"])(sources[i]);\n var hasValue = false;\n subscriber.add(source.subscribe({\n next: function (value) {\n if (!hasValue) {\n hasValue = true;\n emitted++;\n }\n values[i] = value;\n },\n error: function (err) { return subscriber.error(err); },\n complete: function () {\n completed++;\n if (completed === len || !hasValue) {\n if (emitted === len) {\n subscriber.next(keys ?\n keys.reduce(function (result, key, i) { return (result[key] = values[i], result); }, {}) :\n values);\n }\n subscriber.complete();\n }\n }\n }));\n };\n for (var i = 0; i < len; i++) {\n _loop_1(i);\n }\n });\n}\n//# sourceMappingURL=forkJoin.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/forkJoin.js?");
2301
2302/***/ }),
2303
2304/***/ "./node_modules/rxjs/_esm5/internal/observable/from.js":
2305/*!*************************************************************!*\
2306 !*** ./node_modules/rxjs/_esm5/internal/observable/from.js ***!
2307 \*************************************************************/
2308/*! exports provided: from */
2309/***/ (function(module, __webpack_exports__, __webpack_require__) {
2310
2311"use strict";
2312eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"from\", function() { return from; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _util_subscribeTo__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/subscribeTo */ \"./node_modules/rxjs/_esm5/internal/util/subscribeTo.js\");\n/* harmony import */ var _scheduled_scheduled__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../scheduled/scheduled */ \"./node_modules/rxjs/_esm5/internal/scheduled/scheduled.js\");\n/** PURE_IMPORTS_START _Observable,_util_subscribeTo,_scheduled_scheduled PURE_IMPORTS_END */\n\n\n\nfunction from(input, scheduler) {\n if (!scheduler) {\n if (input instanceof _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"]) {\n return input;\n }\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](Object(_util_subscribeTo__WEBPACK_IMPORTED_MODULE_1__[\"subscribeTo\"])(input));\n }\n else {\n return Object(_scheduled_scheduled__WEBPACK_IMPORTED_MODULE_2__[\"scheduled\"])(input, scheduler);\n }\n}\n//# sourceMappingURL=from.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/from.js?");
2313
2314/***/ }),
2315
2316/***/ "./node_modules/rxjs/_esm5/internal/observable/fromArray.js":
2317/*!******************************************************************!*\
2318 !*** ./node_modules/rxjs/_esm5/internal/observable/fromArray.js ***!
2319 \******************************************************************/
2320/*! exports provided: fromArray */
2321/***/ (function(module, __webpack_exports__, __webpack_require__) {
2322
2323"use strict";
2324eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"fromArray\", function() { return fromArray; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _util_subscribeToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/subscribeToArray */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToArray.js\");\n/* harmony import */ var _scheduled_scheduleArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../scheduled/scheduleArray */ \"./node_modules/rxjs/_esm5/internal/scheduled/scheduleArray.js\");\n/** PURE_IMPORTS_START _Observable,_util_subscribeToArray,_scheduled_scheduleArray PURE_IMPORTS_END */\n\n\n\nfunction fromArray(input, scheduler) {\n if (!scheduler) {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](Object(_util_subscribeToArray__WEBPACK_IMPORTED_MODULE_1__[\"subscribeToArray\"])(input));\n }\n else {\n return Object(_scheduled_scheduleArray__WEBPACK_IMPORTED_MODULE_2__[\"scheduleArray\"])(input, scheduler);\n }\n}\n//# sourceMappingURL=fromArray.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/fromArray.js?");
2325
2326/***/ }),
2327
2328/***/ "./node_modules/rxjs/_esm5/internal/observable/fromEvent.js":
2329/*!******************************************************************!*\
2330 !*** ./node_modules/rxjs/_esm5/internal/observable/fromEvent.js ***!
2331 \******************************************************************/
2332/*! exports provided: fromEvent */
2333/***/ (function(module, __webpack_exports__, __webpack_require__) {
2334
2335"use strict";
2336eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"fromEvent\", function() { return fromEvent; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _util_isFunction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/isFunction */ \"./node_modules/rxjs/_esm5/internal/util/isFunction.js\");\n/* harmony import */ var _operators_map__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../operators/map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/** PURE_IMPORTS_START _Observable,_util_isArray,_util_isFunction,_operators_map PURE_IMPORTS_END */\n\n\n\n\nvar toString = /*@__PURE__*/ (function () { return Object.prototype.toString; })();\nfunction fromEvent(target, eventName, options, resultSelector) {\n if (Object(_util_isFunction__WEBPACK_IMPORTED_MODULE_2__[\"isFunction\"])(options)) {\n resultSelector = options;\n options = undefined;\n }\n if (resultSelector) {\n return fromEvent(target, eventName, options).pipe(Object(_operators_map__WEBPACK_IMPORTED_MODULE_3__[\"map\"])(function (args) { return Object(_util_isArray__WEBPACK_IMPORTED_MODULE_1__[\"isArray\"])(args) ? resultSelector.apply(void 0, args) : resultSelector(args); }));\n }\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n function handler(e) {\n if (arguments.length > 1) {\n subscriber.next(Array.prototype.slice.call(arguments));\n }\n else {\n subscriber.next(e);\n }\n }\n setupSubscription(target, eventName, handler, subscriber, options);\n });\n}\nfunction setupSubscription(sourceObj, eventName, handler, subscriber, options) {\n var unsubscribe;\n if (isEventTarget(sourceObj)) {\n var source_1 = sourceObj;\n sourceObj.addEventListener(eventName, handler, options);\n unsubscribe = function () { return source_1.removeEventListener(eventName, handler, options); };\n }\n else if (isJQueryStyleEventEmitter(sourceObj)) {\n var source_2 = sourceObj;\n sourceObj.on(eventName, handler);\n unsubscribe = function () { return source_2.off(eventName, handler); };\n }\n else if (isNodeStyleEventEmitter(sourceObj)) {\n var source_3 = sourceObj;\n sourceObj.addListener(eventName, handler);\n unsubscribe = function () { return source_3.removeListener(eventName, handler); };\n }\n else if (sourceObj && sourceObj.length) {\n for (var i = 0, len = sourceObj.length; i < len; i++) {\n setupSubscription(sourceObj[i], eventName, handler, subscriber, options);\n }\n }\n else {\n throw new TypeError('Invalid event target');\n }\n subscriber.add(unsubscribe);\n}\nfunction isNodeStyleEventEmitter(sourceObj) {\n return sourceObj && typeof sourceObj.addListener === 'function' && typeof sourceObj.removeListener === 'function';\n}\nfunction isJQueryStyleEventEmitter(sourceObj) {\n return sourceObj && typeof sourceObj.on === 'function' && typeof sourceObj.off === 'function';\n}\nfunction isEventTarget(sourceObj) {\n return sourceObj && typeof sourceObj.addEventListener === 'function' && typeof sourceObj.removeEventListener === 'function';\n}\n//# sourceMappingURL=fromEvent.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/fromEvent.js?");
2337
2338/***/ }),
2339
2340/***/ "./node_modules/rxjs/_esm5/internal/observable/fromEventPattern.js":
2341/*!*************************************************************************!*\
2342 !*** ./node_modules/rxjs/_esm5/internal/observable/fromEventPattern.js ***!
2343 \*************************************************************************/
2344/*! exports provided: fromEventPattern */
2345/***/ (function(module, __webpack_exports__, __webpack_require__) {
2346
2347"use strict";
2348eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"fromEventPattern\", function() { return fromEventPattern; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _util_isFunction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/isFunction */ \"./node_modules/rxjs/_esm5/internal/util/isFunction.js\");\n/* harmony import */ var _operators_map__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../operators/map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/** PURE_IMPORTS_START _Observable,_util_isArray,_util_isFunction,_operators_map PURE_IMPORTS_END */\n\n\n\n\nfunction fromEventPattern(addHandler, removeHandler, resultSelector) {\n if (resultSelector) {\n return fromEventPattern(addHandler, removeHandler).pipe(Object(_operators_map__WEBPACK_IMPORTED_MODULE_3__[\"map\"])(function (args) { return Object(_util_isArray__WEBPACK_IMPORTED_MODULE_1__[\"isArray\"])(args) ? resultSelector.apply(void 0, args) : resultSelector(args); }));\n }\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var handler = function () {\n var e = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n e[_i] = arguments[_i];\n }\n return subscriber.next(e.length === 1 ? e[0] : e);\n };\n var retValue;\n try {\n retValue = addHandler(handler);\n }\n catch (err) {\n subscriber.error(err);\n return undefined;\n }\n if (!Object(_util_isFunction__WEBPACK_IMPORTED_MODULE_2__[\"isFunction\"])(removeHandler)) {\n return undefined;\n }\n return function () { return removeHandler(handler, retValue); };\n });\n}\n//# sourceMappingURL=fromEventPattern.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/fromEventPattern.js?");
2349
2350/***/ }),
2351
2352/***/ "./node_modules/rxjs/_esm5/internal/observable/generate.js":
2353/*!*****************************************************************!*\
2354 !*** ./node_modules/rxjs/_esm5/internal/observable/generate.js ***!
2355 \*****************************************************************/
2356/*! exports provided: generate */
2357/***/ (function(module, __webpack_exports__, __webpack_require__) {
2358
2359"use strict";
2360eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"generate\", function() { return generate; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _util_identity__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/identity */ \"./node_modules/rxjs/_esm5/internal/util/identity.js\");\n/* harmony import */ var _util_isScheduler__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/isScheduler */ \"./node_modules/rxjs/_esm5/internal/util/isScheduler.js\");\n/** PURE_IMPORTS_START _Observable,_util_identity,_util_isScheduler PURE_IMPORTS_END */\n\n\n\nfunction generate(initialStateOrOptions, condition, iterate, resultSelectorOrObservable, scheduler) {\n var resultSelector;\n var initialState;\n if (arguments.length == 1) {\n var options = initialStateOrOptions;\n initialState = options.initialState;\n condition = options.condition;\n iterate = options.iterate;\n resultSelector = options.resultSelector || _util_identity__WEBPACK_IMPORTED_MODULE_1__[\"identity\"];\n scheduler = options.scheduler;\n }\n else if (resultSelectorOrObservable === undefined || Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_2__[\"isScheduler\"])(resultSelectorOrObservable)) {\n initialState = initialStateOrOptions;\n resultSelector = _util_identity__WEBPACK_IMPORTED_MODULE_1__[\"identity\"];\n scheduler = resultSelectorOrObservable;\n }\n else {\n initialState = initialStateOrOptions;\n resultSelector = resultSelectorOrObservable;\n }\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var state = initialState;\n if (scheduler) {\n return scheduler.schedule(dispatch, 0, {\n subscriber: subscriber,\n iterate: iterate,\n condition: condition,\n resultSelector: resultSelector,\n state: state\n });\n }\n do {\n if (condition) {\n var conditionResult = void 0;\n try {\n conditionResult = condition(state);\n }\n catch (err) {\n subscriber.error(err);\n return undefined;\n }\n if (!conditionResult) {\n subscriber.complete();\n break;\n }\n }\n var value = void 0;\n try {\n value = resultSelector(state);\n }\n catch (err) {\n subscriber.error(err);\n return undefined;\n }\n subscriber.next(value);\n if (subscriber.closed) {\n break;\n }\n try {\n state = iterate(state);\n }\n catch (err) {\n subscriber.error(err);\n return undefined;\n }\n } while (true);\n return undefined;\n });\n}\nfunction dispatch(state) {\n var subscriber = state.subscriber, condition = state.condition;\n if (subscriber.closed) {\n return undefined;\n }\n if (state.needIterate) {\n try {\n state.state = state.iterate(state.state);\n }\n catch (err) {\n subscriber.error(err);\n return undefined;\n }\n }\n else {\n state.needIterate = true;\n }\n if (condition) {\n var conditionResult = void 0;\n try {\n conditionResult = condition(state.state);\n }\n catch (err) {\n subscriber.error(err);\n return undefined;\n }\n if (!conditionResult) {\n subscriber.complete();\n return undefined;\n }\n if (subscriber.closed) {\n return undefined;\n }\n }\n var value;\n try {\n value = state.resultSelector(state.state);\n }\n catch (err) {\n subscriber.error(err);\n return undefined;\n }\n if (subscriber.closed) {\n return undefined;\n }\n subscriber.next(value);\n if (subscriber.closed) {\n return undefined;\n }\n return this.schedule(state);\n}\n//# sourceMappingURL=generate.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/generate.js?");
2361
2362/***/ }),
2363
2364/***/ "./node_modules/rxjs/_esm5/internal/observable/iif.js":
2365/*!************************************************************!*\
2366 !*** ./node_modules/rxjs/_esm5/internal/observable/iif.js ***!
2367 \************************************************************/
2368/*! exports provided: iif */
2369/***/ (function(module, __webpack_exports__, __webpack_require__) {
2370
2371"use strict";
2372eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"iif\", function() { return iif; });\n/* harmony import */ var _defer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./defer */ \"./node_modules/rxjs/_esm5/internal/observable/defer.js\");\n/* harmony import */ var _empty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./empty */ \"./node_modules/rxjs/_esm5/internal/observable/empty.js\");\n/** PURE_IMPORTS_START _defer,_empty PURE_IMPORTS_END */\n\n\nfunction iif(condition, trueResult, falseResult) {\n if (trueResult === void 0) {\n trueResult = _empty__WEBPACK_IMPORTED_MODULE_1__[\"EMPTY\"];\n }\n if (falseResult === void 0) {\n falseResult = _empty__WEBPACK_IMPORTED_MODULE_1__[\"EMPTY\"];\n }\n return Object(_defer__WEBPACK_IMPORTED_MODULE_0__[\"defer\"])(function () { return condition() ? trueResult : falseResult; });\n}\n//# sourceMappingURL=iif.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/iif.js?");
2373
2374/***/ }),
2375
2376/***/ "./node_modules/rxjs/_esm5/internal/observable/interval.js":
2377/*!*****************************************************************!*\
2378 !*** ./node_modules/rxjs/_esm5/internal/observable/interval.js ***!
2379 \*****************************************************************/
2380/*! exports provided: interval */
2381/***/ (function(module, __webpack_exports__, __webpack_require__) {
2382
2383"use strict";
2384eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"interval\", function() { return interval; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony import */ var _util_isNumeric__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/isNumeric */ \"./node_modules/rxjs/_esm5/internal/util/isNumeric.js\");\n/** PURE_IMPORTS_START _Observable,_scheduler_async,_util_isNumeric PURE_IMPORTS_END */\n\n\n\nfunction interval(period, scheduler) {\n if (period === void 0) {\n period = 0;\n }\n if (scheduler === void 0) {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_1__[\"async\"];\n }\n if (!Object(_util_isNumeric__WEBPACK_IMPORTED_MODULE_2__[\"isNumeric\"])(period) || period < 0) {\n period = 0;\n }\n if (!scheduler || typeof scheduler.schedule !== 'function') {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_1__[\"async\"];\n }\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n subscriber.add(scheduler.schedule(dispatch, period, { subscriber: subscriber, counter: 0, period: period }));\n return subscriber;\n });\n}\nfunction dispatch(state) {\n var subscriber = state.subscriber, counter = state.counter, period = state.period;\n subscriber.next(counter);\n this.schedule({ subscriber: subscriber, counter: counter + 1, period: period }, period);\n}\n//# sourceMappingURL=interval.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/interval.js?");
2385
2386/***/ }),
2387
2388/***/ "./node_modules/rxjs/_esm5/internal/observable/merge.js":
2389/*!**************************************************************!*\
2390 !*** ./node_modules/rxjs/_esm5/internal/observable/merge.js ***!
2391 \**************************************************************/
2392/*! exports provided: merge */
2393/***/ (function(module, __webpack_exports__, __webpack_require__) {
2394
2395"use strict";
2396eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"merge\", function() { return merge; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _util_isScheduler__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/isScheduler */ \"./node_modules/rxjs/_esm5/internal/util/isScheduler.js\");\n/* harmony import */ var _operators_mergeAll__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../operators/mergeAll */ \"./node_modules/rxjs/_esm5/internal/operators/mergeAll.js\");\n/* harmony import */ var _fromArray__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./fromArray */ \"./node_modules/rxjs/_esm5/internal/observable/fromArray.js\");\n/** PURE_IMPORTS_START _Observable,_util_isScheduler,_operators_mergeAll,_fromArray PURE_IMPORTS_END */\n\n\n\n\nfunction merge() {\n var observables = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n observables[_i] = arguments[_i];\n }\n var concurrent = Number.POSITIVE_INFINITY;\n var scheduler = null;\n var last = observables[observables.length - 1];\n if (Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_1__[\"isScheduler\"])(last)) {\n scheduler = observables.pop();\n if (observables.length > 1 && typeof observables[observables.length - 1] === 'number') {\n concurrent = observables.pop();\n }\n }\n else if (typeof last === 'number') {\n concurrent = observables.pop();\n }\n if (scheduler === null && observables.length === 1 && observables[0] instanceof _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"]) {\n return observables[0];\n }\n return Object(_operators_mergeAll__WEBPACK_IMPORTED_MODULE_2__[\"mergeAll\"])(concurrent)(Object(_fromArray__WEBPACK_IMPORTED_MODULE_3__[\"fromArray\"])(observables, scheduler));\n}\n//# sourceMappingURL=merge.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/merge.js?");
2397
2398/***/ }),
2399
2400/***/ "./node_modules/rxjs/_esm5/internal/observable/never.js":
2401/*!**************************************************************!*\
2402 !*** ./node_modules/rxjs/_esm5/internal/observable/never.js ***!
2403 \**************************************************************/
2404/*! exports provided: NEVER, never */
2405/***/ (function(module, __webpack_exports__, __webpack_require__) {
2406
2407"use strict";
2408eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"NEVER\", function() { return NEVER; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"never\", function() { return never; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _util_noop__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/noop */ \"./node_modules/rxjs/_esm5/internal/util/noop.js\");\n/** PURE_IMPORTS_START _Observable,_util_noop PURE_IMPORTS_END */\n\n\nvar NEVER = /*@__PURE__*/ new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](_util_noop__WEBPACK_IMPORTED_MODULE_1__[\"noop\"]);\nfunction never() {\n return NEVER;\n}\n//# sourceMappingURL=never.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/never.js?");
2409
2410/***/ }),
2411
2412/***/ "./node_modules/rxjs/_esm5/internal/observable/of.js":
2413/*!***********************************************************!*\
2414 !*** ./node_modules/rxjs/_esm5/internal/observable/of.js ***!
2415 \***********************************************************/
2416/*! exports provided: of */
2417/***/ (function(module, __webpack_exports__, __webpack_require__) {
2418
2419"use strict";
2420eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"of\", function() { return of; });\n/* harmony import */ var _util_isScheduler__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../util/isScheduler */ \"./node_modules/rxjs/_esm5/internal/util/isScheduler.js\");\n/* harmony import */ var _fromArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./fromArray */ \"./node_modules/rxjs/_esm5/internal/observable/fromArray.js\");\n/* harmony import */ var _scheduled_scheduleArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../scheduled/scheduleArray */ \"./node_modules/rxjs/_esm5/internal/scheduled/scheduleArray.js\");\n/** PURE_IMPORTS_START _util_isScheduler,_fromArray,_scheduled_scheduleArray PURE_IMPORTS_END */\n\n\n\nfunction of() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n var scheduler = args[args.length - 1];\n if (Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_0__[\"isScheduler\"])(scheduler)) {\n args.pop();\n return Object(_scheduled_scheduleArray__WEBPACK_IMPORTED_MODULE_2__[\"scheduleArray\"])(args, scheduler);\n }\n else {\n return Object(_fromArray__WEBPACK_IMPORTED_MODULE_1__[\"fromArray\"])(args);\n }\n}\n//# sourceMappingURL=of.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/of.js?");
2421
2422/***/ }),
2423
2424/***/ "./node_modules/rxjs/_esm5/internal/observable/onErrorResumeNext.js":
2425/*!**************************************************************************!*\
2426 !*** ./node_modules/rxjs/_esm5/internal/observable/onErrorResumeNext.js ***!
2427 \**************************************************************************/
2428/*! exports provided: onErrorResumeNext */
2429/***/ (function(module, __webpack_exports__, __webpack_require__) {
2430
2431"use strict";
2432eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"onErrorResumeNext\", function() { return onErrorResumeNext; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _from__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./from */ \"./node_modules/rxjs/_esm5/internal/observable/from.js\");\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _empty__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./empty */ \"./node_modules/rxjs/_esm5/internal/observable/empty.js\");\n/** PURE_IMPORTS_START _Observable,_from,_util_isArray,_empty PURE_IMPORTS_END */\n\n\n\n\nfunction onErrorResumeNext() {\n var sources = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n sources[_i] = arguments[_i];\n }\n if (sources.length === 0) {\n return _empty__WEBPACK_IMPORTED_MODULE_3__[\"EMPTY\"];\n }\n var first = sources[0], remainder = sources.slice(1);\n if (sources.length === 1 && Object(_util_isArray__WEBPACK_IMPORTED_MODULE_2__[\"isArray\"])(first)) {\n return onErrorResumeNext.apply(void 0, first);\n }\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var subNext = function () { return subscriber.add(onErrorResumeNext.apply(void 0, remainder).subscribe(subscriber)); };\n return Object(_from__WEBPACK_IMPORTED_MODULE_1__[\"from\"])(first).subscribe({\n next: function (value) { subscriber.next(value); },\n error: subNext,\n complete: subNext,\n });\n });\n}\n//# sourceMappingURL=onErrorResumeNext.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/onErrorResumeNext.js?");
2433
2434/***/ }),
2435
2436/***/ "./node_modules/rxjs/_esm5/internal/observable/pairs.js":
2437/*!**************************************************************!*\
2438 !*** ./node_modules/rxjs/_esm5/internal/observable/pairs.js ***!
2439 \**************************************************************/
2440/*! exports provided: pairs, dispatch */
2441/***/ (function(module, __webpack_exports__, __webpack_require__) {
2442
2443"use strict";
2444eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"pairs\", function() { return pairs; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"dispatch\", function() { return dispatch; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/** PURE_IMPORTS_START _Observable,_Subscription PURE_IMPORTS_END */\n\n\nfunction pairs(obj, scheduler) {\n if (!scheduler) {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var keys = Object.keys(obj);\n for (var i = 0; i < keys.length && !subscriber.closed; i++) {\n var key = keys[i];\n if (obj.hasOwnProperty(key)) {\n subscriber.next([key, obj[key]]);\n }\n }\n subscriber.complete();\n });\n }\n else {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var keys = Object.keys(obj);\n var subscription = new _Subscription__WEBPACK_IMPORTED_MODULE_1__[\"Subscription\"]();\n subscription.add(scheduler.schedule(dispatch, 0, { keys: keys, index: 0, subscriber: subscriber, subscription: subscription, obj: obj }));\n return subscription;\n });\n }\n}\nfunction dispatch(state) {\n var keys = state.keys, index = state.index, subscriber = state.subscriber, subscription = state.subscription, obj = state.obj;\n if (!subscriber.closed) {\n if (index < keys.length) {\n var key = keys[index];\n subscriber.next([key, obj[key]]);\n subscription.add(this.schedule({ keys: keys, index: index + 1, subscriber: subscriber, subscription: subscription, obj: obj }));\n }\n else {\n subscriber.complete();\n }\n }\n}\n//# sourceMappingURL=pairs.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/pairs.js?");
2445
2446/***/ }),
2447
2448/***/ "./node_modules/rxjs/_esm5/internal/observable/partition.js":
2449/*!******************************************************************!*\
2450 !*** ./node_modules/rxjs/_esm5/internal/observable/partition.js ***!
2451 \******************************************************************/
2452/*! exports provided: partition */
2453/***/ (function(module, __webpack_exports__, __webpack_require__) {
2454
2455"use strict";
2456eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"partition\", function() { return partition; });\n/* harmony import */ var _util_not__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../util/not */ \"./node_modules/rxjs/_esm5/internal/util/not.js\");\n/* harmony import */ var _util_subscribeTo__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/subscribeTo */ \"./node_modules/rxjs/_esm5/internal/util/subscribeTo.js\");\n/* harmony import */ var _operators_filter__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../operators/filter */ \"./node_modules/rxjs/_esm5/internal/operators/filter.js\");\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/** PURE_IMPORTS_START _util_not,_util_subscribeTo,_operators_filter,_Observable PURE_IMPORTS_END */\n\n\n\n\nfunction partition(source, predicate, thisArg) {\n return [\n Object(_operators_filter__WEBPACK_IMPORTED_MODULE_2__[\"filter\"])(predicate, thisArg)(new _Observable__WEBPACK_IMPORTED_MODULE_3__[\"Observable\"](Object(_util_subscribeTo__WEBPACK_IMPORTED_MODULE_1__[\"subscribeTo\"])(source))),\n Object(_operators_filter__WEBPACK_IMPORTED_MODULE_2__[\"filter\"])(Object(_util_not__WEBPACK_IMPORTED_MODULE_0__[\"not\"])(predicate, thisArg))(new _Observable__WEBPACK_IMPORTED_MODULE_3__[\"Observable\"](Object(_util_subscribeTo__WEBPACK_IMPORTED_MODULE_1__[\"subscribeTo\"])(source)))\n ];\n}\n//# sourceMappingURL=partition.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/partition.js?");
2457
2458/***/ }),
2459
2460/***/ "./node_modules/rxjs/_esm5/internal/observable/race.js":
2461/*!*************************************************************!*\
2462 !*** ./node_modules/rxjs/_esm5/internal/observable/race.js ***!
2463 \*************************************************************/
2464/*! exports provided: race, RaceOperator, RaceSubscriber */
2465/***/ (function(module, __webpack_exports__, __webpack_require__) {
2466
2467"use strict";
2468eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"race\", function() { return race; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"RaceOperator\", function() { return RaceOperator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"RaceSubscriber\", function() { return RaceSubscriber; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _fromArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./fromArray */ \"./node_modules/rxjs/_esm5/internal/observable/fromArray.js\");\n/* harmony import */ var _OuterSubscriber__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../OuterSubscriber */ \"./node_modules/rxjs/_esm5/internal/OuterSubscriber.js\");\n/* harmony import */ var _util_subscribeToResult__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../util/subscribeToResult */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToResult.js\");\n/** PURE_IMPORTS_START tslib,_util_isArray,_fromArray,_OuterSubscriber,_util_subscribeToResult PURE_IMPORTS_END */\n\n\n\n\n\nfunction race() {\n var observables = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n observables[_i] = arguments[_i];\n }\n if (observables.length === 1) {\n if (Object(_util_isArray__WEBPACK_IMPORTED_MODULE_1__[\"isArray\"])(observables[0])) {\n observables = observables[0];\n }\n else {\n return observables[0];\n }\n }\n return Object(_fromArray__WEBPACK_IMPORTED_MODULE_2__[\"fromArray\"])(observables, undefined).lift(new RaceOperator());\n}\nvar RaceOperator = /*@__PURE__*/ (function () {\n function RaceOperator() {\n }\n RaceOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new RaceSubscriber(subscriber));\n };\n return RaceOperator;\n}());\n\nvar RaceSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](RaceSubscriber, _super);\n function RaceSubscriber(destination) {\n var _this = _super.call(this, destination) || this;\n _this.hasFirst = false;\n _this.observables = [];\n _this.subscriptions = [];\n return _this;\n }\n RaceSubscriber.prototype._next = function (observable) {\n this.observables.push(observable);\n };\n RaceSubscriber.prototype._complete = function () {\n var observables = this.observables;\n var len = observables.length;\n if (len === 0) {\n this.destination.complete();\n }\n else {\n for (var i = 0; i < len && !this.hasFirst; i++) {\n var observable = observables[i];\n var subscription = Object(_util_subscribeToResult__WEBPACK_IMPORTED_MODULE_4__[\"subscribeToResult\"])(this, observable, undefined, i);\n if (this.subscriptions) {\n this.subscriptions.push(subscription);\n }\n this.add(subscription);\n }\n this.observables = null;\n }\n };\n RaceSubscriber.prototype.notifyNext = function (_outerValue, innerValue, outerIndex) {\n if (!this.hasFirst) {\n this.hasFirst = true;\n for (var i = 0; i < this.subscriptions.length; i++) {\n if (i !== outerIndex) {\n var subscription = this.subscriptions[i];\n subscription.unsubscribe();\n this.remove(subscription);\n }\n }\n this.subscriptions = null;\n }\n this.destination.next(innerValue);\n };\n return RaceSubscriber;\n}(_OuterSubscriber__WEBPACK_IMPORTED_MODULE_3__[\"OuterSubscriber\"]));\n\n//# sourceMappingURL=race.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/race.js?");
2469
2470/***/ }),
2471
2472/***/ "./node_modules/rxjs/_esm5/internal/observable/range.js":
2473/*!**************************************************************!*\
2474 !*** ./node_modules/rxjs/_esm5/internal/observable/range.js ***!
2475 \**************************************************************/
2476/*! exports provided: range, dispatch */
2477/***/ (function(module, __webpack_exports__, __webpack_require__) {
2478
2479"use strict";
2480eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"range\", function() { return range; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"dispatch\", function() { return dispatch; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/** PURE_IMPORTS_START _Observable PURE_IMPORTS_END */\n\nfunction range(start, count, scheduler) {\n if (start === void 0) {\n start = 0;\n }\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n if (count === undefined) {\n count = start;\n start = 0;\n }\n var index = 0;\n var current = start;\n if (scheduler) {\n return scheduler.schedule(dispatch, 0, {\n index: index, count: count, start: start, subscriber: subscriber\n });\n }\n else {\n do {\n if (index++ >= count) {\n subscriber.complete();\n break;\n }\n subscriber.next(current++);\n if (subscriber.closed) {\n break;\n }\n } while (true);\n }\n return undefined;\n });\n}\nfunction dispatch(state) {\n var start = state.start, index = state.index, count = state.count, subscriber = state.subscriber;\n if (index >= count) {\n subscriber.complete();\n return;\n }\n subscriber.next(start);\n if (subscriber.closed) {\n return;\n }\n state.index = index + 1;\n state.start = start + 1;\n this.schedule(state);\n}\n//# sourceMappingURL=range.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/range.js?");
2481
2482/***/ }),
2483
2484/***/ "./node_modules/rxjs/_esm5/internal/observable/throwError.js":
2485/*!*******************************************************************!*\
2486 !*** ./node_modules/rxjs/_esm5/internal/observable/throwError.js ***!
2487 \*******************************************************************/
2488/*! exports provided: throwError */
2489/***/ (function(module, __webpack_exports__, __webpack_require__) {
2490
2491"use strict";
2492eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"throwError\", function() { return throwError; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/** PURE_IMPORTS_START _Observable PURE_IMPORTS_END */\n\nfunction throwError(error, scheduler) {\n if (!scheduler) {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) { return subscriber.error(error); });\n }\n else {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) { return scheduler.schedule(dispatch, 0, { error: error, subscriber: subscriber }); });\n }\n}\nfunction dispatch(_a) {\n var error = _a.error, subscriber = _a.subscriber;\n subscriber.error(error);\n}\n//# sourceMappingURL=throwError.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/throwError.js?");
2493
2494/***/ }),
2495
2496/***/ "./node_modules/rxjs/_esm5/internal/observable/timer.js":
2497/*!**************************************************************!*\
2498 !*** ./node_modules/rxjs/_esm5/internal/observable/timer.js ***!
2499 \**************************************************************/
2500/*! exports provided: timer */
2501/***/ (function(module, __webpack_exports__, __webpack_require__) {
2502
2503"use strict";
2504eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"timer\", function() { return timer; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony import */ var _util_isNumeric__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/isNumeric */ \"./node_modules/rxjs/_esm5/internal/util/isNumeric.js\");\n/* harmony import */ var _util_isScheduler__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/isScheduler */ \"./node_modules/rxjs/_esm5/internal/util/isScheduler.js\");\n/** PURE_IMPORTS_START _Observable,_scheduler_async,_util_isNumeric,_util_isScheduler PURE_IMPORTS_END */\n\n\n\n\nfunction timer(dueTime, periodOrScheduler, scheduler) {\n if (dueTime === void 0) {\n dueTime = 0;\n }\n var period = -1;\n if (Object(_util_isNumeric__WEBPACK_IMPORTED_MODULE_2__[\"isNumeric\"])(periodOrScheduler)) {\n period = Number(periodOrScheduler) < 1 && 1 || Number(periodOrScheduler);\n }\n else if (Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_3__[\"isScheduler\"])(periodOrScheduler)) {\n scheduler = periodOrScheduler;\n }\n if (!Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_3__[\"isScheduler\"])(scheduler)) {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_1__[\"async\"];\n }\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var due = Object(_util_isNumeric__WEBPACK_IMPORTED_MODULE_2__[\"isNumeric\"])(dueTime)\n ? dueTime\n : (+dueTime - scheduler.now());\n return scheduler.schedule(dispatch, due, {\n index: 0, period: period, subscriber: subscriber\n });\n });\n}\nfunction dispatch(state) {\n var index = state.index, period = state.period, subscriber = state.subscriber;\n subscriber.next(index);\n if (subscriber.closed) {\n return;\n }\n else if (period === -1) {\n return subscriber.complete();\n }\n state.index = index + 1;\n this.schedule(state, period);\n}\n//# sourceMappingURL=timer.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/timer.js?");
2505
2506/***/ }),
2507
2508/***/ "./node_modules/rxjs/_esm5/internal/observable/using.js":
2509/*!**************************************************************!*\
2510 !*** ./node_modules/rxjs/_esm5/internal/observable/using.js ***!
2511 \**************************************************************/
2512/*! exports provided: using */
2513/***/ (function(module, __webpack_exports__, __webpack_require__) {
2514
2515"use strict";
2516eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"using\", function() { return using; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _from__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./from */ \"./node_modules/rxjs/_esm5/internal/observable/from.js\");\n/* harmony import */ var _empty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./empty */ \"./node_modules/rxjs/_esm5/internal/observable/empty.js\");\n/** PURE_IMPORTS_START _Observable,_from,_empty PURE_IMPORTS_END */\n\n\n\nfunction using(resourceFactory, observableFactory) {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var resource;\n try {\n resource = resourceFactory();\n }\n catch (err) {\n subscriber.error(err);\n return undefined;\n }\n var result;\n try {\n result = observableFactory(resource);\n }\n catch (err) {\n subscriber.error(err);\n return undefined;\n }\n var source = result ? Object(_from__WEBPACK_IMPORTED_MODULE_1__[\"from\"])(result) : _empty__WEBPACK_IMPORTED_MODULE_2__[\"EMPTY\"];\n var subscription = source.subscribe(subscriber);\n return function () {\n subscription.unsubscribe();\n if (resource) {\n resource.unsubscribe();\n }\n };\n });\n}\n//# sourceMappingURL=using.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/using.js?");
2517
2518/***/ }),
2519
2520/***/ "./node_modules/rxjs/_esm5/internal/observable/zip.js":
2521/*!************************************************************!*\
2522 !*** ./node_modules/rxjs/_esm5/internal/observable/zip.js ***!
2523 \************************************************************/
2524/*! exports provided: zip, ZipOperator, ZipSubscriber */
2525/***/ (function(module, __webpack_exports__, __webpack_require__) {
2526
2527"use strict";
2528eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"zip\", function() { return zip; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ZipOperator\", function() { return ZipOperator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ZipSubscriber\", function() { return ZipSubscriber; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _fromArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./fromArray */ \"./node_modules/rxjs/_esm5/internal/observable/fromArray.js\");\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _internal_symbol_iterator__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../internal/symbol/iterator */ \"./node_modules/rxjs/_esm5/internal/symbol/iterator.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_fromArray,_util_isArray,_Subscriber,_.._internal_symbol_iterator,_innerSubscribe PURE_IMPORTS_END */\n\n\n\n\n\n\nfunction zip() {\n var observables = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n observables[_i] = arguments[_i];\n }\n var resultSelector = observables[observables.length - 1];\n if (typeof resultSelector === 'function') {\n observables.pop();\n }\n return Object(_fromArray__WEBPACK_IMPORTED_MODULE_1__[\"fromArray\"])(observables, undefined).lift(new ZipOperator(resultSelector));\n}\nvar ZipOperator = /*@__PURE__*/ (function () {\n function ZipOperator(resultSelector) {\n this.resultSelector = resultSelector;\n }\n ZipOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new ZipSubscriber(subscriber, this.resultSelector));\n };\n return ZipOperator;\n}());\n\nvar ZipSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ZipSubscriber, _super);\n function ZipSubscriber(destination, resultSelector, values) {\n if (values === void 0) {\n values = Object.create(null);\n }\n var _this = _super.call(this, destination) || this;\n _this.resultSelector = resultSelector;\n _this.iterators = [];\n _this.active = 0;\n _this.resultSelector = (typeof resultSelector === 'function') ? resultSelector : undefined;\n return _this;\n }\n ZipSubscriber.prototype._next = function (value) {\n var iterators = this.iterators;\n if (Object(_util_isArray__WEBPACK_IMPORTED_MODULE_2__[\"isArray\"])(value)) {\n iterators.push(new StaticArrayIterator(value));\n }\n else if (typeof value[_internal_symbol_iterator__WEBPACK_IMPORTED_MODULE_4__[\"iterator\"]] === 'function') {\n iterators.push(new StaticIterator(value[_internal_symbol_iterator__WEBPACK_IMPORTED_MODULE_4__[\"iterator\"]]()));\n }\n else {\n iterators.push(new ZipBufferIterator(this.destination, this, value));\n }\n };\n ZipSubscriber.prototype._complete = function () {\n var iterators = this.iterators;\n var len = iterators.length;\n this.unsubscribe();\n if (len === 0) {\n this.destination.complete();\n return;\n }\n this.active = len;\n for (var i = 0; i < len; i++) {\n var iterator = iterators[i];\n if (iterator.stillUnsubscribed) {\n var destination = this.destination;\n destination.add(iterator.subscribe());\n }\n else {\n this.active--;\n }\n }\n };\n ZipSubscriber.prototype.notifyInactive = function () {\n this.active--;\n if (this.active === 0) {\n this.destination.complete();\n }\n };\n ZipSubscriber.prototype.checkIterators = function () {\n var iterators = this.iterators;\n var len = iterators.length;\n var destination = this.destination;\n for (var i = 0; i < len; i++) {\n var iterator = iterators[i];\n if (typeof iterator.hasValue === 'function' && !iterator.hasValue()) {\n return;\n }\n }\n var shouldComplete = false;\n var args = [];\n for (var i = 0; i < len; i++) {\n var iterator = iterators[i];\n var result = iterator.next();\n if (iterator.hasCompleted()) {\n shouldComplete = true;\n }\n if (result.done) {\n destination.complete();\n return;\n }\n args.push(result.value);\n }\n if (this.resultSelector) {\n this._tryresultSelector(args);\n }\n else {\n destination.next(args);\n }\n if (shouldComplete) {\n destination.complete();\n }\n };\n ZipSubscriber.prototype._tryresultSelector = function (args) {\n var result;\n try {\n result = this.resultSelector.apply(this, args);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n this.destination.next(result);\n };\n return ZipSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_3__[\"Subscriber\"]));\n\nvar StaticIterator = /*@__PURE__*/ (function () {\n function StaticIterator(iterator) {\n this.iterator = iterator;\n this.nextResult = iterator.next();\n }\n StaticIterator.prototype.hasValue = function () {\n return true;\n };\n StaticIterator.prototype.next = function () {\n var result = this.nextResult;\n this.nextResult = this.iterator.next();\n return result;\n };\n StaticIterator.prototype.hasCompleted = function () {\n var nextResult = this.nextResult;\n return Boolean(nextResult && nextResult.done);\n };\n return StaticIterator;\n}());\nvar StaticArrayIterator = /*@__PURE__*/ (function () {\n function StaticArrayIterator(array) {\n this.array = array;\n this.index = 0;\n this.length = 0;\n this.length = array.length;\n }\n StaticArrayIterator.prototype[_internal_symbol_iterator__WEBPACK_IMPORTED_MODULE_4__[\"iterator\"]] = function () {\n return this;\n };\n StaticArrayIterator.prototype.next = function (value) {\n var i = this.index++;\n var array = this.array;\n return i < this.length ? { value: array[i], done: false } : { value: null, done: true };\n };\n StaticArrayIterator.prototype.hasValue = function () {\n return this.array.length > this.index;\n };\n StaticArrayIterator.prototype.hasCompleted = function () {\n return this.array.length === this.index;\n };\n return StaticArrayIterator;\n}());\nvar ZipBufferIterator = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ZipBufferIterator, _super);\n function ZipBufferIterator(destination, parent, observable) {\n var _this = _super.call(this, destination) || this;\n _this.parent = parent;\n _this.observable = observable;\n _this.stillUnsubscribed = true;\n _this.buffer = [];\n _this.isComplete = false;\n return _this;\n }\n ZipBufferIterator.prototype[_internal_symbol_iterator__WEBPACK_IMPORTED_MODULE_4__[\"iterator\"]] = function () {\n return this;\n };\n ZipBufferIterator.prototype.next = function () {\n var buffer = this.buffer;\n if (buffer.length === 0 && this.isComplete) {\n return { value: null, done: true };\n }\n else {\n return { value: buffer.shift(), done: false };\n }\n };\n ZipBufferIterator.prototype.hasValue = function () {\n return this.buffer.length > 0;\n };\n ZipBufferIterator.prototype.hasCompleted = function () {\n return this.buffer.length === 0 && this.isComplete;\n };\n ZipBufferIterator.prototype.notifyComplete = function () {\n if (this.buffer.length > 0) {\n this.isComplete = true;\n this.parent.notifyInactive();\n }\n else {\n this.destination.complete();\n }\n };\n ZipBufferIterator.prototype.notifyNext = function (innerValue) {\n this.buffer.push(innerValue);\n this.parent.checkIterators();\n };\n ZipBufferIterator.prototype.subscribe = function () {\n return Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_5__[\"innerSubscribe\"])(this.observable, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_5__[\"SimpleInnerSubscriber\"](this));\n };\n return ZipBufferIterator;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_5__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=zip.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/observable/zip.js?");
2529
2530/***/ }),
2531
2532/***/ "./node_modules/rxjs/_esm5/internal/operators/audit.js":
2533/*!*************************************************************!*\
2534 !*** ./node_modules/rxjs/_esm5/internal/operators/audit.js ***!
2535 \*************************************************************/
2536/*! exports provided: audit */
2537/***/ (function(module, __webpack_exports__, __webpack_require__) {
2538
2539"use strict";
2540eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"audit\", function() { return audit; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nfunction audit(durationSelector) {\n return function auditOperatorFunction(source) {\n return source.lift(new AuditOperator(durationSelector));\n };\n}\nvar AuditOperator = /*@__PURE__*/ (function () {\n function AuditOperator(durationSelector) {\n this.durationSelector = durationSelector;\n }\n AuditOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new AuditSubscriber(subscriber, this.durationSelector));\n };\n return AuditOperator;\n}());\nvar AuditSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](AuditSubscriber, _super);\n function AuditSubscriber(destination, durationSelector) {\n var _this = _super.call(this, destination) || this;\n _this.durationSelector = durationSelector;\n _this.hasValue = false;\n return _this;\n }\n AuditSubscriber.prototype._next = function (value) {\n this.value = value;\n this.hasValue = true;\n if (!this.throttled) {\n var duration = void 0;\n try {\n var durationSelector = this.durationSelector;\n duration = durationSelector(value);\n }\n catch (err) {\n return this.destination.error(err);\n }\n var innerSubscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(duration, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](this));\n if (!innerSubscription || innerSubscription.closed) {\n this.clearThrottle();\n }\n else {\n this.add(this.throttled = innerSubscription);\n }\n }\n };\n AuditSubscriber.prototype.clearThrottle = function () {\n var _a = this, value = _a.value, hasValue = _a.hasValue, throttled = _a.throttled;\n if (throttled) {\n this.remove(throttled);\n this.throttled = undefined;\n throttled.unsubscribe();\n }\n if (hasValue) {\n this.value = undefined;\n this.hasValue = false;\n this.destination.next(value);\n }\n };\n AuditSubscriber.prototype.notifyNext = function () {\n this.clearThrottle();\n };\n AuditSubscriber.prototype.notifyComplete = function () {\n this.clearThrottle();\n };\n return AuditSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=audit.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/audit.js?");
2541
2542/***/ }),
2543
2544/***/ "./node_modules/rxjs/_esm5/internal/operators/auditTime.js":
2545/*!*****************************************************************!*\
2546 !*** ./node_modules/rxjs/_esm5/internal/operators/auditTime.js ***!
2547 \*****************************************************************/
2548/*! exports provided: auditTime */
2549/***/ (function(module, __webpack_exports__, __webpack_require__) {
2550
2551"use strict";
2552eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"auditTime\", function() { return auditTime; });\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony import */ var _audit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./audit */ \"./node_modules/rxjs/_esm5/internal/operators/audit.js\");\n/* harmony import */ var _observable_timer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../observable/timer */ \"./node_modules/rxjs/_esm5/internal/observable/timer.js\");\n/** PURE_IMPORTS_START _scheduler_async,_audit,_observable_timer PURE_IMPORTS_END */\n\n\n\nfunction auditTime(duration, scheduler) {\n if (scheduler === void 0) {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_0__[\"async\"];\n }\n return Object(_audit__WEBPACK_IMPORTED_MODULE_1__[\"audit\"])(function () { return Object(_observable_timer__WEBPACK_IMPORTED_MODULE_2__[\"timer\"])(duration, scheduler); });\n}\n//# sourceMappingURL=auditTime.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/auditTime.js?");
2553
2554/***/ }),
2555
2556/***/ "./node_modules/rxjs/_esm5/internal/operators/buffer.js":
2557/*!**************************************************************!*\
2558 !*** ./node_modules/rxjs/_esm5/internal/operators/buffer.js ***!
2559 \**************************************************************/
2560/*! exports provided: buffer */
2561/***/ (function(module, __webpack_exports__, __webpack_require__) {
2562
2563"use strict";
2564eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"buffer\", function() { return buffer; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nfunction buffer(closingNotifier) {\n return function bufferOperatorFunction(source) {\n return source.lift(new BufferOperator(closingNotifier));\n };\n}\nvar BufferOperator = /*@__PURE__*/ (function () {\n function BufferOperator(closingNotifier) {\n this.closingNotifier = closingNotifier;\n }\n BufferOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new BufferSubscriber(subscriber, this.closingNotifier));\n };\n return BufferOperator;\n}());\nvar BufferSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](BufferSubscriber, _super);\n function BufferSubscriber(destination, closingNotifier) {\n var _this = _super.call(this, destination) || this;\n _this.buffer = [];\n _this.add(Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(closingNotifier, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](_this)));\n return _this;\n }\n BufferSubscriber.prototype._next = function (value) {\n this.buffer.push(value);\n };\n BufferSubscriber.prototype.notifyNext = function () {\n var buffer = this.buffer;\n this.buffer = [];\n this.destination.next(buffer);\n };\n return BufferSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=buffer.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/buffer.js?");
2565
2566/***/ }),
2567
2568/***/ "./node_modules/rxjs/_esm5/internal/operators/bufferCount.js":
2569/*!*******************************************************************!*\
2570 !*** ./node_modules/rxjs/_esm5/internal/operators/bufferCount.js ***!
2571 \*******************************************************************/
2572/*! exports provided: bufferCount */
2573/***/ (function(module, __webpack_exports__, __webpack_require__) {
2574
2575"use strict";
2576eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"bufferCount\", function() { return bufferCount; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction bufferCount(bufferSize, startBufferEvery) {\n if (startBufferEvery === void 0) {\n startBufferEvery = null;\n }\n return function bufferCountOperatorFunction(source) {\n return source.lift(new BufferCountOperator(bufferSize, startBufferEvery));\n };\n}\nvar BufferCountOperator = /*@__PURE__*/ (function () {\n function BufferCountOperator(bufferSize, startBufferEvery) {\n this.bufferSize = bufferSize;\n this.startBufferEvery = startBufferEvery;\n if (!startBufferEvery || bufferSize === startBufferEvery) {\n this.subscriberClass = BufferCountSubscriber;\n }\n else {\n this.subscriberClass = BufferSkipCountSubscriber;\n }\n }\n BufferCountOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new this.subscriberClass(subscriber, this.bufferSize, this.startBufferEvery));\n };\n return BufferCountOperator;\n}());\nvar BufferCountSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](BufferCountSubscriber, _super);\n function BufferCountSubscriber(destination, bufferSize) {\n var _this = _super.call(this, destination) || this;\n _this.bufferSize = bufferSize;\n _this.buffer = [];\n return _this;\n }\n BufferCountSubscriber.prototype._next = function (value) {\n var buffer = this.buffer;\n buffer.push(value);\n if (buffer.length == this.bufferSize) {\n this.destination.next(buffer);\n this.buffer = [];\n }\n };\n BufferCountSubscriber.prototype._complete = function () {\n var buffer = this.buffer;\n if (buffer.length > 0) {\n this.destination.next(buffer);\n }\n _super.prototype._complete.call(this);\n };\n return BufferCountSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\nvar BufferSkipCountSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](BufferSkipCountSubscriber, _super);\n function BufferSkipCountSubscriber(destination, bufferSize, startBufferEvery) {\n var _this = _super.call(this, destination) || this;\n _this.bufferSize = bufferSize;\n _this.startBufferEvery = startBufferEvery;\n _this.buffers = [];\n _this.count = 0;\n return _this;\n }\n BufferSkipCountSubscriber.prototype._next = function (value) {\n var _a = this, bufferSize = _a.bufferSize, startBufferEvery = _a.startBufferEvery, buffers = _a.buffers, count = _a.count;\n this.count++;\n if (count % startBufferEvery === 0) {\n buffers.push([]);\n }\n for (var i = buffers.length; i--;) {\n var buffer = buffers[i];\n buffer.push(value);\n if (buffer.length === bufferSize) {\n buffers.splice(i, 1);\n this.destination.next(buffer);\n }\n }\n };\n BufferSkipCountSubscriber.prototype._complete = function () {\n var _a = this, buffers = _a.buffers, destination = _a.destination;\n while (buffers.length > 0) {\n var buffer = buffers.shift();\n if (buffer.length > 0) {\n destination.next(buffer);\n }\n }\n _super.prototype._complete.call(this);\n };\n return BufferSkipCountSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=bufferCount.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/bufferCount.js?");
2577
2578/***/ }),
2579
2580/***/ "./node_modules/rxjs/_esm5/internal/operators/bufferTime.js":
2581/*!******************************************************************!*\
2582 !*** ./node_modules/rxjs/_esm5/internal/operators/bufferTime.js ***!
2583 \******************************************************************/
2584/*! exports provided: bufferTime */
2585/***/ (function(module, __webpack_exports__, __webpack_require__) {
2586
2587"use strict";
2588eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"bufferTime\", function() { return bufferTime; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _util_isScheduler__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/isScheduler */ \"./node_modules/rxjs/_esm5/internal/util/isScheduler.js\");\n/** PURE_IMPORTS_START tslib,_scheduler_async,_Subscriber,_util_isScheduler PURE_IMPORTS_END */\n\n\n\n\nfunction bufferTime(bufferTimeSpan) {\n var length = arguments.length;\n var scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_1__[\"async\"];\n if (Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_3__[\"isScheduler\"])(arguments[arguments.length - 1])) {\n scheduler = arguments[arguments.length - 1];\n length--;\n }\n var bufferCreationInterval = null;\n if (length >= 2) {\n bufferCreationInterval = arguments[1];\n }\n var maxBufferSize = Number.POSITIVE_INFINITY;\n if (length >= 3) {\n maxBufferSize = arguments[2];\n }\n return function bufferTimeOperatorFunction(source) {\n return source.lift(new BufferTimeOperator(bufferTimeSpan, bufferCreationInterval, maxBufferSize, scheduler));\n };\n}\nvar BufferTimeOperator = /*@__PURE__*/ (function () {\n function BufferTimeOperator(bufferTimeSpan, bufferCreationInterval, maxBufferSize, scheduler) {\n this.bufferTimeSpan = bufferTimeSpan;\n this.bufferCreationInterval = bufferCreationInterval;\n this.maxBufferSize = maxBufferSize;\n this.scheduler = scheduler;\n }\n BufferTimeOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new BufferTimeSubscriber(subscriber, this.bufferTimeSpan, this.bufferCreationInterval, this.maxBufferSize, this.scheduler));\n };\n return BufferTimeOperator;\n}());\nvar Context = /*@__PURE__*/ (function () {\n function Context() {\n this.buffer = [];\n }\n return Context;\n}());\nvar BufferTimeSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](BufferTimeSubscriber, _super);\n function BufferTimeSubscriber(destination, bufferTimeSpan, bufferCreationInterval, maxBufferSize, scheduler) {\n var _this = _super.call(this, destination) || this;\n _this.bufferTimeSpan = bufferTimeSpan;\n _this.bufferCreationInterval = bufferCreationInterval;\n _this.maxBufferSize = maxBufferSize;\n _this.scheduler = scheduler;\n _this.contexts = [];\n var context = _this.openContext();\n _this.timespanOnly = bufferCreationInterval == null || bufferCreationInterval < 0;\n if (_this.timespanOnly) {\n var timeSpanOnlyState = { subscriber: _this, context: context, bufferTimeSpan: bufferTimeSpan };\n _this.add(context.closeAction = scheduler.schedule(dispatchBufferTimeSpanOnly, bufferTimeSpan, timeSpanOnlyState));\n }\n else {\n var closeState = { subscriber: _this, context: context };\n var creationState = { bufferTimeSpan: bufferTimeSpan, bufferCreationInterval: bufferCreationInterval, subscriber: _this, scheduler: scheduler };\n _this.add(context.closeAction = scheduler.schedule(dispatchBufferClose, bufferTimeSpan, closeState));\n _this.add(scheduler.schedule(dispatchBufferCreation, bufferCreationInterval, creationState));\n }\n return _this;\n }\n BufferTimeSubscriber.prototype._next = function (value) {\n var contexts = this.contexts;\n var len = contexts.length;\n var filledBufferContext;\n for (var i = 0; i < len; i++) {\n var context_1 = contexts[i];\n var buffer = context_1.buffer;\n buffer.push(value);\n if (buffer.length == this.maxBufferSize) {\n filledBufferContext = context_1;\n }\n }\n if (filledBufferContext) {\n this.onBufferFull(filledBufferContext);\n }\n };\n BufferTimeSubscriber.prototype._error = function (err) {\n this.contexts.length = 0;\n _super.prototype._error.call(this, err);\n };\n BufferTimeSubscriber.prototype._complete = function () {\n var _a = this, contexts = _a.contexts, destination = _a.destination;\n while (contexts.length > 0) {\n var context_2 = contexts.shift();\n destination.next(context_2.buffer);\n }\n _super.prototype._complete.call(this);\n };\n BufferTimeSubscriber.prototype._unsubscribe = function () {\n this.contexts = null;\n };\n BufferTimeSubscriber.prototype.onBufferFull = function (context) {\n this.closeContext(context);\n var closeAction = context.closeAction;\n closeAction.unsubscribe();\n this.remove(closeAction);\n if (!this.closed && this.timespanOnly) {\n context = this.openContext();\n var bufferTimeSpan = this.bufferTimeSpan;\n var timeSpanOnlyState = { subscriber: this, context: context, bufferTimeSpan: bufferTimeSpan };\n this.add(context.closeAction = this.scheduler.schedule(dispatchBufferTimeSpanOnly, bufferTimeSpan, timeSpanOnlyState));\n }\n };\n BufferTimeSubscriber.prototype.openContext = function () {\n var context = new Context();\n this.contexts.push(context);\n return context;\n };\n BufferTimeSubscriber.prototype.closeContext = function (context) {\n this.destination.next(context.buffer);\n var contexts = this.contexts;\n var spliceIndex = contexts ? contexts.indexOf(context) : -1;\n if (spliceIndex >= 0) {\n contexts.splice(contexts.indexOf(context), 1);\n }\n };\n return BufferTimeSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_2__[\"Subscriber\"]));\nfunction dispatchBufferTimeSpanOnly(state) {\n var subscriber = state.subscriber;\n var prevContext = state.context;\n if (prevContext) {\n subscriber.closeContext(prevContext);\n }\n if (!subscriber.closed) {\n state.context = subscriber.openContext();\n state.context.closeAction = this.schedule(state, state.bufferTimeSpan);\n }\n}\nfunction dispatchBufferCreation(state) {\n var bufferCreationInterval = state.bufferCreationInterval, bufferTimeSpan = state.bufferTimeSpan, subscriber = state.subscriber, scheduler = state.scheduler;\n var context = subscriber.openContext();\n var action = this;\n if (!subscriber.closed) {\n subscriber.add(context.closeAction = scheduler.schedule(dispatchBufferClose, bufferTimeSpan, { subscriber: subscriber, context: context }));\n action.schedule(state, bufferCreationInterval);\n }\n}\nfunction dispatchBufferClose(arg) {\n var subscriber = arg.subscriber, context = arg.context;\n subscriber.closeContext(context);\n}\n//# sourceMappingURL=bufferTime.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/bufferTime.js?");
2589
2590/***/ }),
2591
2592/***/ "./node_modules/rxjs/_esm5/internal/operators/bufferToggle.js":
2593/*!********************************************************************!*\
2594 !*** ./node_modules/rxjs/_esm5/internal/operators/bufferToggle.js ***!
2595 \********************************************************************/
2596/*! exports provided: bufferToggle */
2597/***/ (function(module, __webpack_exports__, __webpack_require__) {
2598
2599"use strict";
2600eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"bufferToggle\", function() { return bufferToggle; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/* harmony import */ var _util_subscribeToResult__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/subscribeToResult */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToResult.js\");\n/* harmony import */ var _OuterSubscriber__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../OuterSubscriber */ \"./node_modules/rxjs/_esm5/internal/OuterSubscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscription,_util_subscribeToResult,_OuterSubscriber PURE_IMPORTS_END */\n\n\n\n\nfunction bufferToggle(openings, closingSelector) {\n return function bufferToggleOperatorFunction(source) {\n return source.lift(new BufferToggleOperator(openings, closingSelector));\n };\n}\nvar BufferToggleOperator = /*@__PURE__*/ (function () {\n function BufferToggleOperator(openings, closingSelector) {\n this.openings = openings;\n this.closingSelector = closingSelector;\n }\n BufferToggleOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new BufferToggleSubscriber(subscriber, this.openings, this.closingSelector));\n };\n return BufferToggleOperator;\n}());\nvar BufferToggleSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](BufferToggleSubscriber, _super);\n function BufferToggleSubscriber(destination, openings, closingSelector) {\n var _this = _super.call(this, destination) || this;\n _this.closingSelector = closingSelector;\n _this.contexts = [];\n _this.add(Object(_util_subscribeToResult__WEBPACK_IMPORTED_MODULE_2__[\"subscribeToResult\"])(_this, openings));\n return _this;\n }\n BufferToggleSubscriber.prototype._next = function (value) {\n var contexts = this.contexts;\n var len = contexts.length;\n for (var i = 0; i < len; i++) {\n contexts[i].buffer.push(value);\n }\n };\n BufferToggleSubscriber.prototype._error = function (err) {\n var contexts = this.contexts;\n while (contexts.length > 0) {\n var context_1 = contexts.shift();\n context_1.subscription.unsubscribe();\n context_1.buffer = null;\n context_1.subscription = null;\n }\n this.contexts = null;\n _super.prototype._error.call(this, err);\n };\n BufferToggleSubscriber.prototype._complete = function () {\n var contexts = this.contexts;\n while (contexts.length > 0) {\n var context_2 = contexts.shift();\n this.destination.next(context_2.buffer);\n context_2.subscription.unsubscribe();\n context_2.buffer = null;\n context_2.subscription = null;\n }\n this.contexts = null;\n _super.prototype._complete.call(this);\n };\n BufferToggleSubscriber.prototype.notifyNext = function (outerValue, innerValue) {\n outerValue ? this.closeBuffer(outerValue) : this.openBuffer(innerValue);\n };\n BufferToggleSubscriber.prototype.notifyComplete = function (innerSub) {\n this.closeBuffer(innerSub.context);\n };\n BufferToggleSubscriber.prototype.openBuffer = function (value) {\n try {\n var closingSelector = this.closingSelector;\n var closingNotifier = closingSelector.call(this, value);\n if (closingNotifier) {\n this.trySubscribe(closingNotifier);\n }\n }\n catch (err) {\n this._error(err);\n }\n };\n BufferToggleSubscriber.prototype.closeBuffer = function (context) {\n var contexts = this.contexts;\n if (contexts && context) {\n var buffer = context.buffer, subscription = context.subscription;\n this.destination.next(buffer);\n contexts.splice(contexts.indexOf(context), 1);\n this.remove(subscription);\n subscription.unsubscribe();\n }\n };\n BufferToggleSubscriber.prototype.trySubscribe = function (closingNotifier) {\n var contexts = this.contexts;\n var buffer = [];\n var subscription = new _Subscription__WEBPACK_IMPORTED_MODULE_1__[\"Subscription\"]();\n var context = { buffer: buffer, subscription: subscription };\n contexts.push(context);\n var innerSubscription = Object(_util_subscribeToResult__WEBPACK_IMPORTED_MODULE_2__[\"subscribeToResult\"])(this, closingNotifier, context);\n if (!innerSubscription || innerSubscription.closed) {\n this.closeBuffer(context);\n }\n else {\n innerSubscription.context = context;\n this.add(innerSubscription);\n subscription.add(innerSubscription);\n }\n };\n return BufferToggleSubscriber;\n}(_OuterSubscriber__WEBPACK_IMPORTED_MODULE_3__[\"OuterSubscriber\"]));\n//# sourceMappingURL=bufferToggle.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/bufferToggle.js?");
2601
2602/***/ }),
2603
2604/***/ "./node_modules/rxjs/_esm5/internal/operators/bufferWhen.js":
2605/*!******************************************************************!*\
2606 !*** ./node_modules/rxjs/_esm5/internal/operators/bufferWhen.js ***!
2607 \******************************************************************/
2608/*! exports provided: bufferWhen */
2609/***/ (function(module, __webpack_exports__, __webpack_require__) {
2610
2611"use strict";
2612eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"bufferWhen\", function() { return bufferWhen; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_Subscription,_innerSubscribe PURE_IMPORTS_END */\n\n\n\nfunction bufferWhen(closingSelector) {\n return function (source) {\n return source.lift(new BufferWhenOperator(closingSelector));\n };\n}\nvar BufferWhenOperator = /*@__PURE__*/ (function () {\n function BufferWhenOperator(closingSelector) {\n this.closingSelector = closingSelector;\n }\n BufferWhenOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new BufferWhenSubscriber(subscriber, this.closingSelector));\n };\n return BufferWhenOperator;\n}());\nvar BufferWhenSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](BufferWhenSubscriber, _super);\n function BufferWhenSubscriber(destination, closingSelector) {\n var _this = _super.call(this, destination) || this;\n _this.closingSelector = closingSelector;\n _this.subscribing = false;\n _this.openBuffer();\n return _this;\n }\n BufferWhenSubscriber.prototype._next = function (value) {\n this.buffer.push(value);\n };\n BufferWhenSubscriber.prototype._complete = function () {\n var buffer = this.buffer;\n if (buffer) {\n this.destination.next(buffer);\n }\n _super.prototype._complete.call(this);\n };\n BufferWhenSubscriber.prototype._unsubscribe = function () {\n this.buffer = undefined;\n this.subscribing = false;\n };\n BufferWhenSubscriber.prototype.notifyNext = function () {\n this.openBuffer();\n };\n BufferWhenSubscriber.prototype.notifyComplete = function () {\n if (this.subscribing) {\n this.complete();\n }\n else {\n this.openBuffer();\n }\n };\n BufferWhenSubscriber.prototype.openBuffer = function () {\n var closingSubscription = this.closingSubscription;\n if (closingSubscription) {\n this.remove(closingSubscription);\n closingSubscription.unsubscribe();\n }\n var buffer = this.buffer;\n if (this.buffer) {\n this.destination.next(buffer);\n }\n this.buffer = [];\n var closingNotifier;\n try {\n var closingSelector = this.closingSelector;\n closingNotifier = closingSelector();\n }\n catch (err) {\n return this.error(err);\n }\n closingSubscription = new _Subscription__WEBPACK_IMPORTED_MODULE_1__[\"Subscription\"]();\n this.closingSubscription = closingSubscription;\n this.add(closingSubscription);\n this.subscribing = true;\n closingSubscription.add(Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"innerSubscribe\"])(closingNotifier, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"SimpleInnerSubscriber\"](this)));\n this.subscribing = false;\n };\n return BufferWhenSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=bufferWhen.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/bufferWhen.js?");
2613
2614/***/ }),
2615
2616/***/ "./node_modules/rxjs/_esm5/internal/operators/catchError.js":
2617/*!******************************************************************!*\
2618 !*** ./node_modules/rxjs/_esm5/internal/operators/catchError.js ***!
2619 \******************************************************************/
2620/*! exports provided: catchError */
2621/***/ (function(module, __webpack_exports__, __webpack_require__) {
2622
2623"use strict";
2624eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"catchError\", function() { return catchError; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nfunction catchError(selector) {\n return function catchErrorOperatorFunction(source) {\n var operator = new CatchOperator(selector);\n var caught = source.lift(operator);\n return (operator.caught = caught);\n };\n}\nvar CatchOperator = /*@__PURE__*/ (function () {\n function CatchOperator(selector) {\n this.selector = selector;\n }\n CatchOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new CatchSubscriber(subscriber, this.selector, this.caught));\n };\n return CatchOperator;\n}());\nvar CatchSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](CatchSubscriber, _super);\n function CatchSubscriber(destination, selector, caught) {\n var _this = _super.call(this, destination) || this;\n _this.selector = selector;\n _this.caught = caught;\n return _this;\n }\n CatchSubscriber.prototype.error = function (err) {\n if (!this.isStopped) {\n var result = void 0;\n try {\n result = this.selector(err, this.caught);\n }\n catch (err2) {\n _super.prototype.error.call(this, err2);\n return;\n }\n this._unsubscribeAndRecycle();\n var innerSubscriber = new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](this);\n this.add(innerSubscriber);\n var innerSubscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(result, innerSubscriber);\n if (innerSubscription !== innerSubscriber) {\n this.add(innerSubscription);\n }\n }\n };\n return CatchSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=catchError.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/catchError.js?");
2625
2626/***/ }),
2627
2628/***/ "./node_modules/rxjs/_esm5/internal/operators/combineAll.js":
2629/*!******************************************************************!*\
2630 !*** ./node_modules/rxjs/_esm5/internal/operators/combineAll.js ***!
2631 \******************************************************************/
2632/*! exports provided: combineAll */
2633/***/ (function(module, __webpack_exports__, __webpack_require__) {
2634
2635"use strict";
2636eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"combineAll\", function() { return combineAll; });\n/* harmony import */ var _observable_combineLatest__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../observable/combineLatest */ \"./node_modules/rxjs/_esm5/internal/observable/combineLatest.js\");\n/** PURE_IMPORTS_START _observable_combineLatest PURE_IMPORTS_END */\n\nfunction combineAll(project) {\n return function (source) { return source.lift(new _observable_combineLatest__WEBPACK_IMPORTED_MODULE_0__[\"CombineLatestOperator\"](project)); };\n}\n//# sourceMappingURL=combineAll.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/combineAll.js?");
2637
2638/***/ }),
2639
2640/***/ "./node_modules/rxjs/_esm5/internal/operators/combineLatest.js":
2641/*!*********************************************************************!*\
2642 !*** ./node_modules/rxjs/_esm5/internal/operators/combineLatest.js ***!
2643 \*********************************************************************/
2644/*! exports provided: combineLatest */
2645/***/ (function(module, __webpack_exports__, __webpack_require__) {
2646
2647"use strict";
2648eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"combineLatest\", function() { return combineLatest; });\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _observable_combineLatest__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../observable/combineLatest */ \"./node_modules/rxjs/_esm5/internal/observable/combineLatest.js\");\n/* harmony import */ var _observable_from__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../observable/from */ \"./node_modules/rxjs/_esm5/internal/observable/from.js\");\n/** PURE_IMPORTS_START _util_isArray,_observable_combineLatest,_observable_from PURE_IMPORTS_END */\n\n\n\nvar none = {};\nfunction combineLatest() {\n var observables = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n observables[_i] = arguments[_i];\n }\n var project = null;\n if (typeof observables[observables.length - 1] === 'function') {\n project = observables.pop();\n }\n if (observables.length === 1 && Object(_util_isArray__WEBPACK_IMPORTED_MODULE_0__[\"isArray\"])(observables[0])) {\n observables = observables[0].slice();\n }\n return function (source) { return source.lift.call(Object(_observable_from__WEBPACK_IMPORTED_MODULE_2__[\"from\"])([source].concat(observables)), new _observable_combineLatest__WEBPACK_IMPORTED_MODULE_1__[\"CombineLatestOperator\"](project)); };\n}\n//# sourceMappingURL=combineLatest.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/combineLatest.js?");
2649
2650/***/ }),
2651
2652/***/ "./node_modules/rxjs/_esm5/internal/operators/concat.js":
2653/*!**************************************************************!*\
2654 !*** ./node_modules/rxjs/_esm5/internal/operators/concat.js ***!
2655 \**************************************************************/
2656/*! exports provided: concat */
2657/***/ (function(module, __webpack_exports__, __webpack_require__) {
2658
2659"use strict";
2660eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"concat\", function() { return concat; });\n/* harmony import */ var _observable_concat__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../observable/concat */ \"./node_modules/rxjs/_esm5/internal/observable/concat.js\");\n/** PURE_IMPORTS_START _observable_concat PURE_IMPORTS_END */\n\nfunction concat() {\n var observables = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n observables[_i] = arguments[_i];\n }\n return function (source) { return source.lift.call(_observable_concat__WEBPACK_IMPORTED_MODULE_0__[\"concat\"].apply(void 0, [source].concat(observables))); };\n}\n//# sourceMappingURL=concat.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/concat.js?");
2661
2662/***/ }),
2663
2664/***/ "./node_modules/rxjs/_esm5/internal/operators/concatAll.js":
2665/*!*****************************************************************!*\
2666 !*** ./node_modules/rxjs/_esm5/internal/operators/concatAll.js ***!
2667 \*****************************************************************/
2668/*! exports provided: concatAll */
2669/***/ (function(module, __webpack_exports__, __webpack_require__) {
2670
2671"use strict";
2672eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"concatAll\", function() { return concatAll; });\n/* harmony import */ var _mergeAll__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./mergeAll */ \"./node_modules/rxjs/_esm5/internal/operators/mergeAll.js\");\n/** PURE_IMPORTS_START _mergeAll PURE_IMPORTS_END */\n\nfunction concatAll() {\n return Object(_mergeAll__WEBPACK_IMPORTED_MODULE_0__[\"mergeAll\"])(1);\n}\n//# sourceMappingURL=concatAll.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/concatAll.js?");
2673
2674/***/ }),
2675
2676/***/ "./node_modules/rxjs/_esm5/internal/operators/concatMap.js":
2677/*!*****************************************************************!*\
2678 !*** ./node_modules/rxjs/_esm5/internal/operators/concatMap.js ***!
2679 \*****************************************************************/
2680/*! exports provided: concatMap */
2681/***/ (function(module, __webpack_exports__, __webpack_require__) {
2682
2683"use strict";
2684eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"concatMap\", function() { return concatMap; });\n/* harmony import */ var _mergeMap__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./mergeMap */ \"./node_modules/rxjs/_esm5/internal/operators/mergeMap.js\");\n/** PURE_IMPORTS_START _mergeMap PURE_IMPORTS_END */\n\nfunction concatMap(project, resultSelector) {\n return Object(_mergeMap__WEBPACK_IMPORTED_MODULE_0__[\"mergeMap\"])(project, resultSelector, 1);\n}\n//# sourceMappingURL=concatMap.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/concatMap.js?");
2685
2686/***/ }),
2687
2688/***/ "./node_modules/rxjs/_esm5/internal/operators/concatMapTo.js":
2689/*!*******************************************************************!*\
2690 !*** ./node_modules/rxjs/_esm5/internal/operators/concatMapTo.js ***!
2691 \*******************************************************************/
2692/*! exports provided: concatMapTo */
2693/***/ (function(module, __webpack_exports__, __webpack_require__) {
2694
2695"use strict";
2696eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"concatMapTo\", function() { return concatMapTo; });\n/* harmony import */ var _concatMap__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./concatMap */ \"./node_modules/rxjs/_esm5/internal/operators/concatMap.js\");\n/** PURE_IMPORTS_START _concatMap PURE_IMPORTS_END */\n\nfunction concatMapTo(innerObservable, resultSelector) {\n return Object(_concatMap__WEBPACK_IMPORTED_MODULE_0__[\"concatMap\"])(function () { return innerObservable; }, resultSelector);\n}\n//# sourceMappingURL=concatMapTo.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/concatMapTo.js?");
2697
2698/***/ }),
2699
2700/***/ "./node_modules/rxjs/_esm5/internal/operators/count.js":
2701/*!*************************************************************!*\
2702 !*** ./node_modules/rxjs/_esm5/internal/operators/count.js ***!
2703 \*************************************************************/
2704/*! exports provided: count */
2705/***/ (function(module, __webpack_exports__, __webpack_require__) {
2706
2707"use strict";
2708eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"count\", function() { return count; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction count(predicate) {\n return function (source) { return source.lift(new CountOperator(predicate, source)); };\n}\nvar CountOperator = /*@__PURE__*/ (function () {\n function CountOperator(predicate, source) {\n this.predicate = predicate;\n this.source = source;\n }\n CountOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new CountSubscriber(subscriber, this.predicate, this.source));\n };\n return CountOperator;\n}());\nvar CountSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](CountSubscriber, _super);\n function CountSubscriber(destination, predicate, source) {\n var _this = _super.call(this, destination) || this;\n _this.predicate = predicate;\n _this.source = source;\n _this.count = 0;\n _this.index = 0;\n return _this;\n }\n CountSubscriber.prototype._next = function (value) {\n if (this.predicate) {\n this._tryPredicate(value);\n }\n else {\n this.count++;\n }\n };\n CountSubscriber.prototype._tryPredicate = function (value) {\n var result;\n try {\n result = this.predicate(value, this.index++, this.source);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n if (result) {\n this.count++;\n }\n };\n CountSubscriber.prototype._complete = function () {\n this.destination.next(this.count);\n this.destination.complete();\n };\n return CountSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=count.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/count.js?");
2709
2710/***/ }),
2711
2712/***/ "./node_modules/rxjs/_esm5/internal/operators/debounce.js":
2713/*!****************************************************************!*\
2714 !*** ./node_modules/rxjs/_esm5/internal/operators/debounce.js ***!
2715 \****************************************************************/
2716/*! exports provided: debounce */
2717/***/ (function(module, __webpack_exports__, __webpack_require__) {
2718
2719"use strict";
2720eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"debounce\", function() { return debounce; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nfunction debounce(durationSelector) {\n return function (source) { return source.lift(new DebounceOperator(durationSelector)); };\n}\nvar DebounceOperator = /*@__PURE__*/ (function () {\n function DebounceOperator(durationSelector) {\n this.durationSelector = durationSelector;\n }\n DebounceOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new DebounceSubscriber(subscriber, this.durationSelector));\n };\n return DebounceOperator;\n}());\nvar DebounceSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](DebounceSubscriber, _super);\n function DebounceSubscriber(destination, durationSelector) {\n var _this = _super.call(this, destination) || this;\n _this.durationSelector = durationSelector;\n _this.hasValue = false;\n return _this;\n }\n DebounceSubscriber.prototype._next = function (value) {\n try {\n var result = this.durationSelector.call(this, value);\n if (result) {\n this._tryNext(value, result);\n }\n }\n catch (err) {\n this.destination.error(err);\n }\n };\n DebounceSubscriber.prototype._complete = function () {\n this.emitValue();\n this.destination.complete();\n };\n DebounceSubscriber.prototype._tryNext = function (value, duration) {\n var subscription = this.durationSubscription;\n this.value = value;\n this.hasValue = true;\n if (subscription) {\n subscription.unsubscribe();\n this.remove(subscription);\n }\n subscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(duration, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](this));\n if (subscription && !subscription.closed) {\n this.add(this.durationSubscription = subscription);\n }\n };\n DebounceSubscriber.prototype.notifyNext = function () {\n this.emitValue();\n };\n DebounceSubscriber.prototype.notifyComplete = function () {\n this.emitValue();\n };\n DebounceSubscriber.prototype.emitValue = function () {\n if (this.hasValue) {\n var value = this.value;\n var subscription = this.durationSubscription;\n if (subscription) {\n this.durationSubscription = undefined;\n subscription.unsubscribe();\n this.remove(subscription);\n }\n this.value = undefined;\n this.hasValue = false;\n _super.prototype._next.call(this, value);\n }\n };\n return DebounceSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=debounce.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/debounce.js?");
2721
2722/***/ }),
2723
2724/***/ "./node_modules/rxjs/_esm5/internal/operators/debounceTime.js":
2725/*!********************************************************************!*\
2726 !*** ./node_modules/rxjs/_esm5/internal/operators/debounceTime.js ***!
2727 \********************************************************************/
2728/*! exports provided: debounceTime */
2729/***/ (function(module, __webpack_exports__, __webpack_require__) {
2730
2731"use strict";
2732eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"debounceTime\", function() { return debounceTime; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_scheduler_async PURE_IMPORTS_END */\n\n\n\nfunction debounceTime(dueTime, scheduler) {\n if (scheduler === void 0) {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_2__[\"async\"];\n }\n return function (source) { return source.lift(new DebounceTimeOperator(dueTime, scheduler)); };\n}\nvar DebounceTimeOperator = /*@__PURE__*/ (function () {\n function DebounceTimeOperator(dueTime, scheduler) {\n this.dueTime = dueTime;\n this.scheduler = scheduler;\n }\n DebounceTimeOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new DebounceTimeSubscriber(subscriber, this.dueTime, this.scheduler));\n };\n return DebounceTimeOperator;\n}());\nvar DebounceTimeSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](DebounceTimeSubscriber, _super);\n function DebounceTimeSubscriber(destination, dueTime, scheduler) {\n var _this = _super.call(this, destination) || this;\n _this.dueTime = dueTime;\n _this.scheduler = scheduler;\n _this.debouncedSubscription = null;\n _this.lastValue = null;\n _this.hasValue = false;\n return _this;\n }\n DebounceTimeSubscriber.prototype._next = function (value) {\n this.clearDebounce();\n this.lastValue = value;\n this.hasValue = true;\n this.add(this.debouncedSubscription = this.scheduler.schedule(dispatchNext, this.dueTime, this));\n };\n DebounceTimeSubscriber.prototype._complete = function () {\n this.debouncedNext();\n this.destination.complete();\n };\n DebounceTimeSubscriber.prototype.debouncedNext = function () {\n this.clearDebounce();\n if (this.hasValue) {\n var lastValue = this.lastValue;\n this.lastValue = null;\n this.hasValue = false;\n this.destination.next(lastValue);\n }\n };\n DebounceTimeSubscriber.prototype.clearDebounce = function () {\n var debouncedSubscription = this.debouncedSubscription;\n if (debouncedSubscription !== null) {\n this.remove(debouncedSubscription);\n debouncedSubscription.unsubscribe();\n this.debouncedSubscription = null;\n }\n };\n return DebounceTimeSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\nfunction dispatchNext(subscriber) {\n subscriber.debouncedNext();\n}\n//# sourceMappingURL=debounceTime.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/debounceTime.js?");
2733
2734/***/ }),
2735
2736/***/ "./node_modules/rxjs/_esm5/internal/operators/defaultIfEmpty.js":
2737/*!**********************************************************************!*\
2738 !*** ./node_modules/rxjs/_esm5/internal/operators/defaultIfEmpty.js ***!
2739 \**********************************************************************/
2740/*! exports provided: defaultIfEmpty */
2741/***/ (function(module, __webpack_exports__, __webpack_require__) {
2742
2743"use strict";
2744eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"defaultIfEmpty\", function() { return defaultIfEmpty; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction defaultIfEmpty(defaultValue) {\n if (defaultValue === void 0) {\n defaultValue = null;\n }\n return function (source) { return source.lift(new DefaultIfEmptyOperator(defaultValue)); };\n}\nvar DefaultIfEmptyOperator = /*@__PURE__*/ (function () {\n function DefaultIfEmptyOperator(defaultValue) {\n this.defaultValue = defaultValue;\n }\n DefaultIfEmptyOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new DefaultIfEmptySubscriber(subscriber, this.defaultValue));\n };\n return DefaultIfEmptyOperator;\n}());\nvar DefaultIfEmptySubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](DefaultIfEmptySubscriber, _super);\n function DefaultIfEmptySubscriber(destination, defaultValue) {\n var _this = _super.call(this, destination) || this;\n _this.defaultValue = defaultValue;\n _this.isEmpty = true;\n return _this;\n }\n DefaultIfEmptySubscriber.prototype._next = function (value) {\n this.isEmpty = false;\n this.destination.next(value);\n };\n DefaultIfEmptySubscriber.prototype._complete = function () {\n if (this.isEmpty) {\n this.destination.next(this.defaultValue);\n }\n this.destination.complete();\n };\n return DefaultIfEmptySubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=defaultIfEmpty.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/defaultIfEmpty.js?");
2745
2746/***/ }),
2747
2748/***/ "./node_modules/rxjs/_esm5/internal/operators/delay.js":
2749/*!*************************************************************!*\
2750 !*** ./node_modules/rxjs/_esm5/internal/operators/delay.js ***!
2751 \*************************************************************/
2752/*! exports provided: delay */
2753/***/ (function(module, __webpack_exports__, __webpack_require__) {
2754
2755"use strict";
2756eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"delay\", function() { return delay; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony import */ var _util_isDate__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/isDate */ \"./node_modules/rxjs/_esm5/internal/util/isDate.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _Notification__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../Notification */ \"./node_modules/rxjs/_esm5/internal/Notification.js\");\n/** PURE_IMPORTS_START tslib,_scheduler_async,_util_isDate,_Subscriber,_Notification PURE_IMPORTS_END */\n\n\n\n\n\nfunction delay(delay, scheduler) {\n if (scheduler === void 0) {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_1__[\"async\"];\n }\n var absoluteDelay = Object(_util_isDate__WEBPACK_IMPORTED_MODULE_2__[\"isDate\"])(delay);\n var delayFor = absoluteDelay ? (+delay - scheduler.now()) : Math.abs(delay);\n return function (source) { return source.lift(new DelayOperator(delayFor, scheduler)); };\n}\nvar DelayOperator = /*@__PURE__*/ (function () {\n function DelayOperator(delay, scheduler) {\n this.delay = delay;\n this.scheduler = scheduler;\n }\n DelayOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new DelaySubscriber(subscriber, this.delay, this.scheduler));\n };\n return DelayOperator;\n}());\nvar DelaySubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](DelaySubscriber, _super);\n function DelaySubscriber(destination, delay, scheduler) {\n var _this = _super.call(this, destination) || this;\n _this.delay = delay;\n _this.scheduler = scheduler;\n _this.queue = [];\n _this.active = false;\n _this.errored = false;\n return _this;\n }\n DelaySubscriber.dispatch = function (state) {\n var source = state.source;\n var queue = source.queue;\n var scheduler = state.scheduler;\n var destination = state.destination;\n while (queue.length > 0 && (queue[0].time - scheduler.now()) <= 0) {\n queue.shift().notification.observe(destination);\n }\n if (queue.length > 0) {\n var delay_1 = Math.max(0, queue[0].time - scheduler.now());\n this.schedule(state, delay_1);\n }\n else {\n this.unsubscribe();\n source.active = false;\n }\n };\n DelaySubscriber.prototype._schedule = function (scheduler) {\n this.active = true;\n var destination = this.destination;\n destination.add(scheduler.schedule(DelaySubscriber.dispatch, this.delay, {\n source: this, destination: this.destination, scheduler: scheduler\n }));\n };\n DelaySubscriber.prototype.scheduleNotification = function (notification) {\n if (this.errored === true) {\n return;\n }\n var scheduler = this.scheduler;\n var message = new DelayMessage(scheduler.now() + this.delay, notification);\n this.queue.push(message);\n if (this.active === false) {\n this._schedule(scheduler);\n }\n };\n DelaySubscriber.prototype._next = function (value) {\n this.scheduleNotification(_Notification__WEBPACK_IMPORTED_MODULE_4__[\"Notification\"].createNext(value));\n };\n DelaySubscriber.prototype._error = function (err) {\n this.errored = true;\n this.queue = [];\n this.destination.error(err);\n this.unsubscribe();\n };\n DelaySubscriber.prototype._complete = function () {\n this.scheduleNotification(_Notification__WEBPACK_IMPORTED_MODULE_4__[\"Notification\"].createComplete());\n this.unsubscribe();\n };\n return DelaySubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_3__[\"Subscriber\"]));\nvar DelayMessage = /*@__PURE__*/ (function () {\n function DelayMessage(time, notification) {\n this.time = time;\n this.notification = notification;\n }\n return DelayMessage;\n}());\n//# sourceMappingURL=delay.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/delay.js?");
2757
2758/***/ }),
2759
2760/***/ "./node_modules/rxjs/_esm5/internal/operators/delayWhen.js":
2761/*!*****************************************************************!*\
2762 !*** ./node_modules/rxjs/_esm5/internal/operators/delayWhen.js ***!
2763 \*****************************************************************/
2764/*! exports provided: delayWhen */
2765/***/ (function(module, __webpack_exports__, __webpack_require__) {
2766
2767"use strict";
2768eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"delayWhen\", function() { return delayWhen; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _OuterSubscriber__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../OuterSubscriber */ \"./node_modules/rxjs/_esm5/internal/OuterSubscriber.js\");\n/* harmony import */ var _util_subscribeToResult__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../util/subscribeToResult */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToResult.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_Observable,_OuterSubscriber,_util_subscribeToResult PURE_IMPORTS_END */\n\n\n\n\n\nfunction delayWhen(delayDurationSelector, subscriptionDelay) {\n if (subscriptionDelay) {\n return function (source) {\n return new SubscriptionDelayObservable(source, subscriptionDelay)\n .lift(new DelayWhenOperator(delayDurationSelector));\n };\n }\n return function (source) { return source.lift(new DelayWhenOperator(delayDurationSelector)); };\n}\nvar DelayWhenOperator = /*@__PURE__*/ (function () {\n function DelayWhenOperator(delayDurationSelector) {\n this.delayDurationSelector = delayDurationSelector;\n }\n DelayWhenOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new DelayWhenSubscriber(subscriber, this.delayDurationSelector));\n };\n return DelayWhenOperator;\n}());\nvar DelayWhenSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](DelayWhenSubscriber, _super);\n function DelayWhenSubscriber(destination, delayDurationSelector) {\n var _this = _super.call(this, destination) || this;\n _this.delayDurationSelector = delayDurationSelector;\n _this.completed = false;\n _this.delayNotifierSubscriptions = [];\n _this.index = 0;\n return _this;\n }\n DelayWhenSubscriber.prototype.notifyNext = function (outerValue, _innerValue, _outerIndex, _innerIndex, innerSub) {\n this.destination.next(outerValue);\n this.removeSubscription(innerSub);\n this.tryComplete();\n };\n DelayWhenSubscriber.prototype.notifyError = function (error, innerSub) {\n this._error(error);\n };\n DelayWhenSubscriber.prototype.notifyComplete = function (innerSub) {\n var value = this.removeSubscription(innerSub);\n if (value) {\n this.destination.next(value);\n }\n this.tryComplete();\n };\n DelayWhenSubscriber.prototype._next = function (value) {\n var index = this.index++;\n try {\n var delayNotifier = this.delayDurationSelector(value, index);\n if (delayNotifier) {\n this.tryDelay(delayNotifier, value);\n }\n }\n catch (err) {\n this.destination.error(err);\n }\n };\n DelayWhenSubscriber.prototype._complete = function () {\n this.completed = true;\n this.tryComplete();\n this.unsubscribe();\n };\n DelayWhenSubscriber.prototype.removeSubscription = function (subscription) {\n subscription.unsubscribe();\n var subscriptionIdx = this.delayNotifierSubscriptions.indexOf(subscription);\n if (subscriptionIdx !== -1) {\n this.delayNotifierSubscriptions.splice(subscriptionIdx, 1);\n }\n return subscription.outerValue;\n };\n DelayWhenSubscriber.prototype.tryDelay = function (delayNotifier, value) {\n var notifierSubscription = Object(_util_subscribeToResult__WEBPACK_IMPORTED_MODULE_4__[\"subscribeToResult\"])(this, delayNotifier, value);\n if (notifierSubscription && !notifierSubscription.closed) {\n var destination = this.destination;\n destination.add(notifierSubscription);\n this.delayNotifierSubscriptions.push(notifierSubscription);\n }\n };\n DelayWhenSubscriber.prototype.tryComplete = function () {\n if (this.completed && this.delayNotifierSubscriptions.length === 0) {\n this.destination.complete();\n }\n };\n return DelayWhenSubscriber;\n}(_OuterSubscriber__WEBPACK_IMPORTED_MODULE_3__[\"OuterSubscriber\"]));\nvar SubscriptionDelayObservable = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SubscriptionDelayObservable, _super);\n function SubscriptionDelayObservable(source, subscriptionDelay) {\n var _this = _super.call(this) || this;\n _this.source = source;\n _this.subscriptionDelay = subscriptionDelay;\n return _this;\n }\n SubscriptionDelayObservable.prototype._subscribe = function (subscriber) {\n this.subscriptionDelay.subscribe(new SubscriptionDelaySubscriber(subscriber, this.source));\n };\n return SubscriptionDelayObservable;\n}(_Observable__WEBPACK_IMPORTED_MODULE_2__[\"Observable\"]));\nvar SubscriptionDelaySubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SubscriptionDelaySubscriber, _super);\n function SubscriptionDelaySubscriber(parent, source) {\n var _this = _super.call(this) || this;\n _this.parent = parent;\n _this.source = source;\n _this.sourceSubscribed = false;\n return _this;\n }\n SubscriptionDelaySubscriber.prototype._next = function (unused) {\n this.subscribeToSource();\n };\n SubscriptionDelaySubscriber.prototype._error = function (err) {\n this.unsubscribe();\n this.parent.error(err);\n };\n SubscriptionDelaySubscriber.prototype._complete = function () {\n this.unsubscribe();\n this.subscribeToSource();\n };\n SubscriptionDelaySubscriber.prototype.subscribeToSource = function () {\n if (!this.sourceSubscribed) {\n this.sourceSubscribed = true;\n this.unsubscribe();\n this.source.subscribe(this.parent);\n }\n };\n return SubscriptionDelaySubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=delayWhen.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/delayWhen.js?");
2769
2770/***/ }),
2771
2772/***/ "./node_modules/rxjs/_esm5/internal/operators/dematerialize.js":
2773/*!*********************************************************************!*\
2774 !*** ./node_modules/rxjs/_esm5/internal/operators/dematerialize.js ***!
2775 \*********************************************************************/
2776/*! exports provided: dematerialize */
2777/***/ (function(module, __webpack_exports__, __webpack_require__) {
2778
2779"use strict";
2780eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"dematerialize\", function() { return dematerialize; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction dematerialize() {\n return function dematerializeOperatorFunction(source) {\n return source.lift(new DeMaterializeOperator());\n };\n}\nvar DeMaterializeOperator = /*@__PURE__*/ (function () {\n function DeMaterializeOperator() {\n }\n DeMaterializeOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new DeMaterializeSubscriber(subscriber));\n };\n return DeMaterializeOperator;\n}());\nvar DeMaterializeSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](DeMaterializeSubscriber, _super);\n function DeMaterializeSubscriber(destination) {\n return _super.call(this, destination) || this;\n }\n DeMaterializeSubscriber.prototype._next = function (value) {\n value.observe(this.destination);\n };\n return DeMaterializeSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=dematerialize.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/dematerialize.js?");
2781
2782/***/ }),
2783
2784/***/ "./node_modules/rxjs/_esm5/internal/operators/distinct.js":
2785/*!****************************************************************!*\
2786 !*** ./node_modules/rxjs/_esm5/internal/operators/distinct.js ***!
2787 \****************************************************************/
2788/*! exports provided: distinct, DistinctSubscriber */
2789/***/ (function(module, __webpack_exports__, __webpack_require__) {
2790
2791"use strict";
2792eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"distinct\", function() { return distinct; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"DistinctSubscriber\", function() { return DistinctSubscriber; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nfunction distinct(keySelector, flushes) {\n return function (source) { return source.lift(new DistinctOperator(keySelector, flushes)); };\n}\nvar DistinctOperator = /*@__PURE__*/ (function () {\n function DistinctOperator(keySelector, flushes) {\n this.keySelector = keySelector;\n this.flushes = flushes;\n }\n DistinctOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new DistinctSubscriber(subscriber, this.keySelector, this.flushes));\n };\n return DistinctOperator;\n}());\nvar DistinctSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](DistinctSubscriber, _super);\n function DistinctSubscriber(destination, keySelector, flushes) {\n var _this = _super.call(this, destination) || this;\n _this.keySelector = keySelector;\n _this.values = new Set();\n if (flushes) {\n _this.add(Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(flushes, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](_this)));\n }\n return _this;\n }\n DistinctSubscriber.prototype.notifyNext = function () {\n this.values.clear();\n };\n DistinctSubscriber.prototype.notifyError = function (error) {\n this._error(error);\n };\n DistinctSubscriber.prototype._next = function (value) {\n if (this.keySelector) {\n this._useKeySelector(value);\n }\n else {\n this._finalizeNext(value, value);\n }\n };\n DistinctSubscriber.prototype._useKeySelector = function (value) {\n var key;\n var destination = this.destination;\n try {\n key = this.keySelector(value);\n }\n catch (err) {\n destination.error(err);\n return;\n }\n this._finalizeNext(key, value);\n };\n DistinctSubscriber.prototype._finalizeNext = function (key, value) {\n var values = this.values;\n if (!values.has(key)) {\n values.add(key);\n this.destination.next(value);\n }\n };\n return DistinctSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n\n//# sourceMappingURL=distinct.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/distinct.js?");
2793
2794/***/ }),
2795
2796/***/ "./node_modules/rxjs/_esm5/internal/operators/distinctUntilChanged.js":
2797/*!****************************************************************************!*\
2798 !*** ./node_modules/rxjs/_esm5/internal/operators/distinctUntilChanged.js ***!
2799 \****************************************************************************/
2800/*! exports provided: distinctUntilChanged */
2801/***/ (function(module, __webpack_exports__, __webpack_require__) {
2802
2803"use strict";
2804eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"distinctUntilChanged\", function() { return distinctUntilChanged; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction distinctUntilChanged(compare, keySelector) {\n return function (source) { return source.lift(new DistinctUntilChangedOperator(compare, keySelector)); };\n}\nvar DistinctUntilChangedOperator = /*@__PURE__*/ (function () {\n function DistinctUntilChangedOperator(compare, keySelector) {\n this.compare = compare;\n this.keySelector = keySelector;\n }\n DistinctUntilChangedOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new DistinctUntilChangedSubscriber(subscriber, this.compare, this.keySelector));\n };\n return DistinctUntilChangedOperator;\n}());\nvar DistinctUntilChangedSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](DistinctUntilChangedSubscriber, _super);\n function DistinctUntilChangedSubscriber(destination, compare, keySelector) {\n var _this = _super.call(this, destination) || this;\n _this.keySelector = keySelector;\n _this.hasKey = false;\n if (typeof compare === 'function') {\n _this.compare = compare;\n }\n return _this;\n }\n DistinctUntilChangedSubscriber.prototype.compare = function (x, y) {\n return x === y;\n };\n DistinctUntilChangedSubscriber.prototype._next = function (value) {\n var key;\n try {\n var keySelector = this.keySelector;\n key = keySelector ? keySelector(value) : value;\n }\n catch (err) {\n return this.destination.error(err);\n }\n var result = false;\n if (this.hasKey) {\n try {\n var compare = this.compare;\n result = compare(this.key, key);\n }\n catch (err) {\n return this.destination.error(err);\n }\n }\n else {\n this.hasKey = true;\n }\n if (!result) {\n this.key = key;\n this.destination.next(value);\n }\n };\n return DistinctUntilChangedSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=distinctUntilChanged.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/distinctUntilChanged.js?");
2805
2806/***/ }),
2807
2808/***/ "./node_modules/rxjs/_esm5/internal/operators/distinctUntilKeyChanged.js":
2809/*!*******************************************************************************!*\
2810 !*** ./node_modules/rxjs/_esm5/internal/operators/distinctUntilKeyChanged.js ***!
2811 \*******************************************************************************/
2812/*! exports provided: distinctUntilKeyChanged */
2813/***/ (function(module, __webpack_exports__, __webpack_require__) {
2814
2815"use strict";
2816eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"distinctUntilKeyChanged\", function() { return distinctUntilKeyChanged; });\n/* harmony import */ var _distinctUntilChanged__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./distinctUntilChanged */ \"./node_modules/rxjs/_esm5/internal/operators/distinctUntilChanged.js\");\n/** PURE_IMPORTS_START _distinctUntilChanged PURE_IMPORTS_END */\n\nfunction distinctUntilKeyChanged(key, compare) {\n return Object(_distinctUntilChanged__WEBPACK_IMPORTED_MODULE_0__[\"distinctUntilChanged\"])(function (x, y) { return compare ? compare(x[key], y[key]) : x[key] === y[key]; });\n}\n//# sourceMappingURL=distinctUntilKeyChanged.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/distinctUntilKeyChanged.js?");
2817
2818/***/ }),
2819
2820/***/ "./node_modules/rxjs/_esm5/internal/operators/elementAt.js":
2821/*!*****************************************************************!*\
2822 !*** ./node_modules/rxjs/_esm5/internal/operators/elementAt.js ***!
2823 \*****************************************************************/
2824/*! exports provided: elementAt */
2825/***/ (function(module, __webpack_exports__, __webpack_require__) {
2826
2827"use strict";
2828eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"elementAt\", function() { return elementAt; });\n/* harmony import */ var _util_ArgumentOutOfRangeError__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../util/ArgumentOutOfRangeError */ \"./node_modules/rxjs/_esm5/internal/util/ArgumentOutOfRangeError.js\");\n/* harmony import */ var _filter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./filter */ \"./node_modules/rxjs/_esm5/internal/operators/filter.js\");\n/* harmony import */ var _throwIfEmpty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./throwIfEmpty */ \"./node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js\");\n/* harmony import */ var _defaultIfEmpty__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./defaultIfEmpty */ \"./node_modules/rxjs/_esm5/internal/operators/defaultIfEmpty.js\");\n/* harmony import */ var _take__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./take */ \"./node_modules/rxjs/_esm5/internal/operators/take.js\");\n/** PURE_IMPORTS_START _util_ArgumentOutOfRangeError,_filter,_throwIfEmpty,_defaultIfEmpty,_take PURE_IMPORTS_END */\n\n\n\n\n\nfunction elementAt(index, defaultValue) {\n if (index < 0) {\n throw new _util_ArgumentOutOfRangeError__WEBPACK_IMPORTED_MODULE_0__[\"ArgumentOutOfRangeError\"]();\n }\n var hasDefaultValue = arguments.length >= 2;\n return function (source) {\n return source.pipe(Object(_filter__WEBPACK_IMPORTED_MODULE_1__[\"filter\"])(function (v, i) { return i === index; }), Object(_take__WEBPACK_IMPORTED_MODULE_4__[\"take\"])(1), hasDefaultValue\n ? Object(_defaultIfEmpty__WEBPACK_IMPORTED_MODULE_3__[\"defaultIfEmpty\"])(defaultValue)\n : Object(_throwIfEmpty__WEBPACK_IMPORTED_MODULE_2__[\"throwIfEmpty\"])(function () { return new _util_ArgumentOutOfRangeError__WEBPACK_IMPORTED_MODULE_0__[\"ArgumentOutOfRangeError\"](); }));\n };\n}\n//# sourceMappingURL=elementAt.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/elementAt.js?");
2829
2830/***/ }),
2831
2832/***/ "./node_modules/rxjs/_esm5/internal/operators/endWith.js":
2833/*!***************************************************************!*\
2834 !*** ./node_modules/rxjs/_esm5/internal/operators/endWith.js ***!
2835 \***************************************************************/
2836/*! exports provided: endWith */
2837/***/ (function(module, __webpack_exports__, __webpack_require__) {
2838
2839"use strict";
2840eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"endWith\", function() { return endWith; });\n/* harmony import */ var _observable_concat__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../observable/concat */ \"./node_modules/rxjs/_esm5/internal/observable/concat.js\");\n/* harmony import */ var _observable_of__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../observable/of */ \"./node_modules/rxjs/_esm5/internal/observable/of.js\");\n/** PURE_IMPORTS_START _observable_concat,_observable_of PURE_IMPORTS_END */\n\n\nfunction endWith() {\n var array = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n array[_i] = arguments[_i];\n }\n return function (source) { return Object(_observable_concat__WEBPACK_IMPORTED_MODULE_0__[\"concat\"])(source, _observable_of__WEBPACK_IMPORTED_MODULE_1__[\"of\"].apply(void 0, array)); };\n}\n//# sourceMappingURL=endWith.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/endWith.js?");
2841
2842/***/ }),
2843
2844/***/ "./node_modules/rxjs/_esm5/internal/operators/every.js":
2845/*!*************************************************************!*\
2846 !*** ./node_modules/rxjs/_esm5/internal/operators/every.js ***!
2847 \*************************************************************/
2848/*! exports provided: every */
2849/***/ (function(module, __webpack_exports__, __webpack_require__) {
2850
2851"use strict";
2852eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"every\", function() { return every; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction every(predicate, thisArg) {\n return function (source) { return source.lift(new EveryOperator(predicate, thisArg, source)); };\n}\nvar EveryOperator = /*@__PURE__*/ (function () {\n function EveryOperator(predicate, thisArg, source) {\n this.predicate = predicate;\n this.thisArg = thisArg;\n this.source = source;\n }\n EveryOperator.prototype.call = function (observer, source) {\n return source.subscribe(new EverySubscriber(observer, this.predicate, this.thisArg, this.source));\n };\n return EveryOperator;\n}());\nvar EverySubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](EverySubscriber, _super);\n function EverySubscriber(destination, predicate, thisArg, source) {\n var _this = _super.call(this, destination) || this;\n _this.predicate = predicate;\n _this.thisArg = thisArg;\n _this.source = source;\n _this.index = 0;\n _this.thisArg = thisArg || _this;\n return _this;\n }\n EverySubscriber.prototype.notifyComplete = function (everyValueMatch) {\n this.destination.next(everyValueMatch);\n this.destination.complete();\n };\n EverySubscriber.prototype._next = function (value) {\n var result = false;\n try {\n result = this.predicate.call(this.thisArg, value, this.index++, this.source);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n if (!result) {\n this.notifyComplete(false);\n }\n };\n EverySubscriber.prototype._complete = function () {\n this.notifyComplete(true);\n };\n return EverySubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=every.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/every.js?");
2853
2854/***/ }),
2855
2856/***/ "./node_modules/rxjs/_esm5/internal/operators/exhaust.js":
2857/*!***************************************************************!*\
2858 !*** ./node_modules/rxjs/_esm5/internal/operators/exhaust.js ***!
2859 \***************************************************************/
2860/*! exports provided: exhaust */
2861/***/ (function(module, __webpack_exports__, __webpack_require__) {
2862
2863"use strict";
2864eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"exhaust\", function() { return exhaust; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nfunction exhaust() {\n return function (source) { return source.lift(new SwitchFirstOperator()); };\n}\nvar SwitchFirstOperator = /*@__PURE__*/ (function () {\n function SwitchFirstOperator() {\n }\n SwitchFirstOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new SwitchFirstSubscriber(subscriber));\n };\n return SwitchFirstOperator;\n}());\nvar SwitchFirstSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SwitchFirstSubscriber, _super);\n function SwitchFirstSubscriber(destination) {\n var _this = _super.call(this, destination) || this;\n _this.hasCompleted = false;\n _this.hasSubscription = false;\n return _this;\n }\n SwitchFirstSubscriber.prototype._next = function (value) {\n if (!this.hasSubscription) {\n this.hasSubscription = true;\n this.add(Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(value, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](this)));\n }\n };\n SwitchFirstSubscriber.prototype._complete = function () {\n this.hasCompleted = true;\n if (!this.hasSubscription) {\n this.destination.complete();\n }\n };\n SwitchFirstSubscriber.prototype.notifyComplete = function () {\n this.hasSubscription = false;\n if (this.hasCompleted) {\n this.destination.complete();\n }\n };\n return SwitchFirstSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=exhaust.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/exhaust.js?");
2865
2866/***/ }),
2867
2868/***/ "./node_modules/rxjs/_esm5/internal/operators/exhaustMap.js":
2869/*!******************************************************************!*\
2870 !*** ./node_modules/rxjs/_esm5/internal/operators/exhaustMap.js ***!
2871 \******************************************************************/
2872/*! exports provided: exhaustMap */
2873/***/ (function(module, __webpack_exports__, __webpack_require__) {
2874
2875"use strict";
2876eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"exhaustMap\", function() { return exhaustMap; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _map__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/* harmony import */ var _observable_from__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../observable/from */ \"./node_modules/rxjs/_esm5/internal/observable/from.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_map,_observable_from,_innerSubscribe PURE_IMPORTS_END */\n\n\n\n\nfunction exhaustMap(project, resultSelector) {\n if (resultSelector) {\n return function (source) { return source.pipe(exhaustMap(function (a, i) { return Object(_observable_from__WEBPACK_IMPORTED_MODULE_2__[\"from\"])(project(a, i)).pipe(Object(_map__WEBPACK_IMPORTED_MODULE_1__[\"map\"])(function (b, ii) { return resultSelector(a, b, i, ii); })); })); };\n }\n return function (source) {\n return source.lift(new ExhaustMapOperator(project));\n };\n}\nvar ExhaustMapOperator = /*@__PURE__*/ (function () {\n function ExhaustMapOperator(project) {\n this.project = project;\n }\n ExhaustMapOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new ExhaustMapSubscriber(subscriber, this.project));\n };\n return ExhaustMapOperator;\n}());\nvar ExhaustMapSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ExhaustMapSubscriber, _super);\n function ExhaustMapSubscriber(destination, project) {\n var _this = _super.call(this, destination) || this;\n _this.project = project;\n _this.hasSubscription = false;\n _this.hasCompleted = false;\n _this.index = 0;\n return _this;\n }\n ExhaustMapSubscriber.prototype._next = function (value) {\n if (!this.hasSubscription) {\n this.tryNext(value);\n }\n };\n ExhaustMapSubscriber.prototype.tryNext = function (value) {\n var result;\n var index = this.index++;\n try {\n result = this.project(value, index);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n this.hasSubscription = true;\n this._innerSub(result);\n };\n ExhaustMapSubscriber.prototype._innerSub = function (result) {\n var innerSubscriber = new _innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"SimpleInnerSubscriber\"](this);\n var destination = this.destination;\n destination.add(innerSubscriber);\n var innerSubscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"innerSubscribe\"])(result, innerSubscriber);\n if (innerSubscription !== innerSubscriber) {\n destination.add(innerSubscription);\n }\n };\n ExhaustMapSubscriber.prototype._complete = function () {\n this.hasCompleted = true;\n if (!this.hasSubscription) {\n this.destination.complete();\n }\n this.unsubscribe();\n };\n ExhaustMapSubscriber.prototype.notifyNext = function (innerValue) {\n this.destination.next(innerValue);\n };\n ExhaustMapSubscriber.prototype.notifyError = function (err) {\n this.destination.error(err);\n };\n ExhaustMapSubscriber.prototype.notifyComplete = function () {\n this.hasSubscription = false;\n if (this.hasCompleted) {\n this.destination.complete();\n }\n };\n return ExhaustMapSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=exhaustMap.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/exhaustMap.js?");
2877
2878/***/ }),
2879
2880/***/ "./node_modules/rxjs/_esm5/internal/operators/expand.js":
2881/*!**************************************************************!*\
2882 !*** ./node_modules/rxjs/_esm5/internal/operators/expand.js ***!
2883 \**************************************************************/
2884/*! exports provided: expand, ExpandOperator, ExpandSubscriber */
2885/***/ (function(module, __webpack_exports__, __webpack_require__) {
2886
2887"use strict";
2888eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"expand\", function() { return expand; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ExpandOperator\", function() { return ExpandOperator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ExpandSubscriber\", function() { return ExpandSubscriber; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nfunction expand(project, concurrent, scheduler) {\n if (concurrent === void 0) {\n concurrent = Number.POSITIVE_INFINITY;\n }\n concurrent = (concurrent || 0) < 1 ? Number.POSITIVE_INFINITY : concurrent;\n return function (source) { return source.lift(new ExpandOperator(project, concurrent, scheduler)); };\n}\nvar ExpandOperator = /*@__PURE__*/ (function () {\n function ExpandOperator(project, concurrent, scheduler) {\n this.project = project;\n this.concurrent = concurrent;\n this.scheduler = scheduler;\n }\n ExpandOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new ExpandSubscriber(subscriber, this.project, this.concurrent, this.scheduler));\n };\n return ExpandOperator;\n}());\n\nvar ExpandSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ExpandSubscriber, _super);\n function ExpandSubscriber(destination, project, concurrent, scheduler) {\n var _this = _super.call(this, destination) || this;\n _this.project = project;\n _this.concurrent = concurrent;\n _this.scheduler = scheduler;\n _this.index = 0;\n _this.active = 0;\n _this.hasCompleted = false;\n if (concurrent < Number.POSITIVE_INFINITY) {\n _this.buffer = [];\n }\n return _this;\n }\n ExpandSubscriber.dispatch = function (arg) {\n var subscriber = arg.subscriber, result = arg.result, value = arg.value, index = arg.index;\n subscriber.subscribeToProjection(result, value, index);\n };\n ExpandSubscriber.prototype._next = function (value) {\n var destination = this.destination;\n if (destination.closed) {\n this._complete();\n return;\n }\n var index = this.index++;\n if (this.active < this.concurrent) {\n destination.next(value);\n try {\n var project = this.project;\n var result = project(value, index);\n if (!this.scheduler) {\n this.subscribeToProjection(result, value, index);\n }\n else {\n var state = { subscriber: this, result: result, value: value, index: index };\n var destination_1 = this.destination;\n destination_1.add(this.scheduler.schedule(ExpandSubscriber.dispatch, 0, state));\n }\n }\n catch (e) {\n destination.error(e);\n }\n }\n else {\n this.buffer.push(value);\n }\n };\n ExpandSubscriber.prototype.subscribeToProjection = function (result, value, index) {\n this.active++;\n var destination = this.destination;\n destination.add(Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(result, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](this)));\n };\n ExpandSubscriber.prototype._complete = function () {\n this.hasCompleted = true;\n if (this.hasCompleted && this.active === 0) {\n this.destination.complete();\n }\n this.unsubscribe();\n };\n ExpandSubscriber.prototype.notifyNext = function (innerValue) {\n this._next(innerValue);\n };\n ExpandSubscriber.prototype.notifyComplete = function () {\n var buffer = this.buffer;\n this.active--;\n if (buffer && buffer.length > 0) {\n this._next(buffer.shift());\n }\n if (this.hasCompleted && this.active === 0) {\n this.destination.complete();\n }\n };\n return ExpandSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n\n//# sourceMappingURL=expand.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/expand.js?");
2889
2890/***/ }),
2891
2892/***/ "./node_modules/rxjs/_esm5/internal/operators/filter.js":
2893/*!**************************************************************!*\
2894 !*** ./node_modules/rxjs/_esm5/internal/operators/filter.js ***!
2895 \**************************************************************/
2896/*! exports provided: filter */
2897/***/ (function(module, __webpack_exports__, __webpack_require__) {
2898
2899"use strict";
2900eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"filter\", function() { return filter; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction filter(predicate, thisArg) {\n return function filterOperatorFunction(source) {\n return source.lift(new FilterOperator(predicate, thisArg));\n };\n}\nvar FilterOperator = /*@__PURE__*/ (function () {\n function FilterOperator(predicate, thisArg) {\n this.predicate = predicate;\n this.thisArg = thisArg;\n }\n FilterOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new FilterSubscriber(subscriber, this.predicate, this.thisArg));\n };\n return FilterOperator;\n}());\nvar FilterSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](FilterSubscriber, _super);\n function FilterSubscriber(destination, predicate, thisArg) {\n var _this = _super.call(this, destination) || this;\n _this.predicate = predicate;\n _this.thisArg = thisArg;\n _this.count = 0;\n return _this;\n }\n FilterSubscriber.prototype._next = function (value) {\n var result;\n try {\n result = this.predicate.call(this.thisArg, value, this.count++);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n if (result) {\n this.destination.next(value);\n }\n };\n return FilterSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=filter.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/filter.js?");
2901
2902/***/ }),
2903
2904/***/ "./node_modules/rxjs/_esm5/internal/operators/finalize.js":
2905/*!****************************************************************!*\
2906 !*** ./node_modules/rxjs/_esm5/internal/operators/finalize.js ***!
2907 \****************************************************************/
2908/*! exports provided: finalize */
2909/***/ (function(module, __webpack_exports__, __webpack_require__) {
2910
2911"use strict";
2912eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"finalize\", function() { return finalize; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_Subscription PURE_IMPORTS_END */\n\n\n\nfunction finalize(callback) {\n return function (source) { return source.lift(new FinallyOperator(callback)); };\n}\nvar FinallyOperator = /*@__PURE__*/ (function () {\n function FinallyOperator(callback) {\n this.callback = callback;\n }\n FinallyOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new FinallySubscriber(subscriber, this.callback));\n };\n return FinallyOperator;\n}());\nvar FinallySubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](FinallySubscriber, _super);\n function FinallySubscriber(destination, callback) {\n var _this = _super.call(this, destination) || this;\n _this.add(new _Subscription__WEBPACK_IMPORTED_MODULE_2__[\"Subscription\"](callback));\n return _this;\n }\n return FinallySubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=finalize.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/finalize.js?");
2913
2914/***/ }),
2915
2916/***/ "./node_modules/rxjs/_esm5/internal/operators/find.js":
2917/*!************************************************************!*\
2918 !*** ./node_modules/rxjs/_esm5/internal/operators/find.js ***!
2919 \************************************************************/
2920/*! exports provided: find, FindValueOperator, FindValueSubscriber */
2921/***/ (function(module, __webpack_exports__, __webpack_require__) {
2922
2923"use strict";
2924eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"find\", function() { return find; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"FindValueOperator\", function() { return FindValueOperator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"FindValueSubscriber\", function() { return FindValueSubscriber; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction find(predicate, thisArg) {\n if (typeof predicate !== 'function') {\n throw new TypeError('predicate is not a function');\n }\n return function (source) { return source.lift(new FindValueOperator(predicate, source, false, thisArg)); };\n}\nvar FindValueOperator = /*@__PURE__*/ (function () {\n function FindValueOperator(predicate, source, yieldIndex, thisArg) {\n this.predicate = predicate;\n this.source = source;\n this.yieldIndex = yieldIndex;\n this.thisArg = thisArg;\n }\n FindValueOperator.prototype.call = function (observer, source) {\n return source.subscribe(new FindValueSubscriber(observer, this.predicate, this.source, this.yieldIndex, this.thisArg));\n };\n return FindValueOperator;\n}());\n\nvar FindValueSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](FindValueSubscriber, _super);\n function FindValueSubscriber(destination, predicate, source, yieldIndex, thisArg) {\n var _this = _super.call(this, destination) || this;\n _this.predicate = predicate;\n _this.source = source;\n _this.yieldIndex = yieldIndex;\n _this.thisArg = thisArg;\n _this.index = 0;\n return _this;\n }\n FindValueSubscriber.prototype.notifyComplete = function (value) {\n var destination = this.destination;\n destination.next(value);\n destination.complete();\n this.unsubscribe();\n };\n FindValueSubscriber.prototype._next = function (value) {\n var _a = this, predicate = _a.predicate, thisArg = _a.thisArg;\n var index = this.index++;\n try {\n var result = predicate.call(thisArg || this, value, index, this.source);\n if (result) {\n this.notifyComplete(this.yieldIndex ? index : value);\n }\n }\n catch (err) {\n this.destination.error(err);\n }\n };\n FindValueSubscriber.prototype._complete = function () {\n this.notifyComplete(this.yieldIndex ? -1 : undefined);\n };\n return FindValueSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n\n//# sourceMappingURL=find.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/find.js?");
2925
2926/***/ }),
2927
2928/***/ "./node_modules/rxjs/_esm5/internal/operators/findIndex.js":
2929/*!*****************************************************************!*\
2930 !*** ./node_modules/rxjs/_esm5/internal/operators/findIndex.js ***!
2931 \*****************************************************************/
2932/*! exports provided: findIndex */
2933/***/ (function(module, __webpack_exports__, __webpack_require__) {
2934
2935"use strict";
2936eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"findIndex\", function() { return findIndex; });\n/* harmony import */ var _operators_find__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../operators/find */ \"./node_modules/rxjs/_esm5/internal/operators/find.js\");\n/** PURE_IMPORTS_START _operators_find PURE_IMPORTS_END */\n\nfunction findIndex(predicate, thisArg) {\n return function (source) { return source.lift(new _operators_find__WEBPACK_IMPORTED_MODULE_0__[\"FindValueOperator\"](predicate, source, true, thisArg)); };\n}\n//# sourceMappingURL=findIndex.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/findIndex.js?");
2937
2938/***/ }),
2939
2940/***/ "./node_modules/rxjs/_esm5/internal/operators/first.js":
2941/*!*************************************************************!*\
2942 !*** ./node_modules/rxjs/_esm5/internal/operators/first.js ***!
2943 \*************************************************************/
2944/*! exports provided: first */
2945/***/ (function(module, __webpack_exports__, __webpack_require__) {
2946
2947"use strict";
2948eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"first\", function() { return first; });\n/* harmony import */ var _util_EmptyError__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../util/EmptyError */ \"./node_modules/rxjs/_esm5/internal/util/EmptyError.js\");\n/* harmony import */ var _filter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./filter */ \"./node_modules/rxjs/_esm5/internal/operators/filter.js\");\n/* harmony import */ var _take__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./take */ \"./node_modules/rxjs/_esm5/internal/operators/take.js\");\n/* harmony import */ var _defaultIfEmpty__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./defaultIfEmpty */ \"./node_modules/rxjs/_esm5/internal/operators/defaultIfEmpty.js\");\n/* harmony import */ var _throwIfEmpty__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./throwIfEmpty */ \"./node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js\");\n/* harmony import */ var _util_identity__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../util/identity */ \"./node_modules/rxjs/_esm5/internal/util/identity.js\");\n/** PURE_IMPORTS_START _util_EmptyError,_filter,_take,_defaultIfEmpty,_throwIfEmpty,_util_identity PURE_IMPORTS_END */\n\n\n\n\n\n\nfunction first(predicate, defaultValue) {\n var hasDefaultValue = arguments.length >= 2;\n return function (source) { return source.pipe(predicate ? Object(_filter__WEBPACK_IMPORTED_MODULE_1__[\"filter\"])(function (v, i) { return predicate(v, i, source); }) : _util_identity__WEBPACK_IMPORTED_MODULE_5__[\"identity\"], Object(_take__WEBPACK_IMPORTED_MODULE_2__[\"take\"])(1), hasDefaultValue ? Object(_defaultIfEmpty__WEBPACK_IMPORTED_MODULE_3__[\"defaultIfEmpty\"])(defaultValue) : Object(_throwIfEmpty__WEBPACK_IMPORTED_MODULE_4__[\"throwIfEmpty\"])(function () { return new _util_EmptyError__WEBPACK_IMPORTED_MODULE_0__[\"EmptyError\"](); })); };\n}\n//# sourceMappingURL=first.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/first.js?");
2949
2950/***/ }),
2951
2952/***/ "./node_modules/rxjs/_esm5/internal/operators/groupBy.js":
2953/*!***************************************************************!*\
2954 !*** ./node_modules/rxjs/_esm5/internal/operators/groupBy.js ***!
2955 \***************************************************************/
2956/*! exports provided: groupBy, GroupedObservable */
2957/***/ (function(module, __webpack_exports__, __webpack_require__) {
2958
2959"use strict";
2960eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"groupBy\", function() { return groupBy; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"GroupedObservable\", function() { return GroupedObservable; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_Subscription,_Observable,_Subject PURE_IMPORTS_END */\n\n\n\n\n\nfunction groupBy(keySelector, elementSelector, durationSelector, subjectSelector) {\n return function (source) {\n return source.lift(new GroupByOperator(keySelector, elementSelector, durationSelector, subjectSelector));\n };\n}\nvar GroupByOperator = /*@__PURE__*/ (function () {\n function GroupByOperator(keySelector, elementSelector, durationSelector, subjectSelector) {\n this.keySelector = keySelector;\n this.elementSelector = elementSelector;\n this.durationSelector = durationSelector;\n this.subjectSelector = subjectSelector;\n }\n GroupByOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new GroupBySubscriber(subscriber, this.keySelector, this.elementSelector, this.durationSelector, this.subjectSelector));\n };\n return GroupByOperator;\n}());\nvar GroupBySubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](GroupBySubscriber, _super);\n function GroupBySubscriber(destination, keySelector, elementSelector, durationSelector, subjectSelector) {\n var _this = _super.call(this, destination) || this;\n _this.keySelector = keySelector;\n _this.elementSelector = elementSelector;\n _this.durationSelector = durationSelector;\n _this.subjectSelector = subjectSelector;\n _this.groups = null;\n _this.attemptedToUnsubscribe = false;\n _this.count = 0;\n return _this;\n }\n GroupBySubscriber.prototype._next = function (value) {\n var key;\n try {\n key = this.keySelector(value);\n }\n catch (err) {\n this.error(err);\n return;\n }\n this._group(value, key);\n };\n GroupBySubscriber.prototype._group = function (value, key) {\n var groups = this.groups;\n if (!groups) {\n groups = this.groups = new Map();\n }\n var group = groups.get(key);\n var element;\n if (this.elementSelector) {\n try {\n element = this.elementSelector(value);\n }\n catch (err) {\n this.error(err);\n }\n }\n else {\n element = value;\n }\n if (!group) {\n group = (this.subjectSelector ? this.subjectSelector() : new _Subject__WEBPACK_IMPORTED_MODULE_4__[\"Subject\"]());\n groups.set(key, group);\n var groupedObservable = new GroupedObservable(key, group, this);\n this.destination.next(groupedObservable);\n if (this.durationSelector) {\n var duration = void 0;\n try {\n duration = this.durationSelector(new GroupedObservable(key, group));\n }\n catch (err) {\n this.error(err);\n return;\n }\n this.add(duration.subscribe(new GroupDurationSubscriber(key, group, this)));\n }\n }\n if (!group.closed) {\n group.next(element);\n }\n };\n GroupBySubscriber.prototype._error = function (err) {\n var groups = this.groups;\n if (groups) {\n groups.forEach(function (group, key) {\n group.error(err);\n });\n groups.clear();\n }\n this.destination.error(err);\n };\n GroupBySubscriber.prototype._complete = function () {\n var groups = this.groups;\n if (groups) {\n groups.forEach(function (group, key) {\n group.complete();\n });\n groups.clear();\n }\n this.destination.complete();\n };\n GroupBySubscriber.prototype.removeGroup = function (key) {\n this.groups.delete(key);\n };\n GroupBySubscriber.prototype.unsubscribe = function () {\n if (!this.closed) {\n this.attemptedToUnsubscribe = true;\n if (this.count === 0) {\n _super.prototype.unsubscribe.call(this);\n }\n }\n };\n return GroupBySubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\nvar GroupDurationSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](GroupDurationSubscriber, _super);\n function GroupDurationSubscriber(key, group, parent) {\n var _this = _super.call(this, group) || this;\n _this.key = key;\n _this.group = group;\n _this.parent = parent;\n return _this;\n }\n GroupDurationSubscriber.prototype._next = function (value) {\n this.complete();\n };\n GroupDurationSubscriber.prototype._unsubscribe = function () {\n var _a = this, parent = _a.parent, key = _a.key;\n this.key = this.parent = null;\n if (parent) {\n parent.removeGroup(key);\n }\n };\n return GroupDurationSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\nvar GroupedObservable = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](GroupedObservable, _super);\n function GroupedObservable(key, groupSubject, refCountSubscription) {\n var _this = _super.call(this) || this;\n _this.key = key;\n _this.groupSubject = groupSubject;\n _this.refCountSubscription = refCountSubscription;\n return _this;\n }\n GroupedObservable.prototype._subscribe = function (subscriber) {\n var subscription = new _Subscription__WEBPACK_IMPORTED_MODULE_2__[\"Subscription\"]();\n var _a = this, refCountSubscription = _a.refCountSubscription, groupSubject = _a.groupSubject;\n if (refCountSubscription && !refCountSubscription.closed) {\n subscription.add(new InnerRefCountSubscription(refCountSubscription));\n }\n subscription.add(groupSubject.subscribe(subscriber));\n return subscription;\n };\n return GroupedObservable;\n}(_Observable__WEBPACK_IMPORTED_MODULE_3__[\"Observable\"]));\n\nvar InnerRefCountSubscription = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](InnerRefCountSubscription, _super);\n function InnerRefCountSubscription(parent) {\n var _this = _super.call(this) || this;\n _this.parent = parent;\n parent.count++;\n return _this;\n }\n InnerRefCountSubscription.prototype.unsubscribe = function () {\n var parent = this.parent;\n if (!parent.closed && !this.closed) {\n _super.prototype.unsubscribe.call(this);\n parent.count -= 1;\n if (parent.count === 0 && parent.attemptedToUnsubscribe) {\n parent.unsubscribe();\n }\n }\n };\n return InnerRefCountSubscription;\n}(_Subscription__WEBPACK_IMPORTED_MODULE_2__[\"Subscription\"]));\n//# sourceMappingURL=groupBy.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/groupBy.js?");
2961
2962/***/ }),
2963
2964/***/ "./node_modules/rxjs/_esm5/internal/operators/ignoreElements.js":
2965/*!**********************************************************************!*\
2966 !*** ./node_modules/rxjs/_esm5/internal/operators/ignoreElements.js ***!
2967 \**********************************************************************/
2968/*! exports provided: ignoreElements */
2969/***/ (function(module, __webpack_exports__, __webpack_require__) {
2970
2971"use strict";
2972eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ignoreElements\", function() { return ignoreElements; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction ignoreElements() {\n return function ignoreElementsOperatorFunction(source) {\n return source.lift(new IgnoreElementsOperator());\n };\n}\nvar IgnoreElementsOperator = /*@__PURE__*/ (function () {\n function IgnoreElementsOperator() {\n }\n IgnoreElementsOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new IgnoreElementsSubscriber(subscriber));\n };\n return IgnoreElementsOperator;\n}());\nvar IgnoreElementsSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](IgnoreElementsSubscriber, _super);\n function IgnoreElementsSubscriber() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n IgnoreElementsSubscriber.prototype._next = function (unused) {\n };\n return IgnoreElementsSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=ignoreElements.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/ignoreElements.js?");
2973
2974/***/ }),
2975
2976/***/ "./node_modules/rxjs/_esm5/internal/operators/isEmpty.js":
2977/*!***************************************************************!*\
2978 !*** ./node_modules/rxjs/_esm5/internal/operators/isEmpty.js ***!
2979 \***************************************************************/
2980/*! exports provided: isEmpty */
2981/***/ (function(module, __webpack_exports__, __webpack_require__) {
2982
2983"use strict";
2984eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isEmpty\", function() { return isEmpty; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction isEmpty() {\n return function (source) { return source.lift(new IsEmptyOperator()); };\n}\nvar IsEmptyOperator = /*@__PURE__*/ (function () {\n function IsEmptyOperator() {\n }\n IsEmptyOperator.prototype.call = function (observer, source) {\n return source.subscribe(new IsEmptySubscriber(observer));\n };\n return IsEmptyOperator;\n}());\nvar IsEmptySubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](IsEmptySubscriber, _super);\n function IsEmptySubscriber(destination) {\n return _super.call(this, destination) || this;\n }\n IsEmptySubscriber.prototype.notifyComplete = function (isEmpty) {\n var destination = this.destination;\n destination.next(isEmpty);\n destination.complete();\n };\n IsEmptySubscriber.prototype._next = function (value) {\n this.notifyComplete(false);\n };\n IsEmptySubscriber.prototype._complete = function () {\n this.notifyComplete(true);\n };\n return IsEmptySubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=isEmpty.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/isEmpty.js?");
2985
2986/***/ }),
2987
2988/***/ "./node_modules/rxjs/_esm5/internal/operators/last.js":
2989/*!************************************************************!*\
2990 !*** ./node_modules/rxjs/_esm5/internal/operators/last.js ***!
2991 \************************************************************/
2992/*! exports provided: last */
2993/***/ (function(module, __webpack_exports__, __webpack_require__) {
2994
2995"use strict";
2996eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"last\", function() { return last; });\n/* harmony import */ var _util_EmptyError__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../util/EmptyError */ \"./node_modules/rxjs/_esm5/internal/util/EmptyError.js\");\n/* harmony import */ var _filter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./filter */ \"./node_modules/rxjs/_esm5/internal/operators/filter.js\");\n/* harmony import */ var _takeLast__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./takeLast */ \"./node_modules/rxjs/_esm5/internal/operators/takeLast.js\");\n/* harmony import */ var _throwIfEmpty__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./throwIfEmpty */ \"./node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js\");\n/* harmony import */ var _defaultIfEmpty__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./defaultIfEmpty */ \"./node_modules/rxjs/_esm5/internal/operators/defaultIfEmpty.js\");\n/* harmony import */ var _util_identity__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../util/identity */ \"./node_modules/rxjs/_esm5/internal/util/identity.js\");\n/** PURE_IMPORTS_START _util_EmptyError,_filter,_takeLast,_throwIfEmpty,_defaultIfEmpty,_util_identity PURE_IMPORTS_END */\n\n\n\n\n\n\nfunction last(predicate, defaultValue) {\n var hasDefaultValue = arguments.length >= 2;\n return function (source) { return source.pipe(predicate ? Object(_filter__WEBPACK_IMPORTED_MODULE_1__[\"filter\"])(function (v, i) { return predicate(v, i, source); }) : _util_identity__WEBPACK_IMPORTED_MODULE_5__[\"identity\"], Object(_takeLast__WEBPACK_IMPORTED_MODULE_2__[\"takeLast\"])(1), hasDefaultValue ? Object(_defaultIfEmpty__WEBPACK_IMPORTED_MODULE_4__[\"defaultIfEmpty\"])(defaultValue) : Object(_throwIfEmpty__WEBPACK_IMPORTED_MODULE_3__[\"throwIfEmpty\"])(function () { return new _util_EmptyError__WEBPACK_IMPORTED_MODULE_0__[\"EmptyError\"](); })); };\n}\n//# sourceMappingURL=last.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/last.js?");
2997
2998/***/ }),
2999
3000/***/ "./node_modules/rxjs/_esm5/internal/operators/map.js":
3001/*!***********************************************************!*\
3002 !*** ./node_modules/rxjs/_esm5/internal/operators/map.js ***!
3003 \***********************************************************/
3004/*! exports provided: map, MapOperator */
3005/***/ (function(module, __webpack_exports__, __webpack_require__) {
3006
3007"use strict";
3008eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"map\", function() { return map; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"MapOperator\", function() { return MapOperator; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction map(project, thisArg) {\n return function mapOperation(source) {\n if (typeof project !== 'function') {\n throw new TypeError('argument is not a function. Are you looking for `mapTo()`?');\n }\n return source.lift(new MapOperator(project, thisArg));\n };\n}\nvar MapOperator = /*@__PURE__*/ (function () {\n function MapOperator(project, thisArg) {\n this.project = project;\n this.thisArg = thisArg;\n }\n MapOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new MapSubscriber(subscriber, this.project, this.thisArg));\n };\n return MapOperator;\n}());\n\nvar MapSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](MapSubscriber, _super);\n function MapSubscriber(destination, project, thisArg) {\n var _this = _super.call(this, destination) || this;\n _this.project = project;\n _this.count = 0;\n _this.thisArg = thisArg || _this;\n return _this;\n }\n MapSubscriber.prototype._next = function (value) {\n var result;\n try {\n result = this.project.call(this.thisArg, value, this.count++);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n this.destination.next(result);\n };\n return MapSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=map.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/map.js?");
3009
3010/***/ }),
3011
3012/***/ "./node_modules/rxjs/_esm5/internal/operators/mapTo.js":
3013/*!*************************************************************!*\
3014 !*** ./node_modules/rxjs/_esm5/internal/operators/mapTo.js ***!
3015 \*************************************************************/
3016/*! exports provided: mapTo */
3017/***/ (function(module, __webpack_exports__, __webpack_require__) {
3018
3019"use strict";
3020eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"mapTo\", function() { return mapTo; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction mapTo(value) {\n return function (source) { return source.lift(new MapToOperator(value)); };\n}\nvar MapToOperator = /*@__PURE__*/ (function () {\n function MapToOperator(value) {\n this.value = value;\n }\n MapToOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new MapToSubscriber(subscriber, this.value));\n };\n return MapToOperator;\n}());\nvar MapToSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](MapToSubscriber, _super);\n function MapToSubscriber(destination, value) {\n var _this = _super.call(this, destination) || this;\n _this.value = value;\n return _this;\n }\n MapToSubscriber.prototype._next = function (x) {\n this.destination.next(this.value);\n };\n return MapToSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=mapTo.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/mapTo.js?");
3021
3022/***/ }),
3023
3024/***/ "./node_modules/rxjs/_esm5/internal/operators/materialize.js":
3025/*!*******************************************************************!*\
3026 !*** ./node_modules/rxjs/_esm5/internal/operators/materialize.js ***!
3027 \*******************************************************************/
3028/*! exports provided: materialize */
3029/***/ (function(module, __webpack_exports__, __webpack_require__) {
3030
3031"use strict";
3032eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"materialize\", function() { return materialize; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _Notification__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Notification */ \"./node_modules/rxjs/_esm5/internal/Notification.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_Notification PURE_IMPORTS_END */\n\n\n\nfunction materialize() {\n return function materializeOperatorFunction(source) {\n return source.lift(new MaterializeOperator());\n };\n}\nvar MaterializeOperator = /*@__PURE__*/ (function () {\n function MaterializeOperator() {\n }\n MaterializeOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new MaterializeSubscriber(subscriber));\n };\n return MaterializeOperator;\n}());\nvar MaterializeSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](MaterializeSubscriber, _super);\n function MaterializeSubscriber(destination) {\n return _super.call(this, destination) || this;\n }\n MaterializeSubscriber.prototype._next = function (value) {\n this.destination.next(_Notification__WEBPACK_IMPORTED_MODULE_2__[\"Notification\"].createNext(value));\n };\n MaterializeSubscriber.prototype._error = function (err) {\n var destination = this.destination;\n destination.next(_Notification__WEBPACK_IMPORTED_MODULE_2__[\"Notification\"].createError(err));\n destination.complete();\n };\n MaterializeSubscriber.prototype._complete = function () {\n var destination = this.destination;\n destination.next(_Notification__WEBPACK_IMPORTED_MODULE_2__[\"Notification\"].createComplete());\n destination.complete();\n };\n return MaterializeSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=materialize.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/materialize.js?");
3033
3034/***/ }),
3035
3036/***/ "./node_modules/rxjs/_esm5/internal/operators/max.js":
3037/*!***********************************************************!*\
3038 !*** ./node_modules/rxjs/_esm5/internal/operators/max.js ***!
3039 \***********************************************************/
3040/*! exports provided: max */
3041/***/ (function(module, __webpack_exports__, __webpack_require__) {
3042
3043"use strict";
3044eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"max\", function() { return max; });\n/* harmony import */ var _reduce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./reduce */ \"./node_modules/rxjs/_esm5/internal/operators/reduce.js\");\n/** PURE_IMPORTS_START _reduce PURE_IMPORTS_END */\n\nfunction max(comparer) {\n var max = (typeof comparer === 'function')\n ? function (x, y) { return comparer(x, y) > 0 ? x : y; }\n : function (x, y) { return x > y ? x : y; };\n return Object(_reduce__WEBPACK_IMPORTED_MODULE_0__[\"reduce\"])(max);\n}\n//# sourceMappingURL=max.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/max.js?");
3045
3046/***/ }),
3047
3048/***/ "./node_modules/rxjs/_esm5/internal/operators/merge.js":
3049/*!*************************************************************!*\
3050 !*** ./node_modules/rxjs/_esm5/internal/operators/merge.js ***!
3051 \*************************************************************/
3052/*! exports provided: merge */
3053/***/ (function(module, __webpack_exports__, __webpack_require__) {
3054
3055"use strict";
3056eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"merge\", function() { return merge; });\n/* harmony import */ var _observable_merge__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../observable/merge */ \"./node_modules/rxjs/_esm5/internal/observable/merge.js\");\n/** PURE_IMPORTS_START _observable_merge PURE_IMPORTS_END */\n\nfunction merge() {\n var observables = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n observables[_i] = arguments[_i];\n }\n return function (source) { return source.lift.call(_observable_merge__WEBPACK_IMPORTED_MODULE_0__[\"merge\"].apply(void 0, [source].concat(observables))); };\n}\n//# sourceMappingURL=merge.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/merge.js?");
3057
3058/***/ }),
3059
3060/***/ "./node_modules/rxjs/_esm5/internal/operators/mergeAll.js":
3061/*!****************************************************************!*\
3062 !*** ./node_modules/rxjs/_esm5/internal/operators/mergeAll.js ***!
3063 \****************************************************************/
3064/*! exports provided: mergeAll */
3065/***/ (function(module, __webpack_exports__, __webpack_require__) {
3066
3067"use strict";
3068eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"mergeAll\", function() { return mergeAll; });\n/* harmony import */ var _mergeMap__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./mergeMap */ \"./node_modules/rxjs/_esm5/internal/operators/mergeMap.js\");\n/* harmony import */ var _util_identity__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/identity */ \"./node_modules/rxjs/_esm5/internal/util/identity.js\");\n/** PURE_IMPORTS_START _mergeMap,_util_identity PURE_IMPORTS_END */\n\n\nfunction mergeAll(concurrent) {\n if (concurrent === void 0) {\n concurrent = Number.POSITIVE_INFINITY;\n }\n return Object(_mergeMap__WEBPACK_IMPORTED_MODULE_0__[\"mergeMap\"])(_util_identity__WEBPACK_IMPORTED_MODULE_1__[\"identity\"], concurrent);\n}\n//# sourceMappingURL=mergeAll.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/mergeAll.js?");
3069
3070/***/ }),
3071
3072/***/ "./node_modules/rxjs/_esm5/internal/operators/mergeMap.js":
3073/*!****************************************************************!*\
3074 !*** ./node_modules/rxjs/_esm5/internal/operators/mergeMap.js ***!
3075 \****************************************************************/
3076/*! exports provided: mergeMap, MergeMapOperator, MergeMapSubscriber, flatMap */
3077/***/ (function(module, __webpack_exports__, __webpack_require__) {
3078
3079"use strict";
3080eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"mergeMap\", function() { return mergeMap; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"MergeMapOperator\", function() { return MergeMapOperator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"MergeMapSubscriber\", function() { return MergeMapSubscriber; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"flatMap\", function() { return flatMap; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _map__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/* harmony import */ var _observable_from__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../observable/from */ \"./node_modules/rxjs/_esm5/internal/observable/from.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_map,_observable_from,_innerSubscribe PURE_IMPORTS_END */\n\n\n\n\nfunction mergeMap(project, resultSelector, concurrent) {\n if (concurrent === void 0) {\n concurrent = Number.POSITIVE_INFINITY;\n }\n if (typeof resultSelector === 'function') {\n return function (source) { return source.pipe(mergeMap(function (a, i) { return Object(_observable_from__WEBPACK_IMPORTED_MODULE_2__[\"from\"])(project(a, i)).pipe(Object(_map__WEBPACK_IMPORTED_MODULE_1__[\"map\"])(function (b, ii) { return resultSelector(a, b, i, ii); })); }, concurrent)); };\n }\n else if (typeof resultSelector === 'number') {\n concurrent = resultSelector;\n }\n return function (source) { return source.lift(new MergeMapOperator(project, concurrent)); };\n}\nvar MergeMapOperator = /*@__PURE__*/ (function () {\n function MergeMapOperator(project, concurrent) {\n if (concurrent === void 0) {\n concurrent = Number.POSITIVE_INFINITY;\n }\n this.project = project;\n this.concurrent = concurrent;\n }\n MergeMapOperator.prototype.call = function (observer, source) {\n return source.subscribe(new MergeMapSubscriber(observer, this.project, this.concurrent));\n };\n return MergeMapOperator;\n}());\n\nvar MergeMapSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](MergeMapSubscriber, _super);\n function MergeMapSubscriber(destination, project, concurrent) {\n if (concurrent === void 0) {\n concurrent = Number.POSITIVE_INFINITY;\n }\n var _this = _super.call(this, destination) || this;\n _this.project = project;\n _this.concurrent = concurrent;\n _this.hasCompleted = false;\n _this.buffer = [];\n _this.active = 0;\n _this.index = 0;\n return _this;\n }\n MergeMapSubscriber.prototype._next = function (value) {\n if (this.active < this.concurrent) {\n this._tryNext(value);\n }\n else {\n this.buffer.push(value);\n }\n };\n MergeMapSubscriber.prototype._tryNext = function (value) {\n var result;\n var index = this.index++;\n try {\n result = this.project(value, index);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n this.active++;\n this._innerSub(result);\n };\n MergeMapSubscriber.prototype._innerSub = function (ish) {\n var innerSubscriber = new _innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"SimpleInnerSubscriber\"](this);\n var destination = this.destination;\n destination.add(innerSubscriber);\n var innerSubscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"innerSubscribe\"])(ish, innerSubscriber);\n if (innerSubscription !== innerSubscriber) {\n destination.add(innerSubscription);\n }\n };\n MergeMapSubscriber.prototype._complete = function () {\n this.hasCompleted = true;\n if (this.active === 0 && this.buffer.length === 0) {\n this.destination.complete();\n }\n this.unsubscribe();\n };\n MergeMapSubscriber.prototype.notifyNext = function (innerValue) {\n this.destination.next(innerValue);\n };\n MergeMapSubscriber.prototype.notifyComplete = function () {\n var buffer = this.buffer;\n this.active--;\n if (buffer.length > 0) {\n this._next(buffer.shift());\n }\n else if (this.active === 0 && this.hasCompleted) {\n this.destination.complete();\n }\n };\n return MergeMapSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"SimpleOuterSubscriber\"]));\n\nvar flatMap = mergeMap;\n//# sourceMappingURL=mergeMap.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/mergeMap.js?");
3081
3082/***/ }),
3083
3084/***/ "./node_modules/rxjs/_esm5/internal/operators/mergeMapTo.js":
3085/*!******************************************************************!*\
3086 !*** ./node_modules/rxjs/_esm5/internal/operators/mergeMapTo.js ***!
3087 \******************************************************************/
3088/*! exports provided: mergeMapTo */
3089/***/ (function(module, __webpack_exports__, __webpack_require__) {
3090
3091"use strict";
3092eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"mergeMapTo\", function() { return mergeMapTo; });\n/* harmony import */ var _mergeMap__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./mergeMap */ \"./node_modules/rxjs/_esm5/internal/operators/mergeMap.js\");\n/** PURE_IMPORTS_START _mergeMap PURE_IMPORTS_END */\n\nfunction mergeMapTo(innerObservable, resultSelector, concurrent) {\n if (concurrent === void 0) {\n concurrent = Number.POSITIVE_INFINITY;\n }\n if (typeof resultSelector === 'function') {\n return Object(_mergeMap__WEBPACK_IMPORTED_MODULE_0__[\"mergeMap\"])(function () { return innerObservable; }, resultSelector, concurrent);\n }\n if (typeof resultSelector === 'number') {\n concurrent = resultSelector;\n }\n return Object(_mergeMap__WEBPACK_IMPORTED_MODULE_0__[\"mergeMap\"])(function () { return innerObservable; }, concurrent);\n}\n//# sourceMappingURL=mergeMapTo.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/mergeMapTo.js?");
3093
3094/***/ }),
3095
3096/***/ "./node_modules/rxjs/_esm5/internal/operators/mergeScan.js":
3097/*!*****************************************************************!*\
3098 !*** ./node_modules/rxjs/_esm5/internal/operators/mergeScan.js ***!
3099 \*****************************************************************/
3100/*! exports provided: mergeScan, MergeScanOperator, MergeScanSubscriber */
3101/***/ (function(module, __webpack_exports__, __webpack_require__) {
3102
3103"use strict";
3104eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"mergeScan\", function() { return mergeScan; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"MergeScanOperator\", function() { return MergeScanOperator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"MergeScanSubscriber\", function() { return MergeScanSubscriber; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nfunction mergeScan(accumulator, seed, concurrent) {\n if (concurrent === void 0) {\n concurrent = Number.POSITIVE_INFINITY;\n }\n return function (source) { return source.lift(new MergeScanOperator(accumulator, seed, concurrent)); };\n}\nvar MergeScanOperator = /*@__PURE__*/ (function () {\n function MergeScanOperator(accumulator, seed, concurrent) {\n this.accumulator = accumulator;\n this.seed = seed;\n this.concurrent = concurrent;\n }\n MergeScanOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new MergeScanSubscriber(subscriber, this.accumulator, this.seed, this.concurrent));\n };\n return MergeScanOperator;\n}());\n\nvar MergeScanSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](MergeScanSubscriber, _super);\n function MergeScanSubscriber(destination, accumulator, acc, concurrent) {\n var _this = _super.call(this, destination) || this;\n _this.accumulator = accumulator;\n _this.acc = acc;\n _this.concurrent = concurrent;\n _this.hasValue = false;\n _this.hasCompleted = false;\n _this.buffer = [];\n _this.active = 0;\n _this.index = 0;\n return _this;\n }\n MergeScanSubscriber.prototype._next = function (value) {\n if (this.active < this.concurrent) {\n var index = this.index++;\n var destination = this.destination;\n var ish = void 0;\n try {\n var accumulator = this.accumulator;\n ish = accumulator(this.acc, value, index);\n }\n catch (e) {\n return destination.error(e);\n }\n this.active++;\n this._innerSub(ish);\n }\n else {\n this.buffer.push(value);\n }\n };\n MergeScanSubscriber.prototype._innerSub = function (ish) {\n var innerSubscriber = new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](this);\n var destination = this.destination;\n destination.add(innerSubscriber);\n var innerSubscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(ish, innerSubscriber);\n if (innerSubscription !== innerSubscriber) {\n destination.add(innerSubscription);\n }\n };\n MergeScanSubscriber.prototype._complete = function () {\n this.hasCompleted = true;\n if (this.active === 0 && this.buffer.length === 0) {\n if (this.hasValue === false) {\n this.destination.next(this.acc);\n }\n this.destination.complete();\n }\n this.unsubscribe();\n };\n MergeScanSubscriber.prototype.notifyNext = function (innerValue) {\n var destination = this.destination;\n this.acc = innerValue;\n this.hasValue = true;\n destination.next(innerValue);\n };\n MergeScanSubscriber.prototype.notifyComplete = function () {\n var buffer = this.buffer;\n this.active--;\n if (buffer.length > 0) {\n this._next(buffer.shift());\n }\n else if (this.active === 0 && this.hasCompleted) {\n if (this.hasValue === false) {\n this.destination.next(this.acc);\n }\n this.destination.complete();\n }\n };\n return MergeScanSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n\n//# sourceMappingURL=mergeScan.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/mergeScan.js?");
3105
3106/***/ }),
3107
3108/***/ "./node_modules/rxjs/_esm5/internal/operators/min.js":
3109/*!***********************************************************!*\
3110 !*** ./node_modules/rxjs/_esm5/internal/operators/min.js ***!
3111 \***********************************************************/
3112/*! exports provided: min */
3113/***/ (function(module, __webpack_exports__, __webpack_require__) {
3114
3115"use strict";
3116eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"min\", function() { return min; });\n/* harmony import */ var _reduce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./reduce */ \"./node_modules/rxjs/_esm5/internal/operators/reduce.js\");\n/** PURE_IMPORTS_START _reduce PURE_IMPORTS_END */\n\nfunction min(comparer) {\n var min = (typeof comparer === 'function')\n ? function (x, y) { return comparer(x, y) < 0 ? x : y; }\n : function (x, y) { return x < y ? x : y; };\n return Object(_reduce__WEBPACK_IMPORTED_MODULE_0__[\"reduce\"])(min);\n}\n//# sourceMappingURL=min.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/min.js?");
3117
3118/***/ }),
3119
3120/***/ "./node_modules/rxjs/_esm5/internal/operators/multicast.js":
3121/*!*****************************************************************!*\
3122 !*** ./node_modules/rxjs/_esm5/internal/operators/multicast.js ***!
3123 \*****************************************************************/
3124/*! exports provided: multicast, MulticastOperator */
3125/***/ (function(module, __webpack_exports__, __webpack_require__) {
3126
3127"use strict";
3128eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"multicast\", function() { return multicast; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"MulticastOperator\", function() { return MulticastOperator; });\n/* harmony import */ var _observable_ConnectableObservable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../observable/ConnectableObservable */ \"./node_modules/rxjs/_esm5/internal/observable/ConnectableObservable.js\");\n/** PURE_IMPORTS_START _observable_ConnectableObservable PURE_IMPORTS_END */\n\nfunction multicast(subjectOrSubjectFactory, selector) {\n return function multicastOperatorFunction(source) {\n var subjectFactory;\n if (typeof subjectOrSubjectFactory === 'function') {\n subjectFactory = subjectOrSubjectFactory;\n }\n else {\n subjectFactory = function subjectFactory() {\n return subjectOrSubjectFactory;\n };\n }\n if (typeof selector === 'function') {\n return source.lift(new MulticastOperator(subjectFactory, selector));\n }\n var connectable = Object.create(source, _observable_ConnectableObservable__WEBPACK_IMPORTED_MODULE_0__[\"connectableObservableDescriptor\"]);\n connectable.source = source;\n connectable.subjectFactory = subjectFactory;\n return connectable;\n };\n}\nvar MulticastOperator = /*@__PURE__*/ (function () {\n function MulticastOperator(subjectFactory, selector) {\n this.subjectFactory = subjectFactory;\n this.selector = selector;\n }\n MulticastOperator.prototype.call = function (subscriber, source) {\n var selector = this.selector;\n var subject = this.subjectFactory();\n var subscription = selector(subject).subscribe(subscriber);\n subscription.add(source.subscribe(subject));\n return subscription;\n };\n return MulticastOperator;\n}());\n\n//# sourceMappingURL=multicast.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/multicast.js?");
3129
3130/***/ }),
3131
3132/***/ "./node_modules/rxjs/_esm5/internal/operators/observeOn.js":
3133/*!*****************************************************************!*\
3134 !*** ./node_modules/rxjs/_esm5/internal/operators/observeOn.js ***!
3135 \*****************************************************************/
3136/*! exports provided: observeOn, ObserveOnOperator, ObserveOnSubscriber, ObserveOnMessage */
3137/***/ (function(module, __webpack_exports__, __webpack_require__) {
3138
3139"use strict";
3140eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"observeOn\", function() { return observeOn; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ObserveOnOperator\", function() { return ObserveOnOperator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ObserveOnSubscriber\", function() { return ObserveOnSubscriber; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ObserveOnMessage\", function() { return ObserveOnMessage; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _Notification__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Notification */ \"./node_modules/rxjs/_esm5/internal/Notification.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_Notification PURE_IMPORTS_END */\n\n\n\nfunction observeOn(scheduler, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n return function observeOnOperatorFunction(source) {\n return source.lift(new ObserveOnOperator(scheduler, delay));\n };\n}\nvar ObserveOnOperator = /*@__PURE__*/ (function () {\n function ObserveOnOperator(scheduler, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n this.scheduler = scheduler;\n this.delay = delay;\n }\n ObserveOnOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new ObserveOnSubscriber(subscriber, this.scheduler, this.delay));\n };\n return ObserveOnOperator;\n}());\n\nvar ObserveOnSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ObserveOnSubscriber, _super);\n function ObserveOnSubscriber(destination, scheduler, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n var _this = _super.call(this, destination) || this;\n _this.scheduler = scheduler;\n _this.delay = delay;\n return _this;\n }\n ObserveOnSubscriber.dispatch = function (arg) {\n var notification = arg.notification, destination = arg.destination;\n notification.observe(destination);\n this.unsubscribe();\n };\n ObserveOnSubscriber.prototype.scheduleMessage = function (notification) {\n var destination = this.destination;\n destination.add(this.scheduler.schedule(ObserveOnSubscriber.dispatch, this.delay, new ObserveOnMessage(notification, this.destination)));\n };\n ObserveOnSubscriber.prototype._next = function (value) {\n this.scheduleMessage(_Notification__WEBPACK_IMPORTED_MODULE_2__[\"Notification\"].createNext(value));\n };\n ObserveOnSubscriber.prototype._error = function (err) {\n this.scheduleMessage(_Notification__WEBPACK_IMPORTED_MODULE_2__[\"Notification\"].createError(err));\n this.unsubscribe();\n };\n ObserveOnSubscriber.prototype._complete = function () {\n this.scheduleMessage(_Notification__WEBPACK_IMPORTED_MODULE_2__[\"Notification\"].createComplete());\n this.unsubscribe();\n };\n return ObserveOnSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n\nvar ObserveOnMessage = /*@__PURE__*/ (function () {\n function ObserveOnMessage(notification, destination) {\n this.notification = notification;\n this.destination = destination;\n }\n return ObserveOnMessage;\n}());\n\n//# sourceMappingURL=observeOn.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/observeOn.js?");
3141
3142/***/ }),
3143
3144/***/ "./node_modules/rxjs/_esm5/internal/operators/onErrorResumeNext.js":
3145/*!*************************************************************************!*\
3146 !*** ./node_modules/rxjs/_esm5/internal/operators/onErrorResumeNext.js ***!
3147 \*************************************************************************/
3148/*! exports provided: onErrorResumeNext, onErrorResumeNextStatic */
3149/***/ (function(module, __webpack_exports__, __webpack_require__) {
3150
3151"use strict";
3152eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"onErrorResumeNext\", function() { return onErrorResumeNext; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"onErrorResumeNextStatic\", function() { return onErrorResumeNextStatic; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _observable_from__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../observable/from */ \"./node_modules/rxjs/_esm5/internal/observable/from.js\");\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_observable_from,_util_isArray,_innerSubscribe PURE_IMPORTS_END */\n\n\n\n\nfunction onErrorResumeNext() {\n var nextSources = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n nextSources[_i] = arguments[_i];\n }\n if (nextSources.length === 1 && Object(_util_isArray__WEBPACK_IMPORTED_MODULE_2__[\"isArray\"])(nextSources[0])) {\n nextSources = nextSources[0];\n }\n return function (source) { return source.lift(new OnErrorResumeNextOperator(nextSources)); };\n}\nfunction onErrorResumeNextStatic() {\n var nextSources = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n nextSources[_i] = arguments[_i];\n }\n var source = undefined;\n if (nextSources.length === 1 && Object(_util_isArray__WEBPACK_IMPORTED_MODULE_2__[\"isArray\"])(nextSources[0])) {\n nextSources = nextSources[0];\n }\n source = nextSources.shift();\n return Object(_observable_from__WEBPACK_IMPORTED_MODULE_1__[\"from\"])(source).lift(new OnErrorResumeNextOperator(nextSources));\n}\nvar OnErrorResumeNextOperator = /*@__PURE__*/ (function () {\n function OnErrorResumeNextOperator(nextSources) {\n this.nextSources = nextSources;\n }\n OnErrorResumeNextOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new OnErrorResumeNextSubscriber(subscriber, this.nextSources));\n };\n return OnErrorResumeNextOperator;\n}());\nvar OnErrorResumeNextSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](OnErrorResumeNextSubscriber, _super);\n function OnErrorResumeNextSubscriber(destination, nextSources) {\n var _this = _super.call(this, destination) || this;\n _this.destination = destination;\n _this.nextSources = nextSources;\n return _this;\n }\n OnErrorResumeNextSubscriber.prototype.notifyError = function () {\n this.subscribeToNextSource();\n };\n OnErrorResumeNextSubscriber.prototype.notifyComplete = function () {\n this.subscribeToNextSource();\n };\n OnErrorResumeNextSubscriber.prototype._error = function (err) {\n this.subscribeToNextSource();\n this.unsubscribe();\n };\n OnErrorResumeNextSubscriber.prototype._complete = function () {\n this.subscribeToNextSource();\n this.unsubscribe();\n };\n OnErrorResumeNextSubscriber.prototype.subscribeToNextSource = function () {\n var next = this.nextSources.shift();\n if (!!next) {\n var innerSubscriber = new _innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"SimpleInnerSubscriber\"](this);\n var destination = this.destination;\n destination.add(innerSubscriber);\n var innerSubscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"innerSubscribe\"])(next, innerSubscriber);\n if (innerSubscription !== innerSubscriber) {\n destination.add(innerSubscription);\n }\n }\n else {\n this.destination.complete();\n }\n };\n return OnErrorResumeNextSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=onErrorResumeNext.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/onErrorResumeNext.js?");
3153
3154/***/ }),
3155
3156/***/ "./node_modules/rxjs/_esm5/internal/operators/pairwise.js":
3157/*!****************************************************************!*\
3158 !*** ./node_modules/rxjs/_esm5/internal/operators/pairwise.js ***!
3159 \****************************************************************/
3160/*! exports provided: pairwise */
3161/***/ (function(module, __webpack_exports__, __webpack_require__) {
3162
3163"use strict";
3164eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"pairwise\", function() { return pairwise; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction pairwise() {\n return function (source) { return source.lift(new PairwiseOperator()); };\n}\nvar PairwiseOperator = /*@__PURE__*/ (function () {\n function PairwiseOperator() {\n }\n PairwiseOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new PairwiseSubscriber(subscriber));\n };\n return PairwiseOperator;\n}());\nvar PairwiseSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](PairwiseSubscriber, _super);\n function PairwiseSubscriber(destination) {\n var _this = _super.call(this, destination) || this;\n _this.hasPrev = false;\n return _this;\n }\n PairwiseSubscriber.prototype._next = function (value) {\n var pair;\n if (this.hasPrev) {\n pair = [this.prev, value];\n }\n else {\n this.hasPrev = true;\n }\n this.prev = value;\n if (pair) {\n this.destination.next(pair);\n }\n };\n return PairwiseSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=pairwise.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/pairwise.js?");
3165
3166/***/ }),
3167
3168/***/ "./node_modules/rxjs/_esm5/internal/operators/partition.js":
3169/*!*****************************************************************!*\
3170 !*** ./node_modules/rxjs/_esm5/internal/operators/partition.js ***!
3171 \*****************************************************************/
3172/*! exports provided: partition */
3173/***/ (function(module, __webpack_exports__, __webpack_require__) {
3174
3175"use strict";
3176eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"partition\", function() { return partition; });\n/* harmony import */ var _util_not__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../util/not */ \"./node_modules/rxjs/_esm5/internal/util/not.js\");\n/* harmony import */ var _filter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./filter */ \"./node_modules/rxjs/_esm5/internal/operators/filter.js\");\n/** PURE_IMPORTS_START _util_not,_filter PURE_IMPORTS_END */\n\n\nfunction partition(predicate, thisArg) {\n return function (source) {\n return [\n Object(_filter__WEBPACK_IMPORTED_MODULE_1__[\"filter\"])(predicate, thisArg)(source),\n Object(_filter__WEBPACK_IMPORTED_MODULE_1__[\"filter\"])(Object(_util_not__WEBPACK_IMPORTED_MODULE_0__[\"not\"])(predicate, thisArg))(source)\n ];\n };\n}\n//# sourceMappingURL=partition.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/partition.js?");
3177
3178/***/ }),
3179
3180/***/ "./node_modules/rxjs/_esm5/internal/operators/pluck.js":
3181/*!*************************************************************!*\
3182 !*** ./node_modules/rxjs/_esm5/internal/operators/pluck.js ***!
3183 \*************************************************************/
3184/*! exports provided: pluck */
3185/***/ (function(module, __webpack_exports__, __webpack_require__) {
3186
3187"use strict";
3188eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"pluck\", function() { return pluck; });\n/* harmony import */ var _map__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/** PURE_IMPORTS_START _map PURE_IMPORTS_END */\n\nfunction pluck() {\n var properties = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n properties[_i] = arguments[_i];\n }\n var length = properties.length;\n if (length === 0) {\n throw new Error('list of properties cannot be empty.');\n }\n return function (source) { return Object(_map__WEBPACK_IMPORTED_MODULE_0__[\"map\"])(plucker(properties, length))(source); };\n}\nfunction plucker(props, length) {\n var mapper = function (x) {\n var currentProp = x;\n for (var i = 0; i < length; i++) {\n var p = currentProp != null ? currentProp[props[i]] : undefined;\n if (p !== void 0) {\n currentProp = p;\n }\n else {\n return undefined;\n }\n }\n return currentProp;\n };\n return mapper;\n}\n//# sourceMappingURL=pluck.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/pluck.js?");
3189
3190/***/ }),
3191
3192/***/ "./node_modules/rxjs/_esm5/internal/operators/publish.js":
3193/*!***************************************************************!*\
3194 !*** ./node_modules/rxjs/_esm5/internal/operators/publish.js ***!
3195 \***************************************************************/
3196/*! exports provided: publish */
3197/***/ (function(module, __webpack_exports__, __webpack_require__) {
3198
3199"use strict";
3200eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"publish\", function() { return publish; });\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony import */ var _multicast__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./multicast */ \"./node_modules/rxjs/_esm5/internal/operators/multicast.js\");\n/** PURE_IMPORTS_START _Subject,_multicast PURE_IMPORTS_END */\n\n\nfunction publish(selector) {\n return selector ?\n Object(_multicast__WEBPACK_IMPORTED_MODULE_1__[\"multicast\"])(function () { return new _Subject__WEBPACK_IMPORTED_MODULE_0__[\"Subject\"](); }, selector) :\n Object(_multicast__WEBPACK_IMPORTED_MODULE_1__[\"multicast\"])(new _Subject__WEBPACK_IMPORTED_MODULE_0__[\"Subject\"]());\n}\n//# sourceMappingURL=publish.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/publish.js?");
3201
3202/***/ }),
3203
3204/***/ "./node_modules/rxjs/_esm5/internal/operators/publishBehavior.js":
3205/*!***********************************************************************!*\
3206 !*** ./node_modules/rxjs/_esm5/internal/operators/publishBehavior.js ***!
3207 \***********************************************************************/
3208/*! exports provided: publishBehavior */
3209/***/ (function(module, __webpack_exports__, __webpack_require__) {
3210
3211"use strict";
3212eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"publishBehavior\", function() { return publishBehavior; });\n/* harmony import */ var _BehaviorSubject__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../BehaviorSubject */ \"./node_modules/rxjs/_esm5/internal/BehaviorSubject.js\");\n/* harmony import */ var _multicast__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./multicast */ \"./node_modules/rxjs/_esm5/internal/operators/multicast.js\");\n/** PURE_IMPORTS_START _BehaviorSubject,_multicast PURE_IMPORTS_END */\n\n\nfunction publishBehavior(value) {\n return function (source) { return Object(_multicast__WEBPACK_IMPORTED_MODULE_1__[\"multicast\"])(new _BehaviorSubject__WEBPACK_IMPORTED_MODULE_0__[\"BehaviorSubject\"](value))(source); };\n}\n//# sourceMappingURL=publishBehavior.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/publishBehavior.js?");
3213
3214/***/ }),
3215
3216/***/ "./node_modules/rxjs/_esm5/internal/operators/publishLast.js":
3217/*!*******************************************************************!*\
3218 !*** ./node_modules/rxjs/_esm5/internal/operators/publishLast.js ***!
3219 \*******************************************************************/
3220/*! exports provided: publishLast */
3221/***/ (function(module, __webpack_exports__, __webpack_require__) {
3222
3223"use strict";
3224eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"publishLast\", function() { return publishLast; });\n/* harmony import */ var _AsyncSubject__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../AsyncSubject */ \"./node_modules/rxjs/_esm5/internal/AsyncSubject.js\");\n/* harmony import */ var _multicast__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./multicast */ \"./node_modules/rxjs/_esm5/internal/operators/multicast.js\");\n/** PURE_IMPORTS_START _AsyncSubject,_multicast PURE_IMPORTS_END */\n\n\nfunction publishLast() {\n return function (source) { return Object(_multicast__WEBPACK_IMPORTED_MODULE_1__[\"multicast\"])(new _AsyncSubject__WEBPACK_IMPORTED_MODULE_0__[\"AsyncSubject\"]())(source); };\n}\n//# sourceMappingURL=publishLast.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/publishLast.js?");
3225
3226/***/ }),
3227
3228/***/ "./node_modules/rxjs/_esm5/internal/operators/publishReplay.js":
3229/*!*********************************************************************!*\
3230 !*** ./node_modules/rxjs/_esm5/internal/operators/publishReplay.js ***!
3231 \*********************************************************************/
3232/*! exports provided: publishReplay */
3233/***/ (function(module, __webpack_exports__, __webpack_require__) {
3234
3235"use strict";
3236eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"publishReplay\", function() { return publishReplay; });\n/* harmony import */ var _ReplaySubject__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../ReplaySubject */ \"./node_modules/rxjs/_esm5/internal/ReplaySubject.js\");\n/* harmony import */ var _multicast__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./multicast */ \"./node_modules/rxjs/_esm5/internal/operators/multicast.js\");\n/** PURE_IMPORTS_START _ReplaySubject,_multicast PURE_IMPORTS_END */\n\n\nfunction publishReplay(bufferSize, windowTime, selectorOrScheduler, scheduler) {\n if (selectorOrScheduler && typeof selectorOrScheduler !== 'function') {\n scheduler = selectorOrScheduler;\n }\n var selector = typeof selectorOrScheduler === 'function' ? selectorOrScheduler : undefined;\n var subject = new _ReplaySubject__WEBPACK_IMPORTED_MODULE_0__[\"ReplaySubject\"](bufferSize, windowTime, scheduler);\n return function (source) { return Object(_multicast__WEBPACK_IMPORTED_MODULE_1__[\"multicast\"])(function () { return subject; }, selector)(source); };\n}\n//# sourceMappingURL=publishReplay.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/publishReplay.js?");
3237
3238/***/ }),
3239
3240/***/ "./node_modules/rxjs/_esm5/internal/operators/race.js":
3241/*!************************************************************!*\
3242 !*** ./node_modules/rxjs/_esm5/internal/operators/race.js ***!
3243 \************************************************************/
3244/*! exports provided: race */
3245/***/ (function(module, __webpack_exports__, __webpack_require__) {
3246
3247"use strict";
3248eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"race\", function() { return race; });\n/* harmony import */ var _util_isArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../util/isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/* harmony import */ var _observable_race__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../observable/race */ \"./node_modules/rxjs/_esm5/internal/observable/race.js\");\n/** PURE_IMPORTS_START _util_isArray,_observable_race PURE_IMPORTS_END */\n\n\nfunction race() {\n var observables = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n observables[_i] = arguments[_i];\n }\n return function raceOperatorFunction(source) {\n if (observables.length === 1 && Object(_util_isArray__WEBPACK_IMPORTED_MODULE_0__[\"isArray\"])(observables[0])) {\n observables = observables[0];\n }\n return source.lift.call(_observable_race__WEBPACK_IMPORTED_MODULE_1__[\"race\"].apply(void 0, [source].concat(observables)));\n };\n}\n//# sourceMappingURL=race.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/race.js?");
3249
3250/***/ }),
3251
3252/***/ "./node_modules/rxjs/_esm5/internal/operators/reduce.js":
3253/*!**************************************************************!*\
3254 !*** ./node_modules/rxjs/_esm5/internal/operators/reduce.js ***!
3255 \**************************************************************/
3256/*! exports provided: reduce */
3257/***/ (function(module, __webpack_exports__, __webpack_require__) {
3258
3259"use strict";
3260eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"reduce\", function() { return reduce; });\n/* harmony import */ var _scan__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./scan */ \"./node_modules/rxjs/_esm5/internal/operators/scan.js\");\n/* harmony import */ var _takeLast__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./takeLast */ \"./node_modules/rxjs/_esm5/internal/operators/takeLast.js\");\n/* harmony import */ var _defaultIfEmpty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./defaultIfEmpty */ \"./node_modules/rxjs/_esm5/internal/operators/defaultIfEmpty.js\");\n/* harmony import */ var _util_pipe__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/pipe */ \"./node_modules/rxjs/_esm5/internal/util/pipe.js\");\n/** PURE_IMPORTS_START _scan,_takeLast,_defaultIfEmpty,_util_pipe PURE_IMPORTS_END */\n\n\n\n\nfunction reduce(accumulator, seed) {\n if (arguments.length >= 2) {\n return function reduceOperatorFunctionWithSeed(source) {\n return Object(_util_pipe__WEBPACK_IMPORTED_MODULE_3__[\"pipe\"])(Object(_scan__WEBPACK_IMPORTED_MODULE_0__[\"scan\"])(accumulator, seed), Object(_takeLast__WEBPACK_IMPORTED_MODULE_1__[\"takeLast\"])(1), Object(_defaultIfEmpty__WEBPACK_IMPORTED_MODULE_2__[\"defaultIfEmpty\"])(seed))(source);\n };\n }\n return function reduceOperatorFunction(source) {\n return Object(_util_pipe__WEBPACK_IMPORTED_MODULE_3__[\"pipe\"])(Object(_scan__WEBPACK_IMPORTED_MODULE_0__[\"scan\"])(function (acc, value, index) { return accumulator(acc, value, index + 1); }), Object(_takeLast__WEBPACK_IMPORTED_MODULE_1__[\"takeLast\"])(1))(source);\n };\n}\n//# sourceMappingURL=reduce.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/reduce.js?");
3261
3262/***/ }),
3263
3264/***/ "./node_modules/rxjs/_esm5/internal/operators/refCount.js":
3265/*!****************************************************************!*\
3266 !*** ./node_modules/rxjs/_esm5/internal/operators/refCount.js ***!
3267 \****************************************************************/
3268/*! exports provided: refCount */
3269/***/ (function(module, __webpack_exports__, __webpack_require__) {
3270
3271"use strict";
3272eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"refCount\", function() { return refCount; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction refCount() {\n return function refCountOperatorFunction(source) {\n return source.lift(new RefCountOperator(source));\n };\n}\nvar RefCountOperator = /*@__PURE__*/ (function () {\n function RefCountOperator(connectable) {\n this.connectable = connectable;\n }\n RefCountOperator.prototype.call = function (subscriber, source) {\n var connectable = this.connectable;\n connectable._refCount++;\n var refCounter = new RefCountSubscriber(subscriber, connectable);\n var subscription = source.subscribe(refCounter);\n if (!refCounter.closed) {\n refCounter.connection = connectable.connect();\n }\n return subscription;\n };\n return RefCountOperator;\n}());\nvar RefCountSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](RefCountSubscriber, _super);\n function RefCountSubscriber(destination, connectable) {\n var _this = _super.call(this, destination) || this;\n _this.connectable = connectable;\n return _this;\n }\n RefCountSubscriber.prototype._unsubscribe = function () {\n var connectable = this.connectable;\n if (!connectable) {\n this.connection = null;\n return;\n }\n this.connectable = null;\n var refCount = connectable._refCount;\n if (refCount <= 0) {\n this.connection = null;\n return;\n }\n connectable._refCount = refCount - 1;\n if (refCount > 1) {\n this.connection = null;\n return;\n }\n var connection = this.connection;\n var sharedConnection = connectable._connection;\n this.connection = null;\n if (sharedConnection && (!connection || sharedConnection === connection)) {\n sharedConnection.unsubscribe();\n }\n };\n return RefCountSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=refCount.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/refCount.js?");
3273
3274/***/ }),
3275
3276/***/ "./node_modules/rxjs/_esm5/internal/operators/repeat.js":
3277/*!**************************************************************!*\
3278 !*** ./node_modules/rxjs/_esm5/internal/operators/repeat.js ***!
3279 \**************************************************************/
3280/*! exports provided: repeat */
3281/***/ (function(module, __webpack_exports__, __webpack_require__) {
3282
3283"use strict";
3284eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"repeat\", function() { return repeat; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _observable_empty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../observable/empty */ \"./node_modules/rxjs/_esm5/internal/observable/empty.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_observable_empty PURE_IMPORTS_END */\n\n\n\nfunction repeat(count) {\n if (count === void 0) {\n count = -1;\n }\n return function (source) {\n if (count === 0) {\n return Object(_observable_empty__WEBPACK_IMPORTED_MODULE_2__[\"empty\"])();\n }\n else if (count < 0) {\n return source.lift(new RepeatOperator(-1, source));\n }\n else {\n return source.lift(new RepeatOperator(count - 1, source));\n }\n };\n}\nvar RepeatOperator = /*@__PURE__*/ (function () {\n function RepeatOperator(count, source) {\n this.count = count;\n this.source = source;\n }\n RepeatOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new RepeatSubscriber(subscriber, this.count, this.source));\n };\n return RepeatOperator;\n}());\nvar RepeatSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](RepeatSubscriber, _super);\n function RepeatSubscriber(destination, count, source) {\n var _this = _super.call(this, destination) || this;\n _this.count = count;\n _this.source = source;\n return _this;\n }\n RepeatSubscriber.prototype.complete = function () {\n if (!this.isStopped) {\n var _a = this, source = _a.source, count = _a.count;\n if (count === 0) {\n return _super.prototype.complete.call(this);\n }\n else if (count > -1) {\n this.count = count - 1;\n }\n source.subscribe(this._unsubscribeAndRecycle());\n }\n };\n return RepeatSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=repeat.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/repeat.js?");
3285
3286/***/ }),
3287
3288/***/ "./node_modules/rxjs/_esm5/internal/operators/repeatWhen.js":
3289/*!******************************************************************!*\
3290 !*** ./node_modules/rxjs/_esm5/internal/operators/repeatWhen.js ***!
3291 \******************************************************************/
3292/*! exports provided: repeatWhen */
3293/***/ (function(module, __webpack_exports__, __webpack_require__) {
3294
3295"use strict";
3296eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"repeatWhen\", function() { return repeatWhen; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_Subject,_innerSubscribe PURE_IMPORTS_END */\n\n\n\nfunction repeatWhen(notifier) {\n return function (source) { return source.lift(new RepeatWhenOperator(notifier)); };\n}\nvar RepeatWhenOperator = /*@__PURE__*/ (function () {\n function RepeatWhenOperator(notifier) {\n this.notifier = notifier;\n }\n RepeatWhenOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new RepeatWhenSubscriber(subscriber, this.notifier, source));\n };\n return RepeatWhenOperator;\n}());\nvar RepeatWhenSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](RepeatWhenSubscriber, _super);\n function RepeatWhenSubscriber(destination, notifier, source) {\n var _this = _super.call(this, destination) || this;\n _this.notifier = notifier;\n _this.source = source;\n _this.sourceIsBeingSubscribedTo = true;\n return _this;\n }\n RepeatWhenSubscriber.prototype.notifyNext = function () {\n this.sourceIsBeingSubscribedTo = true;\n this.source.subscribe(this);\n };\n RepeatWhenSubscriber.prototype.notifyComplete = function () {\n if (this.sourceIsBeingSubscribedTo === false) {\n return _super.prototype.complete.call(this);\n }\n };\n RepeatWhenSubscriber.prototype.complete = function () {\n this.sourceIsBeingSubscribedTo = false;\n if (!this.isStopped) {\n if (!this.retries) {\n this.subscribeToRetries();\n }\n if (!this.retriesSubscription || this.retriesSubscription.closed) {\n return _super.prototype.complete.call(this);\n }\n this._unsubscribeAndRecycle();\n this.notifications.next(undefined);\n }\n };\n RepeatWhenSubscriber.prototype._unsubscribe = function () {\n var _a = this, notifications = _a.notifications, retriesSubscription = _a.retriesSubscription;\n if (notifications) {\n notifications.unsubscribe();\n this.notifications = undefined;\n }\n if (retriesSubscription) {\n retriesSubscription.unsubscribe();\n this.retriesSubscription = undefined;\n }\n this.retries = undefined;\n };\n RepeatWhenSubscriber.prototype._unsubscribeAndRecycle = function () {\n var _unsubscribe = this._unsubscribe;\n this._unsubscribe = null;\n _super.prototype._unsubscribeAndRecycle.call(this);\n this._unsubscribe = _unsubscribe;\n return this;\n };\n RepeatWhenSubscriber.prototype.subscribeToRetries = function () {\n this.notifications = new _Subject__WEBPACK_IMPORTED_MODULE_1__[\"Subject\"]();\n var retries;\n try {\n var notifier = this.notifier;\n retries = notifier(this.notifications);\n }\n catch (e) {\n return _super.prototype.complete.call(this);\n }\n this.retries = retries;\n this.retriesSubscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"innerSubscribe\"])(retries, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"SimpleInnerSubscriber\"](this));\n };\n return RepeatWhenSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=repeatWhen.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/repeatWhen.js?");
3297
3298/***/ }),
3299
3300/***/ "./node_modules/rxjs/_esm5/internal/operators/retry.js":
3301/*!*************************************************************!*\
3302 !*** ./node_modules/rxjs/_esm5/internal/operators/retry.js ***!
3303 \*************************************************************/
3304/*! exports provided: retry */
3305/***/ (function(module, __webpack_exports__, __webpack_require__) {
3306
3307"use strict";
3308eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"retry\", function() { return retry; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction retry(count) {\n if (count === void 0) {\n count = -1;\n }\n return function (source) { return source.lift(new RetryOperator(count, source)); };\n}\nvar RetryOperator = /*@__PURE__*/ (function () {\n function RetryOperator(count, source) {\n this.count = count;\n this.source = source;\n }\n RetryOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new RetrySubscriber(subscriber, this.count, this.source));\n };\n return RetryOperator;\n}());\nvar RetrySubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](RetrySubscriber, _super);\n function RetrySubscriber(destination, count, source) {\n var _this = _super.call(this, destination) || this;\n _this.count = count;\n _this.source = source;\n return _this;\n }\n RetrySubscriber.prototype.error = function (err) {\n if (!this.isStopped) {\n var _a = this, source = _a.source, count = _a.count;\n if (count === 0) {\n return _super.prototype.error.call(this, err);\n }\n else if (count > -1) {\n this.count = count - 1;\n }\n source.subscribe(this._unsubscribeAndRecycle());\n }\n };\n return RetrySubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=retry.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/retry.js?");
3309
3310/***/ }),
3311
3312/***/ "./node_modules/rxjs/_esm5/internal/operators/retryWhen.js":
3313/*!*****************************************************************!*\
3314 !*** ./node_modules/rxjs/_esm5/internal/operators/retryWhen.js ***!
3315 \*****************************************************************/
3316/*! exports provided: retryWhen */
3317/***/ (function(module, __webpack_exports__, __webpack_require__) {
3318
3319"use strict";
3320eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"retryWhen\", function() { return retryWhen; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_Subject,_innerSubscribe PURE_IMPORTS_END */\n\n\n\nfunction retryWhen(notifier) {\n return function (source) { return source.lift(new RetryWhenOperator(notifier, source)); };\n}\nvar RetryWhenOperator = /*@__PURE__*/ (function () {\n function RetryWhenOperator(notifier, source) {\n this.notifier = notifier;\n this.source = source;\n }\n RetryWhenOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new RetryWhenSubscriber(subscriber, this.notifier, this.source));\n };\n return RetryWhenOperator;\n}());\nvar RetryWhenSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](RetryWhenSubscriber, _super);\n function RetryWhenSubscriber(destination, notifier, source) {\n var _this = _super.call(this, destination) || this;\n _this.notifier = notifier;\n _this.source = source;\n return _this;\n }\n RetryWhenSubscriber.prototype.error = function (err) {\n if (!this.isStopped) {\n var errors = this.errors;\n var retries = this.retries;\n var retriesSubscription = this.retriesSubscription;\n if (!retries) {\n errors = new _Subject__WEBPACK_IMPORTED_MODULE_1__[\"Subject\"]();\n try {\n var notifier = this.notifier;\n retries = notifier(errors);\n }\n catch (e) {\n return _super.prototype.error.call(this, e);\n }\n retriesSubscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"innerSubscribe\"])(retries, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"SimpleInnerSubscriber\"](this));\n }\n else {\n this.errors = undefined;\n this.retriesSubscription = undefined;\n }\n this._unsubscribeAndRecycle();\n this.errors = errors;\n this.retries = retries;\n this.retriesSubscription = retriesSubscription;\n errors.next(err);\n }\n };\n RetryWhenSubscriber.prototype._unsubscribe = function () {\n var _a = this, errors = _a.errors, retriesSubscription = _a.retriesSubscription;\n if (errors) {\n errors.unsubscribe();\n this.errors = undefined;\n }\n if (retriesSubscription) {\n retriesSubscription.unsubscribe();\n this.retriesSubscription = undefined;\n }\n this.retries = undefined;\n };\n RetryWhenSubscriber.prototype.notifyNext = function () {\n var _unsubscribe = this._unsubscribe;\n this._unsubscribe = null;\n this._unsubscribeAndRecycle();\n this._unsubscribe = _unsubscribe;\n this.source.subscribe(this);\n };\n return RetryWhenSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=retryWhen.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/retryWhen.js?");
3321
3322/***/ }),
3323
3324/***/ "./node_modules/rxjs/_esm5/internal/operators/sample.js":
3325/*!**************************************************************!*\
3326 !*** ./node_modules/rxjs/_esm5/internal/operators/sample.js ***!
3327 \**************************************************************/
3328/*! exports provided: sample */
3329/***/ (function(module, __webpack_exports__, __webpack_require__) {
3330
3331"use strict";
3332eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"sample\", function() { return sample; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nfunction sample(notifier) {\n return function (source) { return source.lift(new SampleOperator(notifier)); };\n}\nvar SampleOperator = /*@__PURE__*/ (function () {\n function SampleOperator(notifier) {\n this.notifier = notifier;\n }\n SampleOperator.prototype.call = function (subscriber, source) {\n var sampleSubscriber = new SampleSubscriber(subscriber);\n var subscription = source.subscribe(sampleSubscriber);\n subscription.add(Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(this.notifier, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](sampleSubscriber)));\n return subscription;\n };\n return SampleOperator;\n}());\nvar SampleSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SampleSubscriber, _super);\n function SampleSubscriber() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n _this.hasValue = false;\n return _this;\n }\n SampleSubscriber.prototype._next = function (value) {\n this.value = value;\n this.hasValue = true;\n };\n SampleSubscriber.prototype.notifyNext = function () {\n this.emitValue();\n };\n SampleSubscriber.prototype.notifyComplete = function () {\n this.emitValue();\n };\n SampleSubscriber.prototype.emitValue = function () {\n if (this.hasValue) {\n this.hasValue = false;\n this.destination.next(this.value);\n }\n };\n return SampleSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=sample.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/sample.js?");
3333
3334/***/ }),
3335
3336/***/ "./node_modules/rxjs/_esm5/internal/operators/sampleTime.js":
3337/*!******************************************************************!*\
3338 !*** ./node_modules/rxjs/_esm5/internal/operators/sampleTime.js ***!
3339 \******************************************************************/
3340/*! exports provided: sampleTime */
3341/***/ (function(module, __webpack_exports__, __webpack_require__) {
3342
3343"use strict";
3344eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"sampleTime\", function() { return sampleTime; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_scheduler_async PURE_IMPORTS_END */\n\n\n\nfunction sampleTime(period, scheduler) {\n if (scheduler === void 0) {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_2__[\"async\"];\n }\n return function (source) { return source.lift(new SampleTimeOperator(period, scheduler)); };\n}\nvar SampleTimeOperator = /*@__PURE__*/ (function () {\n function SampleTimeOperator(period, scheduler) {\n this.period = period;\n this.scheduler = scheduler;\n }\n SampleTimeOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new SampleTimeSubscriber(subscriber, this.period, this.scheduler));\n };\n return SampleTimeOperator;\n}());\nvar SampleTimeSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SampleTimeSubscriber, _super);\n function SampleTimeSubscriber(destination, period, scheduler) {\n var _this = _super.call(this, destination) || this;\n _this.period = period;\n _this.scheduler = scheduler;\n _this.hasValue = false;\n _this.add(scheduler.schedule(dispatchNotification, period, { subscriber: _this, period: period }));\n return _this;\n }\n SampleTimeSubscriber.prototype._next = function (value) {\n this.lastValue = value;\n this.hasValue = true;\n };\n SampleTimeSubscriber.prototype.notifyNext = function () {\n if (this.hasValue) {\n this.hasValue = false;\n this.destination.next(this.lastValue);\n }\n };\n return SampleTimeSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\nfunction dispatchNotification(state) {\n var subscriber = state.subscriber, period = state.period;\n subscriber.notifyNext();\n this.schedule(state, period);\n}\n//# sourceMappingURL=sampleTime.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/sampleTime.js?");
3345
3346/***/ }),
3347
3348/***/ "./node_modules/rxjs/_esm5/internal/operators/scan.js":
3349/*!************************************************************!*\
3350 !*** ./node_modules/rxjs/_esm5/internal/operators/scan.js ***!
3351 \************************************************************/
3352/*! exports provided: scan */
3353/***/ (function(module, __webpack_exports__, __webpack_require__) {
3354
3355"use strict";
3356eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"scan\", function() { return scan; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction scan(accumulator, seed) {\n var hasSeed = false;\n if (arguments.length >= 2) {\n hasSeed = true;\n }\n return function scanOperatorFunction(source) {\n return source.lift(new ScanOperator(accumulator, seed, hasSeed));\n };\n}\nvar ScanOperator = /*@__PURE__*/ (function () {\n function ScanOperator(accumulator, seed, hasSeed) {\n if (hasSeed === void 0) {\n hasSeed = false;\n }\n this.accumulator = accumulator;\n this.seed = seed;\n this.hasSeed = hasSeed;\n }\n ScanOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new ScanSubscriber(subscriber, this.accumulator, this.seed, this.hasSeed));\n };\n return ScanOperator;\n}());\nvar ScanSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ScanSubscriber, _super);\n function ScanSubscriber(destination, accumulator, _seed, hasSeed) {\n var _this = _super.call(this, destination) || this;\n _this.accumulator = accumulator;\n _this._seed = _seed;\n _this.hasSeed = hasSeed;\n _this.index = 0;\n return _this;\n }\n Object.defineProperty(ScanSubscriber.prototype, \"seed\", {\n get: function () {\n return this._seed;\n },\n set: function (value) {\n this.hasSeed = true;\n this._seed = value;\n },\n enumerable: true,\n configurable: true\n });\n ScanSubscriber.prototype._next = function (value) {\n if (!this.hasSeed) {\n this.seed = value;\n this.destination.next(value);\n }\n else {\n return this._tryNext(value);\n }\n };\n ScanSubscriber.prototype._tryNext = function (value) {\n var index = this.index++;\n var result;\n try {\n result = this.accumulator(this.seed, value, index);\n }\n catch (err) {\n this.destination.error(err);\n }\n this.seed = result;\n this.destination.next(result);\n };\n return ScanSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=scan.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/scan.js?");
3357
3358/***/ }),
3359
3360/***/ "./node_modules/rxjs/_esm5/internal/operators/sequenceEqual.js":
3361/*!*********************************************************************!*\
3362 !*** ./node_modules/rxjs/_esm5/internal/operators/sequenceEqual.js ***!
3363 \*********************************************************************/
3364/*! exports provided: sequenceEqual, SequenceEqualOperator, SequenceEqualSubscriber */
3365/***/ (function(module, __webpack_exports__, __webpack_require__) {
3366
3367"use strict";
3368eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"sequenceEqual\", function() { return sequenceEqual; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"SequenceEqualOperator\", function() { return SequenceEqualOperator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"SequenceEqualSubscriber\", function() { return SequenceEqualSubscriber; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction sequenceEqual(compareTo, comparator) {\n return function (source) { return source.lift(new SequenceEqualOperator(compareTo, comparator)); };\n}\nvar SequenceEqualOperator = /*@__PURE__*/ (function () {\n function SequenceEqualOperator(compareTo, comparator) {\n this.compareTo = compareTo;\n this.comparator = comparator;\n }\n SequenceEqualOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new SequenceEqualSubscriber(subscriber, this.compareTo, this.comparator));\n };\n return SequenceEqualOperator;\n}());\n\nvar SequenceEqualSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SequenceEqualSubscriber, _super);\n function SequenceEqualSubscriber(destination, compareTo, comparator) {\n var _this = _super.call(this, destination) || this;\n _this.compareTo = compareTo;\n _this.comparator = comparator;\n _this._a = [];\n _this._b = [];\n _this._oneComplete = false;\n _this.destination.add(compareTo.subscribe(new SequenceEqualCompareToSubscriber(destination, _this)));\n return _this;\n }\n SequenceEqualSubscriber.prototype._next = function (value) {\n if (this._oneComplete && this._b.length === 0) {\n this.emit(false);\n }\n else {\n this._a.push(value);\n this.checkValues();\n }\n };\n SequenceEqualSubscriber.prototype._complete = function () {\n if (this._oneComplete) {\n this.emit(this._a.length === 0 && this._b.length === 0);\n }\n else {\n this._oneComplete = true;\n }\n this.unsubscribe();\n };\n SequenceEqualSubscriber.prototype.checkValues = function () {\n var _c = this, _a = _c._a, _b = _c._b, comparator = _c.comparator;\n while (_a.length > 0 && _b.length > 0) {\n var a = _a.shift();\n var b = _b.shift();\n var areEqual = false;\n try {\n areEqual = comparator ? comparator(a, b) : a === b;\n }\n catch (e) {\n this.destination.error(e);\n }\n if (!areEqual) {\n this.emit(false);\n }\n }\n };\n SequenceEqualSubscriber.prototype.emit = function (value) {\n var destination = this.destination;\n destination.next(value);\n destination.complete();\n };\n SequenceEqualSubscriber.prototype.nextB = function (value) {\n if (this._oneComplete && this._a.length === 0) {\n this.emit(false);\n }\n else {\n this._b.push(value);\n this.checkValues();\n }\n };\n SequenceEqualSubscriber.prototype.completeB = function () {\n if (this._oneComplete) {\n this.emit(this._a.length === 0 && this._b.length === 0);\n }\n else {\n this._oneComplete = true;\n }\n };\n return SequenceEqualSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n\nvar SequenceEqualCompareToSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SequenceEqualCompareToSubscriber, _super);\n function SequenceEqualCompareToSubscriber(destination, parent) {\n var _this = _super.call(this, destination) || this;\n _this.parent = parent;\n return _this;\n }\n SequenceEqualCompareToSubscriber.prototype._next = function (value) {\n this.parent.nextB(value);\n };\n SequenceEqualCompareToSubscriber.prototype._error = function (err) {\n this.parent.error(err);\n this.unsubscribe();\n };\n SequenceEqualCompareToSubscriber.prototype._complete = function () {\n this.parent.completeB();\n this.unsubscribe();\n };\n return SequenceEqualCompareToSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=sequenceEqual.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/sequenceEqual.js?");
3369
3370/***/ }),
3371
3372/***/ "./node_modules/rxjs/_esm5/internal/operators/share.js":
3373/*!*************************************************************!*\
3374 !*** ./node_modules/rxjs/_esm5/internal/operators/share.js ***!
3375 \*************************************************************/
3376/*! exports provided: share */
3377/***/ (function(module, __webpack_exports__, __webpack_require__) {
3378
3379"use strict";
3380eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"share\", function() { return share; });\n/* harmony import */ var _multicast__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./multicast */ \"./node_modules/rxjs/_esm5/internal/operators/multicast.js\");\n/* harmony import */ var _refCount__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./refCount */ \"./node_modules/rxjs/_esm5/internal/operators/refCount.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/** PURE_IMPORTS_START _multicast,_refCount,_Subject PURE_IMPORTS_END */\n\n\n\nfunction shareSubjectFactory() {\n return new _Subject__WEBPACK_IMPORTED_MODULE_2__[\"Subject\"]();\n}\nfunction share() {\n return function (source) { return Object(_refCount__WEBPACK_IMPORTED_MODULE_1__[\"refCount\"])()(Object(_multicast__WEBPACK_IMPORTED_MODULE_0__[\"multicast\"])(shareSubjectFactory)(source)); };\n}\n//# sourceMappingURL=share.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/share.js?");
3381
3382/***/ }),
3383
3384/***/ "./node_modules/rxjs/_esm5/internal/operators/shareReplay.js":
3385/*!*******************************************************************!*\
3386 !*** ./node_modules/rxjs/_esm5/internal/operators/shareReplay.js ***!
3387 \*******************************************************************/
3388/*! exports provided: shareReplay */
3389/***/ (function(module, __webpack_exports__, __webpack_require__) {
3390
3391"use strict";
3392eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"shareReplay\", function() { return shareReplay; });\n/* harmony import */ var _ReplaySubject__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../ReplaySubject */ \"./node_modules/rxjs/_esm5/internal/ReplaySubject.js\");\n/** PURE_IMPORTS_START _ReplaySubject PURE_IMPORTS_END */\n\nfunction shareReplay(configOrBufferSize, windowTime, scheduler) {\n var config;\n if (configOrBufferSize && typeof configOrBufferSize === 'object') {\n config = configOrBufferSize;\n }\n else {\n config = {\n bufferSize: configOrBufferSize,\n windowTime: windowTime,\n refCount: false,\n scheduler: scheduler\n };\n }\n return function (source) { return source.lift(shareReplayOperator(config)); };\n}\nfunction shareReplayOperator(_a) {\n var _b = _a.bufferSize, bufferSize = _b === void 0 ? Number.POSITIVE_INFINITY : _b, _c = _a.windowTime, windowTime = _c === void 0 ? Number.POSITIVE_INFINITY : _c, useRefCount = _a.refCount, scheduler = _a.scheduler;\n var subject;\n var refCount = 0;\n var subscription;\n var hasError = false;\n var isComplete = false;\n return function shareReplayOperation(source) {\n refCount++;\n var innerSub;\n if (!subject || hasError) {\n hasError = false;\n subject = new _ReplaySubject__WEBPACK_IMPORTED_MODULE_0__[\"ReplaySubject\"](bufferSize, windowTime, scheduler);\n innerSub = subject.subscribe(this);\n subscription = source.subscribe({\n next: function (value) { subject.next(value); },\n error: function (err) {\n hasError = true;\n subject.error(err);\n },\n complete: function () {\n isComplete = true;\n subscription = undefined;\n subject.complete();\n },\n });\n }\n else {\n innerSub = subject.subscribe(this);\n }\n this.add(function () {\n refCount--;\n innerSub.unsubscribe();\n if (subscription && !isComplete && useRefCount && refCount === 0) {\n subscription.unsubscribe();\n subscription = undefined;\n subject = undefined;\n }\n });\n };\n}\n//# sourceMappingURL=shareReplay.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/shareReplay.js?");
3393
3394/***/ }),
3395
3396/***/ "./node_modules/rxjs/_esm5/internal/operators/single.js":
3397/*!**************************************************************!*\
3398 !*** ./node_modules/rxjs/_esm5/internal/operators/single.js ***!
3399 \**************************************************************/
3400/*! exports provided: single */
3401/***/ (function(module, __webpack_exports__, __webpack_require__) {
3402
3403"use strict";
3404eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"single\", function() { return single; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _util_EmptyError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/EmptyError */ \"./node_modules/rxjs/_esm5/internal/util/EmptyError.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_util_EmptyError PURE_IMPORTS_END */\n\n\n\nfunction single(predicate) {\n return function (source) { return source.lift(new SingleOperator(predicate, source)); };\n}\nvar SingleOperator = /*@__PURE__*/ (function () {\n function SingleOperator(predicate, source) {\n this.predicate = predicate;\n this.source = source;\n }\n SingleOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new SingleSubscriber(subscriber, this.predicate, this.source));\n };\n return SingleOperator;\n}());\nvar SingleSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SingleSubscriber, _super);\n function SingleSubscriber(destination, predicate, source) {\n var _this = _super.call(this, destination) || this;\n _this.predicate = predicate;\n _this.source = source;\n _this.seenValue = false;\n _this.index = 0;\n return _this;\n }\n SingleSubscriber.prototype.applySingleValue = function (value) {\n if (this.seenValue) {\n this.destination.error('Sequence contains more than one element');\n }\n else {\n this.seenValue = true;\n this.singleValue = value;\n }\n };\n SingleSubscriber.prototype._next = function (value) {\n var index = this.index++;\n if (this.predicate) {\n this.tryNext(value, index);\n }\n else {\n this.applySingleValue(value);\n }\n };\n SingleSubscriber.prototype.tryNext = function (value, index) {\n try {\n if (this.predicate(value, index, this.source)) {\n this.applySingleValue(value);\n }\n }\n catch (err) {\n this.destination.error(err);\n }\n };\n SingleSubscriber.prototype._complete = function () {\n var destination = this.destination;\n if (this.index > 0) {\n destination.next(this.seenValue ? this.singleValue : undefined);\n destination.complete();\n }\n else {\n destination.error(new _util_EmptyError__WEBPACK_IMPORTED_MODULE_2__[\"EmptyError\"]);\n }\n };\n return SingleSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=single.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/single.js?");
3405
3406/***/ }),
3407
3408/***/ "./node_modules/rxjs/_esm5/internal/operators/skip.js":
3409/*!************************************************************!*\
3410 !*** ./node_modules/rxjs/_esm5/internal/operators/skip.js ***!
3411 \************************************************************/
3412/*! exports provided: skip */
3413/***/ (function(module, __webpack_exports__, __webpack_require__) {
3414
3415"use strict";
3416eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"skip\", function() { return skip; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction skip(count) {\n return function (source) { return source.lift(new SkipOperator(count)); };\n}\nvar SkipOperator = /*@__PURE__*/ (function () {\n function SkipOperator(total) {\n this.total = total;\n }\n SkipOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new SkipSubscriber(subscriber, this.total));\n };\n return SkipOperator;\n}());\nvar SkipSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SkipSubscriber, _super);\n function SkipSubscriber(destination, total) {\n var _this = _super.call(this, destination) || this;\n _this.total = total;\n _this.count = 0;\n return _this;\n }\n SkipSubscriber.prototype._next = function (x) {\n if (++this.count > this.total) {\n this.destination.next(x);\n }\n };\n return SkipSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=skip.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/skip.js?");
3417
3418/***/ }),
3419
3420/***/ "./node_modules/rxjs/_esm5/internal/operators/skipLast.js":
3421/*!****************************************************************!*\
3422 !*** ./node_modules/rxjs/_esm5/internal/operators/skipLast.js ***!
3423 \****************************************************************/
3424/*! exports provided: skipLast */
3425/***/ (function(module, __webpack_exports__, __webpack_require__) {
3426
3427"use strict";
3428eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"skipLast\", function() { return skipLast; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _util_ArgumentOutOfRangeError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/ArgumentOutOfRangeError */ \"./node_modules/rxjs/_esm5/internal/util/ArgumentOutOfRangeError.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_util_ArgumentOutOfRangeError PURE_IMPORTS_END */\n\n\n\nfunction skipLast(count) {\n return function (source) { return source.lift(new SkipLastOperator(count)); };\n}\nvar SkipLastOperator = /*@__PURE__*/ (function () {\n function SkipLastOperator(_skipCount) {\n this._skipCount = _skipCount;\n if (this._skipCount < 0) {\n throw new _util_ArgumentOutOfRangeError__WEBPACK_IMPORTED_MODULE_2__[\"ArgumentOutOfRangeError\"];\n }\n }\n SkipLastOperator.prototype.call = function (subscriber, source) {\n if (this._skipCount === 0) {\n return source.subscribe(new _Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"](subscriber));\n }\n else {\n return source.subscribe(new SkipLastSubscriber(subscriber, this._skipCount));\n }\n };\n return SkipLastOperator;\n}());\nvar SkipLastSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SkipLastSubscriber, _super);\n function SkipLastSubscriber(destination, _skipCount) {\n var _this = _super.call(this, destination) || this;\n _this._skipCount = _skipCount;\n _this._count = 0;\n _this._ring = new Array(_skipCount);\n return _this;\n }\n SkipLastSubscriber.prototype._next = function (value) {\n var skipCount = this._skipCount;\n var count = this._count++;\n if (count < skipCount) {\n this._ring[count] = value;\n }\n else {\n var currentIndex = count % skipCount;\n var ring = this._ring;\n var oldValue = ring[currentIndex];\n ring[currentIndex] = value;\n this.destination.next(oldValue);\n }\n };\n return SkipLastSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=skipLast.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/skipLast.js?");
3429
3430/***/ }),
3431
3432/***/ "./node_modules/rxjs/_esm5/internal/operators/skipUntil.js":
3433/*!*****************************************************************!*\
3434 !*** ./node_modules/rxjs/_esm5/internal/operators/skipUntil.js ***!
3435 \*****************************************************************/
3436/*! exports provided: skipUntil */
3437/***/ (function(module, __webpack_exports__, __webpack_require__) {
3438
3439"use strict";
3440eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"skipUntil\", function() { return skipUntil; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nfunction skipUntil(notifier) {\n return function (source) { return source.lift(new SkipUntilOperator(notifier)); };\n}\nvar SkipUntilOperator = /*@__PURE__*/ (function () {\n function SkipUntilOperator(notifier) {\n this.notifier = notifier;\n }\n SkipUntilOperator.prototype.call = function (destination, source) {\n return source.subscribe(new SkipUntilSubscriber(destination, this.notifier));\n };\n return SkipUntilOperator;\n}());\nvar SkipUntilSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SkipUntilSubscriber, _super);\n function SkipUntilSubscriber(destination, notifier) {\n var _this = _super.call(this, destination) || this;\n _this.hasValue = false;\n var innerSubscriber = new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](_this);\n _this.add(innerSubscriber);\n _this.innerSubscription = innerSubscriber;\n var innerSubscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(notifier, innerSubscriber);\n if (innerSubscription !== innerSubscriber) {\n _this.add(innerSubscription);\n _this.innerSubscription = innerSubscription;\n }\n return _this;\n }\n SkipUntilSubscriber.prototype._next = function (value) {\n if (this.hasValue) {\n _super.prototype._next.call(this, value);\n }\n };\n SkipUntilSubscriber.prototype.notifyNext = function () {\n this.hasValue = true;\n if (this.innerSubscription) {\n this.innerSubscription.unsubscribe();\n }\n };\n SkipUntilSubscriber.prototype.notifyComplete = function () {\n };\n return SkipUntilSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=skipUntil.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/skipUntil.js?");
3441
3442/***/ }),
3443
3444/***/ "./node_modules/rxjs/_esm5/internal/operators/skipWhile.js":
3445/*!*****************************************************************!*\
3446 !*** ./node_modules/rxjs/_esm5/internal/operators/skipWhile.js ***!
3447 \*****************************************************************/
3448/*! exports provided: skipWhile */
3449/***/ (function(module, __webpack_exports__, __webpack_require__) {
3450
3451"use strict";
3452eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"skipWhile\", function() { return skipWhile; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction skipWhile(predicate) {\n return function (source) { return source.lift(new SkipWhileOperator(predicate)); };\n}\nvar SkipWhileOperator = /*@__PURE__*/ (function () {\n function SkipWhileOperator(predicate) {\n this.predicate = predicate;\n }\n SkipWhileOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new SkipWhileSubscriber(subscriber, this.predicate));\n };\n return SkipWhileOperator;\n}());\nvar SkipWhileSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SkipWhileSubscriber, _super);\n function SkipWhileSubscriber(destination, predicate) {\n var _this = _super.call(this, destination) || this;\n _this.predicate = predicate;\n _this.skipping = true;\n _this.index = 0;\n return _this;\n }\n SkipWhileSubscriber.prototype._next = function (value) {\n var destination = this.destination;\n if (this.skipping) {\n this.tryCallPredicate(value);\n }\n if (!this.skipping) {\n destination.next(value);\n }\n };\n SkipWhileSubscriber.prototype.tryCallPredicate = function (value) {\n try {\n var result = this.predicate(value, this.index++);\n this.skipping = Boolean(result);\n }\n catch (err) {\n this.destination.error(err);\n }\n };\n return SkipWhileSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=skipWhile.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/skipWhile.js?");
3453
3454/***/ }),
3455
3456/***/ "./node_modules/rxjs/_esm5/internal/operators/startWith.js":
3457/*!*****************************************************************!*\
3458 !*** ./node_modules/rxjs/_esm5/internal/operators/startWith.js ***!
3459 \*****************************************************************/
3460/*! exports provided: startWith */
3461/***/ (function(module, __webpack_exports__, __webpack_require__) {
3462
3463"use strict";
3464eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"startWith\", function() { return startWith; });\n/* harmony import */ var _observable_concat__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../observable/concat */ \"./node_modules/rxjs/_esm5/internal/observable/concat.js\");\n/* harmony import */ var _util_isScheduler__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/isScheduler */ \"./node_modules/rxjs/_esm5/internal/util/isScheduler.js\");\n/** PURE_IMPORTS_START _observable_concat,_util_isScheduler PURE_IMPORTS_END */\n\n\nfunction startWith() {\n var array = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n array[_i] = arguments[_i];\n }\n var scheduler = array[array.length - 1];\n if (Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_1__[\"isScheduler\"])(scheduler)) {\n array.pop();\n return function (source) { return Object(_observable_concat__WEBPACK_IMPORTED_MODULE_0__[\"concat\"])(array, source, scheduler); };\n }\n else {\n return function (source) { return Object(_observable_concat__WEBPACK_IMPORTED_MODULE_0__[\"concat\"])(array, source); };\n }\n}\n//# sourceMappingURL=startWith.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/startWith.js?");
3465
3466/***/ }),
3467
3468/***/ "./node_modules/rxjs/_esm5/internal/operators/subscribeOn.js":
3469/*!*******************************************************************!*\
3470 !*** ./node_modules/rxjs/_esm5/internal/operators/subscribeOn.js ***!
3471 \*******************************************************************/
3472/*! exports provided: subscribeOn */
3473/***/ (function(module, __webpack_exports__, __webpack_require__) {
3474
3475"use strict";
3476eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"subscribeOn\", function() { return subscribeOn; });\n/* harmony import */ var _observable_SubscribeOnObservable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../observable/SubscribeOnObservable */ \"./node_modules/rxjs/_esm5/internal/observable/SubscribeOnObservable.js\");\n/** PURE_IMPORTS_START _observable_SubscribeOnObservable PURE_IMPORTS_END */\n\nfunction subscribeOn(scheduler, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n return function subscribeOnOperatorFunction(source) {\n return source.lift(new SubscribeOnOperator(scheduler, delay));\n };\n}\nvar SubscribeOnOperator = /*@__PURE__*/ (function () {\n function SubscribeOnOperator(scheduler, delay) {\n this.scheduler = scheduler;\n this.delay = delay;\n }\n SubscribeOnOperator.prototype.call = function (subscriber, source) {\n return new _observable_SubscribeOnObservable__WEBPACK_IMPORTED_MODULE_0__[\"SubscribeOnObservable\"](source, this.delay, this.scheduler).subscribe(subscriber);\n };\n return SubscribeOnOperator;\n}());\n//# sourceMappingURL=subscribeOn.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/subscribeOn.js?");
3477
3478/***/ }),
3479
3480/***/ "./node_modules/rxjs/_esm5/internal/operators/switchAll.js":
3481/*!*****************************************************************!*\
3482 !*** ./node_modules/rxjs/_esm5/internal/operators/switchAll.js ***!
3483 \*****************************************************************/
3484/*! exports provided: switchAll */
3485/***/ (function(module, __webpack_exports__, __webpack_require__) {
3486
3487"use strict";
3488eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"switchAll\", function() { return switchAll; });\n/* harmony import */ var _switchMap__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./switchMap */ \"./node_modules/rxjs/_esm5/internal/operators/switchMap.js\");\n/* harmony import */ var _util_identity__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/identity */ \"./node_modules/rxjs/_esm5/internal/util/identity.js\");\n/** PURE_IMPORTS_START _switchMap,_util_identity PURE_IMPORTS_END */\n\n\nfunction switchAll() {\n return Object(_switchMap__WEBPACK_IMPORTED_MODULE_0__[\"switchMap\"])(_util_identity__WEBPACK_IMPORTED_MODULE_1__[\"identity\"]);\n}\n//# sourceMappingURL=switchAll.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/switchAll.js?");
3489
3490/***/ }),
3491
3492/***/ "./node_modules/rxjs/_esm5/internal/operators/switchMap.js":
3493/*!*****************************************************************!*\
3494 !*** ./node_modules/rxjs/_esm5/internal/operators/switchMap.js ***!
3495 \*****************************************************************/
3496/*! exports provided: switchMap */
3497/***/ (function(module, __webpack_exports__, __webpack_require__) {
3498
3499"use strict";
3500eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"switchMap\", function() { return switchMap; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _map__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/* harmony import */ var _observable_from__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../observable/from */ \"./node_modules/rxjs/_esm5/internal/observable/from.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_map,_observable_from,_innerSubscribe PURE_IMPORTS_END */\n\n\n\n\nfunction switchMap(project, resultSelector) {\n if (typeof resultSelector === 'function') {\n return function (source) { return source.pipe(switchMap(function (a, i) { return Object(_observable_from__WEBPACK_IMPORTED_MODULE_2__[\"from\"])(project(a, i)).pipe(Object(_map__WEBPACK_IMPORTED_MODULE_1__[\"map\"])(function (b, ii) { return resultSelector(a, b, i, ii); })); })); };\n }\n return function (source) { return source.lift(new SwitchMapOperator(project)); };\n}\nvar SwitchMapOperator = /*@__PURE__*/ (function () {\n function SwitchMapOperator(project) {\n this.project = project;\n }\n SwitchMapOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new SwitchMapSubscriber(subscriber, this.project));\n };\n return SwitchMapOperator;\n}());\nvar SwitchMapSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](SwitchMapSubscriber, _super);\n function SwitchMapSubscriber(destination, project) {\n var _this = _super.call(this, destination) || this;\n _this.project = project;\n _this.index = 0;\n return _this;\n }\n SwitchMapSubscriber.prototype._next = function (value) {\n var result;\n var index = this.index++;\n try {\n result = this.project(value, index);\n }\n catch (error) {\n this.destination.error(error);\n return;\n }\n this._innerSub(result);\n };\n SwitchMapSubscriber.prototype._innerSub = function (result) {\n var innerSubscription = this.innerSubscription;\n if (innerSubscription) {\n innerSubscription.unsubscribe();\n }\n var innerSubscriber = new _innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"SimpleInnerSubscriber\"](this);\n var destination = this.destination;\n destination.add(innerSubscriber);\n this.innerSubscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"innerSubscribe\"])(result, innerSubscriber);\n if (this.innerSubscription !== innerSubscriber) {\n destination.add(this.innerSubscription);\n }\n };\n SwitchMapSubscriber.prototype._complete = function () {\n var innerSubscription = this.innerSubscription;\n if (!innerSubscription || innerSubscription.closed) {\n _super.prototype._complete.call(this);\n }\n this.unsubscribe();\n };\n SwitchMapSubscriber.prototype._unsubscribe = function () {\n this.innerSubscription = undefined;\n };\n SwitchMapSubscriber.prototype.notifyComplete = function () {\n this.innerSubscription = undefined;\n if (this.isStopped) {\n _super.prototype._complete.call(this);\n }\n };\n SwitchMapSubscriber.prototype.notifyNext = function (innerValue) {\n this.destination.next(innerValue);\n };\n return SwitchMapSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=switchMap.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/switchMap.js?");
3501
3502/***/ }),
3503
3504/***/ "./node_modules/rxjs/_esm5/internal/operators/switchMapTo.js":
3505/*!*******************************************************************!*\
3506 !*** ./node_modules/rxjs/_esm5/internal/operators/switchMapTo.js ***!
3507 \*******************************************************************/
3508/*! exports provided: switchMapTo */
3509/***/ (function(module, __webpack_exports__, __webpack_require__) {
3510
3511"use strict";
3512eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"switchMapTo\", function() { return switchMapTo; });\n/* harmony import */ var _switchMap__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./switchMap */ \"./node_modules/rxjs/_esm5/internal/operators/switchMap.js\");\n/** PURE_IMPORTS_START _switchMap PURE_IMPORTS_END */\n\nfunction switchMapTo(innerObservable, resultSelector) {\n return resultSelector ? Object(_switchMap__WEBPACK_IMPORTED_MODULE_0__[\"switchMap\"])(function () { return innerObservable; }, resultSelector) : Object(_switchMap__WEBPACK_IMPORTED_MODULE_0__[\"switchMap\"])(function () { return innerObservable; });\n}\n//# sourceMappingURL=switchMapTo.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/switchMapTo.js?");
3513
3514/***/ }),
3515
3516/***/ "./node_modules/rxjs/_esm5/internal/operators/take.js":
3517/*!************************************************************!*\
3518 !*** ./node_modules/rxjs/_esm5/internal/operators/take.js ***!
3519 \************************************************************/
3520/*! exports provided: take */
3521/***/ (function(module, __webpack_exports__, __webpack_require__) {
3522
3523"use strict";
3524eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"take\", function() { return take; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _util_ArgumentOutOfRangeError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/ArgumentOutOfRangeError */ \"./node_modules/rxjs/_esm5/internal/util/ArgumentOutOfRangeError.js\");\n/* harmony import */ var _observable_empty__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../observable/empty */ \"./node_modules/rxjs/_esm5/internal/observable/empty.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_util_ArgumentOutOfRangeError,_observable_empty PURE_IMPORTS_END */\n\n\n\n\nfunction take(count) {\n return function (source) {\n if (count === 0) {\n return Object(_observable_empty__WEBPACK_IMPORTED_MODULE_3__[\"empty\"])();\n }\n else {\n return source.lift(new TakeOperator(count));\n }\n };\n}\nvar TakeOperator = /*@__PURE__*/ (function () {\n function TakeOperator(total) {\n this.total = total;\n if (this.total < 0) {\n throw new _util_ArgumentOutOfRangeError__WEBPACK_IMPORTED_MODULE_2__[\"ArgumentOutOfRangeError\"];\n }\n }\n TakeOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new TakeSubscriber(subscriber, this.total));\n };\n return TakeOperator;\n}());\nvar TakeSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](TakeSubscriber, _super);\n function TakeSubscriber(destination, total) {\n var _this = _super.call(this, destination) || this;\n _this.total = total;\n _this.count = 0;\n return _this;\n }\n TakeSubscriber.prototype._next = function (value) {\n var total = this.total;\n var count = ++this.count;\n if (count <= total) {\n this.destination.next(value);\n if (count === total) {\n this.destination.complete();\n this.unsubscribe();\n }\n }\n };\n return TakeSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=take.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/take.js?");
3525
3526/***/ }),
3527
3528/***/ "./node_modules/rxjs/_esm5/internal/operators/takeLast.js":
3529/*!****************************************************************!*\
3530 !*** ./node_modules/rxjs/_esm5/internal/operators/takeLast.js ***!
3531 \****************************************************************/
3532/*! exports provided: takeLast */
3533/***/ (function(module, __webpack_exports__, __webpack_require__) {
3534
3535"use strict";
3536eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"takeLast\", function() { return takeLast; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _util_ArgumentOutOfRangeError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/ArgumentOutOfRangeError */ \"./node_modules/rxjs/_esm5/internal/util/ArgumentOutOfRangeError.js\");\n/* harmony import */ var _observable_empty__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../observable/empty */ \"./node_modules/rxjs/_esm5/internal/observable/empty.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_util_ArgumentOutOfRangeError,_observable_empty PURE_IMPORTS_END */\n\n\n\n\nfunction takeLast(count) {\n return function takeLastOperatorFunction(source) {\n if (count === 0) {\n return Object(_observable_empty__WEBPACK_IMPORTED_MODULE_3__[\"empty\"])();\n }\n else {\n return source.lift(new TakeLastOperator(count));\n }\n };\n}\nvar TakeLastOperator = /*@__PURE__*/ (function () {\n function TakeLastOperator(total) {\n this.total = total;\n if (this.total < 0) {\n throw new _util_ArgumentOutOfRangeError__WEBPACK_IMPORTED_MODULE_2__[\"ArgumentOutOfRangeError\"];\n }\n }\n TakeLastOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new TakeLastSubscriber(subscriber, this.total));\n };\n return TakeLastOperator;\n}());\nvar TakeLastSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](TakeLastSubscriber, _super);\n function TakeLastSubscriber(destination, total) {\n var _this = _super.call(this, destination) || this;\n _this.total = total;\n _this.ring = new Array();\n _this.count = 0;\n return _this;\n }\n TakeLastSubscriber.prototype._next = function (value) {\n var ring = this.ring;\n var total = this.total;\n var count = this.count++;\n if (ring.length < total) {\n ring.push(value);\n }\n else {\n var index = count % total;\n ring[index] = value;\n }\n };\n TakeLastSubscriber.prototype._complete = function () {\n var destination = this.destination;\n var count = this.count;\n if (count > 0) {\n var total = this.count >= this.total ? this.total : this.count;\n var ring = this.ring;\n for (var i = 0; i < total; i++) {\n var idx = (count++) % total;\n destination.next(ring[idx]);\n }\n }\n destination.complete();\n };\n return TakeLastSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=takeLast.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/takeLast.js?");
3537
3538/***/ }),
3539
3540/***/ "./node_modules/rxjs/_esm5/internal/operators/takeUntil.js":
3541/*!*****************************************************************!*\
3542 !*** ./node_modules/rxjs/_esm5/internal/operators/takeUntil.js ***!
3543 \*****************************************************************/
3544/*! exports provided: takeUntil */
3545/***/ (function(module, __webpack_exports__, __webpack_require__) {
3546
3547"use strict";
3548eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"takeUntil\", function() { return takeUntil; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nfunction takeUntil(notifier) {\n return function (source) { return source.lift(new TakeUntilOperator(notifier)); };\n}\nvar TakeUntilOperator = /*@__PURE__*/ (function () {\n function TakeUntilOperator(notifier) {\n this.notifier = notifier;\n }\n TakeUntilOperator.prototype.call = function (subscriber, source) {\n var takeUntilSubscriber = new TakeUntilSubscriber(subscriber);\n var notifierSubscription = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(this.notifier, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](takeUntilSubscriber));\n if (notifierSubscription && !takeUntilSubscriber.seenValue) {\n takeUntilSubscriber.add(notifierSubscription);\n return source.subscribe(takeUntilSubscriber);\n }\n return takeUntilSubscriber;\n };\n return TakeUntilOperator;\n}());\nvar TakeUntilSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](TakeUntilSubscriber, _super);\n function TakeUntilSubscriber(destination) {\n var _this = _super.call(this, destination) || this;\n _this.seenValue = false;\n return _this;\n }\n TakeUntilSubscriber.prototype.notifyNext = function () {\n this.seenValue = true;\n this.complete();\n };\n TakeUntilSubscriber.prototype.notifyComplete = function () {\n };\n return TakeUntilSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=takeUntil.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/takeUntil.js?");
3549
3550/***/ }),
3551
3552/***/ "./node_modules/rxjs/_esm5/internal/operators/takeWhile.js":
3553/*!*****************************************************************!*\
3554 !*** ./node_modules/rxjs/_esm5/internal/operators/takeWhile.js ***!
3555 \*****************************************************************/
3556/*! exports provided: takeWhile */
3557/***/ (function(module, __webpack_exports__, __webpack_require__) {
3558
3559"use strict";
3560eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"takeWhile\", function() { return takeWhile; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */\n\n\nfunction takeWhile(predicate, inclusive) {\n if (inclusive === void 0) {\n inclusive = false;\n }\n return function (source) {\n return source.lift(new TakeWhileOperator(predicate, inclusive));\n };\n}\nvar TakeWhileOperator = /*@__PURE__*/ (function () {\n function TakeWhileOperator(predicate, inclusive) {\n this.predicate = predicate;\n this.inclusive = inclusive;\n }\n TakeWhileOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new TakeWhileSubscriber(subscriber, this.predicate, this.inclusive));\n };\n return TakeWhileOperator;\n}());\nvar TakeWhileSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](TakeWhileSubscriber, _super);\n function TakeWhileSubscriber(destination, predicate, inclusive) {\n var _this = _super.call(this, destination) || this;\n _this.predicate = predicate;\n _this.inclusive = inclusive;\n _this.index = 0;\n return _this;\n }\n TakeWhileSubscriber.prototype._next = function (value) {\n var destination = this.destination;\n var result;\n try {\n result = this.predicate(value, this.index++);\n }\n catch (err) {\n destination.error(err);\n return;\n }\n this.nextOrComplete(value, result);\n };\n TakeWhileSubscriber.prototype.nextOrComplete = function (value, predicateResult) {\n var destination = this.destination;\n if (Boolean(predicateResult)) {\n destination.next(value);\n }\n else {\n if (this.inclusive) {\n destination.next(value);\n }\n destination.complete();\n }\n };\n return TakeWhileSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=takeWhile.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/takeWhile.js?");
3561
3562/***/ }),
3563
3564/***/ "./node_modules/rxjs/_esm5/internal/operators/tap.js":
3565/*!***********************************************************!*\
3566 !*** ./node_modules/rxjs/_esm5/internal/operators/tap.js ***!
3567 \***********************************************************/
3568/*! exports provided: tap */
3569/***/ (function(module, __webpack_exports__, __webpack_require__) {
3570
3571"use strict";
3572eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"tap\", function() { return tap; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _util_noop__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/noop */ \"./node_modules/rxjs/_esm5/internal/util/noop.js\");\n/* harmony import */ var _util_isFunction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/isFunction */ \"./node_modules/rxjs/_esm5/internal/util/isFunction.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_util_noop,_util_isFunction PURE_IMPORTS_END */\n\n\n\n\nfunction tap(nextOrObserver, error, complete) {\n return function tapOperatorFunction(source) {\n return source.lift(new DoOperator(nextOrObserver, error, complete));\n };\n}\nvar DoOperator = /*@__PURE__*/ (function () {\n function DoOperator(nextOrObserver, error, complete) {\n this.nextOrObserver = nextOrObserver;\n this.error = error;\n this.complete = complete;\n }\n DoOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new TapSubscriber(subscriber, this.nextOrObserver, this.error, this.complete));\n };\n return DoOperator;\n}());\nvar TapSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](TapSubscriber, _super);\n function TapSubscriber(destination, observerOrNext, error, complete) {\n var _this = _super.call(this, destination) || this;\n _this._tapNext = _util_noop__WEBPACK_IMPORTED_MODULE_2__[\"noop\"];\n _this._tapError = _util_noop__WEBPACK_IMPORTED_MODULE_2__[\"noop\"];\n _this._tapComplete = _util_noop__WEBPACK_IMPORTED_MODULE_2__[\"noop\"];\n _this._tapError = error || _util_noop__WEBPACK_IMPORTED_MODULE_2__[\"noop\"];\n _this._tapComplete = complete || _util_noop__WEBPACK_IMPORTED_MODULE_2__[\"noop\"];\n if (Object(_util_isFunction__WEBPACK_IMPORTED_MODULE_3__[\"isFunction\"])(observerOrNext)) {\n _this._context = _this;\n _this._tapNext = observerOrNext;\n }\n else if (observerOrNext) {\n _this._context = observerOrNext;\n _this._tapNext = observerOrNext.next || _util_noop__WEBPACK_IMPORTED_MODULE_2__[\"noop\"];\n _this._tapError = observerOrNext.error || _util_noop__WEBPACK_IMPORTED_MODULE_2__[\"noop\"];\n _this._tapComplete = observerOrNext.complete || _util_noop__WEBPACK_IMPORTED_MODULE_2__[\"noop\"];\n }\n return _this;\n }\n TapSubscriber.prototype._next = function (value) {\n try {\n this._tapNext.call(this._context, value);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n this.destination.next(value);\n };\n TapSubscriber.prototype._error = function (err) {\n try {\n this._tapError.call(this._context, err);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n this.destination.error(err);\n };\n TapSubscriber.prototype._complete = function () {\n try {\n this._tapComplete.call(this._context);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n return this.destination.complete();\n };\n return TapSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=tap.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/tap.js?");
3573
3574/***/ }),
3575
3576/***/ "./node_modules/rxjs/_esm5/internal/operators/throttle.js":
3577/*!****************************************************************!*\
3578 !*** ./node_modules/rxjs/_esm5/internal/operators/throttle.js ***!
3579 \****************************************************************/
3580/*! exports provided: defaultThrottleConfig, throttle */
3581/***/ (function(module, __webpack_exports__, __webpack_require__) {
3582
3583"use strict";
3584eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"defaultThrottleConfig\", function() { return defaultThrottleConfig; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"throttle\", function() { return throttle; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_innerSubscribe PURE_IMPORTS_END */\n\n\nvar defaultThrottleConfig = {\n leading: true,\n trailing: false\n};\nfunction throttle(durationSelector, config) {\n if (config === void 0) {\n config = defaultThrottleConfig;\n }\n return function (source) { return source.lift(new ThrottleOperator(durationSelector, !!config.leading, !!config.trailing)); };\n}\nvar ThrottleOperator = /*@__PURE__*/ (function () {\n function ThrottleOperator(durationSelector, leading, trailing) {\n this.durationSelector = durationSelector;\n this.leading = leading;\n this.trailing = trailing;\n }\n ThrottleOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new ThrottleSubscriber(subscriber, this.durationSelector, this.leading, this.trailing));\n };\n return ThrottleOperator;\n}());\nvar ThrottleSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ThrottleSubscriber, _super);\n function ThrottleSubscriber(destination, durationSelector, _leading, _trailing) {\n var _this = _super.call(this, destination) || this;\n _this.destination = destination;\n _this.durationSelector = durationSelector;\n _this._leading = _leading;\n _this._trailing = _trailing;\n _this._hasValue = false;\n return _this;\n }\n ThrottleSubscriber.prototype._next = function (value) {\n this._hasValue = true;\n this._sendValue = value;\n if (!this._throttled) {\n if (this._leading) {\n this.send();\n }\n else {\n this.throttle(value);\n }\n }\n };\n ThrottleSubscriber.prototype.send = function () {\n var _a = this, _hasValue = _a._hasValue, _sendValue = _a._sendValue;\n if (_hasValue) {\n this.destination.next(_sendValue);\n this.throttle(_sendValue);\n }\n this._hasValue = false;\n this._sendValue = undefined;\n };\n ThrottleSubscriber.prototype.throttle = function (value) {\n var duration = this.tryDurationSelector(value);\n if (!!duration) {\n this.add(this._throttled = Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"innerSubscribe\"])(duration, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleInnerSubscriber\"](this)));\n }\n };\n ThrottleSubscriber.prototype.tryDurationSelector = function (value) {\n try {\n return this.durationSelector(value);\n }\n catch (err) {\n this.destination.error(err);\n return null;\n }\n };\n ThrottleSubscriber.prototype.throttlingDone = function () {\n var _a = this, _throttled = _a._throttled, _trailing = _a._trailing;\n if (_throttled) {\n _throttled.unsubscribe();\n }\n this._throttled = undefined;\n if (_trailing) {\n this.send();\n }\n };\n ThrottleSubscriber.prototype.notifyNext = function () {\n this.throttlingDone();\n };\n ThrottleSubscriber.prototype.notifyComplete = function () {\n this.throttlingDone();\n };\n return ThrottleSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_1__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=throttle.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/throttle.js?");
3585
3586/***/ }),
3587
3588/***/ "./node_modules/rxjs/_esm5/internal/operators/throttleTime.js":
3589/*!********************************************************************!*\
3590 !*** ./node_modules/rxjs/_esm5/internal/operators/throttleTime.js ***!
3591 \********************************************************************/
3592/*! exports provided: throttleTime */
3593/***/ (function(module, __webpack_exports__, __webpack_require__) {
3594
3595"use strict";
3596eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"throttleTime\", function() { return throttleTime; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony import */ var _throttle__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./throttle */ \"./node_modules/rxjs/_esm5/internal/operators/throttle.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_scheduler_async,_throttle PURE_IMPORTS_END */\n\n\n\n\nfunction throttleTime(duration, scheduler, config) {\n if (scheduler === void 0) {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_2__[\"async\"];\n }\n if (config === void 0) {\n config = _throttle__WEBPACK_IMPORTED_MODULE_3__[\"defaultThrottleConfig\"];\n }\n return function (source) { return source.lift(new ThrottleTimeOperator(duration, scheduler, config.leading, config.trailing)); };\n}\nvar ThrottleTimeOperator = /*@__PURE__*/ (function () {\n function ThrottleTimeOperator(duration, scheduler, leading, trailing) {\n this.duration = duration;\n this.scheduler = scheduler;\n this.leading = leading;\n this.trailing = trailing;\n }\n ThrottleTimeOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new ThrottleTimeSubscriber(subscriber, this.duration, this.scheduler, this.leading, this.trailing));\n };\n return ThrottleTimeOperator;\n}());\nvar ThrottleTimeSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ThrottleTimeSubscriber, _super);\n function ThrottleTimeSubscriber(destination, duration, scheduler, leading, trailing) {\n var _this = _super.call(this, destination) || this;\n _this.duration = duration;\n _this.scheduler = scheduler;\n _this.leading = leading;\n _this.trailing = trailing;\n _this._hasTrailingValue = false;\n _this._trailingValue = null;\n return _this;\n }\n ThrottleTimeSubscriber.prototype._next = function (value) {\n if (this.throttled) {\n if (this.trailing) {\n this._trailingValue = value;\n this._hasTrailingValue = true;\n }\n }\n else {\n this.add(this.throttled = this.scheduler.schedule(dispatchNext, this.duration, { subscriber: this }));\n if (this.leading) {\n this.destination.next(value);\n }\n else if (this.trailing) {\n this._trailingValue = value;\n this._hasTrailingValue = true;\n }\n }\n };\n ThrottleTimeSubscriber.prototype._complete = function () {\n if (this._hasTrailingValue) {\n this.destination.next(this._trailingValue);\n this.destination.complete();\n }\n else {\n this.destination.complete();\n }\n };\n ThrottleTimeSubscriber.prototype.clearThrottle = function () {\n var throttled = this.throttled;\n if (throttled) {\n if (this.trailing && this._hasTrailingValue) {\n this.destination.next(this._trailingValue);\n this._trailingValue = null;\n this._hasTrailingValue = false;\n }\n throttled.unsubscribe();\n this.remove(throttled);\n this.throttled = null;\n }\n };\n return ThrottleTimeSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\nfunction dispatchNext(arg) {\n var subscriber = arg.subscriber;\n subscriber.clearThrottle();\n}\n//# sourceMappingURL=throttleTime.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/throttleTime.js?");
3597
3598/***/ }),
3599
3600/***/ "./node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js":
3601/*!********************************************************************!*\
3602 !*** ./node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js ***!
3603 \********************************************************************/
3604/*! exports provided: throwIfEmpty */
3605/***/ (function(module, __webpack_exports__, __webpack_require__) {
3606
3607"use strict";
3608eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"throwIfEmpty\", function() { return throwIfEmpty; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _util_EmptyError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/EmptyError */ \"./node_modules/rxjs/_esm5/internal/util/EmptyError.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START tslib,_util_EmptyError,_Subscriber PURE_IMPORTS_END */\n\n\n\nfunction throwIfEmpty(errorFactory) {\n if (errorFactory === void 0) {\n errorFactory = defaultErrorFactory;\n }\n return function (source) {\n return source.lift(new ThrowIfEmptyOperator(errorFactory));\n };\n}\nvar ThrowIfEmptyOperator = /*@__PURE__*/ (function () {\n function ThrowIfEmptyOperator(errorFactory) {\n this.errorFactory = errorFactory;\n }\n ThrowIfEmptyOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new ThrowIfEmptySubscriber(subscriber, this.errorFactory));\n };\n return ThrowIfEmptyOperator;\n}());\nvar ThrowIfEmptySubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](ThrowIfEmptySubscriber, _super);\n function ThrowIfEmptySubscriber(destination, errorFactory) {\n var _this = _super.call(this, destination) || this;\n _this.errorFactory = errorFactory;\n _this.hasValue = false;\n return _this;\n }\n ThrowIfEmptySubscriber.prototype._next = function (value) {\n this.hasValue = true;\n this.destination.next(value);\n };\n ThrowIfEmptySubscriber.prototype._complete = function () {\n if (!this.hasValue) {\n var err = void 0;\n try {\n err = this.errorFactory();\n }\n catch (e) {\n err = e;\n }\n this.destination.error(err);\n }\n else {\n return this.destination.complete();\n }\n };\n return ThrowIfEmptySubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_2__[\"Subscriber\"]));\nfunction defaultErrorFactory() {\n return new _util_EmptyError__WEBPACK_IMPORTED_MODULE_1__[\"EmptyError\"]();\n}\n//# sourceMappingURL=throwIfEmpty.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js?");
3609
3610/***/ }),
3611
3612/***/ "./node_modules/rxjs/_esm5/internal/operators/timeInterval.js":
3613/*!********************************************************************!*\
3614 !*** ./node_modules/rxjs/_esm5/internal/operators/timeInterval.js ***!
3615 \********************************************************************/
3616/*! exports provided: timeInterval, TimeInterval */
3617/***/ (function(module, __webpack_exports__, __webpack_require__) {
3618
3619"use strict";
3620eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"timeInterval\", function() { return timeInterval; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"TimeInterval\", function() { return TimeInterval; });\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony import */ var _scan__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./scan */ \"./node_modules/rxjs/_esm5/internal/operators/scan.js\");\n/* harmony import */ var _observable_defer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../observable/defer */ \"./node_modules/rxjs/_esm5/internal/observable/defer.js\");\n/* harmony import */ var _map__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/** PURE_IMPORTS_START _scheduler_async,_scan,_observable_defer,_map PURE_IMPORTS_END */\n\n\n\n\nfunction timeInterval(scheduler) {\n if (scheduler === void 0) {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_0__[\"async\"];\n }\n return function (source) {\n return Object(_observable_defer__WEBPACK_IMPORTED_MODULE_2__[\"defer\"])(function () {\n return source.pipe(Object(_scan__WEBPACK_IMPORTED_MODULE_1__[\"scan\"])(function (_a, value) {\n var current = _a.current;\n return ({ value: value, current: scheduler.now(), last: current });\n }, { current: scheduler.now(), value: undefined, last: undefined }), Object(_map__WEBPACK_IMPORTED_MODULE_3__[\"map\"])(function (_a) {\n var current = _a.current, last = _a.last, value = _a.value;\n return new TimeInterval(value, current - last);\n }));\n });\n };\n}\nvar TimeInterval = /*@__PURE__*/ (function () {\n function TimeInterval(value, interval) {\n this.value = value;\n this.interval = interval;\n }\n return TimeInterval;\n}());\n\n//# sourceMappingURL=timeInterval.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/timeInterval.js?");
3621
3622/***/ }),
3623
3624/***/ "./node_modules/rxjs/_esm5/internal/operators/timeout.js":
3625/*!***************************************************************!*\
3626 !*** ./node_modules/rxjs/_esm5/internal/operators/timeout.js ***!
3627 \***************************************************************/
3628/*! exports provided: timeout */
3629/***/ (function(module, __webpack_exports__, __webpack_require__) {
3630
3631"use strict";
3632eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"timeout\", function() { return timeout; });\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony import */ var _util_TimeoutError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/TimeoutError */ \"./node_modules/rxjs/_esm5/internal/util/TimeoutError.js\");\n/* harmony import */ var _timeoutWith__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./timeoutWith */ \"./node_modules/rxjs/_esm5/internal/operators/timeoutWith.js\");\n/* harmony import */ var _observable_throwError__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../observable/throwError */ \"./node_modules/rxjs/_esm5/internal/observable/throwError.js\");\n/** PURE_IMPORTS_START _scheduler_async,_util_TimeoutError,_timeoutWith,_observable_throwError PURE_IMPORTS_END */\n\n\n\n\nfunction timeout(due, scheduler) {\n if (scheduler === void 0) {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_0__[\"async\"];\n }\n return Object(_timeoutWith__WEBPACK_IMPORTED_MODULE_2__[\"timeoutWith\"])(due, Object(_observable_throwError__WEBPACK_IMPORTED_MODULE_3__[\"throwError\"])(new _util_TimeoutError__WEBPACK_IMPORTED_MODULE_1__[\"TimeoutError\"]()), scheduler);\n}\n//# sourceMappingURL=timeout.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/timeout.js?");
3633
3634/***/ }),
3635
3636/***/ "./node_modules/rxjs/_esm5/internal/operators/timeoutWith.js":
3637/*!*******************************************************************!*\
3638 !*** ./node_modules/rxjs/_esm5/internal/operators/timeoutWith.js ***!
3639 \*******************************************************************/
3640/*! exports provided: timeoutWith */
3641/***/ (function(module, __webpack_exports__, __webpack_require__) {
3642
3643"use strict";
3644eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"timeoutWith\", function() { return timeoutWith; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony import */ var _util_isDate__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/isDate */ \"./node_modules/rxjs/_esm5/internal/util/isDate.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_scheduler_async,_util_isDate,_innerSubscribe PURE_IMPORTS_END */\n\n\n\n\nfunction timeoutWith(due, withObservable, scheduler) {\n if (scheduler === void 0) {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_1__[\"async\"];\n }\n return function (source) {\n var absoluteTimeout = Object(_util_isDate__WEBPACK_IMPORTED_MODULE_2__[\"isDate\"])(due);\n var waitFor = absoluteTimeout ? (+due - scheduler.now()) : Math.abs(due);\n return source.lift(new TimeoutWithOperator(waitFor, absoluteTimeout, withObservable, scheduler));\n };\n}\nvar TimeoutWithOperator = /*@__PURE__*/ (function () {\n function TimeoutWithOperator(waitFor, absoluteTimeout, withObservable, scheduler) {\n this.waitFor = waitFor;\n this.absoluteTimeout = absoluteTimeout;\n this.withObservable = withObservable;\n this.scheduler = scheduler;\n }\n TimeoutWithOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new TimeoutWithSubscriber(subscriber, this.absoluteTimeout, this.waitFor, this.withObservable, this.scheduler));\n };\n return TimeoutWithOperator;\n}());\nvar TimeoutWithSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](TimeoutWithSubscriber, _super);\n function TimeoutWithSubscriber(destination, absoluteTimeout, waitFor, withObservable, scheduler) {\n var _this = _super.call(this, destination) || this;\n _this.absoluteTimeout = absoluteTimeout;\n _this.waitFor = waitFor;\n _this.withObservable = withObservable;\n _this.scheduler = scheduler;\n _this.scheduleTimeout();\n return _this;\n }\n TimeoutWithSubscriber.dispatchTimeout = function (subscriber) {\n var withObservable = subscriber.withObservable;\n subscriber._unsubscribeAndRecycle();\n subscriber.add(Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"innerSubscribe\"])(withObservable, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"SimpleInnerSubscriber\"](subscriber)));\n };\n TimeoutWithSubscriber.prototype.scheduleTimeout = function () {\n var action = this.action;\n if (action) {\n this.action = action.schedule(this, this.waitFor);\n }\n else {\n this.add(this.action = this.scheduler.schedule(TimeoutWithSubscriber.dispatchTimeout, this.waitFor, this));\n }\n };\n TimeoutWithSubscriber.prototype._next = function (value) {\n if (!this.absoluteTimeout) {\n this.scheduleTimeout();\n }\n _super.prototype._next.call(this, value);\n };\n TimeoutWithSubscriber.prototype._unsubscribe = function () {\n this.action = undefined;\n this.scheduler = null;\n this.withObservable = null;\n };\n return TimeoutWithSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_3__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=timeoutWith.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/timeoutWith.js?");
3645
3646/***/ }),
3647
3648/***/ "./node_modules/rxjs/_esm5/internal/operators/timestamp.js":
3649/*!*****************************************************************!*\
3650 !*** ./node_modules/rxjs/_esm5/internal/operators/timestamp.js ***!
3651 \*****************************************************************/
3652/*! exports provided: timestamp, Timestamp */
3653/***/ (function(module, __webpack_exports__, __webpack_require__) {
3654
3655"use strict";
3656eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"timestamp\", function() { return timestamp; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Timestamp\", function() { return Timestamp; });\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony import */ var _map__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/** PURE_IMPORTS_START _scheduler_async,_map PURE_IMPORTS_END */\n\n\nfunction timestamp(scheduler) {\n if (scheduler === void 0) {\n scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_0__[\"async\"];\n }\n return Object(_map__WEBPACK_IMPORTED_MODULE_1__[\"map\"])(function (value) { return new Timestamp(value, scheduler.now()); });\n}\nvar Timestamp = /*@__PURE__*/ (function () {\n function Timestamp(value, timestamp) {\n this.value = value;\n this.timestamp = timestamp;\n }\n return Timestamp;\n}());\n\n//# sourceMappingURL=timestamp.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/timestamp.js?");
3657
3658/***/ }),
3659
3660/***/ "./node_modules/rxjs/_esm5/internal/operators/toArray.js":
3661/*!***************************************************************!*\
3662 !*** ./node_modules/rxjs/_esm5/internal/operators/toArray.js ***!
3663 \***************************************************************/
3664/*! exports provided: toArray */
3665/***/ (function(module, __webpack_exports__, __webpack_require__) {
3666
3667"use strict";
3668eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"toArray\", function() { return toArray; });\n/* harmony import */ var _reduce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./reduce */ \"./node_modules/rxjs/_esm5/internal/operators/reduce.js\");\n/** PURE_IMPORTS_START _reduce PURE_IMPORTS_END */\n\nfunction toArrayReducer(arr, item, index) {\n if (index === 0) {\n return [item];\n }\n arr.push(item);\n return arr;\n}\nfunction toArray() {\n return Object(_reduce__WEBPACK_IMPORTED_MODULE_0__[\"reduce\"])(toArrayReducer, []);\n}\n//# sourceMappingURL=toArray.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/toArray.js?");
3669
3670/***/ }),
3671
3672/***/ "./node_modules/rxjs/_esm5/internal/operators/window.js":
3673/*!**************************************************************!*\
3674 !*** ./node_modules/rxjs/_esm5/internal/operators/window.js ***!
3675 \**************************************************************/
3676/*! exports provided: window */
3677/***/ (function(module, __webpack_exports__, __webpack_require__) {
3678
3679"use strict";
3680eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"window\", function() { return window; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony import */ var _innerSubscribe__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../innerSubscribe */ \"./node_modules/rxjs/_esm5/internal/innerSubscribe.js\");\n/** PURE_IMPORTS_START tslib,_Subject,_innerSubscribe PURE_IMPORTS_END */\n\n\n\nfunction window(windowBoundaries) {\n return function windowOperatorFunction(source) {\n return source.lift(new WindowOperator(windowBoundaries));\n };\n}\nvar WindowOperator = /*@__PURE__*/ (function () {\n function WindowOperator(windowBoundaries) {\n this.windowBoundaries = windowBoundaries;\n }\n WindowOperator.prototype.call = function (subscriber, source) {\n var windowSubscriber = new WindowSubscriber(subscriber);\n var sourceSubscription = source.subscribe(windowSubscriber);\n if (!sourceSubscription.closed) {\n windowSubscriber.add(Object(_innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"innerSubscribe\"])(this.windowBoundaries, new _innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"SimpleInnerSubscriber\"](windowSubscriber)));\n }\n return sourceSubscription;\n };\n return WindowOperator;\n}());\nvar WindowSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](WindowSubscriber, _super);\n function WindowSubscriber(destination) {\n var _this = _super.call(this, destination) || this;\n _this.window = new _Subject__WEBPACK_IMPORTED_MODULE_1__[\"Subject\"]();\n destination.next(_this.window);\n return _this;\n }\n WindowSubscriber.prototype.notifyNext = function () {\n this.openWindow();\n };\n WindowSubscriber.prototype.notifyError = function (error) {\n this._error(error);\n };\n WindowSubscriber.prototype.notifyComplete = function () {\n this._complete();\n };\n WindowSubscriber.prototype._next = function (value) {\n this.window.next(value);\n };\n WindowSubscriber.prototype._error = function (err) {\n this.window.error(err);\n this.destination.error(err);\n };\n WindowSubscriber.prototype._complete = function () {\n this.window.complete();\n this.destination.complete();\n };\n WindowSubscriber.prototype._unsubscribe = function () {\n this.window = null;\n };\n WindowSubscriber.prototype.openWindow = function () {\n var prevWindow = this.window;\n if (prevWindow) {\n prevWindow.complete();\n }\n var destination = this.destination;\n var newWindow = this.window = new _Subject__WEBPACK_IMPORTED_MODULE_1__[\"Subject\"]();\n destination.next(newWindow);\n };\n return WindowSubscriber;\n}(_innerSubscribe__WEBPACK_IMPORTED_MODULE_2__[\"SimpleOuterSubscriber\"]));\n//# sourceMappingURL=window.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/window.js?");
3681
3682/***/ }),
3683
3684/***/ "./node_modules/rxjs/_esm5/internal/operators/windowCount.js":
3685/*!*******************************************************************!*\
3686 !*** ./node_modules/rxjs/_esm5/internal/operators/windowCount.js ***!
3687 \*******************************************************************/
3688/*! exports provided: windowCount */
3689/***/ (function(module, __webpack_exports__, __webpack_require__) {
3690
3691"use strict";
3692eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"windowCount\", function() { return windowCount; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/** PURE_IMPORTS_START tslib,_Subscriber,_Subject PURE_IMPORTS_END */\n\n\n\nfunction windowCount(windowSize, startWindowEvery) {\n if (startWindowEvery === void 0) {\n startWindowEvery = 0;\n }\n return function windowCountOperatorFunction(source) {\n return source.lift(new WindowCountOperator(windowSize, startWindowEvery));\n };\n}\nvar WindowCountOperator = /*@__PURE__*/ (function () {\n function WindowCountOperator(windowSize, startWindowEvery) {\n this.windowSize = windowSize;\n this.startWindowEvery = startWindowEvery;\n }\n WindowCountOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new WindowCountSubscriber(subscriber, this.windowSize, this.startWindowEvery));\n };\n return WindowCountOperator;\n}());\nvar WindowCountSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](WindowCountSubscriber, _super);\n function WindowCountSubscriber(destination, windowSize, startWindowEvery) {\n var _this = _super.call(this, destination) || this;\n _this.destination = destination;\n _this.windowSize = windowSize;\n _this.startWindowEvery = startWindowEvery;\n _this.windows = [new _Subject__WEBPACK_IMPORTED_MODULE_2__[\"Subject\"]()];\n _this.count = 0;\n destination.next(_this.windows[0]);\n return _this;\n }\n WindowCountSubscriber.prototype._next = function (value) {\n var startWindowEvery = (this.startWindowEvery > 0) ? this.startWindowEvery : this.windowSize;\n var destination = this.destination;\n var windowSize = this.windowSize;\n var windows = this.windows;\n var len = windows.length;\n for (var i = 0; i < len && !this.closed; i++) {\n windows[i].next(value);\n }\n var c = this.count - windowSize + 1;\n if (c >= 0 && c % startWindowEvery === 0 && !this.closed) {\n windows.shift().complete();\n }\n if (++this.count % startWindowEvery === 0 && !this.closed) {\n var window_1 = new _Subject__WEBPACK_IMPORTED_MODULE_2__[\"Subject\"]();\n windows.push(window_1);\n destination.next(window_1);\n }\n };\n WindowCountSubscriber.prototype._error = function (err) {\n var windows = this.windows;\n if (windows) {\n while (windows.length > 0 && !this.closed) {\n windows.shift().error(err);\n }\n }\n this.destination.error(err);\n };\n WindowCountSubscriber.prototype._complete = function () {\n var windows = this.windows;\n if (windows) {\n while (windows.length > 0 && !this.closed) {\n windows.shift().complete();\n }\n }\n this.destination.complete();\n };\n WindowCountSubscriber.prototype._unsubscribe = function () {\n this.count = 0;\n this.windows = null;\n };\n return WindowCountSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_1__[\"Subscriber\"]));\n//# sourceMappingURL=windowCount.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/windowCount.js?");
3693
3694/***/ }),
3695
3696/***/ "./node_modules/rxjs/_esm5/internal/operators/windowTime.js":
3697/*!******************************************************************!*\
3698 !*** ./node_modules/rxjs/_esm5/internal/operators/windowTime.js ***!
3699 \******************************************************************/
3700/*! exports provided: windowTime */
3701/***/ (function(module, __webpack_exports__, __webpack_require__) {
3702
3703"use strict";
3704eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"windowTime\", function() { return windowTime; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony import */ var _scheduler_async__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../scheduler/async */ \"./node_modules/rxjs/_esm5/internal/scheduler/async.js\");\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _util_isNumeric__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../util/isNumeric */ \"./node_modules/rxjs/_esm5/internal/util/isNumeric.js\");\n/* harmony import */ var _util_isScheduler__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../util/isScheduler */ \"./node_modules/rxjs/_esm5/internal/util/isScheduler.js\");\n/** PURE_IMPORTS_START tslib,_Subject,_scheduler_async,_Subscriber,_util_isNumeric,_util_isScheduler PURE_IMPORTS_END */\n\n\n\n\n\n\nfunction windowTime(windowTimeSpan) {\n var scheduler = _scheduler_async__WEBPACK_IMPORTED_MODULE_2__[\"async\"];\n var windowCreationInterval = null;\n var maxWindowSize = Number.POSITIVE_INFINITY;\n if (Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_5__[\"isScheduler\"])(arguments[3])) {\n scheduler = arguments[3];\n }\n if (Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_5__[\"isScheduler\"])(arguments[2])) {\n scheduler = arguments[2];\n }\n else if (Object(_util_isNumeric__WEBPACK_IMPORTED_MODULE_4__[\"isNumeric\"])(arguments[2])) {\n maxWindowSize = Number(arguments[2]);\n }\n if (Object(_util_isScheduler__WEBPACK_IMPORTED_MODULE_5__[\"isScheduler\"])(arguments[1])) {\n scheduler = arguments[1];\n }\n else if (Object(_util_isNumeric__WEBPACK_IMPORTED_MODULE_4__[\"isNumeric\"])(arguments[1])) {\n windowCreationInterval = Number(arguments[1]);\n }\n return function windowTimeOperatorFunction(source) {\n return source.lift(new WindowTimeOperator(windowTimeSpan, windowCreationInterval, maxWindowSize, scheduler));\n };\n}\nvar WindowTimeOperator = /*@__PURE__*/ (function () {\n function WindowTimeOperator(windowTimeSpan, windowCreationInterval, maxWindowSize, scheduler) {\n this.windowTimeSpan = windowTimeSpan;\n this.windowCreationInterval = windowCreationInterval;\n this.maxWindowSize = maxWindowSize;\n this.scheduler = scheduler;\n }\n WindowTimeOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new WindowTimeSubscriber(subscriber, this.windowTimeSpan, this.windowCreationInterval, this.maxWindowSize, this.scheduler));\n };\n return WindowTimeOperator;\n}());\nvar CountedSubject = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](CountedSubject, _super);\n function CountedSubject() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n _this._numberOfNextedValues = 0;\n return _this;\n }\n CountedSubject.prototype.next = function (value) {\n this._numberOfNextedValues++;\n _super.prototype.next.call(this, value);\n };\n Object.defineProperty(CountedSubject.prototype, \"numberOfNextedValues\", {\n get: function () {\n return this._numberOfNextedValues;\n },\n enumerable: true,\n configurable: true\n });\n return CountedSubject;\n}(_Subject__WEBPACK_IMPORTED_MODULE_1__[\"Subject\"]));\nvar WindowTimeSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](WindowTimeSubscriber, _super);\n function WindowTimeSubscriber(destination, windowTimeSpan, windowCreationInterval, maxWindowSize, scheduler) {\n var _this = _super.call(this, destination) || this;\n _this.destination = destination;\n _this.windowTimeSpan = windowTimeSpan;\n _this.windowCreationInterval = windowCreationInterval;\n _this.maxWindowSize = maxWindowSize;\n _this.scheduler = scheduler;\n _this.windows = [];\n var window = _this.openWindow();\n if (windowCreationInterval !== null && windowCreationInterval >= 0) {\n var closeState = { subscriber: _this, window: window, context: null };\n var creationState = { windowTimeSpan: windowTimeSpan, windowCreationInterval: windowCreationInterval, subscriber: _this, scheduler: scheduler };\n _this.add(scheduler.schedule(dispatchWindowClose, windowTimeSpan, closeState));\n _this.add(scheduler.schedule(dispatchWindowCreation, windowCreationInterval, creationState));\n }\n else {\n var timeSpanOnlyState = { subscriber: _this, window: window, windowTimeSpan: windowTimeSpan };\n _this.add(scheduler.schedule(dispatchWindowTimeSpanOnly, windowTimeSpan, timeSpanOnlyState));\n }\n return _this;\n }\n WindowTimeSubscriber.prototype._next = function (value) {\n var windows = this.windows;\n var len = windows.length;\n for (var i = 0; i < len; i++) {\n var window_1 = windows[i];\n if (!window_1.closed) {\n window_1.next(value);\n if (window_1.numberOfNextedValues >= this.maxWindowSize) {\n this.closeWindow(window_1);\n }\n }\n }\n };\n WindowTimeSubscriber.prototype._error = function (err) {\n var windows = this.windows;\n while (windows.length > 0) {\n windows.shift().error(err);\n }\n this.destination.error(err);\n };\n WindowTimeSubscriber.prototype._complete = function () {\n var windows = this.windows;\n while (windows.length > 0) {\n var window_2 = windows.shift();\n if (!window_2.closed) {\n window_2.complete();\n }\n }\n this.destination.complete();\n };\n WindowTimeSubscriber.prototype.openWindow = function () {\n var window = new CountedSubject();\n this.windows.push(window);\n var destination = this.destination;\n destination.next(window);\n return window;\n };\n WindowTimeSubscriber.prototype.closeWindow = function (window) {\n window.complete();\n var windows = this.windows;\n windows.splice(windows.indexOf(window), 1);\n };\n return WindowTimeSubscriber;\n}(_Subscriber__WEBPACK_IMPORTED_MODULE_3__[\"Subscriber\"]));\nfunction dispatchWindowTimeSpanOnly(state) {\n var subscriber = state.subscriber, windowTimeSpan = state.windowTimeSpan, window = state.window;\n if (window) {\n subscriber.closeWindow(window);\n }\n state.window = subscriber.openWindow();\n this.schedule(state, windowTimeSpan);\n}\nfunction dispatchWindowCreation(state) {\n var windowTimeSpan = state.windowTimeSpan, subscriber = state.subscriber, scheduler = state.scheduler, windowCreationInterval = state.windowCreationInterval;\n var window = subscriber.openWindow();\n var action = this;\n var context = { action: action, subscription: null };\n var timeSpanState = { subscriber: subscriber, window: window, context: context };\n context.subscription = scheduler.schedule(dispatchWindowClose, windowTimeSpan, timeSpanState);\n action.add(context.subscription);\n action.schedule(state, windowCreationInterval);\n}\nfunction dispatchWindowClose(state) {\n var subscriber = state.subscriber, window = state.window, context = state.context;\n if (context && context.action && context.subscription) {\n context.action.remove(context.subscription);\n }\n subscriber.closeWindow(window);\n}\n//# sourceMappingURL=windowTime.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/windowTime.js?");
3705
3706/***/ }),
3707
3708/***/ "./node_modules/rxjs/_esm5/internal/operators/windowToggle.js":
3709/*!********************************************************************!*\
3710 !*** ./node_modules/rxjs/_esm5/internal/operators/windowToggle.js ***!
3711 \********************************************************************/
3712/*! exports provided: windowToggle */
3713/***/ (function(module, __webpack_exports__, __webpack_require__) {
3714
3715"use strict";
3716eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"windowToggle\", function() { return windowToggle; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/* harmony import */ var _OuterSubscriber__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../OuterSubscriber */ \"./node_modules/rxjs/_esm5/internal/OuterSubscriber.js\");\n/* harmony import */ var _util_subscribeToResult__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../util/subscribeToResult */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToResult.js\");\n/** PURE_IMPORTS_START tslib,_Subject,_Subscription,_OuterSubscriber,_util_subscribeToResult PURE_IMPORTS_END */\n\n\n\n\n\nfunction windowToggle(openings, closingSelector) {\n return function (source) { return source.lift(new WindowToggleOperator(openings, closingSelector)); };\n}\nvar WindowToggleOperator = /*@__PURE__*/ (function () {\n function WindowToggleOperator(openings, closingSelector) {\n this.openings = openings;\n this.closingSelector = closingSelector;\n }\n WindowToggleOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new WindowToggleSubscriber(subscriber, this.openings, this.closingSelector));\n };\n return WindowToggleOperator;\n}());\nvar WindowToggleSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](WindowToggleSubscriber, _super);\n function WindowToggleSubscriber(destination, openings, closingSelector) {\n var _this = _super.call(this, destination) || this;\n _this.openings = openings;\n _this.closingSelector = closingSelector;\n _this.contexts = [];\n _this.add(_this.openSubscription = Object(_util_subscribeToResult__WEBPACK_IMPORTED_MODULE_4__[\"subscribeToResult\"])(_this, openings, openings));\n return _this;\n }\n WindowToggleSubscriber.prototype._next = function (value) {\n var contexts = this.contexts;\n if (contexts) {\n var len = contexts.length;\n for (var i = 0; i < len; i++) {\n contexts[i].window.next(value);\n }\n }\n };\n WindowToggleSubscriber.prototype._error = function (err) {\n var contexts = this.contexts;\n this.contexts = null;\n if (contexts) {\n var len = contexts.length;\n var index = -1;\n while (++index < len) {\n var context_1 = contexts[index];\n context_1.window.error(err);\n context_1.subscription.unsubscribe();\n }\n }\n _super.prototype._error.call(this, err);\n };\n WindowToggleSubscriber.prototype._complete = function () {\n var contexts = this.contexts;\n this.contexts = null;\n if (contexts) {\n var len = contexts.length;\n var index = -1;\n while (++index < len) {\n var context_2 = contexts[index];\n context_2.window.complete();\n context_2.subscription.unsubscribe();\n }\n }\n _super.prototype._complete.call(this);\n };\n WindowToggleSubscriber.prototype._unsubscribe = function () {\n var contexts = this.contexts;\n this.contexts = null;\n if (contexts) {\n var len = contexts.length;\n var index = -1;\n while (++index < len) {\n var context_3 = contexts[index];\n context_3.window.unsubscribe();\n context_3.subscription.unsubscribe();\n }\n }\n };\n WindowToggleSubscriber.prototype.notifyNext = function (outerValue, innerValue, outerIndex, innerIndex, innerSub) {\n if (outerValue === this.openings) {\n var closingNotifier = void 0;\n try {\n var closingSelector = this.closingSelector;\n closingNotifier = closingSelector(innerValue);\n }\n catch (e) {\n return this.error(e);\n }\n var window_1 = new _Subject__WEBPACK_IMPORTED_MODULE_1__[\"Subject\"]();\n var subscription = new _Subscription__WEBPACK_IMPORTED_MODULE_2__[\"Subscription\"]();\n var context_4 = { window: window_1, subscription: subscription };\n this.contexts.push(context_4);\n var innerSubscription = Object(_util_subscribeToResult__WEBPACK_IMPORTED_MODULE_4__[\"subscribeToResult\"])(this, closingNotifier, context_4);\n if (innerSubscription.closed) {\n this.closeWindow(this.contexts.length - 1);\n }\n else {\n innerSubscription.context = context_4;\n subscription.add(innerSubscription);\n }\n this.destination.next(window_1);\n }\n else {\n this.closeWindow(this.contexts.indexOf(outerValue));\n }\n };\n WindowToggleSubscriber.prototype.notifyError = function (err) {\n this.error(err);\n };\n WindowToggleSubscriber.prototype.notifyComplete = function (inner) {\n if (inner !== this.openSubscription) {\n this.closeWindow(this.contexts.indexOf(inner.context));\n }\n };\n WindowToggleSubscriber.prototype.closeWindow = function (index) {\n if (index === -1) {\n return;\n }\n var contexts = this.contexts;\n var context = contexts[index];\n var window = context.window, subscription = context.subscription;\n contexts.splice(index, 1);\n window.complete();\n subscription.unsubscribe();\n };\n return WindowToggleSubscriber;\n}(_OuterSubscriber__WEBPACK_IMPORTED_MODULE_3__[\"OuterSubscriber\"]));\n//# sourceMappingURL=windowToggle.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/windowToggle.js?");
3717
3718/***/ }),
3719
3720/***/ "./node_modules/rxjs/_esm5/internal/operators/windowWhen.js":
3721/*!******************************************************************!*\
3722 !*** ./node_modules/rxjs/_esm5/internal/operators/windowWhen.js ***!
3723 \******************************************************************/
3724/*! exports provided: windowWhen */
3725/***/ (function(module, __webpack_exports__, __webpack_require__) {
3726
3727"use strict";
3728eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"windowWhen\", function() { return windowWhen; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subject */ \"./node_modules/rxjs/_esm5/internal/Subject.js\");\n/* harmony import */ var _OuterSubscriber__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../OuterSubscriber */ \"./node_modules/rxjs/_esm5/internal/OuterSubscriber.js\");\n/* harmony import */ var _util_subscribeToResult__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/subscribeToResult */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToResult.js\");\n/** PURE_IMPORTS_START tslib,_Subject,_OuterSubscriber,_util_subscribeToResult PURE_IMPORTS_END */\n\n\n\n\nfunction windowWhen(closingSelector) {\n return function windowWhenOperatorFunction(source) {\n return source.lift(new WindowOperator(closingSelector));\n };\n}\nvar WindowOperator = /*@__PURE__*/ (function () {\n function WindowOperator(closingSelector) {\n this.closingSelector = closingSelector;\n }\n WindowOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new WindowSubscriber(subscriber, this.closingSelector));\n };\n return WindowOperator;\n}());\nvar WindowSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](WindowSubscriber, _super);\n function WindowSubscriber(destination, closingSelector) {\n var _this = _super.call(this, destination) || this;\n _this.destination = destination;\n _this.closingSelector = closingSelector;\n _this.openWindow();\n return _this;\n }\n WindowSubscriber.prototype.notifyNext = function (_outerValue, _innerValue, _outerIndex, _innerIndex, innerSub) {\n this.openWindow(innerSub);\n };\n WindowSubscriber.prototype.notifyError = function (error) {\n this._error(error);\n };\n WindowSubscriber.prototype.notifyComplete = function (innerSub) {\n this.openWindow(innerSub);\n };\n WindowSubscriber.prototype._next = function (value) {\n this.window.next(value);\n };\n WindowSubscriber.prototype._error = function (err) {\n this.window.error(err);\n this.destination.error(err);\n this.unsubscribeClosingNotification();\n };\n WindowSubscriber.prototype._complete = function () {\n this.window.complete();\n this.destination.complete();\n this.unsubscribeClosingNotification();\n };\n WindowSubscriber.prototype.unsubscribeClosingNotification = function () {\n if (this.closingNotification) {\n this.closingNotification.unsubscribe();\n }\n };\n WindowSubscriber.prototype.openWindow = function (innerSub) {\n if (innerSub === void 0) {\n innerSub = null;\n }\n if (innerSub) {\n this.remove(innerSub);\n innerSub.unsubscribe();\n }\n var prevWindow = this.window;\n if (prevWindow) {\n prevWindow.complete();\n }\n var window = this.window = new _Subject__WEBPACK_IMPORTED_MODULE_1__[\"Subject\"]();\n this.destination.next(window);\n var closingNotifier;\n try {\n var closingSelector = this.closingSelector;\n closingNotifier = closingSelector();\n }\n catch (e) {\n this.destination.error(e);\n this.window.error(e);\n return;\n }\n this.add(this.closingNotification = Object(_util_subscribeToResult__WEBPACK_IMPORTED_MODULE_3__[\"subscribeToResult\"])(this, closingNotifier));\n };\n return WindowSubscriber;\n}(_OuterSubscriber__WEBPACK_IMPORTED_MODULE_2__[\"OuterSubscriber\"]));\n//# sourceMappingURL=windowWhen.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/windowWhen.js?");
3729
3730/***/ }),
3731
3732/***/ "./node_modules/rxjs/_esm5/internal/operators/withLatestFrom.js":
3733/*!**********************************************************************!*\
3734 !*** ./node_modules/rxjs/_esm5/internal/operators/withLatestFrom.js ***!
3735 \**********************************************************************/
3736/*! exports provided: withLatestFrom */
3737/***/ (function(module, __webpack_exports__, __webpack_require__) {
3738
3739"use strict";
3740eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"withLatestFrom\", function() { return withLatestFrom; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _OuterSubscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../OuterSubscriber */ \"./node_modules/rxjs/_esm5/internal/OuterSubscriber.js\");\n/* harmony import */ var _util_subscribeToResult__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/subscribeToResult */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToResult.js\");\n/** PURE_IMPORTS_START tslib,_OuterSubscriber,_util_subscribeToResult PURE_IMPORTS_END */\n\n\n\nfunction withLatestFrom() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n return function (source) {\n var project;\n if (typeof args[args.length - 1] === 'function') {\n project = args.pop();\n }\n var observables = args;\n return source.lift(new WithLatestFromOperator(observables, project));\n };\n}\nvar WithLatestFromOperator = /*@__PURE__*/ (function () {\n function WithLatestFromOperator(observables, project) {\n this.observables = observables;\n this.project = project;\n }\n WithLatestFromOperator.prototype.call = function (subscriber, source) {\n return source.subscribe(new WithLatestFromSubscriber(subscriber, this.observables, this.project));\n };\n return WithLatestFromOperator;\n}());\nvar WithLatestFromSubscriber = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](WithLatestFromSubscriber, _super);\n function WithLatestFromSubscriber(destination, observables, project) {\n var _this = _super.call(this, destination) || this;\n _this.observables = observables;\n _this.project = project;\n _this.toRespond = [];\n var len = observables.length;\n _this.values = new Array(len);\n for (var i = 0; i < len; i++) {\n _this.toRespond.push(i);\n }\n for (var i = 0; i < len; i++) {\n var observable = observables[i];\n _this.add(Object(_util_subscribeToResult__WEBPACK_IMPORTED_MODULE_2__[\"subscribeToResult\"])(_this, observable, undefined, i));\n }\n return _this;\n }\n WithLatestFromSubscriber.prototype.notifyNext = function (_outerValue, innerValue, outerIndex) {\n this.values[outerIndex] = innerValue;\n var toRespond = this.toRespond;\n if (toRespond.length > 0) {\n var found = toRespond.indexOf(outerIndex);\n if (found !== -1) {\n toRespond.splice(found, 1);\n }\n }\n };\n WithLatestFromSubscriber.prototype.notifyComplete = function () {\n };\n WithLatestFromSubscriber.prototype._next = function (value) {\n if (this.toRespond.length === 0) {\n var args = [value].concat(this.values);\n if (this.project) {\n this._tryProject(args);\n }\n else {\n this.destination.next(args);\n }\n }\n };\n WithLatestFromSubscriber.prototype._tryProject = function (args) {\n var result;\n try {\n result = this.project.apply(this, args);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n this.destination.next(result);\n };\n return WithLatestFromSubscriber;\n}(_OuterSubscriber__WEBPACK_IMPORTED_MODULE_1__[\"OuterSubscriber\"]));\n//# sourceMappingURL=withLatestFrom.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/withLatestFrom.js?");
3741
3742/***/ }),
3743
3744/***/ "./node_modules/rxjs/_esm5/internal/operators/zip.js":
3745/*!***********************************************************!*\
3746 !*** ./node_modules/rxjs/_esm5/internal/operators/zip.js ***!
3747 \***********************************************************/
3748/*! exports provided: zip */
3749/***/ (function(module, __webpack_exports__, __webpack_require__) {
3750
3751"use strict";
3752eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"zip\", function() { return zip; });\n/* harmony import */ var _observable_zip__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../observable/zip */ \"./node_modules/rxjs/_esm5/internal/observable/zip.js\");\n/** PURE_IMPORTS_START _observable_zip PURE_IMPORTS_END */\n\nfunction zip() {\n var observables = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n observables[_i] = arguments[_i];\n }\n return function zipOperatorFunction(source) {\n return source.lift.call(_observable_zip__WEBPACK_IMPORTED_MODULE_0__[\"zip\"].apply(void 0, [source].concat(observables)));\n };\n}\n//# sourceMappingURL=zip.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/zip.js?");
3753
3754/***/ }),
3755
3756/***/ "./node_modules/rxjs/_esm5/internal/operators/zipAll.js":
3757/*!**************************************************************!*\
3758 !*** ./node_modules/rxjs/_esm5/internal/operators/zipAll.js ***!
3759 \**************************************************************/
3760/*! exports provided: zipAll */
3761/***/ (function(module, __webpack_exports__, __webpack_require__) {
3762
3763"use strict";
3764eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"zipAll\", function() { return zipAll; });\n/* harmony import */ var _observable_zip__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../observable/zip */ \"./node_modules/rxjs/_esm5/internal/observable/zip.js\");\n/** PURE_IMPORTS_START _observable_zip PURE_IMPORTS_END */\n\nfunction zipAll(project) {\n return function (source) { return source.lift(new _observable_zip__WEBPACK_IMPORTED_MODULE_0__[\"ZipOperator\"](project)); };\n}\n//# sourceMappingURL=zipAll.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/operators/zipAll.js?");
3765
3766/***/ }),
3767
3768/***/ "./node_modules/rxjs/_esm5/internal/scheduled/scheduleArray.js":
3769/*!*********************************************************************!*\
3770 !*** ./node_modules/rxjs/_esm5/internal/scheduled/scheduleArray.js ***!
3771 \*********************************************************************/
3772/*! exports provided: scheduleArray */
3773/***/ (function(module, __webpack_exports__, __webpack_require__) {
3774
3775"use strict";
3776eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"scheduleArray\", function() { return scheduleArray; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/** PURE_IMPORTS_START _Observable,_Subscription PURE_IMPORTS_END */\n\n\nfunction scheduleArray(input, scheduler) {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var sub = new _Subscription__WEBPACK_IMPORTED_MODULE_1__[\"Subscription\"]();\n var i = 0;\n sub.add(scheduler.schedule(function () {\n if (i === input.length) {\n subscriber.complete();\n return;\n }\n subscriber.next(input[i++]);\n if (!subscriber.closed) {\n sub.add(this.schedule());\n }\n }));\n return sub;\n });\n}\n//# sourceMappingURL=scheduleArray.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduled/scheduleArray.js?");
3777
3778/***/ }),
3779
3780/***/ "./node_modules/rxjs/_esm5/internal/scheduled/scheduleIterable.js":
3781/*!************************************************************************!*\
3782 !*** ./node_modules/rxjs/_esm5/internal/scheduled/scheduleIterable.js ***!
3783 \************************************************************************/
3784/*! exports provided: scheduleIterable */
3785/***/ (function(module, __webpack_exports__, __webpack_require__) {
3786
3787"use strict";
3788eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"scheduleIterable\", function() { return scheduleIterable; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/* harmony import */ var _symbol_iterator__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../symbol/iterator */ \"./node_modules/rxjs/_esm5/internal/symbol/iterator.js\");\n/** PURE_IMPORTS_START _Observable,_Subscription,_symbol_iterator PURE_IMPORTS_END */\n\n\n\nfunction scheduleIterable(input, scheduler) {\n if (!input) {\n throw new Error('Iterable cannot be null');\n }\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var sub = new _Subscription__WEBPACK_IMPORTED_MODULE_1__[\"Subscription\"]();\n var iterator;\n sub.add(function () {\n if (iterator && typeof iterator.return === 'function') {\n iterator.return();\n }\n });\n sub.add(scheduler.schedule(function () {\n iterator = input[_symbol_iterator__WEBPACK_IMPORTED_MODULE_2__[\"iterator\"]]();\n sub.add(scheduler.schedule(function () {\n if (subscriber.closed) {\n return;\n }\n var value;\n var done;\n try {\n var result = iterator.next();\n value = result.value;\n done = result.done;\n }\n catch (err) {\n subscriber.error(err);\n return;\n }\n if (done) {\n subscriber.complete();\n }\n else {\n subscriber.next(value);\n this.schedule();\n }\n }));\n }));\n return sub;\n });\n}\n//# sourceMappingURL=scheduleIterable.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduled/scheduleIterable.js?");
3789
3790/***/ }),
3791
3792/***/ "./node_modules/rxjs/_esm5/internal/scheduled/scheduleObservable.js":
3793/*!**************************************************************************!*\
3794 !*** ./node_modules/rxjs/_esm5/internal/scheduled/scheduleObservable.js ***!
3795 \**************************************************************************/
3796/*! exports provided: scheduleObservable */
3797/***/ (function(module, __webpack_exports__, __webpack_require__) {
3798
3799"use strict";
3800eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"scheduleObservable\", function() { return scheduleObservable; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/* harmony import */ var _symbol_observable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../symbol/observable */ \"./node_modules/rxjs/_esm5/internal/symbol/observable.js\");\n/** PURE_IMPORTS_START _Observable,_Subscription,_symbol_observable PURE_IMPORTS_END */\n\n\n\nfunction scheduleObservable(input, scheduler) {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var sub = new _Subscription__WEBPACK_IMPORTED_MODULE_1__[\"Subscription\"]();\n sub.add(scheduler.schedule(function () {\n var observable = input[_symbol_observable__WEBPACK_IMPORTED_MODULE_2__[\"observable\"]]();\n sub.add(observable.subscribe({\n next: function (value) { sub.add(scheduler.schedule(function () { return subscriber.next(value); })); },\n error: function (err) { sub.add(scheduler.schedule(function () { return subscriber.error(err); })); },\n complete: function () { sub.add(scheduler.schedule(function () { return subscriber.complete(); })); },\n }));\n }));\n return sub;\n });\n}\n//# sourceMappingURL=scheduleObservable.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduled/scheduleObservable.js?");
3801
3802/***/ }),
3803
3804/***/ "./node_modules/rxjs/_esm5/internal/scheduled/schedulePromise.js":
3805/*!***********************************************************************!*\
3806 !*** ./node_modules/rxjs/_esm5/internal/scheduled/schedulePromise.js ***!
3807 \***********************************************************************/
3808/*! exports provided: schedulePromise */
3809/***/ (function(module, __webpack_exports__, __webpack_require__) {
3810
3811"use strict";
3812eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"schedulePromise\", function() { return schedulePromise; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/** PURE_IMPORTS_START _Observable,_Subscription PURE_IMPORTS_END */\n\n\nfunction schedulePromise(input, scheduler) {\n return new _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"](function (subscriber) {\n var sub = new _Subscription__WEBPACK_IMPORTED_MODULE_1__[\"Subscription\"]();\n sub.add(scheduler.schedule(function () {\n return input.then(function (value) {\n sub.add(scheduler.schedule(function () {\n subscriber.next(value);\n sub.add(scheduler.schedule(function () { return subscriber.complete(); }));\n }));\n }, function (err) {\n sub.add(scheduler.schedule(function () { return subscriber.error(err); }));\n });\n }));\n return sub;\n });\n}\n//# sourceMappingURL=schedulePromise.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduled/schedulePromise.js?");
3813
3814/***/ }),
3815
3816/***/ "./node_modules/rxjs/_esm5/internal/scheduled/scheduled.js":
3817/*!*****************************************************************!*\
3818 !*** ./node_modules/rxjs/_esm5/internal/scheduled/scheduled.js ***!
3819 \*****************************************************************/
3820/*! exports provided: scheduled */
3821/***/ (function(module, __webpack_exports__, __webpack_require__) {
3822
3823"use strict";
3824eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"scheduled\", function() { return scheduled; });\n/* harmony import */ var _scheduleObservable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./scheduleObservable */ \"./node_modules/rxjs/_esm5/internal/scheduled/scheduleObservable.js\");\n/* harmony import */ var _schedulePromise__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./schedulePromise */ \"./node_modules/rxjs/_esm5/internal/scheduled/schedulePromise.js\");\n/* harmony import */ var _scheduleArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./scheduleArray */ \"./node_modules/rxjs/_esm5/internal/scheduled/scheduleArray.js\");\n/* harmony import */ var _scheduleIterable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./scheduleIterable */ \"./node_modules/rxjs/_esm5/internal/scheduled/scheduleIterable.js\");\n/* harmony import */ var _util_isInteropObservable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../util/isInteropObservable */ \"./node_modules/rxjs/_esm5/internal/util/isInteropObservable.js\");\n/* harmony import */ var _util_isPromise__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../util/isPromise */ \"./node_modules/rxjs/_esm5/internal/util/isPromise.js\");\n/* harmony import */ var _util_isArrayLike__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../util/isArrayLike */ \"./node_modules/rxjs/_esm5/internal/util/isArrayLike.js\");\n/* harmony import */ var _util_isIterable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../util/isIterable */ \"./node_modules/rxjs/_esm5/internal/util/isIterable.js\");\n/** PURE_IMPORTS_START _scheduleObservable,_schedulePromise,_scheduleArray,_scheduleIterable,_util_isInteropObservable,_util_isPromise,_util_isArrayLike,_util_isIterable PURE_IMPORTS_END */\n\n\n\n\n\n\n\n\nfunction scheduled(input, scheduler) {\n if (input != null) {\n if (Object(_util_isInteropObservable__WEBPACK_IMPORTED_MODULE_4__[\"isInteropObservable\"])(input)) {\n return Object(_scheduleObservable__WEBPACK_IMPORTED_MODULE_0__[\"scheduleObservable\"])(input, scheduler);\n }\n else if (Object(_util_isPromise__WEBPACK_IMPORTED_MODULE_5__[\"isPromise\"])(input)) {\n return Object(_schedulePromise__WEBPACK_IMPORTED_MODULE_1__[\"schedulePromise\"])(input, scheduler);\n }\n else if (Object(_util_isArrayLike__WEBPACK_IMPORTED_MODULE_6__[\"isArrayLike\"])(input)) {\n return Object(_scheduleArray__WEBPACK_IMPORTED_MODULE_2__[\"scheduleArray\"])(input, scheduler);\n }\n else if (Object(_util_isIterable__WEBPACK_IMPORTED_MODULE_7__[\"isIterable\"])(input) || typeof input === 'string') {\n return Object(_scheduleIterable__WEBPACK_IMPORTED_MODULE_3__[\"scheduleIterable\"])(input, scheduler);\n }\n }\n throw new TypeError((input !== null && typeof input || input) + ' is not observable');\n}\n//# sourceMappingURL=scheduled.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduled/scheduled.js?");
3825
3826/***/ }),
3827
3828/***/ "./node_modules/rxjs/_esm5/internal/scheduler/Action.js":
3829/*!**************************************************************!*\
3830 !*** ./node_modules/rxjs/_esm5/internal/scheduler/Action.js ***!
3831 \**************************************************************/
3832/*! exports provided: Action */
3833/***/ (function(module, __webpack_exports__, __webpack_require__) {
3834
3835"use strict";
3836eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Action\", function() { return Action; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Subscription */ \"./node_modules/rxjs/_esm5/internal/Subscription.js\");\n/** PURE_IMPORTS_START tslib,_Subscription PURE_IMPORTS_END */\n\n\nvar Action = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](Action, _super);\n function Action(scheduler, work) {\n return _super.call(this) || this;\n }\n Action.prototype.schedule = function (state, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n return this;\n };\n return Action;\n}(_Subscription__WEBPACK_IMPORTED_MODULE_1__[\"Subscription\"]));\n\n//# sourceMappingURL=Action.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/Action.js?");
3837
3838/***/ }),
3839
3840/***/ "./node_modules/rxjs/_esm5/internal/scheduler/AnimationFrameAction.js":
3841/*!****************************************************************************!*\
3842 !*** ./node_modules/rxjs/_esm5/internal/scheduler/AnimationFrameAction.js ***!
3843 \****************************************************************************/
3844/*! exports provided: AnimationFrameAction */
3845/***/ (function(module, __webpack_exports__, __webpack_require__) {
3846
3847"use strict";
3848eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"AnimationFrameAction\", function() { return AnimationFrameAction; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _AsyncAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AsyncAction */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsyncAction.js\");\n/** PURE_IMPORTS_START tslib,_AsyncAction PURE_IMPORTS_END */\n\n\nvar AnimationFrameAction = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](AnimationFrameAction, _super);\n function AnimationFrameAction(scheduler, work) {\n var _this = _super.call(this, scheduler, work) || this;\n _this.scheduler = scheduler;\n _this.work = work;\n return _this;\n }\n AnimationFrameAction.prototype.requestAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if (delay !== null && delay > 0) {\n return _super.prototype.requestAsyncId.call(this, scheduler, id, delay);\n }\n scheduler.actions.push(this);\n return scheduler.scheduled || (scheduler.scheduled = requestAnimationFrame(function () { return scheduler.flush(null); }));\n };\n AnimationFrameAction.prototype.recycleAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if ((delay !== null && delay > 0) || (delay === null && this.delay > 0)) {\n return _super.prototype.recycleAsyncId.call(this, scheduler, id, delay);\n }\n if (scheduler.actions.length === 0) {\n cancelAnimationFrame(id);\n scheduler.scheduled = undefined;\n }\n return undefined;\n };\n return AnimationFrameAction;\n}(_AsyncAction__WEBPACK_IMPORTED_MODULE_1__[\"AsyncAction\"]));\n\n//# sourceMappingURL=AnimationFrameAction.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/AnimationFrameAction.js?");
3849
3850/***/ }),
3851
3852/***/ "./node_modules/rxjs/_esm5/internal/scheduler/AnimationFrameScheduler.js":
3853/*!*******************************************************************************!*\
3854 !*** ./node_modules/rxjs/_esm5/internal/scheduler/AnimationFrameScheduler.js ***!
3855 \*******************************************************************************/
3856/*! exports provided: AnimationFrameScheduler */
3857/***/ (function(module, __webpack_exports__, __webpack_require__) {
3858
3859"use strict";
3860eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"AnimationFrameScheduler\", function() { return AnimationFrameScheduler; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _AsyncScheduler__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AsyncScheduler */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsyncScheduler.js\");\n/** PURE_IMPORTS_START tslib,_AsyncScheduler PURE_IMPORTS_END */\n\n\nvar AnimationFrameScheduler = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](AnimationFrameScheduler, _super);\n function AnimationFrameScheduler() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AnimationFrameScheduler.prototype.flush = function (action) {\n this.active = true;\n this.scheduled = undefined;\n var actions = this.actions;\n var error;\n var index = -1;\n var count = actions.length;\n action = action || actions.shift();\n do {\n if (error = action.execute(action.state, action.delay)) {\n break;\n }\n } while (++index < count && (action = actions.shift()));\n this.active = false;\n if (error) {\n while (++index < count && (action = actions.shift())) {\n action.unsubscribe();\n }\n throw error;\n }\n };\n return AnimationFrameScheduler;\n}(_AsyncScheduler__WEBPACK_IMPORTED_MODULE_1__[\"AsyncScheduler\"]));\n\n//# sourceMappingURL=AnimationFrameScheduler.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/AnimationFrameScheduler.js?");
3861
3862/***/ }),
3863
3864/***/ "./node_modules/rxjs/_esm5/internal/scheduler/AsapAction.js":
3865/*!******************************************************************!*\
3866 !*** ./node_modules/rxjs/_esm5/internal/scheduler/AsapAction.js ***!
3867 \******************************************************************/
3868/*! exports provided: AsapAction */
3869/***/ (function(module, __webpack_exports__, __webpack_require__) {
3870
3871"use strict";
3872eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"AsapAction\", function() { return AsapAction; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _util_Immediate__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/Immediate */ \"./node_modules/rxjs/_esm5/internal/util/Immediate.js\");\n/* harmony import */ var _AsyncAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./AsyncAction */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsyncAction.js\");\n/** PURE_IMPORTS_START tslib,_util_Immediate,_AsyncAction PURE_IMPORTS_END */\n\n\n\nvar AsapAction = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](AsapAction, _super);\n function AsapAction(scheduler, work) {\n var _this = _super.call(this, scheduler, work) || this;\n _this.scheduler = scheduler;\n _this.work = work;\n return _this;\n }\n AsapAction.prototype.requestAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if (delay !== null && delay > 0) {\n return _super.prototype.requestAsyncId.call(this, scheduler, id, delay);\n }\n scheduler.actions.push(this);\n return scheduler.scheduled || (scheduler.scheduled = _util_Immediate__WEBPACK_IMPORTED_MODULE_1__[\"Immediate\"].setImmediate(scheduler.flush.bind(scheduler, null)));\n };\n AsapAction.prototype.recycleAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if ((delay !== null && delay > 0) || (delay === null && this.delay > 0)) {\n return _super.prototype.recycleAsyncId.call(this, scheduler, id, delay);\n }\n if (scheduler.actions.length === 0) {\n _util_Immediate__WEBPACK_IMPORTED_MODULE_1__[\"Immediate\"].clearImmediate(id);\n scheduler.scheduled = undefined;\n }\n return undefined;\n };\n return AsapAction;\n}(_AsyncAction__WEBPACK_IMPORTED_MODULE_2__[\"AsyncAction\"]));\n\n//# sourceMappingURL=AsapAction.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/AsapAction.js?");
3873
3874/***/ }),
3875
3876/***/ "./node_modules/rxjs/_esm5/internal/scheduler/AsapScheduler.js":
3877/*!*********************************************************************!*\
3878 !*** ./node_modules/rxjs/_esm5/internal/scheduler/AsapScheduler.js ***!
3879 \*********************************************************************/
3880/*! exports provided: AsapScheduler */
3881/***/ (function(module, __webpack_exports__, __webpack_require__) {
3882
3883"use strict";
3884eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"AsapScheduler\", function() { return AsapScheduler; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _AsyncScheduler__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AsyncScheduler */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsyncScheduler.js\");\n/** PURE_IMPORTS_START tslib,_AsyncScheduler PURE_IMPORTS_END */\n\n\nvar AsapScheduler = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](AsapScheduler, _super);\n function AsapScheduler() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AsapScheduler.prototype.flush = function (action) {\n this.active = true;\n this.scheduled = undefined;\n var actions = this.actions;\n var error;\n var index = -1;\n var count = actions.length;\n action = action || actions.shift();\n do {\n if (error = action.execute(action.state, action.delay)) {\n break;\n }\n } while (++index < count && (action = actions.shift()));\n this.active = false;\n if (error) {\n while (++index < count && (action = actions.shift())) {\n action.unsubscribe();\n }\n throw error;\n }\n };\n return AsapScheduler;\n}(_AsyncScheduler__WEBPACK_IMPORTED_MODULE_1__[\"AsyncScheduler\"]));\n\n//# sourceMappingURL=AsapScheduler.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/AsapScheduler.js?");
3885
3886/***/ }),
3887
3888/***/ "./node_modules/rxjs/_esm5/internal/scheduler/AsyncAction.js":
3889/*!*******************************************************************!*\
3890 !*** ./node_modules/rxjs/_esm5/internal/scheduler/AsyncAction.js ***!
3891 \*******************************************************************/
3892/*! exports provided: AsyncAction */
3893/***/ (function(module, __webpack_exports__, __webpack_require__) {
3894
3895"use strict";
3896eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"AsyncAction\", function() { return AsyncAction; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Action */ \"./node_modules/rxjs/_esm5/internal/scheduler/Action.js\");\n/** PURE_IMPORTS_START tslib,_Action PURE_IMPORTS_END */\n\n\nvar AsyncAction = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](AsyncAction, _super);\n function AsyncAction(scheduler, work) {\n var _this = _super.call(this, scheduler, work) || this;\n _this.scheduler = scheduler;\n _this.work = work;\n _this.pending = false;\n return _this;\n }\n AsyncAction.prototype.schedule = function (state, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if (this.closed) {\n return this;\n }\n this.state = state;\n var id = this.id;\n var scheduler = this.scheduler;\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, delay);\n }\n this.pending = true;\n this.delay = delay;\n this.id = this.id || this.requestAsyncId(scheduler, this.id, delay);\n return this;\n };\n AsyncAction.prototype.requestAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n return setInterval(scheduler.flush.bind(scheduler, this), delay);\n };\n AsyncAction.prototype.recycleAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if (delay !== null && this.delay === delay && this.pending === false) {\n return id;\n }\n clearInterval(id);\n return undefined;\n };\n AsyncAction.prototype.execute = function (state, delay) {\n if (this.closed) {\n return new Error('executing a cancelled action');\n }\n this.pending = false;\n var error = this._execute(state, delay);\n if (error) {\n return error;\n }\n else if (this.pending === false && this.id != null) {\n this.id = this.recycleAsyncId(this.scheduler, this.id, null);\n }\n };\n AsyncAction.prototype._execute = function (state, delay) {\n var errored = false;\n var errorValue = undefined;\n try {\n this.work(state);\n }\n catch (e) {\n errored = true;\n errorValue = !!e && e || new Error(e);\n }\n if (errored) {\n this.unsubscribe();\n return errorValue;\n }\n };\n AsyncAction.prototype._unsubscribe = function () {\n var id = this.id;\n var scheduler = this.scheduler;\n var actions = scheduler.actions;\n var index = actions.indexOf(this);\n this.work = null;\n this.state = null;\n this.pending = false;\n this.scheduler = null;\n if (index !== -1) {\n actions.splice(index, 1);\n }\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, null);\n }\n this.delay = null;\n };\n return AsyncAction;\n}(_Action__WEBPACK_IMPORTED_MODULE_1__[\"Action\"]));\n\n//# sourceMappingURL=AsyncAction.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/AsyncAction.js?");
3897
3898/***/ }),
3899
3900/***/ "./node_modules/rxjs/_esm5/internal/scheduler/AsyncScheduler.js":
3901/*!**********************************************************************!*\
3902 !*** ./node_modules/rxjs/_esm5/internal/scheduler/AsyncScheduler.js ***!
3903 \**********************************************************************/
3904/*! exports provided: AsyncScheduler */
3905/***/ (function(module, __webpack_exports__, __webpack_require__) {
3906
3907"use strict";
3908eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"AsyncScheduler\", function() { return AsyncScheduler; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _Scheduler__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Scheduler */ \"./node_modules/rxjs/_esm5/internal/Scheduler.js\");\n/** PURE_IMPORTS_START tslib,_Scheduler PURE_IMPORTS_END */\n\n\nvar AsyncScheduler = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](AsyncScheduler, _super);\n function AsyncScheduler(SchedulerAction, now) {\n if (now === void 0) {\n now = _Scheduler__WEBPACK_IMPORTED_MODULE_1__[\"Scheduler\"].now;\n }\n var _this = _super.call(this, SchedulerAction, function () {\n if (AsyncScheduler.delegate && AsyncScheduler.delegate !== _this) {\n return AsyncScheduler.delegate.now();\n }\n else {\n return now();\n }\n }) || this;\n _this.actions = [];\n _this.active = false;\n _this.scheduled = undefined;\n return _this;\n }\n AsyncScheduler.prototype.schedule = function (work, delay, state) {\n if (delay === void 0) {\n delay = 0;\n }\n if (AsyncScheduler.delegate && AsyncScheduler.delegate !== this) {\n return AsyncScheduler.delegate.schedule(work, delay, state);\n }\n else {\n return _super.prototype.schedule.call(this, work, delay, state);\n }\n };\n AsyncScheduler.prototype.flush = function (action) {\n var actions = this.actions;\n if (this.active) {\n actions.push(action);\n return;\n }\n var error;\n this.active = true;\n do {\n if (error = action.execute(action.state, action.delay)) {\n break;\n }\n } while (action = actions.shift());\n this.active = false;\n if (error) {\n while (action = actions.shift()) {\n action.unsubscribe();\n }\n throw error;\n }\n };\n return AsyncScheduler;\n}(_Scheduler__WEBPACK_IMPORTED_MODULE_1__[\"Scheduler\"]));\n\n//# sourceMappingURL=AsyncScheduler.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/AsyncScheduler.js?");
3909
3910/***/ }),
3911
3912/***/ "./node_modules/rxjs/_esm5/internal/scheduler/QueueAction.js":
3913/*!*******************************************************************!*\
3914 !*** ./node_modules/rxjs/_esm5/internal/scheduler/QueueAction.js ***!
3915 \*******************************************************************/
3916/*! exports provided: QueueAction */
3917/***/ (function(module, __webpack_exports__, __webpack_require__) {
3918
3919"use strict";
3920eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"QueueAction\", function() { return QueueAction; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _AsyncAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AsyncAction */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsyncAction.js\");\n/** PURE_IMPORTS_START tslib,_AsyncAction PURE_IMPORTS_END */\n\n\nvar QueueAction = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](QueueAction, _super);\n function QueueAction(scheduler, work) {\n var _this = _super.call(this, scheduler, work) || this;\n _this.scheduler = scheduler;\n _this.work = work;\n return _this;\n }\n QueueAction.prototype.schedule = function (state, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if (delay > 0) {\n return _super.prototype.schedule.call(this, state, delay);\n }\n this.delay = delay;\n this.state = state;\n this.scheduler.flush(this);\n return this;\n };\n QueueAction.prototype.execute = function (state, delay) {\n return (delay > 0 || this.closed) ?\n _super.prototype.execute.call(this, state, delay) :\n this._execute(state, delay);\n };\n QueueAction.prototype.requestAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if ((delay !== null && delay > 0) || (delay === null && this.delay > 0)) {\n return _super.prototype.requestAsyncId.call(this, scheduler, id, delay);\n }\n return scheduler.flush(this);\n };\n return QueueAction;\n}(_AsyncAction__WEBPACK_IMPORTED_MODULE_1__[\"AsyncAction\"]));\n\n//# sourceMappingURL=QueueAction.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/QueueAction.js?");
3921
3922/***/ }),
3923
3924/***/ "./node_modules/rxjs/_esm5/internal/scheduler/QueueScheduler.js":
3925/*!**********************************************************************!*\
3926 !*** ./node_modules/rxjs/_esm5/internal/scheduler/QueueScheduler.js ***!
3927 \**********************************************************************/
3928/*! exports provided: QueueScheduler */
3929/***/ (function(module, __webpack_exports__, __webpack_require__) {
3930
3931"use strict";
3932eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"QueueScheduler\", function() { return QueueScheduler; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _AsyncScheduler__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AsyncScheduler */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsyncScheduler.js\");\n/** PURE_IMPORTS_START tslib,_AsyncScheduler PURE_IMPORTS_END */\n\n\nvar QueueScheduler = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](QueueScheduler, _super);\n function QueueScheduler() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n return QueueScheduler;\n}(_AsyncScheduler__WEBPACK_IMPORTED_MODULE_1__[\"AsyncScheduler\"]));\n\n//# sourceMappingURL=QueueScheduler.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/QueueScheduler.js?");
3933
3934/***/ }),
3935
3936/***/ "./node_modules/rxjs/_esm5/internal/scheduler/VirtualTimeScheduler.js":
3937/*!****************************************************************************!*\
3938 !*** ./node_modules/rxjs/_esm5/internal/scheduler/VirtualTimeScheduler.js ***!
3939 \****************************************************************************/
3940/*! exports provided: VirtualTimeScheduler, VirtualAction */
3941/***/ (function(module, __webpack_exports__, __webpack_require__) {
3942
3943"use strict";
3944eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"VirtualTimeScheduler\", function() { return VirtualTimeScheduler; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"VirtualAction\", function() { return VirtualAction; });\n/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\n/* harmony import */ var _AsyncAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AsyncAction */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsyncAction.js\");\n/* harmony import */ var _AsyncScheduler__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./AsyncScheduler */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsyncScheduler.js\");\n/** PURE_IMPORTS_START tslib,_AsyncAction,_AsyncScheduler PURE_IMPORTS_END */\n\n\n\nvar VirtualTimeScheduler = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](VirtualTimeScheduler, _super);\n function VirtualTimeScheduler(SchedulerAction, maxFrames) {\n if (SchedulerAction === void 0) {\n SchedulerAction = VirtualAction;\n }\n if (maxFrames === void 0) {\n maxFrames = Number.POSITIVE_INFINITY;\n }\n var _this = _super.call(this, SchedulerAction, function () { return _this.frame; }) || this;\n _this.maxFrames = maxFrames;\n _this.frame = 0;\n _this.index = -1;\n return _this;\n }\n VirtualTimeScheduler.prototype.flush = function () {\n var _a = this, actions = _a.actions, maxFrames = _a.maxFrames;\n var error, action;\n while ((action = actions[0]) && action.delay <= maxFrames) {\n actions.shift();\n this.frame = action.delay;\n if (error = action.execute(action.state, action.delay)) {\n break;\n }\n }\n if (error) {\n while (action = actions.shift()) {\n action.unsubscribe();\n }\n throw error;\n }\n };\n VirtualTimeScheduler.frameTimeFactor = 10;\n return VirtualTimeScheduler;\n}(_AsyncScheduler__WEBPACK_IMPORTED_MODULE_2__[\"AsyncScheduler\"]));\n\nvar VirtualAction = /*@__PURE__*/ (function (_super) {\n tslib__WEBPACK_IMPORTED_MODULE_0__[\"__extends\"](VirtualAction, _super);\n function VirtualAction(scheduler, work, index) {\n if (index === void 0) {\n index = scheduler.index += 1;\n }\n var _this = _super.call(this, scheduler, work) || this;\n _this.scheduler = scheduler;\n _this.work = work;\n _this.index = index;\n _this.active = true;\n _this.index = scheduler.index = index;\n return _this;\n }\n VirtualAction.prototype.schedule = function (state, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if (!this.id) {\n return _super.prototype.schedule.call(this, state, delay);\n }\n this.active = false;\n var action = new VirtualAction(this.scheduler, this.work);\n this.add(action);\n return action.schedule(state, delay);\n };\n VirtualAction.prototype.requestAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n this.delay = scheduler.frame + delay;\n var actions = scheduler.actions;\n actions.push(this);\n actions.sort(VirtualAction.sortActions);\n return true;\n };\n VirtualAction.prototype.recycleAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n return undefined;\n };\n VirtualAction.prototype._execute = function (state, delay) {\n if (this.active === true) {\n return _super.prototype._execute.call(this, state, delay);\n }\n };\n VirtualAction.sortActions = function (a, b) {\n if (a.delay === b.delay) {\n if (a.index === b.index) {\n return 0;\n }\n else if (a.index > b.index) {\n return 1;\n }\n else {\n return -1;\n }\n }\n else if (a.delay > b.delay) {\n return 1;\n }\n else {\n return -1;\n }\n };\n return VirtualAction;\n}(_AsyncAction__WEBPACK_IMPORTED_MODULE_1__[\"AsyncAction\"]));\n\n//# sourceMappingURL=VirtualTimeScheduler.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/VirtualTimeScheduler.js?");
3945
3946/***/ }),
3947
3948/***/ "./node_modules/rxjs/_esm5/internal/scheduler/animationFrame.js":
3949/*!**********************************************************************!*\
3950 !*** ./node_modules/rxjs/_esm5/internal/scheduler/animationFrame.js ***!
3951 \**********************************************************************/
3952/*! exports provided: animationFrameScheduler, animationFrame */
3953/***/ (function(module, __webpack_exports__, __webpack_require__) {
3954
3955"use strict";
3956eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"animationFrameScheduler\", function() { return animationFrameScheduler; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"animationFrame\", function() { return animationFrame; });\n/* harmony import */ var _AnimationFrameAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AnimationFrameAction */ \"./node_modules/rxjs/_esm5/internal/scheduler/AnimationFrameAction.js\");\n/* harmony import */ var _AnimationFrameScheduler__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AnimationFrameScheduler */ \"./node_modules/rxjs/_esm5/internal/scheduler/AnimationFrameScheduler.js\");\n/** PURE_IMPORTS_START _AnimationFrameAction,_AnimationFrameScheduler PURE_IMPORTS_END */\n\n\nvar animationFrameScheduler = /*@__PURE__*/ new _AnimationFrameScheduler__WEBPACK_IMPORTED_MODULE_1__[\"AnimationFrameScheduler\"](_AnimationFrameAction__WEBPACK_IMPORTED_MODULE_0__[\"AnimationFrameAction\"]);\nvar animationFrame = animationFrameScheduler;\n//# sourceMappingURL=animationFrame.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/animationFrame.js?");
3957
3958/***/ }),
3959
3960/***/ "./node_modules/rxjs/_esm5/internal/scheduler/asap.js":
3961/*!************************************************************!*\
3962 !*** ./node_modules/rxjs/_esm5/internal/scheduler/asap.js ***!
3963 \************************************************************/
3964/*! exports provided: asapScheduler, asap */
3965/***/ (function(module, __webpack_exports__, __webpack_require__) {
3966
3967"use strict";
3968eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"asapScheduler\", function() { return asapScheduler; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"asap\", function() { return asap; });\n/* harmony import */ var _AsapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AsapAction */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsapAction.js\");\n/* harmony import */ var _AsapScheduler__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AsapScheduler */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsapScheduler.js\");\n/** PURE_IMPORTS_START _AsapAction,_AsapScheduler PURE_IMPORTS_END */\n\n\nvar asapScheduler = /*@__PURE__*/ new _AsapScheduler__WEBPACK_IMPORTED_MODULE_1__[\"AsapScheduler\"](_AsapAction__WEBPACK_IMPORTED_MODULE_0__[\"AsapAction\"]);\nvar asap = asapScheduler;\n//# sourceMappingURL=asap.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/asap.js?");
3969
3970/***/ }),
3971
3972/***/ "./node_modules/rxjs/_esm5/internal/scheduler/async.js":
3973/*!*************************************************************!*\
3974 !*** ./node_modules/rxjs/_esm5/internal/scheduler/async.js ***!
3975 \*************************************************************/
3976/*! exports provided: asyncScheduler, async */
3977/***/ (function(module, __webpack_exports__, __webpack_require__) {
3978
3979"use strict";
3980eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"asyncScheduler\", function() { return asyncScheduler; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"async\", function() { return async; });\n/* harmony import */ var _AsyncAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AsyncAction */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsyncAction.js\");\n/* harmony import */ var _AsyncScheduler__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AsyncScheduler */ \"./node_modules/rxjs/_esm5/internal/scheduler/AsyncScheduler.js\");\n/** PURE_IMPORTS_START _AsyncAction,_AsyncScheduler PURE_IMPORTS_END */\n\n\nvar asyncScheduler = /*@__PURE__*/ new _AsyncScheduler__WEBPACK_IMPORTED_MODULE_1__[\"AsyncScheduler\"](_AsyncAction__WEBPACK_IMPORTED_MODULE_0__[\"AsyncAction\"]);\nvar async = asyncScheduler;\n//# sourceMappingURL=async.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/async.js?");
3981
3982/***/ }),
3983
3984/***/ "./node_modules/rxjs/_esm5/internal/scheduler/queue.js":
3985/*!*************************************************************!*\
3986 !*** ./node_modules/rxjs/_esm5/internal/scheduler/queue.js ***!
3987 \*************************************************************/
3988/*! exports provided: queueScheduler, queue */
3989/***/ (function(module, __webpack_exports__, __webpack_require__) {
3990
3991"use strict";
3992eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"queueScheduler\", function() { return queueScheduler; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"queue\", function() { return queue; });\n/* harmony import */ var _QueueAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./QueueAction */ \"./node_modules/rxjs/_esm5/internal/scheduler/QueueAction.js\");\n/* harmony import */ var _QueueScheduler__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./QueueScheduler */ \"./node_modules/rxjs/_esm5/internal/scheduler/QueueScheduler.js\");\n/** PURE_IMPORTS_START _QueueAction,_QueueScheduler PURE_IMPORTS_END */\n\n\nvar queueScheduler = /*@__PURE__*/ new _QueueScheduler__WEBPACK_IMPORTED_MODULE_1__[\"QueueScheduler\"](_QueueAction__WEBPACK_IMPORTED_MODULE_0__[\"QueueAction\"]);\nvar queue = queueScheduler;\n//# sourceMappingURL=queue.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/scheduler/queue.js?");
3993
3994/***/ }),
3995
3996/***/ "./node_modules/rxjs/_esm5/internal/symbol/iterator.js":
3997/*!*************************************************************!*\
3998 !*** ./node_modules/rxjs/_esm5/internal/symbol/iterator.js ***!
3999 \*************************************************************/
4000/*! exports provided: getSymbolIterator, iterator, $$iterator */
4001/***/ (function(module, __webpack_exports__, __webpack_require__) {
4002
4003"use strict";
4004eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"getSymbolIterator\", function() { return getSymbolIterator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"iterator\", function() { return iterator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"$$iterator\", function() { return $$iterator; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nfunction getSymbolIterator() {\n if (typeof Symbol !== 'function' || !Symbol.iterator) {\n return '@@iterator';\n }\n return Symbol.iterator;\n}\nvar iterator = /*@__PURE__*/ getSymbolIterator();\nvar $$iterator = iterator;\n//# sourceMappingURL=iterator.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/symbol/iterator.js?");
4005
4006/***/ }),
4007
4008/***/ "./node_modules/rxjs/_esm5/internal/symbol/observable.js":
4009/*!***************************************************************!*\
4010 !*** ./node_modules/rxjs/_esm5/internal/symbol/observable.js ***!
4011 \***************************************************************/
4012/*! exports provided: observable */
4013/***/ (function(module, __webpack_exports__, __webpack_require__) {
4014
4015"use strict";
4016eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"observable\", function() { return observable; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar observable = /*@__PURE__*/ (function () { return typeof Symbol === 'function' && Symbol.observable || '@@observable'; })();\n//# sourceMappingURL=observable.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/symbol/observable.js?");
4017
4018/***/ }),
4019
4020/***/ "./node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js":
4021/*!*****************************************************************!*\
4022 !*** ./node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js ***!
4023 \*****************************************************************/
4024/*! exports provided: rxSubscriber, $$rxSubscriber */
4025/***/ (function(module, __webpack_exports__, __webpack_require__) {
4026
4027"use strict";
4028eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"rxSubscriber\", function() { return rxSubscriber; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"$$rxSubscriber\", function() { return $$rxSubscriber; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar rxSubscriber = /*@__PURE__*/ (function () {\n return typeof Symbol === 'function'\n ? /*@__PURE__*/ Symbol('rxSubscriber')\n : '@@rxSubscriber_' + /*@__PURE__*/ Math.random();\n})();\nvar $$rxSubscriber = rxSubscriber;\n//# sourceMappingURL=rxSubscriber.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js?");
4029
4030/***/ }),
4031
4032/***/ "./node_modules/rxjs/_esm5/internal/util/ArgumentOutOfRangeError.js":
4033/*!**************************************************************************!*\
4034 !*** ./node_modules/rxjs/_esm5/internal/util/ArgumentOutOfRangeError.js ***!
4035 \**************************************************************************/
4036/*! exports provided: ArgumentOutOfRangeError */
4037/***/ (function(module, __webpack_exports__, __webpack_require__) {
4038
4039"use strict";
4040eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ArgumentOutOfRangeError\", function() { return ArgumentOutOfRangeError; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar ArgumentOutOfRangeErrorImpl = /*@__PURE__*/ (function () {\n function ArgumentOutOfRangeErrorImpl() {\n Error.call(this);\n this.message = 'argument out of range';\n this.name = 'ArgumentOutOfRangeError';\n return this;\n }\n ArgumentOutOfRangeErrorImpl.prototype = /*@__PURE__*/ Object.create(Error.prototype);\n return ArgumentOutOfRangeErrorImpl;\n})();\nvar ArgumentOutOfRangeError = ArgumentOutOfRangeErrorImpl;\n//# sourceMappingURL=ArgumentOutOfRangeError.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/ArgumentOutOfRangeError.js?");
4041
4042/***/ }),
4043
4044/***/ "./node_modules/rxjs/_esm5/internal/util/EmptyError.js":
4045/*!*************************************************************!*\
4046 !*** ./node_modules/rxjs/_esm5/internal/util/EmptyError.js ***!
4047 \*************************************************************/
4048/*! exports provided: EmptyError */
4049/***/ (function(module, __webpack_exports__, __webpack_require__) {
4050
4051"use strict";
4052eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"EmptyError\", function() { return EmptyError; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar EmptyErrorImpl = /*@__PURE__*/ (function () {\n function EmptyErrorImpl() {\n Error.call(this);\n this.message = 'no elements in sequence';\n this.name = 'EmptyError';\n return this;\n }\n EmptyErrorImpl.prototype = /*@__PURE__*/ Object.create(Error.prototype);\n return EmptyErrorImpl;\n})();\nvar EmptyError = EmptyErrorImpl;\n//# sourceMappingURL=EmptyError.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/EmptyError.js?");
4053
4054/***/ }),
4055
4056/***/ "./node_modules/rxjs/_esm5/internal/util/Immediate.js":
4057/*!************************************************************!*\
4058 !*** ./node_modules/rxjs/_esm5/internal/util/Immediate.js ***!
4059 \************************************************************/
4060/*! exports provided: Immediate, TestTools */
4061/***/ (function(module, __webpack_exports__, __webpack_require__) {
4062
4063"use strict";
4064eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Immediate\", function() { return Immediate; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"TestTools\", function() { return TestTools; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar nextHandle = 1;\nvar RESOLVED = /*@__PURE__*/ (function () { return /*@__PURE__*/ Promise.resolve(); })();\nvar activeHandles = {};\nfunction findAndClearHandle(handle) {\n if (handle in activeHandles) {\n delete activeHandles[handle];\n return true;\n }\n return false;\n}\nvar Immediate = {\n setImmediate: function (cb) {\n var handle = nextHandle++;\n activeHandles[handle] = true;\n RESOLVED.then(function () { return findAndClearHandle(handle) && cb(); });\n return handle;\n },\n clearImmediate: function (handle) {\n findAndClearHandle(handle);\n },\n};\nvar TestTools = {\n pending: function () {\n return Object.keys(activeHandles).length;\n }\n};\n//# sourceMappingURL=Immediate.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/Immediate.js?");
4065
4066/***/ }),
4067
4068/***/ "./node_modules/rxjs/_esm5/internal/util/ObjectUnsubscribedError.js":
4069/*!**************************************************************************!*\
4070 !*** ./node_modules/rxjs/_esm5/internal/util/ObjectUnsubscribedError.js ***!
4071 \**************************************************************************/
4072/*! exports provided: ObjectUnsubscribedError */
4073/***/ (function(module, __webpack_exports__, __webpack_require__) {
4074
4075"use strict";
4076eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ObjectUnsubscribedError\", function() { return ObjectUnsubscribedError; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar ObjectUnsubscribedErrorImpl = /*@__PURE__*/ (function () {\n function ObjectUnsubscribedErrorImpl() {\n Error.call(this);\n this.message = 'object unsubscribed';\n this.name = 'ObjectUnsubscribedError';\n return this;\n }\n ObjectUnsubscribedErrorImpl.prototype = /*@__PURE__*/ Object.create(Error.prototype);\n return ObjectUnsubscribedErrorImpl;\n})();\nvar ObjectUnsubscribedError = ObjectUnsubscribedErrorImpl;\n//# sourceMappingURL=ObjectUnsubscribedError.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/ObjectUnsubscribedError.js?");
4077
4078/***/ }),
4079
4080/***/ "./node_modules/rxjs/_esm5/internal/util/TimeoutError.js":
4081/*!***************************************************************!*\
4082 !*** ./node_modules/rxjs/_esm5/internal/util/TimeoutError.js ***!
4083 \***************************************************************/
4084/*! exports provided: TimeoutError */
4085/***/ (function(module, __webpack_exports__, __webpack_require__) {
4086
4087"use strict";
4088eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"TimeoutError\", function() { return TimeoutError; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar TimeoutErrorImpl = /*@__PURE__*/ (function () {\n function TimeoutErrorImpl() {\n Error.call(this);\n this.message = 'Timeout has occurred';\n this.name = 'TimeoutError';\n return this;\n }\n TimeoutErrorImpl.prototype = /*@__PURE__*/ Object.create(Error.prototype);\n return TimeoutErrorImpl;\n})();\nvar TimeoutError = TimeoutErrorImpl;\n//# sourceMappingURL=TimeoutError.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/TimeoutError.js?");
4089
4090/***/ }),
4091
4092/***/ "./node_modules/rxjs/_esm5/internal/util/UnsubscriptionError.js":
4093/*!**********************************************************************!*\
4094 !*** ./node_modules/rxjs/_esm5/internal/util/UnsubscriptionError.js ***!
4095 \**********************************************************************/
4096/*! exports provided: UnsubscriptionError */
4097/***/ (function(module, __webpack_exports__, __webpack_require__) {
4098
4099"use strict";
4100eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"UnsubscriptionError\", function() { return UnsubscriptionError; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar UnsubscriptionErrorImpl = /*@__PURE__*/ (function () {\n function UnsubscriptionErrorImpl(errors) {\n Error.call(this);\n this.message = errors ?\n errors.length + \" errors occurred during unsubscription:\\n\" + errors.map(function (err, i) { return i + 1 + \") \" + err.toString(); }).join('\\n ') : '';\n this.name = 'UnsubscriptionError';\n this.errors = errors;\n return this;\n }\n UnsubscriptionErrorImpl.prototype = /*@__PURE__*/ Object.create(Error.prototype);\n return UnsubscriptionErrorImpl;\n})();\nvar UnsubscriptionError = UnsubscriptionErrorImpl;\n//# sourceMappingURL=UnsubscriptionError.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/UnsubscriptionError.js?");
4101
4102/***/ }),
4103
4104/***/ "./node_modules/rxjs/_esm5/internal/util/canReportError.js":
4105/*!*****************************************************************!*\
4106 !*** ./node_modules/rxjs/_esm5/internal/util/canReportError.js ***!
4107 \*****************************************************************/
4108/*! exports provided: canReportError */
4109/***/ (function(module, __webpack_exports__, __webpack_require__) {
4110
4111"use strict";
4112eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"canReportError\", function() { return canReportError; });\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/** PURE_IMPORTS_START _Subscriber PURE_IMPORTS_END */\n\nfunction canReportError(observer) {\n while (observer) {\n var _a = observer, closed_1 = _a.closed, destination = _a.destination, isStopped = _a.isStopped;\n if (closed_1 || isStopped) {\n return false;\n }\n else if (destination && destination instanceof _Subscriber__WEBPACK_IMPORTED_MODULE_0__[\"Subscriber\"]) {\n observer = destination;\n }\n else {\n observer = null;\n }\n }\n return true;\n}\n//# sourceMappingURL=canReportError.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/canReportError.js?");
4113
4114/***/ }),
4115
4116/***/ "./node_modules/rxjs/_esm5/internal/util/hostReportError.js":
4117/*!******************************************************************!*\
4118 !*** ./node_modules/rxjs/_esm5/internal/util/hostReportError.js ***!
4119 \******************************************************************/
4120/*! exports provided: hostReportError */
4121/***/ (function(module, __webpack_exports__, __webpack_require__) {
4122
4123"use strict";
4124eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"hostReportError\", function() { return hostReportError; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nfunction hostReportError(err) {\n setTimeout(function () { throw err; }, 0);\n}\n//# sourceMappingURL=hostReportError.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/hostReportError.js?");
4125
4126/***/ }),
4127
4128/***/ "./node_modules/rxjs/_esm5/internal/util/identity.js":
4129/*!***********************************************************!*\
4130 !*** ./node_modules/rxjs/_esm5/internal/util/identity.js ***!
4131 \***********************************************************/
4132/*! exports provided: identity */
4133/***/ (function(module, __webpack_exports__, __webpack_require__) {
4134
4135"use strict";
4136eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"identity\", function() { return identity; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nfunction identity(x) {\n return x;\n}\n//# sourceMappingURL=identity.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/identity.js?");
4137
4138/***/ }),
4139
4140/***/ "./node_modules/rxjs/_esm5/internal/util/isArray.js":
4141/*!**********************************************************!*\
4142 !*** ./node_modules/rxjs/_esm5/internal/util/isArray.js ***!
4143 \**********************************************************/
4144/*! exports provided: isArray */
4145/***/ (function(module, __webpack_exports__, __webpack_require__) {
4146
4147"use strict";
4148eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isArray\", function() { return isArray; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar isArray = /*@__PURE__*/ (function () { return Array.isArray || (function (x) { return x && typeof x.length === 'number'; }); })();\n//# sourceMappingURL=isArray.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/isArray.js?");
4149
4150/***/ }),
4151
4152/***/ "./node_modules/rxjs/_esm5/internal/util/isArrayLike.js":
4153/*!**************************************************************!*\
4154 !*** ./node_modules/rxjs/_esm5/internal/util/isArrayLike.js ***!
4155 \**************************************************************/
4156/*! exports provided: isArrayLike */
4157/***/ (function(module, __webpack_exports__, __webpack_require__) {
4158
4159"use strict";
4160eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isArrayLike\", function() { return isArrayLike; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar isArrayLike = (function (x) { return x && typeof x.length === 'number' && typeof x !== 'function'; });\n//# sourceMappingURL=isArrayLike.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/isArrayLike.js?");
4161
4162/***/ }),
4163
4164/***/ "./node_modules/rxjs/_esm5/internal/util/isDate.js":
4165/*!*********************************************************!*\
4166 !*** ./node_modules/rxjs/_esm5/internal/util/isDate.js ***!
4167 \*********************************************************/
4168/*! exports provided: isDate */
4169/***/ (function(module, __webpack_exports__, __webpack_require__) {
4170
4171"use strict";
4172eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isDate\", function() { return isDate; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nfunction isDate(value) {\n return value instanceof Date && !isNaN(+value);\n}\n//# sourceMappingURL=isDate.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/isDate.js?");
4173
4174/***/ }),
4175
4176/***/ "./node_modules/rxjs/_esm5/internal/util/isFunction.js":
4177/*!*************************************************************!*\
4178 !*** ./node_modules/rxjs/_esm5/internal/util/isFunction.js ***!
4179 \*************************************************************/
4180/*! exports provided: isFunction */
4181/***/ (function(module, __webpack_exports__, __webpack_require__) {
4182
4183"use strict";
4184eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isFunction\", function() { return isFunction; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nfunction isFunction(x) {\n return typeof x === 'function';\n}\n//# sourceMappingURL=isFunction.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/isFunction.js?");
4185
4186/***/ }),
4187
4188/***/ "./node_modules/rxjs/_esm5/internal/util/isInteropObservable.js":
4189/*!**********************************************************************!*\
4190 !*** ./node_modules/rxjs/_esm5/internal/util/isInteropObservable.js ***!
4191 \**********************************************************************/
4192/*! exports provided: isInteropObservable */
4193/***/ (function(module, __webpack_exports__, __webpack_require__) {
4194
4195"use strict";
4196eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isInteropObservable\", function() { return isInteropObservable; });\n/* harmony import */ var _symbol_observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../symbol/observable */ \"./node_modules/rxjs/_esm5/internal/symbol/observable.js\");\n/** PURE_IMPORTS_START _symbol_observable PURE_IMPORTS_END */\n\nfunction isInteropObservable(input) {\n return input && typeof input[_symbol_observable__WEBPACK_IMPORTED_MODULE_0__[\"observable\"]] === 'function';\n}\n//# sourceMappingURL=isInteropObservable.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/isInteropObservable.js?");
4197
4198/***/ }),
4199
4200/***/ "./node_modules/rxjs/_esm5/internal/util/isIterable.js":
4201/*!*************************************************************!*\
4202 !*** ./node_modules/rxjs/_esm5/internal/util/isIterable.js ***!
4203 \*************************************************************/
4204/*! exports provided: isIterable */
4205/***/ (function(module, __webpack_exports__, __webpack_require__) {
4206
4207"use strict";
4208eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isIterable\", function() { return isIterable; });\n/* harmony import */ var _symbol_iterator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../symbol/iterator */ \"./node_modules/rxjs/_esm5/internal/symbol/iterator.js\");\n/** PURE_IMPORTS_START _symbol_iterator PURE_IMPORTS_END */\n\nfunction isIterable(input) {\n return input && typeof input[_symbol_iterator__WEBPACK_IMPORTED_MODULE_0__[\"iterator\"]] === 'function';\n}\n//# sourceMappingURL=isIterable.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/isIterable.js?");
4209
4210/***/ }),
4211
4212/***/ "./node_modules/rxjs/_esm5/internal/util/isNumeric.js":
4213/*!************************************************************!*\
4214 !*** ./node_modules/rxjs/_esm5/internal/util/isNumeric.js ***!
4215 \************************************************************/
4216/*! exports provided: isNumeric */
4217/***/ (function(module, __webpack_exports__, __webpack_require__) {
4218
4219"use strict";
4220eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isNumeric\", function() { return isNumeric; });\n/* harmony import */ var _isArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./isArray */ \"./node_modules/rxjs/_esm5/internal/util/isArray.js\");\n/** PURE_IMPORTS_START _isArray PURE_IMPORTS_END */\n\nfunction isNumeric(val) {\n return !Object(_isArray__WEBPACK_IMPORTED_MODULE_0__[\"isArray\"])(val) && (val - parseFloat(val) + 1) >= 0;\n}\n//# sourceMappingURL=isNumeric.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/isNumeric.js?");
4221
4222/***/ }),
4223
4224/***/ "./node_modules/rxjs/_esm5/internal/util/isObject.js":
4225/*!***********************************************************!*\
4226 !*** ./node_modules/rxjs/_esm5/internal/util/isObject.js ***!
4227 \***********************************************************/
4228/*! exports provided: isObject */
4229/***/ (function(module, __webpack_exports__, __webpack_require__) {
4230
4231"use strict";
4232eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isObject\", function() { return isObject; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nfunction isObject(x) {\n return x !== null && typeof x === 'object';\n}\n//# sourceMappingURL=isObject.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/isObject.js?");
4233
4234/***/ }),
4235
4236/***/ "./node_modules/rxjs/_esm5/internal/util/isObservable.js":
4237/*!***************************************************************!*\
4238 !*** ./node_modules/rxjs/_esm5/internal/util/isObservable.js ***!
4239 \***************************************************************/
4240/*! exports provided: isObservable */
4241/***/ (function(module, __webpack_exports__, __webpack_require__) {
4242
4243"use strict";
4244eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isObservable\", function() { return isObservable; });\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/** PURE_IMPORTS_START _Observable PURE_IMPORTS_END */\n\nfunction isObservable(obj) {\n return !!obj && (obj instanceof _Observable__WEBPACK_IMPORTED_MODULE_0__[\"Observable\"] || (typeof obj.lift === 'function' && typeof obj.subscribe === 'function'));\n}\n//# sourceMappingURL=isObservable.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/isObservable.js?");
4245
4246/***/ }),
4247
4248/***/ "./node_modules/rxjs/_esm5/internal/util/isPromise.js":
4249/*!************************************************************!*\
4250 !*** ./node_modules/rxjs/_esm5/internal/util/isPromise.js ***!
4251 \************************************************************/
4252/*! exports provided: isPromise */
4253/***/ (function(module, __webpack_exports__, __webpack_require__) {
4254
4255"use strict";
4256eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isPromise\", function() { return isPromise; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nfunction isPromise(value) {\n return !!value && typeof value.subscribe !== 'function' && typeof value.then === 'function';\n}\n//# sourceMappingURL=isPromise.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/isPromise.js?");
4257
4258/***/ }),
4259
4260/***/ "./node_modules/rxjs/_esm5/internal/util/isScheduler.js":
4261/*!**************************************************************!*\
4262 !*** ./node_modules/rxjs/_esm5/internal/util/isScheduler.js ***!
4263 \**************************************************************/
4264/*! exports provided: isScheduler */
4265/***/ (function(module, __webpack_exports__, __webpack_require__) {
4266
4267"use strict";
4268eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isScheduler\", function() { return isScheduler; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nfunction isScheduler(value) {\n return value && typeof value.schedule === 'function';\n}\n//# sourceMappingURL=isScheduler.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/isScheduler.js?");
4269
4270/***/ }),
4271
4272/***/ "./node_modules/rxjs/_esm5/internal/util/noop.js":
4273/*!*******************************************************!*\
4274 !*** ./node_modules/rxjs/_esm5/internal/util/noop.js ***!
4275 \*******************************************************/
4276/*! exports provided: noop */
4277/***/ (function(module, __webpack_exports__, __webpack_require__) {
4278
4279"use strict";
4280eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"noop\", function() { return noop; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nfunction noop() { }\n//# sourceMappingURL=noop.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/noop.js?");
4281
4282/***/ }),
4283
4284/***/ "./node_modules/rxjs/_esm5/internal/util/not.js":
4285/*!******************************************************!*\
4286 !*** ./node_modules/rxjs/_esm5/internal/util/not.js ***!
4287 \******************************************************/
4288/*! exports provided: not */
4289/***/ (function(module, __webpack_exports__, __webpack_require__) {
4290
4291"use strict";
4292eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"not\", function() { return not; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nfunction not(pred, thisArg) {\n function notPred() {\n return !(notPred.pred.apply(notPred.thisArg, arguments));\n }\n notPred.pred = pred;\n notPred.thisArg = thisArg;\n return notPred;\n}\n//# sourceMappingURL=not.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/not.js?");
4293
4294/***/ }),
4295
4296/***/ "./node_modules/rxjs/_esm5/internal/util/pipe.js":
4297/*!*******************************************************!*\
4298 !*** ./node_modules/rxjs/_esm5/internal/util/pipe.js ***!
4299 \*******************************************************/
4300/*! exports provided: pipe, pipeFromArray */
4301/***/ (function(module, __webpack_exports__, __webpack_require__) {
4302
4303"use strict";
4304eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"pipe\", function() { return pipe; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"pipeFromArray\", function() { return pipeFromArray; });\n/* harmony import */ var _identity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./identity */ \"./node_modules/rxjs/_esm5/internal/util/identity.js\");\n/** PURE_IMPORTS_START _identity PURE_IMPORTS_END */\n\nfunction pipe() {\n var fns = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n fns[_i] = arguments[_i];\n }\n return pipeFromArray(fns);\n}\nfunction pipeFromArray(fns) {\n if (fns.length === 0) {\n return _identity__WEBPACK_IMPORTED_MODULE_0__[\"identity\"];\n }\n if (fns.length === 1) {\n return fns[0];\n }\n return function piped(input) {\n return fns.reduce(function (prev, fn) { return fn(prev); }, input);\n };\n}\n//# sourceMappingURL=pipe.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/pipe.js?");
4305
4306/***/ }),
4307
4308/***/ "./node_modules/rxjs/_esm5/internal/util/subscribeTo.js":
4309/*!**************************************************************!*\
4310 !*** ./node_modules/rxjs/_esm5/internal/util/subscribeTo.js ***!
4311 \**************************************************************/
4312/*! exports provided: subscribeTo */
4313/***/ (function(module, __webpack_exports__, __webpack_require__) {
4314
4315"use strict";
4316eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"subscribeTo\", function() { return subscribeTo; });\n/* harmony import */ var _subscribeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./subscribeToArray */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToArray.js\");\n/* harmony import */ var _subscribeToPromise__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./subscribeToPromise */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToPromise.js\");\n/* harmony import */ var _subscribeToIterable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./subscribeToIterable */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToIterable.js\");\n/* harmony import */ var _subscribeToObservable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./subscribeToObservable */ \"./node_modules/rxjs/_esm5/internal/util/subscribeToObservable.js\");\n/* harmony import */ var _isArrayLike__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./isArrayLike */ \"./node_modules/rxjs/_esm5/internal/util/isArrayLike.js\");\n/* harmony import */ var _isPromise__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./isPromise */ \"./node_modules/rxjs/_esm5/internal/util/isPromise.js\");\n/* harmony import */ var _isObject__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./isObject */ \"./node_modules/rxjs/_esm5/internal/util/isObject.js\");\n/* harmony import */ var _symbol_iterator__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../symbol/iterator */ \"./node_modules/rxjs/_esm5/internal/symbol/iterator.js\");\n/* harmony import */ var _symbol_observable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../symbol/observable */ \"./node_modules/rxjs/_esm5/internal/symbol/observable.js\");\n/** PURE_IMPORTS_START _subscribeToArray,_subscribeToPromise,_subscribeToIterable,_subscribeToObservable,_isArrayLike,_isPromise,_isObject,_symbol_iterator,_symbol_observable PURE_IMPORTS_END */\n\n\n\n\n\n\n\n\n\nvar subscribeTo = function (result) {\n if (!!result && typeof result[_symbol_observable__WEBPACK_IMPORTED_MODULE_8__[\"observable\"]] === 'function') {\n return Object(_subscribeToObservable__WEBPACK_IMPORTED_MODULE_3__[\"subscribeToObservable\"])(result);\n }\n else if (Object(_isArrayLike__WEBPACK_IMPORTED_MODULE_4__[\"isArrayLike\"])(result)) {\n return Object(_subscribeToArray__WEBPACK_IMPORTED_MODULE_0__[\"subscribeToArray\"])(result);\n }\n else if (Object(_isPromise__WEBPACK_IMPORTED_MODULE_5__[\"isPromise\"])(result)) {\n return Object(_subscribeToPromise__WEBPACK_IMPORTED_MODULE_1__[\"subscribeToPromise\"])(result);\n }\n else if (!!result && typeof result[_symbol_iterator__WEBPACK_IMPORTED_MODULE_7__[\"iterator\"]] === 'function') {\n return Object(_subscribeToIterable__WEBPACK_IMPORTED_MODULE_2__[\"subscribeToIterable\"])(result);\n }\n else {\n var value = Object(_isObject__WEBPACK_IMPORTED_MODULE_6__[\"isObject\"])(result) ? 'an invalid object' : \"'\" + result + \"'\";\n var msg = \"You provided \" + value + \" where a stream was expected.\"\n + ' You can provide an Observable, Promise, Array, or Iterable.';\n throw new TypeError(msg);\n }\n};\n//# sourceMappingURL=subscribeTo.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/subscribeTo.js?");
4317
4318/***/ }),
4319
4320/***/ "./node_modules/rxjs/_esm5/internal/util/subscribeToArray.js":
4321/*!*******************************************************************!*\
4322 !*** ./node_modules/rxjs/_esm5/internal/util/subscribeToArray.js ***!
4323 \*******************************************************************/
4324/*! exports provided: subscribeToArray */
4325/***/ (function(module, __webpack_exports__, __webpack_require__) {
4326
4327"use strict";
4328eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"subscribeToArray\", function() { return subscribeToArray; });\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\nvar subscribeToArray = function (array) {\n return function (subscriber) {\n for (var i = 0, len = array.length; i < len && !subscriber.closed; i++) {\n subscriber.next(array[i]);\n }\n subscriber.complete();\n };\n};\n//# sourceMappingURL=subscribeToArray.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/subscribeToArray.js?");
4329
4330/***/ }),
4331
4332/***/ "./node_modules/rxjs/_esm5/internal/util/subscribeToIterable.js":
4333/*!**********************************************************************!*\
4334 !*** ./node_modules/rxjs/_esm5/internal/util/subscribeToIterable.js ***!
4335 \**********************************************************************/
4336/*! exports provided: subscribeToIterable */
4337/***/ (function(module, __webpack_exports__, __webpack_require__) {
4338
4339"use strict";
4340eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"subscribeToIterable\", function() { return subscribeToIterable; });\n/* harmony import */ var _symbol_iterator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../symbol/iterator */ \"./node_modules/rxjs/_esm5/internal/symbol/iterator.js\");\n/** PURE_IMPORTS_START _symbol_iterator PURE_IMPORTS_END */\n\nvar subscribeToIterable = function (iterable) {\n return function (subscriber) {\n var iterator = iterable[_symbol_iterator__WEBPACK_IMPORTED_MODULE_0__[\"iterator\"]]();\n do {\n var item = void 0;\n try {\n item = iterator.next();\n }\n catch (err) {\n subscriber.error(err);\n return subscriber;\n }\n if (item.done) {\n subscriber.complete();\n break;\n }\n subscriber.next(item.value);\n if (subscriber.closed) {\n break;\n }\n } while (true);\n if (typeof iterator.return === 'function') {\n subscriber.add(function () {\n if (iterator.return) {\n iterator.return();\n }\n });\n }\n return subscriber;\n };\n};\n//# sourceMappingURL=subscribeToIterable.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/subscribeToIterable.js?");
4341
4342/***/ }),
4343
4344/***/ "./node_modules/rxjs/_esm5/internal/util/subscribeToObservable.js":
4345/*!************************************************************************!*\
4346 !*** ./node_modules/rxjs/_esm5/internal/util/subscribeToObservable.js ***!
4347 \************************************************************************/
4348/*! exports provided: subscribeToObservable */
4349/***/ (function(module, __webpack_exports__, __webpack_require__) {
4350
4351"use strict";
4352eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"subscribeToObservable\", function() { return subscribeToObservable; });\n/* harmony import */ var _symbol_observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../symbol/observable */ \"./node_modules/rxjs/_esm5/internal/symbol/observable.js\");\n/** PURE_IMPORTS_START _symbol_observable PURE_IMPORTS_END */\n\nvar subscribeToObservable = function (obj) {\n return function (subscriber) {\n var obs = obj[_symbol_observable__WEBPACK_IMPORTED_MODULE_0__[\"observable\"]]();\n if (typeof obs.subscribe !== 'function') {\n throw new TypeError('Provided object does not correctly implement Symbol.observable');\n }\n else {\n return obs.subscribe(subscriber);\n }\n };\n};\n//# sourceMappingURL=subscribeToObservable.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/subscribeToObservable.js?");
4353
4354/***/ }),
4355
4356/***/ "./node_modules/rxjs/_esm5/internal/util/subscribeToPromise.js":
4357/*!*********************************************************************!*\
4358 !*** ./node_modules/rxjs/_esm5/internal/util/subscribeToPromise.js ***!
4359 \*********************************************************************/
4360/*! exports provided: subscribeToPromise */
4361/***/ (function(module, __webpack_exports__, __webpack_require__) {
4362
4363"use strict";
4364eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"subscribeToPromise\", function() { return subscribeToPromise; });\n/* harmony import */ var _hostReportError__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./hostReportError */ \"./node_modules/rxjs/_esm5/internal/util/hostReportError.js\");\n/** PURE_IMPORTS_START _hostReportError PURE_IMPORTS_END */\n\nvar subscribeToPromise = function (promise) {\n return function (subscriber) {\n promise.then(function (value) {\n if (!subscriber.closed) {\n subscriber.next(value);\n subscriber.complete();\n }\n }, function (err) { return subscriber.error(err); })\n .then(null, _hostReportError__WEBPACK_IMPORTED_MODULE_0__[\"hostReportError\"]);\n return subscriber;\n };\n};\n//# sourceMappingURL=subscribeToPromise.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/subscribeToPromise.js?");
4365
4366/***/ }),
4367
4368/***/ "./node_modules/rxjs/_esm5/internal/util/subscribeToResult.js":
4369/*!********************************************************************!*\
4370 !*** ./node_modules/rxjs/_esm5/internal/util/subscribeToResult.js ***!
4371 \********************************************************************/
4372/*! exports provided: subscribeToResult */
4373/***/ (function(module, __webpack_exports__, __webpack_require__) {
4374
4375"use strict";
4376eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"subscribeToResult\", function() { return subscribeToResult; });\n/* harmony import */ var _InnerSubscriber__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../InnerSubscriber */ \"./node_modules/rxjs/_esm5/internal/InnerSubscriber.js\");\n/* harmony import */ var _subscribeTo__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./subscribeTo */ \"./node_modules/rxjs/_esm5/internal/util/subscribeTo.js\");\n/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Observable */ \"./node_modules/rxjs/_esm5/internal/Observable.js\");\n/** PURE_IMPORTS_START _InnerSubscriber,_subscribeTo,_Observable PURE_IMPORTS_END */\n\n\n\nfunction subscribeToResult(outerSubscriber, result, outerValue, outerIndex, innerSubscriber) {\n if (innerSubscriber === void 0) {\n innerSubscriber = new _InnerSubscriber__WEBPACK_IMPORTED_MODULE_0__[\"InnerSubscriber\"](outerSubscriber, outerValue, outerIndex);\n }\n if (innerSubscriber.closed) {\n return undefined;\n }\n if (result instanceof _Observable__WEBPACK_IMPORTED_MODULE_2__[\"Observable\"]) {\n return result.subscribe(innerSubscriber);\n }\n return Object(_subscribeTo__WEBPACK_IMPORTED_MODULE_1__[\"subscribeTo\"])(result)(innerSubscriber);\n}\n//# sourceMappingURL=subscribeToResult.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/subscribeToResult.js?");
4377
4378/***/ }),
4379
4380/***/ "./node_modules/rxjs/_esm5/internal/util/toSubscriber.js":
4381/*!***************************************************************!*\
4382 !*** ./node_modules/rxjs/_esm5/internal/util/toSubscriber.js ***!
4383 \***************************************************************/
4384/*! exports provided: toSubscriber */
4385/***/ (function(module, __webpack_exports__, __webpack_require__) {
4386
4387"use strict";
4388eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"toSubscriber\", function() { return toSubscriber; });\n/* harmony import */ var _Subscriber__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Subscriber */ \"./node_modules/rxjs/_esm5/internal/Subscriber.js\");\n/* harmony import */ var _symbol_rxSubscriber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../symbol/rxSubscriber */ \"./node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js\");\n/* harmony import */ var _Observer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Observer */ \"./node_modules/rxjs/_esm5/internal/Observer.js\");\n/** PURE_IMPORTS_START _Subscriber,_symbol_rxSubscriber,_Observer PURE_IMPORTS_END */\n\n\n\nfunction toSubscriber(nextOrObserver, error, complete) {\n if (nextOrObserver) {\n if (nextOrObserver instanceof _Subscriber__WEBPACK_IMPORTED_MODULE_0__[\"Subscriber\"]) {\n return nextOrObserver;\n }\n if (nextOrObserver[_symbol_rxSubscriber__WEBPACK_IMPORTED_MODULE_1__[\"rxSubscriber\"]]) {\n return nextOrObserver[_symbol_rxSubscriber__WEBPACK_IMPORTED_MODULE_1__[\"rxSubscriber\"]]();\n }\n }\n if (!nextOrObserver && !error && !complete) {\n return new _Subscriber__WEBPACK_IMPORTED_MODULE_0__[\"Subscriber\"](_Observer__WEBPACK_IMPORTED_MODULE_2__[\"empty\"]);\n }\n return new _Subscriber__WEBPACK_IMPORTED_MODULE_0__[\"Subscriber\"](nextOrObserver, error, complete);\n}\n//# sourceMappingURL=toSubscriber.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/internal/util/toSubscriber.js?");
4389
4390/***/ }),
4391
4392/***/ "./node_modules/rxjs/_esm5/operators/index.js":
4393/*!****************************************************!*\
4394 !*** ./node_modules/rxjs/_esm5/operators/index.js ***!
4395 \****************************************************/
4396/*! exports provided: audit, auditTime, buffer, bufferCount, bufferTime, bufferToggle, bufferWhen, catchError, combineAll, combineLatest, concat, concatAll, concatMap, concatMapTo, count, debounce, debounceTime, defaultIfEmpty, delay, delayWhen, dematerialize, distinct, distinctUntilChanged, distinctUntilKeyChanged, elementAt, endWith, every, exhaust, exhaustMap, expand, filter, finalize, find, findIndex, first, groupBy, ignoreElements, isEmpty, last, map, mapTo, materialize, max, merge, mergeAll, mergeMap, flatMap, mergeMapTo, mergeScan, min, multicast, observeOn, onErrorResumeNext, pairwise, partition, pluck, publish, publishBehavior, publishLast, publishReplay, race, reduce, repeat, repeatWhen, retry, retryWhen, refCount, sample, sampleTime, scan, sequenceEqual, share, shareReplay, single, skip, skipLast, skipUntil, skipWhile, startWith, subscribeOn, switchAll, switchMap, switchMapTo, take, takeLast, takeUntil, takeWhile, tap, throttle, throttleTime, throwIfEmpty, timeInterval, timeout, timeoutWith, timestamp, toArray, window, windowCount, windowTime, windowToggle, windowWhen, withLatestFrom, zip, zipAll */
4397/***/ (function(module, __webpack_exports__, __webpack_require__) {
4398
4399"use strict";
4400eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _internal_operators_audit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../internal/operators/audit */ \"./node_modules/rxjs/_esm5/internal/operators/audit.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"audit\", function() { return _internal_operators_audit__WEBPACK_IMPORTED_MODULE_0__[\"audit\"]; });\n\n/* harmony import */ var _internal_operators_auditTime__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../internal/operators/auditTime */ \"./node_modules/rxjs/_esm5/internal/operators/auditTime.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"auditTime\", function() { return _internal_operators_auditTime__WEBPACK_IMPORTED_MODULE_1__[\"auditTime\"]; });\n\n/* harmony import */ var _internal_operators_buffer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../internal/operators/buffer */ \"./node_modules/rxjs/_esm5/internal/operators/buffer.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"buffer\", function() { return _internal_operators_buffer__WEBPACK_IMPORTED_MODULE_2__[\"buffer\"]; });\n\n/* harmony import */ var _internal_operators_bufferCount__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../internal/operators/bufferCount */ \"./node_modules/rxjs/_esm5/internal/operators/bufferCount.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"bufferCount\", function() { return _internal_operators_bufferCount__WEBPACK_IMPORTED_MODULE_3__[\"bufferCount\"]; });\n\n/* harmony import */ var _internal_operators_bufferTime__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../internal/operators/bufferTime */ \"./node_modules/rxjs/_esm5/internal/operators/bufferTime.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"bufferTime\", function() { return _internal_operators_bufferTime__WEBPACK_IMPORTED_MODULE_4__[\"bufferTime\"]; });\n\n/* harmony import */ var _internal_operators_bufferToggle__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../internal/operators/bufferToggle */ \"./node_modules/rxjs/_esm5/internal/operators/bufferToggle.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"bufferToggle\", function() { return _internal_operators_bufferToggle__WEBPACK_IMPORTED_MODULE_5__[\"bufferToggle\"]; });\n\n/* harmony import */ var _internal_operators_bufferWhen__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../internal/operators/bufferWhen */ \"./node_modules/rxjs/_esm5/internal/operators/bufferWhen.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"bufferWhen\", function() { return _internal_operators_bufferWhen__WEBPACK_IMPORTED_MODULE_6__[\"bufferWhen\"]; });\n\n/* harmony import */ var _internal_operators_catchError__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../internal/operators/catchError */ \"./node_modules/rxjs/_esm5/internal/operators/catchError.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"catchError\", function() { return _internal_operators_catchError__WEBPACK_IMPORTED_MODULE_7__[\"catchError\"]; });\n\n/* harmony import */ var _internal_operators_combineAll__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../internal/operators/combineAll */ \"./node_modules/rxjs/_esm5/internal/operators/combineAll.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"combineAll\", function() { return _internal_operators_combineAll__WEBPACK_IMPORTED_MODULE_8__[\"combineAll\"]; });\n\n/* harmony import */ var _internal_operators_combineLatest__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../internal/operators/combineLatest */ \"./node_modules/rxjs/_esm5/internal/operators/combineLatest.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"combineLatest\", function() { return _internal_operators_combineLatest__WEBPACK_IMPORTED_MODULE_9__[\"combineLatest\"]; });\n\n/* harmony import */ var _internal_operators_concat__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../internal/operators/concat */ \"./node_modules/rxjs/_esm5/internal/operators/concat.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"concat\", function() { return _internal_operators_concat__WEBPACK_IMPORTED_MODULE_10__[\"concat\"]; });\n\n/* harmony import */ var _internal_operators_concatAll__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../internal/operators/concatAll */ \"./node_modules/rxjs/_esm5/internal/operators/concatAll.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"concatAll\", function() { return _internal_operators_concatAll__WEBPACK_IMPORTED_MODULE_11__[\"concatAll\"]; });\n\n/* harmony import */ var _internal_operators_concatMap__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../internal/operators/concatMap */ \"./node_modules/rxjs/_esm5/internal/operators/concatMap.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"concatMap\", function() { return _internal_operators_concatMap__WEBPACK_IMPORTED_MODULE_12__[\"concatMap\"]; });\n\n/* harmony import */ var _internal_operators_concatMapTo__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../internal/operators/concatMapTo */ \"./node_modules/rxjs/_esm5/internal/operators/concatMapTo.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"concatMapTo\", function() { return _internal_operators_concatMapTo__WEBPACK_IMPORTED_MODULE_13__[\"concatMapTo\"]; });\n\n/* harmony import */ var _internal_operators_count__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../internal/operators/count */ \"./node_modules/rxjs/_esm5/internal/operators/count.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"count\", function() { return _internal_operators_count__WEBPACK_IMPORTED_MODULE_14__[\"count\"]; });\n\n/* harmony import */ var _internal_operators_debounce__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../internal/operators/debounce */ \"./node_modules/rxjs/_esm5/internal/operators/debounce.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"debounce\", function() { return _internal_operators_debounce__WEBPACK_IMPORTED_MODULE_15__[\"debounce\"]; });\n\n/* harmony import */ var _internal_operators_debounceTime__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../internal/operators/debounceTime */ \"./node_modules/rxjs/_esm5/internal/operators/debounceTime.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"debounceTime\", function() { return _internal_operators_debounceTime__WEBPACK_IMPORTED_MODULE_16__[\"debounceTime\"]; });\n\n/* harmony import */ var _internal_operators_defaultIfEmpty__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../internal/operators/defaultIfEmpty */ \"./node_modules/rxjs/_esm5/internal/operators/defaultIfEmpty.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"defaultIfEmpty\", function() { return _internal_operators_defaultIfEmpty__WEBPACK_IMPORTED_MODULE_17__[\"defaultIfEmpty\"]; });\n\n/* harmony import */ var _internal_operators_delay__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../internal/operators/delay */ \"./node_modules/rxjs/_esm5/internal/operators/delay.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"delay\", function() { return _internal_operators_delay__WEBPACK_IMPORTED_MODULE_18__[\"delay\"]; });\n\n/* harmony import */ var _internal_operators_delayWhen__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../internal/operators/delayWhen */ \"./node_modules/rxjs/_esm5/internal/operators/delayWhen.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"delayWhen\", function() { return _internal_operators_delayWhen__WEBPACK_IMPORTED_MODULE_19__[\"delayWhen\"]; });\n\n/* harmony import */ var _internal_operators_dematerialize__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../internal/operators/dematerialize */ \"./node_modules/rxjs/_esm5/internal/operators/dematerialize.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"dematerialize\", function() { return _internal_operators_dematerialize__WEBPACK_IMPORTED_MODULE_20__[\"dematerialize\"]; });\n\n/* harmony import */ var _internal_operators_distinct__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../internal/operators/distinct */ \"./node_modules/rxjs/_esm5/internal/operators/distinct.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"distinct\", function() { return _internal_operators_distinct__WEBPACK_IMPORTED_MODULE_21__[\"distinct\"]; });\n\n/* harmony import */ var _internal_operators_distinctUntilChanged__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../internal/operators/distinctUntilChanged */ \"./node_modules/rxjs/_esm5/internal/operators/distinctUntilChanged.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"distinctUntilChanged\", function() { return _internal_operators_distinctUntilChanged__WEBPACK_IMPORTED_MODULE_22__[\"distinctUntilChanged\"]; });\n\n/* harmony import */ var _internal_operators_distinctUntilKeyChanged__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../internal/operators/distinctUntilKeyChanged */ \"./node_modules/rxjs/_esm5/internal/operators/distinctUntilKeyChanged.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"distinctUntilKeyChanged\", function() { return _internal_operators_distinctUntilKeyChanged__WEBPACK_IMPORTED_MODULE_23__[\"distinctUntilKeyChanged\"]; });\n\n/* harmony import */ var _internal_operators_elementAt__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ../internal/operators/elementAt */ \"./node_modules/rxjs/_esm5/internal/operators/elementAt.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"elementAt\", function() { return _internal_operators_elementAt__WEBPACK_IMPORTED_MODULE_24__[\"elementAt\"]; });\n\n/* harmony import */ var _internal_operators_endWith__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ../internal/operators/endWith */ \"./node_modules/rxjs/_esm5/internal/operators/endWith.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"endWith\", function() { return _internal_operators_endWith__WEBPACK_IMPORTED_MODULE_25__[\"endWith\"]; });\n\n/* harmony import */ var _internal_operators_every__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ../internal/operators/every */ \"./node_modules/rxjs/_esm5/internal/operators/every.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"every\", function() { return _internal_operators_every__WEBPACK_IMPORTED_MODULE_26__[\"every\"]; });\n\n/* harmony import */ var _internal_operators_exhaust__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ../internal/operators/exhaust */ \"./node_modules/rxjs/_esm5/internal/operators/exhaust.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"exhaust\", function() { return _internal_operators_exhaust__WEBPACK_IMPORTED_MODULE_27__[\"exhaust\"]; });\n\n/* harmony import */ var _internal_operators_exhaustMap__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ../internal/operators/exhaustMap */ \"./node_modules/rxjs/_esm5/internal/operators/exhaustMap.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"exhaustMap\", function() { return _internal_operators_exhaustMap__WEBPACK_IMPORTED_MODULE_28__[\"exhaustMap\"]; });\n\n/* harmony import */ var _internal_operators_expand__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ../internal/operators/expand */ \"./node_modules/rxjs/_esm5/internal/operators/expand.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"expand\", function() { return _internal_operators_expand__WEBPACK_IMPORTED_MODULE_29__[\"expand\"]; });\n\n/* harmony import */ var _internal_operators_filter__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ../internal/operators/filter */ \"./node_modules/rxjs/_esm5/internal/operators/filter.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"filter\", function() { return _internal_operators_filter__WEBPACK_IMPORTED_MODULE_30__[\"filter\"]; });\n\n/* harmony import */ var _internal_operators_finalize__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ../internal/operators/finalize */ \"./node_modules/rxjs/_esm5/internal/operators/finalize.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"finalize\", function() { return _internal_operators_finalize__WEBPACK_IMPORTED_MODULE_31__[\"finalize\"]; });\n\n/* harmony import */ var _internal_operators_find__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ../internal/operators/find */ \"./node_modules/rxjs/_esm5/internal/operators/find.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"find\", function() { return _internal_operators_find__WEBPACK_IMPORTED_MODULE_32__[\"find\"]; });\n\n/* harmony import */ var _internal_operators_findIndex__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ../internal/operators/findIndex */ \"./node_modules/rxjs/_esm5/internal/operators/findIndex.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"findIndex\", function() { return _internal_operators_findIndex__WEBPACK_IMPORTED_MODULE_33__[\"findIndex\"]; });\n\n/* harmony import */ var _internal_operators_first__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ../internal/operators/first */ \"./node_modules/rxjs/_esm5/internal/operators/first.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"first\", function() { return _internal_operators_first__WEBPACK_IMPORTED_MODULE_34__[\"first\"]; });\n\n/* harmony import */ var _internal_operators_groupBy__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ../internal/operators/groupBy */ \"./node_modules/rxjs/_esm5/internal/operators/groupBy.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"groupBy\", function() { return _internal_operators_groupBy__WEBPACK_IMPORTED_MODULE_35__[\"groupBy\"]; });\n\n/* harmony import */ var _internal_operators_ignoreElements__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ../internal/operators/ignoreElements */ \"./node_modules/rxjs/_esm5/internal/operators/ignoreElements.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"ignoreElements\", function() { return _internal_operators_ignoreElements__WEBPACK_IMPORTED_MODULE_36__[\"ignoreElements\"]; });\n\n/* harmony import */ var _internal_operators_isEmpty__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ../internal/operators/isEmpty */ \"./node_modules/rxjs/_esm5/internal/operators/isEmpty.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"isEmpty\", function() { return _internal_operators_isEmpty__WEBPACK_IMPORTED_MODULE_37__[\"isEmpty\"]; });\n\n/* harmony import */ var _internal_operators_last__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ../internal/operators/last */ \"./node_modules/rxjs/_esm5/internal/operators/last.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"last\", function() { return _internal_operators_last__WEBPACK_IMPORTED_MODULE_38__[\"last\"]; });\n\n/* harmony import */ var _internal_operators_map__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ../internal/operators/map */ \"./node_modules/rxjs/_esm5/internal/operators/map.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"map\", function() { return _internal_operators_map__WEBPACK_IMPORTED_MODULE_39__[\"map\"]; });\n\n/* harmony import */ var _internal_operators_mapTo__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ../internal/operators/mapTo */ \"./node_modules/rxjs/_esm5/internal/operators/mapTo.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"mapTo\", function() { return _internal_operators_mapTo__WEBPACK_IMPORTED_MODULE_40__[\"mapTo\"]; });\n\n/* harmony import */ var _internal_operators_materialize__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ../internal/operators/materialize */ \"./node_modules/rxjs/_esm5/internal/operators/materialize.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"materialize\", function() { return _internal_operators_materialize__WEBPACK_IMPORTED_MODULE_41__[\"materialize\"]; });\n\n/* harmony import */ var _internal_operators_max__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ../internal/operators/max */ \"./node_modules/rxjs/_esm5/internal/operators/max.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"max\", function() { return _internal_operators_max__WEBPACK_IMPORTED_MODULE_42__[\"max\"]; });\n\n/* harmony import */ var _internal_operators_merge__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ../internal/operators/merge */ \"./node_modules/rxjs/_esm5/internal/operators/merge.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"merge\", function() { return _internal_operators_merge__WEBPACK_IMPORTED_MODULE_43__[\"merge\"]; });\n\n/* harmony import */ var _internal_operators_mergeAll__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ../internal/operators/mergeAll */ \"./node_modules/rxjs/_esm5/internal/operators/mergeAll.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"mergeAll\", function() { return _internal_operators_mergeAll__WEBPACK_IMPORTED_MODULE_44__[\"mergeAll\"]; });\n\n/* harmony import */ var _internal_operators_mergeMap__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ../internal/operators/mergeMap */ \"./node_modules/rxjs/_esm5/internal/operators/mergeMap.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"mergeMap\", function() { return _internal_operators_mergeMap__WEBPACK_IMPORTED_MODULE_45__[\"mergeMap\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"flatMap\", function() { return _internal_operators_mergeMap__WEBPACK_IMPORTED_MODULE_45__[\"flatMap\"]; });\n\n/* harmony import */ var _internal_operators_mergeMapTo__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ../internal/operators/mergeMapTo */ \"./node_modules/rxjs/_esm5/internal/operators/mergeMapTo.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"mergeMapTo\", function() { return _internal_operators_mergeMapTo__WEBPACK_IMPORTED_MODULE_46__[\"mergeMapTo\"]; });\n\n/* harmony import */ var _internal_operators_mergeScan__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ../internal/operators/mergeScan */ \"./node_modules/rxjs/_esm5/internal/operators/mergeScan.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"mergeScan\", function() { return _internal_operators_mergeScan__WEBPACK_IMPORTED_MODULE_47__[\"mergeScan\"]; });\n\n/* harmony import */ var _internal_operators_min__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ../internal/operators/min */ \"./node_modules/rxjs/_esm5/internal/operators/min.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"min\", function() { return _internal_operators_min__WEBPACK_IMPORTED_MODULE_48__[\"min\"]; });\n\n/* harmony import */ var _internal_operators_multicast__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ../internal/operators/multicast */ \"./node_modules/rxjs/_esm5/internal/operators/multicast.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"multicast\", function() { return _internal_operators_multicast__WEBPACK_IMPORTED_MODULE_49__[\"multicast\"]; });\n\n/* harmony import */ var _internal_operators_observeOn__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ../internal/operators/observeOn */ \"./node_modules/rxjs/_esm5/internal/operators/observeOn.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"observeOn\", function() { return _internal_operators_observeOn__WEBPACK_IMPORTED_MODULE_50__[\"observeOn\"]; });\n\n/* harmony import */ var _internal_operators_onErrorResumeNext__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ../internal/operators/onErrorResumeNext */ \"./node_modules/rxjs/_esm5/internal/operators/onErrorResumeNext.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"onErrorResumeNext\", function() { return _internal_operators_onErrorResumeNext__WEBPACK_IMPORTED_MODULE_51__[\"onErrorResumeNext\"]; });\n\n/* harmony import */ var _internal_operators_pairwise__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ../internal/operators/pairwise */ \"./node_modules/rxjs/_esm5/internal/operators/pairwise.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"pairwise\", function() { return _internal_operators_pairwise__WEBPACK_IMPORTED_MODULE_52__[\"pairwise\"]; });\n\n/* harmony import */ var _internal_operators_partition__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ../internal/operators/partition */ \"./node_modules/rxjs/_esm5/internal/operators/partition.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"partition\", function() { return _internal_operators_partition__WEBPACK_IMPORTED_MODULE_53__[\"partition\"]; });\n\n/* harmony import */ var _internal_operators_pluck__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ../internal/operators/pluck */ \"./node_modules/rxjs/_esm5/internal/operators/pluck.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"pluck\", function() { return _internal_operators_pluck__WEBPACK_IMPORTED_MODULE_54__[\"pluck\"]; });\n\n/* harmony import */ var _internal_operators_publish__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ../internal/operators/publish */ \"./node_modules/rxjs/_esm5/internal/operators/publish.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"publish\", function() { return _internal_operators_publish__WEBPACK_IMPORTED_MODULE_55__[\"publish\"]; });\n\n/* harmony import */ var _internal_operators_publishBehavior__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ../internal/operators/publishBehavior */ \"./node_modules/rxjs/_esm5/internal/operators/publishBehavior.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"publishBehavior\", function() { return _internal_operators_publishBehavior__WEBPACK_IMPORTED_MODULE_56__[\"publishBehavior\"]; });\n\n/* harmony import */ var _internal_operators_publishLast__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ../internal/operators/publishLast */ \"./node_modules/rxjs/_esm5/internal/operators/publishLast.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"publishLast\", function() { return _internal_operators_publishLast__WEBPACK_IMPORTED_MODULE_57__[\"publishLast\"]; });\n\n/* harmony import */ var _internal_operators_publishReplay__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ../internal/operators/publishReplay */ \"./node_modules/rxjs/_esm5/internal/operators/publishReplay.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"publishReplay\", function() { return _internal_operators_publishReplay__WEBPACK_IMPORTED_MODULE_58__[\"publishReplay\"]; });\n\n/* harmony import */ var _internal_operators_race__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ../internal/operators/race */ \"./node_modules/rxjs/_esm5/internal/operators/race.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"race\", function() { return _internal_operators_race__WEBPACK_IMPORTED_MODULE_59__[\"race\"]; });\n\n/* harmony import */ var _internal_operators_reduce__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ../internal/operators/reduce */ \"./node_modules/rxjs/_esm5/internal/operators/reduce.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"reduce\", function() { return _internal_operators_reduce__WEBPACK_IMPORTED_MODULE_60__[\"reduce\"]; });\n\n/* harmony import */ var _internal_operators_repeat__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ../internal/operators/repeat */ \"./node_modules/rxjs/_esm5/internal/operators/repeat.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"repeat\", function() { return _internal_operators_repeat__WEBPACK_IMPORTED_MODULE_61__[\"repeat\"]; });\n\n/* harmony import */ var _internal_operators_repeatWhen__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ../internal/operators/repeatWhen */ \"./node_modules/rxjs/_esm5/internal/operators/repeatWhen.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"repeatWhen\", function() { return _internal_operators_repeatWhen__WEBPACK_IMPORTED_MODULE_62__[\"repeatWhen\"]; });\n\n/* harmony import */ var _internal_operators_retry__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! ../internal/operators/retry */ \"./node_modules/rxjs/_esm5/internal/operators/retry.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"retry\", function() { return _internal_operators_retry__WEBPACK_IMPORTED_MODULE_63__[\"retry\"]; });\n\n/* harmony import */ var _internal_operators_retryWhen__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! ../internal/operators/retryWhen */ \"./node_modules/rxjs/_esm5/internal/operators/retryWhen.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"retryWhen\", function() { return _internal_operators_retryWhen__WEBPACK_IMPORTED_MODULE_64__[\"retryWhen\"]; });\n\n/* harmony import */ var _internal_operators_refCount__WEBPACK_IMPORTED_MODULE_65__ = __webpack_require__(/*! ../internal/operators/refCount */ \"./node_modules/rxjs/_esm5/internal/operators/refCount.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"refCount\", function() { return _internal_operators_refCount__WEBPACK_IMPORTED_MODULE_65__[\"refCount\"]; });\n\n/* harmony import */ var _internal_operators_sample__WEBPACK_IMPORTED_MODULE_66__ = __webpack_require__(/*! ../internal/operators/sample */ \"./node_modules/rxjs/_esm5/internal/operators/sample.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"sample\", function() { return _internal_operators_sample__WEBPACK_IMPORTED_MODULE_66__[\"sample\"]; });\n\n/* harmony import */ var _internal_operators_sampleTime__WEBPACK_IMPORTED_MODULE_67__ = __webpack_require__(/*! ../internal/operators/sampleTime */ \"./node_modules/rxjs/_esm5/internal/operators/sampleTime.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"sampleTime\", function() { return _internal_operators_sampleTime__WEBPACK_IMPORTED_MODULE_67__[\"sampleTime\"]; });\n\n/* harmony import */ var _internal_operators_scan__WEBPACK_IMPORTED_MODULE_68__ = __webpack_require__(/*! ../internal/operators/scan */ \"./node_modules/rxjs/_esm5/internal/operators/scan.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"scan\", function() { return _internal_operators_scan__WEBPACK_IMPORTED_MODULE_68__[\"scan\"]; });\n\n/* harmony import */ var _internal_operators_sequenceEqual__WEBPACK_IMPORTED_MODULE_69__ = __webpack_require__(/*! ../internal/operators/sequenceEqual */ \"./node_modules/rxjs/_esm5/internal/operators/sequenceEqual.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"sequenceEqual\", function() { return _internal_operators_sequenceEqual__WEBPACK_IMPORTED_MODULE_69__[\"sequenceEqual\"]; });\n\n/* harmony import */ var _internal_operators_share__WEBPACK_IMPORTED_MODULE_70__ = __webpack_require__(/*! ../internal/operators/share */ \"./node_modules/rxjs/_esm5/internal/operators/share.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"share\", function() { return _internal_operators_share__WEBPACK_IMPORTED_MODULE_70__[\"share\"]; });\n\n/* harmony import */ var _internal_operators_shareReplay__WEBPACK_IMPORTED_MODULE_71__ = __webpack_require__(/*! ../internal/operators/shareReplay */ \"./node_modules/rxjs/_esm5/internal/operators/shareReplay.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"shareReplay\", function() { return _internal_operators_shareReplay__WEBPACK_IMPORTED_MODULE_71__[\"shareReplay\"]; });\n\n/* harmony import */ var _internal_operators_single__WEBPACK_IMPORTED_MODULE_72__ = __webpack_require__(/*! ../internal/operators/single */ \"./node_modules/rxjs/_esm5/internal/operators/single.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"single\", function() { return _internal_operators_single__WEBPACK_IMPORTED_MODULE_72__[\"single\"]; });\n\n/* harmony import */ var _internal_operators_skip__WEBPACK_IMPORTED_MODULE_73__ = __webpack_require__(/*! ../internal/operators/skip */ \"./node_modules/rxjs/_esm5/internal/operators/skip.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"skip\", function() { return _internal_operators_skip__WEBPACK_IMPORTED_MODULE_73__[\"skip\"]; });\n\n/* harmony import */ var _internal_operators_skipLast__WEBPACK_IMPORTED_MODULE_74__ = __webpack_require__(/*! ../internal/operators/skipLast */ \"./node_modules/rxjs/_esm5/internal/operators/skipLast.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"skipLast\", function() { return _internal_operators_skipLast__WEBPACK_IMPORTED_MODULE_74__[\"skipLast\"]; });\n\n/* harmony import */ var _internal_operators_skipUntil__WEBPACK_IMPORTED_MODULE_75__ = __webpack_require__(/*! ../internal/operators/skipUntil */ \"./node_modules/rxjs/_esm5/internal/operators/skipUntil.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"skipUntil\", function() { return _internal_operators_skipUntil__WEBPACK_IMPORTED_MODULE_75__[\"skipUntil\"]; });\n\n/* harmony import */ var _internal_operators_skipWhile__WEBPACK_IMPORTED_MODULE_76__ = __webpack_require__(/*! ../internal/operators/skipWhile */ \"./node_modules/rxjs/_esm5/internal/operators/skipWhile.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"skipWhile\", function() { return _internal_operators_skipWhile__WEBPACK_IMPORTED_MODULE_76__[\"skipWhile\"]; });\n\n/* harmony import */ var _internal_operators_startWith__WEBPACK_IMPORTED_MODULE_77__ = __webpack_require__(/*! ../internal/operators/startWith */ \"./node_modules/rxjs/_esm5/internal/operators/startWith.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"startWith\", function() { return _internal_operators_startWith__WEBPACK_IMPORTED_MODULE_77__[\"startWith\"]; });\n\n/* harmony import */ var _internal_operators_subscribeOn__WEBPACK_IMPORTED_MODULE_78__ = __webpack_require__(/*! ../internal/operators/subscribeOn */ \"./node_modules/rxjs/_esm5/internal/operators/subscribeOn.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"subscribeOn\", function() { return _internal_operators_subscribeOn__WEBPACK_IMPORTED_MODULE_78__[\"subscribeOn\"]; });\n\n/* harmony import */ var _internal_operators_switchAll__WEBPACK_IMPORTED_MODULE_79__ = __webpack_require__(/*! ../internal/operators/switchAll */ \"./node_modules/rxjs/_esm5/internal/operators/switchAll.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"switchAll\", function() { return _internal_operators_switchAll__WEBPACK_IMPORTED_MODULE_79__[\"switchAll\"]; });\n\n/* harmony import */ var _internal_operators_switchMap__WEBPACK_IMPORTED_MODULE_80__ = __webpack_require__(/*! ../internal/operators/switchMap */ \"./node_modules/rxjs/_esm5/internal/operators/switchMap.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"switchMap\", function() { return _internal_operators_switchMap__WEBPACK_IMPORTED_MODULE_80__[\"switchMap\"]; });\n\n/* harmony import */ var _internal_operators_switchMapTo__WEBPACK_IMPORTED_MODULE_81__ = __webpack_require__(/*! ../internal/operators/switchMapTo */ \"./node_modules/rxjs/_esm5/internal/operators/switchMapTo.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"switchMapTo\", function() { return _internal_operators_switchMapTo__WEBPACK_IMPORTED_MODULE_81__[\"switchMapTo\"]; });\n\n/* harmony import */ var _internal_operators_take__WEBPACK_IMPORTED_MODULE_82__ = __webpack_require__(/*! ../internal/operators/take */ \"./node_modules/rxjs/_esm5/internal/operators/take.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"take\", function() { return _internal_operators_take__WEBPACK_IMPORTED_MODULE_82__[\"take\"]; });\n\n/* harmony import */ var _internal_operators_takeLast__WEBPACK_IMPORTED_MODULE_83__ = __webpack_require__(/*! ../internal/operators/takeLast */ \"./node_modules/rxjs/_esm5/internal/operators/takeLast.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"takeLast\", function() { return _internal_operators_takeLast__WEBPACK_IMPORTED_MODULE_83__[\"takeLast\"]; });\n\n/* harmony import */ var _internal_operators_takeUntil__WEBPACK_IMPORTED_MODULE_84__ = __webpack_require__(/*! ../internal/operators/takeUntil */ \"./node_modules/rxjs/_esm5/internal/operators/takeUntil.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"takeUntil\", function() { return _internal_operators_takeUntil__WEBPACK_IMPORTED_MODULE_84__[\"takeUntil\"]; });\n\n/* harmony import */ var _internal_operators_takeWhile__WEBPACK_IMPORTED_MODULE_85__ = __webpack_require__(/*! ../internal/operators/takeWhile */ \"./node_modules/rxjs/_esm5/internal/operators/takeWhile.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"takeWhile\", function() { return _internal_operators_takeWhile__WEBPACK_IMPORTED_MODULE_85__[\"takeWhile\"]; });\n\n/* harmony import */ var _internal_operators_tap__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ../internal/operators/tap */ \"./node_modules/rxjs/_esm5/internal/operators/tap.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"tap\", function() { return _internal_operators_tap__WEBPACK_IMPORTED_MODULE_86__[\"tap\"]; });\n\n/* harmony import */ var _internal_operators_throttle__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ../internal/operators/throttle */ \"./node_modules/rxjs/_esm5/internal/operators/throttle.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"throttle\", function() { return _internal_operators_throttle__WEBPACK_IMPORTED_MODULE_87__[\"throttle\"]; });\n\n/* harmony import */ var _internal_operators_throttleTime__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ../internal/operators/throttleTime */ \"./node_modules/rxjs/_esm5/internal/operators/throttleTime.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"throttleTime\", function() { return _internal_operators_throttleTime__WEBPACK_IMPORTED_MODULE_88__[\"throttleTime\"]; });\n\n/* harmony import */ var _internal_operators_throwIfEmpty__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ../internal/operators/throwIfEmpty */ \"./node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"throwIfEmpty\", function() { return _internal_operators_throwIfEmpty__WEBPACK_IMPORTED_MODULE_89__[\"throwIfEmpty\"]; });\n\n/* harmony import */ var _internal_operators_timeInterval__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ../internal/operators/timeInterval */ \"./node_modules/rxjs/_esm5/internal/operators/timeInterval.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"timeInterval\", function() { return _internal_operators_timeInterval__WEBPACK_IMPORTED_MODULE_90__[\"timeInterval\"]; });\n\n/* harmony import */ var _internal_operators_timeout__WEBPACK_IMPORTED_MODULE_91__ = __webpack_require__(/*! ../internal/operators/timeout */ \"./node_modules/rxjs/_esm5/internal/operators/timeout.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"timeout\", function() { return _internal_operators_timeout__WEBPACK_IMPORTED_MODULE_91__[\"timeout\"]; });\n\n/* harmony import */ var _internal_operators_timeoutWith__WEBPACK_IMPORTED_MODULE_92__ = __webpack_require__(/*! ../internal/operators/timeoutWith */ \"./node_modules/rxjs/_esm5/internal/operators/timeoutWith.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"timeoutWith\", function() { return _internal_operators_timeoutWith__WEBPACK_IMPORTED_MODULE_92__[\"timeoutWith\"]; });\n\n/* harmony import */ var _internal_operators_timestamp__WEBPACK_IMPORTED_MODULE_93__ = __webpack_require__(/*! ../internal/operators/timestamp */ \"./node_modules/rxjs/_esm5/internal/operators/timestamp.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"timestamp\", function() { return _internal_operators_timestamp__WEBPACK_IMPORTED_MODULE_93__[\"timestamp\"]; });\n\n/* harmony import */ var _internal_operators_toArray__WEBPACK_IMPORTED_MODULE_94__ = __webpack_require__(/*! ../internal/operators/toArray */ \"./node_modules/rxjs/_esm5/internal/operators/toArray.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"toArray\", function() { return _internal_operators_toArray__WEBPACK_IMPORTED_MODULE_94__[\"toArray\"]; });\n\n/* harmony import */ var _internal_operators_window__WEBPACK_IMPORTED_MODULE_95__ = __webpack_require__(/*! ../internal/operators/window */ \"./node_modules/rxjs/_esm5/internal/operators/window.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"window\", function() { return _internal_operators_window__WEBPACK_IMPORTED_MODULE_95__[\"window\"]; });\n\n/* harmony import */ var _internal_operators_windowCount__WEBPACK_IMPORTED_MODULE_96__ = __webpack_require__(/*! ../internal/operators/windowCount */ \"./node_modules/rxjs/_esm5/internal/operators/windowCount.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"windowCount\", function() { return _internal_operators_windowCount__WEBPACK_IMPORTED_MODULE_96__[\"windowCount\"]; });\n\n/* harmony import */ var _internal_operators_windowTime__WEBPACK_IMPORTED_MODULE_97__ = __webpack_require__(/*! ../internal/operators/windowTime */ \"./node_modules/rxjs/_esm5/internal/operators/windowTime.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"windowTime\", function() { return _internal_operators_windowTime__WEBPACK_IMPORTED_MODULE_97__[\"windowTime\"]; });\n\n/* harmony import */ var _internal_operators_windowToggle__WEBPACK_IMPORTED_MODULE_98__ = __webpack_require__(/*! ../internal/operators/windowToggle */ \"./node_modules/rxjs/_esm5/internal/operators/windowToggle.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"windowToggle\", function() { return _internal_operators_windowToggle__WEBPACK_IMPORTED_MODULE_98__[\"windowToggle\"]; });\n\n/* harmony import */ var _internal_operators_windowWhen__WEBPACK_IMPORTED_MODULE_99__ = __webpack_require__(/*! ../internal/operators/windowWhen */ \"./node_modules/rxjs/_esm5/internal/operators/windowWhen.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"windowWhen\", function() { return _internal_operators_windowWhen__WEBPACK_IMPORTED_MODULE_99__[\"windowWhen\"]; });\n\n/* harmony import */ var _internal_operators_withLatestFrom__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ../internal/operators/withLatestFrom */ \"./node_modules/rxjs/_esm5/internal/operators/withLatestFrom.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"withLatestFrom\", function() { return _internal_operators_withLatestFrom__WEBPACK_IMPORTED_MODULE_100__[\"withLatestFrom\"]; });\n\n/* harmony import */ var _internal_operators_zip__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ../internal/operators/zip */ \"./node_modules/rxjs/_esm5/internal/operators/zip.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"zip\", function() { return _internal_operators_zip__WEBPACK_IMPORTED_MODULE_101__[\"zip\"]; });\n\n/* harmony import */ var _internal_operators_zipAll__WEBPACK_IMPORTED_MODULE_102__ = __webpack_require__(/*! ../internal/operators/zipAll */ \"./node_modules/rxjs/_esm5/internal/operators/zipAll.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"zipAll\", function() { return _internal_operators_zipAll__WEBPACK_IMPORTED_MODULE_102__[\"zipAll\"]; });\n\n/** PURE_IMPORTS_START PURE_IMPORTS_END */\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n//# sourceMappingURL=index.js.map\n\n\n//# sourceURL=webpack://gooddata/./node_modules/rxjs/_esm5/operators/index.js?");
4401
4402/***/ }),
4403
4404/***/ "./node_modules/tslib/tslib.es6.js":
4405/*!*****************************************!*\
4406 !*** ./node_modules/tslib/tslib.es6.js ***!
4407 \*****************************************/
4408/*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet */
4409/***/ (function(module, __webpack_exports__, __webpack_require__) {
4410
4411"use strict";
4412eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__extends\", function() { return __extends; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__assign\", function() { return __assign; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__rest\", function() { return __rest; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__decorate\", function() { return __decorate; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__param\", function() { return __param; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__metadata\", function() { return __metadata; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__awaiter\", function() { return __awaiter; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__generator\", function() { return __generator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__createBinding\", function() { return __createBinding; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__exportStar\", function() { return __exportStar; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__values\", function() { return __values; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__read\", function() { return __read; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__spread\", function() { return __spread; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__spreadArrays\", function() { return __spreadArrays; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__await\", function() { return __await; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__asyncGenerator\", function() { return __asyncGenerator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__asyncDelegator\", function() { return __asyncDelegator; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__asyncValues\", function() { return __asyncValues; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__makeTemplateObject\", function() { return __makeTemplateObject; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__importStar\", function() { return __importStar; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__importDefault\", function() { return __importDefault; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__classPrivateFieldGet\", function() { return __classPrivateFieldGet; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__classPrivateFieldSet\", function() { return __classPrivateFieldSet; });\n/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nfunction __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nvar __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nfunction __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nfunction __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nfunction __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nfunction __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nfunction __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nfunction __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nfunction __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nfunction __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nfunction __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nfunction __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nfunction __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nfunction __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nfunction __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nfunction __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nfunction __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nfunction __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nfunction __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nfunction __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nfunction __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nfunction __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nfunction __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n\n\n//# sourceURL=webpack://gooddata/./node_modules/tslib/tslib.es6.js?");
4413
4414/***/ }),
4415
4416/***/ "./node_modules/uuid/dist/esm-browser/index.js":
4417/*!*****************************************************!*\
4418 !*** ./node_modules/uuid/dist/esm-browser/index.js ***!
4419 \*****************************************************/
4420/*! exports provided: v1, v3, v4, v5, NIL, version, validate, stringify, parse */
4421/***/ (function(module, __webpack_exports__, __webpack_require__) {
4422
4423"use strict";
4424eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _v1_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./v1.js */ \"./node_modules/uuid/dist/esm-browser/v1.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"v1\", function() { return _v1_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"]; });\n\n/* harmony import */ var _v3_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./v3.js */ \"./node_modules/uuid/dist/esm-browser/v3.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"v3\", function() { return _v3_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"]; });\n\n/* harmony import */ var _v4_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./v4.js */ \"./node_modules/uuid/dist/esm-browser/v4.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"v4\", function() { return _v4_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"]; });\n\n/* harmony import */ var _v5_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./v5.js */ \"./node_modules/uuid/dist/esm-browser/v5.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"v5\", function() { return _v5_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"]; });\n\n/* harmony import */ var _nil_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./nil.js */ \"./node_modules/uuid/dist/esm-browser/nil.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"NIL\", function() { return _nil_js__WEBPACK_IMPORTED_MODULE_4__[\"default\"]; });\n\n/* harmony import */ var _version_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./version.js */ \"./node_modules/uuid/dist/esm-browser/version.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"version\", function() { return _version_js__WEBPACK_IMPORTED_MODULE_5__[\"default\"]; });\n\n/* harmony import */ var _validate_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./validate.js */ \"./node_modules/uuid/dist/esm-browser/validate.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"validate\", function() { return _validate_js__WEBPACK_IMPORTED_MODULE_6__[\"default\"]; });\n\n/* harmony import */ var _stringify_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./stringify.js */ \"./node_modules/uuid/dist/esm-browser/stringify.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"stringify\", function() { return _stringify_js__WEBPACK_IMPORTED_MODULE_7__[\"default\"]; });\n\n/* harmony import */ var _parse_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./parse.js */ \"./node_modules/uuid/dist/esm-browser/parse.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"parse\", function() { return _parse_js__WEBPACK_IMPORTED_MODULE_8__[\"default\"]; });\n\n\n\n\n\n\n\n\n\n\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/index.js?");
4425
4426/***/ }),
4427
4428/***/ "./node_modules/uuid/dist/esm-browser/md5.js":
4429/*!***************************************************!*\
4430 !*** ./node_modules/uuid/dist/esm-browser/md5.js ***!
4431 \***************************************************/
4432/*! exports provided: default */
4433/***/ (function(module, __webpack_exports__, __webpack_require__) {
4434
4435"use strict";
4436eval("__webpack_require__.r(__webpack_exports__);\n/*\n * Browser-compatible JavaScript MD5\n *\n * Modification of JavaScript MD5\n * https://github.com/blueimp/JavaScript-MD5\n *\n * Copyright 2011, Sebastian Tschan\n * https://blueimp.net\n *\n * Licensed under the MIT license:\n * https://opensource.org/licenses/MIT\n *\n * Based on\n * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message\n * Digest Algorithm, as defined in RFC 1321.\n * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n * Distributed under the BSD License\n * See http://pajhome.org.uk/crypt/md5 for more info.\n */\nfunction md5(bytes) {\n if (typeof bytes === 'string') {\n var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape\n\n bytes = new Uint8Array(msg.length);\n\n for (var i = 0; i < msg.length; ++i) {\n bytes[i] = msg.charCodeAt(i);\n }\n }\n\n return md5ToHexEncodedArray(wordsToMd5(bytesToWords(bytes), bytes.length * 8));\n}\n/*\n * Convert an array of little-endian words to an array of bytes\n */\n\n\nfunction md5ToHexEncodedArray(input) {\n var output = [];\n var length32 = input.length * 32;\n var hexTab = '0123456789abcdef';\n\n for (var i = 0; i < length32; i += 8) {\n var x = input[i >> 5] >>> i % 32 & 0xff;\n var hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16);\n output.push(hex);\n }\n\n return output;\n}\n/**\n * Calculate output length with padding and bit length\n */\n\n\nfunction getOutputLength(inputLength8) {\n return (inputLength8 + 64 >>> 9 << 4) + 14 + 1;\n}\n/*\n * Calculate the MD5 of an array of little-endian words, and a bit length.\n */\n\n\nfunction wordsToMd5(x, len) {\n /* append padding */\n x[len >> 5] |= 0x80 << len % 32;\n x[getOutputLength(len) - 1] = len;\n var a = 1732584193;\n var b = -271733879;\n var c = -1732584194;\n var d = 271733878;\n\n for (var i = 0; i < x.length; i += 16) {\n var olda = a;\n var oldb = b;\n var oldc = c;\n var oldd = d;\n a = md5ff(a, b, c, d, x[i], 7, -680876936);\n d = md5ff(d, a, b, c, x[i + 1], 12, -389564586);\n c = md5ff(c, d, a, b, x[i + 2], 17, 606105819);\n b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330);\n a = md5ff(a, b, c, d, x[i + 4], 7, -176418897);\n d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426);\n c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341);\n b = md5ff(b, c, d, a, x[i + 7], 22, -45705983);\n a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416);\n d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417);\n c = md5ff(c, d, a, b, x[i + 10], 17, -42063);\n b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162);\n a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682);\n d = md5ff(d, a, b, c, x[i + 13], 12, -40341101);\n c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290);\n b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329);\n a = md5gg(a, b, c, d, x[i + 1], 5, -165796510);\n d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632);\n c = md5gg(c, d, a, b, x[i + 11], 14, 643717713);\n b = md5gg(b, c, d, a, x[i], 20, -373897302);\n a = md5gg(a, b, c, d, x[i + 5], 5, -701558691);\n d = md5gg(d, a, b, c, x[i + 10], 9, 38016083);\n c = md5gg(c, d, a, b, x[i + 15], 14, -660478335);\n b = md5gg(b, c, d, a, x[i + 4], 20, -405537848);\n a = md5gg(a, b, c, d, x[i + 9], 5, 568446438);\n d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690);\n c = md5gg(c, d, a, b, x[i + 3], 14, -187363961);\n b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501);\n a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467);\n d = md5gg(d, a, b, c, x[i + 2], 9, -51403784);\n c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473);\n b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734);\n a = md5hh(a, b, c, d, x[i + 5], 4, -378558);\n d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463);\n c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562);\n b = md5hh(b, c, d, a, x[i + 14], 23, -35309556);\n a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060);\n d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353);\n c = md5hh(c, d, a, b, x[i + 7], 16, -155497632);\n b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640);\n a = md5hh(a, b, c, d, x[i + 13], 4, 681279174);\n d = md5hh(d, a, b, c, x[i], 11, -358537222);\n c = md5hh(c, d, a, b, x[i + 3], 16, -722521979);\n b = md5hh(b, c, d, a, x[i + 6], 23, 76029189);\n a = md5hh(a, b, c, d, x[i + 9], 4, -640364487);\n d = md5hh(d, a, b, c, x[i + 12], 11, -421815835);\n c = md5hh(c, d, a, b, x[i + 15], 16, 530742520);\n b = md5hh(b, c, d, a, x[i + 2], 23, -995338651);\n a = md5ii(a, b, c, d, x[i], 6, -198630844);\n d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415);\n c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905);\n b = md5ii(b, c, d, a, x[i + 5], 21, -57434055);\n a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571);\n d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606);\n c = md5ii(c, d, a, b, x[i + 10], 15, -1051523);\n b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799);\n a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359);\n d = md5ii(d, a, b, c, x[i + 15], 10, -30611744);\n c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380);\n b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649);\n a = md5ii(a, b, c, d, x[i + 4], 6, -145523070);\n d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379);\n c = md5ii(c, d, a, b, x[i + 2], 15, 718787259);\n b = md5ii(b, c, d, a, x[i + 9], 21, -343485551);\n a = safeAdd(a, olda);\n b = safeAdd(b, oldb);\n c = safeAdd(c, oldc);\n d = safeAdd(d, oldd);\n }\n\n return [a, b, c, d];\n}\n/*\n * Convert an array bytes to an array of little-endian words\n * Characters >255 have their high-byte silently ignored.\n */\n\n\nfunction bytesToWords(input) {\n if (input.length === 0) {\n return [];\n }\n\n var length8 = input.length * 8;\n var output = new Uint32Array(getOutputLength(length8));\n\n for (var i = 0; i < length8; i += 8) {\n output[i >> 5] |= (input[i / 8] & 0xff) << i % 32;\n }\n\n return output;\n}\n/*\n * Add integers, wrapping at 2^32. This uses 16-bit operations internally\n * to work around bugs in some JS interpreters.\n */\n\n\nfunction safeAdd(x, y) {\n var lsw = (x & 0xffff) + (y & 0xffff);\n var msw = (x >> 16) + (y >> 16) + (lsw >> 16);\n return msw << 16 | lsw & 0xffff;\n}\n/*\n * Bitwise rotate a 32-bit number to the left.\n */\n\n\nfunction bitRotateLeft(num, cnt) {\n return num << cnt | num >>> 32 - cnt;\n}\n/*\n * These functions implement the four basic operations the algorithm uses.\n */\n\n\nfunction md5cmn(q, a, b, x, s, t) {\n return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b);\n}\n\nfunction md5ff(a, b, c, d, x, s, t) {\n return md5cmn(b & c | ~b & d, a, b, x, s, t);\n}\n\nfunction md5gg(a, b, c, d, x, s, t) {\n return md5cmn(b & d | c & ~d, a, b, x, s, t);\n}\n\nfunction md5hh(a, b, c, d, x, s, t) {\n return md5cmn(b ^ c ^ d, a, b, x, s, t);\n}\n\nfunction md5ii(a, b, c, d, x, s, t) {\n return md5cmn(c ^ (b | ~d), a, b, x, s, t);\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (md5);\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/md5.js?");
4437
4438/***/ }),
4439
4440/***/ "./node_modules/uuid/dist/esm-browser/nil.js":
4441/*!***************************************************!*\
4442 !*** ./node_modules/uuid/dist/esm-browser/nil.js ***!
4443 \***************************************************/
4444/*! exports provided: default */
4445/***/ (function(module, __webpack_exports__, __webpack_require__) {
4446
4447"use strict";
4448eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */ __webpack_exports__[\"default\"] = ('00000000-0000-0000-0000-000000000000');\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/nil.js?");
4449
4450/***/ }),
4451
4452/***/ "./node_modules/uuid/dist/esm-browser/parse.js":
4453/*!*****************************************************!*\
4454 !*** ./node_modules/uuid/dist/esm-browser/parse.js ***!
4455 \*****************************************************/
4456/*! exports provided: default */
4457/***/ (function(module, __webpack_exports__, __webpack_require__) {
4458
4459"use strict";
4460eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _validate_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./validate.js */ \"./node_modules/uuid/dist/esm-browser/validate.js\");\n\n\nfunction parse(uuid) {\n if (!Object(_validate_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(uuid)) {\n throw TypeError('Invalid UUID');\n }\n\n var v;\n var arr = new Uint8Array(16); // Parse ########-....-....-....-............\n\n arr[0] = (v = parseInt(uuid.slice(0, 8), 16)) >>> 24;\n arr[1] = v >>> 16 & 0xff;\n arr[2] = v >>> 8 & 0xff;\n arr[3] = v & 0xff; // Parse ........-####-....-....-............\n\n arr[4] = (v = parseInt(uuid.slice(9, 13), 16)) >>> 8;\n arr[5] = v & 0xff; // Parse ........-....-####-....-............\n\n arr[6] = (v = parseInt(uuid.slice(14, 18), 16)) >>> 8;\n arr[7] = v & 0xff; // Parse ........-....-....-####-............\n\n arr[8] = (v = parseInt(uuid.slice(19, 23), 16)) >>> 8;\n arr[9] = v & 0xff; // Parse ........-....-....-....-############\n // (Use \"/\" to avoid 32-bit truncation when bit-shifting high-order bytes)\n\n arr[10] = (v = parseInt(uuid.slice(24, 36), 16)) / 0x10000000000 & 0xff;\n arr[11] = v / 0x100000000 & 0xff;\n arr[12] = v >>> 24 & 0xff;\n arr[13] = v >>> 16 & 0xff;\n arr[14] = v >>> 8 & 0xff;\n arr[15] = v & 0xff;\n return arr;\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (parse);\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/parse.js?");
4461
4462/***/ }),
4463
4464/***/ "./node_modules/uuid/dist/esm-browser/regex.js":
4465/*!*****************************************************!*\
4466 !*** ./node_modules/uuid/dist/esm-browser/regex.js ***!
4467 \*****************************************************/
4468/*! exports provided: default */
4469/***/ (function(module, __webpack_exports__, __webpack_require__) {
4470
4471"use strict";
4472eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */ __webpack_exports__[\"default\"] = (/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i);\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/regex.js?");
4473
4474/***/ }),
4475
4476/***/ "./node_modules/uuid/dist/esm-browser/rng.js":
4477/*!***************************************************!*\
4478 !*** ./node_modules/uuid/dist/esm-browser/rng.js ***!
4479 \***************************************************/
4480/*! exports provided: default */
4481/***/ (function(module, __webpack_exports__, __webpack_require__) {
4482
4483"use strict";
4484eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return rng; });\n// Unique ID creation requires a high quality random # generator. In the browser we therefore\n// require the crypto API and do not support built-in fallback to lower quality random number\n// generators (like Math.random()).\n// getRandomValues needs to be invoked in a context where \"this\" is a Crypto implementation. Also,\n// find the complete implementation of crypto (msCrypto) on IE11.\nvar getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto);\nvar rnds8 = new Uint8Array(16);\nfunction rng() {\n if (!getRandomValues) {\n throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');\n }\n\n return getRandomValues(rnds8);\n}\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/rng.js?");
4485
4486/***/ }),
4487
4488/***/ "./node_modules/uuid/dist/esm-browser/sha1.js":
4489/*!****************************************************!*\
4490 !*** ./node_modules/uuid/dist/esm-browser/sha1.js ***!
4491 \****************************************************/
4492/*! exports provided: default */
4493/***/ (function(module, __webpack_exports__, __webpack_require__) {
4494
4495"use strict";
4496eval("__webpack_require__.r(__webpack_exports__);\n// Adapted from Chris Veness' SHA1 code at\n// http://www.movable-type.co.uk/scripts/sha1.html\nfunction f(s, x, y, z) {\n switch (s) {\n case 0:\n return x & y ^ ~x & z;\n\n case 1:\n return x ^ y ^ z;\n\n case 2:\n return x & y ^ x & z ^ y & z;\n\n case 3:\n return x ^ y ^ z;\n }\n}\n\nfunction ROTL(x, n) {\n return x << n | x >>> 32 - n;\n}\n\nfunction sha1(bytes) {\n var K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6];\n var H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0];\n\n if (typeof bytes === 'string') {\n var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape\n\n bytes = [];\n\n for (var i = 0; i < msg.length; ++i) {\n bytes.push(msg.charCodeAt(i));\n }\n } else if (!Array.isArray(bytes)) {\n // Convert Array-like to Array\n bytes = Array.prototype.slice.call(bytes);\n }\n\n bytes.push(0x80);\n var l = bytes.length / 4 + 2;\n var N = Math.ceil(l / 16);\n var M = new Array(N);\n\n for (var _i = 0; _i < N; ++_i) {\n var arr = new Uint32Array(16);\n\n for (var j = 0; j < 16; ++j) {\n arr[j] = bytes[_i * 64 + j * 4] << 24 | bytes[_i * 64 + j * 4 + 1] << 16 | bytes[_i * 64 + j * 4 + 2] << 8 | bytes[_i * 64 + j * 4 + 3];\n }\n\n M[_i] = arr;\n }\n\n M[N - 1][14] = (bytes.length - 1) * 8 / Math.pow(2, 32);\n M[N - 1][14] = Math.floor(M[N - 1][14]);\n M[N - 1][15] = (bytes.length - 1) * 8 & 0xffffffff;\n\n for (var _i2 = 0; _i2 < N; ++_i2) {\n var W = new Uint32Array(80);\n\n for (var t = 0; t < 16; ++t) {\n W[t] = M[_i2][t];\n }\n\n for (var _t = 16; _t < 80; ++_t) {\n W[_t] = ROTL(W[_t - 3] ^ W[_t - 8] ^ W[_t - 14] ^ W[_t - 16], 1);\n }\n\n var a = H[0];\n var b = H[1];\n var c = H[2];\n var d = H[3];\n var e = H[4];\n\n for (var _t2 = 0; _t2 < 80; ++_t2) {\n var s = Math.floor(_t2 / 20);\n var T = ROTL(a, 5) + f(s, b, c, d) + e + K[s] + W[_t2] >>> 0;\n e = d;\n d = c;\n c = ROTL(b, 30) >>> 0;\n b = a;\n a = T;\n }\n\n H[0] = H[0] + a >>> 0;\n H[1] = H[1] + b >>> 0;\n H[2] = H[2] + c >>> 0;\n H[3] = H[3] + d >>> 0;\n H[4] = H[4] + e >>> 0;\n }\n\n return [H[0] >> 24 & 0xff, H[0] >> 16 & 0xff, H[0] >> 8 & 0xff, H[0] & 0xff, H[1] >> 24 & 0xff, H[1] >> 16 & 0xff, H[1] >> 8 & 0xff, H[1] & 0xff, H[2] >> 24 & 0xff, H[2] >> 16 & 0xff, H[2] >> 8 & 0xff, H[2] & 0xff, H[3] >> 24 & 0xff, H[3] >> 16 & 0xff, H[3] >> 8 & 0xff, H[3] & 0xff, H[4] >> 24 & 0xff, H[4] >> 16 & 0xff, H[4] >> 8 & 0xff, H[4] & 0xff];\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (sha1);\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/sha1.js?");
4497
4498/***/ }),
4499
4500/***/ "./node_modules/uuid/dist/esm-browser/stringify.js":
4501/*!*********************************************************!*\
4502 !*** ./node_modules/uuid/dist/esm-browser/stringify.js ***!
4503 \*********************************************************/
4504/*! exports provided: default */
4505/***/ (function(module, __webpack_exports__, __webpack_require__) {
4506
4507"use strict";
4508eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _validate_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./validate.js */ \"./node_modules/uuid/dist/esm-browser/validate.js\");\n\n/**\n * Convert array of 16 byte values to UUID string format of the form:\n * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\n */\n\nvar byteToHex = [];\n\nfor (var i = 0; i < 256; ++i) {\n byteToHex.push((i + 0x100).toString(16).substr(1));\n}\n\nfunction stringify(arr) {\n var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;\n // Note: Be careful editing this code! It's been tuned for performance\n // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434\n var uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one\n // of the following:\n // - One or more input array values don't map to a hex octet (leading to\n // \"undefined\" in the uuid)\n // - Invalid input values for the RFC `version` or `variant` fields\n\n if (!Object(_validate_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(uuid)) {\n throw TypeError('Stringified UUID is invalid');\n }\n\n return uuid;\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (stringify);\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/stringify.js?");
4509
4510/***/ }),
4511
4512/***/ "./node_modules/uuid/dist/esm-browser/v1.js":
4513/*!**************************************************!*\
4514 !*** ./node_modules/uuid/dist/esm-browser/v1.js ***!
4515 \**************************************************/
4516/*! exports provided: default */
4517/***/ (function(module, __webpack_exports__, __webpack_require__) {
4518
4519"use strict";
4520eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _rng_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./rng.js */ \"./node_modules/uuid/dist/esm-browser/rng.js\");\n/* harmony import */ var _stringify_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./stringify.js */ \"./node_modules/uuid/dist/esm-browser/stringify.js\");\n\n // **`v1()` - Generate time-based UUID**\n//\n// Inspired by https://github.com/LiosK/UUID.js\n// and http://docs.python.org/library/uuid.html\n\nvar _nodeId;\n\nvar _clockseq; // Previous uuid creation time\n\n\nvar _lastMSecs = 0;\nvar _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details\n\nfunction v1(options, buf, offset) {\n var i = buf && offset || 0;\n var b = buf || new Array(16);\n options = options || {};\n var node = options.node || _nodeId;\n var clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not\n // specified. We do this lazily to minimize issues related to insufficient\n // system entropy. See #189\n\n if (node == null || clockseq == null) {\n var seedBytes = options.random || (options.rng || _rng_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])();\n\n if (node == null) {\n // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)\n node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]];\n }\n\n if (clockseq == null) {\n // Per 4.2.2, randomize (14 bit) clockseq\n clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;\n }\n } // UUID timestamps are 100 nano-second units since the Gregorian epoch,\n // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so\n // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'\n // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.\n\n\n var msecs = options.msecs !== undefined ? options.msecs : Date.now(); // Per 4.2.1.2, use count of uuid's generated during the current clock\n // cycle to simulate higher resolution clock\n\n var nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs)\n\n var dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression\n\n if (dt < 0 && options.clockseq === undefined) {\n clockseq = clockseq + 1 & 0x3fff;\n } // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new\n // time interval\n\n\n if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) {\n nsecs = 0;\n } // Per 4.2.1.2 Throw error if too many uuids are requested\n\n\n if (nsecs >= 10000) {\n throw new Error(\"uuid.v1(): Can't create more than 10M uuids/sec\");\n }\n\n _lastMSecs = msecs;\n _lastNSecs = nsecs;\n _clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch\n\n msecs += 12219292800000; // `time_low`\n\n var tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;\n b[i++] = tl >>> 24 & 0xff;\n b[i++] = tl >>> 16 & 0xff;\n b[i++] = tl >>> 8 & 0xff;\n b[i++] = tl & 0xff; // `time_mid`\n\n var tmh = msecs / 0x100000000 * 10000 & 0xfffffff;\n b[i++] = tmh >>> 8 & 0xff;\n b[i++] = tmh & 0xff; // `time_high_and_version`\n\n b[i++] = tmh >>> 24 & 0xf | 0x10; // include version\n\n b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)\n\n b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low`\n\n b[i++] = clockseq & 0xff; // `node`\n\n for (var n = 0; n < 6; ++n) {\n b[i + n] = node[n];\n }\n\n return buf || Object(_stringify_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(b);\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (v1);\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/v1.js?");
4521
4522/***/ }),
4523
4524/***/ "./node_modules/uuid/dist/esm-browser/v3.js":
4525/*!**************************************************!*\
4526 !*** ./node_modules/uuid/dist/esm-browser/v3.js ***!
4527 \**************************************************/
4528/*! exports provided: default */
4529/***/ (function(module, __webpack_exports__, __webpack_require__) {
4530
4531"use strict";
4532eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _v35_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./v35.js */ \"./node_modules/uuid/dist/esm-browser/v35.js\");\n/* harmony import */ var _md5_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./md5.js */ \"./node_modules/uuid/dist/esm-browser/md5.js\");\n\n\nvar v3 = Object(_v35_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])('v3', 0x30, _md5_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = (v3);\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/v3.js?");
4533
4534/***/ }),
4535
4536/***/ "./node_modules/uuid/dist/esm-browser/v35.js":
4537/*!***************************************************!*\
4538 !*** ./node_modules/uuid/dist/esm-browser/v35.js ***!
4539 \***************************************************/
4540/*! exports provided: DNS, URL, default */
4541/***/ (function(module, __webpack_exports__, __webpack_require__) {
4542
4543"use strict";
4544eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"DNS\", function() { return DNS; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"URL\", function() { return URL; });\n/* harmony import */ var _stringify_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./stringify.js */ \"./node_modules/uuid/dist/esm-browser/stringify.js\");\n/* harmony import */ var _parse_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./parse.js */ \"./node_modules/uuid/dist/esm-browser/parse.js\");\n\n\n\nfunction stringToBytes(str) {\n str = unescape(encodeURIComponent(str)); // UTF8 escape\n\n var bytes = [];\n\n for (var i = 0; i < str.length; ++i) {\n bytes.push(str.charCodeAt(i));\n }\n\n return bytes;\n}\n\nvar DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';\nvar URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';\n/* harmony default export */ __webpack_exports__[\"default\"] = (function (name, version, hashfunc) {\n function generateUUID(value, namespace, buf, offset) {\n if (typeof value === 'string') {\n value = stringToBytes(value);\n }\n\n if (typeof namespace === 'string') {\n namespace = Object(_parse_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(namespace);\n }\n\n if (namespace.length !== 16) {\n throw TypeError('Namespace must be array-like (16 iterable integer values, 0-255)');\n } // Compute hash of namespace and value, Per 4.3\n // Future: Use spread syntax when supported on all platforms, e.g. `bytes =\n // hashfunc([...namespace, ... value])`\n\n\n var bytes = new Uint8Array(16 + value.length);\n bytes.set(namespace);\n bytes.set(value, namespace.length);\n bytes = hashfunc(bytes);\n bytes[6] = bytes[6] & 0x0f | version;\n bytes[8] = bytes[8] & 0x3f | 0x80;\n\n if (buf) {\n offset = offset || 0;\n\n for (var i = 0; i < 16; ++i) {\n buf[offset + i] = bytes[i];\n }\n\n return buf;\n }\n\n return Object(_stringify_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(bytes);\n } // Function#name is not settable on some platforms (#270)\n\n\n try {\n generateUUID.name = name; // eslint-disable-next-line no-empty\n } catch (err) {} // For CommonJS default export support\n\n\n generateUUID.DNS = DNS;\n generateUUID.URL = URL;\n return generateUUID;\n});\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/v35.js?");
4545
4546/***/ }),
4547
4548/***/ "./node_modules/uuid/dist/esm-browser/v4.js":
4549/*!**************************************************!*\
4550 !*** ./node_modules/uuid/dist/esm-browser/v4.js ***!
4551 \**************************************************/
4552/*! exports provided: default */
4553/***/ (function(module, __webpack_exports__, __webpack_require__) {
4554
4555"use strict";
4556eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _rng_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./rng.js */ \"./node_modules/uuid/dist/esm-browser/rng.js\");\n/* harmony import */ var _stringify_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./stringify.js */ \"./node_modules/uuid/dist/esm-browser/stringify.js\");\n\n\n\nfunction v4(options, buf, offset) {\n options = options || {};\n var rnds = options.random || (options.rng || _rng_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`\n\n rnds[6] = rnds[6] & 0x0f | 0x40;\n rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided\n\n if (buf) {\n offset = offset || 0;\n\n for (var i = 0; i < 16; ++i) {\n buf[offset + i] = rnds[i];\n }\n\n return buf;\n }\n\n return Object(_stringify_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(rnds);\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (v4);\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/v4.js?");
4557
4558/***/ }),
4559
4560/***/ "./node_modules/uuid/dist/esm-browser/v5.js":
4561/*!**************************************************!*\
4562 !*** ./node_modules/uuid/dist/esm-browser/v5.js ***!
4563 \**************************************************/
4564/*! exports provided: default */
4565/***/ (function(module, __webpack_exports__, __webpack_require__) {
4566
4567"use strict";
4568eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _v35_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./v35.js */ \"./node_modules/uuid/dist/esm-browser/v35.js\");\n/* harmony import */ var _sha1_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./sha1.js */ \"./node_modules/uuid/dist/esm-browser/sha1.js\");\n\n\nvar v5 = Object(_v35_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])('v5', 0x50, _sha1_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = (v5);\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/v5.js?");
4569
4570/***/ }),
4571
4572/***/ "./node_modules/uuid/dist/esm-browser/validate.js":
4573/*!********************************************************!*\
4574 !*** ./node_modules/uuid/dist/esm-browser/validate.js ***!
4575 \********************************************************/
4576/*! exports provided: default */
4577/***/ (function(module, __webpack_exports__, __webpack_require__) {
4578
4579"use strict";
4580eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _regex_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./regex.js */ \"./node_modules/uuid/dist/esm-browser/regex.js\");\n\n\nfunction validate(uuid) {\n return typeof uuid === 'string' && _regex_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"].test(uuid);\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (validate);\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/validate.js?");
4581
4582/***/ }),
4583
4584/***/ "./node_modules/uuid/dist/esm-browser/version.js":
4585/*!*******************************************************!*\
4586 !*** ./node_modules/uuid/dist/esm-browser/version.js ***!
4587 \*******************************************************/
4588/*! exports provided: default */
4589/***/ (function(module, __webpack_exports__, __webpack_require__) {
4590
4591"use strict";
4592eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _validate_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./validate.js */ \"./node_modules/uuid/dist/esm-browser/validate.js\");\n\n\nfunction version(uuid) {\n if (!Object(_validate_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(uuid)) {\n throw TypeError('Invalid UUID');\n }\n\n return parseInt(uuid.substr(14, 1), 16);\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (version);\n\n//# sourceURL=webpack://gooddata/./node_modules/uuid/dist/esm-browser/version.js?");
4593
4594/***/ }),
4595
4596/***/ "./node_modules/webpack/buildin/global.js":
4597/*!***********************************!*\
4598 !*** (webpack)/buildin/global.js ***!
4599 \***********************************/
4600/*! no static exports found */
4601/***/ (function(module, exports) {
4602
4603eval("var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n\n\n//# sourceURL=webpack://gooddata/(webpack)/buildin/global.js?");
4604
4605/***/ }),
4606
4607/***/ "./node_modules/webpack/buildin/module.js":
4608/*!***********************************!*\
4609 !*** (webpack)/buildin/module.js ***!
4610 \***********************************/
4611/*! no static exports found */
4612/***/ (function(module, exports) {
4613
4614eval("module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n\n\n//# sourceURL=webpack://gooddata/(webpack)/buildin/module.js?");
4615
4616/***/ }),
4617
4618/***/ "./node_modules/whatwg-fetch/fetch.js":
4619/*!********************************************!*\
4620 !*** ./node_modules/whatwg-fetch/fetch.js ***!
4621 \********************************************/
4622/*! exports provided: Headers, Request, Response, DOMException, fetch */
4623/***/ (function(module, __webpack_exports__, __webpack_require__) {
4624
4625"use strict";
4626eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Headers\", function() { return Headers; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Request\", function() { return Request; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Response\", function() { return Response; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"DOMException\", function() { return DOMException; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"fetch\", function() { return fetch; });\nvar global =\n (typeof globalThis !== 'undefined' && globalThis) ||\n (typeof self !== 'undefined' && self) ||\n (typeof global !== 'undefined' && global)\n\nvar support = {\n searchParams: 'URLSearchParams' in global,\n iterable: 'Symbol' in global && 'iterator' in Symbol,\n blob:\n 'FileReader' in global &&\n 'Blob' in global &&\n (function() {\n try {\n new Blob()\n return true\n } catch (e) {\n return false\n }\n })(),\n formData: 'FormData' in global,\n arrayBuffer: 'ArrayBuffer' in global\n}\n\nfunction isDataView(obj) {\n return obj && DataView.prototype.isPrototypeOf(obj)\n}\n\nif (support.arrayBuffer) {\n var viewClasses = [\n '[object Int8Array]',\n '[object Uint8Array]',\n '[object Uint8ClampedArray]',\n '[object Int16Array]',\n '[object Uint16Array]',\n '[object Int32Array]',\n '[object Uint32Array]',\n '[object Float32Array]',\n '[object Float64Array]'\n ]\n\n var isArrayBufferView =\n ArrayBuffer.isView ||\n function(obj) {\n return obj && viewClasses.indexOf(Object.prototype.toString.call(obj)) > -1\n }\n}\n\nfunction normalizeName(name) {\n if (typeof name !== 'string') {\n name = String(name)\n }\n if (/[^a-z0-9\\-#$%&'*+.^_`|~!]/i.test(name) || name === '') {\n throw new TypeError('Invalid character in header field name')\n }\n return name.toLowerCase()\n}\n\nfunction normalizeValue(value) {\n if (typeof value !== 'string') {\n value = String(value)\n }\n return value\n}\n\n// Build a destructive iterator for the value list\nfunction iteratorFor(items) {\n var iterator = {\n next: function() {\n var value = items.shift()\n return {done: value === undefined, value: value}\n }\n }\n\n if (support.iterable) {\n iterator[Symbol.iterator] = function() {\n return iterator\n }\n }\n\n return iterator\n}\n\nfunction Headers(headers) {\n this.map = {}\n\n if (headers instanceof Headers) {\n headers.forEach(function(value, name) {\n this.append(name, value)\n }, this)\n } else if (Array.isArray(headers)) {\n headers.forEach(function(header) {\n this.append(header[0], header[1])\n }, this)\n } else if (headers) {\n Object.getOwnPropertyNames(headers).forEach(function(name) {\n this.append(name, headers[name])\n }, this)\n }\n}\n\nHeaders.prototype.append = function(name, value) {\n name = normalizeName(name)\n value = normalizeValue(value)\n var oldValue = this.map[name]\n this.map[name] = oldValue ? oldValue + ', ' + value : value\n}\n\nHeaders.prototype['delete'] = function(name) {\n delete this.map[normalizeName(name)]\n}\n\nHeaders.prototype.get = function(name) {\n name = normalizeName(name)\n return this.has(name) ? this.map[name] : null\n}\n\nHeaders.prototype.has = function(name) {\n return this.map.hasOwnProperty(normalizeName(name))\n}\n\nHeaders.prototype.set = function(name, value) {\n this.map[normalizeName(name)] = normalizeValue(value)\n}\n\nHeaders.prototype.forEach = function(callback, thisArg) {\n for (var name in this.map) {\n if (this.map.hasOwnProperty(name)) {\n callback.call(thisArg, this.map[name], name, this)\n }\n }\n}\n\nHeaders.prototype.keys = function() {\n var items = []\n this.forEach(function(value, name) {\n items.push(name)\n })\n return iteratorFor(items)\n}\n\nHeaders.prototype.values = function() {\n var items = []\n this.forEach(function(value) {\n items.push(value)\n })\n return iteratorFor(items)\n}\n\nHeaders.prototype.entries = function() {\n var items = []\n this.forEach(function(value, name) {\n items.push([name, value])\n })\n return iteratorFor(items)\n}\n\nif (support.iterable) {\n Headers.prototype[Symbol.iterator] = Headers.prototype.entries\n}\n\nfunction consumed(body) {\n if (body.bodyUsed) {\n return Promise.reject(new TypeError('Already read'))\n }\n body.bodyUsed = true\n}\n\nfunction fileReaderReady(reader) {\n return new Promise(function(resolve, reject) {\n reader.onload = function() {\n resolve(reader.result)\n }\n reader.onerror = function() {\n reject(reader.error)\n }\n })\n}\n\nfunction readBlobAsArrayBuffer(blob) {\n var reader = new FileReader()\n var promise = fileReaderReady(reader)\n reader.readAsArrayBuffer(blob)\n return promise\n}\n\nfunction readBlobAsText(blob) {\n var reader = new FileReader()\n var promise = fileReaderReady(reader)\n reader.readAsText(blob)\n return promise\n}\n\nfunction readArrayBufferAsText(buf) {\n var view = new Uint8Array(buf)\n var chars = new Array(view.length)\n\n for (var i = 0; i < view.length; i++) {\n chars[i] = String.fromCharCode(view[i])\n }\n return chars.join('')\n}\n\nfunction bufferClone(buf) {\n if (buf.slice) {\n return buf.slice(0)\n } else {\n var view = new Uint8Array(buf.byteLength)\n view.set(new Uint8Array(buf))\n return view.buffer\n }\n}\n\nfunction Body() {\n this.bodyUsed = false\n\n this._initBody = function(body) {\n /*\n fetch-mock wraps the Response object in an ES6 Proxy to\n provide useful test harness features such as flush. However, on\n ES5 browsers without fetch or Proxy support pollyfills must be used;\n the proxy-pollyfill is unable to proxy an attribute unless it exists\n on the object before the Proxy is created. This change ensures\n Response.bodyUsed exists on the instance, while maintaining the\n semantic of setting Request.bodyUsed in the constructor before\n _initBody is called.\n */\n this.bodyUsed = this.bodyUsed\n this._bodyInit = body\n if (!body) {\n this._bodyText = ''\n } else if (typeof body === 'string') {\n this._bodyText = body\n } else if (support.blob && Blob.prototype.isPrototypeOf(body)) {\n this._bodyBlob = body\n } else if (support.formData && FormData.prototype.isPrototypeOf(body)) {\n this._bodyFormData = body\n } else if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body)) {\n this._bodyText = body.toString()\n } else if (support.arrayBuffer && support.blob && isDataView(body)) {\n this._bodyArrayBuffer = bufferClone(body.buffer)\n // IE 10-11 can't handle a DataView body.\n this._bodyInit = new Blob([this._bodyArrayBuffer])\n } else if (support.arrayBuffer && (ArrayBuffer.prototype.isPrototypeOf(body) || isArrayBufferView(body))) {\n this._bodyArrayBuffer = bufferClone(body)\n } else {\n this._bodyText = body = Object.prototype.toString.call(body)\n }\n\n if (!this.headers.get('content-type')) {\n if (typeof body === 'string') {\n this.headers.set('content-type', 'text/plain;charset=UTF-8')\n } else if (this._bodyBlob && this._bodyBlob.type) {\n this.headers.set('content-type', this._bodyBlob.type)\n } else if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body)) {\n this.headers.set('content-type', 'application/x-www-form-urlencoded;charset=UTF-8')\n }\n }\n }\n\n if (support.blob) {\n this.blob = function() {\n var rejected = consumed(this)\n if (rejected) {\n return rejected\n }\n\n if (this._bodyBlob) {\n return Promise.resolve(this._bodyBlob)\n } else if (this._bodyArrayBuffer) {\n return Promise.resolve(new Blob([this._bodyArrayBuffer]))\n } else if (this._bodyFormData) {\n throw new Error('could not read FormData body as blob')\n } else {\n return Promise.resolve(new Blob([this._bodyText]))\n }\n }\n\n this.arrayBuffer = function() {\n if (this._bodyArrayBuffer) {\n var isConsumed = consumed(this)\n if (isConsumed) {\n return isConsumed\n }\n if (ArrayBuffer.isView(this._bodyArrayBuffer)) {\n return Promise.resolve(\n this._bodyArrayBuffer.buffer.slice(\n this._bodyArrayBuffer.byteOffset,\n this._bodyArrayBuffer.byteOffset + this._bodyArrayBuffer.byteLength\n )\n )\n } else {\n return Promise.resolve(this._bodyArrayBuffer)\n }\n } else {\n return this.blob().then(readBlobAsArrayBuffer)\n }\n }\n }\n\n this.text = function() {\n var rejected = consumed(this)\n if (rejected) {\n return rejected\n }\n\n if (this._bodyBlob) {\n return readBlobAsText(this._bodyBlob)\n } else if (this._bodyArrayBuffer) {\n return Promise.resolve(readArrayBufferAsText(this._bodyArrayBuffer))\n } else if (this._bodyFormData) {\n throw new Error('could not read FormData body as text')\n } else {\n return Promise.resolve(this._bodyText)\n }\n }\n\n if (support.formData) {\n this.formData = function() {\n return this.text().then(decode)\n }\n }\n\n this.json = function() {\n return this.text().then(JSON.parse)\n }\n\n return this\n}\n\n// HTTP methods whose capitalization should be normalized\nvar methods = ['DELETE', 'GET', 'HEAD', 'OPTIONS', 'POST', 'PUT']\n\nfunction normalizeMethod(method) {\n var upcased = method.toUpperCase()\n return methods.indexOf(upcased) > -1 ? upcased : method\n}\n\nfunction Request(input, options) {\n if (!(this instanceof Request)) {\n throw new TypeError('Please use the \"new\" operator, this DOM object constructor cannot be called as a function.')\n }\n\n options = options || {}\n var body = options.body\n\n if (input instanceof Request) {\n if (input.bodyUsed) {\n throw new TypeError('Already read')\n }\n this.url = input.url\n this.credentials = input.credentials\n if (!options.headers) {\n this.headers = new Headers(input.headers)\n }\n this.method = input.method\n this.mode = input.mode\n this.signal = input.signal\n if (!body && input._bodyInit != null) {\n body = input._bodyInit\n input.bodyUsed = true\n }\n } else {\n this.url = String(input)\n }\n\n this.credentials = options.credentials || this.credentials || 'same-origin'\n if (options.headers || !this.headers) {\n this.headers = new Headers(options.headers)\n }\n this.method = normalizeMethod(options.method || this.method || 'GET')\n this.mode = options.mode || this.mode || null\n this.signal = options.signal || this.signal\n this.referrer = null\n\n if ((this.method === 'GET' || this.method === 'HEAD') && body) {\n throw new TypeError('Body not allowed for GET or HEAD requests')\n }\n this._initBody(body)\n\n if (this.method === 'GET' || this.method === 'HEAD') {\n if (options.cache === 'no-store' || options.cache === 'no-cache') {\n // Search for a '_' parameter in the query string\n var reParamSearch = /([?&])_=[^&]*/\n if (reParamSearch.test(this.url)) {\n // If it already exists then set the value with the current time\n this.url = this.url.replace(reParamSearch, '$1_=' + new Date().getTime())\n } else {\n // Otherwise add a new '_' parameter to the end with the current time\n var reQueryString = /\\?/\n this.url += (reQueryString.test(this.url) ? '&' : '?') + '_=' + new Date().getTime()\n }\n }\n }\n}\n\nRequest.prototype.clone = function() {\n return new Request(this, {body: this._bodyInit})\n}\n\nfunction decode(body) {\n var form = new FormData()\n body\n .trim()\n .split('&')\n .forEach(function(bytes) {\n if (bytes) {\n var split = bytes.split('=')\n var name = split.shift().replace(/\\+/g, ' ')\n var value = split.join('=').replace(/\\+/g, ' ')\n form.append(decodeURIComponent(name), decodeURIComponent(value))\n }\n })\n return form\n}\n\nfunction parseHeaders(rawHeaders) {\n var headers = new Headers()\n // Replace instances of \\r\\n and \\n followed by at least one space or horizontal tab with a space\n // https://tools.ietf.org/html/rfc7230#section-3.2\n var preProcessedHeaders = rawHeaders.replace(/\\r?\\n[\\t ]+/g, ' ')\n // Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill\n // https://github.com/github/fetch/issues/748\n // https://github.com/zloirock/core-js/issues/751\n preProcessedHeaders\n .split('\\r')\n .map(function(header) {\n return header.indexOf('\\n') === 0 ? header.substr(1, header.length) : header\n })\n .forEach(function(line) {\n var parts = line.split(':')\n var key = parts.shift().trim()\n if (key) {\n var value = parts.join(':').trim()\n headers.append(key, value)\n }\n })\n return headers\n}\n\nBody.call(Request.prototype)\n\nfunction Response(bodyInit, options) {\n if (!(this instanceof Response)) {\n throw new TypeError('Please use the \"new\" operator, this DOM object constructor cannot be called as a function.')\n }\n if (!options) {\n options = {}\n }\n\n this.type = 'default'\n this.status = options.status === undefined ? 200 : options.status\n this.ok = this.status >= 200 && this.status < 300\n this.statusText = 'statusText' in options ? options.statusText : ''\n this.headers = new Headers(options.headers)\n this.url = options.url || ''\n this._initBody(bodyInit)\n}\n\nBody.call(Response.prototype)\n\nResponse.prototype.clone = function() {\n return new Response(this._bodyInit, {\n status: this.status,\n statusText: this.statusText,\n headers: new Headers(this.headers),\n url: this.url\n })\n}\n\nResponse.error = function() {\n var response = new Response(null, {status: 0, statusText: ''})\n response.type = 'error'\n return response\n}\n\nvar redirectStatuses = [301, 302, 303, 307, 308]\n\nResponse.redirect = function(url, status) {\n if (redirectStatuses.indexOf(status) === -1) {\n throw new RangeError('Invalid status code')\n }\n\n return new Response(null, {status: status, headers: {location: url}})\n}\n\nvar DOMException = global.DOMException\ntry {\n new DOMException()\n} catch (err) {\n DOMException = function(message, name) {\n this.message = message\n this.name = name\n var error = Error(message)\n this.stack = error.stack\n }\n DOMException.prototype = Object.create(Error.prototype)\n DOMException.prototype.constructor = DOMException\n}\n\nfunction fetch(input, init) {\n return new Promise(function(resolve, reject) {\n var request = new Request(input, init)\n\n if (request.signal && request.signal.aborted) {\n return reject(new DOMException('Aborted', 'AbortError'))\n }\n\n var xhr = new XMLHttpRequest()\n\n function abortXhr() {\n xhr.abort()\n }\n\n xhr.onload = function() {\n var options = {\n status: xhr.status,\n statusText: xhr.statusText,\n headers: parseHeaders(xhr.getAllResponseHeaders() || '')\n }\n options.url = 'responseURL' in xhr ? xhr.responseURL : options.headers.get('X-Request-URL')\n var body = 'response' in xhr ? xhr.response : xhr.responseText\n setTimeout(function() {\n resolve(new Response(body, options))\n }, 0)\n }\n\n xhr.onerror = function() {\n setTimeout(function() {\n reject(new TypeError('Network request failed'))\n }, 0)\n }\n\n xhr.ontimeout = function() {\n setTimeout(function() {\n reject(new TypeError('Network request failed'))\n }, 0)\n }\n\n xhr.onabort = function() {\n setTimeout(function() {\n reject(new DOMException('Aborted', 'AbortError'))\n }, 0)\n }\n\n function fixUrl(url) {\n try {\n return url === '' && global.location.href ? global.location.href : url\n } catch (e) {\n return url\n }\n }\n\n xhr.open(request.method, fixUrl(request.url), true)\n\n if (request.credentials === 'include') {\n xhr.withCredentials = true\n } else if (request.credentials === 'omit') {\n xhr.withCredentials = false\n }\n\n if ('responseType' in xhr) {\n if (support.blob) {\n xhr.responseType = 'blob'\n } else if (\n support.arrayBuffer &&\n request.headers.get('Content-Type') &&\n request.headers.get('Content-Type').indexOf('application/octet-stream') !== -1\n ) {\n xhr.responseType = 'arraybuffer'\n }\n }\n\n if (init && typeof init.headers === 'object' && !(init.headers instanceof Headers)) {\n Object.getOwnPropertyNames(init.headers).forEach(function(name) {\n xhr.setRequestHeader(name, normalizeValue(init.headers[name]))\n })\n } else {\n request.headers.forEach(function(value, name) {\n xhr.setRequestHeader(name, value)\n })\n }\n\n if (request.signal) {\n request.signal.addEventListener('abort', abortXhr)\n\n xhr.onreadystatechange = function() {\n // DONE (success or failure)\n if (xhr.readyState === 4) {\n request.signal.removeEventListener('abort', abortXhr)\n }\n }\n }\n\n xhr.send(typeof request._bodyInit === 'undefined' ? null : request._bodyInit)\n })\n}\n\nfetch.polyfill = true\n\nif (!global.fetch) {\n global.fetch = fetch\n global.Headers = Headers\n global.Request = Request\n global.Response = Response\n}\n\n\n//# sourceURL=webpack://gooddata/./node_modules/whatwg-fetch/fetch.js?");
4627
4628/***/ }),
4629
4630/***/ "./package.json":
4631/*!**********************!*\
4632 !*** ./package.json ***!
4633 \**********************/
4634/*! exports provided: name, version, author, description, license, main, browser, typings, files, config, scripts, repository, jest, devDependencies, dependencies, husky, lint-staged, default */
4635/***/ (function(module) {
4636
4637eval("module.exports = JSON.parse(\"{\\\"name\\\":\\\"@gooddata/gooddata-js\\\",\\\"version\\\":\\\"13.5.0\\\",\\\"author\\\":\\\"GoodData\\\",\\\"description\\\":\\\"GoodData JavaScript SDK\\\",\\\"license\\\":\\\"BSD-3-Clause\\\",\\\"main\\\":\\\"lib/gooddata-node.js\\\",\\\"browser\\\":\\\"lib/gooddata-browser.js\\\",\\\"typings\\\":\\\"lib/gooddata-browser.d.ts\\\",\\\"files\\\":[\\\"dist\\\",\\\"lib\\\",\\\"src\\\",\\\"LICENSE\\\"],\\\"config\\\":{\\\"tslint\\\":\\\"./{src,test}/**/*.ts\\\"},\\\"scripts\\\":{\\\"dev\\\":\\\"tsc --watch\\\",\\\"build\\\":\\\"yarn run build:lib && yarn run build:dist\\\",\\\"build:lib\\\":\\\"rm -rf lib && tsc -p tsconfig.build.json\\\",\\\"build:dist\\\":\\\"rm -rf dist && grunt dist\\\",\\\"prepublishOnly\\\":\\\"yarn run build\\\",\\\"test\\\":\\\"jest --watch\\\",\\\"test-once\\\":\\\"jest\\\",\\\"test-ci\\\":\\\"JEST_JUNIT_OUTPUT=./ci/results/test-results.xml jest --config jest.ci.json\\\",\\\"run-tslint\\\":\\\"tslint -p tsconfig.json\\\",\\\"tslint\\\":\\\"yarn run-tslint -t verbose $npm_package_config_tslint\\\",\\\"tslint-ci\\\":\\\"mkdir -p ./ci/results && yarn run-tslint -t checkstyle -o ./ci/results/tslint-results.xml $npm_package_config_tslint\\\",\\\"prettier-check\\\":\\\"prettier --check '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'\\\",\\\"prettier-write\\\":\\\"prettier --write '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'\\\",\\\"validate\\\":\\\"tsc --noEmit && yarn tslint && yarn prettier-check\\\",\\\"validate-ci\\\":\\\"tsc --noEmit && yarn tslint-ci && yarn prettier-check\\\"},\\\"repository\\\":{\\\"type\\\":\\\"git\\\",\\\"url\\\":\\\"git@github.com:gooddata/gooddata-js.git\\\"},\\\"jest\\\":{\\\"setupFilesAfterEnv\\\":[\\\"<rootDir>/jest.setup.js\\\"],\\\"transform\\\":{\\\".(ts|tsx)\\\":\\\"ts-jest\\\"},\\\"testRegex\\\":\\\"(/__tests__/.*|\\\\\\\\.(test|spec))\\\\\\\\.(tsx?)$\\\",\\\"collectCoverageFrom\\\":[\\\"src/**/*.{ts,tsx}\\\",\\\"!**/*.d.ts\\\"],\\\"collectCoverage\\\":false,\\\"coverageReporters\\\":[\\\"html\\\"],\\\"moduleFileExtensions\\\":[\\\"ts\\\",\\\"tsx\\\",\\\"js\\\"]},\\\"devDependencies\\\":{\\\"@gooddata/frontend-npm-scripts\\\":\\\"1.2.0\\\",\\\"@gooddata/grunt-grizzly\\\":\\\"2.0.0\\\",\\\"@gooddata/tslint-config\\\":\\\"^1.0.0\\\",\\\"@types/fast-levenshtein\\\":\\\"0.0.1\\\",\\\"@types/fetch-mock\\\":\\\"5.*\\\",\\\"@types/invariant\\\":\\\"^2.2.29\\\",\\\"@types/isomorphic-fetch\\\":\\\"^0.0.35\\\",\\\"@types/jest\\\":\\\"24.0.6\\\",\\\"@types/json-stable-stringify\\\":\\\"^1.0.32\\\",\\\"@types/lodash\\\":\\\"^4.14.165\\\",\\\"@types/md5\\\":\\\"^2.1.32\\\",\\\"@types/node-fetch\\\":\\\"^2.5.7\\\",\\\"@types/qs\\\":\\\"^6.5.1\\\",\\\"@types/uuid\\\":\\\"^8.3.0\\\",\\\"async\\\":\\\"2.1.5\\\",\\\"exports-loader\\\":\\\"0.6.3\\\",\\\"fast-levenshtein\\\":\\\"2.0.6\\\",\\\"fetch-mock\\\":\\\"5.12.2\\\",\\\"grunt\\\":\\\"1.0.4\\\",\\\"grunt-cli\\\":\\\"1.2.0\\\",\\\"grunt-contrib-copy\\\":\\\"0.8.2\\\",\\\"grunt-contrib-watch\\\":\\\"1.1.0\\\",\\\"grunt-contrib-yuidoc\\\":\\\"1.0.0\\\",\\\"grunt-gh-pages\\\":\\\"2.0.0\\\",\\\"grunt-run\\\":\\\"0.8.0\\\",\\\"grunt-webpack\\\":\\\"4.0.2\\\",\\\"husky\\\":\\\"3.0.0\\\",\\\"imports-loader\\\":\\\"0.7.0\\\",\\\"istanbul-instrumenter-loader\\\":\\\"0.2.0\\\",\\\"jest\\\":\\\"^25.5.4\\\",\\\"jest-junit\\\":\\\"3.0.0\\\",\\\"js-object-pretty-print\\\":\\\"0.2.0\\\",\\\"lint-staged\\\":\\\"9.1.0\\\",\\\"lodash-webpack-plugin\\\":\\\"0.11.0\\\",\\\"prettier\\\":\\\"^1.18.2\\\",\\\"ts-jest\\\":\\\"25.3.1\\\",\\\"ts-loader\\\":\\\"4.5.0\\\",\\\"tslint-config-prettier\\\":\\\"^1.18.0\\\",\\\"typescript\\\":\\\"3.3.4000\\\",\\\"webpack\\\":\\\"^4.44.1\\\",\\\"webpack-dev-server\\\":\\\"^3.11.0\\\"},\\\"dependencies\\\":{\\\"@gooddata/typings\\\":\\\"^2.27.0\\\",\\\"fetch-cookie\\\":\\\"^0.11.0\\\",\\\"invariant\\\":\\\"^2.2.2\\\",\\\"isomorphic-fetch\\\":\\\"^3.0.0\\\",\\\"json-stable-stringify\\\":\\\"^1.0.1\\\",\\\"lodash\\\":\\\"^4.17.20\\\",\\\"md5\\\":\\\"^2.2.1\\\",\\\"node-fetch\\\":\\\"^2.6.1\\\",\\\"qs\\\":\\\"^6.5.1\\\",\\\"rxjs\\\":\\\"^6.3.1\\\",\\\"uuid\\\":\\\"^8.3.1\\\"},\\\"husky\\\":{\\\"hooks\\\":{\\\"pre-commit\\\":\\\"lint-staged\\\"}},\\\"lint-staged\\\":{\\\"{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}\\\":[\\\"prettier --write\\\",\\\"git add\\\"],\\\"{src,test}/**/*.{ts,js,tsx,jsx,scss}\\\":[\\\"npx gdc-fix-copyright\\\",\\\"git add\\\"]}}\");\n\n//# sourceURL=webpack://gooddata/./package.json?");
4638
4639/***/ }),
4640
4641/***/ "./src/DataLayer/DataTable.ts":
4642/*!************************************!*\
4643 !*** ./src/DataLayer/DataTable.ts ***!
4644 \************************************/
4645/*! no static exports found */
4646/***/ (function(module, exports, __webpack_require__) {
4647
4648"use strict";
4649eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\nvar get_1 = __importDefault(__webpack_require__(/*! lodash/get */ \"./node_modules/lodash/get.js\"));\nvar isEmpty_1 = __importDefault(__webpack_require__(/*! lodash/isEmpty */ \"./node_modules/lodash/isEmpty.js\"));\nvar isEqual_1 = __importDefault(__webpack_require__(/*! lodash/isEqual */ \"./node_modules/lodash/isEqual.js\"));\nvar AfmUtils_1 = __webpack_require__(/*! ./utils/AfmUtils */ \"./src/DataLayer/utils/AfmUtils.ts\");\nvar async_1 = __webpack_require__(/*! ./utils/async */ \"./src/DataLayer/utils/async.ts\");\nvar DataTable = /** @class */ (function () {\n function DataTable(adapter) {\n var _this = this;\n this.dataSubscribers = [];\n this.errorSubscribers = [];\n this.adapter = adapter;\n this.subject = async_1.createSubject(function (result) { return _this.dataSubscribers.forEach(function (handler) { return handler(result); }); }, function (error) { return _this.errorSubscribers.forEach(function (handler) { return handler(error); }); });\n }\n DataTable.getDefaultDimensionsForTable = function (afm) {\n return [\n {\n itemIdentifiers: (afm.attributes || []).map(function (a) { return a.localIdentifier; }),\n },\n {\n itemIdentifiers: [\"measureGroup\"],\n },\n ];\n };\n DataTable.prototype.getData = function (afm, resultSpec) {\n var _this = this;\n if (resultSpec === void 0) { resultSpec = {}; }\n if (!AfmUtils_1.isAfmExecutable(afm)) {\n return;\n }\n if (isEmpty_1.default(get_1.default(resultSpec, \"dimensions\"))) {\n resultSpec.dimensions = DataTable.getDefaultDimensionsForTable(afm);\n }\n if (!isEqual_1.default(afm, this.afm)) {\n this.afm = afm;\n this.adapter.createDataSource(afm).then(function (dataSource) {\n _this.dataSource = dataSource;\n _this.fetchData(resultSpec);\n }, function (error) {\n _this.errorSubscribers.forEach(function (handler) { return handler(error); });\n });\n }\n else if (this.dataSource) {\n this.fetchData(resultSpec);\n }\n };\n DataTable.prototype.onData = function (callback) {\n this.dataSubscribers.push(callback);\n return this;\n };\n DataTable.prototype.onError = function (callback) {\n this.errorSubscribers.push(callback);\n return this;\n };\n DataTable.prototype.resetDataSubscribers = function () {\n this.dataSubscribers = [];\n return this;\n };\n DataTable.prototype.resetErrorSubscribers = function () {\n this.errorSubscribers = [];\n return this;\n };\n DataTable.prototype.fetchData = function (resultSpec) {\n if (this.dataSource) {\n this.subject.next(this.dataSource.getData(resultSpec));\n }\n };\n return DataTable;\n}());\nexports.DataTable = DataTable;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/DataTable.ts?");
4650
4651/***/ }),
4652
4653/***/ "./src/DataLayer/adapters/ExecuteAfmAdapter.ts":
4654/*!*****************************************************!*\
4655 !*** ./src/DataLayer/adapters/ExecuteAfmAdapter.ts ***!
4656 \*****************************************************/
4657/*! no static exports found */
4658/***/ (function(module, exports, __webpack_require__) {
4659
4660"use strict";
4661eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar DataSource_1 = __webpack_require__(/*! ../dataSources/DataSource */ \"./src/DataLayer/dataSources/DataSource.ts\");\nvar package_json_1 = __webpack_require__(/*! ../../../package.json */ \"./package.json\");\nvar ExecuteAfmAdapter = /** @class */ (function () {\n function ExecuteAfmAdapter(sdk, projectId) {\n this.projectId = projectId;\n this.sdk = sdk.clone();\n this.sdk.config.setJsPackage(\"@gooddata/data-layer\", package_json_1.version);\n }\n ExecuteAfmAdapter.prototype.createDataSource = function (afm, fingerprint) {\n var _this = this;\n var execFactory = function (resultSpec) {\n var execution = {\n execution: {\n afm: afm,\n resultSpec: resultSpec,\n },\n };\n return _this.sdk.execution.executeAfm(_this.projectId, execution);\n };\n var responseFactory = function (resultSpec) {\n var execution = {\n execution: {\n afm: afm,\n resultSpec: resultSpec,\n },\n };\n return _this.sdk.execution.getExecutionResponse(_this.projectId, execution);\n };\n var resultFactory = this.sdk.execution.getPartialExecutionResult;\n var dataSource = new DataSource_1.DataSource(execFactory, afm, fingerprint, responseFactory, resultFactory);\n return Promise.resolve(dataSource);\n };\n return ExecuteAfmAdapter;\n}());\nexports.ExecuteAfmAdapter = ExecuteAfmAdapter;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/adapters/ExecuteAfmAdapter.ts?");
4662
4663/***/ }),
4664
4665/***/ "./src/DataLayer/adapters/UriAdapter.ts":
4666/*!**********************************************!*\
4667 !*** ./src/DataLayer/adapters/UriAdapter.ts ***!
4668 \**********************************************/
4669/*! no static exports found */
4670/***/ (function(module, exports, __webpack_require__) {
4671
4672"use strict";
4673eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar ExecuteAfmAdapter_1 = __webpack_require__(/*! ./ExecuteAfmAdapter */ \"./src/DataLayer/adapters/ExecuteAfmAdapter.ts\");\nvar toAfmResultSpec_1 = __webpack_require__(/*! ../converters/toAfmResultSpec */ \"./src/DataLayer/converters/toAfmResultSpec.ts\");\nvar AfmUtils_1 = __webpack_require__(/*! ../utils/AfmUtils */ \"./src/DataLayer/utils/AfmUtils.ts\");\nvar package_json_1 = __webpack_require__(/*! ../../../package.json */ \"./package.json\");\nfunction defaultExecuteAdapterFactory(sdk, projectId) {\n return new ExecuteAfmAdapter_1.ExecuteAfmAdapter(sdk, projectId);\n}\nvar UriAdapter = /** @class */ (function () {\n function UriAdapter(sdk, projectId, executeAdapterFactory) {\n if (executeAdapterFactory === void 0) { executeAdapterFactory = defaultExecuteAdapterFactory; }\n this.projectId = projectId;\n this.executeAdapterFactory = executeAdapterFactory;\n this.sdk = sdk.clone();\n this.sdk.config.setJsPackage(\"@gooddata/data-layer\", package_json_1.version);\n }\n UriAdapter.prototype.createDataSource = function (sourceParams) {\n var _this = this;\n return this.fetchVisualizationObject(sourceParams.uri).then(function (visualizationObject) {\n var content = visualizationObject.visualizationObject.content;\n var _a = toAfmResultSpec_1.toAfmResultSpec(content), afm = _a.afm, resultSpec = _a.resultSpec;\n var afmWithAttributeFilters = AfmUtils_1.appendFilters(afm, sourceParams.attributeFilters || [], sourceParams.dateFilter);\n var executeAdapter = _this.executeAdapterFactory(_this.sdk, _this.projectId);\n var execution = {\n execution: {\n afm: afmWithAttributeFilters,\n resultSpec: resultSpec,\n },\n };\n return executeAdapter.createDataSource(execution);\n });\n };\n UriAdapter.prototype.fetchVisualizationObject = function (uri) {\n var _this = this;\n if (uri === this.uri && this.visualizationObject) {\n return Promise.resolve(this.visualizationObject);\n }\n return this.sdk.xhr.get(uri).then(function (response) {\n var visObject = response.data;\n _this.uri = uri;\n _this.visualizationObject = visObject;\n return visObject;\n });\n };\n return UriAdapter;\n}());\nexports.UriAdapter = UriAdapter;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/adapters/UriAdapter.ts?");
4674
4675/***/ }),
4676
4677/***/ "./src/DataLayer/constants/buckets.ts":
4678/*!********************************************!*\
4679 !*** ./src/DataLayer/constants/buckets.ts ***!
4680 \********************************************/
4681/*! no static exports found */
4682/***/ (function(module, exports, __webpack_require__) {
4683
4684"use strict";
4685eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2020 GoodData Corporation\nexports.TOOLTIP_TEXT = \"tooltipText\";\nexports.LOCATION = \"location\";\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/constants/buckets.ts?");
4686
4687/***/ }),
4688
4689/***/ "./src/DataLayer/constants/formats.ts":
4690/*!********************************************!*\
4691 !*** ./src/DataLayer/constants/formats.ts ***!
4692 \********************************************/
4693/*! no static exports found */
4694/***/ (function(module, exports, __webpack_require__) {
4695
4696"use strict";
4697eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\nexports.DEFAULT_DECIMAL_FORMAT = \"#,##0.00\";\nexports.DEFAULT_PERCENTAGE_FORMAT = \"#,##0.00%\";\nexports.DEFAULT_INTEGER_FORMAT = \"#,##0\";\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/constants/formats.ts?");
4698
4699/***/ }),
4700
4701/***/ "./src/DataLayer/converters/FilterConverter.ts":
4702/*!*****************************************************!*\
4703 !*** ./src/DataLayer/converters/FilterConverter.ts ***!
4704 \*****************************************************/
4705/*! no static exports found */
4706/***/ (function(module, exports, __webpack_require__) {
4707
4708"use strict";
4709eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\nvar typings_1 = __webpack_require__(/*! @gooddata/typings */ \"./node_modules/@gooddata/typings/dist/index.js\");\nfunction convertAttributeFilter(filter) {\n if (!typings_1.VisualizationObject.isPositiveAttributeFilter(filter)) {\n if (!filter.negativeAttributeFilter.notIn.length) {\n return null;\n }\n }\n return filter;\n}\nfunction convertAbsoluteDateFilter(filter) {\n var absoluteDateFilter = filter.absoluteDateFilter;\n if (absoluteDateFilter.from === undefined || absoluteDateFilter.to === undefined) {\n return null;\n }\n return {\n absoluteDateFilter: {\n dataSet: absoluteDateFilter.dataSet,\n from: String(absoluteDateFilter.from),\n to: String(absoluteDateFilter.to),\n },\n };\n}\nexports.convertAbsoluteDateFilter = convertAbsoluteDateFilter;\nfunction convertRelativeDateFilter(filter) {\n var relativeDateFilter = filter.relativeDateFilter;\n if (relativeDateFilter.from === undefined || !relativeDateFilter.to === undefined) {\n return null;\n }\n return {\n relativeDateFilter: {\n dataSet: relativeDateFilter.dataSet,\n granularity: relativeDateFilter.granularity,\n from: Number(relativeDateFilter.from),\n to: Number(relativeDateFilter.to),\n },\n };\n}\nexports.convertRelativeDateFilter = convertRelativeDateFilter;\nfunction convertMeasureValueFilter(filter) {\n if (filter.measureValueFilter.condition === undefined) {\n return null;\n }\n return filter;\n}\nexports.convertMeasureValueFilter = convertMeasureValueFilter;\nfunction convertVisualizationObjectFilter(filter) {\n if (typings_1.VisualizationObject.isAttributeFilter(filter)) {\n return convertAttributeFilter(filter);\n }\n else if (typings_1.VisualizationObject.isAbsoluteDateFilter(filter)) {\n return convertAbsoluteDateFilter(filter);\n }\n else {\n return convertRelativeDateFilter(filter);\n }\n}\nexports.convertVisualizationObjectFilter = convertVisualizationObjectFilter;\nfunction convertVisualizationObjectExtendedFilter(filter) {\n if (typings_1.VisualizationObject.isMeasureValueFilter(filter)) {\n return convertMeasureValueFilter(filter);\n }\n else if (typings_1.VisualizationObject.isRankingFilter(filter)) {\n return filter;\n }\n else {\n return convertVisualizationObjectFilter(filter);\n }\n}\nexports.convertVisualizationObjectExtendedFilter = convertVisualizationObjectExtendedFilter;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/converters/FilterConverter.ts?");
4710
4711/***/ }),
4712
4713/***/ "./src/DataLayer/converters/MeasureConverter.ts":
4714/*!******************************************************!*\
4715 !*** ./src/DataLayer/converters/MeasureConverter.ts ***!
4716 \******************************************************/
4717/*! no static exports found */
4718/***/ (function(module, exports, __webpack_require__) {
4719
4720"use strict";
4721eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\nvar compact_1 = __importDefault(__webpack_require__(/*! lodash/compact */ \"./node_modules/lodash/compact.js\"));\nvar typings_1 = __webpack_require__(/*! @gooddata/typings */ \"./node_modules/@gooddata/typings/dist/index.js\");\nvar FilterConverter_1 = __webpack_require__(/*! ./FilterConverter */ \"./src/DataLayer/converters/FilterConverter.ts\");\nvar formats_1 = __webpack_require__(/*! ../constants/formats */ \"./src/DataLayer/constants/formats.ts\");\nvar MeasureConverter = {\n convertMeasure: convertMeasure,\n};\nexports.default = MeasureConverter;\nfunction convertMeasure(measure) {\n var definition = measure.measure.definition;\n var convertedDefinition = convertMeasureDefinition(definition);\n var format = getFormat(measure);\n var formatProp = format ? { format: format } : {};\n var alias = measure.measure.alias ? measure.measure.alias : measure.measure.title;\n var aliasProp = alias ? { alias: alias } : {};\n return __assign({ localIdentifier: measure.measure.localIdentifier, definition: convertedDefinition }, aliasProp, formatProp);\n}\nfunction convertMeasureDefinition(definition) {\n if (typings_1.VisualizationObject.isMeasureDefinition(definition)) {\n return convertSimpleMeasureDefinition(definition);\n }\n else if (typings_1.VisualizationObject.isPopMeasureDefinition(definition)) {\n return convertPopMeasureDefinition(definition);\n }\n else if (typings_1.VisualizationObject.isPreviousPeriodMeasureDefinition(definition)) {\n return convertPreviousPeriodMeasureDefinition(definition);\n }\n else if (typings_1.VisualizationObject.isArithmeticMeasureDefinition(definition)) {\n return convertArithmeticMeasureDefinition(definition);\n }\n else {\n throw Error(\"The measure definition is not supported: \" + JSON.stringify(definition));\n }\n}\nfunction convertSimpleMeasureDefinition(definition) {\n var measureDefinition = definition.measureDefinition;\n var filters = measureDefinition.filters\n ? compact_1.default(measureDefinition.filters.map(FilterConverter_1.convertVisualizationObjectFilter))\n : [];\n var filtersProp = filters.length ? { filters: filters } : {};\n var aggregation = measureDefinition.aggregation;\n var aggregationProp = aggregation ? { aggregation: aggregation } : {};\n var computeRatio = measureDefinition.computeRatio;\n var computeRatioProp = computeRatio ? { computeRatio: computeRatio } : {};\n return {\n measure: __assign({ item: measureDefinition.item }, filtersProp, aggregationProp, computeRatioProp),\n };\n}\nfunction convertPopMeasureDefinition(definition) {\n var popMeasureDefinition = definition.popMeasureDefinition;\n return {\n popMeasure: {\n measureIdentifier: popMeasureDefinition.measureIdentifier,\n popAttribute: popMeasureDefinition.popAttribute,\n },\n };\n}\nfunction convertPreviousPeriodMeasureDefinition(definition) {\n var previousPeriodMeasure = definition.previousPeriodMeasure;\n return {\n previousPeriodMeasure: {\n measureIdentifier: previousPeriodMeasure.measureIdentifier,\n dateDataSets: previousPeriodMeasure.dateDataSets.map(function (dateDataSet) { return ({\n dataSet: dateDataSet.dataSet,\n periodsAgo: dateDataSet.periodsAgo,\n }); }),\n },\n };\n}\nfunction convertArithmeticMeasureDefinition(definition) {\n var arithmeticMeasure = definition.arithmeticMeasure;\n return {\n arithmeticMeasure: {\n measureIdentifiers: arithmeticMeasure.measureIdentifiers.slice(),\n operator: arithmeticMeasure.operator,\n },\n };\n}\nfunction getFormat(measure) {\n var _a = measure.measure, definition = _a.definition, format = _a.format;\n if (format) {\n return format;\n }\n var isArithmeticMeasureChange = typings_1.VisualizationObject.isArithmeticMeasureDefinition(definition) &&\n definition.arithmeticMeasure.operator === \"change\";\n if (isArithmeticMeasureChange) {\n return formats_1.DEFAULT_PERCENTAGE_FORMAT;\n }\n if (typings_1.VisualizationObject.isMeasureDefinition(definition)) {\n var measureDefinition = definition.measureDefinition;\n if (measureDefinition.computeRatio) {\n return formats_1.DEFAULT_PERCENTAGE_FORMAT;\n }\n if (measureDefinition.aggregation === \"count\") {\n return formats_1.DEFAULT_INTEGER_FORMAT;\n }\n }\n return undefined;\n}\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/converters/MeasureConverter.ts?");
4722
4723/***/ }),
4724
4725/***/ "./src/DataLayer/converters/toAfmResultSpec.ts":
4726/*!*****************************************************!*\
4727 !*** ./src/DataLayer/converters/toAfmResultSpec.ts ***!
4728 \*****************************************************/
4729/*! no static exports found */
4730/***/ (function(module, exports, __webpack_require__) {
4731
4732"use strict";
4733eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\nvar compact_1 = __importDefault(__webpack_require__(/*! lodash/compact */ \"./node_modules/lodash/compact.js\"));\nvar flatMap_1 = __importDefault(__webpack_require__(/*! lodash/flatMap */ \"./node_modules/lodash/flatMap.js\"));\nvar get_1 = __importDefault(__webpack_require__(/*! lodash/get */ \"./node_modules/lodash/get.js\"));\nvar typings_1 = __webpack_require__(/*! @gooddata/typings */ \"./node_modules/@gooddata/typings/dist/index.js\");\nvar FilterConverter_1 = __webpack_require__(/*! ./FilterConverter */ \"./src/DataLayer/converters/FilterConverter.ts\");\nvar MeasureConverter_1 = __importDefault(__webpack_require__(/*! ./MeasureConverter */ \"./src/DataLayer/converters/MeasureConverter.ts\"));\nvar buckets_1 = __webpack_require__(/*! ../../DataLayer/constants/buckets */ \"./src/DataLayer/constants/buckets.ts\");\nfunction convertAttribute(attribute, idx) {\n var alias = attribute.visualizationAttribute.alias;\n var aliasProp = alias ? { alias: alias } : {};\n return __assign({ displayForm: attribute.visualizationAttribute.displayForm, localIdentifier: attribute.visualizationAttribute.localIdentifier || \"a\" + (idx + 1) }, aliasProp);\n}\nfunction convertAFM(visualizationObject) {\n var textualAttributes = getAttributes(visualizationObject.buckets).map(convertAttribute);\n var geoAttribute = getGeoAttributeForTooltip(visualizationObject);\n var attributes = geoAttribute ? textualAttributes.concat([geoAttribute]) : textualAttributes;\n var attrProp = attributes.length ? { attributes: attributes } : {};\n var measures = getMeasures(visualizationObject.buckets).map(MeasureConverter_1.default.convertMeasure);\n var measuresProp = measures.length ? { measures: measures } : {};\n var filters = visualizationObject.filters\n ? compact_1.default(visualizationObject.filters.map(FilterConverter_1.convertVisualizationObjectExtendedFilter))\n : [];\n var filtersProp = filters.length ? { filters: filters } : {};\n var nativeTotals = convertNativeTotals(visualizationObject);\n var nativeTotalsProp = nativeTotals.length ? { nativeTotals: nativeTotals } : {};\n return __assign({}, measuresProp, attrProp, filtersProp, nativeTotalsProp);\n}\nfunction getMeasures(buckets) {\n return buckets.reduce(function (result, bucket) {\n var measureItems = bucket.items.filter(typings_1.VisualizationObject.isMeasure);\n return result.concat(measureItems);\n }, []);\n}\nfunction getNativeTotalAttributeIdentifiers(bucket, total) {\n var attributes = bucket.items.filter(typings_1.VisualizationObject.isAttribute);\n var totalAttributeIndex = attributes.findIndex(function (attribute) { return attribute.visualizationAttribute.localIdentifier === total.attributeIdentifier; });\n return attributes\n .slice(0, totalAttributeIndex)\n .map(function (attribute) { return attribute.visualizationAttribute.localIdentifier; });\n}\nfunction convertNativeTotals(visObj) {\n var nativeTotalsPerBucket = visObj.buckets.map(function (bucket) {\n var totals = bucket.totals || [];\n var nativeTotals = totals.filter(function (total) { return total.type === \"nat\"; });\n return nativeTotals.map(function (total) { return ({\n measureIdentifier: total.measureIdentifier,\n attributeIdentifiers: getNativeTotalAttributeIdentifiers(bucket, total),\n }); });\n });\n return flatMap_1.default(nativeTotalsPerBucket);\n}\nfunction getAttributes(buckets) {\n return buckets.reduce(function (result, bucket) {\n var items = bucket.items.filter(typings_1.VisualizationObject.isAttribute);\n return result.concat(items);\n }, []);\n}\nfunction parsePropertyItem(item) {\n try {\n return JSON.parse(item);\n }\n catch (e) {\n return {};\n }\n}\nfunction buildTooltipBucketItem(tooltipText, alias) {\n var tooltipAlias = alias ? { alias: alias } : {};\n return __assign({ localIdentifier: buckets_1.TOOLTIP_TEXT, displayForm: {\n uri: tooltipText,\n } }, tooltipAlias);\n}\nfunction getGeoAttributeForTooltip(visualizationObject) {\n var properties = parsePropertyItem(visualizationObject.properties || \"\");\n var tooltipText = get_1.default(properties, \"controls.tooltipText\", \"\");\n if (tooltipText) {\n // copy alias of Geo attribute to alias of tooltipText attribute\n var locationAlias = visualizationObject.buckets.reduce(function (locationAlias, bucket) {\n if (!locationAlias && bucket.localIdentifier === buckets_1.LOCATION) {\n return get_1.default(bucket, \"items[0].visualizationAttribute.alias\");\n }\n return locationAlias;\n }, \"\");\n return buildTooltipBucketItem(tooltipText, locationAlias);\n }\n return null;\n}\nfunction convertSorting(visObj) {\n if (visObj.properties) {\n var properties = {};\n try {\n properties = JSON.parse(visObj.properties);\n }\n catch (_a) {\n // tslint:disable-next-line:no-console\n console.error(\"Properties contains invalid JSON string.\");\n }\n var sorts = get_1.default(properties, \"sortItems\", []);\n return sorts ? sorts : [];\n }\n return [];\n}\nfunction convertResultSpec(visObj) {\n var sorts = convertSorting(visObj);\n // Workaround because we can handle only 1 sort item for now\n var sortsProp = sorts.length ? { sorts: sorts.slice(0, 1) } : {};\n return __assign({}, sortsProp);\n}\n/**\n * Converts visualizationObject to afm and resultSpec\n *\n * @method toAfmResultSpec\n * @param {VisualizationObject.IVisualizationObjectContent} visObj\n * @returns {IConvertedAFM}\n */\nfunction toAfmResultSpec(visObj) {\n var afm = convertAFM(visObj);\n return {\n afm: afm,\n resultSpec: convertResultSpec(visObj),\n };\n}\nexports.toAfmResultSpec = toAfmResultSpec;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/converters/toAfmResultSpec.ts?");
4734
4735/***/ }),
4736
4737/***/ "./src/DataLayer/dataSources/DataSource.ts":
4738/*!*************************************************!*\
4739 !*** ./src/DataLayer/dataSources/DataSource.ts ***!
4740 \*************************************************/
4741/*! no static exports found */
4742/***/ (function(module, exports, __webpack_require__) {
4743
4744"use strict";
4745eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar json_stable_stringify_1 = __importDefault(__webpack_require__(/*! json-stable-stringify */ \"./node_modules/json-stable-stringify/index.js\"));\nvar DataSource_1 = __webpack_require__(/*! ../interfaces/DataSource */ \"./src/DataLayer/interfaces/DataSource.ts\");\nexports.IDataSource = DataSource_1.IDataSource;\nvar execute_afm_1 = __webpack_require__(/*! ../../execution/execute-afm */ \"./src/execution/execute-afm.ts\");\nvar DataSource = /** @class */ (function () {\n function DataSource(execFactory, afm, fingerprint, responseFactory, resultFactory) {\n this.execFactory = execFactory;\n this.afm = afm;\n this.fingerprint = fingerprint;\n this.responseFactory = responseFactory;\n this.resultFactory = resultFactory;\n this.executionPromises = {};\n }\n DataSource.prototype.getData = function (resultSpec) {\n return this.execFactory(resultSpec);\n };\n DataSource.prototype.getPage = function (resultSpec, limit, offset) {\n var _this = this;\n if (limit === void 0) { limit = []; }\n if (offset === void 0) { offset = []; }\n var resultSpecFingerprint = json_stable_stringify_1.default(resultSpec);\n if (!this.responseFactory) {\n throw new Error(\"Missing responseFactory!\");\n }\n if (!this.executionPromises[resultSpecFingerprint]) {\n this.executionPromises[resultSpecFingerprint] = this.responseFactory(resultSpec);\n }\n return this.executionPromises[resultSpecFingerprint].then(function (executionResponse) {\n if (!_this.resultFactory) {\n throw new Error(\"Missing resultFactory!\");\n }\n var safeOffset = offset.map(function (offsetItem) {\n if (offsetItem === void 0) { offsetItem = 0; }\n return offsetItem;\n });\n var safeLimit = limit.map(function (limitItem) {\n if (limitItem === void 0) { limitItem = execute_afm_1.DEFAULT_LIMIT; }\n var safeLimitItem = Math.min(limitItem, execute_afm_1.DEFAULT_LIMIT);\n if (safeLimitItem < limitItem) {\n // tslint:disable-next-line:no-console\n console.warn(\"The maximum limit per page is \" + execute_afm_1.DEFAULT_LIMIT);\n }\n return safeLimitItem;\n });\n return _this.resultFactory(executionResponse.links.executionResult, safeLimit, safeOffset).then(function (executionResult) { return ({\n executionResult: executionResult,\n executionResponse: executionResponse,\n }); });\n });\n };\n DataSource.prototype.getAfm = function () {\n return this.afm;\n };\n DataSource.prototype.getFingerprint = function () {\n return this.fingerprint ? this.fingerprint : json_stable_stringify_1.default(this.afm);\n };\n return DataSource;\n}());\nexports.DataSource = DataSource;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/dataSources/DataSource.ts?");
4746
4747/***/ }),
4748
4749/***/ "./src/DataLayer/dataSources/utils.ts":
4750/*!********************************************!*\
4751 !*** ./src/DataLayer/dataSources/utils.ts ***!
4752 \********************************************/
4753/*! no static exports found */
4754/***/ (function(module, exports, __webpack_require__) {
4755
4756"use strict";
4757eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nfunction dataSourcesMatch(first, second) {\n var firstFingerprint = first ? first.getFingerprint() : null;\n var secondFingerprint = second ? second.getFingerprint() : null;\n return firstFingerprint === secondFingerprint;\n}\nexports.dataSourcesMatch = dataSourcesMatch;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/dataSources/utils.ts?");
4758
4759/***/ }),
4760
4761/***/ "./src/DataLayer/helpers/filters.ts":
4762/*!******************************************!*\
4763 !*** ./src/DataLayer/helpers/filters.ts ***!
4764 \******************************************/
4765/*! no static exports found */
4766/***/ (function(module, exports, __webpack_require__) {
4767
4768"use strict";
4769eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\nvar cloneDeep_1 = __importDefault(__webpack_require__(/*! lodash/cloneDeep */ \"./node_modules/lodash/cloneDeep.js\"));\nvar isEmpty_1 = __importDefault(__webpack_require__(/*! lodash/isEmpty */ \"./node_modules/lodash/isEmpty.js\"));\nvar typings_1 = __webpack_require__(/*! @gooddata/typings */ \"./node_modules/@gooddata/typings/dist/index.js\");\nvar isDateFilter = typings_1.AFM.isDateFilter;\nvar isNegativeAttributeFilter = typings_1.AFM.isNegativeAttributeFilter;\nvar isPositiveAttributeFilter = typings_1.AFM.isPositiveAttributeFilter;\n/**\n * Tests whether attribute elements are empty of not.\n *\n * @param elements one of the acceptable attribute element forms\n */\nfunction isEmptyAttributeElements(elements) {\n return isEmpty_1.default(elements);\n}\nexports.isEmptyAttributeElements = isEmptyAttributeElements;\n/**\n * Tests whether filter if semantically empty - e.g. it will not have any effect on the results and can thus\n * be discarded.\n *\n * @param filter any acceptable AFM filter\n */\nfunction isEmptyFilter(filter) {\n if (isPositiveAttributeFilter(filter)) {\n return isEmptyAttributeElements(filter.positiveAttributeFilter.in);\n }\n else if (isNegativeAttributeFilter(filter)) {\n return isEmptyAttributeElements(filter.negativeAttributeFilter.notIn);\n }\n // expression filters were always considered empty\n return !isDateFilter(filter);\n}\nexports.isEmptyFilter = isEmptyFilter;\n/**\n * Tests whether filter is semantically not empty - e.g. it will have some effect on the results.\n *\n * @param filter any acceptable AFM filter\n * @deprecated use isEmptyFilter instead\n */\nfunction isNotEmptyFilter(filter) {\n return !isEmptyFilter(filter);\n}\nexports.isNotEmptyFilter = isNotEmptyFilter;\n/**\n * Merges new filters into existing AFM. This essentially concatenates/appends new filters at the end of the\n * existing filter list defined in the AFM and then filters out any semantically empty, no-effect filters.\n *\n * This function is immutable, it constructs new instance of AFM.\n *\n * @param afm afm to merge filters into\n * @param filters filters to merge\n * @returns new instance of AFM.\n */\nfunction mergeFilters(afm, filters) {\n var cloned = cloneDeep_1.default(afm);\n return __assign({}, cloned, { filters: (cloned.filters || []).concat(filters).filter(isNotEmptyFilter) });\n}\nexports.mergeFilters = mergeFilters;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/helpers/filters.ts?");
4770
4771/***/ }),
4772
4773/***/ "./src/DataLayer/helpers/uri.ts":
4774/*!**************************************!*\
4775 !*** ./src/DataLayer/helpers/uri.ts ***!
4776 \**************************************/
4777/*! no static exports found */
4778/***/ (function(module, exports, __webpack_require__) {
4779
4780"use strict";
4781eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\nexports.REG_URI_OBJ = /\\/gdc\\/md\\/(\\S+)\\/obj\\/\\d+/;\nexports.isUri = function (identifier) { return exports.REG_URI_OBJ.test(identifier); };\nexports.areUris = function (identifiers) { return identifiers.every(exports.isUri); };\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/helpers/uri.ts?");
4782
4783/***/ }),
4784
4785/***/ "./src/DataLayer/index.ts":
4786/*!********************************!*\
4787 !*** ./src/DataLayer/index.ts ***!
4788 \********************************/
4789/*! no static exports found */
4790/***/ (function(module, exports, __webpack_require__) {
4791
4792"use strict";
4793eval("\nvar __importStar = (this && this.__importStar) || function (mod) {\n if (mod && mod.__esModule) return mod;\n var result = {};\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\n result[\"default\"] = mod;\n return result;\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\nvar Header = __importStar(__webpack_require__(/*! ./interfaces/Header */ \"./src/DataLayer/interfaces/Header.ts\"));\nexports.Header = Header;\nvar DataSourceUtils = __importStar(__webpack_require__(/*! ./dataSources/utils */ \"./src/DataLayer/dataSources/utils.ts\"));\nexports.DataSourceUtils = DataSourceUtils;\nvar DataSource = __importStar(__webpack_require__(/*! ./dataSources/DataSource */ \"./src/DataLayer/dataSources/DataSource.ts\"));\nexports.DataSource = DataSource;\nvar Filters = __importStar(__webpack_require__(/*! ./helpers/filters */ \"./src/DataLayer/helpers/filters.ts\"));\nexports.Filters = Filters;\nvar Uri = __importStar(__webpack_require__(/*! ./helpers/uri */ \"./src/DataLayer/helpers/uri.ts\"));\nexports.Uri = Uri;\nvar async_1 = __webpack_require__(/*! ./utils/async */ \"./src/DataLayer/utils/async.ts\");\nexports.createSubject = async_1.createSubject;\nexports.ISubject = async_1.ISubject;\nvar toAfmResultSpec_1 = __webpack_require__(/*! ./converters/toAfmResultSpec */ \"./src/DataLayer/converters/toAfmResultSpec.ts\");\nexports.toAfmResultSpec = toAfmResultSpec_1.toAfmResultSpec;\nvar ResultSpecUtils = __importStar(__webpack_require__(/*! ./utils/ResultSpecUtils */ \"./src/DataLayer/utils/ResultSpecUtils.ts\"));\nexports.ResultSpecUtils = ResultSpecUtils;\nvar AfmUtils = __importStar(__webpack_require__(/*! ./utils/AfmUtils */ \"./src/DataLayer/utils/AfmUtils.ts\"));\nexports.AfmUtils = AfmUtils;\nvar DataTable_1 = __webpack_require__(/*! ./DataTable */ \"./src/DataLayer/DataTable.ts\");\nexports.DataTable = DataTable_1.DataTable;\nvar DummyAdapter_1 = __webpack_require__(/*! ./utils/DummyAdapter */ \"./src/DataLayer/utils/DummyAdapter.ts\");\nexports.DummyAdapter = DummyAdapter_1.DummyAdapter;\nvar ExecuteAfmAdapter_1 = __webpack_require__(/*! ./adapters/ExecuteAfmAdapter */ \"./src/DataLayer/adapters/ExecuteAfmAdapter.ts\");\nexports.ExecuteAfmAdapter = ExecuteAfmAdapter_1.ExecuteAfmAdapter;\nvar UriAdapter_1 = __webpack_require__(/*! ./adapters/UriAdapter */ \"./src/DataLayer/adapters/UriAdapter.ts\");\nexports.UriAdapter = UriAdapter_1.UriAdapter;\nvar Adapter_1 = __webpack_require__(/*! ./interfaces/Adapter */ \"./src/DataLayer/interfaces/Adapter.ts\");\nexports.IAdapter = Adapter_1.IAdapter;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/index.ts?");
4794
4795/***/ }),
4796
4797/***/ "./src/DataLayer/interfaces/Adapter.ts":
4798/*!*********************************************!*\
4799 !*** ./src/DataLayer/interfaces/Adapter.ts ***!
4800 \*********************************************/
4801/*! no static exports found */
4802/***/ (function(module, exports, __webpack_require__) {
4803
4804"use strict";
4805eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/interfaces/Adapter.ts?");
4806
4807/***/ }),
4808
4809/***/ "./src/DataLayer/interfaces/DataSource.ts":
4810/*!************************************************!*\
4811 !*** ./src/DataLayer/interfaces/DataSource.ts ***!
4812 \************************************************/
4813/*! no static exports found */
4814/***/ (function(module, exports, __webpack_require__) {
4815
4816"use strict";
4817eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/interfaces/DataSource.ts?");
4818
4819/***/ }),
4820
4821/***/ "./src/DataLayer/interfaces/Header.ts":
4822/*!********************************************!*\
4823 !*** ./src/DataLayer/interfaces/Header.ts ***!
4824 \********************************************/
4825/*! no static exports found */
4826/***/ (function(module, exports, __webpack_require__) {
4827
4828"use strict";
4829eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/interfaces/Header.ts?");
4830
4831/***/ }),
4832
4833/***/ "./src/DataLayer/utils/AfmUtils.ts":
4834/*!*****************************************!*\
4835 !*** ./src/DataLayer/utils/AfmUtils.ts ***!
4836 \*****************************************/
4837/*! no static exports found */
4838/***/ (function(module, exports, __webpack_require__) {
4839
4840"use strict";
4841eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\nvar flatMap_1 = __importDefault(__webpack_require__(/*! lodash/flatMap */ \"./node_modules/lodash/flatMap.js\"));\nvar compact_1 = __importDefault(__webpack_require__(/*! lodash/compact */ \"./node_modules/lodash/compact.js\"));\nvar typings_1 = __webpack_require__(/*! @gooddata/typings */ \"./node_modules/@gooddata/typings/dist/index.js\");\nexports.ALL_TIME_GRANULARITY = \"ALL_TIME_GRANULARITY\";\n/**\n * Unwraps measure object\n *\n * @method unwrapSimpleMeasure\n * @param {AFM.IMeasure} item\n * @returns {AFM.ISimpleMeasure}\n */\nfunction unwrapSimpleMeasure(item) {\n return item.definition.measure;\n}\nexports.unwrapSimpleMeasure = unwrapSimpleMeasure;\n/**\n * Unwraps popMeasure object\n *\n * @method unwrapPoPMeasure\n * @param {AFM.IMeasure} item\n * @returns {AFM.IPopMeasure}\n */\nfunction unwrapPoPMeasure(item) {\n return item.definition.popMeasure;\n}\nexports.unwrapPoPMeasure = unwrapPoPMeasure;\n/**\n * Unwraps previousPeriodMeasure object\n *\n * @method unwrapPreviousPeriodMeasure\n * @param {AFM.IMeasure} item\n * @returns {AFM.IPreviousPeriodMeasure}\n */\nfunction unwrapPreviousPeriodMeasure(item) {\n return item.definition.previousPeriodMeasure;\n}\nexports.unwrapPreviousPeriodMeasure = unwrapPreviousPeriodMeasure;\n/**\n * Unwraps arithmeticMeasure object\n *\n * @method unwrapArithmeticMeasure\n * @param {AFM.IMeasure} item\n * @returns {AFM.IArithmeticMeasure}\n */\nfunction unwrapArithmeticMeasure(item) {\n return item.definition.arithmeticMeasure;\n}\nexports.unwrapArithmeticMeasure = unwrapArithmeticMeasure;\n/**\n * Normalize AFM\n *\n * @method normalizeAfm\n * @param {AFM.IAfm} afm\n * @returns {INormalizedAFM}\n */\nfunction normalizeAfm(afm) {\n return {\n attributes: afm.attributes || [],\n measures: afm.measures || [],\n filters: afm.filters || [],\n nativeTotals: afm.nativeTotals || [],\n };\n}\nexports.normalizeAfm = normalizeAfm;\n/**\n * Returns true if measure is a simple measure\n *\n * @method isSimpleMeasure\n * @param {AFM.IMeasure} item\n * @returns {boolean}\n */\nfunction isSimpleMeasure(item) {\n return !!unwrapSimpleMeasure(item);\n}\nexports.isSimpleMeasure = isSimpleMeasure;\n/**\n * Returns true if measure is PeriodOverPeriod\n *\n * @method isPoP\n * @param {AFM.IMeasure} item\n * @returns {boolean}\n */\nfunction isPoP(item) {\n return !!unwrapPoPMeasure(item);\n}\nexports.isPoP = isPoP;\n/**\n * Returns true if measure is previous period measure\n *\n * @method isPreviousPeriodMeasure\n * @param {AFM.IMeasure} item\n * @returns {boolean}\n */\nfunction isPreviousPeriodMeasure(item) {\n return !!unwrapPreviousPeriodMeasure(item);\n}\nexports.isPreviousPeriodMeasure = isPreviousPeriodMeasure;\n/**\n * Returns true if measure is arithmetic measure\n *\n * @method isArithmeticMeasure\n * @param {AFM.IMeasure} item\n * @returns {boolean}\n */\nfunction isArithmeticMeasure(item) {\n return !!unwrapArithmeticMeasure(item);\n}\nexports.isArithmeticMeasure = isArithmeticMeasure;\n/**\n * Returns true if filter is attributeFilter\n *\n * @method isAttributeFilter\n * @param {AFM.FilterItem} filter\n * @returns {boolean}\n * @deprecated use AFM.isAttributeFilter instead\n */\nfunction isAttributeFilter(filter) {\n return typings_1.AFM.isAttributeFilter(filter);\n}\nexports.isAttributeFilter = isAttributeFilter;\n/**\n * Returns true if filter is dateFilter\n *\n * @method isDateFilter\n * @param {AFM.CompatibilityFilter} filter\n * @returns {boolean}\n * @deprecated use AFM.isDateFilter instead\n */\nfunction isDateFilter(filter) {\n return typings_1.AFM.isDateFilter(filter);\n}\nexports.isDateFilter = isDateFilter;\n/**\n * Returns true if filter is negative attribute filter and has no selected elements,\n * meaning that this is \"Select all\"\n *\n * @method isAttributeFilterSelectAll\n * @param {AFM.FilterItem} filter\n * @returns {boolean}\n */\nfunction isAttributeFilterSelectAll(filter) {\n if (typings_1.AFM.isNegativeAttributeFilter(filter)) {\n return filter.negativeAttributeFilter.notIn.length === 0;\n }\n return false;\n}\nexports.isAttributeFilterSelectAll = isAttributeFilterSelectAll;\n/**\n * Returns true if measure has dateFilters\n *\n * @method hasMetricDateFilters\n * @param {INormalizedAFM} normalizedAfm\n * @returns {boolean}\n */\nfunction hasMetricDateFilters(normalizedAfm) {\n return normalizedAfm.measures.some(function (measure) {\n if (isSimpleMeasure(measure)) {\n var filters = unwrapSimpleMeasure(measure).filters;\n return !!(filters && filters.some(typings_1.AFM.isDateFilter));\n }\n return false;\n });\n}\nexports.hasMetricDateFilters = hasMetricDateFilters;\n/**\n * Returns global date filters\n *\n * @method getGlobalDateFilters\n * @param {INormalizedAFM} normalizedAfm\n * @returns {AFM.DateFilterItem[]}\n */\nfunction getGlobalDateFilters(normalizedAfm) {\n return normalizedAfm.filters.filter(typings_1.AFM.isDateFilter);\n}\nexports.getGlobalDateFilters = getGlobalDateFilters;\n/**\n * Returns true if measure has filters\n *\n * @method hasFilters\n * @param {AFM.ISimpleMeasure} measure\n * @returns {boolean}\n */\nexports.hasFilters = function (measure) {\n return !!(measure.filters && measure.filters.length > 0);\n};\n/**\n * Return date filters from AFM\n *\n * @method getMeasureDateFilters\n * @param {AFM.IAfm} normalizedAfm\n * @returns {AFM.DateFilterItem[]}\n */\nfunction getMeasureDateFilters(normalizedAfm) {\n return flatMap_1.default(normalizedAfm.measures, function (item) {\n var measure = unwrapSimpleMeasure(item);\n if (!measure || !exports.hasFilters(measure)) {\n return [];\n }\n return (measure.filters || []).filter(typings_1.AFM.isDateFilter);\n });\n}\nexports.getMeasureDateFilters = getMeasureDateFilters;\n/**\n * Return true if AFM has global date filter\n *\n * @method hasGlobalDateFilter\n * @param {INormalizedAFM} afm\n * @returns {boolean}\n */\nfunction hasGlobalDateFilter(afm) {\n return afm.filters.some(typings_1.AFM.isDateFilter);\n}\nexports.hasGlobalDateFilter = hasGlobalDateFilter;\n/**\n * Return uri or identifier from ObjQualifier\n *\n * @method getId\n * @param {AFM.ObjQualifier} obj\n * @returns {string|null}\n */\nfunction getId(obj) {\n if (obj.uri) {\n return obj.uri;\n }\n if (obj.identifier) {\n return obj.identifier;\n }\n return null;\n}\nexports.getId = getId;\n/**\n * Returns date filter date dataset\n *\n * @method getDateFilterDateDataSet\n * @param {AFM.DateFilterItem} filter\n * @returns {AFM.ObjQualifier | null }\n */\nfunction getDateFilterDateDataSet(filter) {\n if (typings_1.AFM.isRelativeDateFilter(filter)) {\n return filter.relativeDateFilter.dataSet;\n }\n if (typings_1.AFM.isAbsoluteDateFilter(filter)) {\n return filter.absoluteDateFilter.dataSet;\n }\n throw new Error(\"Unsupported type of date filter\");\n}\nexports.getDateFilterDateDataSet = getDateFilterDateDataSet;\n/**\n * Returns true if dateFilters dataSets match\n *\n * @method dateFiltersDataSetsMatch\n * @param {AFM.DateFilterItem} f1\n * @param {AFM.DateFilterItem} f2\n * @returns {AFM.ObjQualifier | null | boolean}\n */\nfunction dateFiltersDataSetsMatch(f1, f2) {\n var d1 = getDateFilterDateDataSet(f1);\n var d2 = getDateFilterDateDataSet(f2);\n return d1 && d2 && getId(d1) === getId(d2);\n}\nexports.dateFiltersDataSetsMatch = dateFiltersDataSetsMatch;\nfunction isDateFilterAllTime(dateFilter) {\n if (typings_1.AFM.isRelativeDateFilter(dateFilter)) {\n return dateFilter.relativeDateFilter.granularity === exports.ALL_TIME_GRANULARITY;\n }\n return false;\n}\n/**\n * Append attribute filters and date filter to afm\n *\n * Date filter handling:\n * - Override if date filter has the same id\n * - Add if date filter if date filter id is different\n *\n * Attribute filter handling:\n * - Add all\n *\n * @method appendFilters\n * @param {AFM.IAfm} afm\n * @param {AFM.AttributeFilterItem[]} attributeFilters\n * @param {AFM.DateFilterItem} dateFilter\n * @param {AFM.IMeasureValueFilter[]} measureValueFilters\n * @return {AFM.IAfm}\n */\nfunction appendFilters(afm, attributeFilters, dateFilter, measureValueFilters) {\n var dateFilters = dateFilter && !isDateFilterAllTime(dateFilter) ? [dateFilter] : [];\n var afmDateFilter = afm.filters ? afm.filters.filter(typings_1.AFM.isDateFilter)[0] : null;\n // all-time selected, need to delete date filter from filters\n var afmFilters = afm.filters || [];\n if (dateFilter && isDateFilterAllTime(dateFilter)) {\n afmFilters = afmFilters.filter(function (filter) {\n if (typings_1.AFM.isDateFilter(filter)) {\n return !dateFiltersDataSetsMatch(filter, dateFilter);\n }\n return true;\n });\n }\n if ((afmDateFilter && dateFilter && !dateFiltersDataSetsMatch(afmDateFilter, dateFilter)) ||\n (afmDateFilter && !dateFilter)) {\n dateFilters.push(afmDateFilter);\n }\n var afmNonDateFilters = afmFilters.filter(function (filter) { return !typings_1.AFM.isDateFilter(filter); });\n var filters = compact_1.default(afmNonDateFilters.concat(attributeFilters, dateFilters, (measureValueFilters || [])));\n if (filters.length || (afm.filters && afm.filters.length)) {\n return __assign({}, afm, { filters: filters });\n }\n return afm;\n}\nexports.appendFilters = appendFilters;\n/**\n * Returns true if AFM is executable\n *\n * @method isAfmExecutable\n * @param {AFM.IAfm} afm\n * @returns {boolean}\n */\nfunction isAfmExecutable(afm) {\n var normalizedAfm = normalizeAfm(afm);\n return normalizedAfm.measures.length > 0 || normalizedAfm.attributes.length > 0;\n}\nexports.isAfmExecutable = isAfmExecutable;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/utils/AfmUtils.ts?");
4842
4843/***/ }),
4844
4845/***/ "./src/DataLayer/utils/DummyAdapter.ts":
4846/*!*********************************************!*\
4847 !*** ./src/DataLayer/utils/DummyAdapter.ts ***!
4848 \*********************************************/
4849/*! no static exports found */
4850/***/ (function(module, exports, __webpack_require__) {
4851
4852"use strict";
4853eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar DummyDataSource_1 = __webpack_require__(/*! ./DummyDataSource */ \"./src/DataLayer/utils/DummyDataSource.ts\");\nvar DummyAdapter = /** @class */ (function () {\n // Intentional any\n function DummyAdapter(data, success, dataSource) {\n if (success === void 0) { success = true; }\n if (dataSource === void 0) { dataSource = null; }\n this.data = data;\n this.success = success;\n this.dataSource = dataSource;\n }\n DummyAdapter.prototype.createDataSource = function (_afm) {\n return this.dataSource\n ? Promise.resolve(this.dataSource)\n : Promise.resolve(new DummyDataSource_1.DummyDataSource(this.data, this.success));\n };\n return DummyAdapter;\n}());\nexports.DummyAdapter = DummyAdapter;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/utils/DummyAdapter.ts?");
4854
4855/***/ }),
4856
4857/***/ "./src/DataLayer/utils/DummyDataSource.ts":
4858/*!************************************************!*\
4859 !*** ./src/DataLayer/utils/DummyDataSource.ts ***!
4860 \************************************************/
4861/*! no static exports found */
4862/***/ (function(module, exports, __webpack_require__) {
4863
4864"use strict";
4865eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nfunction getExecutionResponse(numOfDimensions) {\n if (numOfDimensions === void 0) { numOfDimensions = 2; }\n var dimension = { headers: [] };\n return {\n dimensions: Array(numOfDimensions).fill(dimension),\n links: {\n executionResult: \"/gdc/app/projects/myFakeProjectId/executionResults/123?limit=overridden&dimensions=\" + numOfDimensions,\n },\n };\n}\nfunction getExecutionResult() {\n return {\n data: [\n [11, 12],\n [51, 52],\n ],\n paging: {\n count: [2, 2],\n offset: [0, 0],\n total: [2, 2],\n },\n headerItems: [\n [\n [\n {\n attributeHeaderItem: {\n name: \"A1\",\n uri: \"/gdc/md/obj/attr1\",\n },\n },\n {\n attributeHeaderItem: {\n name: \"A2\",\n uri: \"/gdc/md/obj/attr2\",\n },\n },\n ],\n ],\n [\n [\n {\n measureHeaderItem: {\n name: \"M1\",\n order: 0,\n },\n },\n {\n measureHeaderItem: {\n name: \"M2\",\n order: 0,\n },\n },\n ],\n ],\n ],\n };\n}\nvar DummyDataSource = /** @class */ (function () {\n function DummyDataSource(data, resolve) {\n if (resolve === void 0) { resolve = true; }\n this.data = data;\n this.resolve = resolve;\n this.resultSpec = {};\n }\n DummyDataSource.prototype.getData = function (resultSpec) {\n this.resultSpec = resultSpec;\n if (this.resolve) {\n return Promise.resolve(this.data);\n }\n return Promise.reject(\"DummyDataSource reject\");\n };\n DummyDataSource.prototype.getPage = function (resultSpec, _limit, _offset) {\n this.resultSpec = resultSpec;\n if (this.resolve) {\n return Promise.resolve({\n executionResponse: getExecutionResponse(2),\n executionResult: getExecutionResult(),\n });\n }\n return Promise.reject(\"DummyDataSource reject\");\n };\n DummyDataSource.prototype.getFingerprint = function () {\n return \"\";\n };\n DummyDataSource.prototype.getResultSpec = function () {\n return this.resultSpec;\n };\n DummyDataSource.prototype.getAfm = function () {\n return {};\n };\n return DummyDataSource;\n}());\nexports.DummyDataSource = DummyDataSource;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/utils/DummyDataSource.ts?");
4866
4867/***/ }),
4868
4869/***/ "./src/DataLayer/utils/ResultSpecUtils.ts":
4870/*!************************************************!*\
4871 !*** ./src/DataLayer/utils/ResultSpecUtils.ts ***!
4872 \************************************************/
4873/*! no static exports found */
4874/***/ (function(module, exports, __webpack_require__) {
4875
4876"use strict";
4877eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar AfmUtils_1 = __webpack_require__(/*! ./AfmUtils */ \"./src/DataLayer/utils/AfmUtils.ts\");\n/**\n * Attaches sorts into resultSpec\n *\n * @method applySorting\n * @param {AFM.IResultSpec} resultSpec\n * @param {AFM.SortItem[]} sortItems\n * @returns {AFM.IResultSpec}\n */\nfunction applySorting(resultSpec, sortItems) {\n if (resultSpec === void 0) { resultSpec = {}; }\n if (sortItems === void 0) { sortItems = []; }\n if (sortItems.length === 0) {\n return resultSpec;\n }\n return __assign({}, resultSpec, { sorts: sortItems });\n}\nexports.applySorting = applySorting;\nfunction sortItemIsAttribute(sortItem) {\n return !!sortItem.attributeSortItem;\n}\nfunction sortItemIsMeasure(sortItem) {\n return !sortItemIsAttribute(sortItem);\n}\nfunction locatorIsMeasure(locator) {\n return !!locator.measureLocatorItem;\n}\nfunction getSortItemIdentifier(sortItem) {\n if (sortItemIsAttribute(sortItem)) {\n return sortItem.attributeSortItem.attributeIdentifier;\n }\n if (sortItemIsMeasure(sortItem)) {\n var locator = sortItem.measureSortItem.locators[0];\n if (locatorIsMeasure(locator)) {\n return locator.measureLocatorItem.measureIdentifier;\n }\n }\n return null;\n}\n/**\n * Returns true if sortItem fits to afm\n *\n * @method isSortValid\n * @param {AFM.IAfm} afm\n * @param {AFM.SortItem} sortItem\n * @returns {boolean}\n */\nfunction isSortValid(afm, sortItem) {\n if (!sortItem) {\n return true;\n }\n var sortIdentifier = getSortItemIdentifier(sortItem);\n var normalizedAfm = AfmUtils_1.normalizeAfm(afm);\n return (normalizedAfm.measures.some(function (m) { return m.localIdentifier === sortIdentifier; }) ||\n normalizedAfm.attributes.some(function (a) { return a.localIdentifier === sortIdentifier; }));\n}\nexports.isSortValid = isSortValid;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/utils/ResultSpecUtils.ts?");
4878
4879/***/ }),
4880
4881/***/ "./src/DataLayer/utils/async.ts":
4882/*!**************************************!*\
4883 !*** ./src/DataLayer/utils/async.ts ***!
4884 \**************************************/
4885/*! no static exports found */
4886/***/ (function(module, exports, __webpack_require__) {
4887
4888"use strict";
4889eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\nvar identity_1 = __importDefault(__webpack_require__(/*! lodash/identity */ \"./node_modules/lodash/identity.js\"));\nvar rxjs_1 = __webpack_require__(/*! rxjs */ \"./node_modules/rxjs/_esm5/index.js\");\nexports.Subscription = rxjs_1.Subscription;\nvar operators_1 = __webpack_require__(/*! rxjs/operators */ \"./node_modules/rxjs/_esm5/operators/index.js\");\n/**\n * Creates infinite stream\n * Usage:\n * const subject = createSubject(\n * (result) => console.log('Success:', result),\n * (error) => console.error('Error:', error)\n * );\n * subject.next(promise1);\n * subject.next(promise2);\n *\n * subject.unsubscribe();\n *\n * @method createSubject\n * @param {StreamSuccessHandler<T>} successHandler\n * @param {StreamErrorHandler} errorHandler\n * @return {ISubject<Promise<T>>}\n */\nfunction createSubject(successHandler, errorHandler) {\n var subject = new rxjs_1.Subject();\n var subscription = subject\n .pipe(\n // This ensures we get last added promise\n operators_1.switchMap(identity_1.default), \n // Streams are closed on error by default so we need this workaround\n operators_1.catchError(function (error, caught) {\n errorHandler(error); // handle error\n return caught; // stream continue\n }))\n .subscribe(successHandler);\n var wrapper = {\n next: function (promise) {\n subject.next(promise);\n },\n unsubscribe: function () {\n subscription.unsubscribe();\n subject.unsubscribe();\n },\n };\n return wrapper;\n}\nexports.createSubject = createSubject;\n\n\n//# sourceURL=webpack://gooddata/./src/DataLayer/utils/async.ts?");
4890
4891/***/ }),
4892
4893/***/ "./src/bootstrap.ts":
4894/*!**************************!*\
4895 !*** ./src/bootstrap.ts ***!
4896 \**************************/
4897/*! no static exports found */
4898/***/ (function(module, exports, __webpack_require__) {
4899
4900"use strict";
4901eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar BootstrapModule = /** @class */ (function () {\n function BootstrapModule(xhr) {\n this.xhr = xhr;\n }\n /**\n * Returns information about currently logged in user from bootstrap resource\n * @method getBootstrapData\n */\n BootstrapModule.prototype.getBootstrapData = function () {\n return this.xhr.get(\"/gdc/app/account/bootstrap\").then(function (result) { return result.getData(); });\n };\n /**\n * Returns the mapboxToken for using GeoPushpinChart\n * @method getMapboxToken\n * @param {any} bootstrapData - data from bootstrap resource\n */\n BootstrapModule.prototype.getMapboxToken = function (bootstrapData) {\n return bootstrapData.bootstrapResource.current.mapboxToken || null;\n };\n return BootstrapModule;\n}());\nexports.BootstrapModule = BootstrapModule;\n\n\n//# sourceURL=webpack://gooddata/./src/bootstrap.ts?");
4902
4903/***/ }),
4904
4905/***/ "./src/catalogue.ts":
4906/*!**************************!*\
4907 !*** ./src/catalogue.ts ***!
4908 \**************************/
4909/*! no static exports found */
4910/***/ (function(module, exports, __webpack_require__) {
4911
4912"use strict";
4913eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (_) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\nvar get_1 = __importDefault(__webpack_require__(/*! lodash/get */ \"./node_modules/lodash/get.js\"));\nvar find_1 = __importDefault(__webpack_require__(/*! lodash/find */ \"./node_modules/lodash/find.js\"));\nvar omit_1 = __importDefault(__webpack_require__(/*! lodash/omit */ \"./node_modules/lodash/omit.js\"));\nvar cloneDeep_1 = __importDefault(__webpack_require__(/*! lodash/cloneDeep */ \"./node_modules/lodash/cloneDeep.js\"));\nvar REQUEST_DEFAULTS = {\n types: [\"attribute\", \"metric\", \"fact\"],\n paging: {\n offset: 0,\n },\n};\nvar LOAD_DATE_DATASET_DEFAULTS = {\n includeUnavailableDateDataSetsCount: true,\n includeAvailableDateAttributes: true,\n};\n/**\n * Convert specific params in options to \"requiredDataSets\" structure. For more details look into\n * res file https://github.com/gooddata/gdc-bear/blob/develop/resources/specification/internal/catalog.res\n *\n * @param options Supported keys in options are:\n * <ul>\n * <li>dataSetIdentifier - in value is string identifier of dataSet - this leads to CUSTOM type\n * <li>returnAllDateDataSets - true value means to return ALL values without dataSet differentiation\n * <li>returnAllRelatedDateDataSets - only related date dataSets are loaded across all dataSets\n * <li>by default we get PRODUCTION dataSets\n * </ul>\n * @returns {Object} \"requiredDataSets\" object hash.\n */\nvar getRequiredDataSets = function (options) {\n if (get_1.default(options, \"returnAllRelatedDateDataSets\")) {\n return {};\n }\n if (get_1.default(options, \"returnAllDateDataSets\")) {\n return { requiredDataSets: { type: \"ALL\" } };\n }\n if (get_1.default(options, \"dataSetIdentifier\")) {\n return {\n requiredDataSets: {\n type: \"CUSTOM\",\n customIdentifiers: [get_1.default(options, \"dataSetIdentifier\")],\n },\n };\n }\n return { requiredDataSets: { type: \"PRODUCTION\" } };\n};\nvar buildItemDescriptionObjects = function (_a) {\n var columns = _a.columns, definitions = _a.definitions;\n if (!columns) {\n return [];\n }\n return columns.map(function (column) {\n var definition = find_1.default(definitions, function (_a) {\n var metricDefinition = _a.metricDefinition;\n return metricDefinition.identifier === column;\n });\n var maql = get_1.default(definition, \"metricDefinition.expression\");\n if (maql) {\n return { expression: maql };\n }\n return { uri: column };\n });\n};\nvar isStoredItemDescription = function (itemDescription) {\n return !!itemDescription.uri;\n};\nvar isAdHocItemDescription = function (itemDescription) {\n return !!itemDescription.expression;\n};\nvar unwrapItemDescriptionObject = function (itemDescription) {\n if (isStoredItemDescription(itemDescription)) {\n return itemDescription.uri;\n }\n if (isAdHocItemDescription(itemDescription)) {\n return itemDescription.expression;\n }\n throw new Error(\"Item description can only have expression or uri\");\n};\nvar CatalogueModule = /** @class */ (function () {\n function CatalogueModule(xhr, execution) {\n this.xhr = xhr;\n this.execution = execution;\n }\n CatalogueModule.prototype.loadItems = function (projectId, options) {\n var _this = this;\n if (options === void 0) { options = {}; }\n var request = omit_1.default(__assign({}, REQUEST_DEFAULTS, options, getRequiredDataSets(options)), [\"dataSetIdentifier\", \"returnAllDateDataSets\", \"attributesMap\"]);\n var mdObj = get_1.default(cloneDeep_1.default(options), \"bucketItems\");\n var attributesMap = get_1.default(options, \"attributesMap\");\n var hasBuckets = get_1.default(mdObj, \"buckets\") !== undefined;\n if (hasBuckets) {\n return this.loadItemDescriptions(projectId, mdObj, attributesMap).then(function (bucketItems) {\n return _this.loadCatalog(projectId, __assign({}, request, { bucketItems: bucketItems }));\n });\n }\n return this.loadCatalog(projectId, request);\n };\n CatalogueModule.prototype.loadDateDataSets = function (projectId, options) {\n return __awaiter(this, void 0, void 0, function () {\n var mdObj, bucketItems, _a, omittedOptions, request;\n return __generator(this, function (_b) {\n switch (_b.label) {\n case 0:\n mdObj = cloneDeep_1.default(options).bucketItems;\n if (!mdObj) return [3 /*break*/, 2];\n return [4 /*yield*/, this.loadItemDescriptions(projectId, mdObj, get_1.default(options, \"attributesMap\"), true)];\n case 1:\n _a = _b.sent();\n return [3 /*break*/, 3];\n case 2:\n _a = undefined;\n _b.label = 3;\n case 3:\n bucketItems = _a;\n omittedOptions = [\n \"filter\",\n \"types\",\n \"paging\",\n \"dataSetIdentifier\",\n \"returnAllDateDataSets\",\n \"returnAllRelatedDateDataSets\",\n \"attributesMap\",\n ];\n // includeObjectsWithTags has higher priority than excludeObjectsWithTags,\n // so when present omit excludeObjectsWithTags\n if (options.includeObjectsWithTags) {\n omittedOptions.push(\"excludeObjectsWithTags\");\n }\n request = omit_1.default(__assign({}, LOAD_DATE_DATASET_DEFAULTS, REQUEST_DEFAULTS, options, getRequiredDataSets(options), { bucketItems: bucketItems }), omittedOptions);\n return [2 /*return*/, this.requestDateDataSets(projectId, request)];\n }\n });\n });\n };\n /**\n * Loads item description objects and returns them\n *\n * @internal\n * @private\n *\n * @param projectId {string}\n * @param mdObj metadata object containing buckets, visualization class, properties etc.\n * @param attributesMap contains map of attributes where the keys are the attributes display forms URIs\n * @param removeDateItems {boolean} skip date items\n * @return ItemDescription which is either `{ uri: string }` or `{ expression: string }`\n */\n CatalogueModule.prototype.loadItemDescriptionObjects = function (projectId, mdObj, attributesMap, removeDateItems) {\n if (removeDateItems === void 0) { removeDateItems = false; }\n return __awaiter(this, void 0, Promise, function () {\n var definitionsAndColumns;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.execution.mdToExecutionDefinitionsAndColumns(projectId, mdObj, { attributesMap: attributesMap, removeDateItems: removeDateItems })];\n case 1:\n definitionsAndColumns = _a.sent();\n return [2 /*return*/, buildItemDescriptionObjects(definitionsAndColumns)];\n }\n });\n });\n };\n /**\n * ItemDescription is either URI or MAQL expression\n * https://github.com/gooddata/gdc-bear/blob/185.4/resources/specification/md/obj.res#L284\n *\n * @param projectId {string}\n * @param mdObj metadata object containing buckets, visualization class, properties etc.\n * @param attributesMap contains map of attributes where the keys are the attributes display forms URIs\n * @param removeDateItems {boolean} skip date items\n * @deprecated\n */\n CatalogueModule.prototype.loadItemDescriptions = function (projectId, mdObj, attributesMap, removeDateItems) {\n if (removeDateItems === void 0) { removeDateItems = false; }\n return __awaiter(this, void 0, Promise, function () {\n var itemDescriptions;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.loadItemDescriptionObjects(projectId, mdObj, attributesMap, removeDateItems)];\n case 1:\n itemDescriptions = _a.sent();\n return [2 /*return*/, itemDescriptions.map(unwrapItemDescriptionObject)];\n }\n });\n });\n };\n CatalogueModule.prototype.requestDateDataSets = function (projectId, dateDataSetsRequest) {\n var uri = \"/gdc/internal/projects/\" + projectId + \"/loadDateDataSets\";\n return this.xhr\n .post(uri, { data: { dateDataSetsRequest: dateDataSetsRequest } })\n .then(function (r) { return r.getData(); })\n .then(function (data) { return data.dateDataSetsResponse; });\n };\n CatalogueModule.prototype.loadCatalog = function (projectId, catalogRequest) {\n var uri = \"/gdc/internal/projects/\" + projectId + \"/loadCatalog\";\n return this.xhr\n .post(uri, { data: { catalogRequest: catalogRequest } })\n .then(function (r) { return r.getData(); })\n .then(function (data) { return data.catalogResponse; });\n };\n return CatalogueModule;\n}());\nexports.CatalogueModule = CatalogueModule;\n\n\n//# sourceURL=webpack://gooddata/./src/catalogue.ts?");
4914
4915/***/ }),
4916
4917/***/ "./src/config.ts":
4918/*!***********************!*\
4919 !*** ./src/config.ts ***!
4920 \***********************/
4921/*! no static exports found */
4922/***/ (function(module, exports, __webpack_require__) {
4923
4924"use strict";
4925eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2014 GoodData Corporation\nvar set_1 = __importDefault(__webpack_require__(/*! lodash/set */ \"./node_modules/lodash/set.js\"));\nvar get_1 = __importDefault(__webpack_require__(/*! lodash/get */ \"./node_modules/lodash/get.js\"));\n/**\n * Config module holds SDK configuration variables\n *\n * Currently its only custom domain - which enabled using\n * sdk from different domain (using CORS)\n *\n * Never set properties directly - always use setter methods\n *\n * @module config\n * @class config\n */\nvar URL_REGEXP = \"(?:(https)://+|(www\\\\.)?)\\\\w[:;,\\\\.?\\\\[\\\\]\\\\w/~%&=+#-@!]*\";\nfunction sanitizeDomain(domain) {\n if (domain === null) {\n return undefined;\n }\n var sanitizedDomain = domain || \"\";\n var link = sanitizedDomain.match(URL_REGEXP);\n if (!link) {\n throw new Error(domain + \" is not a valid url\");\n }\n // ensure https:// prefix and strip possible trailing /\n return \"https://\" + link[0].replace(/^https?:\\/\\/|\\/$/g, \"\");\n}\nexports.sanitizeDomain = sanitizeDomain;\n/**\n * Returns sanitized config\n *\n * @method sanitizeConfig\n * @return {object|undefined} config with sanitized domain\n */\nfunction sanitizeConfig(config) {\n var sanitized = __assign({}, config);\n if (config.domain) {\n sanitized.domain = sanitizeDomain(config.domain);\n }\n return sanitized;\n}\nexports.sanitizeConfig = sanitizeConfig;\n/**\n * Config factory\n *\n * @param {object|null} configStorage config object\n * @method createModule\n * @return SDK config module\n */\nvar ConfigModule = /** @class */ (function () {\n function ConfigModule(configStorage) {\n this.configStorage = configStorage;\n if (arguments.length !== 1) {\n throw new Error(\"Config module has to be called with exactly one argument.\");\n }\n }\n /**\n * Sets custom domain. Parameter is url which has always to be https://\n * (if you don't provide it, we will do it for you).\n *\n * RegExp inspired taken from\n * https://github.com/jarib/google-closure-library/blob/master/closure/goog/string/linkify.js\n * @param {String|null} domain valid domain starting with https:// or null for removing\n * @method setCustomDomain\n */\n ConfigModule.prototype.setCustomDomain = function (domain) {\n this.configStorage.domain = sanitizeDomain(domain);\n };\n /**\n * Returns current domain\n *\n * @method getCustomDomain\n */\n ConfigModule.prototype.getCustomDomain = function () {\n return this.configStorage.domain;\n };\n /**\n * Sets JS package and version info\n *\n * @method setJsPackage\n * @param {String} name package name\n * @param {String} version package version (semver)\n * @private\n */\n ConfigModule.prototype.setJsPackage = function (name, version) {\n if (!this.configStorage.originPackage) {\n // only set the first (topmost) package\n this.configStorage.originPackage = { name: name, version: version };\n }\n };\n /**\n * Returns JS package and version info\n *\n * @method getJsPackage\n * @return {object} with 'name' and 'version' properties\n * @private\n */\n ConfigModule.prototype.getJsPackage = function () {\n return this.configStorage.originPackage;\n };\n ConfigModule.prototype.setRequestHeader = function (key, value) {\n set_1.default(this.configStorage, [\"xhrSettings\", \"headers\", key], value);\n };\n ConfigModule.prototype.getRequestHeader = function (key) {\n return get_1.default(this.configStorage, [\"xhrSettings\", \"headers\", key]);\n };\n return ConfigModule;\n}());\nexports.ConfigModule = ConfigModule;\n\n\n//# sourceURL=webpack://gooddata/./src/config.ts?");
4926
4927/***/ }),
4928
4929/***/ "./src/constants/errors.ts":
4930/*!*********************************!*\
4931 !*** ./src/constants/errors.ts ***!
4932 \*********************************/
4933/*! no static exports found */
4934/***/ (function(module, exports, __webpack_require__) {
4935
4936"use strict";
4937eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2019 GoodData Corporation\nexports.SUCCESS_REQUEST_STATUS = 200;\nexports.ACCEPTED_REQUEST_STATUS = 202;\nexports.BAD_REQUEST_STATUS = 400;\nexports.BAD_REQUEST_MESSAGE = \"Bad Request\";\nexports.ERROR_RESTRICTED_CODE = \"Export to required format is not allowed for data flagged as restricted.\";\nexports.ERROR_RESTRICTED_MESSAGE = \"You cannot export this insight because it contains restricted data.\";\n\n\n//# sourceURL=webpack://gooddata/./src/constants/errors.ts?");
4938
4939/***/ }),
4940
4941/***/ "./src/dashboard/dashboard.ts":
4942/*!************************************!*\
4943 !*** ./src/dashboard/dashboard.ts ***!
4944 \************************************/
4945/*! no static exports found */
4946/***/ (function(module, exports, __webpack_require__) {
4947
4948"use strict";
4949eval("\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (_) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar util_1 = __webpack_require__(/*! ../util */ \"./src/util.ts\");\nvar export_1 = __webpack_require__(/*! ../utils/export */ \"./src/utils/export.ts\");\nvar DashboardModule = /** @class */ (function () {\n function DashboardModule(xhr) {\n this.xhr = xhr;\n }\n DashboardModule.prototype.exportToPdf = function (projectId, dashboardUri, filters, pollingOptions) {\n if (filters === void 0) { filters = []; }\n if (pollingOptions === void 0) { pollingOptions = {}; }\n return __awaiter(this, void 0, Promise, function () {\n var sanitizedFilters, payload, response, error_1;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n sanitizedFilters = export_1.sanitizeDateFilters(filters);\n payload = this.getDashboardExportPayload(dashboardUri, sanitizedFilters);\n _a.label = 1;\n case 1:\n _a.trys.push([1, 4, , 5]);\n return [4 /*yield*/, this.xhr.post(\"/gdc/internal/projects/\" + projectId + \"/exportDashboard\", { body: payload })];\n case 2:\n response = _a.sent();\n return [4 /*yield*/, this.pollPdfFile(response, pollingOptions)];\n case 3: return [2 /*return*/, _a.sent()];\n case 4:\n error_1 = _a.sent();\n throw error_1;\n case 5: return [2 /*return*/];\n }\n });\n });\n };\n DashboardModule.prototype.pollPdfFile = function (response, pollingOptions) {\n return __awaiter(this, void 0, Promise, function () {\n var data, exportResponse;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n data = response.getData();\n return [4 /*yield*/, util_1.handleHeadPolling(this.xhr.head.bind(this.xhr), data.uri, export_1.isExportFinished, pollingOptions)];\n case 1:\n exportResponse = _a.sent();\n return [2 /*return*/, exportResponse];\n }\n });\n });\n };\n DashboardModule.prototype.getDashboardExportPayload = function (dashboardUri, filters) {\n if (filters.length) {\n return {\n dashboardExport: {\n dashboardUri: dashboardUri,\n filters: filters,\n },\n };\n }\n // minimize payload\n return {\n dashboardExport: {\n dashboardUri: dashboardUri,\n },\n };\n };\n return DashboardModule;\n}());\nexports.DashboardModule = DashboardModule;\n\n\n//# sourceURL=webpack://gooddata/./src/dashboard/dashboard.ts?");
4950
4951/***/ }),
4952
4953/***/ "./src/execution.ts":
4954/*!**************************!*\
4955 !*** ./src/execution.ts ***!
4956 \**************************/
4957/*! no static exports found */
4958/***/ (function(module, exports, __webpack_require__) {
4959
4960"use strict";
4961eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\nvar experimental_executions_1 = __webpack_require__(/*! ./execution/experimental-executions */ \"./src/execution/experimental-executions.ts\");\nvar attributesMapLoader_1 = __webpack_require__(/*! ./utils/attributesMapLoader */ \"./src/utils/attributesMapLoader.ts\");\nvar execute_afm_1 = __webpack_require__(/*! ./execution/execute-afm */ \"./src/execution/execute-afm.ts\");\n/**\n * Execution endpoints\n *\n * @module execution\n * @class execution\n *\n */\nvar ExecutionModule = /** @class */ (function () {\n function ExecutionModule(xhr, md) {\n this.executeAfmModule = new execute_afm_1.ExecuteAfmModule(xhr);\n this.executeAfm = this.executeAfmModule.executeAfm.bind(this.executeAfmModule);\n this.getExecutionResponse = this.executeAfmModule.getExecutionResponse.bind(this.executeAfmModule);\n this._executeVisualization = this.executeAfmModule._executeVisualization.bind(this.executeAfmModule);\n this._getVisExecutionResponse = this.executeAfmModule._getVisExecutionResponse.bind(this.executeAfmModule);\n this.getPartialExecutionResult = this.executeAfmModule.getPartialExecutionResult.bind(this.executeAfmModule);\n this.getExecutionResult = this.executeAfmModule.getExecutionResult.bind(this.executeAfmModule);\n this.xhr = xhr;\n this.md = md;\n }\n ExecutionModule.prototype.getData = function (projectId, columns, executionConfiguration, settings) {\n if (executionConfiguration === void 0) { executionConfiguration = {}; }\n if (settings === void 0) { settings = {}; }\n return this.getExperimentalExecutionsModule().getData(projectId, columns, executionConfiguration, settings);\n };\n ExecutionModule.prototype.mdToExecutionDefinitionsAndColumns = function (projectId, mdObj, options) {\n if (options === void 0) { options = {}; }\n return this.getExperimentalExecutionsModule().mdToExecutionDefinitionsAndColumns(projectId, mdObj, options);\n };\n ExecutionModule.prototype.getExperimentalExecutionsModule = function () {\n var loaderModule = new attributesMapLoader_1.AttributesMapLoaderModule(this.md);\n return new experimental_executions_1.ExperimentalExecutionsModule(this.xhr, loaderModule.loadAttributesMap.bind(loaderModule));\n };\n return ExecutionModule;\n}());\nexports.ExecutionModule = ExecutionModule;\n\n\n//# sourceURL=webpack://gooddata/./src/execution.ts?");
4962
4963/***/ }),
4964
4965/***/ "./src/execution/execute-afm.convert.ts":
4966/*!**********************************************!*\
4967 !*** ./src/execution/execute-afm.convert.ts ***!
4968 \**********************************************/
4969/*! no static exports found */
4970/***/ (function(module, exports, __webpack_require__) {
4971
4972"use strict";
4973eval("\n// (C) 2007-2019 GoodData Corporation\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar cloneDeep_1 = __importDefault(__webpack_require__(/*! lodash/cloneDeep */ \"./node_modules/lodash/cloneDeep.js\"));\nvar typings_1 = __webpack_require__(/*! @gooddata/typings */ \"./node_modules/@gooddata/typings/dist/index.js\");\nfunction convertElementsArray(arr, isText) {\n return isText ? { values: arr } : { uris: arr };\n}\nfunction convertPositiveAttributeFilter(filter) {\n var oldFilter = filter.positiveAttributeFilter;\n return {\n positiveAttributeFilter: {\n displayForm: oldFilter.displayForm,\n in: convertElementsArray(oldFilter.in, oldFilter.textFilter),\n },\n };\n}\nfunction convertNegativeAttributeFilter(filter) {\n var oldFilter = filter.negativeAttributeFilter;\n return {\n negativeAttributeFilter: {\n displayForm: oldFilter.displayForm,\n notIn: convertElementsArray(oldFilter.notIn, oldFilter.textFilter),\n },\n };\n}\nfunction convertFilter(filter) {\n if (typings_1.AFM.isPositiveAttributeFilter(filter)) {\n return convertPositiveAttributeFilter(filter);\n }\n else if (typings_1.AFM.isNegativeAttributeFilter(filter)) {\n return convertNegativeAttributeFilter(filter);\n }\n return filter;\n}\nexports.convertFilter = convertFilter;\nfunction convertMeasureFilter(filter) {\n if (typings_1.AFM.isPositiveAttributeFilter(filter)) {\n return convertPositiveAttributeFilter(filter);\n }\n else if (typings_1.AFM.isNegativeAttributeFilter(filter)) {\n return convertNegativeAttributeFilter(filter);\n }\n return filter;\n}\nfunction convertFilters(filters) {\n return filters !== undefined ? filters.map(convertFilter) : filters;\n}\nfunction convertMeasureFilters(filters) {\n return filters !== undefined ? filters.map(convertMeasureFilter) : filters;\n}\nfunction convertMeasure(measure) {\n if (typings_1.AFM.isSimpleMeasureDefinition(measure.definition)) {\n var simpleMeasure = measure.definition.measure;\n var filters = convertMeasureFilters(simpleMeasure.filters);\n var filtersProp = filters ? { filters: filters } : {};\n return __assign({}, measure, { definition: {\n measure: __assign({}, simpleMeasure, filtersProp),\n } });\n }\n return measure;\n}\nfunction convertMeasures(measures) {\n return measures !== undefined ? measures.map(convertMeasure) : measures;\n}\n/**\n * Converts 'client-land' AFM to one that will be sent to backend.\n *\n * @param afm afm to convert\n * @returns new instance of ExecuteAFM.IAfm structure\n */\nfunction convertAfm(afm) {\n if (afm === undefined) {\n return {};\n }\n var executeAFM = __assign({}, afm, { measures: convertMeasures(afm.measures), filters: convertFilters(afm.filters) });\n return cloneDeep_1.default(executeAFM);\n}\nexports.convertAfm = convertAfm;\nfunction convertExecution(execution) {\n return {\n execution: {\n afm: convertAfm(execution.execution.afm),\n resultSpec: execution.execution.resultSpec,\n },\n };\n}\n/**\n * Converts 'client-land' AFM to JSON payload acceptable by REST API.\n *\n * @param execution execution to send to API\n */\nfunction convertExecutionToJson(execution) {\n return JSON.stringify(convertExecution(execution));\n}\nexports.convertExecutionToJson = convertExecutionToJson;\n\n\n//# sourceURL=webpack://gooddata/./src/execution/execute-afm.convert.ts?");
4974
4975/***/ }),
4976
4977/***/ "./src/execution/execute-afm.ts":
4978/*!**************************************!*\
4979 !*** ./src/execution/execute-afm.ts ***!
4980 \**************************************/
4981/*! no static exports found */
4982/***/ (function(module, exports, __webpack_require__) {
4983
4984"use strict";
4985eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\nvar invariant_1 = __importDefault(__webpack_require__(/*! invariant */ \"./node_modules/invariant/browser.js\"));\nvar qs_1 = __importDefault(__webpack_require__(/*! qs */ \"./node_modules/qs/lib/index.js\"));\nvar range_1 = __importDefault(__webpack_require__(/*! lodash/range */ \"./node_modules/lodash/range.js\"));\nvar get_1 = __importDefault(__webpack_require__(/*! lodash/get */ \"./node_modules/lodash/get.js\"));\nvar xhr_1 = __webpack_require__(/*! ../xhr */ \"./src/xhr.ts\");\nvar execute_afm_convert_1 = __webpack_require__(/*! ./execute-afm.convert */ \"./src/execution/execute-afm.convert.ts\");\nexports.DEFAULT_LIMIT = 1000;\n/**\n * This interface represents error caused during second part of api execution (data fetching)\n * and contains information about first execution part if that part was successful.\n */\nvar ApiExecutionResponseError = /** @class */ (function (_super) {\n __extends(ApiExecutionResponseError, _super);\n function ApiExecutionResponseError(error, executionResponse) {\n var _this = _super.call(this, error.message, error.response, error.responseBody) || this;\n _this.executionResponse = executionResponse;\n return _this;\n }\n return ApiExecutionResponseError;\n}(xhr_1.ApiResponseError));\nexports.ApiExecutionResponseError = ApiExecutionResponseError;\nvar ExecuteAfmModule = /** @class */ (function () {\n function ExecuteAfmModule(xhr) {\n this.xhr = xhr;\n }\n /**\n * Execute AFM and fetch all data results\n *\n * @method executeAfm\n * @param {String} projectId - GD project identifier\n * @param {AFM.IExecution} execution - See https://github.com/gooddata/gooddata-typings/blob/v2.1.0/src/AFM.ts#L2\n *\n * @returns {Promise<Execution.IExecutionResponses>} Structure with `executionResponse` and `executionResult` -\n * See https://github.com/gooddata/gooddata-typings/blob/v2.1.0/src/Execution.ts#L113\n */\n ExecuteAfmModule.prototype.executeAfm = function (projectId, execution) {\n var _this = this;\n validateNumOfDimensions(get_1.default(execution, \"execution.resultSpec.dimensions\").length);\n return this.getExecutionResponse(projectId, execution).then(function (executionResponse) {\n return _this.getExecutionResult(executionResponse.links.executionResult)\n .then(function (executionResult) {\n return { executionResponse: executionResponse, executionResult: executionResult };\n })\n .catch(function (error) {\n throw new ApiExecutionResponseError(error, executionResponse);\n });\n });\n };\n /**\n * Execute AFM and return execution's response; the response describes dimensionality of the results and\n * includes link to poll for the results.\n *\n * @method getExecutionResponse\n * @param {string} projectId - GD project identifier\n * @param {AFM.IExecution} execution - See https://github.com/gooddata/gooddata-typings/blob/v2.1.0/src/AFM.ts#L2\n *\n * @returns {Promise<Execution.IExecutionResponse>} Promise with `executionResponse`\n * See https://github.com/gooddata/gooddata-typings/blob/v2.1.0/src/Execution.ts#L69\n */\n ExecuteAfmModule.prototype.getExecutionResponse = function (projectId, execution) {\n validateNumOfDimensions(get_1.default(execution, \"execution.resultSpec.dimensions\").length);\n return this.xhr\n .post(\"/gdc/app/projects/\" + projectId + \"/executeAfm\", { body: execute_afm_convert_1.convertExecutionToJson(execution) })\n .then(function (apiResponse) { return apiResponse.getData(); })\n .then(unwrapExecutionResponse);\n };\n /**\n * Execute saved visualization and get all data.\n *\n * NOTE: all functionality related to executeVisualization is experimental and subject to possible breaking changes\n * in the future; location and shape of this interface WILL change when the functionality is made GA.\n *\n * @param {string} projectId - GD project identifier\n * @param {IVisualizationExecution} visExecution - execution payload\n *\n * @private\n * @internal\n */\n ExecuteAfmModule.prototype._executeVisualization = function (projectId, visExecution) {\n // We have ONE-3961 as followup to take this out of experimental mode\n var _this = this;\n return this._getVisExecutionResponse(projectId, visExecution).then(function (executionResponse) {\n return _this.getExecutionResult(executionResponse.links.executionResult).then(function (executionResult) {\n return { executionResponse: executionResponse, executionResult: executionResult };\n });\n });\n };\n /**\n *\n * Execute visualization and return the response; the response describes dimensionality of the results and\n * includes link to poll for the results.\n *\n * NOTE: all functionality related to executeVisualization is experimental and subject to possible breaking changes\n * in the future; location and shape of this interface WILL change when the functionality is made GA.\n *\n * @param {string} projectId - GD project identifier\n * @param {IVisualizationExecution} visExecution - execution payload\n *\n * @private\n * @internal\n */\n ExecuteAfmModule.prototype._getVisExecutionResponse = function (projectId, visExecution) {\n // We have ONE-3961 as followup to take this out of experimental mode\n var body = createExecuteVisualizationBody(visExecution);\n return this.xhr\n .post(\"/gdc/app/projects/\" + projectId + \"/executeVisualization\", { body: body })\n .then(function (apiResponse) { return apiResponse.getData(); })\n .then(unwrapExecutionResponse);\n };\n //\n // working with results\n //\n /**\n * Get one page of Result from Execution (with requested limit and offset)\n *\n * @method getPartialExecutionResult\n * @param {string} executionResultUri\n * @param {number[]} limit - limit for each dimension\n * @param {number[]} offset - offset for each dimension\n *\n * @returns {Promise<Execution.IExecutionResult | null>}\n * Promise with `executionResult` or `null` (null means empty response - HTTP 204)\n * See https://github.com/gooddata/gooddata-typings/blob/v2.1.0/src/Execution.ts#L88\n */\n ExecuteAfmModule.prototype.getPartialExecutionResult = function (executionResultUri, limit, offset) {\n var executionResultUriQueryPart = getExecutionResultUriQueryPart(executionResultUri);\n var numOfDimensions = Number(qs_1.default.parse(executionResultUriQueryPart).dimensions);\n validateNumOfDimensions(numOfDimensions);\n return this.getPage(executionResultUri, limit, offset);\n };\n /**\n * Get whole ExecutionResult\n *\n * @method getExecutionResult\n * @param {string} executionResultUri\n *\n * @returns {Promise<Execution.IExecutionResult | null>}\n * Promise with `executionResult` or `null` (null means empty response - HTTP 204)\n * See https://github.com/gooddata/gooddata-typings/blob/v2.1.0/src/Execution.ts#L88\n */\n ExecuteAfmModule.prototype.getExecutionResult = function (executionResultUri) {\n var executionResultUriQueryPart = getExecutionResultUriQueryPart(executionResultUri);\n var numOfDimensions = Number(qs_1.default.parse(executionResultUriQueryPart).dimensions);\n validateNumOfDimensions(numOfDimensions);\n var limit = Array(numOfDimensions).fill(exports.DEFAULT_LIMIT);\n var offset = Array(numOfDimensions).fill(0);\n return this.getAllPages(executionResultUri, limit, offset);\n };\n ExecuteAfmModule.prototype.getPage = function (executionResultUri, limit, offset) {\n return this.fetchExecutionResult(executionResultUri, limit, offset).then(function (executionResultWrapper) {\n return executionResultWrapper ? unwrapExecutionResult(executionResultWrapper) : null;\n });\n };\n ExecuteAfmModule.prototype.getAllPages = function (executionResultUri, limit, offset, prevExecutionResult) {\n var _this = this;\n return this.fetchExecutionResult(executionResultUri, limit, offset).then(function (executionResultWrapper) {\n if (!executionResultWrapper) {\n return null;\n }\n var executionResult = unwrapExecutionResult(executionResultWrapper);\n var newExecutionResult = prevExecutionResult\n ? mergePage(prevExecutionResult, executionResult)\n : executionResult;\n var _a = executionResult.paging, offset = _a.offset, total = _a.total;\n var nextOffset = getNextOffset(limit, offset, total);\n var nextLimit = getNextLimit(limit, nextOffset, total);\n return nextPageExists(nextOffset, total)\n ? _this.getAllPages(executionResultUri, nextLimit, nextOffset, newExecutionResult)\n : newExecutionResult;\n });\n };\n ExecuteAfmModule.prototype.fetchExecutionResult = function (executionResultUri, limit, offset) {\n var uri = replaceLimitAndOffsetInUri(executionResultUri, limit, offset);\n return this.xhr\n .get(uri)\n .then(function (apiResponse) { return (apiResponse.response.status === 204 ? null : apiResponse.getData()); });\n };\n return ExecuteAfmModule;\n}());\nexports.ExecuteAfmModule = ExecuteAfmModule;\nfunction getExecutionResultUriQueryPart(executionResultUri) {\n return executionResultUri.split(/\\?(.+)/)[1];\n}\nfunction unwrapExecutionResponse(executionResponseWrapper) {\n return executionResponseWrapper.executionResponse;\n}\nfunction unwrapExecutionResult(executionResultWrapper) {\n return executionResultWrapper.executionResult;\n}\nfunction validateNumOfDimensions(numOfDimensions) {\n invariant_1.default(numOfDimensions === 1 || numOfDimensions === 2, numOfDimensions + \" dimensions are not allowed. Only 1 or 2 dimensions are supported.\");\n}\nfunction createExecuteVisualizationBody(visExecution) {\n var _a = visExecution.visualizationExecution, reference = _a.reference, resultSpec = _a.resultSpec, filters = _a.filters;\n var resultSpecProp = resultSpec ? { resultSpec: resultSpec } : undefined;\n var filtersProp = filters ? { filters: filters } : undefined;\n return JSON.stringify({\n visualizationExecution: __assign({ reference: reference }, resultSpecProp, filtersProp),\n });\n}\nfunction replaceLimitAndOffsetInUri(oldUri, limit, offset) {\n var _a = oldUri.split(/\\?(.+)/), uriPart = _a[0], queryPart = _a[1];\n var query = __assign({}, qs_1.default.parse(queryPart), { limit: limit.join(\",\"), offset: offset.join(\",\") });\n return uriPart + qs_1.default.stringify(query, { addQueryPrefix: true });\n}\nexports.replaceLimitAndOffsetInUri = replaceLimitAndOffsetInUri;\nfunction getNextOffset(limit, offset, total) {\n var numOfDimensions = total.length;\n var defaultNextRowsOffset = offset[0] + limit[0];\n if (numOfDimensions === 1) {\n return [defaultNextRowsOffset];\n }\n var defaultNextColumnsOffset = offset[1] + limit[1];\n var nextColumnsExist = offset[1] + limit[1] < total[1];\n var nextRowsOffset = nextColumnsExist\n ? offset[0] // stay in the same rows\n : defaultNextRowsOffset; // go to the next rows\n var nextColumnsOffset = nextColumnsExist\n ? defaultNextColumnsOffset // next columns for the same rows\n : 0; // start in the beginning of the next rows\n return [nextRowsOffset, nextColumnsOffset];\n}\nexports.getNextOffset = getNextOffset;\nfunction getNextLimit(limit, nextOffset, total) {\n var numOfDimensions = total.length;\n validateNumOfDimensions(numOfDimensions);\n var getSingleNextLimit = function (limit, nextOffset, total) {\n return nextOffset + limit > total ? total - nextOffset : limit;\n };\n // prevent set up lower limit than possible for 2nd dimension in the beginning of the next rows\n if (numOfDimensions === 2 &&\n nextOffset[1] === 0 && // beginning of the next rows\n limit[0] < total[1] // limit from 1st dimension should be used in 2nd dimension\n ) {\n return [getSingleNextLimit(limit[0], nextOffset[0], total[0]), limit[0]];\n }\n return range_1.default(numOfDimensions).map(function (i) { return getSingleNextLimit(limit[i], nextOffset[i], total[i]); });\n}\nexports.getNextLimit = getNextLimit;\nfunction nextPageExists(nextOffset, total) {\n // expression \"return nextLimit[0] > 0\" also returns correct result\n return nextOffset[0] < total[0];\n}\nexports.nextPageExists = nextPageExists;\nfunction mergeHeaderItemsForEachAttribute(dimension, headerItems, result) {\n var _a;\n if (headerItems && result.headerItems) {\n for (var attrIdx = 0; attrIdx < headerItems[dimension].length; attrIdx += 1) {\n (_a = result.headerItems[dimension][attrIdx]).push.apply(_a, headerItems[dimension][attrIdx]);\n }\n }\n}\n// works only for one or two dimensions\nfunction mergePage(prevExecutionResult, executionResult) {\n var result = prevExecutionResult;\n var headerItems = executionResult.headerItems, data = executionResult.data, paging = executionResult.paging;\n var mergeHeaderItems = function (dimension) {\n // for 1 dimension we already have the headers from first page\n var otherDimension = dimension === 0 ? 1 : 0;\n var isEdge = paging.offset[otherDimension] === 0;\n if (isEdge) {\n mergeHeaderItemsForEachAttribute(dimension, headerItems, result);\n }\n };\n // merge data\n var rowOffset = paging.offset[0];\n if (result.data[rowOffset]) {\n // appending columns to existing rows\n for (var i = 0; i < data.length; i += 1) {\n var columns = data[i];\n var resultData = result.data[i + rowOffset];\n resultData.push.apply(resultData, columns);\n }\n }\n else {\n // appending new rows\n var resultData = result.data;\n var currentPageData = data;\n resultData.push.apply(resultData, currentPageData);\n }\n // merge headerItems\n if (paging.offset.length > 1) {\n mergeHeaderItems(0);\n mergeHeaderItems(1);\n }\n else {\n mergeHeaderItemsForEachAttribute(0, headerItems, result);\n }\n // update page count\n if (paging.offset.length === 1) {\n result.paging.count = [get_1.default(result, \"headerItems[0][0]\", []).length];\n }\n if (paging.offset.length === 2) {\n result.paging.count = [\n get_1.default(result, \"headerItems[0][0]\", []).length,\n get_1.default(result, \"headerItems[1][0]\", []).length,\n ];\n }\n return result;\n}\nexports.mergePage = mergePage;\n\n\n//# sourceURL=webpack://gooddata/./src/execution/execute-afm.ts?");
4986
4987/***/ }),
4988
4989/***/ "./src/execution/experimental-executions.ts":
4990/*!**************************************************!*\
4991 !*** ./src/execution/experimental-executions.ts ***!
4992 \**************************************************/
4993/*! no static exports found */
4994/***/ (function(module, exports, __webpack_require__) {
4995
4996"use strict";
4997eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\nvar md5_1 = __importDefault(__webpack_require__(/*! md5 */ \"./node_modules/md5/md5.js\"));\nvar invariant_1 = __importDefault(__webpack_require__(/*! invariant */ \"./node_modules/invariant/browser.js\"));\nvar cloneDeep_1 = __importDefault(__webpack_require__(/*! lodash/cloneDeep */ \"./node_modules/lodash/cloneDeep.js\"));\nvar compact_1 = __importDefault(__webpack_require__(/*! lodash/compact */ \"./node_modules/lodash/compact.js\"));\nvar filter_1 = __importDefault(__webpack_require__(/*! lodash/filter */ \"./node_modules/lodash/filter.js\"));\nvar first_1 = __importDefault(__webpack_require__(/*! lodash/first */ \"./node_modules/lodash/first.js\"));\nvar find_1 = __importDefault(__webpack_require__(/*! lodash/find */ \"./node_modules/lodash/find.js\"));\nvar map_1 = __importDefault(__webpack_require__(/*! lodash/map */ \"./node_modules/lodash/map.js\"));\nvar merge_1 = __importDefault(__webpack_require__(/*! lodash/merge */ \"./node_modules/lodash/merge.js\"));\nvar every_1 = __importDefault(__webpack_require__(/*! lodash/every */ \"./node_modules/lodash/every.js\"));\nvar get_1 = __importDefault(__webpack_require__(/*! lodash/get */ \"./node_modules/lodash/get.js\"));\nvar isEmpty_1 = __importDefault(__webpack_require__(/*! lodash/isEmpty */ \"./node_modules/lodash/isEmpty.js\"));\nvar negate_1 = __importDefault(__webpack_require__(/*! lodash/negate */ \"./node_modules/lodash/negate.js\"));\nvar partial_1 = __importDefault(__webpack_require__(/*! lodash/partial */ \"./node_modules/lodash/partial.js\"));\nvar flatten_1 = __importDefault(__webpack_require__(/*! lodash/flatten */ \"./node_modules/lodash/flatten.js\"));\nvar set_1 = __importDefault(__webpack_require__(/*! lodash/set */ \"./node_modules/lodash/set.js\"));\nvar rules_1 = __webpack_require__(/*! ../utils/rules */ \"./src/utils/rules.ts\");\nvar definitions_1 = __webpack_require__(/*! ../utils/definitions */ \"./src/utils/definitions.ts\");\nvar attributesMapLoader_1 = __webpack_require__(/*! ../utils/attributesMapLoader */ \"./src/utils/attributesMapLoader.ts\");\nvar visualizationObjectHelper_1 = __webpack_require__(/*! ../utils/visualizationObjectHelper */ \"./src/utils/visualizationObjectHelper.ts\");\nvar notEmpty = negate_1.default(isEmpty_1.default);\nfunction findHeaderForMappingFn(mapping, header) {\n return ((mapping.element === header.id || mapping.element === header.uri) && header.measureIndex === undefined);\n}\nfunction wrapMeasureIndexesFromMappings(metricMappings, headers) {\n if (metricMappings) {\n metricMappings.forEach(function (mapping) {\n var header = find_1.default(headers, partial_1.default(findHeaderForMappingFn, mapping));\n if (header) {\n header.measureIndex = mapping.measureIndex;\n header.isPoP = mapping.isPoP;\n }\n });\n }\n return headers;\n}\nvar emptyResult = {\n extendedTabularDataResult: {\n values: [],\n warnings: [],\n },\n};\nvar MAX_TITLE_LENGTH = 1000;\nfunction getMetricTitle(suffix, title) {\n var maxLength = MAX_TITLE_LENGTH - suffix.length;\n if (title && title.length > maxLength) {\n if (title[title.length - 1] === \")\") {\n return title.substring(0, maxLength - 2) + \"\\u2026)\" + suffix;\n }\n return title.substring(0, maxLength - 1) + \"\\u2026\" + suffix;\n }\n return \"\" + title + suffix;\n}\nvar getBaseMetricTitle = partial_1.default(getMetricTitle, \"\");\nvar CONTRIBUTION_METRIC_FORMAT = \"#,##0.00%\";\nfunction getPoPDefinition(measure) {\n return get_1.default(measure, [\"definition\", \"popMeasureDefinition\"], {});\n}\nfunction getAggregation(measure) {\n return get_1.default(visualizationObjectHelper_1.getDefinition(measure), \"aggregation\", \"\").toLowerCase();\n}\nfunction isEmptyFilter(metricFilter) {\n if (get_1.default(metricFilter, \"positiveAttributeFilter\")) {\n return isEmpty_1.default(get_1.default(metricFilter, [\"positiveAttributeFilter\", \"in\"]));\n }\n if (get_1.default(metricFilter, \"negativeAttributeFilter\")) {\n return isEmpty_1.default(get_1.default(metricFilter, [\"negativeAttributeFilter\", \"notIn\"]));\n }\n if (get_1.default(metricFilter, \"absoluteDateFilter\")) {\n return (get_1.default(metricFilter, [\"absoluteDateFilter\", \"from\"]) === undefined &&\n get_1.default(metricFilter, [\"absoluteDateFilter\", \"to\"]) === undefined);\n }\n return (get_1.default(metricFilter, [\"relativeDateFilter\", \"from\"]) === undefined &&\n get_1.default(metricFilter, [\"relativeDateFilter\", \"to\"]) === undefined);\n}\nfunction allFiltersEmpty(item) {\n return every_1.default(map_1.default(visualizationObjectHelper_1.getMeasureFilters(item), function (f) { return isEmptyFilter(f); }));\n}\nfunction isDerived(measure) {\n var aggregation = getAggregation(measure);\n return aggregation !== \"\" || !allFiltersEmpty(measure);\n}\nfunction getAttrTypeFromMap(dfUri, attributesMap) {\n return get_1.default(get_1.default(attributesMap, [dfUri], {}), [\"attribute\", \"content\", \"type\"]);\n}\nfunction getAttrUriFromMap(dfUri, attributesMap) {\n return get_1.default(get_1.default(attributesMap, [dfUri], {}), [\"attribute\", \"meta\", \"uri\"]);\n}\nfunction isAttrFilterNegative(attributeFilter) {\n return get_1.default(attributeFilter, \"negativeAttributeFilter\") !== undefined;\n}\nfunction getAttrFilterElements(attributeFilter) {\n var isNegative = isAttrFilterNegative(attributeFilter);\n var pathToElements = isNegative\n ? [\"negativeAttributeFilter\", \"notIn\"]\n : [\"positiveAttributeFilter\", \"in\"];\n return get_1.default(attributeFilter, pathToElements, []);\n}\nfunction getAttrFilterExpression(measureFilter, attributesMap) {\n var isNegative = get_1.default(measureFilter, \"negativeAttributeFilter\", false);\n var detailPath = isNegative ? \"negativeAttributeFilter\" : \"positiveAttributeFilter\";\n var attributeUri = getAttrUriFromMap(get_1.default(measureFilter, [detailPath, \"displayForm\", \"uri\"]), attributesMap);\n var elements = getAttrFilterElements(measureFilter);\n if (isEmpty_1.default(elements)) {\n return null;\n }\n var elementsForQuery = map_1.default(elements, function (e) { return \"[\" + e + \"]\"; });\n var negative = isNegative ? \"NOT \" : \"\";\n return \"[\" + attributeUri + \"] \" + negative + \"IN (\" + elementsForQuery.join(\",\") + \")\";\n}\nfunction getDateFilterExpression() {\n // measure date filter was never supported\n return \"\";\n}\nfunction getFilterExpression(attributesMap, measureFilter) {\n if (visualizationObjectHelper_1.isAttributeMeasureFilter(measureFilter)) {\n return getAttrFilterExpression(measureFilter, attributesMap);\n }\n return getDateFilterExpression();\n}\nfunction getGeneratedMetricExpression(item, attributesMap) {\n var aggregation = getAggregation(item).toUpperCase();\n var objectUri = get_1.default(visualizationObjectHelper_1.getDefinition(item), \"item.uri\");\n var where = filter_1.default(map_1.default(visualizationObjectHelper_1.getMeasureFilters(item), partial_1.default(getFilterExpression, attributesMap)), function (e) { return !!e; });\n return \"SELECT \" + (aggregation ? aggregation + \"([\" + objectUri + \"])\" : \"[\" + objectUri + \"]\") + (notEmpty(where) ? \" WHERE \" + where.join(\" AND \") : \"\");\n}\nfunction getPercentMetricExpression(category, attributesMap, measure) {\n var metricExpressionWithoutFilters = \"SELECT [\" + get_1.default(visualizationObjectHelper_1.getDefinition(measure), \"item.uri\") + \"]\";\n if (isDerived(measure)) {\n metricExpressionWithoutFilters = getGeneratedMetricExpression(set_1.default(cloneDeep_1.default(measure), [\"definition\", \"measureDefinition\", \"filters\"], []), attributesMap);\n }\n var attributeUri = getAttrUriFromMap(get_1.default(category, \"displayForm.uri\"), attributesMap);\n var whereFilters = filter_1.default(map_1.default(visualizationObjectHelper_1.getMeasureFilters(measure), partial_1.default(getFilterExpression, attributesMap)), function (e) { return !!e; });\n var whereExpression = notEmpty(whereFilters) ? \" WHERE \" + whereFilters.join(\" AND \") : \"\";\n // tslint:disable-next-line:max-line-length\n return \"SELECT (\" + metricExpressionWithoutFilters + whereExpression + \") / (\" + metricExpressionWithoutFilters + \" BY ALL [\" + attributeUri + \"]\" + whereExpression + \")\";\n}\nfunction getPoPExpression(attributeUri, metricExpression) {\n return \"SELECT \" + metricExpression + \" FOR PREVIOUS ([\" + attributeUri + \"])\";\n}\nfunction getGeneratedMetricHash(title, format, expression) {\n return md5_1.default(expression + \"#\" + title + \"#\" + format);\n}\nfunction getMeasureType(measure) {\n var aggregation = getAggregation(measure);\n if (aggregation === \"\") {\n return \"metric\";\n }\n else if (aggregation === \"count\") {\n return \"attribute\";\n }\n return \"fact\";\n}\nfunction getGeneratedMetricIdentifier(item, aggregation, expressionCreator, hasher, attributesMap) {\n var _a = get_1.default(visualizationObjectHelper_1.getDefinition(item), \"item.uri\", \"\").split(\"/\"), prjId = _a[3], id = _a[5];\n var identifier = prjId + \"_\" + id;\n var hash = hasher(expressionCreator(item, attributesMap));\n var hasNoFilters = isEmpty_1.default(visualizationObjectHelper_1.getMeasureFilters(item));\n var type = getMeasureType(item);\n var prefix = hasNoFilters || allFiltersEmpty(item) ? \"\" : \"_filtered\";\n return type + \"_\" + identifier + \".generated.\" + hash + prefix + \"_\" + aggregation;\n}\nfunction isDateAttribute(attribute, attributesMap) {\n if (attributesMap === void 0) { attributesMap = {}; }\n return getAttrTypeFromMap(get_1.default(attribute, [\"displayForm\", \"uri\"]), attributesMap) !== undefined;\n}\nfunction getMeasureSorting(measure, mdObj) {\n var sorting = get_1.default(mdObj, [\"properties\", \"sortItems\"], []);\n var matchedSorting = sorting.find(function (sortItem) {\n var measureSortItem = get_1.default(sortItem, [\"measureSortItem\"]);\n if (measureSortItem) {\n // only one item now, we support only 2d data\n var identifier = get_1.default(measureSortItem, [\n \"locators\",\n 0,\n \"measureLocatorItem\",\n \"measureIdentifier\",\n ]);\n return identifier === get_1.default(measure, \"localIdentifier\");\n }\n return false;\n });\n if (matchedSorting) {\n return get_1.default(matchedSorting, [\"measureSortItem\", \"direction\"], null);\n }\n return null;\n}\nfunction getCategorySorting(category, mdObj) {\n var sorting = get_1.default(mdObj, [\"properties\", \"sortItems\"], []);\n var matchedSorting = sorting.find(function (sortItem) {\n var attributeSortItem = get_1.default(sortItem, [\"attributeSortItem\"]);\n if (attributeSortItem) {\n var identifier = get_1.default(attributeSortItem, [\"attributeIdentifier\"]);\n return identifier === get_1.default(category, \"localIdentifier\");\n }\n return false;\n });\n if (matchedSorting) {\n return get_1.default(matchedSorting, [\"attributeSortItem\", \"direction\"], null);\n }\n return null;\n}\nvar createPureMetric = function (measure, mdObj, measureIndex) { return ({\n element: get_1.default(measure, [\"definition\", \"measureDefinition\", \"item\", \"uri\"]),\n sort: getMeasureSorting(measure, mdObj),\n meta: { measureIndex: measureIndex },\n}); };\nfunction createDerivedMetric(measure, mdObj, measureIndex, attributesMap) {\n var format = measure.format;\n var sort = getMeasureSorting(measure, mdObj);\n var title = getBaseMetricTitle(measure.title);\n var hasher = partial_1.default(getGeneratedMetricHash, title, format);\n var aggregation = getAggregation(measure);\n var element = getGeneratedMetricIdentifier(measure, aggregation.length ? aggregation : \"base\", getGeneratedMetricExpression, hasher, attributesMap);\n var definition = {\n metricDefinition: {\n identifier: element,\n expression: getGeneratedMetricExpression(measure, attributesMap),\n title: title,\n format: format,\n },\n };\n return {\n element: element,\n definition: definition,\n sort: sort,\n meta: {\n measureIndex: measureIndex,\n },\n };\n}\nfunction createContributionMetric(measure, mdObj, measureIndex, attributesMap) {\n var attribute = first_1.default(visualizationObjectHelper_1.getAttributes(mdObj));\n var getMetricExpression = partial_1.default(getPercentMetricExpression, attribute, attributesMap);\n var title = getBaseMetricTitle(get_1.default(measure, \"title\"));\n var hasher = partial_1.default(getGeneratedMetricHash, title, CONTRIBUTION_METRIC_FORMAT);\n var identifier = getGeneratedMetricIdentifier(measure, \"percent\", getMetricExpression, hasher, attributesMap);\n return {\n element: identifier,\n definition: {\n metricDefinition: {\n identifier: identifier,\n expression: getMetricExpression(measure),\n title: title,\n format: CONTRIBUTION_METRIC_FORMAT,\n },\n },\n sort: getMeasureSorting(measure, mdObj),\n meta: {\n measureIndex: measureIndex,\n },\n };\n}\nfunction getOriginalMeasureForPoP(popMeasure, mdObj) {\n return visualizationObjectHelper_1.getMeasures(mdObj).find(function (measure) {\n return get_1.default(measure, \"localIdentifier\") === get_1.default(getPoPDefinition(popMeasure), [\"measureIdentifier\"]);\n });\n}\nfunction createPoPMetric(popMeasure, mdObj, measureIndex, attributesMap) {\n var title = getBaseMetricTitle(get_1.default(popMeasure, \"title\"));\n var format = get_1.default(popMeasure, \"format\");\n var hasher = partial_1.default(getGeneratedMetricHash, title, format);\n var attributeUri = get_1.default(popMeasure, \"definition.popMeasureDefinition.popAttribute.uri\");\n var originalMeasure = getOriginalMeasureForPoP(popMeasure, mdObj);\n var originalMeasureExpression = \"[\" + get_1.default(visualizationObjectHelper_1.getDefinition(originalMeasure), [\"item\", \"uri\"]) + \"]\";\n var metricExpression = getPoPExpression(attributeUri, originalMeasureExpression);\n if (isDerived(originalMeasure)) {\n var generated = createDerivedMetric(originalMeasure, mdObj, measureIndex, attributesMap);\n var generatedMeasureExpression = \"(\" + get_1.default(generated, [\n \"definition\",\n \"metricDefinition\",\n \"expression\",\n ]) + \")\";\n metricExpression = getPoPExpression(attributeUri, generatedMeasureExpression);\n }\n var identifier = getGeneratedMetricIdentifier(originalMeasure, \"pop\", function () { return metricExpression; }, hasher, attributesMap);\n return {\n element: identifier,\n definition: {\n metricDefinition: {\n identifier: identifier,\n expression: metricExpression,\n title: title,\n format: format,\n },\n },\n sort: getMeasureSorting(popMeasure, mdObj),\n meta: {\n measureIndex: measureIndex,\n isPoP: true,\n },\n };\n}\nfunction createContributionPoPMetric(popMeasure, mdObj, measureIndex, attributesMap) {\n var attributeUri = get_1.default(popMeasure, [\"definition\", \"popMeasureDefinition\", \"popAttribute\", \"uri\"]);\n var originalMeasure = getOriginalMeasureForPoP(popMeasure, mdObj);\n var generated = createContributionMetric(originalMeasure, mdObj, measureIndex, attributesMap);\n var title = getBaseMetricTitle(get_1.default(popMeasure, \"title\"));\n var format = CONTRIBUTION_METRIC_FORMAT;\n var hasher = partial_1.default(getGeneratedMetricHash, title, format);\n var generatedMeasureExpression = \"(\" + get_1.default(generated, [\n \"definition\",\n \"metricDefinition\",\n \"expression\",\n ]) + \")\";\n var metricExpression = getPoPExpression(attributeUri, generatedMeasureExpression);\n var identifier = getGeneratedMetricIdentifier(originalMeasure, \"pop\", function () { return metricExpression; }, hasher, attributesMap);\n return {\n element: identifier,\n definition: {\n metricDefinition: {\n identifier: identifier,\n expression: metricExpression,\n title: title,\n format: format,\n },\n },\n sort: getMeasureSorting(),\n meta: {\n measureIndex: measureIndex,\n isPoP: true,\n },\n };\n}\nfunction categoryToElement(attributesMap, mdObj, category) {\n var element = getAttrUriFromMap(get_1.default(category, [\"displayForm\", \"uri\"]), attributesMap);\n return {\n element: element,\n sort: getCategorySorting(category, mdObj),\n };\n}\nfunction isPoP(_a) {\n var definition = _a.definition;\n return get_1.default(definition, \"popMeasureDefinition\") !== undefined;\n}\nfunction isContribution(_a) {\n var definition = _a.definition;\n return get_1.default(definition, [\"measureDefinition\", \"computeRatio\"]);\n}\nfunction isPoPContribution(popMeasure, mdObj) {\n if (isPoP(popMeasure)) {\n var originalMeasure = getOriginalMeasureForPoP(popMeasure, mdObj);\n return isContribution(originalMeasure);\n }\n return false;\n}\nfunction isCalculatedMeasure(_a) {\n var definition = _a.definition;\n return get_1.default(definition, [\"measureDefinition\", \"aggregation\"]) === undefined;\n}\nvar rules = new rules_1.Rules();\nrules.addRule([isPoPContribution], createContributionPoPMetric);\nrules.addRule([isPoP], createPoPMetric);\nrules.addRule([isContribution], createContributionMetric);\nrules.addRule([isDerived], createDerivedMetric);\nrules.addRule([isCalculatedMeasure], createPureMetric);\nfunction getMetricFactory(measure, mdObj) {\n var factory = rules.match(measure, mdObj);\n invariant_1.default(factory, \"Unknown factory for: \" + measure);\n return factory;\n}\nfunction getExecutionDefinitionsAndColumns(mdObj, options, attributesMap) {\n var measures = visualizationObjectHelper_1.getMeasures(mdObj);\n var attributes = visualizationObjectHelper_1.getAttributes(mdObj);\n var metrics = flatten_1.default(map_1.default(measures, function (measure, index) {\n return getMetricFactory(measure, mdObj)(measure, mdObj, index, attributesMap);\n }));\n if (options.removeDateItems) {\n attributes = filter_1.default(attributes, function (attribute) { return !isDateAttribute(attribute, attributesMap); });\n }\n attributes = map_1.default(attributes, partial_1.default(categoryToElement, attributesMap, mdObj));\n var columns = compact_1.default(map_1.default(attributes.concat(metrics), \"element\"));\n return {\n columns: columns,\n definitions: definitions_1.sortDefinitions(compact_1.default(map_1.default(metrics, \"definition\"))),\n };\n}\n/**\n * Module for execution on experimental execution resource\n *\n * @class execution\n * @module execution\n * @deprecated The module is in maintenance mode only (just the the compilation issues are being fixed when\n * referenced utilities and interfaces are being changed) and is not being extended when AFM executor\n * have new functionality added.\n */\nvar ExperimentalExecutionsModule = /** @class */ (function () {\n function ExperimentalExecutionsModule(xhr, loadAttributesMap) {\n this.xhr = xhr;\n this.loadAttributesMap = loadAttributesMap;\n }\n /**\n * For the given projectId it returns table structure with the given\n * elements in column headers.\n *\n * @method getData\n * @param {String} projectId - GD project identifier\n * @param {Array} columns - An array of attribute or metric identifiers.\n * @param {Object} executionConfiguration - Execution configuration - can contain for example\n * property \"where\" containing query-like filters\n * property \"orderBy\" contains array of sorted properties to order in form\n * [{column: 'identifier', direction: 'asc|desc'}]\n * @param {Object} settings - Supports additional settings accepted by the underlying\n * xhr.ajax() calls\n *\n * @return {Object} Structure with `headers` and `rawData` keys filled with values from execution.\n */\n ExperimentalExecutionsModule.prototype.getData = function (projectId, columns, executionConfiguration, settings) {\n var _this = this;\n if (executionConfiguration === void 0) { executionConfiguration = {}; }\n if (settings === void 0) { settings = {}; }\n if (true) {\n // tslint:disable-next-line:no-console\n console.warn(\"ExperimentalExecutionsModule is deprecated and is no longer being maintained. \" +\n \"Please migrate to the ExecuteAfmModule.\");\n }\n var executedReport = {\n isLoaded: false,\n };\n // Create request and result structures\n var request = {\n execution: { columns: columns },\n };\n // enrich configuration with supported properties such as\n // where clause with query-like filters\n [\"where\", \"orderBy\", \"definitions\"].forEach(function (property) {\n if (executionConfiguration[property]) {\n request.execution[property] = executionConfiguration[property];\n }\n });\n // Execute request\n return this.xhr\n .post(\"/gdc/internal/projects/\" + projectId + \"/experimental/executions\", __assign({}, settings, { body: JSON.stringify(request) }))\n .then(function (r) { return r.getData(); })\n .then(function (response) {\n executedReport.headers = wrapMeasureIndexesFromMappings(get_1.default(executionConfiguration, \"metricMappings\"), get_1.default(response, [\"executionResult\", \"headers\"], []));\n // Start polling on url returned in the executionResult for tabularData\n return _this.loadExtendedDataResults(response.executionResult.extendedTabularDataResult, settings);\n })\n .then(function (r) {\n var result = r.result, status = r.status;\n return __assign({}, executedReport, { rawData: get_1.default(result, \"extendedTabularDataResult.values\", []), warnings: get_1.default(result, \"extendedTabularDataResult.warnings\", []), isLoaded: true, isEmpty: status === 204 });\n });\n };\n ExperimentalExecutionsModule.prototype.mdToExecutionDefinitionsAndColumns = function (projectId, mdObj, options) {\n if (options === void 0) { options = {}; }\n var allDfUris = visualizationObjectHelper_1.getAttributesDisplayForms(mdObj);\n var attributesMapPromise = this.getAttributesMap(options, allDfUris, projectId);\n return attributesMapPromise.then(function (attributesMap) {\n return getExecutionDefinitionsAndColumns(mdObj, options, attributesMap);\n });\n };\n ExperimentalExecutionsModule.prototype.getAttributesMap = function (options, displayFormUris, projectId) {\n var attributesMap = get_1.default(options, \"attributesMap\", {});\n var missingUris = attributesMapLoader_1.getMissingUrisInAttributesMap(displayFormUris, attributesMap);\n return this.loadAttributesMap(projectId, missingUris).then(function (result) {\n return __assign({}, attributesMap, result);\n });\n };\n ExperimentalExecutionsModule.prototype.loadExtendedDataResults = function (uri, settings, prevResult) {\n var _this = this;\n if (prevResult === void 0) { prevResult = emptyResult; }\n return new Promise(function (resolve, reject) {\n _this.xhr\n .ajax(uri, settings)\n .then(function (r) {\n var response = r.response;\n if (response.status === 204) {\n return {\n status: response.status,\n result: \"\",\n };\n }\n return {\n status: response.status,\n result: r.getData(),\n };\n })\n .then(function (_a) {\n var status = _a.status, result = _a.result;\n var values = get_1.default(prevResult, \"extendedTabularDataResult.values\", []).concat(get_1.default(result, \"extendedTabularDataResult.values\", []));\n var warnings = get_1.default(prevResult, \"extendedTabularDataResult.warnings\", []).concat(get_1.default(result, \"extendedTabularDataResult.warnings\", []));\n var updatedResult = merge_1.default({}, prevResult, {\n extendedTabularDataResult: {\n values: values,\n warnings: warnings,\n },\n });\n var nextUri = get_1.default(result, \"extendedTabularDataResult.paging.next\");\n if (nextUri) {\n resolve(_this.loadExtendedDataResults(nextUri, settings, updatedResult));\n }\n else {\n resolve({ status: status, result: updatedResult });\n }\n }, reject);\n });\n };\n return ExperimentalExecutionsModule;\n}());\nexports.ExperimentalExecutionsModule = ExperimentalExecutionsModule;\n\n\n//# sourceURL=webpack://gooddata/./src/execution/experimental-executions.ts?");
4998
4999/***/ }),
5000
5001/***/ "./src/gooddata-browser.ts":
5002/*!*********************************!*\
5003 !*** ./src/gooddata-browser.ts ***!
5004 \*********************************/
5005/*! no static exports found */
5006/***/ (function(module, exports, __webpack_require__) {
5007
5008"use strict";
5009eval("\nfunction __export(m) {\n for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\n}\nvar __importStar = (this && this.__importStar) || function (mod) {\n if (mod && mod.__esModule) return mod;\n var result = {};\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\n result[\"default\"] = mod;\n return result;\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\n__webpack_require__(/*! isomorphic-fetch */ \"./node_modules/isomorphic-fetch/fetch-npm-browserify.js\");\nvar gooddata_1 = __webpack_require__(/*! ./gooddata */ \"./src/gooddata.ts\");\nexports.SDK = gooddata_1.SDK;\nvar xhr_1 = __webpack_require__(/*! ./xhr */ \"./src/xhr.ts\");\nexports.ApiResponse = xhr_1.ApiResponse;\nexports.ApiResponseError = xhr_1.ApiResponseError;\nexports.ApiNetworkError = xhr_1.ApiNetworkError;\nvar execute_afm_1 = __webpack_require__(/*! ./execution/execute-afm */ \"./src/execution/execute-afm.ts\");\nexports.ApiExecutionResponseError = execute_afm_1.ApiExecutionResponseError;\nvar referenceHandling = __importStar(__webpack_require__(/*! ./referenceHandling */ \"./src/referenceHandling.ts\"));\nexports.referenceHandling = referenceHandling;\nvar DataLayer = __importStar(__webpack_require__(/*! ./DataLayer */ \"./src/DataLayer/index.ts\"));\nexports.DataLayer = DataLayer;\nvar TypeGuards = __importStar(__webpack_require__(/*! ./typeGuards */ \"./src/typeGuards.ts\"));\nexports.TypeGuards = TypeGuards;\nvar factoryBrowser = gooddata_1.factory(fetch.bind(window));\nexports.factory = factoryBrowser;\n__export(__webpack_require__(/*! ./interfaces */ \"./src/interfaces.ts\"));\nexports.default = factoryBrowser();\n\n\n//# sourceURL=webpack://gooddata/./src/gooddata-browser.ts?");
5010
5011/***/ }),
5012
5013/***/ "./src/gooddata.ts":
5014/*!*************************!*\
5015 !*** ./src/gooddata.ts ***!
5016 \*************************/
5017/*! no static exports found */
5018/***/ (function(module, exports, __webpack_require__) {
5019
5020"use strict";
5021eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\nvar cloneDeep_1 = __importDefault(__webpack_require__(/*! lodash/cloneDeep */ \"./node_modules/lodash/cloneDeep.js\"));\nvar xhr_1 = __webpack_require__(/*! ./xhr */ \"./src/xhr.ts\");\nvar user_1 = __webpack_require__(/*! ./user */ \"./src/user.ts\");\nvar metadata_1 = __webpack_require__(/*! ./metadata */ \"./src/metadata.ts\");\nvar execution_1 = __webpack_require__(/*! ./execution */ \"./src/execution.ts\");\nvar project_1 = __webpack_require__(/*! ./project */ \"./src/project.ts\");\nvar report_1 = __webpack_require__(/*! ./report/report */ \"./src/report/report.ts\");\nvar dashboard_1 = __webpack_require__(/*! ./dashboard/dashboard */ \"./src/dashboard/dashboard.ts\");\nvar config_1 = __webpack_require__(/*! ./config */ \"./src/config.ts\");\nvar catalogue_1 = __webpack_require__(/*! ./catalogue */ \"./src/catalogue.ts\");\nvar ldm_1 = __webpack_require__(/*! ./ldm */ \"./src/ldm.ts\");\nvar attributesMapLoader_1 = __webpack_require__(/*! ./utils/attributesMapLoader */ \"./src/utils/attributesMapLoader.ts\");\nvar visualizationObjectHelper_1 = __webpack_require__(/*! ./utils/visualizationObjectHelper */ \"./src/utils/visualizationObjectHelper.ts\");\nvar referenceHandling_1 = __webpack_require__(/*! ./referenceHandling */ \"./src/referenceHandling.ts\");\nvar metadataExt_1 = __webpack_require__(/*! ./metadataExt */ \"./src/metadataExt.ts\");\nvar bootstrap_1 = __webpack_require__(/*! ./bootstrap */ \"./src/bootstrap.ts\");\n/**\n * # JS SDK\n * Here is a set of functions that mostly are a thin wraper over the [GoodData API](https://developer.gooddata.com/api).\n * Before calling any of those functions, you need to authenticate with a valid GoodData\n * user credentials. After that, every subsequent call in the current session is authenticated.\n * You can find more about the GD authentication mechanism here.\n *\n * ## GD Authentication Mechansim\n * In this JS SDK library we provide you with a simple `login(username, passwd)` function\n * that does the magic for you.\n * To fully understand the authentication mechansim, please read\n * [Authentication via API article](http://developer.gooddata.com/article/authentication-via-api)\n * on [GoodData Developer Portal](http://developer.gooddata.com/)\n *\n * @module sdk\n * @class sdk\n */\nvar SDK = /** @class */ (function () {\n function SDK(fetchMethod, config) {\n if (config === void 0) { config = {}; }\n this.fetchMethod = fetchMethod;\n this.configStorage = config_1.sanitizeConfig(config); // must be plain object, SDK modules MUST use this storage\n this.config = new config_1.ConfigModule(this.configStorage);\n this.xhr = new xhr_1.XhrModule(fetchMethod, this.configStorage);\n this.user = new user_1.UserModule(this.xhr);\n this.md = new metadata_1.MetadataModule(this.xhr);\n this.mdExt = new metadataExt_1.MetadataModuleExt(this.xhr);\n this.execution = new execution_1.ExecutionModule(this.xhr, this.md);\n this.project = new project_1.ProjectModule(this.xhr);\n this.report = new report_1.ReportModule(this.xhr);\n this.dashboard = new dashboard_1.DashboardModule(this.xhr);\n this.catalogue = new catalogue_1.CatalogueModule(this.xhr, this.execution);\n this.bootstrap = new bootstrap_1.BootstrapModule(this.xhr);\n this.ldm = new ldm_1.LdmModule(this.xhr);\n var attributesMapLoaderModule = new attributesMapLoader_1.AttributesMapLoaderModule(this.md);\n this.utils = {\n loadAttributesMap: attributesMapLoaderModule.loadAttributesMap.bind(attributesMapLoaderModule),\n getAttributesDisplayForms: visualizationObjectHelper_1.getAttributesDisplayForms,\n convertReferencesToUris: referenceHandling_1.convertReferencesToUris,\n convertUrisToReferences: referenceHandling_1.convertUrisToReferences,\n };\n }\n SDK.prototype.clone = function () {\n return new SDK(this.fetchMethod, cloneDeep_1.default(this.configStorage));\n };\n return SDK;\n}());\nexports.SDK = SDK;\n/**\n * # Factory for creating SDK instances\n *\n * @param {object|null} config object to be passed to SDK constructor\n * @method setCustomDomain\n */\nexports.factory = function (fetchMethod) { return function (config) {\n if (config === void 0) { config = {}; }\n return new SDK(fetchMethod, config);\n}; };\n\n\n//# sourceURL=webpack://gooddata/./src/gooddata.ts?");
5022
5023/***/ }),
5024
5025/***/ "./src/interfaces.ts":
5026/*!***************************!*\
5027 !*** ./src/interfaces.ts ***!
5028 \***************************/
5029/*! no static exports found */
5030/***/ (function(module, exports, __webpack_require__) {
5031
5032"use strict";
5033eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n\n\n//# sourceURL=webpack://gooddata/./src/interfaces.ts?");
5034
5035/***/ }),
5036
5037/***/ "./src/ldm.ts":
5038/*!********************!*\
5039 !*** ./src/ldm.ts ***!
5040 \********************/
5041/*! no static exports found */
5042/***/ (function(module, exports, __webpack_require__) {
5043
5044"use strict";
5045eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar LdmModule = /** @class */ (function () {\n function LdmModule(xhr) {\n this.xhr = xhr;\n }\n /**\n * Get closest connecting attributes in the LDM by calling the \"attributeupperbound\" endpoint\n *\n * @method getCommonAttributes\n * @param {String} projectId A project identifier\n * @param {Array} attributeUris Input list of attribute URIs\n * @return {Promise} Resolves with result list of attribute URIs\n */\n LdmModule.prototype.getCommonAttributes = function (projectId, attributeUris) {\n return this.xhr\n .post(\"/gdc/md/\" + projectId + \"/ldm/attributeupperbound\", {\n body: {\n attributeUpperBounds: {\n attributes: attributeUris,\n },\n },\n })\n .then(function (response) { return response.getData(); })\n .then(function (data) {\n if (data.attributeUpperBoundsResponse) {\n return data.attributeUpperBoundsResponse.upperbounds;\n }\n });\n };\n return LdmModule;\n}());\nexports.LdmModule = LdmModule;\n\n\n//# sourceURL=webpack://gooddata/./src/ldm.ts?");
5046
5047/***/ }),
5048
5049/***/ "./src/metadata.ts":
5050/*!*************************!*\
5051 !*** ./src/metadata.ts ***!
5052 \*************************/
5053/*! no static exports found */
5054/***/ (function(module, exports, __webpack_require__) {
5055
5056"use strict";
5057eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\nvar isPlainObject_1 = __importDefault(__webpack_require__(/*! lodash/isPlainObject */ \"./node_modules/lodash/isPlainObject.js\"));\nvar get_1 = __importDefault(__webpack_require__(/*! lodash/get */ \"./node_modules/lodash/get.js\"));\nvar chunk_1 = __importDefault(__webpack_require__(/*! lodash/chunk */ \"./node_modules/lodash/chunk.js\"));\nvar flatten_1 = __importDefault(__webpack_require__(/*! lodash/flatten */ \"./node_modules/lodash/flatten.js\"));\nvar pick_1 = __importDefault(__webpack_require__(/*! lodash/pick */ \"./node_modules/lodash/pick.js\"));\nvar util_1 = __webpack_require__(/*! ./util */ \"./src/util.ts\");\nvar xhr_1 = __webpack_require__(/*! ./xhr */ \"./src/xhr.ts\");\nvar referenceHandling_1 = __webpack_require__(/*! ./referenceHandling */ \"./src/referenceHandling.ts\");\nvar execute_afm_convert_1 = __webpack_require__(/*! ./execution/execute-afm.convert */ \"./src/execution/execute-afm.convert.ts\");\n/**\n * Functions for working with metadata objects\n *\n * @class metadata\n * @module metadata\n */\nvar MetadataModule = /** @class */ (function () {\n function MetadataModule(xhr) {\n this.xhr = xhr;\n }\n /**\n * Load all objects with given uris\n * (use bulk loading instead of getting objects one by one)\n *\n * @method getObjects\n * @param {String} projectId id of the project\n * @param {Array} objectUris array of uris for objects to be loaded\n * @return {Array} array of loaded elements\n */\n MetadataModule.prototype.getObjects = function (projectId, objectUris) {\n var _this = this;\n var LIMIT = 50;\n var uri = \"/gdc/md/\" + projectId + \"/objects/get\";\n var objectsUrisChunks = chunk_1.default(objectUris, LIMIT);\n var promises = objectsUrisChunks.map(function (objectUrisChunk) {\n var body = {\n get: {\n items: objectUrisChunk,\n },\n };\n return _this.xhr\n .post(uri, { body: body })\n .then(function (r) {\n if (!r.response.ok) {\n throw new xhr_1.ApiResponseError(r.response.statusText, r.response, r.responseBody);\n }\n return r.getData();\n })\n .then(function (result) {\n return get_1.default(result, [\"objects\", \"items\"]).map(function (item) {\n if (item.visualizationObject) {\n return {\n visualizationObject: referenceHandling_1.convertReferencesToUris(item.visualizationObject),\n };\n }\n if (item.visualizationWidget) {\n return {\n visualizationWidget: referenceHandling_1.convertReferencesToUris(item.visualizationWidget),\n };\n }\n return item;\n });\n });\n });\n return Promise.all(promises).then(flatten_1.default);\n };\n /**\n * Loads all objects by query (fetches all pages, one by one)\n *\n * @method getObjectsByQuery\n * @param {String} projectId id of the project\n * @param {Object} options (see https://developer.gooddata.com/api endpoint: /gdc/md/{project_id}/objects/query)\n * - category {String} for example 'dataSets' or 'projectDashboard'\n * - mode {String} 'enriched' or 'raw'\n * - author {String} the URI of the author of the metadata objects\n * - limit {number} default is 50 (also maximum)\n * - deprecated {boolean} show also deprecated objects\n * @return {Promise<Array>} array of returned objects\n */\n MetadataModule.prototype.getObjectsByQuery = function (projectId, options) {\n var _this = this;\n var getOnePage = function (uri, items) {\n if (items === void 0) { items = []; }\n return _this.xhr\n .get(uri)\n .then(function (r) { return r.getData(); })\n .then(function (_a) {\n var objects = _a.objects;\n items.push.apply(items, objects.items);\n var nextUri = objects.paging.next;\n return nextUri ? getOnePage(nextUri, items) : items;\n });\n };\n var deprecated = options.deprecated ? { deprecated: 1 } : {};\n var uri = \"/gdc/md/\" + projectId + \"/objects/query\";\n var query = pick_1.default(__assign({ limit: 50 }, options, deprecated), [\n \"category\",\n \"mode\",\n \"author\",\n \"limit\",\n \"deprecated\",\n ]);\n return getOnePage(uri + util_1.queryString(query));\n };\n /**\n * Get MD objects from using2 resource. Include only objects of given types\n * and take care about fetching only nearest objects if requested.\n *\n * @method getObjectUsing\n * @param {String} projectId id of the project\n * @param {String} uri uri of the object for which dependencies are to be found\n * @param {Object} options objects with options:\n * - types {Array} array of strings with object types to be included\n * - nearest {Boolean} whether to include only nearest dependencies\n * @return {jQuery promise} promise promise once resolved returns an array of\n * entries returned by using2 resource\n */\n MetadataModule.prototype.getObjectUsing = function (projectId, uri, options) {\n if (options === void 0) { options = {}; }\n var _a = options.types, types = _a === void 0 ? [] : _a, _b = options.nearest, nearest = _b === void 0 ? false : _b;\n var resourceUri = \"/gdc/md/\" + projectId + \"/using2\";\n var body = {\n inUse: {\n uri: uri,\n types: types,\n nearest: nearest ? 1 : 0,\n },\n };\n return this.xhr\n .post(resourceUri, { body: body })\n .then(function (r) {\n if (!r.response.ok) {\n throw new xhr_1.ApiResponseError(r.response.statusText, r.response, r.getData());\n }\n return r.getData();\n })\n .then(function (result) { return result.entries; });\n };\n /**\n * Get MD objects from using2 resource. Include only objects of given types\n * and take care about fetching only nearest objects if requested.\n *\n * @method getObjectUsingMany\n * @param {String} projectId id of the project\n * @param {Array} uris uris of objects for which dependencies are to be found\n * @param {Object} options objects with options:\n * - types {Array} array of strings with object types to be included\n * - nearest {Boolean} whether to include only nearest dependencies\n * @return {jQuery promise} promise promise once resolved returns an array of\n * entries returned by using2 resource\n */\n MetadataModule.prototype.getObjectUsingMany = function (projectId, uris, options) {\n if (options === void 0) { options = {}; }\n var _a = options.types, types = _a === void 0 ? [] : _a, _b = options.nearest, nearest = _b === void 0 ? false : _b;\n var resourceUri = \"/gdc/md/\" + projectId + \"/using2\";\n var body = {\n inUseMany: {\n uris: uris,\n types: types,\n nearest: nearest ? 1 : 0,\n },\n };\n return this.xhr\n .post(resourceUri, { body: body })\n .then(function (r) {\n if (!r.response.ok) {\n throw new xhr_1.ApiResponseError(r.response.statusText, r.response, r.getData());\n }\n return r.getData();\n })\n .then(function (result) { return result.useMany; });\n };\n /**\n * Returns all visualizationObjects metadata in a project specified by projectId param\n *\n * @method getVisualizations\n * @param {string} projectId Project identifier\n * @return {Array} An array of visualization objects metadata\n */\n MetadataModule.prototype.getVisualizations = function (projectId) {\n return this.xhr\n .get(\"/gdc/md/\" + projectId + \"/query/visualizationobjects\")\n .then(function (apiResponse) {\n return apiResponse.response.ok ? apiResponse.getData() : apiResponse.response;\n })\n .then(util_1.getIn(\"query.entries\"));\n };\n /**\n * Returns all attributes in a project specified by projectId param\n *\n * @method getAttributes\n * @param {string} projectId Project identifier\n * @return {Array} An array of attribute objects\n */\n MetadataModule.prototype.getAttributes = function (projectId) {\n return this.xhr\n .get(\"/gdc/md/\" + projectId + \"/query/attributes\")\n .then(function (apiResponse) {\n return apiResponse.response.ok ? apiResponse.getData() : apiResponse.response;\n })\n .then(util_1.getIn(\"query.entries\"));\n };\n /**\n * Returns all dimensions in a project specified by projectId param\n *\n * @method getDimensions\n * @param {string} projectId Project identifier\n * @return {Array} An array of dimension objects\n * @see getFolders\n */\n MetadataModule.prototype.getDimensions = function (projectId) {\n return this.xhr\n .get(\"/gdc/md/\" + projectId + \"/query/dimensions\")\n .then(function (apiResponse) {\n return apiResponse.response.ok ? apiResponse.getData() : apiResponse.response;\n })\n .then(util_1.getIn(\"query.entries\"));\n };\n /**\n * Returns project folders. Folders can be of specific types and you can specify\n * the type you need by passing and optional `type` parameter\n *\n * @method getFolders\n * @param {String} projectId - Project identifier\n * @param {String} type - Optional, possible values are `metric`, `fact`, `attribute`\n * @return {Array} An array of dimension objects\n */\n MetadataModule.prototype.getFolders = function (projectId, type) {\n var _this = this;\n // TODO enum?\n var getFolderEntries = function (pId, t) {\n var typeURL = t ? \"?type=\" + t : \"\";\n return _this.xhr\n .get(\"/gdc/md/\" + pId + \"/query/folders\" + typeURL)\n .then(function (r) { return r.getData(); })\n .then(util_1.getIn(\"query.entries\"));\n };\n switch (type) {\n case \"fact\":\n case \"metric\":\n return getFolderEntries(projectId, type);\n case \"attribute\":\n return this.getDimensions(projectId);\n default:\n return Promise.all([\n getFolderEntries(projectId, \"fact\"),\n getFolderEntries(projectId, \"metric\"),\n this.getDimensions(projectId),\n ]).then(function (_a) {\n var fact = _a[0], metric = _a[1], attribute = _a[2];\n return { fact: fact, metric: metric, attribute: attribute };\n });\n }\n };\n /**\n * Returns all facts in a project specified by the given projectId\n *\n * @method getFacts\n * @param {string} projectId Project identifier\n * @return {Array} An array of fact objects\n */\n MetadataModule.prototype.getFacts = function (projectId) {\n return this.xhr\n .get(\"/gdc/md/\" + projectId + \"/query/facts\")\n .then(function (apiResponse) {\n return apiResponse.response.ok ? apiResponse.getData() : apiResponse.response;\n })\n .then(util_1.getIn(\"query.entries\"));\n };\n /**\n * Returns all metrics in a project specified by the given projectId\n *\n * @method getMetrics\n * @param {string} projectId Project identifier\n * @return {Array} An array of metric objects\n */\n MetadataModule.prototype.getMetrics = function (projectId) {\n return this.xhr\n .get(\"/gdc/md/\" + projectId + \"/query/metrics\")\n .then(function (apiResponse) {\n return apiResponse.response.ok ? apiResponse.getData() : apiResponse.response;\n })\n .then(util_1.getIn(\"query.entries\"));\n };\n /**\n * Returns all metrics that are reachable (with respect to ldm of the project\n * specified by the given projectId) for given attributes\n *\n * @method getAvailableMetrics\n * @param {String} projectId - Project identifier\n * @param {Array} attrs - An array of attribute uris for which we want to get\n * available metrics\n * @return {Array} An array of reachable metrics for the given attrs\n * @see getAvailableAttributes\n * @see getAvailableFacts\n */\n MetadataModule.prototype.getAvailableMetrics = function (projectId, attrs) {\n if (attrs === void 0) { attrs = []; }\n return this.xhr\n .post(\"/gdc/md/\" + projectId + \"/availablemetrics\", { body: attrs })\n .then(function (apiResponse) {\n return apiResponse.response.ok ? apiResponse.getData() : apiResponse.response;\n })\n .then(function (data) { return data.entries; });\n };\n /**\n * Returns all attributes that are reachable (with respect to ldm of the project\n * specified by the given projectId) for given metrics (also called as drillCrossPath)\n *\n * @method getAvailableAttributes\n * @param {String} projectId - Project identifier\n * @param {Array} metrics - An array of metric uris for which we want to get\n * available attributes\n * @return {Array} An array of reachable attributes for the given metrics\n * @see getAvailableMetrics\n * @see getAvailableFacts\n */\n MetadataModule.prototype.getAvailableAttributes = function (projectId, metrics) {\n if (metrics === void 0) { metrics = []; }\n return this.xhr\n .post(\"/gdc/md/\" + projectId + \"/drillcrosspaths\", { body: metrics })\n .then(function (apiResponse) { return (apiResponse.response.ok ? apiResponse.getData() : apiResponse.response); })\n .then(function (r) { return r.drillcrosspath.links; });\n };\n /**\n * Returns all attributes that are reachable (with respect to ldm of the project\n * specified by the given projectId) for given metrics (also called as drillCrossPath)\n *\n * @method getAvailableFacts\n * @param {String} projectId - Project identifier\n * @param {Array} items - An array of metric or attribute uris for which we want to get\n * available facts\n * @return {Array} An array of reachable facts for the given items\n * @see getAvailableAttributes\n * @see getAvailableMetrics\n */\n MetadataModule.prototype.getAvailableFacts = function (projectId, items) {\n if (items === void 0) { items = []; }\n return this.xhr\n .post(\"/gdc/md/\" + projectId + \"/availablefacts\", { body: items })\n .then(function (r) { return (r.response.ok ? r.getData() : r.response); })\n .then(function (r) { return r.entries; });\n };\n /**\n * Get details of a metadata object specified by its uri\n *\n * @method getObjectDetails\n * @param uri uri of the metadata object for which details are to be retrieved\n * @return {Object} object details\n */\n MetadataModule.prototype.getObjectDetails = function (uri) {\n return this.xhr.get(uri).then(function (r) { return r.getData(); });\n };\n /**\n * Get folders with items.\n * Returns array of folders, each having a title and items property which is an array of\n * corresponding items. Each item is either a metric or attribute, keeping its original\n * verbose structure.\n *\n * @method getFoldersWithItems\n * @param {String} type type of folders to return\n * @return {Array} Array of folder object, each containing title and\n * corresponding items.\n */\n MetadataModule.prototype.getFoldersWithItems = function (projectId, type) {\n var _this = this;\n // fetch all folders of given type and process them\n return this.getFolders(projectId, type).then(function (folders) {\n // Helper public to get details for each metric in the given\n // array of links to the metadata objects representing the metrics.\n // @return the array of promises\n var getMetricItemsDetails = function (array) {\n return Promise.all(array.map(_this.getObjectDetails)).then(function (metricArgs) {\n return metricArgs.map(function (item) { return item.metric; });\n });\n };\n // helper mapBy function\n function mapBy(array, key) {\n return array.map(function (item) {\n return item[key];\n });\n }\n // helper for sorting folder tree structure\n // sadly @returns void (sorting == mutating array in js)\n var sortFolderTree = function (structure) {\n structure.forEach(function (folder) {\n folder.items.sort(function (a, b) {\n if (a.meta.title < b.meta.title) {\n return -1;\n }\n else if (a.meta.title > b.meta.title) {\n return 1;\n }\n return 0;\n });\n });\n structure.sort(function (a, b) {\n if (a.title < b.title) {\n return -1;\n }\n else if (a.title > b.title) {\n return 1;\n }\n return 0;\n });\n };\n var foldersLinks = mapBy(folders, \"link\");\n var foldersTitles = mapBy(folders, \"title\");\n // fetch details for each folder\n return Promise.all(foldersLinks.map(_this.getObjectDetails)).then(function (folderDetails) {\n // if attribute, just parse everything from what we've received\n // and resolve. For metrics, lookup again each metric to get its\n // identifier. If passing unsupported type, reject immediately.\n if (type === \"attribute\") {\n // get all attributes, subtract what we have and add rest in unsorted folder\n return _this.getAttributes(projectId).then(function (attributes) {\n // get uris of attributes which are in some dimension folders\n var attributesInFolders = [];\n folderDetails.forEach(function (fd) {\n fd.dimension.content.attributes.forEach(function (attr) {\n attributesInFolders.push(attr.meta.uri);\n });\n });\n // unsortedUris now contains uris of all attributes which aren't in a folder\n var unsortedUris = attributes\n .filter(function (item) { return attributesInFolders.indexOf(item.link) === -1; })\n .map(function (item) { return item.link; });\n // now get details of attributes in no folders\n return Promise.all(unsortedUris.map(_this.getObjectDetails)).then(function (unsortedAttributeArgs) {\n // TODO add map to r.json\n // get unsorted attribute objects\n var unsortedAttributes = unsortedAttributeArgs.map(function (attr) { return attr.attribute; });\n // create structure of folders with attributes\n var structure = folderDetails.map(function (folderDetail) {\n return {\n title: folderDetail.dimension.meta.title,\n items: folderDetail.dimension.content.attributes,\n };\n });\n // and append \"Unsorted\" folder with attributes to the structure\n structure.push({\n title: \"Unsorted\",\n items: unsortedAttributes,\n });\n sortFolderTree(structure);\n return structure;\n });\n });\n }\n else if (type === \"metric\") {\n var entriesLinks_1 = folderDetails.map(function (entry) {\n return mapBy(entry.folder.content.entries, \"link\");\n });\n // get all metrics, subtract what we have and add rest in unsorted folder\n return _this.getMetrics(projectId).then(function (metrics) {\n // get uris of metrics which are in some dimension folders\n var metricsInFolders = [];\n folderDetails.forEach(function (fd) {\n fd.folder.content.entries.forEach(function (metric) {\n metricsInFolders.push(metric.link);\n });\n });\n // unsortedUris now contains uris of all metrics which aren't in a folder\n var unsortedUris = metrics\n .filter(function (item) { return metricsInFolders.indexOf(item.link) === -1; })\n .map(function (item) { return item.link; });\n // sadly order of parameters of concat matters! (we want unsorted last)\n entriesLinks_1.push(unsortedUris);\n // now get details of all metrics\n return Promise.all(entriesLinks_1.map(function (linkArray) { return getMetricItemsDetails(linkArray); })).then(function (tree) {\n // TODO add map to r.json\n // all promises resolved, i.e. details for each metric are available\n var structure = tree.map(function (treeItems, idx) {\n // if idx is not in folders list than metric is in \"Unsorted\" folder\n return {\n title: foldersTitles[idx] || \"Unsorted\",\n items: treeItems,\n };\n });\n sortFolderTree(structure);\n return structure;\n });\n });\n }\n return Promise.reject(null);\n });\n });\n };\n /**\n * Get identifier of a metadata object identified by its uri\n *\n * @method getObjectIdentifier\n * @param uri uri of the metadata object for which the identifier is to be retrieved\n * @return {String} object identifier\n */\n MetadataModule.prototype.getObjectIdentifier = function (uri) {\n function idFinder(obj) {\n // TODO\n if (obj.attribute) {\n return obj.attribute.content.displayForms[0].meta.identifier;\n }\n else if (obj.dimension) {\n return obj.dimension.content.attributes.content.displayForms[0].meta.identifier;\n }\n else if (obj.metric) {\n return obj.metric.meta.identifier;\n }\n throw Error(\"Unknown object!\");\n }\n if (!isPlainObject_1.default(uri)) {\n return this.getObjectDetails(uri).then(function (data) { return idFinder(data); });\n }\n return Promise.resolve(idFinder(uri));\n };\n /**\n * Get uri of an metadata object, specified by its identifier and project id it belongs to\n *\n * @method getObjectUri\n * @param {string} projectId id of the project\n * @param identifier identifier of the metadata object\n * @return {String} uri of the metadata object\n */\n MetadataModule.prototype.getObjectUri = function (projectId, identifier) {\n return this.xhr\n .post(\"/gdc/md/\" + projectId + \"/identifiers\", {\n body: {\n identifierToUri: [identifier],\n },\n })\n .then(function (r) {\n var data = r.getData();\n var found = data.identifiers.find(function (pair) { return pair.identifier === identifier; });\n if (found) {\n return found.uri;\n }\n throw new xhr_1.ApiResponseError(\"Object with identifier \" + identifier + \" not found in project \" + projectId, r.response, r.responseBody);\n });\n };\n /**\n * Get uris specified by identifiers\n *\n * @method getUrisFromIdentifiers\n * @param {String} projectId id of the project\n * @param {Array} identifiers identifiers of the metadata objects\n * @return {Array} array of identifier + uri pairs\n */\n MetadataModule.prototype.getUrisFromIdentifiers = function (projectId, identifiers) {\n return this.xhr\n .post(\"/gdc/md/\" + projectId + \"/identifiers\", {\n body: {\n identifierToUri: identifiers,\n },\n })\n .then(function (r) { return r.getData(); })\n .then(function (data) {\n return data.identifiers;\n });\n };\n /**\n * Get identifiers specified by uris\n *\n * @method getIdentifiersFromUris\n * @param {String} projectId id of the project\n * @param {Array} uris of the metadata objects\n * @return {Array} array of identifier + uri pairs\n */\n MetadataModule.prototype.getIdentifiersFromUris = function (projectId, uris) {\n return this.xhr\n .post(\"/gdc/md/\" + projectId + \"/identifiers\", {\n body: {\n uriToIdentifier: uris,\n },\n })\n .then(function (r) { return r.getData(); })\n .then(function (data) {\n return data.identifiers;\n });\n };\n /**\n * Get attribute elements with their labels and uris.\n *\n * @param {String} projectId id of the project\n * @param {String} labelUri uri of the label (display form)\n * @param {Array<String>} patterns elements labels/titles (for EXACT mode), or patterns (for WILD mode)\n * @param {('EXACT'|'WILD')} mode match mode, currently only EXACT supported\n * @return {Array} array of elementLabelUri objects\n */\n MetadataModule.prototype.translateElementLabelsToUris = function (projectId, labelUri, patterns, mode) {\n if (mode === void 0) { mode = \"EXACT\"; }\n return this.xhr\n .post(\"/gdc/md/\" + projectId + \"/labels\", {\n body: {\n elementLabelToUri: [\n {\n labelUri: labelUri,\n mode: mode,\n patterns: patterns,\n },\n ],\n },\n })\n .then(function (r) { return (r.response.ok ? get_1.default(r.getData(), \"elementLabelUri\") : r.response); });\n };\n /**\n * Get valid elements of an attribute, specified by its identifier and project id it belongs to\n *\n * @method getValidElements\n * @param {string} projectId id of the project\n * @param id display form id of the metadata object\n * @param {Object} options objects with options:\n * - limit {Number}\n * - offset {Number}\n * - order {String} 'asc' or 'desc'\n * - filter {String}\n * - prompt {String}\n * - uris {Array}\n * - complement {Boolean}\n * - includeTotalCountWithoutFilters {Boolean}\n * - restrictiveDefinition {String}\n * - afm {Object}\n * @return {Object} ValidElements response with:\n * - items {Array} elements\n * - paging {Object}\n * - elementsMeta {Object}\n */\n MetadataModule.prototype.getValidElements = function (projectId, id, options) {\n var _this = this;\n if (options === void 0) { options = {}; }\n var query = pick_1.default(options, [\"limit\", \"offset\", \"order\", \"filter\", \"prompt\"]);\n var queryParams = util_1.queryString(query);\n var pickedOptions = pick_1.default(options, [\n \"uris\",\n \"complement\",\n \"includeTotalCountWithoutFilters\",\n \"restrictiveDefinition\",\n ]);\n var afm = options.afm;\n var getRequestBodyWithReportDefinition = function () {\n return _this.xhr\n .post(\"/gdc/app/projects/\" + projectId + \"/executeAfm/debug\", {\n body: {\n execution: {\n afm: execute_afm_convert_1.convertAfm(afm),\n },\n },\n })\n .then(function (response) { return response.getData(); })\n .then(function (reportDefinitionResult) { return (__assign({}, pickedOptions, { restrictiveDefinitionContent: reportDefinitionResult.reportDefinitionWithInlinedMetrics.content })); });\n };\n var getOptions = afm ? getRequestBodyWithReportDefinition : function () { return Promise.resolve(pickedOptions); };\n return getOptions().then(function (requestBody) {\n return _this.xhr\n .post((\"/gdc/md/\" + projectId + \"/obj/\" + id + \"/validElements\" + queryParams).replace(/\\?$/, \"\"), {\n body: {\n validElementsRequest: requestBody,\n },\n })\n .then(function (response) { return response.getData(); });\n });\n };\n /**\n * Get visualization by Uri and process data\n *\n * @method getVisualization\n * @param {String} visualizationUri\n */\n MetadataModule.prototype.getVisualization = function (uri) {\n return this.getObjectDetails(uri).then(function (visualizationObject) {\n var mdObject = visualizationObject.visualizationObject;\n return {\n visualizationObject: referenceHandling_1.convertReferencesToUris(mdObject),\n };\n });\n };\n /**\n * Save visualization\n *\n * @method saveVisualization\n * @param {String} visualizationUri\n */\n MetadataModule.prototype.saveVisualization = function (projectId, visualization) {\n var converted = referenceHandling_1.convertUrisToReferences(visualization.visualizationObject);\n return this.createObject(projectId, { visualizationObject: converted });\n };\n /**\n * Update visualization\n *\n * @method updateVisualization\n * @param {String} visualizationUri\n */\n MetadataModule.prototype.updateVisualization = function (projectId, visualizationUri, visualization) {\n var converted = referenceHandling_1.convertUrisToReferences(visualization.visualizationObject);\n return this.updateObject(projectId, visualizationUri, { visualizationObject: converted });\n };\n /**\n * Delete visualization\n *\n * @method deleteVisualization\n * @param {String} visualizationUri\n */\n MetadataModule.prototype.deleteVisualization = function (visualizationUri) {\n return this.deleteObject(visualizationUri);\n };\n /**\n * Delete object\n *\n * @experimental\n * @method deleteObject\n * @param {String} uri of the object to be deleted\n */\n MetadataModule.prototype.deleteObject = function (uri) {\n return this.xhr.del(uri);\n };\n /**\n * Create object\n *\n * @experimental\n * @method createObject\n * @param {String} projectId\n * @param {String} obj object definition\n */\n MetadataModule.prototype.createObject = function (projectId, obj) {\n return this.xhr\n .post(\"/gdc/md/\" + projectId + \"/obj?createAndGet=true\", {\n body: obj,\n })\n .then(function (r) { return r.getData(); });\n };\n /**\n * Update object\n *\n * @experimental\n * @method updateObject\n * @param {String} projectId\n * @param {String} visualizationUri\n * @param {String} obj object definition\n */\n MetadataModule.prototype.updateObject = function (projectId, visualizationUri, obj) {\n return this.xhr\n .put(\"/gdc/md/\" + projectId + \"/obj/\" + visualizationUri, {\n body: obj,\n })\n .then(function (r) { return r.getData(); });\n };\n /**\n * LDM manage\n *\n * @experimental\n * @method ldmManage\n * @param {String} projectId\n * @param {String} maql\n * @param {Object} options for polling (maxAttempts, pollStep)\n */\n MetadataModule.prototype.ldmManage = function (projectId, maql, options) {\n var _this = this;\n if (options === void 0) { options = {}; }\n return this.xhr\n .post(\"/gdc/md/\" + projectId + \"/ldm/manage2\", { body: { manage: { maql: maql } } })\n .then(function (r) { return r.getData(); })\n .then(function (response) {\n var manageStatusUri = response.entries[0].link;\n return util_1.handlePolling(_this.xhr.get.bind(_this.xhr), manageStatusUri, _this.isTaskFinished, options);\n })\n .then(this.checkStatusForError);\n };\n /**\n * ETL pull\n *\n * @experimental\n * @method etlPull\n * @param {String} projectId\n * @param {String} uploadsDir\n * @param {Object} options for polling (maxAttempts, pollStep)\n */\n MetadataModule.prototype.etlPull = function (projectId, uploadsDir, options) {\n var _this = this;\n if (options === void 0) { options = {}; }\n return this.xhr\n .post(\"/gdc/md/\" + projectId + \"/etl/pull2\", { body: { pullIntegration: uploadsDir } })\n .then(function (r) { return r.getData(); })\n .then(function (response) {\n var etlPullStatusUri = response.pull2Task.links.poll;\n return util_1.handlePolling(_this.xhr.get.bind(_this.xhr), etlPullStatusUri, _this.isTaskFinished, options);\n })\n .then(this.checkStatusForError);\n };\n MetadataModule.prototype.isTaskFinished = function (task) {\n var taskState = task.wTaskStatus.status;\n return taskState === \"OK\" || taskState === \"ERROR\";\n };\n MetadataModule.prototype.checkStatusForError = function (response) {\n if (response.wTaskStatus.status === \"ERROR\") {\n return Promise.reject(response);\n }\n return response;\n };\n return MetadataModule;\n}());\nexports.MetadataModule = MetadataModule;\n\n\n//# sourceURL=webpack://gooddata/./src/metadata.ts?");
5058
5059/***/ }),
5060
5061/***/ "./src/metadataExt.ts":
5062/*!****************************!*\
5063 !*** ./src/metadataExt.ts ***!
5064 \****************************/
5065/*! no static exports found */
5066/***/ (function(module, exports, __webpack_require__) {
5067
5068"use strict";
5069eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (_) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2020 GoodData Corporation\nvar metadata_1 = __webpack_require__(/*! ./metadata */ \"./src/metadata.ts\");\nvar user_1 = __webpack_require__(/*! ./user */ \"./src/user.ts\");\nvar cloneDeepWith_1 = __importDefault(__webpack_require__(/*! lodash/cloneDeepWith */ \"./node_modules/lodash/cloneDeepWith.js\"));\nvar isEmpty_1 = __importDefault(__webpack_require__(/*! lodash/isEmpty */ \"./node_modules/lodash/isEmpty.js\"));\nvar compact_1 = __importDefault(__webpack_require__(/*! lodash/compact */ \"./node_modules/lodash/compact.js\"));\nvar omit_1 = __importDefault(__webpack_require__(/*! lodash/omit */ \"./node_modules/lodash/omit.js\"));\nfunction createTranslator(kpiMap, visWidgetMap) {\n return function (oldUri) {\n var kpiMatch = kpiMap.get(oldUri);\n var visWidgetMatch = visWidgetMap.get(oldUri);\n if (kpiMatch) {\n return kpiMatch;\n }\n else if (visWidgetMatch) {\n return visWidgetMatch;\n }\n else {\n return oldUri;\n }\n };\n}\nexports.createTranslator = createTranslator;\n/**\n * Updates content of the dashboard\n *\n * @param {string} dashboardUri uri of dashboard\n * @param {UriTranslator} uriTranslator gets updated widgets and kpis uri\n * @param {string} filterContext updated filter context uri\n * @experimental\n */\nfunction updateContent(analyticalDashboard, uriTranslator, filterContext) {\n return cloneDeepWith_1.default(__assign({}, analyticalDashboard.content, { filterContext: filterContext, widgets: analyticalDashboard.content.widgets.map(function (uri) {\n return uriTranslator(uri);\n }) }), function (value) {\n var uri = value.uri;\n if (!uri) {\n return;\n }\n return __assign({}, value, { uri: uriTranslator(uri) });\n });\n}\nexports.updateContent = updateContent;\nvar MetadataModuleExt = /** @class */ (function () {\n function MetadataModuleExt(xhr) {\n this.xhr = xhr;\n this.metadataModule = new metadata_1.MetadataModule(xhr);\n this.userModule = new user_1.UserModule(xhr);\n }\n /**\n * @param {string} projectId id of the project\n * @param {string} dashboardUri uri of the dashboard\n * @param {ICopyDashboardOptions} options object with options:\n * - default {} dashboard is cloned with new kpi reference and visualization widget is cloned with new\n * visualization object reference\n * - copyKpi {boolean} choose whether dashboard is cloned with new Kpi reference\n * - copyVisObj {boolean} choose whether visualization widget is cloned with new visualization object reference\n * - name {string} optional - choose name, default value is \"Copy of (old title of the dashboard)\"\n * @returns {string} uri of cloned dashboard\n * @experimental\n */\n MetadataModuleExt.prototype.saveDashboardAs = function (projectId, dashboardUri, options) {\n return __awaiter(this, void 0, Promise, function () {\n var objectsFromDashboard, dashboardDetails, analyticalDashboard, allCreatedObjUris, visWidgetUris, filterContext, kpiMap, visWidgetMap, translator, updatedContent, dashboardTitle, dashboardSummary, duplicateDashboard, duplicateDashboardUri, err_1;\n var _this = this;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.getObjectsFromDashboard(projectId, dashboardUri)];\n case 1:\n objectsFromDashboard = _a.sent();\n return [4 /*yield*/, this.metadataModule.getObjectDetails(dashboardUri)];\n case 2:\n dashboardDetails = _a.sent();\n analyticalDashboard = dashboardDetails.analyticalDashboard;\n allCreatedObjUris = [];\n visWidgetUris = [];\n _a.label = 3;\n case 3:\n _a.trys.push([3, 8, , 14]);\n return [4 /*yield*/, this.duplicateFilterContext(projectId, objectsFromDashboard, options)];\n case 4:\n filterContext = _a.sent();\n allCreatedObjUris.push(filterContext);\n return [4 /*yield*/, this.duplicateOrKeepKpis(projectId, objectsFromDashboard, options)];\n case 5:\n kpiMap = _a.sent();\n if (this.shouldCopyKpi(options)) {\n allCreatedObjUris.push.apply(allCreatedObjUris, Array.from(kpiMap.values()));\n }\n return [4 /*yield*/, this.duplicateWidgets(projectId, objectsFromDashboard, options)];\n case 6:\n visWidgetMap = _a.sent();\n visWidgetUris.push.apply(visWidgetUris, Array.from(visWidgetMap.values()));\n translator = createTranslator(kpiMap, visWidgetMap);\n updatedContent = updateContent(analyticalDashboard, translator, filterContext);\n dashboardTitle = this.getDashboardName(analyticalDashboard.meta.title, options.name);\n dashboardSummary = this.getDashboardSummary(analyticalDashboard.meta.summary, options.summary);\n duplicateDashboard = __assign({}, dashboardDetails, { analyticalDashboard: __assign({}, dashboardDetails.analyticalDashboard, { content: this.getDashboardDetailObject(updatedContent, filterContext), meta: __assign({}, this.getSanitizedMeta(dashboardDetails.analyticalDashboard.meta, options), { title: dashboardTitle, summary: dashboardSummary }) }) });\n return [4 /*yield*/, this.metadataModule.createObject(projectId, duplicateDashboard)];\n case 7:\n duplicateDashboardUri = (_a.sent()).analyticalDashboard.meta.uri;\n return [2 /*return*/, duplicateDashboardUri];\n case 8:\n err_1 = _a.sent();\n if (!this.shouldCopyVisObj(options)) return [3 /*break*/, 10];\n return [4 /*yield*/, Promise.all(visWidgetUris.map(function (uri) { return _this.cascadingDelete(projectId, uri); }))];\n case 9:\n _a.sent();\n return [3 /*break*/, 12];\n case 10: return [4 /*yield*/, Promise.all(visWidgetUris.map(function (uri) { return _this.metadataModule.deleteObject(uri); }))];\n case 11:\n _a.sent();\n _a.label = 12;\n case 12: return [4 /*yield*/, Promise.all(allCreatedObjUris.map(function (uri) { return _this.cascadingDelete(projectId, uri); }))];\n case 13:\n _a.sent();\n return [2 /*return*/, dashboardUri];\n case 14: return [2 /*return*/];\n }\n });\n });\n };\n /**\n * Deletes dashboard and its objects\n * (only the author of the dashboard can delete the dashboard and its objects)\n *\n * @method deleteAllObjects\n * @param {string} projectId Project identifier\n * @param {string} dashboardUri Uri of a dashboard to be deleted\n * @experimental\n */\n MetadataModuleExt.prototype.cascadingDelete = function (projectID, dashboardUri) {\n return __awaiter(this, void 0, Promise, function () {\n var objects, currentUser, objectsToBeDeleted;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.metadataModule.getObjectUsing(projectID, dashboardUri)];\n case 1:\n objects = _a.sent();\n return [4 /*yield*/, this.userModule.getAccountInfo()];\n case 2:\n currentUser = (_a.sent()).profileUri;\n objectsToBeDeleted = objects\n .filter(function (object) { return object.author === currentUser; })\n .map(function (object) {\n return object.link;\n });\n return [2 /*return*/, this.xhr.post(\"/gdc/md/\" + projectID + \"/objects/delete\", {\n body: {\n delete: {\n items: [dashboardUri].concat(objectsToBeDeleted),\n mode: \"cascade\",\n },\n },\n })];\n }\n });\n });\n };\n MetadataModuleExt.prototype.getDashboardDetailObject = function (updatedContent, filterContext) {\n var layout = updatedContent.layout;\n return __assign({}, updatedContent, { filterContext: filterContext, widgets: updatedContent.widgets.slice() }, (isEmpty_1.default(layout) ? {} : { layout: layout }));\n };\n MetadataModuleExt.prototype.getDashboardName = function (originalName, newName) {\n if (newName !== undefined) {\n return newName;\n }\n return \"Copy of \" + originalName;\n };\n MetadataModuleExt.prototype.getDashboardSummary = function (originalSummary, newSummary) {\n if (newSummary !== undefined) {\n return newSummary;\n }\n else if (originalSummary !== undefined) {\n return originalSummary;\n }\n return \"\";\n };\n MetadataModuleExt.prototype.duplicateOrKeepKpis = function (projectId, objsFromDashboard, options) {\n return __awaiter(this, void 0, Promise, function () {\n var uriMap;\n var _this = this;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n uriMap = new Map();\n if (!this.shouldCopyKpi(options)) return [3 /*break*/, 2];\n return [4 /*yield*/, Promise.all(objsFromDashboard\n .filter(function (obj) { return _this.unwrapObj(obj).meta.category === \"kpi\"; })\n .map(function (kpiWidget) { return __awaiter(_this, void 0, void 0, function () {\n var kpi, toSave, newUriKpiObj;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n kpi = kpiWidget.kpi;\n toSave = {\n kpi: {\n meta: this.getSanitizedMeta(kpi.meta, options),\n content: __assign({}, kpi.content),\n },\n };\n return [4 /*yield*/, this.metadataModule.createObject(projectId, toSave)];\n case 1:\n newUriKpiObj = (_a.sent()).kpi.meta.uri;\n uriMap.set(kpi.meta.uri, newUriKpiObj);\n return [2 /*return*/];\n }\n });\n }); }))];\n case 1:\n _a.sent();\n _a.label = 2;\n case 2: return [2 /*return*/, uriMap];\n }\n });\n });\n };\n MetadataModuleExt.prototype.duplicateWidgets = function (projectId, objsFromDashboard, options) {\n return __awaiter(this, void 0, Promise, function () {\n var uriMap;\n var _this = this;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n uriMap = new Map();\n return [4 /*yield*/, Promise.all(objsFromDashboard\n .filter(function (obj) { return _this.unwrapObj(obj).meta.category === \"visualizationWidget\"; })\n .map(function (visWidget) { return __awaiter(_this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.createAndUpdateWidgets(projectId, visWidget, options, uriMap)];\n });\n }); }))];\n case 1:\n _a.sent();\n return [2 /*return*/, uriMap];\n }\n });\n });\n };\n MetadataModuleExt.prototype.createAndUpdateWidgets = function (projectId, visWidget, options, uriMap) {\n return __awaiter(this, void 0, Promise, function () {\n var visualizationWidget, visObj, toSave, newUriVisObj, updatedVisWidget, visUri, updatedVisWidget, visualizationWidget_1;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n visualizationWidget = visWidget.visualizationWidget;\n if (!this.shouldCopyVisObj(options)) return [3 /*break*/, 4];\n return [4 /*yield*/, this.metadataModule.getObjectDetails(visualizationWidget.content.visualization)];\n case 1:\n visObj = _a.sent();\n toSave = {\n visualizationObject: {\n meta: this.getSanitizedMeta(visObj.visualizationObject.meta, options),\n content: __assign({}, visObj.visualizationObject.content),\n },\n };\n return [4 /*yield*/, this.metadataModule.createObject(projectId, toSave)];\n case 2:\n newUriVisObj = (_a.sent())\n .visualizationObject.meta.uri;\n updatedVisWidget = __assign({}, visWidget, { visualizationWidget: {\n meta: this.getSanitizedMeta(visWidget.visualizationWidget.meta, options),\n content: __assign({}, visWidget.visualizationWidget.content, { visualization: newUriVisObj }),\n } });\n return [4 /*yield*/, this.metadataModule.createObject(projectId, updatedVisWidget)];\n case 3:\n visUri = (_a.sent())\n .visualizationWidget.meta.uri;\n uriMap.set(visualizationWidget.meta.uri, visUri);\n return [3 /*break*/, 6];\n case 4:\n updatedVisWidget = __assign({}, visWidget, { visualizationWidget: {\n meta: this.getSanitizedMeta(visWidget.visualizationWidget.meta, options),\n content: __assign({}, visWidget.visualizationWidget.content),\n } });\n return [4 /*yield*/, this.metadataModule.createObject(projectId, updatedVisWidget)];\n case 5:\n visualizationWidget_1 = (_a.sent()).visualizationWidget;\n uriMap.set(visWidget.visualizationWidget.meta.uri, visualizationWidget_1.meta.uri);\n _a.label = 6;\n case 6: return [2 /*return*/];\n }\n });\n });\n };\n MetadataModuleExt.prototype.duplicateFilterContext = function (projectId, objsFromDashboard, options) {\n return __awaiter(this, void 0, Promise, function () {\n var originalFilterContext, toSave, filterContext;\n var _this = this;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n originalFilterContext = objsFromDashboard.filter(function (obj) { return _this.unwrapObj(obj).meta.category === \"filterContext\"; })[0];\n toSave = {\n filterContext: {\n meta: this.getSanitizedMeta(originalFilterContext.filterContext.meta, options),\n content: __assign({}, originalFilterContext.filterContext.content),\n },\n };\n return [4 /*yield*/, this.metadataModule.createObject(projectId, toSave)];\n case 1:\n filterContext = (_a.sent()).filterContext;\n return [2 /*return*/, filterContext.meta.uri];\n }\n });\n });\n };\n MetadataModuleExt.prototype.getSanitizedMeta = function (originalMeta, options) {\n return omit_1.default(originalMeta, compact_1.default([\n \"identifier\",\n \"uri\",\n \"author\",\n \"created\",\n \"updated\",\n \"contributor\",\n options && options.clearLockedFlag && \"locked\",\n ]));\n };\n MetadataModuleExt.prototype.getObjectsFromDashboard = function (projectId, dashboardUri) {\n return __awaiter(this, void 0, Promise, function () {\n var uris;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.getObjectsUrisInDashboard(projectId, dashboardUri)];\n case 1:\n uris = _a.sent();\n return [2 /*return*/, this.metadataModule.getObjects(projectId, uris)];\n }\n });\n });\n };\n MetadataModuleExt.prototype.getObjectsUrisInDashboard = function (projectId, dashboardUri) {\n return __awaiter(this, void 0, Promise, function () {\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.metadataModule.getObjectUsing(projectId, dashboardUri, {\n types: [\"kpi\", \"visualizationWidget\", \"filterContext\"],\n })];\n case 1: return [2 /*return*/, (_a.sent()).map(function (obj) {\n return obj.link;\n })];\n }\n });\n });\n };\n MetadataModuleExt.prototype.unwrapObj = function (obj) {\n return obj[Object.keys(obj)[0]];\n };\n MetadataModuleExt.prototype.shouldCopyVisObj = function (options) {\n return !!(options.copyVisObj || typeof options.copyVisObj === \"undefined\");\n };\n MetadataModuleExt.prototype.shouldCopyKpi = function (options) {\n return !!(options.copyKpi || typeof options.copyKpi === \"undefined\");\n };\n return MetadataModuleExt;\n}());\nexports.MetadataModuleExt = MetadataModuleExt;\n\n\n//# sourceURL=webpack://gooddata/./src/metadataExt.ts?");
5070
5071/***/ }),
5072
5073/***/ "./src/project.ts":
5074/*!************************!*\
5075 !*** ./src/project.ts ***!
5076 \************************/
5077/*! no static exports found */
5078/***/ (function(module, exports, __webpack_require__) {
5079
5080"use strict";
5081eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\nvar util_1 = __webpack_require__(/*! ./util */ \"./src/util.ts\");\nvar DEFAULT_PALETTE = [\n { r: 0x2b, g: 0x6b, b: 0xae },\n { r: 0x69, g: 0xaa, b: 0x51 },\n { r: 0xee, g: 0xb1, b: 0x4c },\n { r: 0xd5, g: 0x3c, b: 0x38 },\n { r: 0x89, g: 0x4d, b: 0x94 },\n { r: 0x73, g: 0x73, b: 0x73 },\n { r: 0x44, g: 0xa9, b: 0xbe },\n { r: 0x96, g: 0xbd, b: 0x5f },\n { r: 0xfd, g: 0x93, b: 0x69 },\n { r: 0xe1, g: 0x5d, b: 0x86 },\n { r: 0x7c, g: 0x6f, b: 0xad },\n { r: 0xa5, g: 0xa5, b: 0xa5 },\n { r: 0x7a, g: 0xa6, b: 0xd5 },\n { r: 0x82, g: 0xd0, b: 0x8d },\n { r: 0xff, g: 0xd2, b: 0x89 },\n { r: 0xf1, g: 0x84, b: 0x80 },\n { r: 0xbf, g: 0x90, b: 0xc6 },\n { r: 0xbf, g: 0xbf, b: 0xbf },\n];\nvar isProjectCreated = function (project) {\n // TODO\n var projectState = project.content.state;\n return projectState === \"ENABLED\" || projectState === \"DELETED\";\n};\n// Parses string values to boolean, number and string\nexports.parseSettingItemValue = function (value) {\n if (value === \"true\") {\n return true;\n }\n if (value === \"false\") {\n return false;\n }\n var nr = Number(value);\n if (nr.toString() === value) {\n return nr;\n }\n return value;\n};\n/**\n * Functions for working with projects\n *\n * @class project\n * @module project\n */\nvar ProjectModule = /** @class */ (function () {\n function ProjectModule(xhr) {\n this.xhr = xhr;\n }\n /**\n * Get current project id\n *\n * @method getCurrentProjectId\n * @return {String} current project identifier\n */\n ProjectModule.prototype.getCurrentProjectId = function () {\n return this.xhr\n .get(\"/gdc/app/account/bootstrap\")\n .then(function (r) { return r.getData(); })\n .then(this.getCurrentProjectIdInBootstrap);\n };\n /**\n * Return current project id in bootstrap\n * @method getCurrentProjectIdInBootstrap\n * @param bootstrapData - data was got from bootstrap resource\n */\n ProjectModule.prototype.getCurrentProjectIdInBootstrap = function (bootstrapData) {\n var currentProject = bootstrapData.bootstrapResource.current.project;\n // handle situation in which current project is missing (e.g. new user)\n if (!currentProject) {\n return null;\n }\n return bootstrapData.bootstrapResource.current.project.links.self.split(\"/\").pop();\n };\n /**\n * Fetches projects available for the user represented by the given profileId\n *\n * @method getProjects\n * @param {String} profileId - User profile identifier\n * @return {Array} An Array of projects\n */\n ProjectModule.prototype.getProjects = function (profileId) {\n return util_1.getAllPagesByOffsetLimit(this.xhr, \"/gdc/account/profile/\" + profileId + \"/projects\", \"projects\").then(function (result) { return result.map(function (p) { return p.project; }); });\n };\n /**\n * Fetches all datasets for the given project\n *\n * @method getDatasets\n * @param {String} projectId - GD project identifier\n * @return {Array} An array of objects containing datasets metadata\n */\n ProjectModule.prototype.getDatasets = function (projectId) {\n return this.xhr\n .get(\"/gdc/md/\" + projectId + \"/query/datasets\")\n .then(function (r) { return r.getData(); })\n .then(util_1.getIn(\"query.entries\"));\n };\n /**\n * Fetches a chart color palette for a project represented by the given\n * projectId parameter.\n *\n * @method getColorPalette\n * @param {String} projectId - A project identifier\n * @return {Array} An array of objects with r, g, b fields representing a project's\n * color palette\n */\n ProjectModule.prototype.getColorPalette = function (projectId) {\n return this.xhr\n .get(\"/gdc/projects/\" + projectId + \"/styleSettings\")\n .then(function (r) { return r.getData(); })\n .then(function (result) {\n return result.styleSettings.chartPalette.map(function (c) {\n return {\n r: c.fill.r,\n g: c.fill.g,\n b: c.fill.b,\n };\n });\n }, function (err) {\n if (err.status === 200) {\n return DEFAULT_PALETTE;\n }\n throw new Error(err.statusText);\n });\n };\n /**\n * Fetches a chart color palette for a project represented by the given\n * projectId parameter.\n *\n * @method getColorPaletteWithGuids\n * @param {String} projectId - A project identifier\n * @return {Array} An array of objects representing a project's\n * color palette with color guid or undefined\n */\n ProjectModule.prototype.getColorPaletteWithGuids = function (projectId) {\n return this.xhr\n .get(\"/gdc/projects/\" + projectId + \"/styleSettings\")\n .then(function (apiResponse) {\n return apiResponse.getData();\n })\n .then(function (result) {\n if (result && result.styleSettings) {\n return result.styleSettings.chartPalette;\n }\n else {\n return undefined;\n }\n });\n };\n /**\n * Sets given colors as a color palette for a given project.\n *\n * @method setColorPalette\n * @param {String} projectId - GD project identifier\n * @param {Array} colors - An array of colors that we want to use within the project.\n * Each color should be an object with r, g, b fields. // TODO really object?\n */\n ProjectModule.prototype.setColorPalette = function (projectId, colors) {\n return this.xhr.put(\"/gdc/projects/\" + projectId + \"/styleSettings\", {\n body: {\n styleSettings: {\n chartPalette: colors.map(function (fill, idx) {\n return { fill: fill, guid: \"guid\" + idx };\n }),\n },\n },\n });\n };\n /**\n * Gets current timezone and its offset. Example output:\n *\n * {\n * id: 'Europe/Prague',\n * displayName: 'Central European Time',\n * currentOffsetMs: 3600000\n * }\n *\n * @method getTimezone\n * @param {String} projectId - GD project identifier\n */\n ProjectModule.prototype.getTimezone = function (projectId) {\n var bootstrapUrl = \"/gdc/app/account/bootstrap?projectId=\" + projectId;\n return this.xhr\n .get(bootstrapUrl)\n .then(function (r) { return r.getData(); })\n .then(function (result) {\n return result.bootstrapResource.current.timezone;\n });\n };\n ProjectModule.prototype.setTimezone = function (projectId, timezone) {\n var timezoneServiceUrl = \"/gdc/md/\" + projectId + \"/service/timezone\";\n var data = {\n service: { timezone: timezone },\n };\n return this.xhr\n .post(timezoneServiceUrl, {\n body: data,\n })\n .then(function (r) { return r.getData(); });\n };\n /**\n * Create project\n * Note: returns a promise which is resolved when the project creation is finished\n *\n * @experimental\n * @method createProject\n * @param {String} title\n * @param {String} authorizationToken\n * @param {Object} options for project creation (summary, projectTemplate, ...)\n * @return {Object} created project object\n */\n ProjectModule.prototype.createProject = function (title, authorizationToken, options) {\n var _this = this;\n if (options === void 0) { options = {}; }\n var summary = options.summary, projectTemplate = options.projectTemplate, _a = options.driver, driver = _a === void 0 ? \"Pg\" : _a, _b = options.environment, environment = _b === void 0 ? \"TESTING\" : _b, _c = options.guidedNavigation, guidedNavigation = _c === void 0 ? 1 : _c;\n return this.xhr\n .post(\"/gdc/projects\", {\n body: JSON.stringify({\n project: {\n content: {\n guidedNavigation: guidedNavigation,\n driver: driver,\n authorizationToken: authorizationToken,\n environment: environment,\n },\n meta: {\n title: title,\n summary: summary,\n projectTemplate: projectTemplate,\n },\n },\n }),\n })\n .then(function (r) { return r.getData(); })\n .then(function (project) {\n return util_1.handlePolling(_this.xhr.get.bind(_this.xhr), project.uri, function (response) {\n // TODO project response\n return isProjectCreated(response.project);\n }, options);\n });\n };\n /**\n * Delete project\n *\n * @method deleteProject\n * @param {String} projectId\n */\n ProjectModule.prototype.deleteProject = function (projectId) {\n return this.xhr.del(\"/gdc/projects/\" + projectId);\n };\n /**\n * Gets aggregated feature flags for given project and current user\n *\n * @method getFeatureFlags\n * @param {String} projectId - A project identifier\n * @return {IFeatureFlags} Hash table of feature flags and theirs values where feature flag is as key\n */\n ProjectModule.prototype.getFeatureFlags = function (projectId) {\n return this.xhr\n .get(\"/gdc/app/projects/\" + projectId + \"/featureFlags\")\n .then(function (apiResponse) {\n return apiResponse.getData();\n })\n .then(function (result) {\n if (result && result.featureFlags) {\n return result.featureFlags;\n }\n return {};\n });\n };\n /**\n * Gets project config including project specific feature flags\n *\n * @param {String} projectId - A project identifier\n * @return {IProjectConfigSettingItem[]} An array of project config setting items\n */\n ProjectModule.prototype.getConfig = function (projectId) {\n return this.xhr\n .get(\"/gdc/app/projects/\" + projectId + \"/config\")\n .then(function (apiResponse) {\n var projectConfig = apiResponse.getData();\n return projectConfig;\n })\n .then(function (result) {\n if (result && result.settings && result.settings.items) {\n return result.settings.items;\n }\n return [];\n });\n };\n /**\n * Gets project specific feature flags\n *\n * @param {String} projectId - A project identifier\n * @param {String} source - optional filter settingItems with specific source\n * @return {IFeatureFlags} Hash table of feature flags and theirs values where feature flag is as key\n */\n ProjectModule.prototype.getProjectFeatureFlags = function (projectId, source) {\n return this.getConfig(projectId).then(function (settingItems) {\n var filteredSettingItems = source\n ? settingItems.filter(function (settingItem) { return settingItem.settingItem.source === source; })\n : settingItems;\n var featureFlags = {};\n filteredSettingItems.forEach(function (settingItem) {\n featureFlags[settingItem.settingItem.key] = exports.parseSettingItemValue(settingItem.settingItem.value);\n });\n return featureFlags;\n });\n };\n return ProjectModule;\n}());\nexports.ProjectModule = ProjectModule;\n\n\n//# sourceURL=webpack://gooddata/./src/project.ts?");
5082
5083/***/ }),
5084
5085/***/ "./src/referenceHandling.ts":
5086/*!**********************************!*\
5087 !*** ./src/referenceHandling.ts ***!
5088 \**********************************/
5089/*! no static exports found */
5090/***/ (function(module, exports, __webpack_require__) {
5091
5092"use strict";
5093eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar isEmpty_1 = __importDefault(__webpack_require__(/*! lodash/isEmpty */ \"./node_modules/lodash/isEmpty.js\"));\nvar omit_1 = __importDefault(__webpack_require__(/*! lodash/omit */ \"./node_modules/lodash/omit.js\"));\nvar isArray_1 = __importDefault(__webpack_require__(/*! lodash/isArray */ \"./node_modules/lodash/isArray.js\"));\nvar isObject_1 = __importDefault(__webpack_require__(/*! lodash/isObject */ \"./node_modules/lodash/isObject.js\"));\nvar isString_1 = __importDefault(__webpack_require__(/*! lodash/isString */ \"./node_modules/lodash/isString.js\"));\nvar json_stable_stringify_1 = __importDefault(__webpack_require__(/*! json-stable-stringify */ \"./node_modules/json-stable-stringify/index.js\"));\nvar uuid_1 = __webpack_require__(/*! uuid */ \"./node_modules/uuid/dist/esm-browser/index.js\");\nvar uri_1 = __webpack_require__(/*! ./DataLayer/helpers/uri */ \"./src/DataLayer/helpers/uri.ts\");\n/*\n * Helpers\n */\nvar getReferenceValue = function (id, references) { return references[id]; };\nvar getReferenceId = function (value, references) {\n return Object.keys(references).find(function (id) { return references[id] === value; });\n};\nvar defaultIdGenerator = function () { return uuid_1.v4().replace(/-/g, \"\"); };\n/**\n * Recursively traverses the object and tries to apply a conversion to every string value\n */\nvar traverse = function (obj, convert) {\n if (isArray_1.default(obj)) {\n return obj.map(function (a) { return traverse(a, convert); });\n }\n else if (isObject_1.default(obj)) {\n var object_1 = obj;\n return Object.keys(object_1).reduce(function (result, key) {\n result[key] = traverse(object_1[key], convert);\n return result;\n }, {});\n }\n else if (isString_1.default(obj)) {\n return convert(obj);\n }\n else {\n return obj;\n }\n};\nvar createConverter = function (conversionFunction) { return function (mdObject, idGenerator) {\n if (idGenerator === void 0) { idGenerator = defaultIdGenerator; }\n var content = mdObject.content;\n if (!content) {\n return mdObject;\n }\n var properties = content.properties;\n if (!properties) {\n return mdObject;\n }\n // prepare result objects\n var originalProperties = JSON.parse(properties);\n var originalReferences = content.references || {};\n var _a = conversionFunction(originalProperties, originalReferences, idGenerator), convertedProperties = _a.convertedProperties, convertedReferences = _a.convertedReferences;\n // set the new properties and references\n var referencesProp = isEmpty_1.default(convertedReferences) ? undefined : { references: convertedReferences };\n var result = __assign({}, mdObject, { content: __assign({}, omit_1.default(mdObject.content, \"references\"), { properties: json_stable_stringify_1.default(convertedProperties) }, referencesProp) });\n return result;\n}; };\n/*\n * Conversion from References to URIs\n */\nvar convertReferenceToUri = function (references) { return function (value) { return getReferenceValue(value, references) || value; }; };\n/**\n * Converts reference based values to actual URIs\n *\n * @param mdObject The object to convert properties of\n * @param [idGenerator=uuid] Function that returns unique ids\n */\nexports.convertReferencesToUris = createConverter(function (originalProperties, originalReferences) {\n var convertedProperties = traverse(originalProperties, convertReferenceToUri(originalReferences));\n return {\n convertedProperties: convertedProperties,\n convertedReferences: originalReferences,\n };\n});\n/*\n * Conversion from URIs to References\n */\nvar createUriToReferenceConverter = function (originalReferences, idGenerator) {\n var convertedReferences = {};\n return {\n convertedReferences: convertedReferences,\n conversion: function (value) {\n if (!uri_1.isUri(value)) {\n return value;\n }\n var id = getReferenceId(value, originalReferences) || // try to reuse original references\n getReferenceId(value, convertedReferences) || // or use already converted new references\n idGenerator(); // or get a completely new id\n convertedReferences[id] = value;\n return id;\n },\n };\n};\n/**\n * Converts URIs to reference based values\n *\n * @param mdObject The object to convert properties of\n * @param [idGenerator=uuid] Function that returns unique ids\n */\nexports.convertUrisToReferences = createConverter(function (originalProperties, originalReferences, idGenerator) {\n var converter = createUriToReferenceConverter(originalReferences, idGenerator);\n var convertedProperties = traverse(originalProperties, converter.conversion);\n return {\n convertedProperties: convertedProperties,\n convertedReferences: converter.convertedReferences,\n };\n});\n\n\n//# sourceURL=webpack://gooddata/./src/referenceHandling.ts?");
5094
5095/***/ }),
5096
5097/***/ "./src/report/report.ts":
5098/*!******************************!*\
5099 !*** ./src/report/report.ts ***!
5100 \******************************/
5101/*! no static exports found */
5102/***/ (function(module, exports, __webpack_require__) {
5103
5104"use strict";
5105eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2019 GoodData Corporation\nvar typings_1 = __webpack_require__(/*! @gooddata/typings */ \"./node_modules/@gooddata/typings/dist/index.js\");\nvar compact_1 = __importDefault(__webpack_require__(/*! lodash/compact */ \"./node_modules/lodash/compact.js\"));\nvar isEmpty_1 = __importDefault(__webpack_require__(/*! lodash/isEmpty */ \"./node_modules/lodash/isEmpty.js\"));\nvar errors_1 = __webpack_require__(/*! ../constants/errors */ \"./src/constants/errors.ts\");\nvar FilterConverter_1 = __webpack_require__(/*! ../DataLayer/converters/FilterConverter */ \"./src/DataLayer/converters/FilterConverter.ts\");\nvar execute_afm_convert_1 = __webpack_require__(/*! ../execution/execute-afm.convert */ \"./src/execution/execute-afm.convert.ts\");\nvar util_1 = __webpack_require__(/*! ../util */ \"./src/util.ts\");\nvar export_1 = __webpack_require__(/*! ../utils/export */ \"./src/utils/export.ts\");\n/**\n * Functions for working with reports\n *\n * @Class report\n * @module report\n */\nvar ReportModule = /** @class */ (function () {\n function ReportModule(xhr) {\n var _this = this;\n this.xhr = xhr;\n this.handleExportResultError = function (error) {\n if (_this.isApiResponseError(error) &&\n error.response.status === 400 &&\n error.responseBody.indexOf(errors_1.ERROR_RESTRICTED_CODE) !== -1) {\n return Promise.reject(__assign({}, error, { message: errors_1.ERROR_RESTRICTED_MESSAGE }));\n }\n return Promise.reject(error);\n };\n }\n /**\n * exportResult\n * request new result export\n * request new export of existing AFM execution\n *\n * @experimental\n * @method exportResult\n * @param {String} projectId GoodData projectId\n * @param {String} executionResult report which should be exported\n * @param {IExportConfig} exportConfig requested export options\n * @param {Object} pollingOptions for polling (maxAttempts, pollStep)\n * @return {Promise} Resolves if export successfully,\n * Reject if export has error (network error, api error)\n */\n ReportModule.prototype.exportResult = function (projectId, executionResult, exportConfig, pollingOptions) {\n var _this = this;\n if (exportConfig === void 0) { exportConfig = {}; }\n if (pollingOptions === void 0) { pollingOptions = {}; }\n var requestPayload = {\n resultExport: {\n executionResult: executionResult,\n exportConfig: __assign({}, exportConfig, this.sanitizeExportConfig(exportConfig)),\n },\n };\n return this.xhr\n .post(\"/gdc/internal/projects/\" + projectId + \"/exportResult\", { body: requestPayload })\n .then(function (response) { return response.getData(); })\n .then(function (data) {\n return util_1.handleHeadPolling(_this.xhr.get.bind(_this.xhr), data.uri, export_1.isExportFinished, pollingOptions);\n })\n .catch(this.handleExportResultError);\n };\n ReportModule.prototype.sanitizeExportConfig = function (exportConfig) {\n var afm = exportConfig.afm;\n if (afm && !isEmpty_1.default(afm.filters)) {\n var sanitizedAfm = __assign({}, afm, { filters: this.sanitizeFilters(afm.filters) });\n return __assign({}, exportConfig, { afm: sanitizedAfm });\n }\n return exportConfig;\n };\n ReportModule.prototype.isApiResponseError = function (error) {\n return error.response !== undefined;\n };\n ReportModule.prototype.sanitizeFilters = function (filters) {\n return filters ? compact_1.default(filters.map(this.sanitizeFilter)) : [];\n };\n ReportModule.prototype.sanitizeFilter = function (filter) {\n if (typings_1.AFM.isAttributeFilter(filter)) {\n return execute_afm_convert_1.convertFilter(filter);\n }\n else if (typings_1.AFM.isAbsoluteDateFilter(filter)) {\n return FilterConverter_1.convertAbsoluteDateFilter(filter);\n }\n else if (typings_1.AFM.isRelativeDateFilter(filter)) {\n return FilterConverter_1.convertRelativeDateFilter(filter);\n }\n return filter;\n };\n return ReportModule;\n}());\nexports.ReportModule = ReportModule;\n\n\n//# sourceURL=webpack://gooddata/./src/report/report.ts?");
5106
5107/***/ }),
5108
5109/***/ "./src/typeGuards.ts":
5110/*!***************************!*\
5111 !*** ./src/typeGuards.ts ***!
5112 \***************************/
5113/*! no static exports found */
5114/***/ (function(module, exports, __webpack_require__) {
5115
5116"use strict";
5117eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar isValidColorItem = function (value) {\n return !!(value && value.type && value.value !== undefined);\n};\nexports.isGuidColorItem = function (color) {\n return isValidColorItem(color) && color.type === \"guid\";\n};\nexports.isRgbColorItem = function (color) {\n return isValidColorItem(color) && color.type === \"rgb\";\n};\nfunction isApiExecutionResponseError(error) {\n return !!error.executionResponse;\n}\nexports.isApiExecutionResponseError = isApiExecutionResponseError;\n\n\n//# sourceURL=webpack://gooddata/./src/typeGuards.ts?");
5118
5119/***/ }),
5120
5121/***/ "./src/user.ts":
5122/*!*********************!*\
5123 !*** ./src/user.ts ***!
5124 \*********************/
5125/*! no static exports found */
5126/***/ (function(module, exports, __webpack_require__) {
5127
5128"use strict";
5129eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar project_1 = __webpack_require__(/*! ./project */ \"./src/project.ts\");\nvar qs_1 = __importDefault(__webpack_require__(/*! qs */ \"./node_modules/qs/lib/index.js\"));\nvar UserModule = /** @class */ (function () {\n function UserModule(xhr) {\n this.xhr = xhr;\n }\n /**\n * Find out whether a user is logged in\n *\n * @return {Promise} resolves with true if user logged in, false otherwise\n * @method isLoggedIn\n */\n UserModule.prototype.isLoggedIn = function () {\n var _this = this;\n return new Promise(function (resolve, reject) {\n _this.xhr.get(\"/gdc/account/token\").then(function (r) {\n if (r.response.ok) {\n resolve(true);\n }\n resolve(false);\n }, function (err) {\n if (err.response.status === 401) {\n resolve(false);\n }\n else {\n reject(err);\n }\n });\n });\n };\n /**\n * Find out whether a specified project is available to a currently logged user\n *\n * @method isLoggedInProject\n * @param {String} projectId A project identifier\n * @return {Promise} Resolves with true if user logged in and project available,\n * resolves with false if user logged in and project not available,\n * rejects if user not logged in\n */\n UserModule.prototype.isLoggedInProject = function (projectId) {\n var _this = this;\n return this.getCurrentProfile().then(function (profile) {\n return new Promise(function (resolve, reject) {\n var projectModule = new project_1.ProjectModule(_this.xhr);\n projectModule.getProjects(profile.links.self.split(\"/\")[4]).then(function (projects) {\n if (projects.find(function (p) { return p.links.self === \"/gdc/projects/\" + projectId; })) {\n resolve(true);\n }\n else {\n resolve(false);\n }\n }, function (err) {\n reject(err);\n });\n });\n });\n };\n /**\n * This function provides an authentication entry point to the GD API. It is needed to authenticate\n * by calling this function prior any other API calls. After providing valid credentials\n * every subsequent API call in a current session will be authenticated.\n *\n * @method login\n * @param {String} username\n * @param {String} password\n */\n UserModule.prototype.login = function (username, password) {\n return this.xhr\n .post(\"/gdc/account/login\", {\n body: JSON.stringify({\n postUserLogin: {\n login: username,\n password: password,\n remember: 1,\n captcha: \"\",\n verifyCaptcha: \"\",\n },\n }),\n })\n .then(function (r) { return r.getData(); });\n };\n /**\n * This function provides an authentication entry point to the GD API via SSO\n * https://help.gooddata.com/display/developer/GoodData+PGP+Single+Sign-On\n *\n * @method loginSso\n * @param {String} encryptedClaims PGP message\n * @param {String} ssoProvider\n * @param {String} targetUrl\n */\n UserModule.prototype.loginSso = function (encryptedClaims, ssoProvider, targetUrl) {\n return this.xhr.post(\"/gdc/account/customerlogin\", {\n data: {\n pgpLoginRequest: {\n targetUrl: targetUrl,\n ssoProvider: ssoProvider,\n encryptedClaims: encryptedClaims,\n },\n },\n });\n };\n /**\n * Logs out current user\n * @method logout\n */\n UserModule.prototype.logout = function () {\n var _this = this;\n return this.isLoggedIn().then(function (loggedIn) {\n if (loggedIn) {\n return _this.xhr.get(\"/gdc/app/account/bootstrap\").then(function (result) {\n var data = result.getData();\n var userUri = data.bootstrapResource.accountSetting.links.self;\n var userId = userUri.match(/([^\\/]+)\\/?$/)[1];\n return _this.xhr.del(\"/gdc/account/login/\" + userId);\n });\n }\n return Promise.resolve();\n }, function (err) { return Promise.reject(err); });\n };\n /**\n * Gets current user's profile\n * @method getCurrentProfile\n * @return {Promise} Resolves with account setting object\n */\n UserModule.prototype.getCurrentProfile = function () {\n return this.xhr.get(\"/gdc/account/profile/current\").then(function (r) { return r.getData().accountSetting; });\n };\n /**\n * Updates user's profile settings\n * @method updateProfileSettings\n * @param {String} profileId - User profile identifier\n * @param {Object} profileSetting\n */\n UserModule.prototype.updateProfileSettings = function (profileId, profileSetting) {\n // TODO\n return this.xhr.put(\"/gdc/account/profile/\" + profileId + \"/settings\", {\n body: profileSetting,\n });\n };\n /**\n * Returns info about currently logged in user from bootstrap resource\n * @method getAccountInfo\n */\n UserModule.prototype.getAccountInfo = function () {\n var _this = this;\n return this.xhr.get(\"/gdc/app/account/bootstrap\").then(function (result) {\n var data = result.getData();\n return _this.getAccountInfoInBootstrap(data);\n });\n };\n /**\n * Returns current user info from bootstrapData\n * @method getAccountInfoInBootstrap\n * @param bootstrapData - data was got from bootstrap resource\n */\n UserModule.prototype.getAccountInfoInBootstrap = function (bootstrapData) {\n var _a = bootstrapData.bootstrapResource, _b = _a.accountSetting, login = _b.login, firstName = _b.firstName, lastName = _b.lastName, profileUri = _b.links.self, loginMD5 = _a.current.loginMD5, organizationName = _a.settings.organizationName;\n return {\n login: login,\n loginMD5: loginMD5,\n firstName: firstName,\n lastName: lastName,\n organizationName: organizationName,\n profileUri: profileUri,\n };\n };\n /**\n * Gets user configs including user specific feature flags\n *\n * @param {String} userId - A user identifier\n * @return {IUserConfigsSettingItem[]} An array of user configs setting item\n */\n UserModule.prototype.getUserConfigs = function (userId) {\n return this.xhr.get(\"/gdc/account/profile/\" + userId + \"/config\").then(function (apiResponse) {\n var userConfigs = apiResponse.getData();\n var items = userConfigs.settings.items;\n return items || [];\n });\n };\n /**\n * Returns the feature flags valid for the currently logged in user.\n * @method getFeatureFlags\n */\n UserModule.prototype.getFeatureFlags = function () {\n return this.xhr\n .get(\"/gdc/app/account/bootstrap\")\n .then(function (r) { return r.getData(); })\n .then(function (result) { return result.bootstrapResource.current.featureFlags; });\n };\n /**\n * Initiates SPI SAML SSO\n * @param relayState URL of the page where the user is redirected after a successful login\n */\n UserModule.prototype.initiateSamlSso = function (relayState) {\n this.xhr\n .get(\"/gdc/account/samlrequest?\" + qs_1.default.stringify({ relayState: relayState }))\n .then(function (data) { return data.getData(); })\n .then(function (response) {\n var loginUrl = response.samlRequests.items[0].samlRequest.loginUrl;\n window.location.assign(loginUrl);\n });\n };\n return UserModule;\n}());\nexports.UserModule = UserModule;\n\n\n//# sourceURL=webpack://gooddata/./src/user.ts?");
5130
5131/***/ }),
5132
5133/***/ "./src/util.ts":
5134/*!*********************!*\
5135 !*** ./src/util.ts ***!
5136 \*********************/
5137/*! no static exports found */
5138/***/ (function(module, exports, __webpack_require__) {
5139
5140"use strict";
5141eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2019 GoodData Corporation\nvar get_1 = __importDefault(__webpack_require__(/*! lodash/get */ \"./node_modules/lodash/get.js\"));\nvar promise_1 = __webpack_require__(/*! ./utils/promise */ \"./src/utils/promise.ts\");\nvar xhr_1 = __webpack_require__(/*! ./xhr */ \"./src/xhr.ts\");\nvar package_json_1 = __webpack_require__(/*! ../package.json */ \"./package.json\");\n/**\n * Utility methods. Mostly private\n *\n * @module util\n * @class util\n *\n */\n/**\n * Gooddata-js package signature\n * @private\n */\nexports.thisPackage = { name: package_json_1.name, version: package_json_1.version };\n/**\n * Create getter function for accessing nested objects\n *\n * @param {String} path Target path to nested object\n * @method getIn\n * @private\n */\nexports.getIn = function (path) { return function (object) { return get_1.default(object, path); }; };\n/**\n * Helper for polling\n *\n * @param xhrRequest xhr module\n * @param {String} uri\n * @param {Function} isPollingDone\n * @param {Object} options for polling (maxAttempts, pollStep)\n * @private\n */\nexports.handlePolling = function (xhrRequest, uri, isPollingDone, options) {\n if (options === void 0) { options = {}; }\n // TODO\n var _a = options.attempts, attempts = _a === void 0 ? 0 : _a, _b = options.maxAttempts, maxAttempts = _b === void 0 ? 50 : _b, _c = options.pollStep, pollStep = _c === void 0 ? 5000 : _c;\n return xhrRequest(uri)\n .then(function (r) { return r.getData(); })\n .then(function (response) {\n if (attempts > maxAttempts) {\n return Promise.reject(new Error(response));\n }\n return isPollingDone(response)\n ? Promise.resolve(response)\n : promise_1.delay(pollStep).then(function () {\n return exports.handlePolling(xhrRequest, uri, isPollingDone, __assign({}, options, { attempts: attempts + 1 }));\n });\n });\n};\n/**\n * Helper for polling with header status\n *\n * @param xhrRequest xhr module\n * @param {String} uri\n * @param {Function} isPollingDone\n * @param {Object} options for polling (maxAttempts, pollStep)\n * @private\n */\nexports.handleHeadPolling = function (xhrRequest, uri, isPollingDone, options) {\n if (options === void 0) { options = {}; }\n var _a = options.attempts, attempts = _a === void 0 ? 0 : _a, _b = options.maxAttempts, maxAttempts = _b === void 0 ? 50 : _b, _c = options.pollStep, pollStep = _c === void 0 ? 5000 : _c;\n return xhrRequest(uri).then(function (response) {\n if (attempts > maxAttempts) {\n return Promise.reject(new Error(\"Export timeout!!!\"));\n }\n var responseHeaders = response.getHeaders();\n if (isPollingDone(responseHeaders, response)) {\n if (responseHeaders.status === 200) {\n return Promise.resolve({ uri: uri });\n }\n return Promise.reject(new xhr_1.ApiResponseError(response.statusText, response, response.getData()));\n }\n else {\n return promise_1.delay(pollStep).then(function () {\n return exports.handleHeadPolling(xhrRequest, uri, isPollingDone, __assign({}, options, { attempts: attempts + 1 }));\n });\n }\n });\n};\n/**\n * Builds query string from plain object\n * (Refactored from admin/routes.js)\n *\n * @param {Object} query parameters possibly including arrays inside\n * @returns {string} querystring\n */\nfunction queryString(query) {\n function getSingleParam(key, value) {\n return Array.isArray(value)\n ? value.map(function (item) { return encodeURIComponent(key) + \"=\" + encodeURIComponent(item); }).join(\"&\")\n : encodeURIComponent(key) + \"=\" + encodeURIComponent(value);\n }\n return query\n ? \"?\" + Object.keys(query)\n .map(function (k) { return getSingleParam(k, query[k]); })\n .join(\"&\")\n : \"\";\n}\nexports.queryString = queryString;\n/**\n * Get all results from paged api by traversing all resulting pages\n * This is usable for apis which support offset and limit (i.e. not those with next paging links)\n *\n * @param xhrGet xhr module\n * @param {string} uri uri to be fetched, will append offset and limit for next pages\n * @param {string} itemKey key under which to look for results (differs for different apis)\n * @param {number} optional offset starting offset, default 0\n * @param pagesData optional data to be pre-filled\n */\nfunction getAllPagesByOffsetLimit(xhr, uri, itemKey, offset, pagesData) {\n if (offset === void 0) { offset = 0; }\n if (pagesData === void 0) { pagesData = []; }\n var PAGE_LIMIT = 100;\n return new Promise(function (resolve, reject) {\n xhr.get(uri + \"?offset=\" + offset + \"&limit=\" + PAGE_LIMIT)\n .then(function (r) { return r.getData(); })\n .then(function (dataObjects) {\n var projects = get_1.default(dataObjects, itemKey);\n var data = pagesData.concat(projects.items);\n var totalCount = get_1.default(projects, \"paging.totalCount\", 0);\n var nextPage = offset + PAGE_LIMIT;\n if (nextPage > totalCount) {\n resolve(data);\n }\n else {\n resolve(getAllPagesByOffsetLimit(xhr, uri, itemKey, nextPage, data));\n }\n }, reject);\n });\n}\nexports.getAllPagesByOffsetLimit = getAllPagesByOffsetLimit;\n\n\n//# sourceURL=webpack://gooddata/./src/util.ts?");
5142
5143/***/ }),
5144
5145/***/ "./src/utils/attributesMapLoader.ts":
5146/*!******************************************!*\
5147 !*** ./src/utils/attributesMapLoader.ts ***!
5148 \******************************************/
5149/*! no static exports found */
5150/***/ (function(module, exports, __webpack_require__) {
5151
5152"use strict";
5153eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\nvar get_1 = __importDefault(__webpack_require__(/*! lodash/get */ \"./node_modules/lodash/get.js\"));\nvar set_1 = __importDefault(__webpack_require__(/*! lodash/set */ \"./node_modules/lodash/set.js\"));\nfunction getAttributeUris(displayForms) {\n return displayForms.map(function (displayForm) {\n return get_1.default(displayForm, [\"attributeDisplayForm\", \"content\", \"formOf\"]);\n });\n}\nfunction createAttributesMap(displayForms, attributes) {\n return displayForms.reduce(function (attributesMap, displayForm) {\n var dfUri = get_1.default(displayForm, [\"attributeDisplayForm\", \"meta\", \"uri\"]);\n var attribute = attributes.find(function (attr) {\n return get_1.default(attr, [\"attribute\", \"meta\", \"uri\"]) ===\n get_1.default(displayForm, [\"attributeDisplayForm\", \"content\", \"formOf\"]);\n });\n return set_1.default(attributesMap, [dfUri], attribute);\n }, {});\n}\nfunction getMissingUrisInAttributesMap(displayFormsUris, attributesMap) {\n var uris = displayFormsUris || [];\n return uris.filter(function (uri) { return !attributesMap[uri]; });\n}\nexports.getMissingUrisInAttributesMap = getMissingUrisInAttributesMap;\nvar AttributesMapLoaderModule = /** @class */ (function () {\n function AttributesMapLoaderModule(md) {\n this.md = md;\n }\n AttributesMapLoaderModule.prototype.loadAttributesMap = function (projectId, attributeDisplayFormUris) {\n var _this = this;\n if (attributeDisplayFormUris.length === 0) {\n return Promise.resolve({});\n }\n return this.md.getObjects(projectId, attributeDisplayFormUris).then(function (displayForms) {\n var attributeUris = getAttributeUris(displayForms);\n return _this.md.getObjects(projectId, attributeUris).then(function (attributes) {\n return createAttributesMap(displayForms, attributes);\n });\n });\n };\n return AttributesMapLoaderModule;\n}());\nexports.AttributesMapLoaderModule = AttributesMapLoaderModule;\n\n\n//# sourceURL=webpack://gooddata/./src/utils/attributesMapLoader.ts?");
5154
5155/***/ }),
5156
5157/***/ "./src/utils/definitions.ts":
5158/*!**********************************!*\
5159 !*** ./src/utils/definitions.ts ***!
5160 \**********************************/
5161/*! no static exports found */
5162/***/ (function(module, exports, __webpack_require__) {
5163
5164"use strict";
5165eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\nvar difference_1 = __importDefault(__webpack_require__(/*! lodash/difference */ \"./node_modules/lodash/difference.js\"));\nvar map_1 = __importDefault(__webpack_require__(/*! lodash/map */ \"./node_modules/lodash/map.js\"));\nvar IDENTIFIER_REGEX = /{\\S+}/g;\nfunction getDependencies(_a) {\n var metricDefinition = _a.metricDefinition;\n return (metricDefinition.expression.match(IDENTIFIER_REGEX) || []).map(function (s) {\n return s.substring(1, s.length - 1);\n });\n}\nfunction getIdentifier(_a) {\n var metricDefinition = _a.metricDefinition;\n return metricDefinition.identifier;\n}\nfunction resolvedDependencies(resolved, _a) {\n var dependencies = _a.dependencies;\n var identifiers = map_1.default(resolved, \"identifier\");\n return difference_1.default(dependencies, identifiers).length === 0;\n}\nfunction scan(resolved, unresolved) {\n for (var i = 0; i < unresolved.length; i += 1) {\n var tested = unresolved[i];\n if (resolvedDependencies(resolved, tested)) {\n resolved.push(tested);\n unresolved.splice(i, 1);\n i -= 1;\n }\n }\n}\nfunction sort(unresolved) {\n var resolved = [];\n var lastLength;\n while (unresolved.length > 0) {\n lastLength = unresolved.length;\n scan(resolved, unresolved);\n if (unresolved.length === lastLength) {\n throw new Error(\"Metric defintions cannot be sorted due to missing dependencies.\");\n }\n }\n return resolved;\n}\nfunction sortDefinitions(definitions) {\n var indexed = definitions.map(function (definition) { return ({\n definition: definition,\n identifier: getIdentifier(definition),\n dependencies: getDependencies(definition),\n }); });\n return map_1.default(sort(indexed), \"definition\");\n}\nexports.sortDefinitions = sortDefinitions;\n\n\n//# sourceURL=webpack://gooddata/./src/utils/definitions.ts?");
5166
5167/***/ }),
5168
5169/***/ "./src/utils/export.ts":
5170/*!*****************************!*\
5171 !*** ./src/utils/export.ts ***!
5172 \*****************************/
5173/*! no static exports found */
5174/***/ (function(module, exports, __webpack_require__) {
5175
5176"use strict";
5177eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar errors_1 = __webpack_require__(/*! ../constants/errors */ \"./src/constants/errors.ts\");\nfunction isExportFinished(responseHeaders) {\n var taskState = responseHeaders.status;\n return taskState === errors_1.SUCCESS_REQUEST_STATUS || taskState >= errors_1.BAD_REQUEST_STATUS; // OK || ERROR\n}\nexports.isExportFinished = isExportFinished;\nfunction isDateFilter(filter) {\n if (filter.dateFilter) {\n return true;\n }\n return false;\n}\nexports.isDateFilter = isDateFilter;\nfunction sanitizeDateFilter(filter) {\n var dateFilter = filter.dateFilter;\n var optionalProps = {};\n if (dateFilter.from) {\n optionalProps.from = String(dateFilter.from);\n }\n if (dateFilter.to) {\n optionalProps.to = String(dateFilter.to);\n }\n return {\n dateFilter: __assign({}, dateFilter, optionalProps),\n };\n}\nexports.sanitizeDateFilter = sanitizeDateFilter;\nfunction sanitizeDateFilters(filters) {\n return filters.map(function (filter) {\n if (isDateFilter(filter)) {\n return sanitizeDateFilter(filter);\n }\n return filter;\n });\n}\nexports.sanitizeDateFilters = sanitizeDateFilters;\n\n\n//# sourceURL=webpack://gooddata/./src/utils/export.ts?");
5178
5179/***/ }),
5180
5181/***/ "./src/utils/promise.ts":
5182/*!******************************!*\
5183 !*** ./src/utils/promise.ts ***!
5184 \******************************/
5185/*! no static exports found */
5186/***/ (function(module, exports, __webpack_require__) {
5187
5188"use strict";
5189eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\n/**\n * Return promise that will resolve after `ms` miliseconds\n *\n * @param {Number} ms time in miliseconds\n * @return {Promise}\n */\nfunction delay(ms) {\n return new Promise(function (resolve) {\n setTimeout(function () { return resolve(); }, ms);\n });\n}\nexports.delay = delay;\n\n\n//# sourceURL=webpack://gooddata/./src/utils/promise.ts?");
5190
5191/***/ }),
5192
5193/***/ "./src/utils/rules.ts":
5194/*!****************************!*\
5195 !*** ./src/utils/rules.ts ***!
5196 \****************************/
5197/*! no static exports found */
5198/***/ (function(module, exports, __webpack_require__) {
5199
5200"use strict";
5201eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\nvar invariant_1 = __importDefault(__webpack_require__(/*! invariant */ \"./node_modules/invariant/browser.js\"));\nvar find_1 = __importDefault(__webpack_require__(/*! lodash/find */ \"./node_modules/lodash/find.js\"));\nvar every_1 = __importDefault(__webpack_require__(/*! lodash/every */ \"./node_modules/lodash/every.js\"));\nvar Rules = /** @class */ (function () {\n function Rules() {\n this.rules = [];\n }\n Rules.prototype.addRule = function (tests, callback) {\n this.rules.push([tests, callback]);\n };\n Rules.prototype.match = function (subject, params) {\n var _a = find_1.default(this.rules, function (_a) {\n var tests = _a[0];\n return every_1.default(tests, function (test) { return test(subject, params); });\n }), callback = _a[1];\n invariant_1.default(callback, \"Callback not found :-(\");\n return callback;\n };\n return Rules;\n}());\nexports.Rules = Rules;\n\n\n//# sourceURL=webpack://gooddata/./src/utils/rules.ts?");
5202
5203/***/ }),
5204
5205/***/ "./src/utils/visualizationObjectHelper.ts":
5206/*!************************************************!*\
5207 !*** ./src/utils/visualizationObjectHelper.ts ***!
5208 \************************************************/
5209/*! no static exports found */
5210/***/ (function(module, exports, __webpack_require__) {
5211
5212"use strict";
5213eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2018 GoodData Corporation\nvar get_1 = __importDefault(__webpack_require__(/*! lodash/get */ \"./node_modules/lodash/get.js\"));\nvar BUCKETS = \"buckets\";\nfunction getBuckets(mdObj) {\n return get_1.default(mdObj, BUCKETS, []);\n}\nexports.getBuckets = getBuckets;\nfunction isAttribute(bucketItem) {\n return get_1.default(bucketItem, \"visualizationAttribute\") !== undefined;\n}\nfunction isAttributeMeasureFilter(measureFilter) {\n return ((get_1.default(measureFilter, \"positiveAttributeFilter\") || get_1.default(measureFilter, \"negativeAttributeFilter\")) !==\n undefined);\n}\nexports.isAttributeMeasureFilter = isAttributeMeasureFilter;\nfunction isMeasure(bucketItem) {\n return get_1.default(bucketItem, \"measure\") !== undefined;\n}\nfunction getAttributesInBucket(bucket) {\n return get_1.default(bucket, \"items\").reduce(function (list, bucketItem) {\n if (isAttribute(bucketItem)) {\n list.push(get_1.default(bucketItem, \"visualizationAttribute\"));\n }\n return list;\n }, []);\n}\nfunction getAttributes(mdObject) {\n var buckets = getBuckets(mdObject);\n return buckets.reduce(function (categoriesList, bucket) { return categoriesList.concat(getAttributesInBucket(bucket)); }, []);\n}\nexports.getAttributes = getAttributes;\nfunction getMeasuresInBucket(bucket) {\n return get_1.default(bucket, \"items\").reduce(function (list, bucketItem) {\n if (isMeasure(bucketItem)) {\n list.push(get_1.default(bucketItem, \"measure\"));\n }\n return list;\n }, []);\n}\nfunction getDefinition(measure) {\n return get_1.default(measure, [\"definition\", \"measureDefinition\"], {});\n}\nexports.getDefinition = getDefinition;\nfunction getMeasures(mdObject) {\n var buckets = getBuckets(mdObject);\n return buckets.reduce(function (measuresList, bucket) { return measuresList.concat(getMeasuresInBucket(bucket)); }, []);\n}\nexports.getMeasures = getMeasures;\nfunction getMeasureFilters(measure) {\n return get_1.default(getDefinition(measure), \"filters\", []);\n}\nexports.getMeasureFilters = getMeasureFilters;\nfunction getMeasureAttributeFilters(measure) {\n return getMeasureFilters(measure).filter(isAttributeMeasureFilter);\n}\nexports.getMeasureAttributeFilters = getMeasureAttributeFilters;\nfunction getAttributeFilters(mdObject) {\n return getMeasures(mdObject).reduce(function (filters, measure) { return filters.concat(getMeasureAttributeFilters(measure)); }, []);\n}\nfunction getAttributeFilterDisplayForm(measureFilter) {\n return (get_1.default(measureFilter, [\"positiveAttributeFilter\", \"displayForm\", \"uri\"]) ||\n get_1.default(measureFilter, [\"negativeAttributeFilter\", \"displayForm\", \"uri\"]));\n}\nfunction getAttributesDisplayForms(mdObject) {\n var attributesDfs = getAttributes(mdObject).map(function (attribute) {\n return get_1.default(attribute, [\"displayForm\", \"uri\"]);\n });\n var attrMeasureFilters = getAttributeFilters(mdObject);\n var attrMeasureFiltersDfs = attrMeasureFilters.map(getAttributeFilterDisplayForm);\n return attrMeasureFiltersDfs.concat(attributesDfs);\n}\nexports.getAttributesDisplayForms = getAttributesDisplayForms;\n\n\n//# sourceURL=webpack://gooddata/./src/utils/visualizationObjectHelper.ts?");
5214
5215/***/ }),
5216
5217/***/ "./src/xhr.ts":
5218/*!********************!*\
5219 !*** ./src/xhr.ts ***!
5220 \********************/
5221/*! no static exports found */
5222/***/ (function(module, exports, __webpack_require__) {
5223
5224"use strict";
5225eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (_) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// (C) 2007-2020 GoodData Corporation\nvar isPlainObject_1 = __importDefault(__webpack_require__(/*! lodash/isPlainObject */ \"./node_modules/lodash/isPlainObject.js\"));\nvar isFunction_1 = __importDefault(__webpack_require__(/*! lodash/isFunction */ \"./node_modules/lodash/isFunction.js\"));\nvar set_1 = __importDefault(__webpack_require__(/*! lodash/set */ \"./node_modules/lodash/set.js\"));\nvar defaults_1 = __importDefault(__webpack_require__(/*! lodash/defaults */ \"./node_modules/lodash/defaults.js\"));\nvar merge_1 = __importDefault(__webpack_require__(/*! lodash/merge */ \"./node_modules/lodash/merge.js\"));\nvar result_1 = __importDefault(__webpack_require__(/*! lodash/result */ \"./node_modules/lodash/result.js\"));\nvar util_1 = __webpack_require__(/*! ./util */ \"./src/util.ts\");\n/**\n * Ajax wrapper around GDC authentication mechanisms, SST and TT token handling and polling.\n * Interface is the same as original jQuery.ajax.\n *\n * If token is expired, current request is \"paused\", token is refreshed and request is retried and result\n * is transparently returned to the original call.\n *\n * Additionally polling is handled. Only final result of polling returned.\n * @module xhr\n * @class xhr\n */\nvar DEFAULT_POLL_DELAY = 1000;\nvar REST_API_VERSION_HEADER = \"X-GDC-VERSION\";\nvar REST_API_DEPRECATED_VERSION_HEADER = \"X-GDC-DEPRECATED\";\n// The version used in X-GDC-VERSION header (see https://confluence.intgdc.com/display/Development/REST+API+versioning)\nvar LATEST_REST_API_VERSION = 5;\nfunction simulateBeforeSend(url, settings) {\n var xhrMockInBeforeSend = {\n setRequestHeader: function (key, value) {\n set_1.default(settings, [\"headers\", key], value);\n },\n };\n if (isFunction_1.default(settings.beforeSend)) {\n settings.beforeSend(xhrMockInBeforeSend, url);\n }\n}\nfunction enrichSettingWithCustomDomain(originalUrl, originalSettings, domain) {\n var url = originalUrl;\n var settings = originalSettings;\n if (domain) {\n // protect url to be prepended with domain on retry\n if (originalUrl.indexOf(domain) === -1) {\n url = domain + originalUrl;\n }\n settings.mode = \"cors\";\n settings.credentials = \"include\";\n }\n return { url: url, settings: settings };\n}\nfunction handlePolling(url, settings, sendRequest) {\n var pollingDelay = result_1.default(settings, \"pollDelay\");\n return new Promise(function (resolve, reject) {\n setTimeout(function () {\n sendRequest(url, settings).then(resolve, reject);\n }, pollingDelay);\n });\n}\nexports.handlePolling = handlePolling;\nfunction originPackageHeaders(_a) {\n var name = _a.name, version = _a.version;\n return {\n \"X-GDC-JS-PKG\": name,\n \"X-GDC-JS-PKG-VERSION\": version,\n };\n}\nexports.originPackageHeaders = originPackageHeaders;\nvar ApiError = /** @class */ (function (_super) {\n __extends(ApiError, _super);\n function ApiError(message, cause) {\n var _this = _super.call(this, message) || this;\n _this.cause = cause;\n return _this;\n }\n return ApiError;\n}(Error));\nexports.ApiError = ApiError;\nvar ApiResponseError = /** @class */ (function (_super) {\n __extends(ApiResponseError, _super);\n function ApiResponseError(message, response, responseBody) {\n var _this = _super.call(this, message, null) || this;\n _this.response = response;\n _this.responseBody = responseBody;\n return _this;\n }\n return ApiResponseError;\n}(ApiError));\nexports.ApiResponseError = ApiResponseError;\nvar ApiNetworkError = /** @class */ (function (_super) {\n __extends(ApiNetworkError, _super);\n function ApiNetworkError() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n return ApiNetworkError;\n}(ApiError));\nexports.ApiNetworkError = ApiNetworkError;\nvar ApiResponse = /** @class */ (function () {\n function ApiResponse(response, responseBody) {\n this.response = response;\n this.responseBody = responseBody;\n }\n Object.defineProperty(ApiResponse.prototype, \"data\", {\n get: function () {\n try {\n return JSON.parse(this.responseBody);\n }\n catch (error) {\n return this.responseBody;\n }\n },\n enumerable: true,\n configurable: true\n });\n ApiResponse.prototype.getData = function () {\n try {\n return JSON.parse(this.responseBody);\n }\n catch (error) {\n return this.responseBody;\n }\n };\n ApiResponse.prototype.getHeaders = function () {\n return this.response;\n };\n return ApiResponse;\n}());\nexports.ApiResponse = ApiResponse;\n// the variable must be outside of the scope of the XhrModule to not log the message multiple times in SDK and KD\nvar shouldLogDeprecatedRestApiCall = true;\nvar XhrModule = /** @class */ (function () {\n function XhrModule(fetch, configStorage) {\n this.fetch = fetch;\n this.configStorage = configStorage;\n defaults_1.default(configStorage, { xhrSettings: {} });\n }\n /**\n * Back compatible method for setting common XHR settings\n *\n * Usually in our apps we used beforeSend ajax callback to set the X-GDC-REQUEST header with unique ID.\n *\n * @param settings object XHR settings as\n */\n XhrModule.prototype.ajaxSetup = function (settings) {\n Object.assign(this.configStorage.xhrSettings, settings);\n };\n XhrModule.prototype.ajax = function (originalUrl, customSettings) {\n if (customSettings === void 0) { customSettings = {}; }\n return __awaiter(this, void 0, Promise, function () {\n var firstSettings, _a, url, settings, response, e_1, responseBody, finalUrl, finalSettings;\n return __generator(this, function (_b) {\n switch (_b.label) {\n case 0:\n firstSettings = this.createRequestSettings(customSettings);\n _a = enrichSettingWithCustomDomain(originalUrl, firstSettings, this.configStorage.domain), url = _a.url, settings = _a.settings;\n simulateBeforeSend(url, settings); // mutates `settings` param\n if (this.tokenRequest) {\n return [2 /*return*/, this.continueAfterTokenRequest(url, settings)];\n }\n _b.label = 1;\n case 1:\n _b.trys.push([1, 3, , 4]);\n return [4 /*yield*/, this.fetch(url, settings)];\n case 2:\n // TODO: We should clean up the settings at this point to be pure `RequestInit` object\n response = _b.sent();\n return [3 /*break*/, 4];\n case 3:\n e_1 = _b.sent();\n throw new ApiNetworkError(e_1.message, e_1); // TODO is it really necessary? couldn't we throw just Error?\n case 4: return [4 /*yield*/, response.text()];\n case 5:\n responseBody = _b.sent();\n if (response.status === 401) {\n // if 401 is in login-request, it means wrong user/password (we wont continue)\n if (url.indexOf(\"/gdc/account/login\") !== -1) {\n throw new ApiResponseError(\"Unauthorized\", response, responseBody);\n }\n return [2 /*return*/, this.handleUnauthorized(url, settings)];\n }\n // Note: Fetch does redirects automagically for 301 (and maybe more .. TODO when?)\n // see https://fetch.spec.whatwg.org/#ref-for-concept-request%E2%91%A3%E2%91%A2\n if (response.status === 202 && !settings.dontPollOnResult) {\n finalUrl = response.url || url;\n finalSettings = settings;\n // if the response is 202 and Location header is not empty, let's poll on the new Location\n if (response.headers.has(\"Location\")) {\n finalUrl = response.headers.get(\"Location\");\n }\n finalSettings.method = \"GET\";\n delete finalSettings.data;\n delete finalSettings.body;\n return [2 /*return*/, handlePolling(finalUrl, finalSettings, this.ajax.bind(this))];\n }\n this.verifyRestApiDeprecationStatus(response.headers);\n if (response.status >= 200 && response.status <= 399) {\n return [2 /*return*/, new ApiResponse(response, responseBody)];\n }\n // throws on 400, 500, etc.\n throw new ApiResponseError(response.statusText, response, responseBody);\n }\n });\n });\n };\n /**\n * Wrapper for xhr.ajax method GET\n */\n XhrModule.prototype.get = function (url, settings) {\n return this.ajax(url, merge_1.default({ method: \"GET\" }, settings));\n };\n /**\n * Wrapper for xhr.ajax method HEAD\n */\n XhrModule.prototype.head = function (url, settings) {\n return this.ajax(url, merge_1.default({ method: \"HEAD\" }, settings));\n };\n /**\n * Wrapper for xhr.ajax method POST\n */\n XhrModule.prototype.post = function (url, settings) {\n return this.ajax(url, merge_1.default({ method: \"POST\" }, settings));\n };\n /**\n * Wrapper for xhr.ajax method PUT\n */\n XhrModule.prototype.put = function (url, settings) {\n return this.ajax(url, merge_1.default({ method: \"PUT\" }, settings));\n };\n /**\n * Wrapper for xhr.ajax method DELETE\n */\n XhrModule.prototype.del = function (url, settings) {\n return this.ajax(url, merge_1.default({ method: \"DELETE\" }, settings));\n };\n XhrModule.prototype.createRequestSettings = function (customSettings) {\n var _a;\n var settings = merge_1.default({\n headers: __assign((_a = { Accept: \"application/json; charset=utf-8\", \"Content-Type\": \"application/json\" }, _a[REST_API_VERSION_HEADER] = LATEST_REST_API_VERSION, _a), originPackageHeaders(this.configStorage.originPackage || util_1.thisPackage)),\n }, this.configStorage.xhrSettings, customSettings);\n settings.pollDelay = settings.pollDelay !== undefined ? settings.pollDelay : DEFAULT_POLL_DELAY;\n // TODO jquery compat - add to warnings\n settings.body = settings.data ? settings.data : settings.body;\n settings.mode = \"same-origin\";\n settings.credentials = \"same-origin\";\n if (isPlainObject_1.default(settings.body)) {\n settings.body = JSON.stringify(settings.body);\n }\n return settings;\n };\n XhrModule.prototype.continueAfterTokenRequest = function (url, settings) {\n var _this = this;\n return this.tokenRequest.then(function (response) { return __awaiter(_this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n if (!response.ok) {\n throw new ApiResponseError(\"Unauthorized\", response, null);\n }\n this.tokenRequest = null;\n return [2 /*return*/, this.ajax(url, settings)];\n });\n }); }, function (reason) {\n _this.tokenRequest = null;\n return reason;\n });\n };\n XhrModule.prototype.handleUnauthorized = function (originalUrl, originalSettings) {\n return __awaiter(this, void 0, void 0, function () {\n var _a, url, settings, response, responseBody;\n return __generator(this, function (_b) {\n switch (_b.label) {\n case 0:\n // Create only single token request for any number of waiting request.\n // If token request exist, just listen for it's end.\n if (this.tokenRequest) {\n return [2 /*return*/, this.continueAfterTokenRequest(originalUrl, originalSettings)];\n }\n _a = enrichSettingWithCustomDomain(\"/gdc/account/token\", this.createRequestSettings({}), this.configStorage.domain), url = _a.url, settings = _a.settings;\n this.tokenRequest = this.fetch(url, settings);\n return [4 /*yield*/, this.tokenRequest];\n case 1:\n response = _b.sent();\n return [4 /*yield*/, response.text()];\n case 2:\n responseBody = _b.sent();\n this.tokenRequest = null;\n // TODO jquery compat - allow to attach unauthorized callback and call it if attached\n // if ((xhrObj.status === 401) && (isFunction(req.unauthorized))) {\n // req.unauthorized(xhrObj, textStatus, err, deferred);\n // return;\n // }\n // unauthorized handler is not defined or not http 401\n // unauthorized when retrieving token -> not logged\n if (response.status === 401) {\n throw new ApiResponseError(\"Unauthorized\", response, responseBody);\n }\n return [2 /*return*/, this.ajax(originalUrl, originalSettings)];\n }\n });\n });\n };\n XhrModule.prototype.logDeprecatedRestApiCall = function (deprecatedVersionDetails) {\n // tslint:disable-next-line:no-console\n console.warn(\"The REST API version \" + LATEST_REST_API_VERSION + \" is deprecated (\" + deprecatedVersionDetails + \"). \" +\n \"Please migrate your application to use GoodData.UI SDK or @gooddata/gooddata-js package that \" +\n \"supports newer version of the API.\");\n };\n XhrModule.prototype.isRestApiDeprecated = function (responseHeaders) {\n return responseHeaders.has(REST_API_DEPRECATED_VERSION_HEADER);\n };\n XhrModule.prototype.verifyRestApiDeprecationStatus = function (responseHeaders) {\n if (shouldLogDeprecatedRestApiCall && this.isRestApiDeprecated(responseHeaders)) {\n var deprecatedVersionDetails = responseHeaders.get(REST_API_DEPRECATED_VERSION_HEADER);\n this.logDeprecatedRestApiCall(deprecatedVersionDetails);\n shouldLogDeprecatedRestApiCall = false;\n }\n };\n return XhrModule;\n}());\nexports.XhrModule = XhrModule;\n\n\n//# sourceURL=webpack://gooddata/./src/xhr.ts?");
5226
5227/***/ })
5228
5229/******/ });
5230});
\No newline at end of file