@ws-ui/store 1.12.4 → 1.13.0-rc1
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 +3 -3
- package/dist/index.cjs.js +50 -50
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +10351 -11043
- 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 +3 -11
- package/dist/modules/explorer/types.d.ts +1 -26
- package/dist/modules/explorer/utils.d.ts +2 -2
- package/dist/modules/index.d.ts +3 -3
- package/dist/modules/modals/thunks.d.ts +1 -9
- package/dist/modules/roles/adapter.d.ts +1 -180
- package/dist/modules/roles/index.d.ts +1 -2
- package/dist/modules/roles/reducer.d.ts +1 -1
- package/dist/modules/roles/thunks.d.ts +1 -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 +3 -3
- package/dist/modules/webforms/datasources.adapter.d.ts +3 -3
- package/dist/modules/webforms/index.d.ts +0 -1
- package/dist/modules/webforms/reducer.d.ts +1 -2
- package/dist/selectors/catalog.d.ts +29 -29
- package/dist/selectors/common.d.ts +12 -12
- package/dist/selectors/components.d.ts +5 -5
- package/dist/selectors/datasources.d.ts +26 -26
- package/dist/selectors/debugger.d.ts +84 -84
- package/dist/selectors/explorer.d.ts +181 -89
- package/dist/selectors/modals.d.ts +3 -3
- package/dist/selectors/roles.d.ts +42 -42
- package/dist/selectors/settings.d.ts +35 -35
- package/dist/selectors/states.d.ts +18 -23
- package/dist/selectors/styles.d.ts +15 -16
- package/dist/selectors/tabs.d.ts +15 -15
- package/dist/selectors/webforms.d.ts +42 -42
- package/package.json +3 -3
- package/dist/modules/roles/types.d.ts +0 -108
- package/dist/modules/webforms/private.d.ts +0 -3
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ITab } from '@ws-ui/shared';
|
|
2
2
|
export declare const selectRoot: ((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
|
} | {
|
|
@@ -13,7 +13,7 @@ export declare const selectRoot: ((state: import('redux').EmptyObject & {
|
|
|
13
13
|
state: "error";
|
|
14
14
|
error: string;
|
|
15
15
|
};
|
|
16
|
-
roles: import('
|
|
16
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
17
17
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
18
18
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
19
19
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -29,9 +29,9 @@ export declare const selectRoot: ((state: import('redux').EmptyObject & {
|
|
|
29
29
|
};
|
|
30
30
|
export declare const selectTabs: ((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
|
} | {
|
|
@@ -41,7 +41,7 @@ export declare const selectTabs: ((state: import('redux').EmptyObject & {
|
|
|
41
41
|
state: "error";
|
|
42
42
|
error: string;
|
|
43
43
|
};
|
|
44
|
-
roles: import('
|
|
44
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
45
45
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
46
46
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
47
47
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -93,9 +93,9 @@ export declare const selectTabs: ((state: import('redux').EmptyObject & {
|
|
|
93
93
|
};
|
|
94
94
|
export declare const selectActiveTab: ((state: import('redux').EmptyObject & {
|
|
95
95
|
root: import('../modules').IRootState;
|
|
96
|
-
explorer: import('
|
|
96
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
97
97
|
debugger: import('../modules').IDebuggerState;
|
|
98
|
-
settings: import('
|
|
98
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
99
99
|
catalog: {
|
|
100
100
|
state: "loading";
|
|
101
101
|
} | {
|
|
@@ -105,7 +105,7 @@ export declare const selectActiveTab: ((state: import('redux').EmptyObject & {
|
|
|
105
105
|
state: "error";
|
|
106
106
|
error: string;
|
|
107
107
|
};
|
|
108
|
-
roles: import('
|
|
108
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
109
109
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
110
110
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
111
111
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -121,9 +121,9 @@ export declare const selectActiveTab: ((state: import('redux').EmptyObject & {
|
|
|
121
121
|
};
|
|
122
122
|
export declare const selectRecentFiles: ((state: import('redux').EmptyObject & {
|
|
123
123
|
root: import('../modules').IRootState;
|
|
124
|
-
explorer: import('
|
|
124
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
125
125
|
debugger: import('../modules').IDebuggerState;
|
|
126
|
-
settings: import('
|
|
126
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
127
127
|
catalog: {
|
|
128
128
|
state: "loading";
|
|
129
129
|
} | {
|
|
@@ -133,7 +133,7 @@ export declare const selectRecentFiles: ((state: import('redux').EmptyObject & {
|
|
|
133
133
|
state: "error";
|
|
134
134
|
error: string;
|
|
135
135
|
};
|
|
136
|
-
roles: import('
|
|
136
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
137
137
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
138
138
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
139
139
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -185,9 +185,9 @@ export declare const selectRecentFiles: ((state: import('redux').EmptyObject & {
|
|
|
185
185
|
};
|
|
186
186
|
export declare const selectCurrentTab: ((state: import('redux').EmptyObject & {
|
|
187
187
|
root: import('../modules').IRootState;
|
|
188
|
-
explorer: import('
|
|
188
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
189
189
|
debugger: import('../modules').IDebuggerState;
|
|
190
|
-
settings: import('
|
|
190
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
191
191
|
catalog: {
|
|
192
192
|
state: "loading";
|
|
193
193
|
} | {
|
|
@@ -197,7 +197,7 @@ export declare const selectCurrentTab: ((state: import('redux').EmptyObject & {
|
|
|
197
197
|
state: "error";
|
|
198
198
|
error: string;
|
|
199
199
|
};
|
|
200
|
-
roles: import('
|
|
200
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
201
201
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
202
202
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
203
203
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -249,9 +249,9 @@ export declare const selectCurrentTab: ((state: import('redux').EmptyObject & {
|
|
|
249
249
|
};
|
|
250
250
|
export declare const selectTabMaxWeight: ((state: import('redux').EmptyObject & {
|
|
251
251
|
root: import('../modules').IRootState;
|
|
252
|
-
explorer: import('
|
|
252
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
253
253
|
debugger: import('../modules').IDebuggerState;
|
|
254
|
-
settings: import('
|
|
254
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
255
255
|
catalog: {
|
|
256
256
|
state: "loading";
|
|
257
257
|
} | {
|
|
@@ -261,7 +261,7 @@ export declare const selectTabMaxWeight: ((state: import('redux').EmptyObject &
|
|
|
261
261
|
state: "error";
|
|
262
262
|
error: string;
|
|
263
263
|
};
|
|
264
|
-
roles: import('
|
|
264
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
265
265
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
266
266
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
267
267
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -313,9 +313,9 @@ export declare const selectTabMaxWeight: ((state: import('redux').EmptyObject &
|
|
|
313
313
|
};
|
|
314
314
|
export declare const selectPreviewedWebformsPaths: ((state: import('redux').EmptyObject & {
|
|
315
315
|
root: import('../modules').IRootState;
|
|
316
|
-
explorer: import('
|
|
316
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
317
317
|
debugger: import('../modules').IDebuggerState;
|
|
318
|
-
settings: import('
|
|
318
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
319
319
|
catalog: {
|
|
320
320
|
state: "loading";
|
|
321
321
|
} | {
|
|
@@ -325,7 +325,7 @@ export declare const selectPreviewedWebformsPaths: ((state: import('redux').Empt
|
|
|
325
325
|
state: "error";
|
|
326
326
|
error: string;
|
|
327
327
|
};
|
|
328
|
-
roles: import('
|
|
328
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
329
329
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
330
330
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
331
331
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -359,9 +359,9 @@ export declare const selectPreviewedWebformsPaths: ((state: import('redux').Empt
|
|
|
359
359
|
};
|
|
360
360
|
export declare const selectHasTabs: ((state: import('redux').EmptyObject & {
|
|
361
361
|
root: import('../modules').IRootState;
|
|
362
|
-
explorer: import('
|
|
362
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
363
363
|
debugger: import('../modules').IDebuggerState;
|
|
364
|
-
settings: import('
|
|
364
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
365
365
|
catalog: {
|
|
366
366
|
state: "loading";
|
|
367
367
|
} | {
|
|
@@ -371,7 +371,7 @@ export declare const selectHasTabs: ((state: import('redux').EmptyObject & {
|
|
|
371
371
|
state: "error";
|
|
372
372
|
error: string;
|
|
373
373
|
};
|
|
374
|
-
roles: import('
|
|
374
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
375
375
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
376
376
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
377
377
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -405,9 +405,9 @@ export declare const selectHasTabs: ((state: import('redux').EmptyObject & {
|
|
|
405
405
|
};
|
|
406
406
|
export declare const selectTabByPath: (tabPath: string) => ((state: import('redux').EmptyObject & {
|
|
407
407
|
root: import('../modules').IRootState;
|
|
408
|
-
explorer: import('
|
|
408
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
409
409
|
debugger: import('../modules').IDebuggerState;
|
|
410
|
-
settings: import('
|
|
410
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
411
411
|
catalog: {
|
|
412
412
|
state: "loading";
|
|
413
413
|
} | {
|
|
@@ -417,7 +417,7 @@ export declare const selectTabByPath: (tabPath: string) => ((state: import('redu
|
|
|
417
417
|
state: "error";
|
|
418
418
|
error: string;
|
|
419
419
|
};
|
|
420
|
-
roles: import('
|
|
420
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
421
421
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
422
422
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
423
423
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -469,9 +469,9 @@ export declare const selectTabByPath: (tabPath: string) => ((state: import('redu
|
|
|
469
469
|
};
|
|
470
470
|
export declare const selectTabNameByPath: (tabPath: string) => ((state: import('redux').EmptyObject & {
|
|
471
471
|
root: import('../modules').IRootState;
|
|
472
|
-
explorer: import('
|
|
472
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
473
473
|
debugger: import('../modules').IDebuggerState;
|
|
474
|
-
settings: import('
|
|
474
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
475
475
|
catalog: {
|
|
476
476
|
state: "loading";
|
|
477
477
|
} | {
|
|
@@ -481,7 +481,7 @@ export declare const selectTabNameByPath: (tabPath: string) => ((state: import('
|
|
|
481
481
|
state: "error";
|
|
482
482
|
error: string;
|
|
483
483
|
};
|
|
484
|
-
roles: import('
|
|
484
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
485
485
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
486
486
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
487
487
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -515,9 +515,9 @@ export declare const selectTabNameByPath: (tabPath: string) => ((state: import('
|
|
|
515
515
|
};
|
|
516
516
|
export declare const selectContentByPath: (tabPath: string, contentPath?: string) => ((state: import('redux').EmptyObject & {
|
|
517
517
|
root: import('../modules').IRootState;
|
|
518
|
-
explorer: import('
|
|
518
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
519
519
|
debugger: import('../modules').IDebuggerState;
|
|
520
|
-
settings: import('
|
|
520
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
521
521
|
catalog: {
|
|
522
522
|
state: "loading";
|
|
523
523
|
} | {
|
|
@@ -527,7 +527,7 @@ export declare const selectContentByPath: (tabPath: string, contentPath?: string
|
|
|
527
527
|
state: "error";
|
|
528
528
|
error: string;
|
|
529
529
|
};
|
|
530
|
-
roles: import('
|
|
530
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
531
531
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
532
532
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
533
533
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -561,9 +561,9 @@ export declare const selectContentByPath: (tabPath: string, contentPath?: string
|
|
|
561
561
|
};
|
|
562
562
|
export declare const selectTabExtraByPath: (tabPath: string) => ((state: import('redux').EmptyObject & {
|
|
563
563
|
root: import('../modules').IRootState;
|
|
564
|
-
explorer: import('
|
|
564
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
565
565
|
debugger: import('../modules').IDebuggerState;
|
|
566
|
-
settings: import('
|
|
566
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
567
567
|
catalog: {
|
|
568
568
|
state: "loading";
|
|
569
569
|
} | {
|
|
@@ -573,7 +573,7 @@ export declare const selectTabExtraByPath: (tabPath: string) => ((state: import(
|
|
|
573
573
|
state: "error";
|
|
574
574
|
error: string;
|
|
575
575
|
};
|
|
576
|
-
roles: import('
|
|
576
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
577
577
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
578
578
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
579
579
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -641,11 +641,103 @@ export declare const selectTabExtraByPath: (tabPath: string) => ((state: import(
|
|
|
641
641
|
}> & {
|
|
642
642
|
clearCache: () => void;
|
|
643
643
|
};
|
|
644
|
+
export declare const selectEventReportFiltersByPath: (tabPath: string) => ((state: import('redux').EmptyObject & {
|
|
645
|
+
root: import('../modules').IRootState;
|
|
646
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
647
|
+
debugger: import('../modules').IDebuggerState;
|
|
648
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
649
|
+
catalog: {
|
|
650
|
+
state: "loading";
|
|
651
|
+
} | {
|
|
652
|
+
state: "loaded";
|
|
653
|
+
model: datasources.IEnhancedCatalog;
|
|
654
|
+
} | {
|
|
655
|
+
state: "error";
|
|
656
|
+
error: string;
|
|
657
|
+
};
|
|
658
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
659
|
+
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
660
|
+
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
661
|
+
savedConditions: import('../modules').ISavedConditionsState;
|
|
662
|
+
webforms: import('../modules').IWebformEditorState;
|
|
663
|
+
modals: import('../modules').IModalsState;
|
|
664
|
+
sharedCSS: import('../modules').ISharedCSSState;
|
|
665
|
+
model: import('../modules').IModelState;
|
|
666
|
+
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
667
|
+
}) => string[] | undefined) & import('reselect').OutputSelectorFields<(args_0: Partial<{
|
|
668
|
+
initialLineInfo: {
|
|
669
|
+
line: number;
|
|
670
|
+
offset?: number;
|
|
671
|
+
lastModification: number;
|
|
672
|
+
};
|
|
673
|
+
initialSelectionInfo: {
|
|
674
|
+
selection: import('@ws-ui/shared').ITextEditorSelection;
|
|
675
|
+
lastModification: number;
|
|
676
|
+
};
|
|
677
|
+
diffContent: string;
|
|
678
|
+
attributes: import('@ws-ui/shared').IMethodAttributes;
|
|
679
|
+
source: import('@ws-ui/shared').ISource;
|
|
680
|
+
editor: import('@ws-ui/shared').IEditor;
|
|
681
|
+
ext: import('@ws-ui/shared').DebuggerFileExtension;
|
|
682
|
+
kind: string;
|
|
683
|
+
eventReportView: "full" | "compact";
|
|
684
|
+
eventReportFilters: string[];
|
|
685
|
+
}> | undefined) => string[] | undefined, {
|
|
686
|
+
clearCache: () => void;
|
|
687
|
+
}> & {
|
|
688
|
+
clearCache: () => void;
|
|
689
|
+
};
|
|
690
|
+
export declare const selectEventReportViewByPath: (tabPath: string) => ((state: import('redux').EmptyObject & {
|
|
691
|
+
root: import('../modules').IRootState;
|
|
692
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
693
|
+
debugger: import('../modules').IDebuggerState;
|
|
694
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
695
|
+
catalog: {
|
|
696
|
+
state: "loading";
|
|
697
|
+
} | {
|
|
698
|
+
state: "loaded";
|
|
699
|
+
model: datasources.IEnhancedCatalog;
|
|
700
|
+
} | {
|
|
701
|
+
state: "error";
|
|
702
|
+
error: string;
|
|
703
|
+
};
|
|
704
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
705
|
+
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
706
|
+
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
707
|
+
savedConditions: import('../modules').ISavedConditionsState;
|
|
708
|
+
webforms: import('../modules').IWebformEditorState;
|
|
709
|
+
modals: import('../modules').IModalsState;
|
|
710
|
+
sharedCSS: import('../modules').ISharedCSSState;
|
|
711
|
+
model: import('../modules').IModelState;
|
|
712
|
+
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
713
|
+
}) => "full" | "compact" | undefined) & import('reselect').OutputSelectorFields<(args_0: Partial<{
|
|
714
|
+
initialLineInfo: {
|
|
715
|
+
line: number;
|
|
716
|
+
offset?: number;
|
|
717
|
+
lastModification: number;
|
|
718
|
+
};
|
|
719
|
+
initialSelectionInfo: {
|
|
720
|
+
selection: import('@ws-ui/shared').ITextEditorSelection;
|
|
721
|
+
lastModification: number;
|
|
722
|
+
};
|
|
723
|
+
diffContent: string;
|
|
724
|
+
attributes: import('@ws-ui/shared').IMethodAttributes;
|
|
725
|
+
source: import('@ws-ui/shared').ISource;
|
|
726
|
+
editor: import('@ws-ui/shared').IEditor;
|
|
727
|
+
ext: import('@ws-ui/shared').DebuggerFileExtension;
|
|
728
|
+
kind: string;
|
|
729
|
+
eventReportView: "full" | "compact";
|
|
730
|
+
eventReportFilters: string[];
|
|
731
|
+
}> | undefined) => "full" | "compact" | undefined, {
|
|
732
|
+
clearCache: () => void;
|
|
733
|
+
}> & {
|
|
734
|
+
clearCache: () => void;
|
|
735
|
+
};
|
|
644
736
|
export declare const selectWebformNodes: (path: string, transformer?: (value: object) => any) => ((state: import('redux').EmptyObject & {
|
|
645
737
|
root: import('../modules').IRootState;
|
|
646
|
-
explorer: import('
|
|
738
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
647
739
|
debugger: import('../modules').IDebuggerState;
|
|
648
|
-
settings: import('
|
|
740
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
649
741
|
catalog: {
|
|
650
742
|
state: "loading";
|
|
651
743
|
} | {
|
|
@@ -655,7 +747,7 @@ export declare const selectWebformNodes: (path: string, transformer?: (value: ob
|
|
|
655
747
|
state: "error";
|
|
656
748
|
error: string;
|
|
657
749
|
};
|
|
658
|
-
roles: import('
|
|
750
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
659
751
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
660
752
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
661
753
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -671,9 +763,9 @@ export declare const selectWebformNodes: (path: string, transformer?: (value: ob
|
|
|
671
763
|
};
|
|
672
764
|
export declare const selectTouchedTabs: ((state: import('redux').EmptyObject & {
|
|
673
765
|
root: import('../modules').IRootState;
|
|
674
|
-
explorer: import('
|
|
766
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
675
767
|
debugger: import('../modules').IDebuggerState;
|
|
676
|
-
settings: import('
|
|
768
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
677
769
|
catalog: {
|
|
678
770
|
state: "loading";
|
|
679
771
|
} | {
|
|
@@ -683,7 +775,7 @@ export declare const selectTouchedTabs: ((state: import('redux').EmptyObject & {
|
|
|
683
775
|
state: "error";
|
|
684
776
|
error: string;
|
|
685
777
|
};
|
|
686
|
-
roles: import('
|
|
778
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
687
779
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
688
780
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
689
781
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -753,9 +845,9 @@ export declare const selectTouchedTabs: ((state: import('redux').EmptyObject & {
|
|
|
753
845
|
};
|
|
754
846
|
export declare const selectTouchedTabsLength: ((state: import('redux').EmptyObject & {
|
|
755
847
|
root: import('../modules').IRootState;
|
|
756
|
-
explorer: import('
|
|
848
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
757
849
|
debugger: import('../modules').IDebuggerState;
|
|
758
|
-
settings: import('
|
|
850
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
759
851
|
catalog: {
|
|
760
852
|
state: "loading";
|
|
761
853
|
} | {
|
|
@@ -765,7 +857,7 @@ export declare const selectTouchedTabsLength: ((state: import('redux').EmptyObje
|
|
|
765
857
|
state: "error";
|
|
766
858
|
error: string;
|
|
767
859
|
};
|
|
768
|
-
roles: import('
|
|
860
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
769
861
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
770
862
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
771
863
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -799,9 +891,9 @@ export declare const selectTouchedTabsLength: ((state: import('redux').EmptyObje
|
|
|
799
891
|
};
|
|
800
892
|
export declare const selectExplorer: ((state: import('redux').EmptyObject & {
|
|
801
893
|
root: import('../modules').IRootState;
|
|
802
|
-
explorer: import('
|
|
894
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
803
895
|
debugger: import('../modules').IDebuggerState;
|
|
804
|
-
settings: import('
|
|
896
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
805
897
|
catalog: {
|
|
806
898
|
state: "loading";
|
|
807
899
|
} | {
|
|
@@ -811,7 +903,7 @@ export declare const selectExplorer: ((state: import('redux').EmptyObject & {
|
|
|
811
903
|
state: "error";
|
|
812
904
|
error: string;
|
|
813
905
|
};
|
|
814
|
-
roles: import('
|
|
906
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
815
907
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
816
908
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
817
909
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -820,11 +912,11 @@ export declare const selectExplorer: ((state: import('redux').EmptyObject & {
|
|
|
820
912
|
sharedCSS: import('../modules').ISharedCSSState;
|
|
821
913
|
model: import('../modules').IModelState;
|
|
822
914
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
823
|
-
}) => import('
|
|
915
|
+
}) => import('@ws-ui/shared').ITreeItem[]) & import('reselect').OutputSelectorFields<(args_0: import('redux').CombinedState<{
|
|
824
916
|
root: import('../modules').IRootState;
|
|
825
|
-
explorer: import('
|
|
917
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
826
918
|
debugger: import('../modules').IDebuggerState;
|
|
827
|
-
settings: import('
|
|
919
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
828
920
|
catalog: {
|
|
829
921
|
state: "loading";
|
|
830
922
|
} | {
|
|
@@ -834,7 +926,7 @@ export declare const selectExplorer: ((state: import('redux').EmptyObject & {
|
|
|
834
926
|
state: "error";
|
|
835
927
|
error: string;
|
|
836
928
|
};
|
|
837
|
-
roles: import('
|
|
929
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
838
930
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
839
931
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
840
932
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -843,16 +935,16 @@ export declare const selectExplorer: ((state: import('redux').EmptyObject & {
|
|
|
843
935
|
sharedCSS: import('../modules').ISharedCSSState;
|
|
844
936
|
model: import('../modules').IModelState;
|
|
845
937
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
846
|
-
}>) => import('
|
|
938
|
+
}>) => import('@ws-ui/shared').ITreeItem[], {
|
|
847
939
|
clearCache: () => void;
|
|
848
940
|
}> & {
|
|
849
941
|
clearCache: () => void;
|
|
850
942
|
};
|
|
851
943
|
export declare const selectWebFormsFolder: ((state: import('redux').EmptyObject & {
|
|
852
944
|
root: import('../modules').IRootState;
|
|
853
|
-
explorer: import('
|
|
945
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
854
946
|
debugger: import('../modules').IDebuggerState;
|
|
855
|
-
settings: import('
|
|
947
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
856
948
|
catalog: {
|
|
857
949
|
state: "loading";
|
|
858
950
|
} | {
|
|
@@ -862,7 +954,7 @@ export declare const selectWebFormsFolder: ((state: import('redux').EmptyObject
|
|
|
862
954
|
state: "error";
|
|
863
955
|
error: string;
|
|
864
956
|
};
|
|
865
|
-
roles: import('
|
|
957
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
866
958
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
867
959
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
868
960
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -871,11 +963,11 @@ export declare const selectWebFormsFolder: ((state: import('redux').EmptyObject
|
|
|
871
963
|
sharedCSS: import('../modules').ISharedCSSState;
|
|
872
964
|
model: import('../modules').IModelState;
|
|
873
965
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
874
|
-
}) => import('
|
|
966
|
+
}) => import('@ws-ui/shared').ITreeItem | undefined) & import('reselect').OutputSelectorFields<(args_0: import('redux').CombinedState<{
|
|
875
967
|
root: import('../modules').IRootState;
|
|
876
|
-
explorer: import('
|
|
968
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
877
969
|
debugger: import('../modules').IDebuggerState;
|
|
878
|
-
settings: import('
|
|
970
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
879
971
|
catalog: {
|
|
880
972
|
state: "loading";
|
|
881
973
|
} | {
|
|
@@ -885,7 +977,7 @@ export declare const selectWebFormsFolder: ((state: import('redux').EmptyObject
|
|
|
885
977
|
state: "error";
|
|
886
978
|
error: string;
|
|
887
979
|
};
|
|
888
|
-
roles: import('
|
|
980
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
889
981
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
890
982
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
891
983
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -894,16 +986,16 @@ export declare const selectWebFormsFolder: ((state: import('redux').EmptyObject
|
|
|
894
986
|
sharedCSS: import('../modules').ISharedCSSState;
|
|
895
987
|
model: import('../modules').IModelState;
|
|
896
988
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
897
|
-
}>) => import('
|
|
989
|
+
}>) => import('@ws-ui/shared').ITreeItem | undefined, {
|
|
898
990
|
clearCache: () => void;
|
|
899
991
|
}> & {
|
|
900
992
|
clearCache: () => void;
|
|
901
993
|
};
|
|
902
994
|
export declare const selectMethodsFolder: ((state: import('redux').EmptyObject & {
|
|
903
995
|
root: import('../modules').IRootState;
|
|
904
|
-
explorer: import('
|
|
996
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
905
997
|
debugger: import('../modules').IDebuggerState;
|
|
906
|
-
settings: import('
|
|
998
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
907
999
|
catalog: {
|
|
908
1000
|
state: "loading";
|
|
909
1001
|
} | {
|
|
@@ -913,7 +1005,7 @@ export declare const selectMethodsFolder: ((state: import('redux').EmptyObject &
|
|
|
913
1005
|
state: "error";
|
|
914
1006
|
error: string;
|
|
915
1007
|
};
|
|
916
|
-
roles: import('
|
|
1008
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
917
1009
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
918
1010
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
919
1011
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -922,11 +1014,11 @@ export declare const selectMethodsFolder: ((state: import('redux').EmptyObject &
|
|
|
922
1014
|
sharedCSS: import('../modules').ISharedCSSState;
|
|
923
1015
|
model: import('../modules').IModelState;
|
|
924
1016
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
925
|
-
}) => import('
|
|
1017
|
+
}) => import('@ws-ui/shared').ITreeItem | undefined) & import('reselect').OutputSelectorFields<(args_0: import('redux').CombinedState<{
|
|
926
1018
|
root: import('../modules').IRootState;
|
|
927
|
-
explorer: import('
|
|
1019
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
928
1020
|
debugger: import('../modules').IDebuggerState;
|
|
929
|
-
settings: import('
|
|
1021
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
930
1022
|
catalog: {
|
|
931
1023
|
state: "loading";
|
|
932
1024
|
} | {
|
|
@@ -936,7 +1028,7 @@ export declare const selectMethodsFolder: ((state: import('redux').EmptyObject &
|
|
|
936
1028
|
state: "error";
|
|
937
1029
|
error: string;
|
|
938
1030
|
};
|
|
939
|
-
roles: import('
|
|
1031
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
940
1032
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
941
1033
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
942
1034
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -945,16 +1037,16 @@ export declare const selectMethodsFolder: ((state: import('redux').EmptyObject &
|
|
|
945
1037
|
sharedCSS: import('../modules').ISharedCSSState;
|
|
946
1038
|
model: import('../modules').IModelState;
|
|
947
1039
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
948
|
-
}>) => import('
|
|
1040
|
+
}>) => import('@ws-ui/shared').ITreeItem | undefined, {
|
|
949
1041
|
clearCache: () => void;
|
|
950
1042
|
}> & {
|
|
951
1043
|
clearCache: () => void;
|
|
952
1044
|
};
|
|
953
1045
|
export declare const selectClassesFolder: ((state: import('redux').EmptyObject & {
|
|
954
1046
|
root: import('../modules').IRootState;
|
|
955
|
-
explorer: import('
|
|
1047
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
956
1048
|
debugger: import('../modules').IDebuggerState;
|
|
957
|
-
settings: import('
|
|
1049
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
958
1050
|
catalog: {
|
|
959
1051
|
state: "loading";
|
|
960
1052
|
} | {
|
|
@@ -964,7 +1056,7 @@ export declare const selectClassesFolder: ((state: import('redux').EmptyObject &
|
|
|
964
1056
|
state: "error";
|
|
965
1057
|
error: string;
|
|
966
1058
|
};
|
|
967
|
-
roles: import('
|
|
1059
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
968
1060
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
969
1061
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
970
1062
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -973,11 +1065,11 @@ export declare const selectClassesFolder: ((state: import('redux').EmptyObject &
|
|
|
973
1065
|
sharedCSS: import('../modules').ISharedCSSState;
|
|
974
1066
|
model: import('../modules').IModelState;
|
|
975
1067
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
976
|
-
}) => import('
|
|
1068
|
+
}) => import('@ws-ui/shared').ITreeItem | undefined) & import('reselect').OutputSelectorFields<(args_0: import('redux').CombinedState<{
|
|
977
1069
|
root: import('../modules').IRootState;
|
|
978
|
-
explorer: import('
|
|
1070
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
979
1071
|
debugger: import('../modules').IDebuggerState;
|
|
980
|
-
settings: import('
|
|
1072
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
981
1073
|
catalog: {
|
|
982
1074
|
state: "loading";
|
|
983
1075
|
} | {
|
|
@@ -987,7 +1079,7 @@ export declare const selectClassesFolder: ((state: import('redux').EmptyObject &
|
|
|
987
1079
|
state: "error";
|
|
988
1080
|
error: string;
|
|
989
1081
|
};
|
|
990
|
-
roles: import('
|
|
1082
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
991
1083
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
992
1084
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
993
1085
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -996,16 +1088,16 @@ export declare const selectClassesFolder: ((state: import('redux').EmptyObject &
|
|
|
996
1088
|
sharedCSS: import('../modules').ISharedCSSState;
|
|
997
1089
|
model: import('../modules').IModelState;
|
|
998
1090
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
999
|
-
}>) => import('
|
|
1091
|
+
}>) => import('@ws-ui/shared').ITreeItem | undefined, {
|
|
1000
1092
|
clearCache: () => void;
|
|
1001
1093
|
}> & {
|
|
1002
1094
|
clearCache: () => void;
|
|
1003
1095
|
};
|
|
1004
1096
|
export declare const selectMethods: ((state: import('redux').EmptyObject & {
|
|
1005
1097
|
root: import('../modules').IRootState;
|
|
1006
|
-
explorer: import('
|
|
1098
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
1007
1099
|
debugger: import('../modules').IDebuggerState;
|
|
1008
|
-
settings: import('
|
|
1100
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
1009
1101
|
catalog: {
|
|
1010
1102
|
state: "loading";
|
|
1011
1103
|
} | {
|
|
@@ -1015,7 +1107,7 @@ export declare const selectMethods: ((state: import('redux').EmptyObject & {
|
|
|
1015
1107
|
state: "error";
|
|
1016
1108
|
error: string;
|
|
1017
1109
|
};
|
|
1018
|
-
roles: import('
|
|
1110
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
1019
1111
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
1020
1112
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
1021
1113
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -1024,16 +1116,16 @@ export declare const selectMethods: ((state: import('redux').EmptyObject & {
|
|
|
1024
1116
|
sharedCSS: import('../modules').ISharedCSSState;
|
|
1025
1117
|
model: import('../modules').IModelState;
|
|
1026
1118
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
1027
|
-
}) => import('
|
|
1119
|
+
}) => import('@ws-ui/shared').ITreeItem[]) & import('reselect').OutputSelectorFields<(args_0: import('@ws-ui/shared').ITreeItem | undefined) => import('@ws-ui/shared').ITreeItem[], {
|
|
1028
1120
|
clearCache: () => void;
|
|
1029
1121
|
}> & {
|
|
1030
1122
|
clearCache: () => void;
|
|
1031
1123
|
};
|
|
1032
1124
|
export declare const selectWebForms: ((state: import('redux').EmptyObject & {
|
|
1033
1125
|
root: import('../modules').IRootState;
|
|
1034
|
-
explorer: import('
|
|
1126
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
1035
1127
|
debugger: import('../modules').IDebuggerState;
|
|
1036
|
-
settings: import('
|
|
1128
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
1037
1129
|
catalog: {
|
|
1038
1130
|
state: "loading";
|
|
1039
1131
|
} | {
|
|
@@ -1043,7 +1135,7 @@ export declare const selectWebForms: ((state: import('redux').EmptyObject & {
|
|
|
1043
1135
|
state: "error";
|
|
1044
1136
|
error: string;
|
|
1045
1137
|
};
|
|
1046
|
-
roles: import('
|
|
1138
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
1047
1139
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
1048
1140
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
1049
1141
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -1052,16 +1144,16 @@ export declare const selectWebForms: ((state: import('redux').EmptyObject & {
|
|
|
1052
1144
|
sharedCSS: import('../modules').ISharedCSSState;
|
|
1053
1145
|
model: import('../modules').IModelState;
|
|
1054
1146
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
1055
|
-
}) => import('
|
|
1147
|
+
}) => import('@ws-ui/shared').ITreeItem[]) & import('reselect').OutputSelectorFields<(args_0: import('@ws-ui/shared').ITreeItem | undefined) => import('@ws-ui/shared').ITreeItem[], {
|
|
1056
1148
|
clearCache: () => void;
|
|
1057
1149
|
}> & {
|
|
1058
1150
|
clearCache: () => void;
|
|
1059
1151
|
};
|
|
1060
1152
|
export declare const selectClasses: ((state: import('redux').EmptyObject & {
|
|
1061
1153
|
root: import('../modules').IRootState;
|
|
1062
|
-
explorer: import('
|
|
1154
|
+
explorer: import('@ws-ui/shared').ITreeItem[];
|
|
1063
1155
|
debugger: import('../modules').IDebuggerState;
|
|
1064
|
-
settings: import('
|
|
1156
|
+
settings: import('@ws-ui/shared').ISettingsState;
|
|
1065
1157
|
catalog: {
|
|
1066
1158
|
state: "loading";
|
|
1067
1159
|
} | {
|
|
@@ -1071,7 +1163,7 @@ export declare const selectClasses: ((state: import('redux').EmptyObject & {
|
|
|
1071
1163
|
state: "error";
|
|
1072
1164
|
error: string;
|
|
1073
1165
|
};
|
|
1074
|
-
roles: import('
|
|
1166
|
+
roles: import('@ws-ui/shared').IRolesState;
|
|
1075
1167
|
sharedDatasources: import('../modules').ISharedDatasourcesState;
|
|
1076
1168
|
sharedAppEvents: import('../modules').ISharedAppEventsState;
|
|
1077
1169
|
savedConditions: import('../modules').ISavedConditionsState;
|
|
@@ -1080,7 +1172,7 @@ export declare const selectClasses: ((state: import('redux').EmptyObject & {
|
|
|
1080
1172
|
sharedCSS: import('../modules').ISharedCSSState;
|
|
1081
1173
|
model: import('../modules').IModelState;
|
|
1082
1174
|
tasks: import('@ws-ui/shared').ISingleTask[];
|
|
1083
|
-
}) => import('
|
|
1175
|
+
}) => import('@ws-ui/shared').ITreeItem[]) & import('reselect').OutputSelectorFields<(args_0: import('@ws-ui/shared').ITreeItem | undefined) => import('@ws-ui/shared').ITreeItem[], {
|
|
1084
1176
|
clearCache: () => void;
|
|
1085
1177
|
}> & {
|
|
1086
1178
|
clearCache: () => void;
|