@opengeoweb/store 9.25.2 → 9.25.3
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/index.esm.js +34 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -1988,6 +1988,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
1988
1988
|
*
|
|
1989
1989
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
1990
1990
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
1991
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
1991
1992
|
* */
|
|
1992
1993
|
var LayerStatus;
|
|
1993
1994
|
(function (LayerStatus) {
|
|
@@ -2394,6 +2395,7 @@ var utils$2 = /*#__PURE__*/Object.freeze({
|
|
|
2394
2395
|
*
|
|
2395
2396
|
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
2396
2397
|
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
2398
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
2397
2399
|
* */
|
|
2398
2400
|
/**
|
|
2399
2401
|
* These actions causes circular dependency if they are defined in the reducer.ts file.
|
|
@@ -2418,6 +2420,7 @@ const setMapPreset = createAction('SET_MAP_PRESET');
|
|
|
2418
2420
|
*
|
|
2419
2421
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
2420
2422
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
2423
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
2421
2424
|
* */
|
|
2422
2425
|
/**
|
|
2423
2426
|
* Generic action to set the time.
|
|
@@ -2462,6 +2465,7 @@ const setBbox = createAction('GENERIC_SETBBOX');
|
|
|
2462
2465
|
*
|
|
2463
2466
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
2464
2467
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
2468
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
2465
2469
|
* */
|
|
2466
2470
|
/**
|
|
2467
2471
|
* These actions are fired by the generic/saga.ts, based on generic actions and the synchronizationGroup state.
|
|
@@ -3106,6 +3110,7 @@ const layerActions = slice$7.actions;
|
|
|
3106
3110
|
*
|
|
3107
3111
|
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
3108
3112
|
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
3113
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
3109
3114
|
* */
|
|
3110
3115
|
const selectorMemoizationOptions = {
|
|
3111
3116
|
memoizeOptions: {
|
|
@@ -3476,6 +3481,7 @@ var selectors$7 = /*#__PURE__*/Object.freeze({
|
|
|
3476
3481
|
*
|
|
3477
3482
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
3478
3483
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
3484
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
3479
3485
|
* */
|
|
3480
3486
|
var AnimationLength;
|
|
3481
3487
|
(function (AnimationLength) {
|
|
@@ -4617,6 +4623,7 @@ var selectors$6 = /*#__PURE__*/Object.freeze({
|
|
|
4617
4623
|
*
|
|
4618
4624
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
4619
4625
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
4626
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
4620
4627
|
* */
|
|
4621
4628
|
var DialogTypes;
|
|
4622
4629
|
(function (DialogTypes) {
|
|
@@ -4658,6 +4665,7 @@ var types$3 = /*#__PURE__*/Object.freeze({
|
|
|
4658
4665
|
*
|
|
4659
4666
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
4660
4667
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
4668
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
4661
4669
|
* */
|
|
4662
4670
|
const useSetupDialog = (dialogType, source = 'app') => {
|
|
4663
4671
|
const dispatch = useDispatch();
|
|
@@ -4726,6 +4734,7 @@ const useSetupDialog = (dialogType, source = 'app') => {
|
|
|
4726
4734
|
*
|
|
4727
4735
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
4728
4736
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
4737
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
4729
4738
|
* */
|
|
4730
4739
|
/* Type constants */
|
|
4731
4740
|
const SYNCGROUPS_TYPE_SETTIME = 'SYNCGROUPS_TYPE_SETTIME';
|
|
@@ -4756,6 +4765,7 @@ var constants$1 = /*#__PURE__*/Object.freeze({
|
|
|
4756
4765
|
*
|
|
4757
4766
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
4758
4767
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
4768
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
4759
4769
|
* */
|
|
4760
4770
|
/**
|
|
4761
4771
|
* The removeInPlace() method modifies an array in place, by removing elements that pass the test implemented by the provided function.
|
|
@@ -5021,6 +5031,7 @@ const {
|
|
|
5021
5031
|
*
|
|
5022
5032
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5023
5033
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
5034
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5024
5035
|
* */
|
|
5025
5036
|
const SyncGroupTypeList = [SYNCGROUPS_TYPE_SETBBOX, SYNCGROUPS_TYPE_SETTIME];
|
|
5026
5037
|
var SyncGroupActionOrigin;
|
|
@@ -5255,6 +5266,7 @@ var selector = /*#__PURE__*/Object.freeze({
|
|
|
5255
5266
|
*
|
|
5256
5267
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5257
5268
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
5269
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5258
5270
|
* */
|
|
5259
5271
|
const synchronizationGroupStore = store => store && store.syncronizationGroupStore ? store.syncronizationGroupStore : null;
|
|
5260
5272
|
const getSynchronizationGroupStore = createSelector(synchronizationGroupStore, store => store, selectorMemoizationOptions);
|
|
@@ -5297,6 +5309,7 @@ var selectors$4 = /*#__PURE__*/Object.freeze({
|
|
|
5297
5309
|
*
|
|
5298
5310
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5299
5311
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
5312
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5300
5313
|
* */
|
|
5301
5314
|
|
|
5302
5315
|
var types$1 = /*#__PURE__*/Object.freeze({
|
|
@@ -5318,6 +5331,7 @@ var types$1 = /*#__PURE__*/Object.freeze({
|
|
|
5318
5331
|
*
|
|
5319
5332
|
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5320
5333
|
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
5334
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5321
5335
|
* */
|
|
5322
5336
|
const ANY_EDR_SERVICE = 'any_edr';
|
|
5323
5337
|
|
|
@@ -5341,6 +5355,7 @@ var constants = /*#__PURE__*/Object.freeze({
|
|
|
5341
5355
|
*
|
|
5342
5356
|
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5343
5357
|
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
5358
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5344
5359
|
* */
|
|
5345
5360
|
const loadingIndicatorAdapter = createEntityAdapter();
|
|
5346
5361
|
const initLoadingIndicatorStateForId = (draft, id) => {
|
|
@@ -5411,6 +5426,7 @@ const {
|
|
|
5411
5426
|
*
|
|
5412
5427
|
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5413
5428
|
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
5429
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5414
5430
|
* */
|
|
5415
5431
|
const {
|
|
5416
5432
|
selectById: selectLoadingIndicatorById
|
|
@@ -6196,6 +6212,7 @@ var selectors$2 = /*#__PURE__*/Object.freeze({
|
|
|
6196
6212
|
*
|
|
6197
6213
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6198
6214
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
6215
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6199
6216
|
* */
|
|
6200
6217
|
var MapActionOrigin;
|
|
6201
6218
|
(function (MapActionOrigin) {
|
|
@@ -6222,6 +6239,7 @@ var enums = /*#__PURE__*/Object.freeze({
|
|
|
6222
6239
|
*
|
|
6223
6240
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6224
6241
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
6242
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6225
6243
|
* */
|
|
6226
6244
|
const IS_LEGEND_OPEN_BY_DEFAULT = false;
|
|
6227
6245
|
|
|
@@ -6333,6 +6351,7 @@ const serviceActions = slice$2.actions;
|
|
|
6333
6351
|
*
|
|
6334
6352
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6335
6353
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
6354
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6336
6355
|
* */
|
|
6337
6356
|
const getServicesStore = store => store === null || store === void 0 ? void 0 : store.services;
|
|
6338
6357
|
/**
|
|
@@ -6437,6 +6456,7 @@ var selectors$1 = /*#__PURE__*/Object.freeze({
|
|
|
6437
6456
|
*
|
|
6438
6457
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6439
6458
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
6459
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6440
6460
|
* */
|
|
6441
6461
|
|
|
6442
6462
|
var types = /*#__PURE__*/Object.freeze({
|
|
@@ -6576,6 +6596,7 @@ if ($stringify) {
|
|
|
6576
6596
|
*
|
|
6577
6597
|
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6578
6598
|
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
6599
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6579
6600
|
* */
|
|
6580
6601
|
const getUserAddedServices = () => {
|
|
6581
6602
|
try {
|
|
@@ -6620,6 +6641,7 @@ const isNoIdService = param => {
|
|
|
6620
6641
|
*
|
|
6621
6642
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6622
6643
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
6644
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6623
6645
|
* */
|
|
6624
6646
|
const {
|
|
6625
6647
|
WmLayerWithoutTimeDimension,
|
|
@@ -8173,6 +8195,7 @@ metronomeListener.startListening({
|
|
|
8173
8195
|
*
|
|
8174
8196
|
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
8175
8197
|
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
8198
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
8176
8199
|
* */
|
|
8177
8200
|
const layersListener = createListenerMiddleware();
|
|
8178
8201
|
layersListener.startListening({
|
|
@@ -8742,6 +8765,7 @@ genericListener.startListening({
|
|
|
8742
8765
|
*
|
|
8743
8766
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
8744
8767
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
8768
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
8745
8769
|
* */
|
|
8746
8770
|
const initialState$1 = {};
|
|
8747
8771
|
const slice$1 = createSlice({
|
|
@@ -8775,6 +8799,7 @@ const routerActions = slice$1.actions;
|
|
|
8775
8799
|
*
|
|
8776
8800
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
8777
8801
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
8802
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
8778
8803
|
* */
|
|
8779
8804
|
// stores navigate hook method to object, so it can be used outside components
|
|
8780
8805
|
const historyDict = {
|
|
@@ -8802,6 +8827,7 @@ var utils = /*#__PURE__*/Object.freeze({
|
|
|
8802
8827
|
*
|
|
8803
8828
|
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
8804
8829
|
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
8830
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
8805
8831
|
* */
|
|
8806
8832
|
const routerListener = createListenerMiddleware();
|
|
8807
8833
|
routerListener.startListening({
|
|
@@ -8829,6 +8855,7 @@ routerListener.startListening({
|
|
|
8829
8855
|
*
|
|
8830
8856
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
8831
8857
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
8858
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
8832
8859
|
* */
|
|
8833
8860
|
const routerModuleConfig = {
|
|
8834
8861
|
id: 'router',
|
|
@@ -9013,6 +9040,7 @@ const drawtoolActions = slice.actions;
|
|
|
9013
9040
|
*
|
|
9014
9041
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
9015
9042
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
9043
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
9016
9044
|
* */
|
|
9017
9045
|
const getDrawingtoolStore = store => {
|
|
9018
9046
|
if (store && store.drawingtools) {
|
|
@@ -9283,6 +9311,7 @@ drawingToolListener.startListening({
|
|
|
9283
9311
|
*
|
|
9284
9312
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
9285
9313
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
9314
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
9286
9315
|
* */
|
|
9287
9316
|
const drawtoolModuleConfig = {
|
|
9288
9317
|
id: 'drawtool-module',
|
|
@@ -9307,6 +9336,7 @@ const drawtoolModuleConfig = {
|
|
|
9307
9336
|
*
|
|
9308
9337
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
9309
9338
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
9339
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
9310
9340
|
* */
|
|
9311
9341
|
const getSingularDrawtoolDrawLayerId = mapId => `drawlayer-${mapId}`;
|
|
9312
9342
|
|
|
@@ -9592,6 +9622,7 @@ var storeTestUtils = /*#__PURE__*/Object.freeze({
|
|
|
9592
9622
|
*
|
|
9593
9623
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
9594
9624
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
9625
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
9595
9626
|
* */
|
|
9596
9627
|
function* addLayerActionsSaga({
|
|
9597
9628
|
payload,
|
|
@@ -9692,6 +9723,7 @@ function* rootSaga() {
|
|
|
9692
9723
|
*
|
|
9693
9724
|
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
9694
9725
|
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
9726
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
9695
9727
|
* */
|
|
9696
9728
|
const syncGroupsListener = createListenerMiddleware();
|
|
9697
9729
|
syncGroupsListener.startListening({
|
|
@@ -9767,6 +9799,7 @@ const synchronizationGroupConfig = {
|
|
|
9767
9799
|
*
|
|
9768
9800
|
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
9769
9801
|
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
9802
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
9770
9803
|
* */
|
|
9771
9804
|
const uiModuleConfig = {
|
|
9772
9805
|
id: 'ui-module',
|
|
@@ -9790,6 +9823,7 @@ const uiModuleConfig = {
|
|
|
9790
9823
|
*
|
|
9791
9824
|
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
9792
9825
|
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
9826
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
9793
9827
|
* */
|
|
9794
9828
|
const coreModuleConfig = [mapStoreModuleConfig, synchronizationGroupConfig, uiModuleConfig, drawtoolModuleConfig];
|
|
9795
9829
|
|