@ws-ui/store 1.11.12-rc1 → 1.11.12-rc13
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/dist/hooks/store.d.ts +2 -2
- package/dist/index.cjs.js +23 -23
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3293 -3313
- package/dist/index.es.js.map +1 -1
- package/dist/modules/explorer/index.d.ts +1 -1
- package/dist/modules/explorer/reducer.d.ts +1 -1
- package/dist/modules/explorer/thunks.d.ts +2 -10
- package/dist/modules/explorer/types.d.ts +1 -26
- package/dist/modules/explorer/utils.d.ts +2 -2
- package/dist/modules/index.d.ts +2 -2
- package/dist/modules/settings/index.d.ts +1 -1
- package/dist/modules/settings/reducer.d.ts +3 -19
- package/dist/modules/settings/types.d.ts +2 -6
- package/dist/modules/tasks/selectors.d.ts +2 -2
- package/dist/modules/webforms/datasources.adapter.d.ts +2 -2
- package/dist/selectors/catalog.d.ts +16 -16
- package/dist/selectors/common.d.ts +8 -8
- package/dist/selectors/components.d.ts +2 -2
- package/dist/selectors/datasources.d.ts +16 -16
- package/dist/selectors/debugger.d.ts +56 -56
- package/dist/selectors/explorer.d.ts +63 -63
- package/dist/selectors/modals.d.ts +2 -2
- package/dist/selectors/roles.d.ts +18 -18
- package/dist/selectors/settings.d.ts +24 -24
- package/dist/selectors/states.d.ts +12 -12
- package/dist/selectors/styles.d.ts +10 -10
- package/dist/selectors/tabs.d.ts +10 -10
- package/dist/selectors/webforms.d.ts +28 -28
- package/package.json +2 -2
|
@@ -12,9 +12,9 @@ export declare const isBaseState: (state: WebformState) => boolean;
|
|
|
12
12
|
*/
|
|
13
13
|
export declare const selectWebformStatesByPath: (tabPath: string, exclude?: string[]) => ((state: import('redux').EmptyObject & {
|
|
14
14
|
root: import('../modules').IRootState;
|
|
15
|
-
explorer: import('
|
|
15
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
16
16
|
debugger: import('../modules').IDebuggerState;
|
|
17
|
-
settings: import('
|
|
17
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
18
18
|
catalog: {
|
|
19
19
|
state: "loading";
|
|
20
20
|
} | {
|
|
@@ -62,9 +62,9 @@ export declare const selectWebformStatesByPath: (tabPath: string, exclude?: stri
|
|
|
62
62
|
*/
|
|
63
63
|
export declare const selectWebformStatesLabelsByPath: (tabPath: string, exclude?: string[]) => ((state: import('redux').EmptyObject & {
|
|
64
64
|
root: import('../modules').IRootState;
|
|
65
|
-
explorer: import('
|
|
65
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
66
66
|
debugger: import('../modules').IDebuggerState;
|
|
67
|
-
settings: import('
|
|
67
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
68
68
|
catalog: {
|
|
69
69
|
state: "loading";
|
|
70
70
|
} | {
|
|
@@ -95,9 +95,9 @@ export declare const selectWebformStatesLabelsByPath: (tabPath: string, exclude?
|
|
|
95
95
|
*/
|
|
96
96
|
export declare const selectDefaultWebformStatesByPath: (tabPath: string) => ((state: import('redux').EmptyObject & {
|
|
97
97
|
root: import('../modules').IRootState;
|
|
98
|
-
explorer: import('
|
|
98
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
99
99
|
debugger: import('../modules').IDebuggerState;
|
|
100
|
-
settings: import('
|
|
100
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
101
101
|
catalog: {
|
|
102
102
|
state: "loading";
|
|
103
103
|
} | {
|
|
@@ -139,9 +139,9 @@ export declare const selectDefaultWebformStatesByPath: (tabPath: string) => ((st
|
|
|
139
139
|
};
|
|
140
140
|
export declare const selectCurrentWebformStateByPath: (tabPath: string) => ((state: import('redux').EmptyObject & {
|
|
141
141
|
root: import('../modules').IRootState;
|
|
142
|
-
explorer: import('
|
|
142
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
143
143
|
debugger: import('../modules').IDebuggerState;
|
|
144
|
-
settings: import('
|
|
144
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
145
145
|
catalog: {
|
|
146
146
|
state: "loading";
|
|
147
147
|
} | {
|
|
@@ -186,9 +186,9 @@ export declare const selectCurrentWebformStateByPath: (tabPath: string) => ((sta
|
|
|
186
186
|
*/
|
|
187
187
|
export declare const selectSavedConditions: ((state: import('redux').EmptyObject & {
|
|
188
188
|
root: import('../modules').IRootState;
|
|
189
|
-
explorer: import('
|
|
189
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
190
190
|
debugger: import('../modules').IDebuggerState;
|
|
191
|
-
settings: import('
|
|
191
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
192
192
|
catalog: {
|
|
193
193
|
state: "loading";
|
|
194
194
|
} | {
|
|
@@ -209,9 +209,9 @@ export declare const selectSavedConditions: ((state: import('redux').EmptyObject
|
|
|
209
209
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
210
210
|
}) => import('@ws-ui/shared').WebformStateCondition[]) & import('reselect').OutputSelectorFields<(args_0: import('redux').CombinedState<{
|
|
211
211
|
root: import('../modules').IRootState;
|
|
212
|
-
explorer: import('
|
|
212
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
213
213
|
debugger: import('../modules').IDebuggerState;
|
|
214
|
-
settings: import('
|
|
214
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
215
215
|
catalog: {
|
|
216
216
|
state: "loading";
|
|
217
217
|
} | {
|
|
@@ -2,9 +2,9 @@ import { EWebFormStyleClassScope, IWebFormStyleClass, ITab } from '@ws-ui/shared
|
|
|
2
2
|
export declare const THEME_CLASSES: string[];
|
|
3
3
|
export declare const selectWebformStylesByPath: (path: string) => ((state: import('redux').EmptyObject & {
|
|
4
4
|
root: import('../modules').IRootState;
|
|
5
|
-
explorer: import('
|
|
5
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
6
6
|
debugger: import('../modules').IDebuggerState;
|
|
7
|
-
settings: import('
|
|
7
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
8
8
|
catalog: {
|
|
9
9
|
state: "loading";
|
|
10
10
|
} | {
|
|
@@ -46,9 +46,9 @@ export declare const selectWebformStylesByPath: (path: string) => ((state: impor
|
|
|
46
46
|
};
|
|
47
47
|
export declare const selectStylesByPath: (path: string, scopes: EWebFormStyleClassScope[]) => ((state: import('redux').EmptyObject & {
|
|
48
48
|
root: import('../modules').IRootState;
|
|
49
|
-
explorer: import('
|
|
49
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
50
50
|
debugger: import('../modules').IDebuggerState;
|
|
51
|
-
settings: import('
|
|
51
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
52
52
|
catalog: {
|
|
53
53
|
state: "loading";
|
|
54
54
|
} | {
|
|
@@ -74,9 +74,9 @@ export declare const selectStylesByPath: (path: string, scopes: EWebFormStyleCla
|
|
|
74
74
|
};
|
|
75
75
|
export declare const selectCSSClassesByPath: (path: string) => ((state: import('redux').EmptyObject & {
|
|
76
76
|
root: import('../modules').IRootState;
|
|
77
|
-
explorer: import('
|
|
77
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
78
78
|
debugger: import('../modules').IDebuggerState;
|
|
79
|
-
settings: import('
|
|
79
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
80
80
|
catalog: {
|
|
81
81
|
state: "loading";
|
|
82
82
|
} | {
|
|
@@ -102,9 +102,9 @@ export declare const selectCSSClassesByPath: (path: string) => ((state: import('
|
|
|
102
102
|
};
|
|
103
103
|
export declare const selectSharedCSS: ((state: import('redux').EmptyObject & {
|
|
104
104
|
root: import('../modules').IRootState;
|
|
105
|
-
explorer: import('
|
|
105
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
106
106
|
debugger: import('../modules').IDebuggerState;
|
|
107
|
-
settings: import('
|
|
107
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
108
108
|
catalog: {
|
|
109
109
|
state: "loading";
|
|
110
110
|
} | {
|
|
@@ -135,9 +135,9 @@ export declare const selectSharedCSS: ((state: import('redux').EmptyObject & {
|
|
|
135
135
|
origin?: string;
|
|
136
136
|
}[]) & import('reselect').OutputSelectorFields<(args_0: import('redux').CombinedState<{
|
|
137
137
|
root: import('../modules').IRootState;
|
|
138
|
-
explorer: import('
|
|
138
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
139
139
|
debugger: import('../modules').IDebuggerState;
|
|
140
|
-
settings: import('
|
|
140
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
141
141
|
catalog: {
|
|
142
142
|
state: "loading";
|
|
143
143
|
} | {
|
package/dist/selectors/tabs.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const selectPanelByPath: (path: string) => ((state: import('redux').EmptyObject & {
|
|
2
2
|
root: import('..').IRootState;
|
|
3
|
-
explorer: import('
|
|
3
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
4
4
|
debugger: import('..').IDebuggerState;
|
|
5
|
-
settings: import('
|
|
5
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
6
6
|
catalog: {
|
|
7
7
|
state: "loading";
|
|
8
8
|
} | {
|
|
@@ -56,9 +56,9 @@ export declare const selectPanelByPath: (path: string) => ((state: import('redux
|
|
|
56
56
|
};
|
|
57
57
|
export declare const selectFlagsByPath: (path: string) => ((state: import('redux').EmptyObject & {
|
|
58
58
|
root: import('..').IRootState;
|
|
59
|
-
explorer: import('
|
|
59
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
60
60
|
debugger: import('..').IDebuggerState;
|
|
61
|
-
settings: import('
|
|
61
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
62
62
|
catalog: {
|
|
63
63
|
state: "loading";
|
|
64
64
|
} | {
|
|
@@ -118,9 +118,9 @@ export declare const selectFlagsByPath: (path: string) => ((state: import('redux
|
|
|
118
118
|
};
|
|
119
119
|
export declare const selectHistoryByPath: (path: string) => ((state: import('redux').EmptyObject & {
|
|
120
120
|
root: import('..').IRootState;
|
|
121
|
-
explorer: import('
|
|
121
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
122
122
|
debugger: import('..').IDebuggerState;
|
|
123
|
-
settings: import('
|
|
123
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
124
124
|
catalog: {
|
|
125
125
|
state: "loading";
|
|
126
126
|
} | {
|
|
@@ -170,9 +170,9 @@ export declare const selectHistoryByPath: (path: string) => ((state: import('red
|
|
|
170
170
|
};
|
|
171
171
|
export declare const selectActiveTabHistoryActions: ((state: import('redux').EmptyObject & {
|
|
172
172
|
root: import('..').IRootState;
|
|
173
|
-
explorer: import('
|
|
173
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
174
174
|
debugger: import('..').IDebuggerState;
|
|
175
|
-
settings: import('
|
|
175
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
176
176
|
catalog: {
|
|
177
177
|
state: "loading";
|
|
178
178
|
} | {
|
|
@@ -220,9 +220,9 @@ export declare const selectActiveTabHistoryActions: ((state: import('redux').Emp
|
|
|
220
220
|
};
|
|
221
221
|
export declare const selectAllTabsByType: (type: string) => ((state: import('redux').EmptyObject & {
|
|
222
222
|
root: import('..').IRootState;
|
|
223
|
-
explorer: import('
|
|
223
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
224
224
|
debugger: import('..').IDebuggerState;
|
|
225
|
-
settings: import('
|
|
225
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
226
226
|
catalog: {
|
|
227
227
|
state: "loading";
|
|
228
228
|
} | {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TInspectorType } from '../modules/webforms/types';
|
|
2
2
|
export declare const selectWebforms: ((state: import('redux').EmptyObject & {
|
|
3
3
|
root: import('../modules').IRootState;
|
|
4
|
-
explorer: import('
|
|
4
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
5
5
|
debugger: import('../modules').IDebuggerState;
|
|
6
|
-
settings: import('
|
|
6
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
7
7
|
catalog: {
|
|
8
8
|
state: "loading";
|
|
9
9
|
} | {
|
|
@@ -29,9 +29,9 @@ export declare const selectWebforms: ((state: import('redux').EmptyObject & {
|
|
|
29
29
|
};
|
|
30
30
|
export declare const selectComponents: ((state: import('redux').EmptyObject & {
|
|
31
31
|
root: import('../modules').IRootState;
|
|
32
|
-
explorer: import('
|
|
32
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
33
33
|
debugger: import('../modules').IDebuggerState;
|
|
34
|
-
settings: import('
|
|
34
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
35
35
|
catalog: {
|
|
36
36
|
state: "loading";
|
|
37
37
|
} | {
|
|
@@ -57,9 +57,9 @@ export declare const selectComponents: ((state: import('redux').EmptyObject & {
|
|
|
57
57
|
};
|
|
58
58
|
export declare const selectInspector: ((state: import('redux').EmptyObject & {
|
|
59
59
|
root: import('../modules').IRootState;
|
|
60
|
-
explorer: import('
|
|
60
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
61
61
|
debugger: import('../modules').IDebuggerState;
|
|
62
|
-
settings: import('
|
|
62
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
63
63
|
catalog: {
|
|
64
64
|
state: "loading";
|
|
65
65
|
} | {
|
|
@@ -85,9 +85,9 @@ export declare const selectInspector: ((state: import('redux').EmptyObject & {
|
|
|
85
85
|
};
|
|
86
86
|
export declare const selectInspectedCSSClass: ((state: import('redux').EmptyObject & {
|
|
87
87
|
root: import('../modules').IRootState;
|
|
88
|
-
explorer: import('
|
|
88
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
89
89
|
debugger: import('../modules').IDebuggerState;
|
|
90
|
-
settings: import('
|
|
90
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
91
91
|
catalog: {
|
|
92
92
|
state: "loading";
|
|
93
93
|
} | {
|
|
@@ -113,9 +113,9 @@ export declare const selectInspectedCSSClass: ((state: import('redux').EmptyObje
|
|
|
113
113
|
};
|
|
114
114
|
export declare const selectInspectedDatasource: ((state: import('redux').EmptyObject & {
|
|
115
115
|
root: import('../modules').IRootState;
|
|
116
|
-
explorer: import('
|
|
116
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
117
117
|
debugger: import('../modules').IDebuggerState;
|
|
118
|
-
settings: import('
|
|
118
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
119
119
|
catalog: {
|
|
120
120
|
state: "loading";
|
|
121
121
|
} | {
|
|
@@ -141,9 +141,9 @@ export declare const selectInspectedDatasource: ((state: import('redux').EmptyOb
|
|
|
141
141
|
};
|
|
142
142
|
export declare const selectTemplates: ((state: import('redux').EmptyObject & {
|
|
143
143
|
root: import('../modules').IRootState;
|
|
144
|
-
explorer: import('
|
|
144
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
145
145
|
debugger: import('../modules').IDebuggerState;
|
|
146
|
-
settings: import('
|
|
146
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
147
147
|
catalog: {
|
|
148
148
|
state: "loading";
|
|
149
149
|
} | {
|
|
@@ -169,9 +169,9 @@ export declare const selectTemplates: ((state: import('redux').EmptyObject & {
|
|
|
169
169
|
};
|
|
170
170
|
export declare const selectTemplatesData: ((state: import('redux').EmptyObject & {
|
|
171
171
|
root: import('../modules').IRootState;
|
|
172
|
-
explorer: import('
|
|
172
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
173
173
|
debugger: import('../modules').IDebuggerState;
|
|
174
|
-
settings: import('
|
|
174
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
175
175
|
catalog: {
|
|
176
176
|
state: "loading";
|
|
177
177
|
} | {
|
|
@@ -197,9 +197,9 @@ export declare const selectTemplatesData: ((state: import('redux').EmptyObject &
|
|
|
197
197
|
};
|
|
198
198
|
export declare const selectCraftedComponent: (id: string) => ((state: import('redux').EmptyObject & {
|
|
199
199
|
root: import('../modules').IRootState;
|
|
200
|
-
explorer: import('
|
|
200
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
201
201
|
debugger: import('../modules').IDebuggerState;
|
|
202
|
-
settings: import('
|
|
202
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
203
203
|
catalog: {
|
|
204
204
|
state: "loading";
|
|
205
205
|
} | {
|
|
@@ -225,9 +225,9 @@ export declare const selectCraftedComponent: (id: string) => ((state: import('re
|
|
|
225
225
|
};
|
|
226
226
|
export declare const selectInspectorStateByType: (type: TInspectorType) => ((state: import('redux').EmptyObject & {
|
|
227
227
|
root: import('../modules').IRootState;
|
|
228
|
-
explorer: import('
|
|
228
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
229
229
|
debugger: import('../modules').IDebuggerState;
|
|
230
|
-
settings: import('
|
|
230
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
231
231
|
catalog: {
|
|
232
232
|
state: "loading";
|
|
233
233
|
} | {
|
|
@@ -253,9 +253,9 @@ export declare const selectInspectorStateByType: (type: TInspectorType) => ((sta
|
|
|
253
253
|
};
|
|
254
254
|
export declare const selectDatasourcesTheme: ((state: import('redux').EmptyObject & {
|
|
255
255
|
root: import('../modules').IRootState;
|
|
256
|
-
explorer: import('
|
|
256
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
257
257
|
debugger: import('../modules').IDebuggerState;
|
|
258
|
-
settings: import('
|
|
258
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
259
259
|
catalog: {
|
|
260
260
|
state: "loading";
|
|
261
261
|
} | {
|
|
@@ -281,9 +281,9 @@ export declare const selectDatasourcesTheme: ((state: import('redux').EmptyObjec
|
|
|
281
281
|
};
|
|
282
282
|
export declare const selectClipBoard: ((state: import('redux').EmptyObject & {
|
|
283
283
|
root: import('../modules').IRootState;
|
|
284
|
-
explorer: import('
|
|
284
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
285
285
|
debugger: import('../modules').IDebuggerState;
|
|
286
|
-
settings: import('
|
|
286
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
287
287
|
catalog: {
|
|
288
288
|
state: "loading";
|
|
289
289
|
} | {
|
|
@@ -315,9 +315,9 @@ export declare const selectClipBoard: ((state: import('redux').EmptyObject & {
|
|
|
315
315
|
};
|
|
316
316
|
export declare const selectIsLoaded: ((state: import('redux').EmptyObject & {
|
|
317
317
|
root: import('../modules').IRootState;
|
|
318
|
-
explorer: import('
|
|
318
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
319
319
|
debugger: import('../modules').IDebuggerState;
|
|
320
|
-
settings: import('
|
|
320
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
321
321
|
catalog: {
|
|
322
322
|
state: "loading";
|
|
323
323
|
} | {
|
|
@@ -351,9 +351,9 @@ export declare const selectIsLoaded: ((state: import('redux').EmptyObject & {
|
|
|
351
351
|
};
|
|
352
352
|
export declare const selectWebformMetadataByPath: (tabPath: string) => ((state: import('redux').EmptyObject & {
|
|
353
353
|
root: import('../modules').IRootState;
|
|
354
|
-
explorer: import('
|
|
354
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
355
355
|
debugger: import('../modules').IDebuggerState;
|
|
356
|
-
settings: import('
|
|
356
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
357
357
|
catalog: {
|
|
358
358
|
state: "loading";
|
|
359
359
|
} | {
|
|
@@ -395,9 +395,9 @@ export declare const selectWebformMetadataByPath: (tabPath: string) => ((state:
|
|
|
395
395
|
};
|
|
396
396
|
export declare const selectI18nCurrent: ((state: import('redux').EmptyObject & {
|
|
397
397
|
root: import('../modules').IRootState;
|
|
398
|
-
explorer: import('
|
|
398
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
399
399
|
debugger: import('../modules').IDebuggerState;
|
|
400
|
-
settings: import('
|
|
400
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
401
401
|
catalog: {
|
|
402
402
|
state: "loading";
|
|
403
403
|
} | {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ws-ui/store",
|
|
3
|
-
"version": "1.11.12-
|
|
3
|
+
"version": "1.11.12-rc13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@reduxjs/toolkit": "^1.7.1",
|
|
24
24
|
"@ws-ui/icons": "1.11.11",
|
|
25
|
-
"@ws-ui/shared": "1.11.12-
|
|
25
|
+
"@ws-ui/shared": "1.11.12-rc13",
|
|
26
26
|
"lodash": "^4.17.21",
|
|
27
27
|
"minimatch": "^10.0.1",
|
|
28
28
|
"react": "^17.0.2",
|