@myrmidon/gve-snapshot-rendition 2.0.4 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/adapter/data-feature-adapter.d.ts +2 -3
  2. package/dist/animation/animation-engine.d.ts +0 -13
  3. package/dist/core/gve-snapshot-rendition.d.ts +49 -44
  4. package/dist/hint-designer/gve-hint-designer.d.ts +11 -1
  5. package/dist/index.cjs.min.js +1 -1
  6. package/dist/index.cjs.min.js.map +1 -1
  7. package/dist/index.js +483 -470
  8. package/dist/index.js.map +1 -1
  9. package/dist/models.d.ts +21 -50
  10. package/dist/rendering/feature-resolver.d.ts +6 -7
  11. package/dist/rendering/hint-renderer.d.ts +6 -12
  12. package/dist/rendering/text-layout.d.ts +2 -1
  13. package/dist/rendering/text-renderer.d.ts +13 -12
  14. package/dist/settings/hint-models.d.ts +0 -5
  15. package/dist/settings/settings.d.ts +0 -4
  16. package/dist/ui/details-area.d.ts +2 -1
  17. package/dist/ui/hilites.d.ts +3 -9
  18. package/dist/ui/operation-summary-service.d.ts +4 -7
  19. package/package.json +82 -73
  20. package/dist/rendering/spreading-engine.d.ts +0 -98
  21. package/dist/src/adapter/adapter-models.d.ts +0 -171
  22. package/dist/src/adapter/data-feature-adapter.d.ts +0 -30
  23. package/dist/src/adapter/feature-adapter.d.ts +0 -34
  24. package/dist/src/adapter/index.d.ts +0 -6
  25. package/dist/src/adapter/matcher.d.ts +0 -38
  26. package/dist/src/adapter/parser.d.ts +0 -58
  27. package/dist/src/adapter/tokenizer.d.ts +0 -55
  28. package/dist/src/animation/animation-engine.d.ts +0 -105
  29. package/dist/src/animation/animation-factory.d.ts +0 -49
  30. package/dist/src/core/color-palette.d.ts +0 -39
  31. package/dist/src/core/gve-snapshot-rendition.d.ts +0 -359
  32. package/dist/src/core/logger.d.ts +0 -37
  33. package/dist/src/hint-designer/gve-hint-designer.d.ts +0 -356
  34. package/dist/src/hint-designer/hint-designer-models.d.ts +0 -32
  35. package/dist/src/index.d.ts +0 -17
  36. package/dist/src/models.d.ts +0 -171
  37. package/dist/src/rendering/bounds-cache.d.ts +0 -62
  38. package/dist/src/rendering/feature-resolver.d.ts +0 -98
  39. package/dist/src/rendering/hint-renderer.d.ts +0 -103
  40. package/dist/src/rendering/spreading-engine.d.ts +0 -98
  41. package/dist/src/rendering/svg-utils.d.ts +0 -133
  42. package/dist/src/rendering/text-layout.d.ts +0 -100
  43. package/dist/src/rendering/text-renderer.d.ts +0 -81
  44. package/dist/src/settings/hint-models.d.ts +0 -61
  45. package/dist/src/settings/settings.d.ts +0 -118
  46. package/dist/src/ui/details-area.d.ts +0 -112
  47. package/dist/src/ui/hilites.d.ts +0 -63
  48. package/dist/src/ui/operation-summary-service.d.ts +0 -73
  49. package/dist/src/ui/toolbar.d.ts +0 -141
  50. package/dist/src/ui/version-text-area.d.ts +0 -131
  51. package/dist/src/ui/versions-list-area.d.ts +0 -88
  52. package/dist/src/utils/color-palette.d.ts +0 -36
  53. package/dist/src/utils/feature-utils.d.ts +0 -80
  54. package/dist/src/utils/node-utils.d.ts +0 -47
  55. package/dist/src/utils/text-utils.d.ts +0 -35
  56. /package/dist/{src/layout → layout}/golden-layout-styles.d.ts +0 -0
