@ws-ui/store 0.1.34 → 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.
- package/dist/hooks/store.d.ts +2 -2
- package/dist/index.cjs.js +24 -24
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1365 -1366
- 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/index.d.ts +1 -1
- package/dist/modules/tabs/selectors.d.ts +1 -1
- package/dist/modules/webforms/datasources.adapter.d.ts +1 -1
- package/dist/selectors/catalog.d.ts +8 -8
- package/dist/selectors/common.d.ts +4 -4
- package/dist/selectors/components.d.ts +1 -1
- package/dist/selectors/datasources.d.ts +6 -6
- package/dist/selectors/debugger.d.ts +22 -22
- package/dist/selectors/explorer.d.ts +37 -37
- package/dist/selectors/modals.d.ts +1 -1
- package/dist/selectors/roles.d.ts +8 -8
- package/dist/selectors/settings.d.ts +12 -12
- package/dist/selectors/states.d.ts +5 -5
- package/dist/selectors/styles.d.ts +5 -5
- package/dist/selectors/tabs.d.ts +3 -3
- package/dist/selectors/webforms.d.ts +11 -11
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { ITab } from '@ws-ui/shared';
|
|
3
3
|
export declare const selectRoot: ((state: import("redux").EmptyObject & {
|
|
4
4
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
5
|
-
explorer: import("
|
|
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 selectRoot: ((state: import("redux").EmptyObject & {
|
|
|
43
43
|
};
|
|
44
44
|
export declare const selectTabs: ((state: import("redux").EmptyObject & {
|
|
45
45
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
46
|
-
explorer: import("
|
|
46
|
+
explorer: import("../modules").ITreeItem[];
|
|
47
47
|
debugger: import("../modules").IDebuggerState;
|
|
48
48
|
settings: import("../modules").ISettingsState;
|
|
49
49
|
catalog: {
|
|
@@ -114,7 +114,7 @@ export declare const selectTabs: ((state: import("redux").EmptyObject & {
|
|
|
114
114
|
};
|
|
115
115
|
export declare const selectActiveTab: ((state: import("redux").EmptyObject & {
|
|
116
116
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
117
|
-
explorer: import("
|
|
117
|
+
explorer: import("../modules").ITreeItem[];
|
|
118
118
|
debugger: import("../modules").IDebuggerState;
|
|
119
119
|
settings: import("../modules").ISettingsState;
|
|
120
120
|
catalog: {
|
|
@@ -155,7 +155,7 @@ export declare const selectActiveTab: ((state: import("redux").EmptyObject & {
|
|
|
155
155
|
};
|
|
156
156
|
export declare const selectRecentFiles: ((state: import("redux").EmptyObject & {
|
|
157
157
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
158
|
-
explorer: import("
|
|
158
|
+
explorer: import("../modules").ITreeItem[];
|
|
159
159
|
debugger: import("../modules").IDebuggerState;
|
|
160
160
|
settings: import("../modules").ISettingsState;
|
|
161
161
|
catalog: {
|
|
@@ -226,7 +226,7 @@ export declare const selectRecentFiles: ((state: import("redux").EmptyObject & {
|
|
|
226
226
|
};
|
|
227
227
|
export declare const selectCurrentTab: ((state: import("redux").EmptyObject & {
|
|
228
228
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
229
|
-
explorer: import("
|
|
229
|
+
explorer: import("../modules").ITreeItem[];
|
|
230
230
|
debugger: import("../modules").IDebuggerState;
|
|
231
231
|
settings: import("../modules").ISettingsState;
|
|
232
232
|
catalog: {
|
|
@@ -297,7 +297,7 @@ export declare const selectCurrentTab: ((state: import("redux").EmptyObject & {
|
|
|
297
297
|
};
|
|
298
298
|
export declare const selectTabMaxWeight: ((state: import("redux").EmptyObject & {
|
|
299
299
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
300
|
-
explorer: import("
|
|
300
|
+
explorer: import("../modules").ITreeItem[];
|
|
301
301
|
debugger: import("../modules").IDebuggerState;
|
|
302
302
|
settings: import("../modules").ISettingsState;
|
|
303
303
|
catalog: {
|
|
@@ -368,7 +368,7 @@ export declare const selectTabMaxWeight: ((state: import("redux").EmptyObject &
|
|
|
368
368
|
};
|
|
369
369
|
export declare const selectPreviewedWebformsPaths: ((state: import("redux").EmptyObject & {
|
|
370
370
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
371
|
-
explorer: import("
|
|
371
|
+
explorer: import("../modules").ITreeItem[];
|
|
372
372
|
debugger: import("../modules").IDebuggerState;
|
|
373
373
|
settings: import("../modules").ISettingsState;
|
|
374
374
|
catalog: {
|
|
@@ -424,7 +424,7 @@ export declare const selectPreviewedWebformsPaths: ((state: import("redux").Empt
|
|
|
424
424
|
};
|
|
425
425
|
export declare const selectHasTabs: ((state: import("redux").EmptyObject & {
|
|
426
426
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
427
|
-
explorer: import("
|
|
427
|
+
explorer: import("../modules").ITreeItem[];
|
|
428
428
|
debugger: import("../modules").IDebuggerState;
|
|
429
429
|
settings: import("../modules").ISettingsState;
|
|
430
430
|
catalog: {
|
|
@@ -480,7 +480,7 @@ export declare const selectHasTabs: ((state: import("redux").EmptyObject & {
|
|
|
480
480
|
};
|
|
481
481
|
export declare const selectTabByPath: (tabPath: string) => ((state: import("redux").EmptyObject & {
|
|
482
482
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
483
|
-
explorer: import("
|
|
483
|
+
explorer: import("../modules").ITreeItem[];
|
|
484
484
|
debugger: import("../modules").IDebuggerState;
|
|
485
485
|
settings: import("../modules").ISettingsState;
|
|
486
486
|
catalog: {
|
|
@@ -551,7 +551,7 @@ export declare const selectTabByPath: (tabPath: string) => ((state: import("redu
|
|
|
551
551
|
};
|
|
552
552
|
export declare const selectContentByPath: (tabPath: string, contentPath?: string) => ((state: import("redux").EmptyObject & {
|
|
553
553
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
554
|
-
explorer: import("
|
|
554
|
+
explorer: import("../modules").ITreeItem[];
|
|
555
555
|
debugger: import("../modules").IDebuggerState;
|
|
556
556
|
settings: import("../modules").ISettingsState;
|
|
557
557
|
catalog: {
|
|
@@ -607,7 +607,7 @@ export declare const selectContentByPath: (tabPath: string, contentPath?: string
|
|
|
607
607
|
};
|
|
608
608
|
export declare const selectTabExtraByPath: (tabPath: string) => ((state: import("redux").EmptyObject & {
|
|
609
609
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
610
|
-
explorer: import("
|
|
610
|
+
explorer: import("../modules").ITreeItem[];
|
|
611
611
|
debugger: import("../modules").IDebuggerState;
|
|
612
612
|
settings: import("../modules").ISettingsState;
|
|
613
613
|
catalog: {
|
|
@@ -693,7 +693,7 @@ export declare const selectTabExtraByPath: (tabPath: string) => ((state: import(
|
|
|
693
693
|
};
|
|
694
694
|
export declare const selectWebformNodes: (path: string, transformer?: (value: object) => any) => ((state: import("redux").EmptyObject & {
|
|
695
695
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
696
|
-
explorer: import("
|
|
696
|
+
explorer: import("../modules").ITreeItem[];
|
|
697
697
|
debugger: import("../modules").IDebuggerState;
|
|
698
698
|
settings: import("../modules").ISettingsState;
|
|
699
699
|
catalog: {
|
|
@@ -734,7 +734,7 @@ export declare const selectWebformNodes: (path: string, transformer?: (value: ob
|
|
|
734
734
|
};
|
|
735
735
|
export declare const selectTouchedTabs: ((state: import("redux").EmptyObject & {
|
|
736
736
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
737
|
-
explorer: import("
|
|
737
|
+
explorer: import("../modules").ITreeItem[];
|
|
738
738
|
debugger: import("../modules").IDebuggerState;
|
|
739
739
|
settings: import("../modules").ISettingsState;
|
|
740
740
|
catalog: {
|
|
@@ -820,7 +820,7 @@ export declare const selectTouchedTabs: ((state: import("redux").EmptyObject & {
|
|
|
820
820
|
};
|
|
821
821
|
export declare const selectTouchedTabsLength: ((state: import("redux").EmptyObject & {
|
|
822
822
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
823
|
-
explorer: import("
|
|
823
|
+
explorer: import("../modules").ITreeItem[];
|
|
824
824
|
debugger: import("../modules").IDebuggerState;
|
|
825
825
|
settings: import("../modules").ISettingsState;
|
|
826
826
|
catalog: {
|
|
@@ -876,7 +876,7 @@ export declare const selectTouchedTabsLength: ((state: import("redux").EmptyObje
|
|
|
876
876
|
};
|
|
877
877
|
export declare const selectDebuggers: ((state: import("redux").EmptyObject & {
|
|
878
878
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
879
|
-
explorer: import("
|
|
879
|
+
explorer: import("../modules").ITreeItem[];
|
|
880
880
|
debugger: import("../modules").IDebuggerState;
|
|
881
881
|
settings: import("../modules").ISettingsState;
|
|
882
882
|
catalog: {
|
|
@@ -947,7 +947,7 @@ export declare const selectDebuggers: ((state: import("redux").EmptyObject & {
|
|
|
947
947
|
};
|
|
948
948
|
export declare const selectExplorer: ((state: import("redux").EmptyObject & {
|
|
949
949
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
950
|
-
explorer: import("
|
|
950
|
+
explorer: import("../modules").ITreeItem[];
|
|
951
951
|
debugger: import("../modules").IDebuggerState;
|
|
952
952
|
settings: import("../modules").ISettingsState;
|
|
953
953
|
catalog: {
|
|
@@ -981,9 +981,9 @@ export declare const selectExplorer: ((state: import("redux").EmptyObject & {
|
|
|
981
981
|
modals: import("../modules").IModalsState;
|
|
982
982
|
sharedCSS: import("immer/dist/internal.js").WritableDraft<import("../modules").ISharedCSSState>;
|
|
983
983
|
model: import("../modules").IModelState;
|
|
984
|
-
}) => import("
|
|
984
|
+
}) => import("../modules").ITreeItem[]) & import("reselect").OutputSelectorFields<(args_0: import("redux").CombinedState<{
|
|
985
985
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
986
|
-
explorer: import("
|
|
986
|
+
explorer: import("../modules").ITreeItem[];
|
|
987
987
|
debugger: import("../modules").IDebuggerState;
|
|
988
988
|
settings: import("../modules").ISettingsState;
|
|
989
989
|
catalog: {
|
|
@@ -1017,14 +1017,14 @@ export declare const selectExplorer: ((state: import("redux").EmptyObject & {
|
|
|
1017
1017
|
modals: import("../modules").IModalsState;
|
|
1018
1018
|
sharedCSS: import("immer/dist/internal.js").WritableDraft<import("../modules").ISharedCSSState>;
|
|
1019
1019
|
model: import("../modules").IModelState;
|
|
1020
|
-
}>) => import("
|
|
1020
|
+
}>) => import("../modules").ITreeItem[], {
|
|
1021
1021
|
clearCache: () => void;
|
|
1022
1022
|
}> & {
|
|
1023
1023
|
clearCache: () => void;
|
|
1024
1024
|
};
|
|
1025
1025
|
export declare const selectWebFormsFolder: ((state: import("redux").EmptyObject & {
|
|
1026
1026
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
1027
|
-
explorer: import("
|
|
1027
|
+
explorer: import("../modules").ITreeItem[];
|
|
1028
1028
|
debugger: import("../modules").IDebuggerState;
|
|
1029
1029
|
settings: import("../modules").ISettingsState;
|
|
1030
1030
|
catalog: {
|
|
@@ -1058,9 +1058,9 @@ export declare const selectWebFormsFolder: ((state: import("redux").EmptyObject
|
|
|
1058
1058
|
modals: import("../modules").IModalsState;
|
|
1059
1059
|
sharedCSS: import("immer/dist/internal.js").WritableDraft<import("../modules").ISharedCSSState>;
|
|
1060
1060
|
model: import("../modules").IModelState;
|
|
1061
|
-
}) => import("
|
|
1061
|
+
}) => import("../modules").ITreeItem | undefined) & import("reselect").OutputSelectorFields<(args_0: import("redux").CombinedState<{
|
|
1062
1062
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
1063
|
-
explorer: import("
|
|
1063
|
+
explorer: import("../modules").ITreeItem[];
|
|
1064
1064
|
debugger: import("../modules").IDebuggerState;
|
|
1065
1065
|
settings: import("../modules").ISettingsState;
|
|
1066
1066
|
catalog: {
|
|
@@ -1094,14 +1094,14 @@ export declare const selectWebFormsFolder: ((state: import("redux").EmptyObject
|
|
|
1094
1094
|
modals: import("../modules").IModalsState;
|
|
1095
1095
|
sharedCSS: import("immer/dist/internal.js").WritableDraft<import("../modules").ISharedCSSState>;
|
|
1096
1096
|
model: import("../modules").IModelState;
|
|
1097
|
-
}>) => import("
|
|
1097
|
+
}>) => import("../modules").ITreeItem | undefined, {
|
|
1098
1098
|
clearCache: () => void;
|
|
1099
1099
|
}> & {
|
|
1100
1100
|
clearCache: () => void;
|
|
1101
1101
|
};
|
|
1102
1102
|
export declare const selectMethodsFolder: ((state: import("redux").EmptyObject & {
|
|
1103
1103
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
1104
|
-
explorer: import("
|
|
1104
|
+
explorer: import("../modules").ITreeItem[];
|
|
1105
1105
|
debugger: import("../modules").IDebuggerState;
|
|
1106
1106
|
settings: import("../modules").ISettingsState;
|
|
1107
1107
|
catalog: {
|
|
@@ -1135,9 +1135,9 @@ export declare const selectMethodsFolder: ((state: import("redux").EmptyObject &
|
|
|
1135
1135
|
modals: import("../modules").IModalsState;
|
|
1136
1136
|
sharedCSS: import("immer/dist/internal.js").WritableDraft<import("../modules").ISharedCSSState>;
|
|
1137
1137
|
model: import("../modules").IModelState;
|
|
1138
|
-
}) => import("
|
|
1138
|
+
}) => import("../modules").ITreeItem | undefined) & import("reselect").OutputSelectorFields<(args_0: import("redux").CombinedState<{
|
|
1139
1139
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
1140
|
-
explorer: import("
|
|
1140
|
+
explorer: import("../modules").ITreeItem[];
|
|
1141
1141
|
debugger: import("../modules").IDebuggerState;
|
|
1142
1142
|
settings: import("../modules").ISettingsState;
|
|
1143
1143
|
catalog: {
|
|
@@ -1171,14 +1171,14 @@ export declare const selectMethodsFolder: ((state: import("redux").EmptyObject &
|
|
|
1171
1171
|
modals: import("../modules").IModalsState;
|
|
1172
1172
|
sharedCSS: import("immer/dist/internal.js").WritableDraft<import("../modules").ISharedCSSState>;
|
|
1173
1173
|
model: import("../modules").IModelState;
|
|
1174
|
-
}>) => import("
|
|
1174
|
+
}>) => import("../modules").ITreeItem | undefined, {
|
|
1175
1175
|
clearCache: () => void;
|
|
1176
1176
|
}> & {
|
|
1177
1177
|
clearCache: () => void;
|
|
1178
1178
|
};
|
|
1179
1179
|
export declare const selectClassesFolder: ((state: import("redux").EmptyObject & {
|
|
1180
1180
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
1181
|
-
explorer: import("
|
|
1181
|
+
explorer: import("../modules").ITreeItem[];
|
|
1182
1182
|
debugger: import("../modules").IDebuggerState;
|
|
1183
1183
|
settings: import("../modules").ISettingsState;
|
|
1184
1184
|
catalog: {
|
|
@@ -1212,9 +1212,9 @@ export declare const selectClassesFolder: ((state: import("redux").EmptyObject &
|
|
|
1212
1212
|
modals: import("../modules").IModalsState;
|
|
1213
1213
|
sharedCSS: import("immer/dist/internal.js").WritableDraft<import("../modules").ISharedCSSState>;
|
|
1214
1214
|
model: import("../modules").IModelState;
|
|
1215
|
-
}) => import("
|
|
1215
|
+
}) => import("../modules").ITreeItem | undefined) & import("reselect").OutputSelectorFields<(args_0: import("redux").CombinedState<{
|
|
1216
1216
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
1217
|
-
explorer: import("
|
|
1217
|
+
explorer: import("../modules").ITreeItem[];
|
|
1218
1218
|
debugger: import("../modules").IDebuggerState;
|
|
1219
1219
|
settings: import("../modules").ISettingsState;
|
|
1220
1220
|
catalog: {
|
|
@@ -1248,14 +1248,14 @@ export declare const selectClassesFolder: ((state: import("redux").EmptyObject &
|
|
|
1248
1248
|
modals: import("../modules").IModalsState;
|
|
1249
1249
|
sharedCSS: import("immer/dist/internal.js").WritableDraft<import("../modules").ISharedCSSState>;
|
|
1250
1250
|
model: import("../modules").IModelState;
|
|
1251
|
-
}>) => import("
|
|
1251
|
+
}>) => import("../modules").ITreeItem | undefined, {
|
|
1252
1252
|
clearCache: () => void;
|
|
1253
1253
|
}> & {
|
|
1254
1254
|
clearCache: () => void;
|
|
1255
1255
|
};
|
|
1256
1256
|
export declare const selectMethods: ((state: import("redux").EmptyObject & {
|
|
1257
1257
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
1258
|
-
explorer: import("
|
|
1258
|
+
explorer: import("../modules").ITreeItem[];
|
|
1259
1259
|
debugger: import("../modules").IDebuggerState;
|
|
1260
1260
|
settings: import("../modules").ISettingsState;
|
|
1261
1261
|
catalog: {
|
|
@@ -1289,14 +1289,14 @@ export declare const selectMethods: ((state: import("redux").EmptyObject & {
|
|
|
1289
1289
|
modals: import("../modules").IModalsState;
|
|
1290
1290
|
sharedCSS: import("immer/dist/internal.js").WritableDraft<import("../modules").ISharedCSSState>;
|
|
1291
1291
|
model: import("../modules").IModelState;
|
|
1292
|
-
}) => import("
|
|
1292
|
+
}) => import("../modules").ITreeItem[]) & import("reselect").OutputSelectorFields<(args_0: import("../modules").ITreeItem | undefined) => import("../modules").ITreeItem[], {
|
|
1293
1293
|
clearCache: () => void;
|
|
1294
1294
|
}> & {
|
|
1295
1295
|
clearCache: () => void;
|
|
1296
1296
|
};
|
|
1297
1297
|
export declare const selectWebForms: ((state: import("redux").EmptyObject & {
|
|
1298
1298
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
1299
|
-
explorer: import("
|
|
1299
|
+
explorer: import("../modules").ITreeItem[];
|
|
1300
1300
|
debugger: import("../modules").IDebuggerState;
|
|
1301
1301
|
settings: import("../modules").ISettingsState;
|
|
1302
1302
|
catalog: {
|
|
@@ -1330,14 +1330,14 @@ export declare const selectWebForms: ((state: import("redux").EmptyObject & {
|
|
|
1330
1330
|
modals: import("../modules").IModalsState;
|
|
1331
1331
|
sharedCSS: import("immer/dist/internal.js").WritableDraft<import("../modules").ISharedCSSState>;
|
|
1332
1332
|
model: import("../modules").IModelState;
|
|
1333
|
-
}) => import("
|
|
1333
|
+
}) => import("../modules").ITreeItem[]) & import("reselect").OutputSelectorFields<(args_0: import("../modules").ITreeItem | undefined) => import("../modules").ITreeItem[], {
|
|
1334
1334
|
clearCache: () => void;
|
|
1335
1335
|
}> & {
|
|
1336
1336
|
clearCache: () => void;
|
|
1337
1337
|
};
|
|
1338
1338
|
export declare const selectClasses: ((state: import("redux").EmptyObject & {
|
|
1339
1339
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
1340
|
-
explorer: import("
|
|
1340
|
+
explorer: import("../modules").ITreeItem[];
|
|
1341
1341
|
debugger: import("../modules").IDebuggerState;
|
|
1342
1342
|
settings: import("../modules").ISettingsState;
|
|
1343
1343
|
catalog: {
|
|
@@ -1371,7 +1371,7 @@ export declare const selectClasses: ((state: import("redux").EmptyObject & {
|
|
|
1371
1371
|
modals: import("../modules").IModalsState;
|
|
1372
1372
|
sharedCSS: import("immer/dist/internal.js").WritableDraft<import("../modules").ISharedCSSState>;
|
|
1373
1373
|
model: import("../modules").IModelState;
|
|
1374
|
-
}) => import("
|
|
1374
|
+
}) => import("../modules").ITreeItem[]) & import("reselect").OutputSelectorFields<(args_0: import("../modules").ITreeItem | undefined) => import("../modules").ITreeItem[], {
|
|
1375
1375
|
clearCache: () => void;
|
|
1376
1376
|
}> & {
|
|
1377
1377
|
clearCache: () => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="@ws-ui/shared/dist/declarations/datasources/datasource" />
|
|
2
2
|
export declare const selectModals: ((state: import("redux").EmptyObject & {
|
|
3
3
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
4
|
-
explorer: import("
|
|
4
|
+
explorer: import("../modules").ITreeItem[];
|
|
5
5
|
debugger: import("../modules").IDebuggerState;
|
|
6
6
|
settings: import("../modules").ISettingsState;
|
|
7
7
|
catalog: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="@ws-ui/shared/dist/declarations/datasources/datasource" />
|
|
2
2
|
export declare const selectRolesAndPrivileges: ((state: import("redux").EmptyObject & {
|
|
3
3
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
4
|
-
explorer: import("
|
|
4
|
+
explorer: import("../modules").ITreeItem[];
|
|
5
5
|
debugger: import("../modules").IDebuggerState;
|
|
6
6
|
settings: import("../modules").ISettingsState;
|
|
7
7
|
catalog: {
|
|
@@ -71,7 +71,7 @@ export declare const selectRolesAndPrivileges: ((state: import("redux").EmptyObj
|
|
|
71
71
|
};
|
|
72
72
|
export declare const selectRoles: ((state: import("redux").EmptyObject & {
|
|
73
73
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
74
|
-
explorer: import("
|
|
74
|
+
explorer: import("../modules").ITreeItem[];
|
|
75
75
|
debugger: import("../modules").IDebuggerState;
|
|
76
76
|
settings: import("../modules").ISettingsState;
|
|
77
77
|
catalog: {
|
|
@@ -127,7 +127,7 @@ export declare const selectRoles: ((state: import("redux").EmptyObject & {
|
|
|
127
127
|
};
|
|
128
128
|
export declare const selectPrivileges: ((state: import("redux").EmptyObject & {
|
|
129
129
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
130
|
-
explorer: import("
|
|
130
|
+
explorer: import("../modules").ITreeItem[];
|
|
131
131
|
debugger: import("../modules").IDebuggerState;
|
|
132
132
|
settings: import("../modules").ISettingsState;
|
|
133
133
|
catalog: {
|
|
@@ -183,7 +183,7 @@ export declare const selectPrivileges: ((state: import("redux").EmptyObject & {
|
|
|
183
183
|
};
|
|
184
184
|
export declare const selectGuestPrivilege: ((state: import("redux").EmptyObject & {
|
|
185
185
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
186
|
-
explorer: import("
|
|
186
|
+
explorer: import("../modules").ITreeItem[];
|
|
187
187
|
debugger: import("../modules").IDebuggerState;
|
|
188
188
|
settings: import("../modules").ISettingsState;
|
|
189
189
|
catalog: {
|
|
@@ -239,7 +239,7 @@ export declare const selectGuestPrivilege: ((state: import("redux").EmptyObject
|
|
|
239
239
|
};
|
|
240
240
|
export declare const selectRolesFlags: ((state: import("redux").EmptyObject & {
|
|
241
241
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
242
|
-
explorer: import("
|
|
242
|
+
explorer: import("../modules").ITreeItem[];
|
|
243
243
|
debugger: import("../modules").IDebuggerState;
|
|
244
244
|
settings: import("../modules").ISettingsState;
|
|
245
245
|
catalog: {
|
|
@@ -311,7 +311,7 @@ export declare const selectRolesFlags: ((state: import("redux").EmptyObject & {
|
|
|
311
311
|
};
|
|
312
312
|
export declare const selectSelectedTab: ((state: import("redux").EmptyObject & {
|
|
313
313
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
314
|
-
explorer: import("
|
|
314
|
+
explorer: import("../modules").ITreeItem[];
|
|
315
315
|
debugger: import("../modules").IDebuggerState;
|
|
316
316
|
settings: import("../modules").ISettingsState;
|
|
317
317
|
catalog: {
|
|
@@ -367,7 +367,7 @@ export declare const selectSelectedTab: ((state: import("redux").EmptyObject & {
|
|
|
367
367
|
};
|
|
368
368
|
export declare const selectForceLogin: ((state: import("redux").EmptyObject & {
|
|
369
369
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
370
|
-
explorer: import("
|
|
370
|
+
explorer: import("../modules").ITreeItem[];
|
|
371
371
|
debugger: import("../modules").IDebuggerState;
|
|
372
372
|
settings: import("../modules").ISettingsState;
|
|
373
373
|
catalog: {
|
|
@@ -423,7 +423,7 @@ export declare const selectForceLogin: ((state: import("redux").EmptyObject & {
|
|
|
423
423
|
};
|
|
424
424
|
export declare const selectRolesDate: ((state: import("redux").EmptyObject & {
|
|
425
425
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
426
|
-
explorer: import("
|
|
426
|
+
explorer: import("../modules").ITreeItem[];
|
|
427
427
|
debugger: import("../modules").IDebuggerState;
|
|
428
428
|
settings: import("../modules").ISettingsState;
|
|
429
429
|
catalog: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="@ws-ui/shared/dist/declarations/datasources/datasource" />
|
|
2
2
|
export declare const selectSessionSettings: ((state: import("redux").EmptyObject & {
|
|
3
3
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
4
|
-
explorer: import("
|
|
4
|
+
explorer: import("../modules").ITreeItem[];
|
|
5
5
|
debugger: import("../modules").IDebuggerState;
|
|
6
6
|
settings: import("../modules").ISettingsState;
|
|
7
7
|
catalog: {
|
|
@@ -46,7 +46,7 @@ export declare const selectSessionSettings: ((state: import("redux").EmptyObject
|
|
|
46
46
|
};
|
|
47
47
|
export declare const selectPartialSessionSettings: <T extends string[]>(...keys: T) => ((state: import("redux").EmptyObject & {
|
|
48
48
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
49
|
-
explorer: import("
|
|
49
|
+
explorer: import("../modules").ITreeItem[];
|
|
50
50
|
debugger: import("../modules").IDebuggerState;
|
|
51
51
|
settings: import("../modules").ISettingsState;
|
|
52
52
|
catalog: {
|
|
@@ -89,7 +89,7 @@ export declare const selectPartialSessionSettings: <T extends string[]>(...keys:
|
|
|
89
89
|
};
|
|
90
90
|
export declare const selectSessionSetting: <T = string>(key: string) => ((state: import("redux").EmptyObject & {
|
|
91
91
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
92
|
-
explorer: import("
|
|
92
|
+
explorer: import("../modules").ITreeItem[];
|
|
93
93
|
debugger: import("../modules").IDebuggerState;
|
|
94
94
|
settings: import("../modules").ISettingsState;
|
|
95
95
|
catalog: {
|
|
@@ -132,7 +132,7 @@ export declare const selectSessionSetting: <T = string>(key: string) => ((state:
|
|
|
132
132
|
};
|
|
133
133
|
export declare const selectFeatureFlag: (key: string) => ((state: import("redux").EmptyObject & {
|
|
134
134
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
135
|
-
explorer: import("
|
|
135
|
+
explorer: import("../modules").ITreeItem[];
|
|
136
136
|
debugger: import("../modules").IDebuggerState;
|
|
137
137
|
settings: import("../modules").ISettingsState;
|
|
138
138
|
catalog: {
|
|
@@ -175,7 +175,7 @@ export declare const selectFeatureFlag: (key: string) => ((state: import("redux"
|
|
|
175
175
|
};
|
|
176
176
|
export declare const selectProjectSettings: ((state: import("redux").EmptyObject & {
|
|
177
177
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
178
|
-
explorer: import("
|
|
178
|
+
explorer: import("../modules").ITreeItem[];
|
|
179
179
|
debugger: import("../modules").IDebuggerState;
|
|
180
180
|
settings: import("../modules").ISettingsState;
|
|
181
181
|
catalog: {
|
|
@@ -220,7 +220,7 @@ export declare const selectProjectSettings: ((state: import("redux").EmptyObject
|
|
|
220
220
|
};
|
|
221
221
|
export declare const selectPreferences: ((state: import("redux").EmptyObject & {
|
|
222
222
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
223
|
-
explorer: import("
|
|
223
|
+
explorer: import("../modules").ITreeItem[];
|
|
224
224
|
debugger: import("../modules").IDebuggerState;
|
|
225
225
|
settings: import("../modules").ISettingsState;
|
|
226
226
|
catalog: {
|
|
@@ -261,7 +261,7 @@ export declare const selectPreferences: ((state: import("redux").EmptyObject & {
|
|
|
261
261
|
};
|
|
262
262
|
export declare const selectServerSettings: ((state: import("redux").EmptyObject & {
|
|
263
263
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
264
|
-
explorer: import("
|
|
264
|
+
explorer: import("../modules").ITreeItem[];
|
|
265
265
|
debugger: import("../modules").IDebuggerState;
|
|
266
266
|
settings: import("../modules").ISettingsState;
|
|
267
267
|
catalog: {
|
|
@@ -302,7 +302,7 @@ export declare const selectServerSettings: ((state: import("redux").EmptyObject
|
|
|
302
302
|
};
|
|
303
303
|
export declare const selectRemoteDebuggerMode: ((state: import("redux").EmptyObject & {
|
|
304
304
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
305
|
-
explorer: import("
|
|
305
|
+
explorer: import("../modules").ITreeItem[];
|
|
306
306
|
debugger: import("../modules").IDebuggerState;
|
|
307
307
|
settings: import("../modules").ISettingsState;
|
|
308
308
|
catalog: {
|
|
@@ -343,7 +343,7 @@ export declare const selectRemoteDebuggerMode: ((state: import("redux").EmptyObj
|
|
|
343
343
|
};
|
|
344
344
|
export declare const selectQodly: ((state: import("redux").EmptyObject & {
|
|
345
345
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
346
|
-
explorer: import("
|
|
346
|
+
explorer: import("../modules").ITreeItem[];
|
|
347
347
|
debugger: import("../modules").IDebuggerState;
|
|
348
348
|
settings: import("../modules").ISettingsState;
|
|
349
349
|
catalog: {
|
|
@@ -384,7 +384,7 @@ export declare const selectQodly: ((state: import("redux").EmptyObject & {
|
|
|
384
384
|
};
|
|
385
385
|
export declare const selectMonacoZoom: ((state: import("redux").EmptyObject & {
|
|
386
386
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
387
|
-
explorer: import("
|
|
387
|
+
explorer: import("../modules").ITreeItem[];
|
|
388
388
|
debugger: import("../modules").IDebuggerState;
|
|
389
389
|
settings: import("../modules").ISettingsState;
|
|
390
390
|
catalog: {
|
|
@@ -427,7 +427,7 @@ export declare const selectMonacoZoom: ((state: import("redux").EmptyObject & {
|
|
|
427
427
|
};
|
|
428
428
|
export declare const selectI18nSetting: ((state: import("redux").EmptyObject & {
|
|
429
429
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
430
|
-
explorer: import("
|
|
430
|
+
explorer: import("../modules").ITreeItem[];
|
|
431
431
|
debugger: import("../modules").IDebuggerState;
|
|
432
432
|
settings: import("../modules").ISettingsState;
|
|
433
433
|
catalog: {
|
|
@@ -470,7 +470,7 @@ export declare const selectI18nSetting: ((state: import("redux").EmptyObject & {
|
|
|
470
470
|
};
|
|
471
471
|
export declare const selectI18nCurrent: ((state: import("redux").EmptyObject & {
|
|
472
472
|
root: import("immer/dist/internal.js").WritableDraft<import("../modules").IRootState>;
|
|
473
|
-
explorer: import("
|
|
473
|
+
explorer: import("../modules").ITreeItem[];
|
|
474
474
|
debugger: import("../modules").IDebuggerState;
|
|
475
475
|
settings: import("../modules").ISettingsState;
|
|
476
476
|
catalog: {
|
|
@@ -12,7 +12,7 @@ export declare const ROOT_WEBFORM_STATE: {
|
|
|
12
12
|
*/
|
|
13
13
|
export declare const selectWebformStatesByPath: (tabPath: string, exclude?: string[]) => ((state: import("redux").EmptyObject & {
|
|
14
14
|
root: import("immer/dist/internal.js").WritableDraft<import('../modules').IRootState>;
|
|
15
|
-
explorer: import(
|
|
15
|
+
explorer: import('../modules').ITreeItem[];
|
|
16
16
|
debugger: import('../modules').IDebuggerState;
|
|
17
17
|
settings: import('../modules').ISettingsState;
|
|
18
18
|
catalog: {
|
|
@@ -74,7 +74,7 @@ export declare const selectWebformStatesByPath: (tabPath: string, exclude?: stri
|
|
|
74
74
|
*/
|
|
75
75
|
export declare const selectWebformStatesLabelsByPath: (tabPath: string, exclude?: string[]) => ((state: import("redux").EmptyObject & {
|
|
76
76
|
root: import("immer/dist/internal.js").WritableDraft<import('../modules').IRootState>;
|
|
77
|
-
explorer: import(
|
|
77
|
+
explorer: import('../modules').ITreeItem[];
|
|
78
78
|
debugger: import('../modules').IDebuggerState;
|
|
79
79
|
settings: import('../modules').ISettingsState;
|
|
80
80
|
catalog: {
|
|
@@ -120,7 +120,7 @@ export declare const selectWebformStatesLabelsByPath: (tabPath: string, exclude?
|
|
|
120
120
|
*/
|
|
121
121
|
export declare const selectDefaultWebformStatesByPath: (tabPath: string) => ((state: import("redux").EmptyObject & {
|
|
122
122
|
root: import("immer/dist/internal.js").WritableDraft<import('../modules').IRootState>;
|
|
123
|
-
explorer: import(
|
|
123
|
+
explorer: import('../modules').ITreeItem[];
|
|
124
124
|
debugger: import('../modules').IDebuggerState;
|
|
125
125
|
settings: import('../modules').ISettingsState;
|
|
126
126
|
catalog: {
|
|
@@ -179,7 +179,7 @@ export declare const selectDefaultWebformStatesByPath: (tabPath: string) => ((st
|
|
|
179
179
|
*/
|
|
180
180
|
export declare const selectSavedConditions: ((state: import("redux").EmptyObject & {
|
|
181
181
|
root: import("immer/dist/internal.js").WritableDraft<import('../modules').IRootState>;
|
|
182
|
-
explorer: import(
|
|
182
|
+
explorer: import('../modules').ITreeItem[];
|
|
183
183
|
debugger: import('../modules').IDebuggerState;
|
|
184
184
|
settings: import('../modules').ISettingsState;
|
|
185
185
|
catalog: {
|
|
@@ -215,7 +215,7 @@ export declare const selectSavedConditions: ((state: import("redux").EmptyObject
|
|
|
215
215
|
model: import('../modules').IModelState;
|
|
216
216
|
}) => (import("immer/dist/internal.js").WritableDraft<import("@ws-ui/shared").DataSourceCondition> | import("immer/dist/internal.js").WritableDraft<import("@ws-ui/shared").PrivilegeCondition> | import("immer/dist/internal.js").WritableDraft<import("@ws-ui/shared").CombinationCondition> | import("immer/dist/internal.js").WritableDraft<import("@ws-ui/shared").CurrentStateCondition> | import("immer/dist/internal.js").WritableDraft<import("@ws-ui/shared").ParentStateCondition> | import("immer/dist/internal.js").WritableDraft<import("@ws-ui/shared").ReferenceCondition>)[]) & import("reselect").OutputSelectorFields<(args_0: import("redux").CombinedState<{
|
|
217
217
|
root: import("immer/dist/internal.js").WritableDraft<import('../modules').IRootState>;
|
|
218
|
-
explorer: import(
|
|
218
|
+
explorer: import('../modules').ITreeItem[];
|
|
219
219
|
debugger: import('../modules').IDebuggerState;
|
|
220
220
|
settings: import('../modules').ISettingsState;
|
|
221
221
|
catalog: {
|
|
@@ -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("
|
|
7
|
+
explorer: 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("
|
|
63
|
+
explorer: 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("
|
|
104
|
+
explorer: 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("
|
|
145
|
+
explorer: 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("
|
|
191
|
+
explorer: import("../modules").ITreeItem[];
|
|
192
192
|
debugger: import("../modules").IDebuggerState;
|
|
193
193
|
settings: import("../modules").ISettingsState;
|
|
194
194
|
catalog: {
|
package/dist/selectors/tabs.d.ts
CHANGED
|
@@ -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("
|
|
4
|
+
explorer: 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("
|
|
76
|
+
explorer: 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("
|
|
140
|
+
explorer: import("..").ITreeItem[];
|
|
141
141
|
debugger: import("..").IDebuggerState;
|
|
142
142
|
settings: import("..").ISettingsState;
|
|
143
143
|
catalog: {
|