@ws-ui/store 0.1.35 → 0.1.37

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.
@@ -4,7 +4,7 @@ import { ITab } from '@ws-ui/shared';
4
4
  export declare const THEME_CLASSES: string[];
5
5
  export declare const selectWebformStylesByPath: (path: string) => ((state: import("redux").EmptyObject & {
6
6
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
7
- explorer: import("../modules").ITreeItem[];
7
+ explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
8
8
  debugger: import("../modules").IDebuggerState;
9
9
  settings: import("../modules").ISettingsState;
10
10
  catalog: {
@@ -60,7 +60,7 @@ export declare const selectWebformStylesByPath: (path: string) => ((state: impor
60
60
  };
61
61
  export declare const selectStylesByPath: (path: string, scopes: EWebFormStyleClassScope[]) => ((state: import("redux").EmptyObject & {
62
62
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
63
- explorer: import("../modules").ITreeItem[];
63
+ explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
64
64
  debugger: import("../modules").IDebuggerState;
65
65
  settings: import("../modules").ISettingsState;
66
66
  catalog: {
@@ -101,7 +101,7 @@ export declare const selectStylesByPath: (path: string, scopes: EWebFormStyleCla
101
101
  };
102
102
  export declare const selectCSSClassesByPath: (path: string) => ((state: import("redux").EmptyObject & {
103
103
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
104
- explorer: import("../modules").ITreeItem[];
104
+ explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
105
105
  debugger: import("../modules").IDebuggerState;
106
106
  settings: import("../modules").ISettingsState;
107
107
  catalog: {
@@ -142,7 +142,7 @@ export declare const selectCSSClassesByPath: (path: string) => ((state: import("
142
142
  };
143
143
  export declare const selectSharedCSS: ((state: import("redux").EmptyObject & {
144
144
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
145
- explorer: import("../modules").ITreeItem[];
145
+ explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
146
146
  debugger: import("../modules").IDebuggerState;
147
147
  settings: import("../modules").ISettingsState;
148
148
  catalog: {
@@ -188,7 +188,7 @@ export declare const selectSharedCSS: ((state: import("redux").EmptyObject & {
188
188
  origin?: string | undefined;
189
189
  }[]) & import("reselect").OutputSelectorFields<(args_0: import("redux").CombinedState<{
190
190
  root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
191
- explorer: import("../modules").ITreeItem[];
191
+ explorer: import("immer/dist/internal.js").WritableDraft<import("../modules").ITreeItem>[];
192
192
  debugger: import("../modules").IDebuggerState;
193
193
  settings: import("../modules").ISettingsState;
194
194
  catalog: {
@@ -1,7 +1,7 @@
1
1
  /// <reference types="@ws-ui/shared/dist/declarations/datasources/datasource" />
2
2
  export declare const selectFlagsByPath: (path: string) => ((state: import("redux").EmptyObject & {
3
3
  root: import("immer/dist/internal.js").WritableDraft<import("..").IRootState>;
4
- explorer: import("..").ITreeItem[];
4
+ explorer: import("immer/dist/internal.js").WritableDraft<import("..").ITreeItem>[];
5
5
  debugger: import("..").IDebuggerState;
6
6
  settings: import("..").ISettingsState;
7
7
  catalog: {
@@ -73,7 +73,7 @@ export declare const selectFlagsByPath: (path: string) => ((state: import("redux
73
73
  };
74
74
  export declare const selectHistoryByPath: (path: string) => ((state: import("redux").EmptyObject & {
75
75
  root: import("immer/dist/internal.js").WritableDraft<import("..").IRootState>;
76
- explorer: import("..").ITreeItem[];
76
+ explorer: import("immer/dist/internal.js").WritableDraft<import("..").ITreeItem>[];
77
77
  debugger: import("..").IDebuggerState;
78
78
  settings: import("..").ISettingsState;
79
79
  catalog: {
@@ -137,7 +137,7 @@ export declare const selectHistoryByPath: (path: string) => ((state: import("red
137
137
  };
138
138
  export declare const selectActiveTabHistoryActions: ((state: import("redux").EmptyObject & {
139
139
  root: import("immer/dist/internal.js").WritableDraft<import("..").IRootState>;
140
- explorer: import("..").ITreeItem[];
140
+ explorer: import("immer/dist/internal.js").WritableDraft<import("..").ITreeItem>[];
141
141
  debugger: import("..").IDebuggerState;
142
142
  settings: import("..").ISettingsState;
143
143
  catalog: {
@@ -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("../modules").ITreeItem[];
5
+ explorer: import("immer/dist/internal.js").WritableDraft<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("../modules").ITreeItem[];
46
+ explorer: import("immer/dist/internal.js").WritableDraft<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("../modules").ITreeItem[];
87
+ explorer: import("immer/dist/internal.js").WritableDraft<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("../modules").ITreeItem[];
128
+ explorer: import("immer/dist/internal.js").WritableDraft<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("../modules").ITreeItem[];
169
+ explorer: import("immer/dist/internal.js").WritableDraft<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("../modules").ITreeItem[];
210
+ explorer: import("immer/dist/internal.js").WritableDraft<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("../modules").ITreeItem[];
251
+ explorer: import("immer/dist/internal.js").WritableDraft<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("../modules").ITreeItem[];
292
+ explorer: import("immer/dist/internal.js").WritableDraft<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("../modules").ITreeItem[];
333
+ explorer: import("immer/dist/internal.js").WritableDraft<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("../modules").ITreeItem[];
374
+ explorer: import("immer/dist/internal.js").WritableDraft<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("../modules").ITreeItem[];
415
+ explorer: import("immer/dist/internal.js").WritableDraft<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.35",
4
+ "version": "0.1.37",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",
@@ -13,6 +13,7 @@
13
13
  "dev": "vite",
14
14
  "prepack": "npm run build",
15
15
  "build": "tsc && vite build",
16
+ "format": "prettier --write src",
16
17
  "postbuild": "yalc push --changed",
17
18
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
18
19
  "preview": "vite preview"