package/dist/index.js CHANGED
@@ -2427,7 +2427,7 @@ var hasRequiredFeather;
2427
2427
  function requireFeather () {
2428
2428
  if (hasRequiredFeather) return feather$1.exports;
2429
2429
  hasRequiredFeather = 1;
2430
- (function (module, exports$1) {
2430
+ (function (module, exports) {
2431
2431
  (function webpackUniversalModuleDefinition(root, factory) {
2432
2432
  module.exports = factory();
2433
2433
  })(typeof self !== 'undefined' ? self : feather, function() {
@@ -2467,9 +2467,9 @@ function requireFeather () {
2467
2467
  /******/ __webpack_require__.c = installedModules;
2468
2468
  /******/
2469
2469
  /******/ // define getter function for harmony exports
2470
- /******/ __webpack_require__.d = function(exports$1, name, getter) {
2471
- /******/ if(!__webpack_require__.o(exports$1, name)) {
2472
- /******/ Object.defineProperty(exports$1, name, {
2470
+ /******/ __webpack_require__.d = function(exports, name, getter) {
2471
+ /******/ if(!__webpack_require__.o(exports, name)) {
2472
+ /******/ Object.defineProperty(exports, name, {
2473
2473
  /******/ configurable: false,
2474
2474
  /******/ enumerable: true,
2475
2475
  /******/ get: getter
@@ -2478,8 +2478,8 @@ function requireFeather () {
2478
2478
  /******/ };
2479
2479
  /******/
2480
2480
  /******/ // define __esModule on exports
2481
- /******/ __webpack_require__.r = function(exports$1) {
2482
- /******/ Object.defineProperty(exports$1, '__esModule', { value: true });
2481
+ /******/ __webpack_require__.r = function(exports) {
2482
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
2483
2483
  /******/ };
2484
2484
  /******/
2485
2485
  /******/ // getDefaultExport function for compatibility with non-harmony modules
@@ -2520,7 +2520,7 @@ function requireFeather () {
2520
2520
  !*** ./node_modules/classnames/dedupe.js ***!
2521
2521
  \*******************************************/
2522
2522
  /*! no static exports found */
2523
- /***/ (function(module, exports$1, __webpack_require__) {
2523
+ /***/ (function(module, exports, __webpack_require__) {
2524
2524
 
2525
2525
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
2526
2526
  Copyright (c) 2016 Jed Watson.
@@ -2625,7 +2625,7 @@ function requireFeather () {
2625
2625
  // register as 'classnames', consistent with npm package name
2626
2626
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () {
2627
2627
  return classNames;
2628
- }).apply(exports$1, __WEBPACK_AMD_DEFINE_ARRAY__),
2628
+ }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
2629
2629
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
2630
2630
  }
2631
2631
  }());
@@ -2638,7 +2638,7 @@ function requireFeather () {
2638
2638
  !*** ./node_modules/core-js/es/array/from.js ***!
2639
2639
  \***********************************************/
2640
2640
  /*! no static exports found */
2641
- /***/ (function(module, exports$1, __webpack_require__) {
2641
+ /***/ (function(module, exports, __webpack_require__) {
2642
2642
 
2643
2643
  __webpack_require__(/*! ../../modules/es.string.iterator */ "./node_modules/core-js/modules/es.string.iterator.js");
2644
2644
  __webpack_require__(/*! ../../modules/es.array.from */ "./node_modules/core-js/modules/es.array.from.js");
@@ -2654,7 +2654,7 @@ function requireFeather () {
2654
2654
  !*** ./node_modules/core-js/internals/a-function.js ***!
2655
2655
  \******************************************************/
2656
2656
  /*! no static exports found */
2657
- /***/ (function(module, exports$1) {
2657
+ /***/ (function(module, exports) {
2658
2658
 
2659
2659
  module.exports = function (it) {
2660
2660
  if (typeof it != 'function') {
@@ -2670,7 +2670,7 @@ function requireFeather () {
2670
2670
  !*** ./node_modules/core-js/internals/an-object.js ***!
2671
2671
  \*****************************************************/
2672
2672
  /*! no static exports found */
2673
- /***/ (function(module, exports$1, __webpack_require__) {
2673
+ /***/ (function(module, exports, __webpack_require__) {
2674
2674
 
2675
2675
  var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
2676
2676
 
@@ -2688,7 +2688,7 @@ function requireFeather () {
2688
2688
  !*** ./node_modules/core-js/internals/array-from.js ***!
2689
2689
  \******************************************************/
2690
2690
  /*! no static exports found */
2691
- /***/ (function(module, exports$1, __webpack_require__) {
2691
+ /***/ (function(module, exports, __webpack_require__) {
2692
2692
 
2693
2693
  var bind = __webpack_require__(/*! ../internals/bind-context */ "./node_modules/core-js/internals/bind-context.js");
2694
2694
  var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
@@ -2739,7 +2739,7 @@ function requireFeather () {
2739
2739
  !*** ./node_modules/core-js/internals/array-includes.js ***!
2740
2740
  \**********************************************************/
2741
2741
  /*! no static exports found */
2742
- /***/ (function(module, exports$1, __webpack_require__) {
2742
+ /***/ (function(module, exports, __webpack_require__) {
2743
2743
 
2744
2744
  var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
2745
2745
  var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
@@ -2777,7 +2777,7 @@ function requireFeather () {
2777
2777
  !*** ./node_modules/core-js/internals/bind-context.js ***!
2778
2778
  \********************************************************/
2779
2779
  /*! no static exports found */
2780
- /***/ (function(module, exports$1, __webpack_require__) {
2780
+ /***/ (function(module, exports, __webpack_require__) {
2781
2781
 
2782
2782
  var aFunction = __webpack_require__(/*! ../internals/a-function */ "./node_modules/core-js/internals/a-function.js");
2783
2783
 
@@ -2812,7 +2812,7 @@ function requireFeather () {
2812
2812
  !*** ./node_modules/core-js/internals/call-with-safe-iteration-closing.js ***!
2813
2813
  \****************************************************************************/
2814
2814
  /*! no static exports found */
2815
- /***/ (function(module, exports$1, __webpack_require__) {
2815
+ /***/ (function(module, exports, __webpack_require__) {
2816
2816
 
2817
2817
  var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
2818
2818
 
@@ -2836,7 +2836,7 @@ function requireFeather () {
2836
2836
  !*** ./node_modules/core-js/internals/check-correctness-of-iteration.js ***!
2837
2837
  \**************************************************************************/
2838
2838
  /*! no static exports found */
2839
- /***/ (function(module, exports$1, __webpack_require__) {
2839
+ /***/ (function(module, exports, __webpack_require__) {
2840
2840
 
2841
2841
  var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
2842
2842
 
@@ -2885,7 +2885,7 @@ function requireFeather () {
2885
2885
  !*** ./node_modules/core-js/internals/classof-raw.js ***!
2886
2886
  \*******************************************************/
2887
2887
  /*! no static exports found */
2888
- /***/ (function(module, exports$1) {
2888
+ /***/ (function(module, exports) {
2889
2889
 
2890
2890
  var toString = {}.toString;
2891
2891
 
@@ -2901,7 +2901,7 @@ function requireFeather () {
2901
2901
  !*** ./node_modules/core-js/internals/classof.js ***!
2902
2902
  \***************************************************/
2903
2903
  /*! no static exports found */
2904
- /***/ (function(module, exports$1, __webpack_require__) {
2904
+ /***/ (function(module, exports, __webpack_require__) {
2905
2905
 
2906
2906
  var classofRaw = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js");
2907
2907
  var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
@@ -2937,7 +2937,7 @@ function requireFeather () {
2937
2937
  !*** ./node_modules/core-js/internals/copy-constructor-properties.js ***!
2938
2938
  \***********************************************************************/
2939
2939
  /*! no static exports found */
2940
- /***/ (function(module, exports$1, __webpack_require__) {
2940
+ /***/ (function(module, exports, __webpack_require__) {
2941
2941
 
2942
2942
  var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
2943
2943
  var ownKeys = __webpack_require__(/*! ../internals/own-keys */ "./node_modules/core-js/internals/own-keys.js");
@@ -2962,7 +2962,7 @@ function requireFeather () {
2962
2962
  !*** ./node_modules/core-js/internals/correct-prototype-getter.js ***!
2963
2963
  \********************************************************************/
2964
2964
  /*! no static exports found */
2965
- /***/ (function(module, exports$1, __webpack_require__) {
2965
+ /***/ (function(module, exports, __webpack_require__) {
2966
2966
 
2967
2967
  var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
2968
2968
 
@@ -2980,7 +2980,7 @@ function requireFeather () {
2980
2980
  !*** ./node_modules/core-js/internals/create-iterator-constructor.js ***!
2981
2981
  \***********************************************************************/
2982
2982
  /*! no static exports found */
2983
- /***/ (function(module, exports$1, __webpack_require__) {
2983
+ /***/ (function(module, exports, __webpack_require__) {
2984
2984
 
2985
2985
  var IteratorPrototype = __webpack_require__(/*! ../internals/iterators-core */ "./node_modules/core-js/internals/iterators-core.js").IteratorPrototype;
2986
2986
  var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js");
@@ -3006,7 +3006,7 @@ function requireFeather () {
3006
3006
  !*** ./node_modules/core-js/internals/create-property-descriptor.js ***!
3007
3007
  \**********************************************************************/
3008
3008
  /*! no static exports found */
3009
- /***/ (function(module, exports$1) {
3009
+ /***/ (function(module, exports) {
3010
3010
 
3011
3011
  module.exports = function (bitmap, value) {
3012
3012
  return {
@@ -3025,7 +3025,7 @@ function requireFeather () {
3025
3025
  !*** ./node_modules/core-js/internals/create-property.js ***!
3026
3026
  \***********************************************************/
3027
3027
  /*! no static exports found */
3028
- /***/ (function(module, exports$1, __webpack_require__) {
3028
+ /***/ (function(module, exports, __webpack_require__) {
3029
3029
 
3030
3030
  var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js");
3031
3031
  var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
@@ -3045,7 +3045,7 @@ function requireFeather () {
3045
3045
  !*** ./node_modules/core-js/internals/define-iterator.js ***!
3046
3046
  \***********************************************************/
3047
3047
  /*! no static exports found */
3048
- /***/ (function(module, exports$1, __webpack_require__) {
3048
+ /***/ (function(module, exports, __webpack_require__) {
3049
3049
 
3050
3050
  var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
3051
3051
  var createIteratorConstructor = __webpack_require__(/*! ../internals/create-iterator-constructor */ "./node_modules/core-js/internals/create-iterator-constructor.js");
@@ -3145,7 +3145,7 @@ function requireFeather () {
3145
3145
  !*** ./node_modules/core-js/internals/descriptors.js ***!
3146
3146
  \*******************************************************/
3147
3147
  /*! no static exports found */
3148
- /***/ (function(module, exports$1, __webpack_require__) {
3148
+ /***/ (function(module, exports, __webpack_require__) {
3149
3149
 
3150
3150
  var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
3151
3151
 
@@ -3162,7 +3162,7 @@ function requireFeather () {
3162
3162
  !*** ./node_modules/core-js/internals/document-create-element.js ***!
3163
3163
  \*******************************************************************/
3164
3164
  /*! no static exports found */
3165
- /***/ (function(module, exports$1, __webpack_require__) {
3165
+ /***/ (function(module, exports, __webpack_require__) {
3166
3166
 
3167
3167
  var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
3168
3168
  var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
@@ -3183,7 +3183,7 @@ function requireFeather () {
3183
3183
  !*** ./node_modules/core-js/internals/enum-bug-keys.js ***!
3184
3184
  \*********************************************************/
3185
3185
  /*! no static exports found */
3186
- /***/ (function(module, exports$1) {
3186
+ /***/ (function(module, exports) {
3187
3187
 
3188
3188
  // IE8- don't enum bug keys
3189
3189
  module.exports = [
@@ -3204,7 +3204,7 @@ function requireFeather () {
3204
3204
  !*** ./node_modules/core-js/internals/export.js ***!
3205
3205
  \**************************************************/
3206
3206
  /*! no static exports found */
3207
- /***/ (function(module, exports$1, __webpack_require__) {
3207
+ /***/ (function(module, exports, __webpack_require__) {
3208
3208
 
3209
3209
  var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
3210
3210
  var getOwnPropertyDescriptor = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js").f;
@@ -3269,7 +3269,7 @@ function requireFeather () {
3269
3269
  !*** ./node_modules/core-js/internals/fails.js ***!
3270
3270
  \*************************************************/
3271
3271
  /*! no static exports found */
3272
- /***/ (function(module, exports$1) {
3272
+ /***/ (function(module, exports) {
3273
3273
 
3274
3274
  module.exports = function (exec) {
3275
3275
  try {
@@ -3287,7 +3287,7 @@ function requireFeather () {
3287
3287
  !*** ./node_modules/core-js/internals/function-to-string.js ***!
3288
3288
  \**************************************************************/
3289
3289
  /*! no static exports found */
3290
- /***/ (function(module, exports$1, __webpack_require__) {
3290
+ /***/ (function(module, exports, __webpack_require__) {
3291
3291
 
3292
3292
  var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
3293
3293
 
@@ -3301,7 +3301,7 @@ function requireFeather () {
3301
3301
  !*** ./node_modules/core-js/internals/get-iterator-method.js ***!
3302
3302
  \***************************************************************/
3303
3303
  /*! no static exports found */
3304
- /***/ (function(module, exports$1, __webpack_require__) {
3304
+ /***/ (function(module, exports, __webpack_require__) {
3305
3305
 
3306
3306
  var classof = __webpack_require__(/*! ../internals/classof */ "./node_modules/core-js/internals/classof.js");
3307
3307
  var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
@@ -3323,7 +3323,7 @@ function requireFeather () {
3323
3323
  !*** ./node_modules/core-js/internals/global.js ***!
3324
3324
  \**************************************************/
3325
3325
  /*! no static exports found */
3326
- /***/ (function(module, exports$1, __webpack_require__) {
3326
+ /***/ (function(module, exports, __webpack_require__) {
3327
3327
 
3328
3328
  /* WEBPACK VAR INJECTION */(function(global) {var O = 'object';
3329
3329
  var check = function (it) {
@@ -3349,7 +3349,7 @@ function requireFeather () {
3349
3349
  !*** ./node_modules/core-js/internals/has.js ***!
3350
3350
  \***********************************************/
3351
3351
  /*! no static exports found */
3352
- /***/ (function(module, exports$1) {
3352
+ /***/ (function(module, exports) {
3353
3353
 
3354
3354
  var hasOwnProperty = {}.hasOwnProperty;
3355
3355
 
@@ -3365,7 +3365,7 @@ function requireFeather () {
3365
3365
  !*** ./node_modules/core-js/internals/hidden-keys.js ***!
3366
3366
  \*******************************************************/
3367
3367
  /*! no static exports found */
3368
- /***/ (function(module, exports$1) {
3368
+ /***/ (function(module, exports) {
3369
3369
 
3370
3370
  module.exports = {};
3371
3371
 
@@ -3377,7 +3377,7 @@ function requireFeather () {
3377
3377
  !*** ./node_modules/core-js/internals/hide.js ***!
3378
3378
  \************************************************/
3379
3379
  /*! no static exports found */
3380
- /***/ (function(module, exports$1, __webpack_require__) {
3380
+ /***/ (function(module, exports, __webpack_require__) {
3381
3381
 
3382
3382
  var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
3383
3383
  var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
@@ -3398,7 +3398,7 @@ function requireFeather () {
3398
3398
  !*** ./node_modules/core-js/internals/html.js ***!
3399
3399
  \************************************************/
3400
3400
  /*! no static exports found */
3401
- /***/ (function(module, exports$1, __webpack_require__) {
3401
+ /***/ (function(module, exports, __webpack_require__) {
3402
3402
 
3403
3403
  var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
3404
3404
 
@@ -3414,7 +3414,7 @@ function requireFeather () {
3414
3414
  !*** ./node_modules/core-js/internals/ie8-dom-define.js ***!
3415
3415
  \**********************************************************/
3416
3416
  /*! no static exports found */
3417
- /***/ (function(module, exports$1, __webpack_require__) {
3417
+ /***/ (function(module, exports, __webpack_require__) {
3418
3418
 
3419
3419
  var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
3420
3420
  var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
@@ -3435,7 +3435,7 @@ function requireFeather () {
3435
3435
  !*** ./node_modules/core-js/internals/indexed-object.js ***!
3436
3436
  \**********************************************************/
3437
3437
  /*! no static exports found */
3438
- /***/ (function(module, exports$1, __webpack_require__) {
3438
+ /***/ (function(module, exports, __webpack_require__) {
3439
3439
 
3440
3440
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
3441
3441
  var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
@@ -3459,7 +3459,7 @@ function requireFeather () {
3459
3459
  !*** ./node_modules/core-js/internals/internal-state.js ***!
3460
3460
  \**********************************************************/
3461
3461
  /*! no static exports found */
3462
- /***/ (function(module, exports$1, __webpack_require__) {
3462
+ /***/ (function(module, exports, __webpack_require__) {
3463
3463
 
3464
3464
  var NATIVE_WEAK_MAP = __webpack_require__(/*! ../internals/native-weak-map */ "./node_modules/core-js/internals/native-weak-map.js");
3465
3465
  var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
@@ -3531,7 +3531,7 @@ function requireFeather () {
3531
3531
  !*** ./node_modules/core-js/internals/is-array-iterator-method.js ***!
3532
3532
  \********************************************************************/
3533
3533
  /*! no static exports found */
3534
- /***/ (function(module, exports$1, __webpack_require__) {
3534
+ /***/ (function(module, exports, __webpack_require__) {
3535
3535
 
3536
3536
  var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
3537
3537
  var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
@@ -3552,7 +3552,7 @@ function requireFeather () {
3552
3552
  !*** ./node_modules/core-js/internals/is-forced.js ***!
3553
3553
  \*****************************************************/
3554
3554
  /*! no static exports found */
3555
- /***/ (function(module, exports$1, __webpack_require__) {
3555
+ /***/ (function(module, exports, __webpack_require__) {
3556
3556
 
3557
3557
  var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
3558
3558
 
@@ -3584,7 +3584,7 @@ function requireFeather () {
3584
3584
  !*** ./node_modules/core-js/internals/is-object.js ***!
3585
3585
  \*****************************************************/
3586
3586
  /*! no static exports found */
3587
- /***/ (function(module, exports$1) {
3587
+ /***/ (function(module, exports) {
3588
3588
 
3589
3589
  module.exports = function (it) {
3590
3590
  return typeof it === 'object' ? it !== null : typeof it === 'function';
@@ -3598,7 +3598,7 @@ function requireFeather () {
3598
3598
  !*** ./node_modules/core-js/internals/is-pure.js ***!
3599
3599
  \***************************************************/
3600
3600
  /*! no static exports found */
3601
- /***/ (function(module, exports$1) {
3601
+ /***/ (function(module, exports) {
3602
3602
 
3603
3603
  module.exports = false;
3604
3604
 
@@ -3610,7 +3610,7 @@ function requireFeather () {
3610
3610
  !*** ./node_modules/core-js/internals/iterators-core.js ***!
3611
3611
  \**********************************************************/
3612
3612
  /*! no static exports found */
3613
- /***/ (function(module, exports$1, __webpack_require__) {
3613
+ /***/ (function(module, exports, __webpack_require__) {
3614
3614
 
3615
3615
  var getPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js");
3616
3616
  var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
@@ -3655,7 +3655,7 @@ function requireFeather () {
3655
3655
  !*** ./node_modules/core-js/internals/iterators.js ***!
3656
3656
  \*****************************************************/
3657
3657
  /*! no static exports found */
3658
- /***/ (function(module, exports$1) {
3658
+ /***/ (function(module, exports) {
3659
3659
 
3660
3660
  module.exports = {};
3661
3661
 
@@ -3667,7 +3667,7 @@ function requireFeather () {
3667
3667
  !*** ./node_modules/core-js/internals/native-symbol.js ***!
3668
3668
  \*********************************************************/
3669
3669
  /*! no static exports found */
3670
- /***/ (function(module, exports$1, __webpack_require__) {
3670
+ /***/ (function(module, exports, __webpack_require__) {
3671
3671
 
3672
3672
  var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
3673
3673
 
@@ -3685,7 +3685,7 @@ function requireFeather () {
3685
3685
  !*** ./node_modules/core-js/internals/native-weak-map.js ***!
3686
3686
  \***********************************************************/
3687
3687
  /*! no static exports found */
3688
- /***/ (function(module, exports$1, __webpack_require__) {
3688
+ /***/ (function(module, exports, __webpack_require__) {
3689
3689
 
3690
3690
  var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
3691
3691
  var nativeFunctionToString = __webpack_require__(/*! ../internals/function-to-string */ "./node_modules/core-js/internals/function-to-string.js");
@@ -3702,7 +3702,7 @@ function requireFeather () {
3702
3702
  !*** ./node_modules/core-js/internals/object-create.js ***!
3703
3703
  \*********************************************************/
3704
3704
  /*! no static exports found */
3705
- /***/ (function(module, exports$1, __webpack_require__) {
3705
+ /***/ (function(module, exports, __webpack_require__) {
3706
3706
 
3707
3707
  var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
3708
3708
  var defineProperties = __webpack_require__(/*! ../internals/object-define-properties */ "./node_modules/core-js/internals/object-define-properties.js");
@@ -3761,7 +3761,7 @@ function requireFeather () {
3761
3761
  !*** ./node_modules/core-js/internals/object-define-properties.js ***!
3762
3762
  \********************************************************************/
3763
3763
  /*! no static exports found */
3764
- /***/ (function(module, exports$1, __webpack_require__) {
3764
+ /***/ (function(module, exports, __webpack_require__) {
3765
3765
 
3766
3766
  var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
3767
3767
  var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
@@ -3786,7 +3786,7 @@ function requireFeather () {
3786
3786
  !*** ./node_modules/core-js/internals/object-define-property.js ***!
3787
3787
  \******************************************************************/
3788
3788
  /*! no static exports found */
3789
- /***/ (function(module, exports$1, __webpack_require__) {
3789
+ /***/ (function(module, exports, __webpack_require__) {
3790
3790
 
3791
3791
  var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
3792
3792
  var IE8_DOM_DEFINE = __webpack_require__(/*! ../internals/ie8-dom-define */ "./node_modules/core-js/internals/ie8-dom-define.js");
@@ -3795,7 +3795,7 @@ function requireFeather () {
3795
3795
 
3796
3796
  var nativeDefineProperty = Object.defineProperty;
3797
3797
 
3798
- exports$1.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
3798
+ exports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
3799
3799
  anObject(O);
3800
3800
  P = toPrimitive(P, true);
3801
3801
  anObject(Attributes);
@@ -3815,7 +3815,7 @@ function requireFeather () {
3815
3815
  !*** ./node_modules/core-js/internals/object-get-own-property-descriptor.js ***!
3816
3816
  \******************************************************************************/
3817
3817
  /*! no static exports found */
3818
- /***/ (function(module, exports$1, __webpack_require__) {
3818
+ /***/ (function(module, exports, __webpack_require__) {
3819
3819
 
3820
3820
  var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
3821
3821
  var propertyIsEnumerableModule = __webpack_require__(/*! ../internals/object-property-is-enumerable */ "./node_modules/core-js/internals/object-property-is-enumerable.js");
@@ -3827,7 +3827,7 @@ function requireFeather () {
3827
3827
 
3828
3828
  var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
3829
3829
 
3830
- exports$1.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
3830
+ exports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
3831
3831
  O = toIndexedObject(O);
3832
3832
  P = toPrimitive(P, true);
3833
3833
  if (IE8_DOM_DEFINE) try {
@@ -3844,7 +3844,7 @@ function requireFeather () {
3844
3844
  !*** ./node_modules/core-js/internals/object-get-own-property-names.js ***!
3845
3845
  \*************************************************************************/
3846
3846
  /*! no static exports found */
3847
- /***/ (function(module, exports$1, __webpack_require__) {
3847
+ /***/ (function(module, exports, __webpack_require__) {
3848
3848
 
3849
3849
  // 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
3850
3850
  var internalObjectKeys = __webpack_require__(/*! ../internals/object-keys-internal */ "./node_modules/core-js/internals/object-keys-internal.js");
@@ -3852,7 +3852,7 @@ function requireFeather () {
3852
3852
 
3853
3853
  var hiddenKeys = enumBugKeys.concat('length', 'prototype');
3854
3854
 
3855
- exports$1.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
3855
+ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
3856
3856
  return internalObjectKeys(O, hiddenKeys);
3857
3857
  };
3858
3858
 
@@ -3864,9 +3864,9 @@ function requireFeather () {
3864
3864
  !*** ./node_modules/core-js/internals/object-get-own-property-symbols.js ***!
3865
3865
  \***************************************************************************/
3866
3866
  /*! no static exports found */
3867
- /***/ (function(module, exports$1) {
3867
+ /***/ (function(module, exports) {
3868
3868
 
3869
- exports$1.f = Object.getOwnPropertySymbols;
3869
+ exports.f = Object.getOwnPropertySymbols;
3870
3870
 
3871
3871
 
3872
3872
  /***/ }),
@@ -3876,7 +3876,7 @@ function requireFeather () {
3876
3876
  !*** ./node_modules/core-js/internals/object-get-prototype-of.js ***!
3877
3877
  \*******************************************************************/
3878
3878
  /*! no static exports found */
3879
- /***/ (function(module, exports$1, __webpack_require__) {
3879
+ /***/ (function(module, exports, __webpack_require__) {
3880
3880
 
3881
3881
  var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
3882
3882
  var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
@@ -3903,7 +3903,7 @@ function requireFeather () {
3903
3903
  !*** ./node_modules/core-js/internals/object-keys-internal.js ***!
3904
3904
  \****************************************************************/
3905
3905
  /*! no static exports found */
3906
- /***/ (function(module, exports$1, __webpack_require__) {
3906
+ /***/ (function(module, exports, __webpack_require__) {
3907
3907
 
3908
3908
  var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
3909
3909
  var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
@@ -3933,7 +3933,7 @@ function requireFeather () {
3933
3933
  !*** ./node_modules/core-js/internals/object-keys.js ***!
3934
3934
  \*******************************************************/
3935
3935
  /*! no static exports found */
3936
- /***/ (function(module, exports$1, __webpack_require__) {
3936
+ /***/ (function(module, exports, __webpack_require__) {
3937
3937
 
3938
3938
  var internalObjectKeys = __webpack_require__(/*! ../internals/object-keys-internal */ "./node_modules/core-js/internals/object-keys-internal.js");
3939
3939
  var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js");
@@ -3951,7 +3951,7 @@ function requireFeather () {
3951
3951
  !*** ./node_modules/core-js/internals/object-property-is-enumerable.js ***!
3952
3952
  \*************************************************************************/
3953
3953
  /*! no static exports found */
3954
- /***/ (function(module, exports$1, __webpack_require__) {
3954
+ /***/ (function(module, exports, __webpack_require__) {
3955
3955
 
3956
3956
  var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
3957
3957
  var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
@@ -3959,7 +3959,7 @@ function requireFeather () {
3959
3959
  // Nashorn ~ JDK8 bug
3960
3960
  var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
3961
3961
 
3962
- exports$1.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
3962
+ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
3963
3963
  var descriptor = getOwnPropertyDescriptor(this, V);
3964
3964
  return !!descriptor && descriptor.enumerable;
3965
3965
  } : nativePropertyIsEnumerable;
@@ -3972,7 +3972,7 @@ function requireFeather () {
3972
3972
  !*** ./node_modules/core-js/internals/object-set-prototype-of.js ***!
3973
3973
  \*******************************************************************/
3974
3974
  /*! no static exports found */
3975
- /***/ (function(module, exports$1, __webpack_require__) {
3975
+ /***/ (function(module, exports, __webpack_require__) {
3976
3976
 
3977
3977
  var validateSetPrototypeOfArguments = __webpack_require__(/*! ../internals/validate-set-prototype-of-arguments */ "./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");
3978
3978
 
@@ -4003,7 +4003,7 @@ function requireFeather () {
4003
4003
  !*** ./node_modules/core-js/internals/own-keys.js ***!
4004
4004
  \****************************************************/
4005
4005
  /*! no static exports found */
4006
- /***/ (function(module, exports$1, __webpack_require__) {
4006
+ /***/ (function(module, exports, __webpack_require__) {
4007
4007
 
4008
4008
  var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
4009
4009
  var getOwnPropertyNamesModule = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js");
@@ -4027,7 +4027,7 @@ function requireFeather () {
4027
4027
  !*** ./node_modules/core-js/internals/path.js ***!
4028
4028
  \************************************************/
4029
4029
  /*! no static exports found */
4030
- /***/ (function(module, exports$1, __webpack_require__) {
4030
+ /***/ (function(module, exports, __webpack_require__) {
4031
4031
 
4032
4032
  module.exports = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
4033
4033
 
@@ -4039,7 +4039,7 @@ function requireFeather () {
4039
4039
  !*** ./node_modules/core-js/internals/redefine.js ***!
4040
4040
  \****************************************************/
4041
4041
  /*! no static exports found */
4042
- /***/ (function(module, exports$1, __webpack_require__) {
4042
+ /***/ (function(module, exports, __webpack_require__) {
4043
4043
 
4044
4044
  var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
4045
4045
  var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
@@ -4089,7 +4089,7 @@ function requireFeather () {
4089
4089
  !*** ./node_modules/core-js/internals/require-object-coercible.js ***!
4090
4090
  \********************************************************************/
4091
4091
  /*! no static exports found */
4092
- /***/ (function(module, exports$1) {
4092
+ /***/ (function(module, exports) {
4093
4093
 
4094
4094
  // `RequireObjectCoercible` abstract operation
4095
4095
  // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
@@ -4106,7 +4106,7 @@ function requireFeather () {
4106
4106
  !*** ./node_modules/core-js/internals/set-global.js ***!
4107
4107
  \******************************************************/
4108
4108
  /*! no static exports found */
4109
- /***/ (function(module, exports$1, __webpack_require__) {
4109
+ /***/ (function(module, exports, __webpack_require__) {
4110
4110
 
4111
4111
  var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
4112
4112
  var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
@@ -4127,7 +4127,7 @@ function requireFeather () {
4127
4127
  !*** ./node_modules/core-js/internals/set-to-string-tag.js ***!
4128
4128
  \*************************************************************/
4129
4129
  /*! no static exports found */
4130
- /***/ (function(module, exports$1, __webpack_require__) {
4130
+ /***/ (function(module, exports, __webpack_require__) {
4131
4131
 
4132
4132
  var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f;
4133
4133
  var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
@@ -4149,7 +4149,7 @@ function requireFeather () {
4149
4149
  !*** ./node_modules/core-js/internals/shared-key.js ***!
4150
4150
  \******************************************************/
4151
4151
  /*! no static exports found */
4152
- /***/ (function(module, exports$1, __webpack_require__) {
4152
+ /***/ (function(module, exports, __webpack_require__) {
4153
4153
 
4154
4154
  var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
4155
4155
  var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js");
@@ -4168,7 +4168,7 @@ function requireFeather () {
4168
4168
  !*** ./node_modules/core-js/internals/shared.js ***!
4169
4169
  \**************************************************/
4170
4170
  /*! no static exports found */
4171
- /***/ (function(module, exports$1, __webpack_require__) {
4171
+ /***/ (function(module, exports, __webpack_require__) {
4172
4172
 
4173
4173
  var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
4174
4174
  var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js");
@@ -4193,7 +4193,7 @@ function requireFeather () {
4193
4193
  !*** ./node_modules/core-js/internals/string-at.js ***!
4194
4194
  \*****************************************************/
4195
4195
  /*! no static exports found */
4196
- /***/ (function(module, exports$1, __webpack_require__) {
4196
+ /***/ (function(module, exports, __webpack_require__) {
4197
4197
 
4198
4198
  var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
4199
4199
  var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
@@ -4221,7 +4221,7 @@ function requireFeather () {
4221
4221
  !*** ./node_modules/core-js/internals/to-absolute-index.js ***!
4222
4222
  \*************************************************************/
4223
4223
  /*! no static exports found */
4224
- /***/ (function(module, exports$1, __webpack_require__) {
4224
+ /***/ (function(module, exports, __webpack_require__) {
4225
4225
 
4226
4226
  var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
4227
4227
 
@@ -4244,7 +4244,7 @@ function requireFeather () {
4244
4244
  !*** ./node_modules/core-js/internals/to-indexed-object.js ***!
4245
4245
  \*************************************************************/
4246
4246
  /*! no static exports found */
4247
- /***/ (function(module, exports$1, __webpack_require__) {
4247
+ /***/ (function(module, exports, __webpack_require__) {
4248
4248
 
4249
4249
  // toObject with fallback for non-array-like ES3 strings
4250
4250
  var IndexedObject = __webpack_require__(/*! ../internals/indexed-object */ "./node_modules/core-js/internals/indexed-object.js");
@@ -4262,7 +4262,7 @@ function requireFeather () {
4262
4262
  !*** ./node_modules/core-js/internals/to-integer.js ***!
4263
4263
  \******************************************************/
4264
4264
  /*! no static exports found */
4265
- /***/ (function(module, exports$1) {
4265
+ /***/ (function(module, exports) {
4266
4266
 
4267
4267
  var ceil = Math.ceil;
4268
4268
  var floor = Math.floor;
@@ -4281,7 +4281,7 @@ function requireFeather () {
4281
4281
  !*** ./node_modules/core-js/internals/to-length.js ***!
4282
4282
  \*****************************************************/
4283
4283
  /*! no static exports found */
4284
- /***/ (function(module, exports$1, __webpack_require__) {
4284
+ /***/ (function(module, exports, __webpack_require__) {
4285
4285
 
4286
4286
  var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
4287
4287
 
@@ -4301,7 +4301,7 @@ function requireFeather () {
4301
4301
  !*** ./node_modules/core-js/internals/to-object.js ***!
4302
4302
  \*****************************************************/
4303
4303
  /*! no static exports found */
4304
- /***/ (function(module, exports$1, __webpack_require__) {
4304
+ /***/ (function(module, exports, __webpack_require__) {
4305
4305
 
4306
4306
  var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
4307
4307
 
@@ -4319,7 +4319,7 @@ function requireFeather () {
4319
4319
  !*** ./node_modules/core-js/internals/to-primitive.js ***!
4320
4320
  \********************************************************/
4321
4321
  /*! no static exports found */
4322
- /***/ (function(module, exports$1, __webpack_require__) {
4322
+ /***/ (function(module, exports, __webpack_require__) {
4323
4323
 
4324
4324
  var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
4325
4325
 
@@ -4343,7 +4343,7 @@ function requireFeather () {
4343
4343
  !*** ./node_modules/core-js/internals/uid.js ***!
4344
4344
  \***********************************************/
4345
4345
  /*! no static exports found */
4346
- /***/ (function(module, exports$1) {
4346
+ /***/ (function(module, exports) {
4347
4347
 
4348
4348
  var id = 0;
4349
4349
  var postfix = Math.random();
@@ -4360,7 +4360,7 @@ function requireFeather () {
4360
4360
  !*** ./node_modules/core-js/internals/validate-set-prototype-of-arguments.js ***!
4361
4361
  \*******************************************************************************/
4362
4362
  /*! no static exports found */
4363
- /***/ (function(module, exports$1, __webpack_require__) {
4363
+ /***/ (function(module, exports, __webpack_require__) {
4364
4364
 
4365
4365
  var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
4366
4366
  var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
@@ -4380,7 +4380,7 @@ function requireFeather () {
4380
4380
  !*** ./node_modules/core-js/internals/well-known-symbol.js ***!
4381
4381
  \*************************************************************/
4382
4382
  /*! no static exports found */
4383
- /***/ (function(module, exports$1, __webpack_require__) {
4383
+ /***/ (function(module, exports, __webpack_require__) {
4384
4384
 
4385
4385
  var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
4386
4386
  var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
@@ -4403,7 +4403,7 @@ function requireFeather () {
4403
4403
  !*** ./node_modules/core-js/modules/es.array.from.js ***!
4404
4404
  \*******************************************************/
4405
4405
  /*! no static exports found */
4406
- /***/ (function(module, exports$1, __webpack_require__) {
4406
+ /***/ (function(module, exports, __webpack_require__) {
4407
4407
 
4408
4408
  var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
4409
4409
  var from = __webpack_require__(/*! ../internals/array-from */ "./node_modules/core-js/internals/array-from.js");
@@ -4427,7 +4427,7 @@ function requireFeather () {
4427
4427
  !*** ./node_modules/core-js/modules/es.string.iterator.js ***!
4428
4428
  \************************************************************/
4429
4429
  /*! no static exports found */
4430
- /***/ (function(module, exports$1, __webpack_require__) {
4430
+ /***/ (function(module, exports, __webpack_require__) {
4431
4431
 
4432
4432
  var codePointAt = __webpack_require__(/*! ../internals/string-at */ "./node_modules/core-js/internals/string-at.js");
4433
4433
  var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js");
@@ -4466,7 +4466,7 @@ function requireFeather () {
4466
4466
  !*** (webpack)/buildin/global.js ***!
4467
4467
  \***********************************/
4468
4468
  /*! no static exports found */
4469
- /***/ (function(module, exports$1) {
4469
+ /***/ (function(module, exports) {
4470
4470
 
4471
4471
  var g;
4472
4472
 
@@ -4508,10 +4508,10 @@ function requireFeather () {
4508
4508
  !*** ./src/icon.js ***!
4509
4509
  \*********************/
4510
4510
  /*! no static exports found */
4511
- /***/ (function(module, exports$1, __webpack_require__) {
4511
+ /***/ (function(module, exports, __webpack_require__) {
4512
4512
 
4513
4513
 
4514
- Object.defineProperty(exports$1, "__esModule", {
4514
+ Object.defineProperty(exports, "__esModule", {
4515
4515
  value: true
4516
4516
  });
4517
4517
 
@@ -4592,7 +4592,7 @@ function requireFeather () {
4592
4592
  }).join(' ');
4593
4593
  }
4594
4594
 
4595
- exports$1.default = Icon;
4595
+ exports.default = Icon;
4596
4596
 
4597
4597
  /***/ }),
4598
4598
 
@@ -4601,10 +4601,10 @@ function requireFeather () {
4601
4601
  !*** ./src/icons.js ***!
4602
4602
  \**********************/
4603
4603
  /*! no static exports found */
4604
- /***/ (function(module, exports$1, __webpack_require__) {
4604
+ /***/ (function(module, exports, __webpack_require__) {
4605
4605
 
4606
4606
 
4607
- Object.defineProperty(exports$1, "__esModule", {
4607
+ Object.defineProperty(exports, "__esModule", {
4608
4608
  value: true
4609
4609
  });
4610
4610
 
@@ -4622,7 +4622,7 @@ function requireFeather () {
4622
4622
 
4623
4623
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4624
4624
 
4625
- exports$1.default = Object.keys(_icons2.default).map(function (key) {
4625
+ exports.default = Object.keys(_icons2.default).map(function (key) {
4626
4626
  return new _icon2.default(key, _icons2.default[key], _tags2.default[key]);
4627
4627
  }).reduce(function (object, icon) {
4628
4628
  object[icon.name] = icon;
@@ -4636,7 +4636,7 @@ function requireFeather () {
4636
4636
  !*** ./src/index.js ***!
4637
4637
  \**********************/
4638
4638
  /*! no static exports found */
4639
- /***/ (function(module, exports$1, __webpack_require__) {
4639
+ /***/ (function(module, exports, __webpack_require__) {
4640
4640
 
4641
4641
 
4642
4642
  var _icons = __webpack_require__(/*! ./icons */ "./src/icons.js");
@@ -4662,10 +4662,10 @@ function requireFeather () {
4662
4662
  !*** ./src/replace.js ***!
4663
4663
  \************************/
4664
4664
  /*! no static exports found */
4665
- /***/ (function(module, exports$1, __webpack_require__) {
4665
+ /***/ (function(module, exports, __webpack_require__) {
4666
4666
 
4667
4667
 
4668
- Object.defineProperty(exports$1, "__esModule", {
4668
+ Object.defineProperty(exports, "__esModule", {
4669
4669
  value: true
4670
4670
  });
4671
4671
 
@@ -4738,7 +4738,7 @@ function requireFeather () {
4738
4738
  }, {});
4739
4739
  }
4740
4740
 
4741
- exports$1.default = replace;
4741
+ exports.default = replace;
4742
4742
 
4743
4743
  /***/ }),
4744
4744
 
@@ -4758,10 +4758,10 @@ function requireFeather () {
4758
4758
  !*** ./src/to-svg.js ***!
4759
4759
  \***********************/
4760
4760
  /*! no static exports found */
4761
- /***/ (function(module, exports$1, __webpack_require__) {
4761
+ /***/ (function(module, exports, __webpack_require__) {
4762
4762
 
4763
4763
 
4764
- Object.defineProperty(exports$1, "__esModule", {
4764
+ Object.defineProperty(exports, "__esModule", {
4765
4765
  value: true
4766
4766
  });
4767
4767
 
@@ -4794,7 +4794,7 @@ function requireFeather () {
4794
4794
  return _icons2.default[name].toSvg(attrs);
4795
4795
  }
4796
4796
 
4797
- exports$1.default = toSvg;
4797
+ exports.default = toSvg;
4798
4798
 
4799
4799
  /***/ }),
4800
4800
 
@@ -4803,7 +4803,7 @@ function requireFeather () {
4803
4803
  !*** multi core-js/es/array/from ./src/index.js ***!
4804
4804
  \**************************************************/
4805
4805
  /*! no static exports found */
4806
- /***/ (function(module, exports$1, __webpack_require__) {
4806
+ /***/ (function(module, exports, __webpack_require__) {
4807
4807
 
4808
4808
  __webpack_require__(/*! core-js/es/array/from */"./node_modules/core-js/es/array/from.js");
4809
4809
  module.exports = __webpack_require__(/*! /home/runner/work/feather/feather/src/index.js */"./src/index.js");
@@ -25534,375 +25534,375 @@ class GoldenLayout extends VirtualLayout {
25534
25534
  * Source: golden-layout@2.6.0 dist/css/goldenlayout-base.css + adapted light theme.
25535
25535
  * Update this file when upgrading golden-layout.
25536
25536
  */
25537
- const GOLDEN_LAYOUT_CSS = `
25538
- /* ── Golden Layout base ──────────────────────────────────────────────── */
25539
- .lm_root {
25540
- position: relative;
25541
- }
25542
- .lm_row > .lm_item {
25543
- float: left;
25544
- }
25545
- .lm_content {
25546
- overflow: hidden;
25547
- position: relative;
25548
- }
25549
- .lm_dragging,
25550
- .lm_dragging * {
25551
- cursor: move !important;
25552
- user-select: none;
25553
- }
25554
- .lm_maximised {
25555
- position: absolute;
25556
- top: 0;
25557
- left: 0;
25558
- z-index: 40;
25559
- }
25560
- .lm_maximise_placeholder {
25561
- display: none;
25562
- }
25563
- .lm_splitter {
25564
- position: relative;
25565
- z-index: 2;
25566
- touch-action: none;
25567
- }
25568
- .lm_splitter.lm_vertical .lm_drag_handle {
25569
- width: 100%;
25570
- position: absolute;
25571
- cursor: ns-resize;
25572
- touch-action: none;
25573
- user-select: none;
25574
- }
25575
- .lm_splitter.lm_horizontal {
25576
- float: left;
25577
- height: 100%;
25578
- }
25579
- .lm_splitter.lm_horizontal .lm_drag_handle {
25580
- height: 100%;
25581
- position: absolute;
25582
- cursor: ew-resize;
25583
- touch-action: none;
25584
- user-select: none;
25585
- }
25586
- .lm_header {
25587
- overflow: visible;
25588
- position: relative;
25589
- z-index: 1;
25590
- user-select: none;
25591
- }
25592
- .lm_header [class^=lm_] {
25593
- box-sizing: content-box !important;
25594
- }
25595
- .lm_header .lm_controls {
25596
- position: absolute;
25597
- right: 3px;
25598
- display: flex;
25599
- }
25600
- .lm_header .lm_controls > * {
25601
- cursor: pointer;
25602
- float: left;
25603
- width: 18px;
25604
- height: 18px;
25605
- text-align: center;
25606
- }
25607
- .lm_header .lm_tabs {
25608
- position: absolute;
25609
- display: flex;
25610
- }
25611
- .lm_header .lm_tab {
25612
- cursor: pointer;
25613
- float: left;
25614
- height: 14px;
25615
- margin-top: 1px;
25616
- padding: 0px 10px 5px;
25617
- padding-right: 25px;
25618
- position: relative;
25619
- touch-action: none;
25620
- }
25621
- .lm_header .lm_tab i {
25622
- width: 2px;
25623
- height: 19px;
25624
- position: absolute;
25625
- }
25626
- .lm_header .lm_tab i.lm_left {
25627
- top: 0;
25628
- left: -2px;
25629
- }
25630
- .lm_header .lm_tab i.lm_right {
25631
- top: 0;
25632
- right: -2px;
25633
- }
25634
- .lm_header .lm_tab .lm_title {
25635
- display: inline-block;
25636
- overflow: hidden;
25637
- text-overflow: ellipsis;
25638
- }
25639
- .lm_header .lm_tab .lm_close_tab {
25640
- width: 14px;
25641
- height: 14px;
25642
- position: absolute;
25643
- top: 0;
25644
- right: 0;
25645
- text-align: center;
25646
- }
25647
- .lm_stack {
25648
- position: relative;
25649
- }
25650
- .lm_stack > .lm_items {
25651
- overflow: hidden;
25652
- }
25653
- .lm_stack.lm_left > .lm_items {
25654
- position: absolute;
25655
- left: 20px;
25656
- top: 0;
25657
- }
25658
- .lm_stack.lm_right > .lm_items {
25659
- position: absolute;
25660
- right: 20px;
25661
- top: 0;
25662
- }
25663
- .lm_stack.lm_right > .lm_header {
25664
- position: absolute;
25665
- right: 0;
25666
- top: 0;
25667
- }
25668
- .lm_stack.lm_bottom > .lm_items {
25669
- position: absolute;
25670
- bottom: 20px;
25671
- }
25672
- .lm_stack.lm_bottom > .lm_header {
25673
- position: absolute;
25674
- bottom: 0;
25675
- }
25676
- .lm_left.lm_stack .lm_header,
25677
- .lm_right.lm_stack .lm_header {
25678
- height: 100%;
25679
- }
25680
- .lm_left.lm_dragProxy .lm_header,
25681
- .lm_right.lm_dragProxy .lm_header,
25682
- .lm_left.lm_dragProxy .lm_items,
25683
- .lm_right.lm_dragProxy .lm_items {
25684
- float: left;
25685
- }
25686
- .lm_left.lm_dragProxy .lm_header,
25687
- .lm_right.lm_dragProxy .lm_header,
25688
- .lm_left.lm_stack .lm_header,
25689
- .lm_right.lm_stack .lm_header {
25690
- width: 20px;
25691
- vertical-align: top;
25692
- }
25693
- .lm_left.lm_dragProxy .lm_header .lm_tabs,
25694
- .lm_right.lm_dragProxy .lm_header .lm_tabs,
25695
- .lm_left.lm_stack .lm_header .lm_tabs,
25696
- .lm_right.lm_stack .lm_header .lm_tabs {
25697
- transform-origin: left top;
25698
- top: 0;
25699
- width: 1000px;
25700
- }
25701
- .lm_left.lm_dragProxy .lm_header .lm_controls,
25702
- .lm_right.lm_dragProxy .lm_header .lm_controls,
25703
- .lm_left.lm_stack .lm_header .lm_controls,
25704
- .lm_right.lm_stack .lm_header .lm_controls {
25705
- bottom: 0;
25706
- flex-flow: column;
25707
- }
25708
- .lm_dragProxy.lm_left .lm_header .lm_tabs,
25709
- .lm_stack.lm_left .lm_header .lm_tabs {
25710
- transform: rotate(-90deg) scaleX(-1);
25711
- left: 0;
25712
- }
25713
- .lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab,
25714
- .lm_stack.lm_left .lm_header .lm_tabs .lm_tab {
25715
- transform: scaleX(-1);
25716
- margin-top: 1px;
25717
- }
25718
- .lm_dragProxy.lm_right .lm_content {
25719
- float: left;
25720
- }
25721
- .lm_dragProxy.lm_right .lm_header .lm_tabs,
25722
- .lm_stack.lm_right .lm_header .lm_tabs {
25723
- transform: rotate(90deg) scaleX(1);
25724
- left: 100%;
25725
- margin-left: 0;
25726
- }
25727
- .lm_dragProxy.lm_right .lm_header .lm_controls,
25728
- .lm_stack.lm_right .lm_header .lm_controls {
25729
- left: 3px;
25730
- }
25731
- .lm_dragProxy.lm_bottom .lm_header,
25732
- .lm_stack.lm_bottom .lm_header {
25733
- width: 100%;
25734
- }
25735
- .lm_dragProxy.lm_bottom .lm_header .lm_tab,
25736
- .lm_stack.lm_bottom .lm_header .lm_tab {
25737
- margin-top: 0;
25738
- border-top: none;
25739
- }
25740
- .lm_dragProxy.lm_bottom .lm_header .lm_controls,
25741
- .lm_stack.lm_bottom .lm_header .lm_controls {
25742
- top: 3px;
25743
- }
25744
- .lm_drop_tab_placeholder {
25745
- float: left;
25746
- width: 100px;
25747
- visibility: hidden;
25748
- }
25749
- .lm_header .lm_controls .lm_tabdropdown:before {
25750
- content: '';
25751
- width: 0;
25752
- height: 0;
25753
- vertical-align: middle;
25754
- display: inline-block;
25755
- border-top: 5px dashed;
25756
- border-right: 5px solid transparent;
25757
- border-left: 5px solid transparent;
25758
- color: white;
25759
- }
25760
- .lm_header .lm_tabdropdown_list {
25761
- position: absolute;
25762
- top: 20px;
25763
- right: 0;
25764
- z-index: 5;
25765
- overflow: hidden;
25766
- }
25767
- .lm_header .lm_tabdropdown_list .lm_tab {
25768
- clear: both;
25769
- padding-right: 10px;
25770
- margin: 0;
25771
- }
25772
- .lm_header .lm_tabdropdown_list .lm_tab .lm_title {
25773
- width: 100px;
25774
- }
25775
- .lm_header .lm_tabdropdown_list .lm_close_tab {
25776
- display: none !important;
25777
- }
25778
- .lm_dragProxy {
25779
- position: absolute;
25780
- top: 0;
25781
- left: 0;
25782
- z-index: 30;
25783
- }
25784
- .lm_dragProxy .lm_header {
25785
- background: transparent;
25786
- }
25787
- .lm_dragProxy .lm_content {
25788
- border-top: none;
25789
- overflow: hidden;
25790
- }
25791
- .lm_dropTargetIndicator {
25792
- display: none;
25793
- position: absolute;
25794
- z-index: 35;
25795
- transition: all 200ms ease;
25796
- }
25797
- .lm_dropTargetIndicator .lm_inner {
25798
- width: 100%;
25799
- height: 100%;
25800
- position: relative;
25801
- top: 0;
25802
- left: 0;
25803
- }
25804
- .lm_transition_indicator {
25805
- display: none;
25806
- width: 20px;
25807
- height: 20px;
25808
- position: absolute;
25809
- top: 0;
25810
- left: 0;
25811
- z-index: 20;
25812
- }
25813
- .lm_popin {
25814
- width: 20px;
25815
- height: 20px;
25816
- position: absolute;
25817
- bottom: 0;
25818
- right: 0;
25819
- z-index: 9999;
25820
- }
25821
- .lm_popin > * {
25822
- width: 100%;
25823
- height: 100%;
25824
- position: absolute;
25825
- top: 0;
25826
- left: 0;
25827
- }
25828
- .lm_popin > .lm_bg {
25829
- z-index: 10;
25830
- }
25831
- .lm_popin > .lm_icon {
25832
- z-index: 20;
25833
- }
25834
-
25835
- /* ── Adapted theme (using --gve- CSS variables) ──────────────────────── */
25836
- .lm_goldenlayout {
25837
- background: transparent;
25838
- }
25839
- .lm_content {
25840
- background: var(--gve-bg-color, #fafafa);
25841
- border: none;
25842
- }
25843
- .lm_dragProxy .lm_content {
25844
- box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
25845
- }
25846
- .lm_dropTargetIndicator {
25847
- box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
25848
- outline: 1px dashed var(--gve-border-color, #ccc);
25849
- }
25850
- .lm_dropTargetIndicator .lm_inner {
25851
- background: #000;
25852
- opacity: 0.08;
25853
- }
25854
- .lm_splitter {
25855
- background: var(--gve-border-color, #ccc);
25856
- opacity: 0.4;
25857
- transition: opacity 200ms ease;
25858
- }
25859
- .lm_splitter:hover,
25860
- .lm_splitter.lm_dragging {
25861
- background: var(--gve-border-color, #aaa);
25862
- opacity: 1;
25863
- }
25864
- .lm_header {
25865
- height: 26px;
25866
- background: var(--gve-toolbar-bg, #f5f5f5);
25867
- border-bottom: 1px solid var(--gve-border-color, #ddd);
25868
- }
25869
- .lm_header .lm_tab {
25870
- font-family: Arial, sans-serif;
25871
- font-size: 12px;
25872
- font-weight: 600;
25873
- color: var(--gve-text-secondary, #777);
25874
- background: transparent;
25875
- margin-right: 2px;
25876
- padding: 5px 10px 4px;
25877
- padding-right: 14px;
25878
- border: none;
25879
- }
25880
- .lm_header .lm_tab .lm_title {
25881
- padding-top: 1px;
25882
- }
25883
- .lm_header .lm_tab.lm_active {
25884
- background: var(--gve-bg-color, #fff);
25885
- color: var(--gve-text-color, #333);
25886
- border-bottom: 2px solid var(--gve-primary-color, #007bff);
25887
- padding-bottom: 3px;
25888
- }
25889
- .lm_header .lm_tab:hover {
25890
- color: var(--gve-text-color, #333);
25891
- }
25892
- .lm_header .lm_controls .lm_tabdropdown:before {
25893
- color: var(--gve-text-color, #333);
25894
- }
25895
- .lm_transition_indicator {
25896
- background: #000;
25897
- border: 1px dashed #555;
25898
- }
25899
- .lm_popin {
25900
- cursor: pointer;
25901
- }
25902
- .lm_popin .lm_bg {
25903
- background: #000;
25904
- opacity: 0.7;
25905
- }
25537
+ const GOLDEN_LAYOUT_CSS = `
25538
+ /* ── Golden Layout base ──────────────────────────────────────────────── */
25539
+ .lm_root {
25540
+ position: relative;
25541
+ }
25542
+ .lm_row > .lm_item {
25543
+ float: left;
25544
+ }
25545
+ .lm_content {
25546
+ overflow: hidden;
25547
+ position: relative;
25548
+ }
25549
+ .lm_dragging,
25550
+ .lm_dragging * {
25551
+ cursor: move !important;
25552
+ user-select: none;
25553
+ }
25554
+ .lm_maximised {
25555
+ position: absolute;
25556
+ top: 0;
25557
+ left: 0;
25558
+ z-index: 40;
25559
+ }
25560
+ .lm_maximise_placeholder {
25561
+ display: none;
25562
+ }
25563
+ .lm_splitter {
25564
+ position: relative;
25565
+ z-index: 2;
25566
+ touch-action: none;
25567
+ }
25568
+ .lm_splitter.lm_vertical .lm_drag_handle {
25569
+ width: 100%;
25570
+ position: absolute;
25571
+ cursor: ns-resize;
25572
+ touch-action: none;
25573
+ user-select: none;
25574
+ }
25575
+ .lm_splitter.lm_horizontal {
25576
+ float: left;
25577
+ height: 100%;
25578
+ }
25579
+ .lm_splitter.lm_horizontal .lm_drag_handle {
25580
+ height: 100%;
25581
+ position: absolute;
25582
+ cursor: ew-resize;
25583
+ touch-action: none;
25584
+ user-select: none;
25585
+ }
25586
+ .lm_header {
25587
+ overflow: visible;
25588
+ position: relative;
25589
+ z-index: 1;
25590
+ user-select: none;
25591
+ }
25592
+ .lm_header [class^=lm_] {
25593
+ box-sizing: content-box !important;
25594
+ }
25595
+ .lm_header .lm_controls {
25596
+ position: absolute;
25597
+ right: 3px;
25598
+ display: flex;
25599
+ }
25600
+ .lm_header .lm_controls > * {
25601
+ cursor: pointer;
25602
+ float: left;
25603
+ width: 18px;
25604
+ height: 18px;
25605
+ text-align: center;
25606
+ }
25607
+ .lm_header .lm_tabs {
25608
+ position: absolute;
25609
+ display: flex;
25610
+ }
25611
+ .lm_header .lm_tab {
25612
+ cursor: pointer;
25613
+ float: left;
25614
+ height: 14px;
25615
+ margin-top: 1px;
25616
+ padding: 0px 10px 5px;
25617
+ padding-right: 25px;
25618
+ position: relative;
25619
+ touch-action: none;
25620
+ }
25621
+ .lm_header .lm_tab i {
25622
+ width: 2px;
25623
+ height: 19px;
25624
+ position: absolute;
25625
+ }
25626
+ .lm_header .lm_tab i.lm_left {
25627
+ top: 0;
25628
+ left: -2px;
25629
+ }
25630
+ .lm_header .lm_tab i.lm_right {
25631
+ top: 0;
25632
+ right: -2px;
25633
+ }
25634
+ .lm_header .lm_tab .lm_title {
25635
+ display: inline-block;
25636
+ overflow: hidden;
25637
+ text-overflow: ellipsis;
25638
+ }
25639
+ .lm_header .lm_tab .lm_close_tab {
25640
+ width: 14px;
25641
+ height: 14px;
25642
+ position: absolute;
25643
+ top: 0;
25644
+ right: 0;
25645
+ text-align: center;
25646
+ }
25647
+ .lm_stack {
25648
+ position: relative;
25649
+ }
25650
+ .lm_stack > .lm_items {
25651
+ overflow: hidden;
25652
+ }
25653
+ .lm_stack.lm_left > .lm_items {
25654
+ position: absolute;
25655
+ left: 20px;
25656
+ top: 0;
25657
+ }
25658
+ .lm_stack.lm_right > .lm_items {
25659
+ position: absolute;
25660
+ right: 20px;
25661
+ top: 0;
25662
+ }
25663
+ .lm_stack.lm_right > .lm_header {
25664
+ position: absolute;
25665
+ right: 0;
25666
+ top: 0;
25667
+ }
25668
+ .lm_stack.lm_bottom > .lm_items {
25669
+ position: absolute;
25670
+ bottom: 20px;
25671
+ }
25672
+ .lm_stack.lm_bottom > .lm_header {
25673
+ position: absolute;
25674
+ bottom: 0;
25675
+ }
25676
+ .lm_left.lm_stack .lm_header,
25677
+ .lm_right.lm_stack .lm_header {
25678
+ height: 100%;
25679
+ }
25680
+ .lm_left.lm_dragProxy .lm_header,
25681
+ .lm_right.lm_dragProxy .lm_header,
25682
+ .lm_left.lm_dragProxy .lm_items,
25683
+ .lm_right.lm_dragProxy .lm_items {
25684
+ float: left;
25685
+ }
25686
+ .lm_left.lm_dragProxy .lm_header,
25687
+ .lm_right.lm_dragProxy .lm_header,
25688
+ .lm_left.lm_stack .lm_header,
25689
+ .lm_right.lm_stack .lm_header {
25690
+ width: 20px;
25691
+ vertical-align: top;
25692
+ }
25693
+ .lm_left.lm_dragProxy .lm_header .lm_tabs,
25694
+ .lm_right.lm_dragProxy .lm_header .lm_tabs,
25695
+ .lm_left.lm_stack .lm_header .lm_tabs,
25696
+ .lm_right.lm_stack .lm_header .lm_tabs {
25697
+ transform-origin: left top;
25698
+ top: 0;
25699
+ width: 1000px;
25700
+ }
25701
+ .lm_left.lm_dragProxy .lm_header .lm_controls,
25702
+ .lm_right.lm_dragProxy .lm_header .lm_controls,
25703
+ .lm_left.lm_stack .lm_header .lm_controls,
25704
+ .lm_right.lm_stack .lm_header .lm_controls {
25705
+ bottom: 0;
25706
+ flex-flow: column;
25707
+ }
25708
+ .lm_dragProxy.lm_left .lm_header .lm_tabs,
25709
+ .lm_stack.lm_left .lm_header .lm_tabs {
25710
+ transform: rotate(-90deg) scaleX(-1);
25711
+ left: 0;
25712
+ }
25713
+ .lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab,
25714
+ .lm_stack.lm_left .lm_header .lm_tabs .lm_tab {
25715
+ transform: scaleX(-1);
25716
+ margin-top: 1px;
25717
+ }
25718
+ .lm_dragProxy.lm_right .lm_content {
25719
+ float: left;
25720
+ }
25721
+ .lm_dragProxy.lm_right .lm_header .lm_tabs,
25722
+ .lm_stack.lm_right .lm_header .lm_tabs {
25723
+ transform: rotate(90deg) scaleX(1);
25724
+ left: 100%;
25725
+ margin-left: 0;
25726
+ }
25727
+ .lm_dragProxy.lm_right .lm_header .lm_controls,
25728
+ .lm_stack.lm_right .lm_header .lm_controls {
25729
+ left: 3px;
25730
+ }
25731
+ .lm_dragProxy.lm_bottom .lm_header,
25732
+ .lm_stack.lm_bottom .lm_header {
25733
+ width: 100%;
25734
+ }
25735
+ .lm_dragProxy.lm_bottom .lm_header .lm_tab,
25736
+ .lm_stack.lm_bottom .lm_header .lm_tab {
25737
+ margin-top: 0;
25738
+ border-top: none;
25739
+ }
25740
+ .lm_dragProxy.lm_bottom .lm_header .lm_controls,
25741
+ .lm_stack.lm_bottom .lm_header .lm_controls {
25742
+ top: 3px;
25743
+ }
25744
+ .lm_drop_tab_placeholder {
25745
+ float: left;
25746
+ width: 100px;
25747
+ visibility: hidden;
25748
+ }
25749
+ .lm_header .lm_controls .lm_tabdropdown:before {
25750
+ content: '';
25751
+ width: 0;
25752
+ height: 0;
25753
+ vertical-align: middle;
25754
+ display: inline-block;
25755
+ border-top: 5px dashed;
25756
+ border-right: 5px solid transparent;
25757
+ border-left: 5px solid transparent;
25758
+ color: white;
25759
+ }
25760
+ .lm_header .lm_tabdropdown_list {
25761
+ position: absolute;
25762
+ top: 20px;
25763
+ right: 0;
25764
+ z-index: 5;
25765
+ overflow: hidden;
25766
+ }
25767
+ .lm_header .lm_tabdropdown_list .lm_tab {
25768
+ clear: both;
25769
+ padding-right: 10px;
25770
+ margin: 0;
25771
+ }
25772
+ .lm_header .lm_tabdropdown_list .lm_tab .lm_title {
25773
+ width: 100px;
25774
+ }
25775
+ .lm_header .lm_tabdropdown_list .lm_close_tab {
25776
+ display: none !important;
25777
+ }
25778
+ .lm_dragProxy {
25779
+ position: absolute;
25780
+ top: 0;
25781
+ left: 0;
25782
+ z-index: 30;
25783
+ }
25784
+ .lm_dragProxy .lm_header {
25785
+ background: transparent;
25786
+ }
25787
+ .lm_dragProxy .lm_content {
25788
+ border-top: none;
25789
+ overflow: hidden;
25790
+ }
25791
+ .lm_dropTargetIndicator {
25792
+ display: none;
25793
+ position: absolute;
25794
+ z-index: 35;
25795
+ transition: all 200ms ease;
25796
+ }
25797
+ .lm_dropTargetIndicator .lm_inner {
25798
+ width: 100%;
25799
+ height: 100%;
25800
+ position: relative;
25801
+ top: 0;
25802
+ left: 0;
25803
+ }
25804
+ .lm_transition_indicator {
25805
+ display: none;
25806
+ width: 20px;
25807
+ height: 20px;
25808
+ position: absolute;
25809
+ top: 0;
25810
+ left: 0;
25811
+ z-index: 20;
25812
+ }
25813
+ .lm_popin {
25814
+ width: 20px;
25815
+ height: 20px;
25816
+ position: absolute;
25817
+ bottom: 0;
25818
+ right: 0;
25819
+ z-index: 9999;
25820
+ }
25821
+ .lm_popin > * {
25822
+ width: 100%;
25823
+ height: 100%;
25824
+ position: absolute;
25825
+ top: 0;
25826
+ left: 0;
25827
+ }
25828
+ .lm_popin > .lm_bg {
25829
+ z-index: 10;
25830
+ }
25831
+ .lm_popin > .lm_icon {
25832
+ z-index: 20;
25833
+ }
25834
+
25835
+ /* ── Adapted theme (using --gve- CSS variables) ──────────────────────── */
25836
+ .lm_goldenlayout {
25837
+ background: transparent;
25838
+ }
25839
+ .lm_content {
25840
+ background: var(--gve-bg-color, #fafafa);
25841
+ border: none;
25842
+ }
25843
+ .lm_dragProxy .lm_content {
25844
+ box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
25845
+ }
25846
+ .lm_dropTargetIndicator {
25847
+ box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
25848
+ outline: 1px dashed var(--gve-border-color, #ccc);
25849
+ }
25850
+ .lm_dropTargetIndicator .lm_inner {
25851
+ background: #000;
25852
+ opacity: 0.08;
25853
+ }
25854
+ .lm_splitter {
25855
+ background: var(--gve-border-color, #ccc);
25856
+ opacity: 0.4;
25857
+ transition: opacity 200ms ease;
25858
+ }
25859
+ .lm_splitter:hover,
25860
+ .lm_splitter.lm_dragging {
25861
+ background: var(--gve-border-color, #aaa);
25862
+ opacity: 1;
25863
+ }
25864
+ .lm_header {
25865
+ height: 26px;
25866
+ background: var(--gve-toolbar-bg, #f5f5f5);
25867
+ border-bottom: 1px solid var(--gve-border-color, #ddd);
25868
+ }
25869
+ .lm_header .lm_tab {
25870
+ font-family: Arial, sans-serif;
25871
+ font-size: 12px;
25872
+ font-weight: 600;
25873
+ color: var(--gve-text-secondary, #777);
25874
+ background: transparent;
25875
+ margin-right: 2px;
25876
+ padding: 5px 10px 4px;
25877
+ padding-right: 14px;
25878
+ border: none;
25879
+ }
25880
+ .lm_header .lm_tab .lm_title {
25881
+ padding-top: 1px;
25882
+ }
25883
+ .lm_header .lm_tab.lm_active {
25884
+ background: var(--gve-bg-color, #fff);
25885
+ color: var(--gve-text-color, #333);
25886
+ border-bottom: 2px solid var(--gve-primary-color, #007bff);
25887
+ padding-bottom: 3px;
25888
+ }
25889
+ .lm_header .lm_tab:hover {
25890
+ color: var(--gve-text-color, #333);
25891
+ }
25892
+ .lm_header .lm_controls .lm_tabdropdown:before {
25893
+ color: var(--gve-text-color, #333);
25894
+ }
25895
+ .lm_transition_indicator {
25896
+ background: #000;
25897
+ border: 1px dashed #555;
25898
+ }
25899
+ .lm_popin {
25900
+ cursor: pointer;
25901
+ }
25902
+ .lm_popin .lm_bg {
25903
+ background: #000;
25904
+ opacity: 0.7;
25905
+ }
25906
25906
  `;
25907
25907
 
25908
25908
  /**
@@ -25917,7 +25917,7 @@ class GveSnapshotRendition extends HTMLElement {
25917
25917
  * of the web component is loaded.
25918
25918
  */
25919
25919
  static get version() {
25920
- return "2.0.4";
25920
+ return "2.0.6";
25921
25921
  }
25922
25922
  constructor() {
25923
25923
  super();
@@ -26079,7 +26079,7 @@ class GveSnapshotRendition extends HTMLElement {
26079
26079
  .map((id) => this._nodeMap.get(id))
26080
26080
  .filter((n) => n !== undefined);
26081
26081
  this._logger.info(`Processed data: ${this._baseNodes.length} base nodes, ${this._data.steps.length} steps`);
26082
- // Initialize toolbar if not already done
26082
+ // Initialize toolbar if not already done; update it when data changes
26083
26083
  if (!this._toolbar && this._data.steps) {
26084
26084
  const toolbarContainer = this._shadow.querySelector("#toolbar-container");
26085
26085
  if (toolbarContainer) {
@@ -26117,6 +26117,11 @@ class GveSnapshotRendition extends HTMLElement {
26117
26117
  });
26118
26118
  }
26119
26119
  }
26120
+ else if (this._toolbar) {
26121
+ // Toolbar already exists — update it with new data so step count
26122
+ // and navigation state reflect the latest snapshot.
26123
+ this._toolbar.updateData(this._data);
26124
+ }
26120
26125
  // Schedule content rendering. Using scheduleRenderContent() rather than
26121
26126
  // a direct call ensures that when settings and data are both set in the
26122
26127
  // same synchronous turn (the common Angular pattern), only one render
@@ -26394,6 +26399,14 @@ class GveSnapshotRendition extends HTMLElement {
26394
26399
  }
26395
26400
  this._logger.time("renderContent");
26396
26401
  this._logger.info("Rendering content");
26402
+ // Destroy pan/zoom before clearing SVG: svg-pan-zoom injects a <g>
26403
+ // viewport element inside the SVG. Clearing innerHTML removes it, leaving
26404
+ // the pan/zoom instance pointing at a detached node. Destroying first
26405
+ // lets initializePanZoom() create a fresh instance on the clean SVG.
26406
+ if (this._panZoomInstance) {
26407
+ this._panZoomInstance.destroy();
26408
+ this._panZoomInstance = undefined;
26409
+ }
26397
26410
  // Clear existing content
26398
26411
  this._rootSvg.innerHTML = "";
26399
26412
  this._boundsCache.clear();
@@ -40847,7 +40860,7 @@ function requireD () {
40847
40860
  + 'pragma private protected public pure ref return scope shared static struct '
40848
40861
  + 'super switch synchronized template this throw try typedef typeid typeof union '
40849
40862
  + 'unittest version void volatile while with __FILE__ __LINE__ __gshared|10 '
40850
- + '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ 2.0.4',
40863
+ + '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ 2.0.6',
40851
40864
  built_in:
40852
40865
  'bool cdouble cent cfloat char creal dchar delegate double dstring float function '
40853
40866
  + 'idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar '