@opengeoweb/store 12.7.0 → 12.9.1

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.
@@ -75,27 +75,7 @@ export declare const getDialogMapId: ((state: UIModuleState, dialogType: string)
75
75
  * @param {DialogType} dialogType type of the dialog
76
76
  * @returns {number} the higher the order number the higher the zIndex
77
77
  */
78
- export declare const getDialogOrder: ((state: UIModuleState, dialogType: string) => number) & {
79
- clearCache: () => void;
80
- resultsCount: () => number;
81
- resetResultsCount: () => void;
82
- } & {
83
- resultFunc: (resultFuncArgs_0: number) => number;
84
- memoizedResultFunc: ((resultFuncArgs_0: number) => number) & {
85
- clearCache: () => void;
86
- resultsCount: () => number;
87
- resetResultsCount: () => void;
88
- };
89
- lastResult: () => number;
90
- dependencies: [(store: UIModuleState, dialogType: DialogType) => number];
91
- recomputations: () => number;
92
- resetRecomputations: () => void;
93
- dependencyRecomputations: () => number;
94
- resetDependencyRecomputations: () => void;
95
- } & {
96
- memoize: typeof import("reselect").weakMapMemoize;
97
- argsMemoize: typeof import("reselect").weakMapMemoize;
98
- };
78
+ export declare const getDialogOrder: (store: UIModuleState, dialogType: DialogType) => number;
99
79
  /**
100
80
  *For a given ui component: returns if ordered on top
101
81
  *
@@ -103,27 +83,7 @@ export declare const getDialogOrder: ((state: UIModuleState, dialogType: string)
103
83
  * @param {DialogType} dialogType type of the dialog
104
84
  * @returns {boolean}
105
85
  */
106
- export declare const getDialogIsOrderedOnTop: ((state: UIModuleState, dialogType: string) => boolean) & {
107
- clearCache: () => void;
108
- resultsCount: () => number;
109
- resetResultsCount: () => void;
110
- } & {
111
- resultFunc: (resultFuncArgs_0: boolean) => boolean;
112
- memoizedResultFunc: ((resultFuncArgs_0: boolean) => boolean) & {
113
- clearCache: () => void;
114
- resultsCount: () => number;
115
- resetResultsCount: () => void;
116
- };
117
- lastResult: () => boolean;
118
- dependencies: [(store: UIModuleState, dialogType: DialogType) => boolean];
119
- recomputations: () => number;
120
- resetRecomputations: () => void;
121
- dependencyRecomputations: () => number;
122
- resetDependencyRecomputations: () => void;
123
- } & {
124
- memoize: typeof import("reselect").weakMapMemoize;
125
- argsMemoize: typeof import("reselect").weakMapMemoize;
126
- };
86
+ export declare const getDialogIsOrderedOnTop: (store: UIModuleState, dialogType: DialogType) => boolean;
127
87
  export declare const getDialogSource: ((state: UIModuleState, dialogType: string) => import("dist/libs/shared/src/lib/components/ToolContainer/ToolContainerDraggable").Source) & {
128
88
  clearCache: () => void;
129
89
  resultsCount: () => number;
File without changes