@redus/georedus-ui 0.22.0 → 0.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @orioro/template-react
2
2
 
3
+ ## 0.22.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix compilation issue
8
+
9
+ ## 0.22.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - @orioro/vector-tile-util@0.4.1
15
+ - @orioro/react-maplibre-util@0.9.1
16
+ - @orioro/react-chart-util@0.3.2
17
+
3
18
  ## 0.22.0
4
19
 
5
20
  ### Minor Changes
package/dist/main.js CHANGED
@@ -9346,16 +9346,13 @@ var parseResponse = function parseResponse(rows) {
9346
9346
  // Avoids ever materializing an intermediate {i, t}[] per source.
9347
9347
  var result = new Map();
9348
9348
  var cursors = new Map();
9349
- for (var _i = 0, counts_1 = counts; _i < counts_1.length; _i++) {
9350
- var _b = counts_1[_i],
9351
- s = _b[0],
9352
- count = _b[1];
9349
+ counts.forEach(function (count, s) {
9353
9350
  result.set(s, {
9354
9351
  targets: new Uint32Array(count),
9355
9352
  times: new Float32Array(count)
9356
9353
  });
9357
9354
  cursors.set(s, 0);
9358
- }
9355
+ });
9359
9356
  for (var k = 0; k < n; k++) {
9360
9357
  var s = sIdx[k];
9361
9358
  var entry = result.get(s);
@@ -15623,7 +15620,7 @@ function useViews(viewResolutionContextBase) {
15623
15620
  }).filter(Boolean);
15624
15621
  }, [viewSpecsById, viewConfState]);
15625
15622
  var QUERIES_BY_STAGE_ACC = {};
15626
- var _loop_1 = function _loop_1(stageGroupIndex, stageGroup) {
15623
+ PIPELINE_STAGES.forEach(function (stageGroup, stageGroupIndex) {
15627
15624
  //
15628
15625
  // stageGroup is a list of parallel stages
15629
15626
  //
@@ -15660,13 +15657,7 @@ function useViews(viewResolutionContextBase) {
15660
15657
  });
15661
15658
  QUERIES_BY_STAGE_ACC = __assign(__assign({}, QUERIES_BY_STAGE_ACC), (_b = {}, _b[stageKey] = queries, _b));
15662
15659
  });
15663
- };
15664
- for (var _i = 0, _a = PIPELINE_STAGES.entries(); _i < _a.length; _i++) {
15665
- var _b = _a[_i],
15666
- stageGroupIndex = _b[0],
15667
- stageGroup = _b[1];
15668
- _loop_1(stageGroupIndex, stageGroup);
15669
- }
15660
+ });
15670
15661
  //
15671
15662
  // Memoize the final accumulator so downstream memos and consumers
15672
15663
  // receive a stable reference. Deps are the individual stage query arrays
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redus/georedus-ui",
3
- "version": "0.22.0",
3
+ "version": "0.22.2",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -56,7 +56,7 @@
56
56
  "@orioro/react-csv": "^0.0.17",
57
57
  "@orioro/react-dialogs": "^0.1.5",
58
58
  "@orioro/react-dir-nav": "^0.2.2",
59
- "@orioro/react-maplibre-util": "^0.9.0",
59
+ "@orioro/react-maplibre-util": "^0.9.1",
60
60
  "@orioro/react-sortable": "^0.0.16",
61
61
  "@orioro/react-ui-core": "^0.0.20",
62
62
  "@orioro/resolve": "^0.1.12",
@@ -64,7 +64,7 @@
64
64
  "@orioro/tree-model": "^0.0.10",
65
65
  "@orioro/util": "^0.16.0",
66
66
  "@orioro/validate": "^0.0.10",
67
- "@orioro/vector-tile-util": "^0.4.0",
67
+ "@orioro/vector-tile-util": "^0.4.1",
68
68
  "@radix-ui/react-collapsible": "^1.1.3",
69
69
  "@tanstack/react-query": "^5.18.0",
70
70
  "@turf/turf": "^7.1.0",