@ws-ui/store 0.1.33 → 0.1.35

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.
@@ -2,7 +2,7 @@
2
2
  import { TInspectorType } from '../modules/webforms/types';
3
3
  export declare const selectWebforms: ((state: import("redux").EmptyObject & {
4
4
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
5
- explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
5
+ explorer: import("../modules").ITreeItem[];
6
6
  debugger: import("../modules").IDebuggerState;
7
7
  settings: import("../modules").ISettingsState;
8
8
  catalog: {
@@ -43,7 +43,7 @@ export declare const selectWebforms: ((state: import("redux").EmptyObject & {
43
43
  };
44
44
  export declare const selectComponents: ((state: import("redux").EmptyObject & {
45
45
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
46
- explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
46
+ explorer: import("../modules").ITreeItem[];
47
47
  debugger: import("../modules").IDebuggerState;
48
48
  settings: import("../modules").ISettingsState;
49
49
  catalog: {
@@ -84,7 +84,7 @@ export declare const selectComponents: ((state: import("redux").EmptyObject & {
84
84
  };
85
85
  export declare const selectInspector: ((state: import("redux").EmptyObject & {
86
86
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
87
- explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
87
+ explorer: import("../modules").ITreeItem[];
88
88
  debugger: import("../modules").IDebuggerState;
89
89
  settings: import("../modules").ISettingsState;
90
90
  catalog: {
@@ -125,7 +125,7 @@ export declare const selectInspector: ((state: import("redux").EmptyObject & {
125
125
  };
126
126
  export declare const selectInspectedCSSClass: ((state: import("redux").EmptyObject & {
127
127
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
128
- explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
128
+ explorer: import("../modules").ITreeItem[];
129
129
  debugger: import("../modules").IDebuggerState;
130
130
  settings: import("../modules").ISettingsState;
131
131
  catalog: {
@@ -166,7 +166,7 @@ export declare const selectInspectedCSSClass: ((state: import("redux").EmptyObje
166
166
  };
167
167
  export declare const selectInspectedDatasource: ((state: import("redux").EmptyObject & {
168
168
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
169
- explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
169
+ explorer: import("../modules").ITreeItem[];
170
170
  debugger: import("../modules").IDebuggerState;
171
171
  settings: import("../modules").ISettingsState;
172
172
  catalog: {
@@ -207,7 +207,7 @@ export declare const selectInspectedDatasource: ((state: import("redux").EmptyOb
207
207
  };
208
208
  export declare const selectTemplates: ((state: import("redux").EmptyObject & {
209
209
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
210
- explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
210
+ explorer: import("../modules").ITreeItem[];
211
211
  debugger: import("../modules").IDebuggerState;
212
212
  settings: import("../modules").ISettingsState;
213
213
  catalog: {
@@ -248,7 +248,7 @@ export declare const selectTemplates: ((state: import("redux").EmptyObject & {
248
248
  };
249
249
  export declare const selectTemplatesData: ((state: import("redux").EmptyObject & {
250
250
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
251
- explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
251
+ explorer: import("../modules").ITreeItem[];
252
252
  debugger: import("../modules").IDebuggerState;
253
253
  settings: import("../modules").ISettingsState;
254
254
  catalog: {
@@ -289,7 +289,7 @@ export declare const selectTemplatesData: ((state: import("redux").EmptyObject &
289
289
  };
290
290
  export declare const selectCraftedComponent: (id: string) => ((state: import("redux").EmptyObject & {
291
291
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
292
- explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
292
+ explorer: import("../modules").ITreeItem[];
293
293
  debugger: import("../modules").IDebuggerState;
294
294
  settings: import("../modules").ISettingsState;
295
295
  catalog: {
@@ -330,7 +330,7 @@ export declare const selectCraftedComponent: (id: string) => ((state: import("re
330
330
  };
331
331
  export declare const selectInspectorStateByType: (type: TInspectorType) => ((state: import("redux").EmptyObject & {
332
332
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
333
- explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
333
+ explorer: import("../modules").ITreeItem[];
334
334
  debugger: import("../modules").IDebuggerState;
335
335
  settings: import("../modules").ISettingsState;
336
336
  catalog: {
@@ -371,7 +371,7 @@ export declare const selectInspectorStateByType: (type: TInspectorType) => ((sta
371
371
  };
372
372
  export declare const selectDatasourcesTheme: ((state: import("redux").EmptyObject & {
373
373
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
374
- explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
374
+ explorer: import("../modules").ITreeItem[];
375
375
  debugger: import("../modules").IDebuggerState;
376
376
  settings: import("../modules").ISettingsState;
377
377
  catalog: {
@@ -412,7 +412,7 @@ export declare const selectDatasourcesTheme: ((state: import("redux").EmptyObjec
412
412
  };
413
413
  export declare const selectIsLoaded: ((state: import("redux").EmptyObject & {
414
414
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
415
- explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
415
+ explorer: import("../modules").ITreeItem[];
416
416
  debugger: import("../modules").IDebuggerState;
417
417
  settings: import("../modules").ISettingsState;
418
418
  catalog: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/store",
3
3
  "private": false,
4
- "version": "0.1.33",
4
+ "version": "0.1.35",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",
@@ -27,8 +27,8 @@
27
27
  "react-redux": "^7.2.6"
28
28
  },
29
29
  "peerDependencies": {
30
- "@ws-ui/icons": "^0.0.19",
31
- "@ws-ui/shared": "^0.1.28",
30
+ "@ws-ui/icons": "^0.0.20",
31
+ "@ws-ui/shared": "^0.1.29",
32
32
  "lodash": "^4.17.21",
33
33
  "minimatch": "^5.1.0",
34
34
  "react": "^17.0.2",