From 33e0f3790563048c0cd6d4eb870a1cf204a64aca Mon Sep 17 00:00:00 2001 From: Joseph O'Hallaron Date: Mon, 27 Jan 2025 15:21:02 -0700 Subject: [PATCH 1/2] Update styles to align button with zoom controls --- dist/charting.css | 7 +- dist/charting.js | 482 +++++++++++++++++++++++----------------------- scss/chart.scss | 8 +- 3 files changed, 249 insertions(+), 248 deletions(-) diff --git a/dist/charting.css b/dist/charting.css index 77a6c41a..0e9ab4cb 100644 --- a/dist/charting.css +++ b/dist/charting.css @@ -1732,11 +1732,8 @@ body { border: 1px solid #e2e2e2; } .mapboxgl-ctrl-group.mapbox-ctrl-ruler { bottom: 86px; } - .mapboxgl-ctrl-group.mapbox-ctrl-ruler button { - width: 28px; - height: 28px; } - .mapboxgl-ctrl-group.mapbox-ctrl-ruler button svg { - margin-top: 3px; } + .mapboxgl-ctrl-group.mapbox-ctrl-ruler button svg { + margin-top: 3px; } .mapboxgl-ctrl-compass { display: none !important; } diff --git a/dist/charting.js b/dist/charting.js index 10a19cc3..d12938de 100644 --- a/dist/charting.js +++ b/dist/charting.js @@ -10065,7 +10065,7 @@ function baseMixin(_chart) { /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return PropertiesDefinitionInterface; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_assert__ = __webpack_require__(5); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_assert___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_assert__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__PropertyDefinition__ = __webpack_require__(382); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__PropertyDefinition__ = __webpack_require__(381); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } } @@ -10637,21 +10637,21 @@ _defineProperty(ScaleType, "kInternalPassthru_", new ScaleType("internal-passthr /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CstParser; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return EmbeddedActionsParser; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_utils__ = __webpack_require__(2); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__grammar_follow__ = __webpack_require__(405); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__grammar_follow__ = __webpack_require__(404); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__scan_tokens_public__ = __webpack_require__(25); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__cst_cst__ = __webpack_require__(68); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__errors_public__ = __webpack_require__(48); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__grammar_gast_gast_resolver_public__ = __webpack_require__(260); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__traits_recoverable__ = __webpack_require__(261); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__traits_looksahead__ = __webpack_require__(408); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__traits_tree_builder__ = __webpack_require__(409); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__traits_lexer_adapter__ = __webpack_require__(411); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__traits_recognizer_api__ = __webpack_require__(412); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__traits_recognizer_engine__ = __webpack_require__(413); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__traits_error_handler__ = __webpack_require__(414); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__traits_context_assist__ = __webpack_require__(415); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14__traits_gast_recorder__ = __webpack_require__(416); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__traits_perf_tracer__ = __webpack_require__(417); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__traits_looksahead__ = __webpack_require__(407); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__traits_tree_builder__ = __webpack_require__(408); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__traits_lexer_adapter__ = __webpack_require__(410); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__traits_recognizer_api__ = __webpack_require__(411); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__traits_recognizer_engine__ = __webpack_require__(412); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__traits_error_handler__ = __webpack_require__(413); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__traits_context_assist__ = __webpack_require__(414); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14__traits_gast_recorder__ = __webpack_require__(415); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__traits_perf_tracer__ = __webpack_require__(416); var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || @@ -10906,7 +10906,7 @@ var EmbeddedActionsParser = /** @class */ (function (_super) { /* harmony export (immutable) */ __webpack_exports__["f"] = getRealLayers; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_d3__ = __webpack_require__(1); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_d3___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_d3__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_wellknown__ = __webpack_require__(324); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_wellknown__ = __webpack_require__(323); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_wellknown___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_wellknown__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__heavyai_draw_dist_draw__ = __webpack_require__(10); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__heavyai_draw_dist_draw___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__heavyai_draw_dist_draw__); @@ -14168,13 +14168,13 @@ function capMixin(_chart) { "use strict"; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__CommonChannels_ColorChannelDescriptor__ = __webpack_require__(244); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__CommonChannels_ColorChannelDescriptor__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__CommonChannels_GeographicChannelDescriptor__ = __webpack_require__(377); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__CommonChannels_GeographicChannelDescriptor__ = __webpack_require__(376); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return __WEBPACK_IMPORTED_MODULE_1__CommonChannels_GeographicChannelDescriptor__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__CommonChannels_OpacityChannelDescriptor__ = __webpack_require__(378); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__CommonChannels_OpacityChannelDescriptor__ = __webpack_require__(377); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return __WEBPACK_IMPORTED_MODULE_2__CommonChannels_OpacityChannelDescriptor__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__CommonChannels_PositionChannelDescriptor__ = __webpack_require__(379); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__CommonChannels_PositionChannelDescriptor__ = __webpack_require__(378); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return __WEBPACK_IMPORTED_MODULE_3__CommonChannels_PositionChannelDescriptor__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__CommonChannels_SizeChannelDescriptor__ = __webpack_require__(380); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__CommonChannels_SizeChannelDescriptor__ = __webpack_require__(379); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return __WEBPACK_IMPORTED_MODULE_4__CommonChannels_SizeChannelDescriptor__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__PropDescriptor__ = __webpack_require__(19); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return __WEBPACK_IMPORTED_MODULE_5__PropDescriptor__["c"]; }); @@ -14427,9 +14427,9 @@ var VegaPropertyOutputState = /*#__PURE__*/function () { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__FieldDefinitionObject__ = __webpack_require__(34); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__PropDescriptor_Enums_MeasurementType__ = __webpack_require__(33); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Enums_ScaleType__ = __webpack_require__(12); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Enums_InterpolateType__ = __webpack_require__(392); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Enums_InterpolateType__ = __webpack_require__(391); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__Enums_ExtentFlags__ = __webpack_require__(63); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Enums_AccumulatorType__ = __webpack_require__(393); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Enums_AccumulatorType__ = __webpack_require__(392); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__PropDescriptor_CommonChannels_ColorChannelDescriptor__ = __webpack_require__(244); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } @@ -33251,8 +33251,8 @@ _defineProperty(MeasurementType, "kNominal", new MeasurementType("nominal")); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Scale_Continuous_ContinuousScale__ = __webpack_require__(24); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Scale_Discrete_DiscreteScale__ = __webpack_require__(250); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__Scale_Discretizing_DiscretizingScale__ = __webpack_require__(64); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Legend_LegendDefinitionObject__ = __webpack_require__(394); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__Scale_Utils__ = __webpack_require__(395); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Legend_LegendDefinitionObject__ = __webpack_require__(393); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__Scale_Utils__ = __webpack_require__(394); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__PropDescriptor_CommonChannelDescriptors__ = __webpack_require__(22); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__VegaPropertyOutputState__ = __webpack_require__(23); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } @@ -38024,7 +38024,7 @@ function lockAxisMixin(chart) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__core_core_async__ = __webpack_require__(6); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__utils_utils__ = __webpack_require__(4); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__raster_draw_mixin__ = __webpack_require__(219); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mapbox_controls_ruler__ = __webpack_require__(314); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mapbox_controls_ruler__ = __webpack_require__(436); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mapbox_controls_ruler___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__mapbox_controls_ruler__); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } @@ -40260,10 +40260,10 @@ var ConfigDefinitionInterface = /*#__PURE__*/function (_PropertiesDefinition) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return materialize_prop_descriptors; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__VegaPropertyOutputState__ = __webpack_require__(23); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__Definitions_Config_ConfigDefinitionObject__ = __webpack_require__(383); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Definitions_Transform_TransformDefinitionObject__ = __webpack_require__(384); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Definitions_Mark_MarkDefinitionObject__ = __webpack_require__(390); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Definitions_Encoding_EncodingDefinitionObject__ = __webpack_require__(391); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__Definitions_Config_ConfigDefinitionObject__ = __webpack_require__(382); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Definitions_Transform_TransformDefinitionObject__ = __webpack_require__(383); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Definitions_Mark_MarkDefinitionObject__ = __webpack_require__(389); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Definitions_Encoding_EncodingDefinitionObject__ = __webpack_require__(390); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__PropDescriptor_Enums_PropLocation__ = __webpack_require__(245); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__PropDescriptor_PropDescriptor__ = __webpack_require__(19); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__RasterLayerContext__ = __webpack_require__(27); @@ -61583,7 +61583,7 @@ function isNullLegend() { /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__defaultLocale_js__ = __webpack_require__(325); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__defaultLocale_js__ = __webpack_require__(324); /* unused harmony reexport formatDefaultLocale */ /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__defaultLocale_js__["a"]; }); /* unused harmony reexport formatPrefix */ @@ -61592,11 +61592,11 @@ function isNullLegend() { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__formatSpecifier_js__ = __webpack_require__(227); /* unused harmony reexport formatSpecifier */ /* unused harmony reexport FormatSpecifier */ -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__precisionFixed_js__ = __webpack_require__(332); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__precisionFixed_js__ = __webpack_require__(331); /* unused harmony reexport precisionFixed */ -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__precisionPrefix_js__ = __webpack_require__(333); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__precisionPrefix_js__ = __webpack_require__(332); /* unused harmony reexport precisionPrefix */ -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__precisionRound_js__ = __webpack_require__(334); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__precisionRound_js__ = __webpack_require__(333); /* unused harmony reexport precisionRound */ @@ -61612,13 +61612,13 @@ function isNullLegend() { "use strict"; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__exponent_js__ = __webpack_require__(43); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__formatGroup_js__ = __webpack_require__(326); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__formatNumerals_js__ = __webpack_require__(327); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__formatGroup_js__ = __webpack_require__(325); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__formatNumerals_js__ = __webpack_require__(326); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__formatSpecifier_js__ = __webpack_require__(227); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__formatTrim_js__ = __webpack_require__(328); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__formatTypes_js__ = __webpack_require__(329); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__formatTrim_js__ = __webpack_require__(327); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__formatTypes_js__ = __webpack_require__(328); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__formatPrefixAuto_js__ = __webpack_require__(228); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__identity_js__ = __webpack_require__(331); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__identity_js__ = __webpack_require__(330); @@ -61858,12 +61858,12 @@ var prefixExponent; /* harmony export (immutable) */ __webpack_exports__["a"] = coordinateGridRasterMixin; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__core_core__ = __webpack_require__(3); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__base_mixin__ = __webpack_require__(8); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ui_coordinate_grid_raster_mixin_ui__ = __webpack_require__(335); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ui_coordinate_grid_raster_mixin_ui__ = __webpack_require__(334); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__color_mixin__ = __webpack_require__(17); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_d3__ = __webpack_require__(1); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_d3___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_d3__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__margin_mixin__ = __webpack_require__(26); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_axios__ = __webpack_require__(338); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_axios__ = __webpack_require__(337); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_axios___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6_axios__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__lock_axis_mixin__ = __webpack_require__(56); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__core_errors__ = __webpack_require__(53); @@ -63292,7 +63292,7 @@ module.exports = function isCancel(value) { /* WEBPACK VAR INJECTION */(function(process) { var utils = __webpack_require__(11); -var normalizeHeaderName = __webpack_require__(344); +var normalizeHeaderName = __webpack_require__(343); var DEFAULT_CONTENT_TYPE = { 'Content-Type': 'application/x-www-form-urlencoded' @@ -63397,11 +63397,11 @@ module.exports = defaults; var utils = __webpack_require__(11); -var settle = __webpack_require__(345); +var settle = __webpack_require__(344); var buildURL = __webpack_require__(231); -var buildFullPath = __webpack_require__(347); -var parseHeaders = __webpack_require__(350); -var isURLSameOrigin = __webpack_require__(351); +var buildFullPath = __webpack_require__(346); +var parseHeaders = __webpack_require__(349); +var isURLSameOrigin = __webpack_require__(350); var createError = __webpack_require__(235); module.exports = function xhrAdapter(config) { @@ -63499,7 +63499,7 @@ module.exports = function xhrAdapter(config) { // This is only done if running in a standard browser environment. // Specifically not if we're in a web worker, or react-native. if (utils.isStandardBrowserEnv()) { - var cookies = __webpack_require__(352); + var cookies = __webpack_require__(351); // Add xsrf header var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ? @@ -63583,7 +63583,7 @@ module.exports = function xhrAdapter(config) { "use strict"; -var enhanceError = __webpack_require__(346); +var enhanceError = __webpack_require__(345); /** * Create an Error with the specified message, config, error code, request and response. @@ -64313,7 +64313,7 @@ function rasterLayerHeatmapMixin(_layer) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__heavyai_draw_dist_draw__ = __webpack_require__(10); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__heavyai_draw_dist_draw___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__heavyai_draw_dist_draw__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__render_vega_lite_PropDescriptor_CommonChannelDescriptors__ = __webpack_require__(22); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__render_vega_lite_PropDescriptor_BaseTypes_BoolPropDescriptor__ = __webpack_require__(381); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__render_vega_lite_PropDescriptor_BaseTypes_BoolPropDescriptor__ = __webpack_require__(380); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__render_vega_lite_PropDescriptor_BaseTypes_NumericPropDescriptor__ = __webpack_require__(45); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__render_vega_lite_PropDescriptor_BaseTypes_NumericPropValidators__ = __webpack_require__(46); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__render_vega_lite_RasterLayerContext__ = __webpack_require__(27); @@ -67768,9 +67768,9 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "assignOccurrenceIndices", function() { return __WEBPACK_IMPORTED_MODULE_9__parse_grammar_gast_gast_resolver_public__["a"]; }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "resolveGrammar", function() { return __WEBPACK_IMPORTED_MODULE_9__parse_grammar_gast_gast_resolver_public__["b"]; }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "validateGrammar", function() { return __WEBPACK_IMPORTED_MODULE_9__parse_grammar_gast_gast_resolver_public__["c"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__diagrams_render_public__ = __webpack_require__(418); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__diagrams_render_public__ = __webpack_require__(417); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "createSyntaxDiagramsCode", function() { return __WEBPACK_IMPORTED_MODULE_10__diagrams_render_public__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__generate_generate_public__ = __webpack_require__(419); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__generate_generate_public__ = __webpack_require__(418); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "generateParserFactory", function() { return __WEBPACK_IMPORTED_MODULE_11__generate_generate_public__["a"]; }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "generateParserModule", function() { return __WEBPACK_IMPORTED_MODULE_11__generate_generate_public__["b"]; }); // semantic version @@ -67848,7 +67848,7 @@ var VERSION = "6.5.0"; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_regexp_to_ast___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_regexp_to_ast__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__lexer_public__ = __webpack_require__(47); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__utils_utils__ = __webpack_require__(2); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__reg_exp__ = __webpack_require__(406); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__reg_exp__ = __webpack_require__(405); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__reg_exp_parser__ = __webpack_require__(67); var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { @@ -68841,7 +68841,7 @@ var IN = "_~IN~_"; /* harmony export (immutable) */ __webpack_exports__["c"] = validateGrammar; /* harmony export (immutable) */ __webpack_exports__["a"] = assignOccurrenceIndices; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_utils__ = __webpack_require__(2); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__resolver__ = __webpack_require__(407); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__resolver__ = __webpack_require__(406); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__checks__ = __webpack_require__(49); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__errors_public__ = __webpack_require__(48); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__gast__ = __webpack_require__(37); @@ -69616,23 +69616,23 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "geoChoroplethChart", function() { return __WEBPACK_IMPORTED_MODULE_15__charts_geo_choropleth_chart__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_16__charts_heatmap__ = __webpack_require__(216); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "heatMap", function() { return __WEBPACK_IMPORTED_MODULE_16__charts_heatmap__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_17__charts_pie_chart__ = __webpack_require__(320); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_17__charts_pie_chart__ = __webpack_require__(319); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "pieChart", function() { return __WEBPACK_IMPORTED_MODULE_17__charts_pie_chart__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_18__charts_line_chart__ = __webpack_require__(321); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_18__charts_line_chart__ = __webpack_require__(320); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "lineChart", function() { return __WEBPACK_IMPORTED_MODULE_18__charts_line_chart__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__charts_number_chart__ = __webpack_require__(322); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__charts_number_chart__ = __webpack_require__(321); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "numberChart", function() { return __WEBPACK_IMPORTED_MODULE_19__charts_number_chart__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_20__charts_raster_chart__ = __webpack_require__(323); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_20__charts_raster_chart__ = __webpack_require__(322); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rasterChart", function() { return __WEBPACK_IMPORTED_MODULE_20__charts_raster_chart__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_21__charts_row_chart__ = __webpack_require__(372); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_21__charts_row_chart__ = __webpack_require__(371); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rowChart", function() { return __WEBPACK_IMPORTED_MODULE_21__charts_row_chart__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_22__charts_scatter_plot__ = __webpack_require__(373); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_22__charts_scatter_plot__ = __webpack_require__(372); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "scatterPlot", function() { return __WEBPACK_IMPORTED_MODULE_22__charts_scatter_plot__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_23__charts_heavyai_table__ = __webpack_require__(374); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_23__charts_heavyai_table__ = __webpack_require__(373); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "heavyaiTable", function() { return __WEBPACK_IMPORTED_MODULE_23__charts_heavyai_table__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_24__charts_box_plot__ = __webpack_require__(375); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_24__charts_box_plot__ = __webpack_require__(374); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "boxPlot", function() { return __WEBPACK_IMPORTED_MODULE_24__charts_box_plot__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_25__charts_count_widget__ = __webpack_require__(376); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_25__charts_count_widget__ = __webpack_require__(375); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "countWidget", function() { return __WEBPACK_IMPORTED_MODULE_25__charts_count_widget__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_26__mixins_async_mixin__ = __webpack_require__(210); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "asyncMixin", function() { return __WEBPACK_IMPORTED_MODULE_26__mixins_async_mixin__["a"]; }); @@ -69664,19 +69664,19 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rasterLayerMesh2dMixin", function() { return __WEBPACK_IMPORTED_MODULE_39__mixins_raster_layer_mesh2d_mixin__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_40__mixins_raster_layer_poly_mixin__ = __webpack_require__(252); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rasterLayerPolyMixin", function() { return __WEBPACK_IMPORTED_MODULE_40__mixins_raster_layer_poly_mixin__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_41__mixins_raster_layer__ = __webpack_require__(421); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_41__mixins_raster_layer__ = __webpack_require__(420); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rasterLayer", function() { return __WEBPACK_IMPORTED_MODULE_41__mixins_raster_layer__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_42__mixins_raster_mixin__ = __webpack_require__(426); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_42__mixins_raster_mixin__ = __webpack_require__(425); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rasterMixin", function() { return __WEBPACK_IMPORTED_MODULE_42__mixins_raster_mixin__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_43__mixins_scatter_mixin__ = __webpack_require__(238); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "scatterMixin", function() { return __WEBPACK_IMPORTED_MODULE_43__mixins_scatter_mixin__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_44__mixins_spinner_mixin__ = __webpack_require__(213); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "spinnerMixin", function() { return __WEBPACK_IMPORTED_MODULE_44__mixins_spinner_mixin__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_45__chart_addons_legend_continuous__ = __webpack_require__(427); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_45__chart_addons_legend_continuous__ = __webpack_require__(426); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "legendContinuous", function() { return __WEBPACK_IMPORTED_MODULE_45__chart_addons_legend_continuous__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_46__chart_addons_legend__ = __webpack_require__(428); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_46__chart_addons_legend__ = __webpack_require__(427); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "legend", function() { return __WEBPACK_IMPORTED_MODULE_46__chart_addons_legend__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_47__chart_addons_dc_legend_cont__ = __webpack_require__(430); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_47__chart_addons_dc_legend_cont__ = __webpack_require__(429); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "legendCont", function() { return __WEBPACK_IMPORTED_MODULE_47__chart_addons_dc_legend_cont__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_48__mixins_ui_lasso_tool_set_types__ = __webpack_require__(59); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "lassoToolSetTypes", function() { return __WEBPACK_IMPORTED_MODULE_48__mixins_ui_lasso_tool_set_types__["a"]; }); @@ -83153,8 +83153,8 @@ function dataGrid(parent, chartGroup) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__mixins_map_mixin__ = __webpack_require__(57); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__core_core__ = __webpack_require__(3); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__utils_utils__ = __webpack_require__(4); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__turf_bbox__ = __webpack_require__(315); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__turf_bbox_clip__ = __webpack_require__(317); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__turf_bbox__ = __webpack_require__(314); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__turf_bbox_clip__ = __webpack_require__(316); function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } @@ -86091,16 +86091,10 @@ var buttonSvg = function buttonSvg(buttonType) { /***/ }), /* 314 */ -/***/ (function(module, exports) { - -throw new Error("Module parse failed: Unexpected token (37:6)\nYou may need an appropriate loader to handle this file type.\n| \t}\n| \n| \tdraw = () => {\n| \t\tif (!this.map) throw Error('map is undefined');\n| "); - -/***/ }), -/* 315 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__turf_meta__ = __webpack_require__(316); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__turf_meta__ = __webpack_require__(315); /** * Takes a set of features, calculates the bbox of all input features, and returns a bounding box. @@ -86139,7 +86133,7 @@ bbox["default"] = bbox; /***/ }), -/* 316 */ +/* 315 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -87565,14 +87559,14 @@ function findPoint(geojson, options) { /***/ }), -/* 317 */ +/* 316 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (immutable) */ __webpack_exports__["a"] = bboxClip; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__turf_helpers__ = __webpack_require__(60); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__turf_invariant__ = __webpack_require__(318); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lib_lineclip_js__ = __webpack_require__(319); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__turf_invariant__ = __webpack_require__(317); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lib_lineclip_js__ = __webpack_require__(318); @@ -87644,7 +87638,7 @@ function clipPolygon(rings, bbox) { /***/ }), -/* 318 */ +/* 317 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -87883,7 +87877,7 @@ function getType(geojson, _name) { /***/ }), -/* 319 */ +/* 318 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -87999,7 +87993,7 @@ function bitCode(p, bbox) { /***/ }), -/* 320 */ +/* 319 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -88926,7 +88920,7 @@ function pieChart(parent, chartGroup) { * ***************************************************************************/ /***/ }), -/* 321 */ +/* 320 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -89474,7 +89468,7 @@ function lineChart(parent, chartGroup) { } /***/ }), -/* 322 */ +/* 321 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -89538,7 +89532,7 @@ function numberChart(parent, chartGroup) { } /***/ }), -/* 323 */ +/* 322 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -89550,10 +89544,10 @@ function numberChart(parent, chartGroup) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__mixins_map_mixin__ = __webpack_require__(57); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__mixins_base_mixin__ = __webpack_require__(8); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mixins_scatter_mixin__ = __webpack_require__(238); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_legendables__ = __webpack_require__(355); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_legendables__ = __webpack_require__(354); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_lodash__ = __webpack_require__(31); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_lodash___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7_lodash__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__constants_paused__ = __webpack_require__(371); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__constants_paused__ = __webpack_require__(370); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__utils_utils_vega__ = __webpack_require__(14); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } @@ -90488,7 +90482,7 @@ function genLayeredVega(chart) { } /***/ }), -/* 324 */ +/* 323 */ /***/ (function(module, exports) { /*eslint-disable no-cond-assign */ @@ -90764,7 +90758,7 @@ function stringify (gj) { /***/ }), -/* 325 */ +/* 324 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90795,7 +90789,7 @@ function defaultLocale(definition) { /***/ }), -/* 326 */ +/* 325 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90820,7 +90814,7 @@ function defaultLocale(definition) { /***/ }), -/* 327 */ +/* 326 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90834,7 +90828,7 @@ function defaultLocale(definition) { /***/ }), -/* 328 */ +/* 327 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90852,13 +90846,13 @@ function defaultLocale(definition) { /***/ }), -/* 329 */ +/* 328 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__formatDecimal_js__ = __webpack_require__(44); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__formatPrefixAuto_js__ = __webpack_require__(228); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__formatRounded_js__ = __webpack_require__(330); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__formatRounded_js__ = __webpack_require__(329); @@ -90881,7 +90875,7 @@ function defaultLocale(definition) { /***/ }), -/* 330 */ +/* 329 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90900,7 +90894,7 @@ function defaultLocale(definition) { /***/ }), -/* 331 */ +/* 330 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90910,7 +90904,7 @@ function defaultLocale(definition) { /***/ }), -/* 332 */ +/* 331 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90923,7 +90917,7 @@ function defaultLocale(definition) { /***/ }), -/* 333 */ +/* 332 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90936,7 +90930,7 @@ function defaultLocale(definition) { /***/ }), -/* 334 */ +/* 333 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90950,13 +90944,13 @@ function defaultLocale(definition) { /***/ }), -/* 335 */ +/* 334 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (immutable) */ __webpack_exports__["a"] = bindEventHandlers; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__core_core_async__ = __webpack_require__(6); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_mapbox_ported_functions__ = __webpack_require__(336); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_mapbox_ported_functions__ = __webpack_require__(335); function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } @@ -91892,13 +91886,13 @@ function bindEventHandlers(chart, container, dataBounds, dataScale, dataOffset, } /***/ }), -/* 336 */ +/* 335 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (immutable) */ __webpack_exports__["a"] = bezier; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return timed; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__mapbox_unitbezier__ = __webpack_require__(337); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__mapbox_unitbezier__ = __webpack_require__(336); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__mapbox_unitbezier___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__mapbox_unitbezier__); /** * As part of the initiative to upgrade our Mapbox dependency, these @@ -91966,7 +91960,7 @@ var timed = function timed(fn, dur, ctx) { }; /***/ }), -/* 337 */ +/* 336 */ /***/ (function(module, exports) { /* @@ -92077,13 +92071,13 @@ UnitBezier.prototype.solve = function(x, epsilon) { /***/ }), -/* 338 */ +/* 337 */ /***/ (function(module, exports, __webpack_require__) { -module.exports = __webpack_require__(339); +module.exports = __webpack_require__(338); /***/ }), -/* 339 */ +/* 338 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92091,7 +92085,7 @@ module.exports = __webpack_require__(339); var utils = __webpack_require__(11); var bind = __webpack_require__(230); -var Axios = __webpack_require__(340); +var Axios = __webpack_require__(339); var mergeConfig = __webpack_require__(236); var defaults = __webpack_require__(233); @@ -92127,14 +92121,14 @@ axios.create = function create(instanceConfig) { // Expose Cancel & CancelToken axios.Cancel = __webpack_require__(237); -axios.CancelToken = __webpack_require__(353); +axios.CancelToken = __webpack_require__(352); axios.isCancel = __webpack_require__(232); // Expose all/spread axios.all = function all(promises) { return Promise.all(promises); }; -axios.spread = __webpack_require__(354); +axios.spread = __webpack_require__(353); module.exports = axios; @@ -92143,7 +92137,7 @@ module.exports.default = axios; /***/ }), -/* 340 */ +/* 339 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92151,8 +92145,8 @@ module.exports.default = axios; var utils = __webpack_require__(11); var buildURL = __webpack_require__(231); -var InterceptorManager = __webpack_require__(341); -var dispatchRequest = __webpack_require__(342); +var InterceptorManager = __webpack_require__(340); +var dispatchRequest = __webpack_require__(341); var mergeConfig = __webpack_require__(236); /** @@ -92244,7 +92238,7 @@ module.exports = Axios; /***/ }), -/* 341 */ +/* 340 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92303,14 +92297,14 @@ module.exports = InterceptorManager; /***/ }), -/* 342 */ +/* 341 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(11); -var transformData = __webpack_require__(343); +var transformData = __webpack_require__(342); var isCancel = __webpack_require__(232); var defaults = __webpack_require__(233); @@ -92389,7 +92383,7 @@ module.exports = function dispatchRequest(config) { /***/ }), -/* 343 */ +/* 342 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92416,7 +92410,7 @@ module.exports = function transformData(data, headers, fns) { /***/ }), -/* 344 */ +/* 343 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92435,7 +92429,7 @@ module.exports = function normalizeHeaderName(headers, normalizedName) { /***/ }), -/* 345 */ +/* 344 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92467,7 +92461,7 @@ module.exports = function settle(resolve, reject, response) { /***/ }), -/* 346 */ +/* 345 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92516,14 +92510,14 @@ module.exports = function enhanceError(error, config, code, request, response) { /***/ }), -/* 347 */ +/* 346 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; -var isAbsoluteURL = __webpack_require__(348); -var combineURLs = __webpack_require__(349); +var isAbsoluteURL = __webpack_require__(347); +var combineURLs = __webpack_require__(348); /** * Creates a new URL by combining the baseURL with the requestedURL, @@ -92543,7 +92537,7 @@ module.exports = function buildFullPath(baseURL, requestedURL) { /***/ }), -/* 348 */ +/* 347 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92564,7 +92558,7 @@ module.exports = function isAbsoluteURL(url) { /***/ }), -/* 349 */ +/* 348 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92585,7 +92579,7 @@ module.exports = function combineURLs(baseURL, relativeURL) { /***/ }), -/* 350 */ +/* 349 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92645,7 +92639,7 @@ module.exports = function parseHeaders(headers) { /***/ }), -/* 351 */ +/* 350 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92720,7 +92714,7 @@ module.exports = ( /***/ }), -/* 352 */ +/* 351 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92780,7 +92774,7 @@ module.exports = ( /***/ }), -/* 353 */ +/* 352 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92844,7 +92838,7 @@ module.exports = CancelToken; /***/ }), -/* 354 */ +/* 353 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92878,27 +92872,27 @@ module.exports = function spread(callback) { /***/ }), -/* 355 */ +/* 354 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__src_legend__ = __webpack_require__(356); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__src_legend__ = __webpack_require__(355); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__src_legend__["a"]; }); //# sourceMappingURL=index.js.map /***/ }), -/* 356 */ +/* 355 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* unused harmony export renderGradientLegend */ /* unused harmony export renderNominalLegend */ /* unused harmony export renderStackedLegend */ -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_snabbdom_h__ = __webpack_require__(357); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_snabbdom_h__ = __webpack_require__(356); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_snabbdom_h___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_snabbdom_h__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__vdom__ = __webpack_require__(360); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_d3_dispatch__ = __webpack_require__(369); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__vdom__ = __webpack_require__(359); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_d3_dispatch__ = __webpack_require__(368); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_d3_format__ = __webpack_require__(225); var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { @@ -93171,14 +93165,14 @@ var Legend = /** @class */ (function () { //# sourceMappingURL=legend.js.map /***/ }), -/* 357 */ +/* 356 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -var vnode_1 = __webpack_require__(358); -var is = __webpack_require__(359); +var vnode_1 = __webpack_require__(357); +var is = __webpack_require__(358); function addNS(data, children, sel) { data.ns = 'http://www.w3.org/2000/svg'; if (sel !== 'foreignObject' && children !== undefined) { @@ -93236,7 +93230,7 @@ exports.default = h; //# sourceMappingURL=h.js.map /***/ }), -/* 358 */ +/* 357 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93252,7 +93246,7 @@ exports.default = vnode; //# sourceMappingURL=vnode.js.map /***/ }), -/* 359 */ +/* 358 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93266,21 +93260,21 @@ exports.primitive = primitive; //# sourceMappingURL=is.js.map /***/ }), -/* 360 */ +/* 359 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return patch; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_snabbdom__ = __webpack_require__(361); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_snabbdom_modules_attributes__ = __webpack_require__(364); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_snabbdom__ = __webpack_require__(360); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_snabbdom_modules_attributes__ = __webpack_require__(363); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_snabbdom_modules_attributes___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_snabbdom_modules_attributes__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_snabbdom_modules_class__ = __webpack_require__(365); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_snabbdom_modules_class__ = __webpack_require__(364); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_snabbdom_modules_class___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_snabbdom_modules_class__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_snabbdom_modules_props__ = __webpack_require__(366); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_snabbdom_modules_props__ = __webpack_require__(365); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_snabbdom_modules_props___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_snabbdom_modules_props__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_snabbdom_modules_style__ = __webpack_require__(367); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_snabbdom_modules_style__ = __webpack_require__(366); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_snabbdom_modules_style___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_snabbdom_modules_style__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_snabbdom_modules_eventlisteners__ = __webpack_require__(368); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_snabbdom_modules_eventlisteners__ = __webpack_require__(367); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_snabbdom_modules_eventlisteners___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5_snabbdom_modules_eventlisteners__); @@ -93298,17 +93292,17 @@ var patch = Object(__WEBPACK_IMPORTED_MODULE_0_snabbdom__["a" /* init */])([ //# sourceMappingURL=vdom.js.map /***/ }), -/* 361 */ +/* 360 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (immutable) */ __webpack_exports__["a"] = init; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__vnode__ = __webpack_require__(239); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__is__ = __webpack_require__(240); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__htmldomapi__ = __webpack_require__(362); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__htmldomapi__ = __webpack_require__(361); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__h__ = __webpack_require__(241); /* unused harmony reexport h */ -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__thunk__ = __webpack_require__(363); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__thunk__ = __webpack_require__(362); /* unused harmony reexport thunk */ @@ -93616,7 +93610,7 @@ function init(modules, domApi) { //# sourceMappingURL=snabbdom.js.map /***/ }), -/* 362 */ +/* 361 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -93687,7 +93681,7 @@ var htmlDomApi = { //# sourceMappingURL=htmldomapi.js.map /***/ }), -/* 363 */ +/* 362 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -93740,7 +93734,7 @@ var thunk = function thunk(sel, key, fn, args) { //# sourceMappingURL=thunk.js.map /***/ }), -/* 364 */ +/* 363 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93801,7 +93795,7 @@ exports.default = exports.attributesModule; //# sourceMappingURL=attributes.js.map /***/ }), -/* 365 */ +/* 364 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93832,7 +93826,7 @@ exports.default = exports.classModule; //# sourceMappingURL=class.js.map /***/ }), -/* 366 */ +/* 365 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93864,7 +93858,7 @@ exports.default = exports.propsModule; //# sourceMappingURL=props.js.map /***/ }), -/* 367 */ +/* 366 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93965,7 +93959,7 @@ exports.default = exports.styleModule; //# sourceMappingURL=style.js.map /***/ }), -/* 368 */ +/* 367 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -94066,17 +94060,17 @@ exports.default = exports.eventListenersModule; //# sourceMappingURL=eventlisteners.js.map /***/ }), -/* 369 */ +/* 368 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dispatch_js__ = __webpack_require__(370); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dispatch_js__ = __webpack_require__(369); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__dispatch_js__["a"]; }); /***/ }), -/* 370 */ +/* 369 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -94167,7 +94161,7 @@ function set(type, name, callback) { /***/ }), -/* 371 */ +/* 370 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -94179,7 +94173,7 @@ function setPaused(status) { } /***/ }), -/* 372 */ +/* 371 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -94758,7 +94752,7 @@ function rowChart(parent, chartGroup) { } /***/ }), -/* 373 */ +/* 372 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -95025,7 +95019,7 @@ function scatterPlot(parent, chartGroup) { } /***/ }), -/* 374 */ +/* 373 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -95589,7 +95583,7 @@ function heavyaiTable(parent, chartGroup) { } /***/ }), -/* 375 */ +/* 374 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -95817,7 +95811,7 @@ function boxPlot(parent, chartGroup) { } /***/ }), -/* 376 */ +/* 375 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -95916,7 +95910,7 @@ function countWidget(parent, chartGroup) { } /***/ }), -/* 377 */ +/* 376 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96012,7 +96006,7 @@ var GeographicChannelDescriptor = /*#__PURE__*/function (_PropDescriptor) { /***/ }), -/* 378 */ +/* 377 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96057,7 +96051,7 @@ var OpacityChannelDescriptor = /*#__PURE__*/function (_NumericPropDescripto) { /***/ }), -/* 379 */ +/* 378 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96165,7 +96159,7 @@ var PositionChannelDescriptor = /*#__PURE__*/function (_PropDescriptor) { /***/ }), -/* 380 */ +/* 379 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96210,7 +96204,7 @@ var SizeChannelDescriptor = /*#__PURE__*/function (_NumericPropDescripto) { /***/ }), -/* 381 */ +/* 380 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96264,7 +96258,7 @@ var BoolPropDescriptor = /*#__PURE__*/function (_PropDescriptor) { /***/ }), -/* 382 */ +/* 381 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96310,7 +96304,7 @@ var PropertyDefinition = /*#__PURE__*/function () { /***/ }), -/* 383 */ +/* 382 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96396,17 +96390,17 @@ var ConfigDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 384 */ +/* 383 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TransformDefinitionObject; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__PropertiesDefinitionInterface__ = __webpack_require__(9); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__Transform_Transforms_SampleDefinitionObject__ = __webpack_require__(385); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Transform_Transforms_LimitDefinitionObject__ = __webpack_require__(386); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Transform_Transforms_RasterMesh2dDefinitionObject__ = __webpack_require__(387); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Transform_Transforms_CrossSection2dDefinitionObject__ = __webpack_require__(388); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Transform_Transforms_CrossSectionTerrainDefinitionObject__ = __webpack_require__(389); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__Transform_Transforms_SampleDefinitionObject__ = __webpack_require__(384); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Transform_Transforms_LimitDefinitionObject__ = __webpack_require__(385); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Transform_Transforms_RasterMesh2dDefinitionObject__ = __webpack_require__(386); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Transform_Transforms_CrossSection2dDefinitionObject__ = __webpack_require__(387); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Transform_Transforms_CrossSectionTerrainDefinitionObject__ = __webpack_require__(388); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } } @@ -96497,7 +96491,7 @@ var TransformDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 385 */ +/* 384 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96600,7 +96594,7 @@ _defineProperty(SampleDefinitionObject, "key", "sample"); /***/ }), -/* 386 */ +/* 385 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96706,7 +96700,7 @@ _defineProperty(LimitDefinitionObject, "key", "limit"); /***/ }), -/* 387 */ +/* 386 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96863,7 +96857,7 @@ _defineProperty(RasterMesh2dDefinitionObject, "key", "rasterMesh2d"); /***/ }), -/* 388 */ +/* 387 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97211,7 +97205,7 @@ _defineProperty(CrossSection2dDefinitionObject, "key", "crossSection2d"); /***/ }), -/* 389 */ +/* 388 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97466,7 +97460,7 @@ _defineProperty(CrossSectionTerrainDefinitionObject, "key", "cross_section1d"); /***/ }), -/* 390 */ +/* 389 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97521,7 +97515,7 @@ var MarkDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 391 */ +/* 390 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97530,7 +97524,7 @@ var MarkDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_assert__ = __webpack_require__(5); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_assert___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_assert__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__FieldDefinitionObject__ = __webpack_require__(34); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ValueDefinitionObject__ = __webpack_require__(404); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ValueDefinitionObject__ = __webpack_require__(403); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } } @@ -97585,7 +97579,7 @@ var EncodingDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 392 */ +/* 391 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97645,7 +97639,7 @@ _defineProperty(InterpolateType, "kAuto", new InterpolateType("auto")); /***/ }), -/* 393 */ +/* 392 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97703,7 +97697,7 @@ _defineProperty(AccumulatorType, "kPct", new AccumulatorType("pct")); /***/ }), -/* 394 */ +/* 393 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97806,7 +97800,7 @@ var LegendDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 395 */ +/* 394 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97814,14 +97808,14 @@ var LegendDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_assert__ = __webpack_require__(5); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_assert___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_assert__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__Enums_ScaleType__ = __webpack_require__(12); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Continuous_LinearScale__ = __webpack_require__(396); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Continuous_PowScale__ = __webpack_require__(397); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Continuous_SqrtScale__ = __webpack_require__(398); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Continuous_LogScale__ = __webpack_require__(399); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__Discrete_OrdinalScale__ = __webpack_require__(400); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Discretizing_QuantizeScale__ = __webpack_require__(401); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__Discretizing_ThresholdScale__ = __webpack_require__(402); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__Other_InternalPassthruScale__ = __webpack_require__(403); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Continuous_LinearScale__ = __webpack_require__(395); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Continuous_PowScale__ = __webpack_require__(396); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Continuous_SqrtScale__ = __webpack_require__(397); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Continuous_LogScale__ = __webpack_require__(398); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__Discrete_OrdinalScale__ = __webpack_require__(399); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Discretizing_QuantizeScale__ = __webpack_require__(400); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__Discretizing_ThresholdScale__ = __webpack_require__(401); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__Other_InternalPassthruScale__ = __webpack_require__(402); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__ScaleDefinitionObject__ = __webpack_require__(35); @@ -97890,7 +97884,7 @@ var constructScaleFromDefinition = function constructScaleFromDefinition(scale_d /***/ }), -/* 396 */ +/* 395 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97928,7 +97922,7 @@ var LinearScale = /*#__PURE__*/function (_ContinuousScale) { /***/ }), -/* 397 */ +/* 396 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97991,7 +97985,7 @@ var PowScale = /*#__PURE__*/function (_ContinuousScale) { /***/ }), -/* 398 */ +/* 397 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98030,7 +98024,7 @@ var SqrtScale = /*#__PURE__*/function (_ContinuousScale) { /***/ }), -/* 399 */ +/* 398 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98069,7 +98063,7 @@ var LogScale = /*#__PURE__*/function (_ContinuousScale) { /***/ }), -/* 400 */ +/* 399 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98108,7 +98102,7 @@ var OrdinalScale = /*#__PURE__*/function (_DiscreteScale) { /***/ }), -/* 401 */ +/* 400 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98147,7 +98141,7 @@ var QuantizeScale = /*#__PURE__*/function (_DiscretizingScale) { /***/ }), -/* 402 */ +/* 401 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98264,7 +98258,7 @@ var ThresholdScale = /*#__PURE__*/function (_DiscretizingScale) { /***/ }), -/* 403 */ +/* 402 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98324,7 +98318,7 @@ var InternalPassthruScale = /*#__PURE__*/function (_ScaleDefinitionObjec) { /***/ }), -/* 404 */ +/* 403 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98405,7 +98399,7 @@ var ValueDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 405 */ +/* 404 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98482,7 +98476,7 @@ function buildInProdFollowPrefix(terminal) { //# sourceMappingURL=follow.js.map /***/ }), -/* 406 */ +/* 405 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98757,7 +98751,7 @@ function canMatchCharCode(charCodes, pattern) { //# sourceMappingURL=reg_exp.js.map /***/ }), -/* 407 */ +/* 406 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98824,7 +98818,7 @@ var GastRefResolverVisitor = /** @class */ (function (_super) { //# sourceMappingURL=resolver.js.map /***/ }), -/* 408 */ +/* 407 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98942,14 +98936,14 @@ var LooksAhead = /** @class */ (function () { //# sourceMappingURL=looksahead.js.map /***/ }), -/* 409 */ +/* 408 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TreeBuilder; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__cst_cst__ = __webpack_require__(68); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_utils__ = __webpack_require__(2); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__cst_cst_visitor__ = __webpack_require__(410); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__cst_cst_visitor__ = __webpack_require__(409); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__grammar_keys__ = __webpack_require__(38); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__parser__ = __webpack_require__(13); @@ -99242,7 +99236,7 @@ var TreeBuilder = /** @class */ (function () { //# sourceMappingURL=tree_builder.js.map /***/ }), -/* 410 */ +/* 409 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -99379,7 +99373,7 @@ function validateRedundantMethods(visitorInstance, ruleNames) { //# sourceMappingURL=cst_visitor.js.map /***/ }), -/* 411 */ +/* 410 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -99461,7 +99455,7 @@ var LexerAdapter = /** @class */ (function () { //# sourceMappingURL=lexer_adapter.js.map /***/ }), -/* 412 */ +/* 411 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -99815,7 +99809,7 @@ var RecognizerApi = /** @class */ (function () { //# sourceMappingURL=recognizer_api.js.map /***/ }), -/* 413 */ +/* 412 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -100475,7 +100469,7 @@ var RecognizerEngine = /** @class */ (function () { //# sourceMappingURL=recognizer_engine.js.map /***/ }), -/* 414 */ +/* 413 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -100567,7 +100561,7 @@ var ErrorHandler = /** @class */ (function () { //# sourceMappingURL=error_handler.js.map /***/ }), -/* 415 */ +/* 414 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -100602,7 +100596,7 @@ var ContentAssist = /** @class */ (function () { //# sourceMappingURL=context_assist.js.map /***/ }), -/* 416 */ +/* 415 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -100932,7 +100926,7 @@ function assertMethodIdxIsValid(idx) { //# sourceMappingURL=gast_recorder.js.map /***/ }), -/* 417 */ +/* 416 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -100992,7 +100986,7 @@ var PerformanceTracer = /** @class */ (function () { //# sourceMappingURL=perf_tracer.js.map /***/ }), -/* 418 */ +/* 417 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -101012,13 +101006,13 @@ function createSyntaxDiagramsCode(grammar, _a) { //# sourceMappingURL=render_public.js.map /***/ }), -/* 419 */ +/* 418 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (immutable) */ __webpack_exports__["a"] = generateParserFactory; /* harmony export (immutable) */ __webpack_exports__["b"] = generateParserModule; -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__generate__ = __webpack_require__(420); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__generate__ = __webpack_require__(419); function generateParserFactory(options) { var wrapperText = Object(__WEBPACK_IMPORTED_MODULE_0__generate__["b" /* genWrapperFunction */])({ @@ -101038,7 +101032,7 @@ function generateParserModule(options) { //# sourceMappingURL=generate_public.js.map /***/ }), -/* 420 */ +/* 419 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -101186,7 +101180,7 @@ function indent(howMuch, text) { //# sourceMappingURL=generate.js.map /***/ }), -/* 421 */ +/* 420 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -101195,10 +101189,10 @@ function indent(howMuch, text) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__raster_layer_point_mixin__ = __webpack_require__(32); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__raster_layer_poly_mixin__ = __webpack_require__(252); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__raster_layer_heatmap_mixin__ = __webpack_require__(242); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__raster_layer_line_mixin__ = __webpack_require__(422); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__raster_layer_line_mixin__ = __webpack_require__(421); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__raster_layer_windbarb_mixin__ = __webpack_require__(243); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__raster_layer_mesh2d_mixin__ = __webpack_require__(251); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__raster_layer_cross_section_terrain_mixin__ = __webpack_require__(423); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__raster_layer_cross_section_terrain_mixin__ = __webpack_require__(422); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__utils_utils_vega__ = __webpack_require__(14); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__heavyai_draw_dist_draw__ = __webpack_require__(10); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__heavyai_draw_dist_draw___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_9__heavyai_draw_dist_draw__); @@ -101206,7 +101200,7 @@ function indent(howMuch, text) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10_moment___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_10_moment__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__constants_dc_constants__ = __webpack_require__(214); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__utils_utils__ = __webpack_require__(4); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__constants_file_types__ = __webpack_require__(425); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__constants_file_types__ = __webpack_require__(424); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; } function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } @@ -101954,7 +101948,7 @@ function rasterLayer(layerType) { } /***/ }), -/* 422 */ +/* 421 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -102440,7 +102434,7 @@ function rasterLayerLineMixin(_layer) { } /***/ }), -/* 423 */ +/* 422 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -102455,7 +102449,7 @@ function rasterLayerLineMixin(_layer) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__raster_layer_point_mixin__ = __webpack_require__(32); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__render_vega_lite_RasterLayerContext__ = __webpack_require__(27); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__render_vega_lite_PropDescriptor_CommonChannelDescriptors__ = __webpack_require__(22); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__render_vega_lite_PropDescriptor_BaseTypes_StringPropDescriptor__ = __webpack_require__(424); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__render_vega_lite_PropDescriptor_BaseTypes_StringPropDescriptor__ = __webpack_require__(423); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__render_vega_lite_PropDescriptor_BaseTypes_NumericPropDescriptor__ = __webpack_require__(45); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__render_vega_lite_PropDescriptor_BaseTypes_NumericPropValidators__ = __webpack_require__(46); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__render_vega_lite_Definitions_Mark_CrossSectionTerrainConfigDefinitionObject__ = __webpack_require__(249); @@ -102707,7 +102701,7 @@ function rasterLayerCrossSectionTerrainMixin(_layer) { } /***/ }), -/* 424 */ +/* 423 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -102761,7 +102755,7 @@ var StringPropDescriptor = /*#__PURE__*/function (_PropDescriptor) { /***/ }), -/* 425 */ +/* 424 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -102785,7 +102779,7 @@ var IMAGE_EXTENSIONS = { }; /***/ }), -/* 426 */ +/* 425 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -103145,7 +103139,7 @@ function rasterMixin(_chart) { } /***/ }), -/* 427 */ +/* 426 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -103303,7 +103297,7 @@ function legendContinuous() { } /***/ }), -/* 428 */ +/* 427 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -103311,7 +103305,7 @@ function legendContinuous() { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_d3__ = __webpack_require__(1); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_d3___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_d3__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_utils__ = __webpack_require__(4); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__mixins_dc_legend_mixin__ = __webpack_require__(429); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__mixins_dc_legend_mixin__ = __webpack_require__(428); @@ -103553,7 +103547,7 @@ function legend() { } /***/ }), -/* 429 */ +/* 428 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -103629,7 +103623,7 @@ function legendMixin(legend) { } /***/ }), -/* 430 */ +/* 429 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -103782,6 +103776,18 @@ function legendCont() { return _legend; } +/***/ }), +/* 430 */, +/* 431 */, +/* 432 */, +/* 433 */, +/* 434 */, +/* 435 */, +/* 436 */ +/***/ (function(module, exports) { + +throw new Error("Module parse failed: Unexpected token (37:6)\nYou may need an appropriate loader to handle this file type.\n| \t}\n| \n| \tdraw = () => {\n| \t\tif (!this.map) throw Error('map is undefined');\n| "); + /***/ }) /******/ ]); }); \ No newline at end of file diff --git a/scss/chart.scss b/scss/chart.scss index e6c1529e..acb6a0ef 100644 --- a/scss/chart.scss +++ b/scss/chart.scss @@ -2146,11 +2146,9 @@ body { // Just above the zoom controls, below the zoom to filters overlay bottom: 86px; button { - width: 28px; - height: 28px; - svg { - margin-top: 3px; - } + svg { + margin-top: 3px; + } } } } From bbcd91fb9505ede6e941cd154676b07bb6d7f822 Mon Sep 17 00:00:00 2001 From: Joseph O'Hallaron Date: Mon, 27 Jan 2025 15:21:21 -0700 Subject: [PATCH 2/2] Include charting dist --- dist/charting.js | 482 +++++++++++++++++++++++------------------------ 1 file changed, 238 insertions(+), 244 deletions(-) diff --git a/dist/charting.js b/dist/charting.js index d12938de..10a19cc3 100644 --- a/dist/charting.js +++ b/dist/charting.js @@ -10065,7 +10065,7 @@ function baseMixin(_chart) { /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return PropertiesDefinitionInterface; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_assert__ = __webpack_require__(5); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_assert___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_assert__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__PropertyDefinition__ = __webpack_require__(381); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__PropertyDefinition__ = __webpack_require__(382); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } } @@ -10637,21 +10637,21 @@ _defineProperty(ScaleType, "kInternalPassthru_", new ScaleType("internal-passthr /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CstParser; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return EmbeddedActionsParser; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_utils__ = __webpack_require__(2); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__grammar_follow__ = __webpack_require__(404); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__grammar_follow__ = __webpack_require__(405); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__scan_tokens_public__ = __webpack_require__(25); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__cst_cst__ = __webpack_require__(68); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__errors_public__ = __webpack_require__(48); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__grammar_gast_gast_resolver_public__ = __webpack_require__(260); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__traits_recoverable__ = __webpack_require__(261); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__traits_looksahead__ = __webpack_require__(407); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__traits_tree_builder__ = __webpack_require__(408); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__traits_lexer_adapter__ = __webpack_require__(410); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__traits_recognizer_api__ = __webpack_require__(411); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__traits_recognizer_engine__ = __webpack_require__(412); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__traits_error_handler__ = __webpack_require__(413); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__traits_context_assist__ = __webpack_require__(414); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14__traits_gast_recorder__ = __webpack_require__(415); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__traits_perf_tracer__ = __webpack_require__(416); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__traits_looksahead__ = __webpack_require__(408); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__traits_tree_builder__ = __webpack_require__(409); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__traits_lexer_adapter__ = __webpack_require__(411); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__traits_recognizer_api__ = __webpack_require__(412); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__traits_recognizer_engine__ = __webpack_require__(413); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__traits_error_handler__ = __webpack_require__(414); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__traits_context_assist__ = __webpack_require__(415); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14__traits_gast_recorder__ = __webpack_require__(416); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__traits_perf_tracer__ = __webpack_require__(417); var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || @@ -10906,7 +10906,7 @@ var EmbeddedActionsParser = /** @class */ (function (_super) { /* harmony export (immutable) */ __webpack_exports__["f"] = getRealLayers; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_d3__ = __webpack_require__(1); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_d3___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_d3__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_wellknown__ = __webpack_require__(323); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_wellknown__ = __webpack_require__(324); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_wellknown___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_wellknown__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__heavyai_draw_dist_draw__ = __webpack_require__(10); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__heavyai_draw_dist_draw___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__heavyai_draw_dist_draw__); @@ -14168,13 +14168,13 @@ function capMixin(_chart) { "use strict"; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__CommonChannels_ColorChannelDescriptor__ = __webpack_require__(244); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__CommonChannels_ColorChannelDescriptor__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__CommonChannels_GeographicChannelDescriptor__ = __webpack_require__(376); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__CommonChannels_GeographicChannelDescriptor__ = __webpack_require__(377); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return __WEBPACK_IMPORTED_MODULE_1__CommonChannels_GeographicChannelDescriptor__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__CommonChannels_OpacityChannelDescriptor__ = __webpack_require__(377); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__CommonChannels_OpacityChannelDescriptor__ = __webpack_require__(378); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return __WEBPACK_IMPORTED_MODULE_2__CommonChannels_OpacityChannelDescriptor__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__CommonChannels_PositionChannelDescriptor__ = __webpack_require__(378); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__CommonChannels_PositionChannelDescriptor__ = __webpack_require__(379); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return __WEBPACK_IMPORTED_MODULE_3__CommonChannels_PositionChannelDescriptor__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__CommonChannels_SizeChannelDescriptor__ = __webpack_require__(379); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__CommonChannels_SizeChannelDescriptor__ = __webpack_require__(380); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return __WEBPACK_IMPORTED_MODULE_4__CommonChannels_SizeChannelDescriptor__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__PropDescriptor__ = __webpack_require__(19); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return __WEBPACK_IMPORTED_MODULE_5__PropDescriptor__["c"]; }); @@ -14427,9 +14427,9 @@ var VegaPropertyOutputState = /*#__PURE__*/function () { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__FieldDefinitionObject__ = __webpack_require__(34); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__PropDescriptor_Enums_MeasurementType__ = __webpack_require__(33); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Enums_ScaleType__ = __webpack_require__(12); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Enums_InterpolateType__ = __webpack_require__(391); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Enums_InterpolateType__ = __webpack_require__(392); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__Enums_ExtentFlags__ = __webpack_require__(63); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Enums_AccumulatorType__ = __webpack_require__(392); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Enums_AccumulatorType__ = __webpack_require__(393); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__PropDescriptor_CommonChannels_ColorChannelDescriptor__ = __webpack_require__(244); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } @@ -33251,8 +33251,8 @@ _defineProperty(MeasurementType, "kNominal", new MeasurementType("nominal")); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Scale_Continuous_ContinuousScale__ = __webpack_require__(24); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Scale_Discrete_DiscreteScale__ = __webpack_require__(250); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__Scale_Discretizing_DiscretizingScale__ = __webpack_require__(64); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Legend_LegendDefinitionObject__ = __webpack_require__(393); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__Scale_Utils__ = __webpack_require__(394); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Legend_LegendDefinitionObject__ = __webpack_require__(394); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__Scale_Utils__ = __webpack_require__(395); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__PropDescriptor_CommonChannelDescriptors__ = __webpack_require__(22); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__VegaPropertyOutputState__ = __webpack_require__(23); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } @@ -38024,7 +38024,7 @@ function lockAxisMixin(chart) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__core_core_async__ = __webpack_require__(6); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__utils_utils__ = __webpack_require__(4); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__raster_draw_mixin__ = __webpack_require__(219); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mapbox_controls_ruler__ = __webpack_require__(436); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mapbox_controls_ruler__ = __webpack_require__(314); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mapbox_controls_ruler___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__mapbox_controls_ruler__); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } @@ -40260,10 +40260,10 @@ var ConfigDefinitionInterface = /*#__PURE__*/function (_PropertiesDefinition) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return materialize_prop_descriptors; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__VegaPropertyOutputState__ = __webpack_require__(23); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__Definitions_Config_ConfigDefinitionObject__ = __webpack_require__(382); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Definitions_Transform_TransformDefinitionObject__ = __webpack_require__(383); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Definitions_Mark_MarkDefinitionObject__ = __webpack_require__(389); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Definitions_Encoding_EncodingDefinitionObject__ = __webpack_require__(390); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__Definitions_Config_ConfigDefinitionObject__ = __webpack_require__(383); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Definitions_Transform_TransformDefinitionObject__ = __webpack_require__(384); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Definitions_Mark_MarkDefinitionObject__ = __webpack_require__(390); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Definitions_Encoding_EncodingDefinitionObject__ = __webpack_require__(391); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__PropDescriptor_Enums_PropLocation__ = __webpack_require__(245); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__PropDescriptor_PropDescriptor__ = __webpack_require__(19); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__RasterLayerContext__ = __webpack_require__(27); @@ -61583,7 +61583,7 @@ function isNullLegend() { /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__defaultLocale_js__ = __webpack_require__(324); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__defaultLocale_js__ = __webpack_require__(325); /* unused harmony reexport formatDefaultLocale */ /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__defaultLocale_js__["a"]; }); /* unused harmony reexport formatPrefix */ @@ -61592,11 +61592,11 @@ function isNullLegend() { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__formatSpecifier_js__ = __webpack_require__(227); /* unused harmony reexport formatSpecifier */ /* unused harmony reexport FormatSpecifier */ -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__precisionFixed_js__ = __webpack_require__(331); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__precisionFixed_js__ = __webpack_require__(332); /* unused harmony reexport precisionFixed */ -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__precisionPrefix_js__ = __webpack_require__(332); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__precisionPrefix_js__ = __webpack_require__(333); /* unused harmony reexport precisionPrefix */ -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__precisionRound_js__ = __webpack_require__(333); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__precisionRound_js__ = __webpack_require__(334); /* unused harmony reexport precisionRound */ @@ -61612,13 +61612,13 @@ function isNullLegend() { "use strict"; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__exponent_js__ = __webpack_require__(43); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__formatGroup_js__ = __webpack_require__(325); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__formatNumerals_js__ = __webpack_require__(326); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__formatGroup_js__ = __webpack_require__(326); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__formatNumerals_js__ = __webpack_require__(327); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__formatSpecifier_js__ = __webpack_require__(227); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__formatTrim_js__ = __webpack_require__(327); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__formatTypes_js__ = __webpack_require__(328); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__formatTrim_js__ = __webpack_require__(328); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__formatTypes_js__ = __webpack_require__(329); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__formatPrefixAuto_js__ = __webpack_require__(228); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__identity_js__ = __webpack_require__(330); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__identity_js__ = __webpack_require__(331); @@ -61858,12 +61858,12 @@ var prefixExponent; /* harmony export (immutable) */ __webpack_exports__["a"] = coordinateGridRasterMixin; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__core_core__ = __webpack_require__(3); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__base_mixin__ = __webpack_require__(8); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ui_coordinate_grid_raster_mixin_ui__ = __webpack_require__(334); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ui_coordinate_grid_raster_mixin_ui__ = __webpack_require__(335); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__color_mixin__ = __webpack_require__(17); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_d3__ = __webpack_require__(1); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_d3___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_d3__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__margin_mixin__ = __webpack_require__(26); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_axios__ = __webpack_require__(337); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_axios__ = __webpack_require__(338); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_axios___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6_axios__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__lock_axis_mixin__ = __webpack_require__(56); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__core_errors__ = __webpack_require__(53); @@ -63292,7 +63292,7 @@ module.exports = function isCancel(value) { /* WEBPACK VAR INJECTION */(function(process) { var utils = __webpack_require__(11); -var normalizeHeaderName = __webpack_require__(343); +var normalizeHeaderName = __webpack_require__(344); var DEFAULT_CONTENT_TYPE = { 'Content-Type': 'application/x-www-form-urlencoded' @@ -63397,11 +63397,11 @@ module.exports = defaults; var utils = __webpack_require__(11); -var settle = __webpack_require__(344); +var settle = __webpack_require__(345); var buildURL = __webpack_require__(231); -var buildFullPath = __webpack_require__(346); -var parseHeaders = __webpack_require__(349); -var isURLSameOrigin = __webpack_require__(350); +var buildFullPath = __webpack_require__(347); +var parseHeaders = __webpack_require__(350); +var isURLSameOrigin = __webpack_require__(351); var createError = __webpack_require__(235); module.exports = function xhrAdapter(config) { @@ -63499,7 +63499,7 @@ module.exports = function xhrAdapter(config) { // This is only done if running in a standard browser environment. // Specifically not if we're in a web worker, or react-native. if (utils.isStandardBrowserEnv()) { - var cookies = __webpack_require__(351); + var cookies = __webpack_require__(352); // Add xsrf header var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ? @@ -63583,7 +63583,7 @@ module.exports = function xhrAdapter(config) { "use strict"; -var enhanceError = __webpack_require__(345); +var enhanceError = __webpack_require__(346); /** * Create an Error with the specified message, config, error code, request and response. @@ -64313,7 +64313,7 @@ function rasterLayerHeatmapMixin(_layer) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__heavyai_draw_dist_draw__ = __webpack_require__(10); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__heavyai_draw_dist_draw___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__heavyai_draw_dist_draw__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__render_vega_lite_PropDescriptor_CommonChannelDescriptors__ = __webpack_require__(22); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__render_vega_lite_PropDescriptor_BaseTypes_BoolPropDescriptor__ = __webpack_require__(380); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__render_vega_lite_PropDescriptor_BaseTypes_BoolPropDescriptor__ = __webpack_require__(381); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__render_vega_lite_PropDescriptor_BaseTypes_NumericPropDescriptor__ = __webpack_require__(45); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__render_vega_lite_PropDescriptor_BaseTypes_NumericPropValidators__ = __webpack_require__(46); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__render_vega_lite_RasterLayerContext__ = __webpack_require__(27); @@ -67768,9 +67768,9 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "assignOccurrenceIndices", function() { return __WEBPACK_IMPORTED_MODULE_9__parse_grammar_gast_gast_resolver_public__["a"]; }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "resolveGrammar", function() { return __WEBPACK_IMPORTED_MODULE_9__parse_grammar_gast_gast_resolver_public__["b"]; }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "validateGrammar", function() { return __WEBPACK_IMPORTED_MODULE_9__parse_grammar_gast_gast_resolver_public__["c"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__diagrams_render_public__ = __webpack_require__(417); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__diagrams_render_public__ = __webpack_require__(418); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "createSyntaxDiagramsCode", function() { return __WEBPACK_IMPORTED_MODULE_10__diagrams_render_public__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__generate_generate_public__ = __webpack_require__(418); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__generate_generate_public__ = __webpack_require__(419); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "generateParserFactory", function() { return __WEBPACK_IMPORTED_MODULE_11__generate_generate_public__["a"]; }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "generateParserModule", function() { return __WEBPACK_IMPORTED_MODULE_11__generate_generate_public__["b"]; }); // semantic version @@ -67848,7 +67848,7 @@ var VERSION = "6.5.0"; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_regexp_to_ast___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_regexp_to_ast__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__lexer_public__ = __webpack_require__(47); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__utils_utils__ = __webpack_require__(2); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__reg_exp__ = __webpack_require__(405); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__reg_exp__ = __webpack_require__(406); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__reg_exp_parser__ = __webpack_require__(67); var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { @@ -68841,7 +68841,7 @@ var IN = "_~IN~_"; /* harmony export (immutable) */ __webpack_exports__["c"] = validateGrammar; /* harmony export (immutable) */ __webpack_exports__["a"] = assignOccurrenceIndices; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_utils__ = __webpack_require__(2); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__resolver__ = __webpack_require__(406); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__resolver__ = __webpack_require__(407); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__checks__ = __webpack_require__(49); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__errors_public__ = __webpack_require__(48); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__gast__ = __webpack_require__(37); @@ -69616,23 +69616,23 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "geoChoroplethChart", function() { return __WEBPACK_IMPORTED_MODULE_15__charts_geo_choropleth_chart__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_16__charts_heatmap__ = __webpack_require__(216); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "heatMap", function() { return __WEBPACK_IMPORTED_MODULE_16__charts_heatmap__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_17__charts_pie_chart__ = __webpack_require__(319); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_17__charts_pie_chart__ = __webpack_require__(320); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "pieChart", function() { return __WEBPACK_IMPORTED_MODULE_17__charts_pie_chart__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_18__charts_line_chart__ = __webpack_require__(320); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_18__charts_line_chart__ = __webpack_require__(321); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "lineChart", function() { return __WEBPACK_IMPORTED_MODULE_18__charts_line_chart__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__charts_number_chart__ = __webpack_require__(321); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__charts_number_chart__ = __webpack_require__(322); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "numberChart", function() { return __WEBPACK_IMPORTED_MODULE_19__charts_number_chart__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_20__charts_raster_chart__ = __webpack_require__(322); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_20__charts_raster_chart__ = __webpack_require__(323); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rasterChart", function() { return __WEBPACK_IMPORTED_MODULE_20__charts_raster_chart__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_21__charts_row_chart__ = __webpack_require__(371); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_21__charts_row_chart__ = __webpack_require__(372); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rowChart", function() { return __WEBPACK_IMPORTED_MODULE_21__charts_row_chart__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_22__charts_scatter_plot__ = __webpack_require__(372); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_22__charts_scatter_plot__ = __webpack_require__(373); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "scatterPlot", function() { return __WEBPACK_IMPORTED_MODULE_22__charts_scatter_plot__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_23__charts_heavyai_table__ = __webpack_require__(373); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_23__charts_heavyai_table__ = __webpack_require__(374); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "heavyaiTable", function() { return __WEBPACK_IMPORTED_MODULE_23__charts_heavyai_table__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_24__charts_box_plot__ = __webpack_require__(374); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_24__charts_box_plot__ = __webpack_require__(375); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "boxPlot", function() { return __WEBPACK_IMPORTED_MODULE_24__charts_box_plot__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_25__charts_count_widget__ = __webpack_require__(375); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_25__charts_count_widget__ = __webpack_require__(376); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "countWidget", function() { return __WEBPACK_IMPORTED_MODULE_25__charts_count_widget__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_26__mixins_async_mixin__ = __webpack_require__(210); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "asyncMixin", function() { return __WEBPACK_IMPORTED_MODULE_26__mixins_async_mixin__["a"]; }); @@ -69664,19 +69664,19 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rasterLayerMesh2dMixin", function() { return __WEBPACK_IMPORTED_MODULE_39__mixins_raster_layer_mesh2d_mixin__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_40__mixins_raster_layer_poly_mixin__ = __webpack_require__(252); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rasterLayerPolyMixin", function() { return __WEBPACK_IMPORTED_MODULE_40__mixins_raster_layer_poly_mixin__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_41__mixins_raster_layer__ = __webpack_require__(420); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_41__mixins_raster_layer__ = __webpack_require__(421); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rasterLayer", function() { return __WEBPACK_IMPORTED_MODULE_41__mixins_raster_layer__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_42__mixins_raster_mixin__ = __webpack_require__(425); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_42__mixins_raster_mixin__ = __webpack_require__(426); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "rasterMixin", function() { return __WEBPACK_IMPORTED_MODULE_42__mixins_raster_mixin__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_43__mixins_scatter_mixin__ = __webpack_require__(238); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "scatterMixin", function() { return __WEBPACK_IMPORTED_MODULE_43__mixins_scatter_mixin__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_44__mixins_spinner_mixin__ = __webpack_require__(213); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "spinnerMixin", function() { return __WEBPACK_IMPORTED_MODULE_44__mixins_spinner_mixin__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_45__chart_addons_legend_continuous__ = __webpack_require__(426); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_45__chart_addons_legend_continuous__ = __webpack_require__(427); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "legendContinuous", function() { return __WEBPACK_IMPORTED_MODULE_45__chart_addons_legend_continuous__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_46__chart_addons_legend__ = __webpack_require__(427); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_46__chart_addons_legend__ = __webpack_require__(428); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "legend", function() { return __WEBPACK_IMPORTED_MODULE_46__chart_addons_legend__["a"]; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_47__chart_addons_dc_legend_cont__ = __webpack_require__(429); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_47__chart_addons_dc_legend_cont__ = __webpack_require__(430); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "legendCont", function() { return __WEBPACK_IMPORTED_MODULE_47__chart_addons_dc_legend_cont__["a"]; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_48__mixins_ui_lasso_tool_set_types__ = __webpack_require__(59); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "lassoToolSetTypes", function() { return __WEBPACK_IMPORTED_MODULE_48__mixins_ui_lasso_tool_set_types__["a"]; }); @@ -83153,8 +83153,8 @@ function dataGrid(parent, chartGroup) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__mixins_map_mixin__ = __webpack_require__(57); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__core_core__ = __webpack_require__(3); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__utils_utils__ = __webpack_require__(4); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__turf_bbox__ = __webpack_require__(314); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__turf_bbox_clip__ = __webpack_require__(316); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__turf_bbox__ = __webpack_require__(315); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__turf_bbox_clip__ = __webpack_require__(317); function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } @@ -86091,10 +86091,16 @@ var buttonSvg = function buttonSvg(buttonType) { /***/ }), /* 314 */ +/***/ (function(module, exports) { + +throw new Error("Module parse failed: Unexpected token (37:6)\nYou may need an appropriate loader to handle this file type.\n| \t}\n| \n| \tdraw = () => {\n| \t\tif (!this.map) throw Error('map is undefined');\n| "); + +/***/ }), +/* 315 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__turf_meta__ = __webpack_require__(315); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__turf_meta__ = __webpack_require__(316); /** * Takes a set of features, calculates the bbox of all input features, and returns a bounding box. @@ -86133,7 +86139,7 @@ bbox["default"] = bbox; /***/ }), -/* 315 */ +/* 316 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -87559,14 +87565,14 @@ function findPoint(geojson, options) { /***/ }), -/* 316 */ +/* 317 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (immutable) */ __webpack_exports__["a"] = bboxClip; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__turf_helpers__ = __webpack_require__(60); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__turf_invariant__ = __webpack_require__(317); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lib_lineclip_js__ = __webpack_require__(318); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__turf_invariant__ = __webpack_require__(318); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lib_lineclip_js__ = __webpack_require__(319); @@ -87638,7 +87644,7 @@ function clipPolygon(rings, bbox) { /***/ }), -/* 317 */ +/* 318 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -87877,7 +87883,7 @@ function getType(geojson, _name) { /***/ }), -/* 318 */ +/* 319 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -87993,7 +87999,7 @@ function bitCode(p, bbox) { /***/ }), -/* 319 */ +/* 320 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -88920,7 +88926,7 @@ function pieChart(parent, chartGroup) { * ***************************************************************************/ /***/ }), -/* 320 */ +/* 321 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -89468,7 +89474,7 @@ function lineChart(parent, chartGroup) { } /***/ }), -/* 321 */ +/* 322 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -89532,7 +89538,7 @@ function numberChart(parent, chartGroup) { } /***/ }), -/* 322 */ +/* 323 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -89544,10 +89550,10 @@ function numberChart(parent, chartGroup) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__mixins_map_mixin__ = __webpack_require__(57); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__mixins_base_mixin__ = __webpack_require__(8); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mixins_scatter_mixin__ = __webpack_require__(238); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_legendables__ = __webpack_require__(354); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_legendables__ = __webpack_require__(355); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_lodash__ = __webpack_require__(31); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_lodash___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7_lodash__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__constants_paused__ = __webpack_require__(370); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__constants_paused__ = __webpack_require__(371); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__utils_utils_vega__ = __webpack_require__(14); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } @@ -90482,7 +90488,7 @@ function genLayeredVega(chart) { } /***/ }), -/* 323 */ +/* 324 */ /***/ (function(module, exports) { /*eslint-disable no-cond-assign */ @@ -90758,7 +90764,7 @@ function stringify (gj) { /***/ }), -/* 324 */ +/* 325 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90789,7 +90795,7 @@ function defaultLocale(definition) { /***/ }), -/* 325 */ +/* 326 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90814,7 +90820,7 @@ function defaultLocale(definition) { /***/ }), -/* 326 */ +/* 327 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90828,7 +90834,7 @@ function defaultLocale(definition) { /***/ }), -/* 327 */ +/* 328 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90846,13 +90852,13 @@ function defaultLocale(definition) { /***/ }), -/* 328 */ +/* 329 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__formatDecimal_js__ = __webpack_require__(44); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__formatPrefixAuto_js__ = __webpack_require__(228); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__formatRounded_js__ = __webpack_require__(329); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__formatRounded_js__ = __webpack_require__(330); @@ -90875,7 +90881,7 @@ function defaultLocale(definition) { /***/ }), -/* 329 */ +/* 330 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90894,7 +90900,7 @@ function defaultLocale(definition) { /***/ }), -/* 330 */ +/* 331 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90904,7 +90910,7 @@ function defaultLocale(definition) { /***/ }), -/* 331 */ +/* 332 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90917,7 +90923,7 @@ function defaultLocale(definition) { /***/ }), -/* 332 */ +/* 333 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90930,7 +90936,7 @@ function defaultLocale(definition) { /***/ }), -/* 333 */ +/* 334 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -90944,13 +90950,13 @@ function defaultLocale(definition) { /***/ }), -/* 334 */ +/* 335 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (immutable) */ __webpack_exports__["a"] = bindEventHandlers; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__core_core_async__ = __webpack_require__(6); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_mapbox_ported_functions__ = __webpack_require__(335); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_mapbox_ported_functions__ = __webpack_require__(336); function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } @@ -91886,13 +91892,13 @@ function bindEventHandlers(chart, container, dataBounds, dataScale, dataOffset, } /***/ }), -/* 335 */ +/* 336 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (immutable) */ __webpack_exports__["a"] = bezier; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return timed; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__mapbox_unitbezier__ = __webpack_require__(336); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__mapbox_unitbezier__ = __webpack_require__(337); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__mapbox_unitbezier___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__mapbox_unitbezier__); /** * As part of the initiative to upgrade our Mapbox dependency, these @@ -91960,7 +91966,7 @@ var timed = function timed(fn, dur, ctx) { }; /***/ }), -/* 336 */ +/* 337 */ /***/ (function(module, exports) { /* @@ -92071,13 +92077,13 @@ UnitBezier.prototype.solve = function(x, epsilon) { /***/ }), -/* 337 */ +/* 338 */ /***/ (function(module, exports, __webpack_require__) { -module.exports = __webpack_require__(338); +module.exports = __webpack_require__(339); /***/ }), -/* 338 */ +/* 339 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92085,7 +92091,7 @@ module.exports = __webpack_require__(338); var utils = __webpack_require__(11); var bind = __webpack_require__(230); -var Axios = __webpack_require__(339); +var Axios = __webpack_require__(340); var mergeConfig = __webpack_require__(236); var defaults = __webpack_require__(233); @@ -92121,14 +92127,14 @@ axios.create = function create(instanceConfig) { // Expose Cancel & CancelToken axios.Cancel = __webpack_require__(237); -axios.CancelToken = __webpack_require__(352); +axios.CancelToken = __webpack_require__(353); axios.isCancel = __webpack_require__(232); // Expose all/spread axios.all = function all(promises) { return Promise.all(promises); }; -axios.spread = __webpack_require__(353); +axios.spread = __webpack_require__(354); module.exports = axios; @@ -92137,7 +92143,7 @@ module.exports.default = axios; /***/ }), -/* 339 */ +/* 340 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92145,8 +92151,8 @@ module.exports.default = axios; var utils = __webpack_require__(11); var buildURL = __webpack_require__(231); -var InterceptorManager = __webpack_require__(340); -var dispatchRequest = __webpack_require__(341); +var InterceptorManager = __webpack_require__(341); +var dispatchRequest = __webpack_require__(342); var mergeConfig = __webpack_require__(236); /** @@ -92238,7 +92244,7 @@ module.exports = Axios; /***/ }), -/* 340 */ +/* 341 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92297,14 +92303,14 @@ module.exports = InterceptorManager; /***/ }), -/* 341 */ +/* 342 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(11); -var transformData = __webpack_require__(342); +var transformData = __webpack_require__(343); var isCancel = __webpack_require__(232); var defaults = __webpack_require__(233); @@ -92383,7 +92389,7 @@ module.exports = function dispatchRequest(config) { /***/ }), -/* 342 */ +/* 343 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92410,7 +92416,7 @@ module.exports = function transformData(data, headers, fns) { /***/ }), -/* 343 */ +/* 344 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92429,7 +92435,7 @@ module.exports = function normalizeHeaderName(headers, normalizedName) { /***/ }), -/* 344 */ +/* 345 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92461,7 +92467,7 @@ module.exports = function settle(resolve, reject, response) { /***/ }), -/* 345 */ +/* 346 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92510,14 +92516,14 @@ module.exports = function enhanceError(error, config, code, request, response) { /***/ }), -/* 346 */ +/* 347 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; -var isAbsoluteURL = __webpack_require__(347); -var combineURLs = __webpack_require__(348); +var isAbsoluteURL = __webpack_require__(348); +var combineURLs = __webpack_require__(349); /** * Creates a new URL by combining the baseURL with the requestedURL, @@ -92537,7 +92543,7 @@ module.exports = function buildFullPath(baseURL, requestedURL) { /***/ }), -/* 347 */ +/* 348 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92558,7 +92564,7 @@ module.exports = function isAbsoluteURL(url) { /***/ }), -/* 348 */ +/* 349 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92579,7 +92585,7 @@ module.exports = function combineURLs(baseURL, relativeURL) { /***/ }), -/* 349 */ +/* 350 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92639,7 +92645,7 @@ module.exports = function parseHeaders(headers) { /***/ }), -/* 350 */ +/* 351 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92714,7 +92720,7 @@ module.exports = ( /***/ }), -/* 351 */ +/* 352 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92774,7 +92780,7 @@ module.exports = ( /***/ }), -/* 352 */ +/* 353 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92838,7 +92844,7 @@ module.exports = CancelToken; /***/ }), -/* 353 */ +/* 354 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -92872,27 +92878,27 @@ module.exports = function spread(callback) { /***/ }), -/* 354 */ +/* 355 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__src_legend__ = __webpack_require__(355); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__src_legend__ = __webpack_require__(356); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__src_legend__["a"]; }); //# sourceMappingURL=index.js.map /***/ }), -/* 355 */ +/* 356 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* unused harmony export renderGradientLegend */ /* unused harmony export renderNominalLegend */ /* unused harmony export renderStackedLegend */ -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_snabbdom_h__ = __webpack_require__(356); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_snabbdom_h__ = __webpack_require__(357); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_snabbdom_h___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_snabbdom_h__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__vdom__ = __webpack_require__(359); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_d3_dispatch__ = __webpack_require__(368); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__vdom__ = __webpack_require__(360); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_d3_dispatch__ = __webpack_require__(369); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_d3_format__ = __webpack_require__(225); var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { @@ -93165,14 +93171,14 @@ var Legend = /** @class */ (function () { //# sourceMappingURL=legend.js.map /***/ }), -/* 356 */ +/* 357 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -var vnode_1 = __webpack_require__(357); -var is = __webpack_require__(358); +var vnode_1 = __webpack_require__(358); +var is = __webpack_require__(359); function addNS(data, children, sel) { data.ns = 'http://www.w3.org/2000/svg'; if (sel !== 'foreignObject' && children !== undefined) { @@ -93230,7 +93236,7 @@ exports.default = h; //# sourceMappingURL=h.js.map /***/ }), -/* 357 */ +/* 358 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93246,7 +93252,7 @@ exports.default = vnode; //# sourceMappingURL=vnode.js.map /***/ }), -/* 358 */ +/* 359 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93260,21 +93266,21 @@ exports.primitive = primitive; //# sourceMappingURL=is.js.map /***/ }), -/* 359 */ +/* 360 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return patch; }); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_snabbdom__ = __webpack_require__(360); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_snabbdom_modules_attributes__ = __webpack_require__(363); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_snabbdom__ = __webpack_require__(361); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_snabbdom_modules_attributes__ = __webpack_require__(364); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_snabbdom_modules_attributes___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_snabbdom_modules_attributes__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_snabbdom_modules_class__ = __webpack_require__(364); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_snabbdom_modules_class__ = __webpack_require__(365); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_snabbdom_modules_class___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_snabbdom_modules_class__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_snabbdom_modules_props__ = __webpack_require__(365); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_snabbdom_modules_props__ = __webpack_require__(366); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_snabbdom_modules_props___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_snabbdom_modules_props__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_snabbdom_modules_style__ = __webpack_require__(366); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_snabbdom_modules_style__ = __webpack_require__(367); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_snabbdom_modules_style___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_snabbdom_modules_style__); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_snabbdom_modules_eventlisteners__ = __webpack_require__(367); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_snabbdom_modules_eventlisteners__ = __webpack_require__(368); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_snabbdom_modules_eventlisteners___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5_snabbdom_modules_eventlisteners__); @@ -93292,17 +93298,17 @@ var patch = Object(__WEBPACK_IMPORTED_MODULE_0_snabbdom__["a" /* init */])([ //# sourceMappingURL=vdom.js.map /***/ }), -/* 360 */ +/* 361 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (immutable) */ __webpack_exports__["a"] = init; /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__vnode__ = __webpack_require__(239); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__is__ = __webpack_require__(240); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__htmldomapi__ = __webpack_require__(361); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__htmldomapi__ = __webpack_require__(362); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__h__ = __webpack_require__(241); /* unused harmony reexport h */ -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__thunk__ = __webpack_require__(362); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__thunk__ = __webpack_require__(363); /* unused harmony reexport thunk */ @@ -93610,7 +93616,7 @@ function init(modules, domApi) { //# sourceMappingURL=snabbdom.js.map /***/ }), -/* 361 */ +/* 362 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -93681,7 +93687,7 @@ var htmlDomApi = { //# sourceMappingURL=htmldomapi.js.map /***/ }), -/* 362 */ +/* 363 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -93734,7 +93740,7 @@ var thunk = function thunk(sel, key, fn, args) { //# sourceMappingURL=thunk.js.map /***/ }), -/* 363 */ +/* 364 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93795,7 +93801,7 @@ exports.default = exports.attributesModule; //# sourceMappingURL=attributes.js.map /***/ }), -/* 364 */ +/* 365 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93826,7 +93832,7 @@ exports.default = exports.classModule; //# sourceMappingURL=class.js.map /***/ }), -/* 365 */ +/* 366 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93858,7 +93864,7 @@ exports.default = exports.propsModule; //# sourceMappingURL=props.js.map /***/ }), -/* 366 */ +/* 367 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -93959,7 +93965,7 @@ exports.default = exports.styleModule; //# sourceMappingURL=style.js.map /***/ }), -/* 367 */ +/* 368 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -94060,17 +94066,17 @@ exports.default = exports.eventListenersModule; //# sourceMappingURL=eventlisteners.js.map /***/ }), -/* 368 */ +/* 369 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dispatch_js__ = __webpack_require__(369); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dispatch_js__ = __webpack_require__(370); /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__dispatch_js__["a"]; }); /***/ }), -/* 369 */ +/* 370 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -94161,7 +94167,7 @@ function set(type, name, callback) { /***/ }), -/* 370 */ +/* 371 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -94173,7 +94179,7 @@ function setPaused(status) { } /***/ }), -/* 371 */ +/* 372 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -94752,7 +94758,7 @@ function rowChart(parent, chartGroup) { } /***/ }), -/* 372 */ +/* 373 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -95019,7 +95025,7 @@ function scatterPlot(parent, chartGroup) { } /***/ }), -/* 373 */ +/* 374 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -95583,7 +95589,7 @@ function heavyaiTable(parent, chartGroup) { } /***/ }), -/* 374 */ +/* 375 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -95811,7 +95817,7 @@ function boxPlot(parent, chartGroup) { } /***/ }), -/* 375 */ +/* 376 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -95910,7 +95916,7 @@ function countWidget(parent, chartGroup) { } /***/ }), -/* 376 */ +/* 377 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96006,7 +96012,7 @@ var GeographicChannelDescriptor = /*#__PURE__*/function (_PropDescriptor) { /***/ }), -/* 377 */ +/* 378 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96051,7 +96057,7 @@ var OpacityChannelDescriptor = /*#__PURE__*/function (_NumericPropDescripto) { /***/ }), -/* 378 */ +/* 379 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96159,7 +96165,7 @@ var PositionChannelDescriptor = /*#__PURE__*/function (_PropDescriptor) { /***/ }), -/* 379 */ +/* 380 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96204,7 +96210,7 @@ var SizeChannelDescriptor = /*#__PURE__*/function (_NumericPropDescripto) { /***/ }), -/* 380 */ +/* 381 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96258,7 +96264,7 @@ var BoolPropDescriptor = /*#__PURE__*/function (_PropDescriptor) { /***/ }), -/* 381 */ +/* 382 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96304,7 +96310,7 @@ var PropertyDefinition = /*#__PURE__*/function () { /***/ }), -/* 382 */ +/* 383 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96390,17 +96396,17 @@ var ConfigDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 383 */ +/* 384 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TransformDefinitionObject; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__PropertiesDefinitionInterface__ = __webpack_require__(9); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__Transform_Transforms_SampleDefinitionObject__ = __webpack_require__(384); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Transform_Transforms_LimitDefinitionObject__ = __webpack_require__(385); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Transform_Transforms_RasterMesh2dDefinitionObject__ = __webpack_require__(386); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Transform_Transforms_CrossSection2dDefinitionObject__ = __webpack_require__(387); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Transform_Transforms_CrossSectionTerrainDefinitionObject__ = __webpack_require__(388); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__Transform_Transforms_SampleDefinitionObject__ = __webpack_require__(385); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Transform_Transforms_LimitDefinitionObject__ = __webpack_require__(386); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Transform_Transforms_RasterMesh2dDefinitionObject__ = __webpack_require__(387); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Transform_Transforms_CrossSection2dDefinitionObject__ = __webpack_require__(388); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Transform_Transforms_CrossSectionTerrainDefinitionObject__ = __webpack_require__(389); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } } @@ -96491,7 +96497,7 @@ var TransformDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 384 */ +/* 385 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96594,7 +96600,7 @@ _defineProperty(SampleDefinitionObject, "key", "sample"); /***/ }), -/* 385 */ +/* 386 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96700,7 +96706,7 @@ _defineProperty(LimitDefinitionObject, "key", "limit"); /***/ }), -/* 386 */ +/* 387 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -96857,7 +96863,7 @@ _defineProperty(RasterMesh2dDefinitionObject, "key", "rasterMesh2d"); /***/ }), -/* 387 */ +/* 388 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97205,7 +97211,7 @@ _defineProperty(CrossSection2dDefinitionObject, "key", "crossSection2d"); /***/ }), -/* 388 */ +/* 389 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97460,7 +97466,7 @@ _defineProperty(CrossSectionTerrainDefinitionObject, "key", "cross_section1d"); /***/ }), -/* 389 */ +/* 390 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97515,7 +97521,7 @@ var MarkDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 390 */ +/* 391 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97524,7 +97530,7 @@ var MarkDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_assert__ = __webpack_require__(5); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_assert___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_assert__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__FieldDefinitionObject__ = __webpack_require__(34); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ValueDefinitionObject__ = __webpack_require__(403); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ValueDefinitionObject__ = __webpack_require__(404); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } } @@ -97579,7 +97585,7 @@ var EncodingDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 391 */ +/* 392 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97639,7 +97645,7 @@ _defineProperty(InterpolateType, "kAuto", new InterpolateType("auto")); /***/ }), -/* 392 */ +/* 393 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97697,7 +97703,7 @@ _defineProperty(AccumulatorType, "kPct", new AccumulatorType("pct")); /***/ }), -/* 393 */ +/* 394 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97800,7 +97806,7 @@ var LegendDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 394 */ +/* 395 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97808,14 +97814,14 @@ var LegendDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_assert__ = __webpack_require__(5); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_assert___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_assert__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__Enums_ScaleType__ = __webpack_require__(12); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Continuous_LinearScale__ = __webpack_require__(395); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Continuous_PowScale__ = __webpack_require__(396); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Continuous_SqrtScale__ = __webpack_require__(397); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Continuous_LogScale__ = __webpack_require__(398); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__Discrete_OrdinalScale__ = __webpack_require__(399); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Discretizing_QuantizeScale__ = __webpack_require__(400); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__Discretizing_ThresholdScale__ = __webpack_require__(401); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__Other_InternalPassthruScale__ = __webpack_require__(402); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__Continuous_LinearScale__ = __webpack_require__(396); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__Continuous_PowScale__ = __webpack_require__(397); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__Continuous_SqrtScale__ = __webpack_require__(398); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__Continuous_LogScale__ = __webpack_require__(399); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__Discrete_OrdinalScale__ = __webpack_require__(400); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Discretizing_QuantizeScale__ = __webpack_require__(401); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__Discretizing_ThresholdScale__ = __webpack_require__(402); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__Other_InternalPassthruScale__ = __webpack_require__(403); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__ScaleDefinitionObject__ = __webpack_require__(35); @@ -97884,7 +97890,7 @@ var constructScaleFromDefinition = function constructScaleFromDefinition(scale_d /***/ }), -/* 395 */ +/* 396 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97922,7 +97928,7 @@ var LinearScale = /*#__PURE__*/function (_ContinuousScale) { /***/ }), -/* 396 */ +/* 397 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -97985,7 +97991,7 @@ var PowScale = /*#__PURE__*/function (_ContinuousScale) { /***/ }), -/* 397 */ +/* 398 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98024,7 +98030,7 @@ var SqrtScale = /*#__PURE__*/function (_ContinuousScale) { /***/ }), -/* 398 */ +/* 399 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98063,7 +98069,7 @@ var LogScale = /*#__PURE__*/function (_ContinuousScale) { /***/ }), -/* 399 */ +/* 400 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98102,7 +98108,7 @@ var OrdinalScale = /*#__PURE__*/function (_DiscreteScale) { /***/ }), -/* 400 */ +/* 401 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98141,7 +98147,7 @@ var QuantizeScale = /*#__PURE__*/function (_DiscretizingScale) { /***/ }), -/* 401 */ +/* 402 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98258,7 +98264,7 @@ var ThresholdScale = /*#__PURE__*/function (_DiscretizingScale) { /***/ }), -/* 402 */ +/* 403 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98318,7 +98324,7 @@ var InternalPassthruScale = /*#__PURE__*/function (_ScaleDefinitionObjec) { /***/ }), -/* 403 */ +/* 404 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98399,7 +98405,7 @@ var ValueDefinitionObject = /*#__PURE__*/function (_PropertiesDefinition) { /***/ }), -/* 404 */ +/* 405 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98476,7 +98482,7 @@ function buildInProdFollowPrefix(terminal) { //# sourceMappingURL=follow.js.map /***/ }), -/* 405 */ +/* 406 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98751,7 +98757,7 @@ function canMatchCharCode(charCodes, pattern) { //# sourceMappingURL=reg_exp.js.map /***/ }), -/* 406 */ +/* 407 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98818,7 +98824,7 @@ var GastRefResolverVisitor = /** @class */ (function (_super) { //# sourceMappingURL=resolver.js.map /***/ }), -/* 407 */ +/* 408 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -98936,14 +98942,14 @@ var LooksAhead = /** @class */ (function () { //# sourceMappingURL=looksahead.js.map /***/ }), -/* 408 */ +/* 409 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TreeBuilder; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__cst_cst__ = __webpack_require__(68); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_utils__ = __webpack_require__(2); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__cst_cst_visitor__ = __webpack_require__(409); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__cst_cst_visitor__ = __webpack_require__(410); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__grammar_keys__ = __webpack_require__(38); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__parser__ = __webpack_require__(13); @@ -99236,7 +99242,7 @@ var TreeBuilder = /** @class */ (function () { //# sourceMappingURL=tree_builder.js.map /***/ }), -/* 409 */ +/* 410 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -99373,7 +99379,7 @@ function validateRedundantMethods(visitorInstance, ruleNames) { //# sourceMappingURL=cst_visitor.js.map /***/ }), -/* 410 */ +/* 411 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -99455,7 +99461,7 @@ var LexerAdapter = /** @class */ (function () { //# sourceMappingURL=lexer_adapter.js.map /***/ }), -/* 411 */ +/* 412 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -99809,7 +99815,7 @@ var RecognizerApi = /** @class */ (function () { //# sourceMappingURL=recognizer_api.js.map /***/ }), -/* 412 */ +/* 413 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -100469,7 +100475,7 @@ var RecognizerEngine = /** @class */ (function () { //# sourceMappingURL=recognizer_engine.js.map /***/ }), -/* 413 */ +/* 414 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -100561,7 +100567,7 @@ var ErrorHandler = /** @class */ (function () { //# sourceMappingURL=error_handler.js.map /***/ }), -/* 414 */ +/* 415 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -100596,7 +100602,7 @@ var ContentAssist = /** @class */ (function () { //# sourceMappingURL=context_assist.js.map /***/ }), -/* 415 */ +/* 416 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -100926,7 +100932,7 @@ function assertMethodIdxIsValid(idx) { //# sourceMappingURL=gast_recorder.js.map /***/ }), -/* 416 */ +/* 417 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -100986,7 +100992,7 @@ var PerformanceTracer = /** @class */ (function () { //# sourceMappingURL=perf_tracer.js.map /***/ }), -/* 417 */ +/* 418 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -101006,13 +101012,13 @@ function createSyntaxDiagramsCode(grammar, _a) { //# sourceMappingURL=render_public.js.map /***/ }), -/* 418 */ +/* 419 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (immutable) */ __webpack_exports__["a"] = generateParserFactory; /* harmony export (immutable) */ __webpack_exports__["b"] = generateParserModule; -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__generate__ = __webpack_require__(419); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__generate__ = __webpack_require__(420); function generateParserFactory(options) { var wrapperText = Object(__WEBPACK_IMPORTED_MODULE_0__generate__["b" /* genWrapperFunction */])({ @@ -101032,7 +101038,7 @@ function generateParserModule(options) { //# sourceMappingURL=generate_public.js.map /***/ }), -/* 419 */ +/* 420 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -101180,7 +101186,7 @@ function indent(howMuch, text) { //# sourceMappingURL=generate.js.map /***/ }), -/* 420 */ +/* 421 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -101189,10 +101195,10 @@ function indent(howMuch, text) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__raster_layer_point_mixin__ = __webpack_require__(32); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__raster_layer_poly_mixin__ = __webpack_require__(252); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__raster_layer_heatmap_mixin__ = __webpack_require__(242); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__raster_layer_line_mixin__ = __webpack_require__(421); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__raster_layer_line_mixin__ = __webpack_require__(422); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__raster_layer_windbarb_mixin__ = __webpack_require__(243); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__raster_layer_mesh2d_mixin__ = __webpack_require__(251); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__raster_layer_cross_section_terrain_mixin__ = __webpack_require__(422); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__raster_layer_cross_section_terrain_mixin__ = __webpack_require__(423); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__utils_utils_vega__ = __webpack_require__(14); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__heavyai_draw_dist_draw__ = __webpack_require__(10); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__heavyai_draw_dist_draw___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_9__heavyai_draw_dist_draw__); @@ -101200,7 +101206,7 @@ function indent(howMuch, text) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10_moment___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_10_moment__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__constants_dc_constants__ = __webpack_require__(214); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__utils_utils__ = __webpack_require__(4); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__constants_file_types__ = __webpack_require__(424); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__constants_file_types__ = __webpack_require__(425); function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; } function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } @@ -101948,7 +101954,7 @@ function rasterLayer(layerType) { } /***/ }), -/* 421 */ +/* 422 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -102434,7 +102440,7 @@ function rasterLayerLineMixin(_layer) { } /***/ }), -/* 422 */ +/* 423 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -102449,7 +102455,7 @@ function rasterLayerLineMixin(_layer) { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__raster_layer_point_mixin__ = __webpack_require__(32); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__render_vega_lite_RasterLayerContext__ = __webpack_require__(27); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__render_vega_lite_PropDescriptor_CommonChannelDescriptors__ = __webpack_require__(22); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__render_vega_lite_PropDescriptor_BaseTypes_StringPropDescriptor__ = __webpack_require__(423); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__render_vega_lite_PropDescriptor_BaseTypes_StringPropDescriptor__ = __webpack_require__(424); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__render_vega_lite_PropDescriptor_BaseTypes_NumericPropDescriptor__ = __webpack_require__(45); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__render_vega_lite_PropDescriptor_BaseTypes_NumericPropValidators__ = __webpack_require__(46); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__render_vega_lite_Definitions_Mark_CrossSectionTerrainConfigDefinitionObject__ = __webpack_require__(249); @@ -102701,7 +102707,7 @@ function rasterLayerCrossSectionTerrainMixin(_layer) { } /***/ }), -/* 423 */ +/* 424 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -102755,7 +102761,7 @@ var StringPropDescriptor = /*#__PURE__*/function (_PropDescriptor) { /***/ }), -/* 424 */ +/* 425 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -102779,7 +102785,7 @@ var IMAGE_EXTENSIONS = { }; /***/ }), -/* 425 */ +/* 426 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -103139,7 +103145,7 @@ function rasterMixin(_chart) { } /***/ }), -/* 426 */ +/* 427 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -103297,7 +103303,7 @@ function legendContinuous() { } /***/ }), -/* 427 */ +/* 428 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -103305,7 +103311,7 @@ function legendContinuous() { /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_d3__ = __webpack_require__(1); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_d3___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_d3__); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_utils__ = __webpack_require__(4); -/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__mixins_dc_legend_mixin__ = __webpack_require__(428); +/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__mixins_dc_legend_mixin__ = __webpack_require__(429); @@ -103547,7 +103553,7 @@ function legend() { } /***/ }), -/* 428 */ +/* 429 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -103623,7 +103629,7 @@ function legendMixin(legend) { } /***/ }), -/* 429 */ +/* 430 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -103776,18 +103782,6 @@ function legendCont() { return _legend; } -/***/ }), -/* 430 */, -/* 431 */, -/* 432 */, -/* 433 */, -/* 434 */, -/* 435 */, -/* 436 */ -/***/ (function(module, exports) { - -throw new Error("Module parse failed: Unexpected token (37:6)\nYou may need an appropriate loader to handle this file type.\n| \t}\n| \n| \tdraw = () => {\n| \t\tif (!this.map) throw Error('map is undefined');\n| "); - /***/ }) /******/ ]); }); \ No newline at end of file