jamespot-react-core 1.3.6 → 1.3.9
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/build/581.02792caba0594f6815e2.chunk.js +2 -0
- package/build/581.02792caba0594f6815e2.chunk.js.map +1 -0
- package/build/70.b156a91742e3d8901eaf.chunk.js +715 -0
- package/build/70.b156a91742e3d8901eaf.chunk.js.map +1 -0
- package/build/app.bundle.js +948 -885
- package/build/app.bundle.js.LICENSE.txt +92 -1
- package/build/app.bundle.js.map +1 -1
- package/build/script/checkDependencies.d.ts +1 -0
- package/build/socket.sharedworker.6e975754295fd9584be6.js.map +1 -1
- package/build/src/App.d.ts +33 -5
- package/build/src/components/articleEditor/ArticleEditor.d.ts +22 -0
- package/build/src/components/calendar/CreateCalendarEventModal.d.ts +3 -1
- package/build/src/components/calendar/socialEvent/CreateSocialEventOrRecurringEventModal.d.ts +3 -1
- package/build/src/components/calendar/socialEvent/SocialEventOrRecurringEventForm.d.ts +2 -17
- package/build/src/components/calendar/socialEvent/types.d.ts +17 -0
- package/build/src/components/calendar/socialEvent/useRecurringEventUpdateHook.d.ts +21 -0
- package/build/src/components/calendar/socialEvent/useSocialEventOrRecurringEventCreationHook.d.ts +27 -0
- package/build/src/components/calendar/socialEvent/useSocialEventUpdateHook.d.ts +21 -0
- package/build/src/components/layouts/EditorLayout.d.ts +1 -0
- package/build/src/components/{TwoColLayout.d.ts → layouts/TwoColLayout.d.ts} +1 -1
- package/build/src/components/modals/ModalSchedule.d.ts +1 -2
- package/build/src/hooks/index.d.ts +5 -1
- package/build/src/hooks/useAI.d.ts +1 -1
- package/build/src/hooks/useHref.d.ts +3 -0
- package/build/src/redux/middleware/index.d.ts +0 -1
- package/build/src/redux/middleware/logger.d.ts +1 -1
- package/build/src/redux/slice/Article.slice.d.ts +21 -21
- package/build/src/redux/slice/User.slice.d.ts +21 -21
- package/build/src/redux/store.d.ts +191 -531
- package/build/src/registry/core-component-list.d.ts +3 -0
- package/build/src/registry/coreComponents.d.ts +5 -2
- package/build/src/registry/ext-component-list.d.ts +1 -0
- package/build/src/types.d.ts +1 -0
- package/externals.json +13 -2
- package/package.json +26 -28
- package/README.internal.md +0 -20
- package/build/534.606ae244f89e01f0c5fa.chunk.js +0 -2
- package/build/534.606ae244f89e01f0c5fa.chunk.js.map +0 -1
- package/build/605.2ea491387427c666537a.chunk.js +0 -707
- package/build/605.2ea491387427c666537a.chunk.js.map +0 -1
- package/build/assets/404.6ddcf23842aa398fdb2521ed61e26426.png +0 -0
- package/build/assets/ai.0bd1828cb6ec10ad92d900c710079cac.png +0 -0
- package/build/assets/check.e04c3374d2c43bd03d5c52b37639d90c.svg +0 -4
- package/build/assets/default.2ca3180f8cdd6f14c4184439f06173cb.png +0 -0
- package/build/assets/docx.d99aeeb833c328dc360bb2dc1d99126f.png +0 -0
- package/build/assets/gif.605d1d151a01356b376d5c4ac2f40d19.png +0 -0
- package/build/assets/group-background.daf782321c7f65cde0fc3d5918d27762.png +0 -0
- package/build/assets/jamespot-2025-216.d681af07a093035b056f3a3589dfb6f8.png +0 -0
- package/build/assets/jamespot-blue-2025-216.cbe9350502876bd1e0495637f73b0ce6.png +0 -0
- package/build/assets/mp3.c4f6cf8e048c8d1fd70ea5676f9e35bb.png +0 -0
- package/build/assets/mp4.c631e40ab77a5009bec629505396f88b.png +0 -0
- package/build/assets/pdf.25c19fbb11dacc87994bdce830d7e5ed.png +0 -0
- package/build/assets/pptx.fc266e95afba9abd862da4d909e1ad68.png +0 -0
- package/build/assets/psd.cca4c1ac52e6e24770486bf5bc6d6ff9.png +0 -0
- package/build/assets/svg.21a77099744d94b9214c52043ef39d95.png +0 -0
- package/build/assets/ttf.28668a6c059779e01fe7dc66dd70ef40.png +0 -0
- package/build/assets/txt.d0b32e515641b99e8e31165279361eb4.png +0 -0
- package/build/assets/x.609ccec1e6c6c10c412a1ab325258b42.svg +0 -1
- package/build/assets/xlsx.a3b00a8cd84f504b94d1cfc617b4080f.png +0 -0
- package/build/assets/zip.b8f8ab347fc92f763a2d44617a82b66e.png +0 -0
- package/build/jest.config.d.ts +0 -3
- package/build/jest.setup.d.ts +0 -1
- package/jest.config.ts +0 -17
- package/jest.setup.ts +0 -1
- package/script/checkDependencies.js +0 -48
- package/script/traduction-react.php +0 -95
- package/styled-components.d.ts +0 -6
- /package/build/src/components/{FullPageLayout.d.ts → layouts/FullPageLayout.d.ts} +0 -0
|
@@ -70,176 +70,72 @@ export declare function makeStore(jValues: {
|
|
|
70
70
|
hooks: HookListType;
|
|
71
71
|
userCurrent: jUserList | undefined;
|
|
72
72
|
}): JInjectStore;
|
|
73
|
-
declare function createStore(initialAsyncReducers: AsyncReducers): import("@reduxjs/toolkit
|
|
74
|
-
entities:
|
|
75
|
-
applications: import("@reduxjs/toolkit").EntityState<ApplicationType>;
|
|
76
|
-
models: import("@reduxjs/toolkit").EntityState<ModelType<string
|
|
77
|
-
users: import("@reduxjs/toolkit").EntityState<import("./slice/User.slice").User>;
|
|
78
|
-
articles: import("@reduxjs/toolkit").EntityState<import("./slice/Article.slice").Article>;
|
|
79
|
-
}
|
|
80
|
-
comment:
|
|
73
|
+
declare function createStore(initialAsyncReducers: AsyncReducers): import("@reduxjs/toolkit").EnhancedStore<{
|
|
74
|
+
entities: {
|
|
75
|
+
applications: import("@reduxjs/toolkit").EntityState<ApplicationType, string>;
|
|
76
|
+
models: import("@reduxjs/toolkit").EntityState<ModelType<string>, string>;
|
|
77
|
+
users: import("@reduxjs/toolkit").EntityState<import("./slice/User.slice").User, string>;
|
|
78
|
+
articles: import("@reduxjs/toolkit").EntityState<import("./slice/Article.slice").Article, string>;
|
|
79
|
+
};
|
|
80
|
+
comment: {
|
|
81
81
|
commentList: import("jamespot-front-business").CommentListState;
|
|
82
|
-
}
|
|
82
|
+
};
|
|
83
83
|
hooks: {};
|
|
84
|
-
network:
|
|
85
|
-
statics:
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
urlBase?: string;
|
|
95
|
-
sendAlert: 0 | 1;
|
|
96
|
-
};
|
|
97
|
-
}>;
|
|
98
|
-
toasts: import("@reduxjs/toolkit").EntityState<{
|
|
99
|
-
id: string;
|
|
100
|
-
label: string;
|
|
101
|
-
description?: string;
|
|
102
|
-
timeout: number;
|
|
103
|
-
type: "error" | "success" | "warning";
|
|
104
|
-
link?: {
|
|
105
|
-
label: string;
|
|
106
|
-
url: string;
|
|
107
|
-
};
|
|
108
|
-
}>;
|
|
109
|
-
tinymce: import("redux").CombinedState<{
|
|
110
|
-
options: {
|
|
111
|
-
common?: TinyMCECommonOptions;
|
|
112
|
-
extended?: TinyMCEExtendedOptions;
|
|
113
|
-
};
|
|
114
|
-
}>;
|
|
84
|
+
network: {
|
|
85
|
+
statics: import("jamespot-front-business/dist/src/store/network/network.types").NetworkStaticsState;
|
|
86
|
+
};
|
|
87
|
+
platform: {
|
|
88
|
+
config: import("jamespot-front-business/dist/src/store/platform/platform.types").PlatformConfigState;
|
|
89
|
+
};
|
|
90
|
+
toasts: import("@reduxjs/toolkit").EntityState<import("jamespot-front-business/dist/src/store/toast/toast.types").ToastEntity, string>;
|
|
91
|
+
tinymce: {
|
|
92
|
+
options: import("jamespot-front-business/dist/src/store/tinymce/tinymce.types").TinyMCEOptionsState;
|
|
93
|
+
};
|
|
115
94
|
userCurrent: jUserList;
|
|
116
|
-
adminLogs:
|
|
117
|
-
logsNavigation:
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
limit: number;
|
|
123
|
-
nbResults: number;
|
|
124
|
-
} & {
|
|
125
|
-
loading: "idle" | "pending";
|
|
126
|
-
};
|
|
127
|
-
logsObjects: {
|
|
128
|
-
data: import("jamespot-user-api").AdminLogObject[];
|
|
129
|
-
page: number;
|
|
130
|
-
filters: import("jamespot-user-api").Filters;
|
|
131
|
-
orders: import("jamespot-user-api").Orders;
|
|
132
|
-
limit: number;
|
|
133
|
-
nbResults: number;
|
|
134
|
-
} & {
|
|
135
|
-
loading: "idle" | "pending";
|
|
136
|
-
};
|
|
137
|
-
logsSearch: {
|
|
138
|
-
data: import("jamespot-user-api").AdminLogSearch[];
|
|
139
|
-
page: number;
|
|
140
|
-
filters: import("jamespot-user-api").Filters;
|
|
141
|
-
orders: import("jamespot-user-api").Orders;
|
|
142
|
-
limit: number;
|
|
143
|
-
nbResults: number;
|
|
144
|
-
} & {
|
|
145
|
-
loading: "idle" | "pending";
|
|
146
|
-
};
|
|
147
|
-
}>;
|
|
148
|
-
animations: import("redux").CombinedState<{
|
|
95
|
+
adminLogs: {
|
|
96
|
+
logsNavigation: import("jamespot-front-business/dist/src/store/admin/logs/types").AdminLogsNavigationSliceState;
|
|
97
|
+
logsObjects: import("jamespot-front-business/dist/src/store/admin/logs/types").AdminLogsObjectsSliceState;
|
|
98
|
+
logsSearch: import("jamespot-front-business/dist/src/store/admin/logs/types").AdminLogsSearchSliceState;
|
|
99
|
+
};
|
|
100
|
+
animations: {
|
|
149
101
|
animationsList: import("jamespot-front-business").AnimationSliceListState;
|
|
150
102
|
animationStats: import("jamespot-front-business").AnimationStatsSliceState;
|
|
151
103
|
animationStatsCurrent: import("jamespot-front-business").AnimationStatsCurrentSliceState;
|
|
152
|
-
}
|
|
153
|
-
assetReservation:
|
|
104
|
+
};
|
|
105
|
+
assetReservation: {
|
|
154
106
|
bookableAsset: import("jamespot-front-business").BookableAssetState;
|
|
155
|
-
configuration:
|
|
107
|
+
configuration: import("jamespot-front-business").Configuration;
|
|
156
108
|
reservation: import("jamespot-front-business").ReservationState;
|
|
157
|
-
}
|
|
158
|
-
bookmark:
|
|
109
|
+
};
|
|
110
|
+
bookmark: {
|
|
159
111
|
bookmarkList: import("jamespot-front-business").bookmarkListState;
|
|
160
112
|
bookmarkEdit: import("jamespot-front-business").bookmarkEditState;
|
|
161
|
-
}
|
|
162
|
-
calendar:
|
|
163
|
-
events:
|
|
164
|
-
|
|
165
|
-
} & {
|
|
166
|
-
list: import("jamespot-user-api").CalendarEventWithExtensions<import("jamespot-user-api").CalendarEventViewAbstractType, ["socialEventRecord"]>[];
|
|
167
|
-
statuses: import("jamespot-user-api").EventStatusFilter[];
|
|
168
|
-
types: Array<"socialEvent" | "meeting" | "animatedMeeting" | "boardCard" | "recurringEvent">;
|
|
169
|
-
dates?: {
|
|
170
|
-
start: string;
|
|
171
|
-
end: string;
|
|
172
|
-
};
|
|
173
|
-
pendingStatusChanges: {
|
|
174
|
-
requestId: string;
|
|
175
|
-
prevStatus: import("jamespot-user-api").UserResponseStatus;
|
|
176
|
-
prevSubscribersTotal: number;
|
|
177
|
-
eventId: number;
|
|
178
|
-
}[];
|
|
179
|
-
};
|
|
180
|
-
}>;
|
|
113
|
+
};
|
|
114
|
+
calendar: {
|
|
115
|
+
events: import("jamespot-front-business/dist/src/store/calendar/calendar.types").CalendarEventsRootState;
|
|
116
|
+
};
|
|
181
117
|
extraBot: import("jamespot-front-business").ExtraBotState;
|
|
182
118
|
contentReport: import("jamespot-front-business").ContentReportSliceRootState;
|
|
183
|
-
faq:
|
|
184
|
-
config:
|
|
185
|
-
categories:
|
|
186
|
-
loading: "idle" | "pending";
|
|
187
|
-
} & {
|
|
188
|
-
categories: import("jamespot-user-api").ExtendedFaqCategory<import("jamespot-user-api").FaqList>[] | null;
|
|
189
|
-
};
|
|
190
|
-
}>;
|
|
191
|
-
magicPad: import("jamespot-front-business").MagicPadSliceRootState;
|
|
192
|
-
mediaLibrary: {
|
|
193
|
-
loading: "idle" | "pending";
|
|
194
|
-
page: number;
|
|
195
|
-
nbResults: number;
|
|
196
|
-
folders: Array<import("jamespot-user-api").MediaLibraryList>;
|
|
197
|
-
unclassifiedFiles: {
|
|
198
|
-
list: Array<import("jamespot-user-api").MediaLibraryList>;
|
|
199
|
-
page: number;
|
|
200
|
-
totalPages: number;
|
|
201
|
-
};
|
|
202
|
-
mediaLibraryAccess: boolean;
|
|
203
|
-
stats: import("jamespot-user-api").MediaLibraryStats | null;
|
|
204
|
-
foldersStats: {
|
|
205
|
-
loading: boolean;
|
|
206
|
-
pager: import("jamespot-user-api").PagingResults<{
|
|
207
|
-
id: number;
|
|
208
|
-
folderName: string;
|
|
209
|
-
nb: number;
|
|
210
|
-
nbDistinct: number;
|
|
211
|
-
}> | null;
|
|
212
|
-
};
|
|
213
|
-
filesStats: {
|
|
214
|
-
loading: boolean;
|
|
215
|
-
pager: import("jamespot-user-api").PagingResults<{
|
|
216
|
-
id: number;
|
|
217
|
-
fileName: string;
|
|
218
|
-
nbViews: number;
|
|
219
|
-
nbDistinctViews: number;
|
|
220
|
-
nbDownloads: number;
|
|
221
|
-
idFolder?: number | undefined;
|
|
222
|
-
}> | null;
|
|
223
|
-
};
|
|
119
|
+
faq: {
|
|
120
|
+
config: import("jamespot-front-business/dist/src/store/faq/faq.types").FaqConfigState;
|
|
121
|
+
categories: import("jamespot-front-business/dist/src/store/faq/faq.types").FaqCategoriesState;
|
|
224
122
|
};
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
};
|
|
230
|
-
teamWork: import("redux").CombinedState<{
|
|
123
|
+
magicPad: import("jamespot-front-business").MagicPadSliceRootState;
|
|
124
|
+
mediaLibrary: import("jamespot-front-business/dist/src/store/mediaLibrary/mediaLibrary.types").MediaLibraryState;
|
|
125
|
+
share: import("jamespot-front-business/dist/src/store/share/share.types").ShareAppState;
|
|
126
|
+
teamWork: {
|
|
231
127
|
teamWorkToDo: import("jamespot-front-business").TeamWorkSliceToDoState;
|
|
232
|
-
}
|
|
233
|
-
tvDisplay:
|
|
128
|
+
};
|
|
129
|
+
tvDisplay: {
|
|
234
130
|
channelsList: {
|
|
235
131
|
loading: "idle" | "pending";
|
|
236
132
|
channels: import("jamespot-user-api").PagingResults<import("jamespot-user-api").TVChannelList> | undefined;
|
|
237
133
|
loadingChannelDeletion: "idle" | "pending";
|
|
238
134
|
};
|
|
239
|
-
}
|
|
135
|
+
};
|
|
240
136
|
wedoc: import("jamespot-front-business").WedocAppState;
|
|
241
137
|
widgets: import("jamespot-user-api").WidgetsState;
|
|
242
|
-
jland:
|
|
138
|
+
jland: {
|
|
243
139
|
jLandMapList: {
|
|
244
140
|
maps: Array<import("jamespot-front-business").JLandMapFront>;
|
|
245
141
|
availableLicenses: import("jamespot-user-api").AdminLicensesNotAssigned;
|
|
@@ -251,402 +147,176 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
251
147
|
loadingMapDeletion: "idle" | "pending";
|
|
252
148
|
};
|
|
253
149
|
mapCreate: import("jamespot-front-business").MapCreateState;
|
|
254
|
-
}
|
|
255
|
-
studio:
|
|
150
|
+
};
|
|
151
|
+
studio: {
|
|
256
152
|
studioAppsList: import("jamespot-front-business").StudioAppsListState;
|
|
257
153
|
currentStudioApp: import("jamespot-front-business").CurrentStudioAppState;
|
|
258
|
-
}>;
|
|
259
|
-
editors: {
|
|
260
|
-
editors: {
|
|
261
|
-
uniqid: string;
|
|
262
|
-
name: import("jamespot-user-api").WidgetKeys;
|
|
263
|
-
position: "left" | "right";
|
|
264
|
-
mode: import("jamespot-user-api").WidgetDisplayMode;
|
|
265
|
-
popup?: boolean;
|
|
266
|
-
view?: React.ReactNode;
|
|
267
|
-
onSave?: <T = import("jamespot-user-api").CombinedWidgetContent>(content: Partial<T>) => void;
|
|
268
|
-
}[];
|
|
269
154
|
};
|
|
155
|
+
editors: import("jamespot-front-business/dist/src/store/widgetEditor/widgetEditor.types").EditorsState;
|
|
270
156
|
fileIntegrity: import("jamespot-front-business").FileIntegrityState;
|
|
271
|
-
extensions:
|
|
272
|
-
[x: string]:
|
|
273
|
-
}
|
|
274
|
-
}, import("
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
loading: "idle" | "pending";
|
|
337
|
-
};
|
|
338
|
-
logsSearch: {
|
|
339
|
-
data: import("jamespot-user-api").AdminLogSearch[];
|
|
340
|
-
page: number;
|
|
341
|
-
filters: import("jamespot-user-api").Filters;
|
|
342
|
-
orders: import("jamespot-user-api").Orders;
|
|
343
|
-
limit: number;
|
|
344
|
-
nbResults: number;
|
|
345
|
-
} & {
|
|
346
|
-
loading: "idle" | "pending";
|
|
347
|
-
};
|
|
348
|
-
}>;
|
|
349
|
-
animations: import("redux").CombinedState<{
|
|
350
|
-
animationsList: import("jamespot-front-business").AnimationSliceListState;
|
|
351
|
-
animationStats: import("jamespot-front-business").AnimationStatsSliceState;
|
|
352
|
-
animationStatsCurrent: import("jamespot-front-business").AnimationStatsCurrentSliceState;
|
|
353
|
-
}>;
|
|
354
|
-
assetReservation: import("redux").CombinedState<{
|
|
355
|
-
bookableAsset: import("jamespot-front-business").BookableAssetState;
|
|
356
|
-
configuration: any;
|
|
357
|
-
reservation: import("jamespot-front-business").ReservationState;
|
|
358
|
-
}>;
|
|
359
|
-
bookmark: import("redux").CombinedState<{
|
|
360
|
-
bookmarkList: import("jamespot-front-business").bookmarkListState;
|
|
361
|
-
bookmarkEdit: import("jamespot-front-business").bookmarkEditState;
|
|
362
|
-
}>;
|
|
363
|
-
calendar: import("redux").CombinedState<{
|
|
364
|
-
events: {
|
|
365
|
-
loading: "idle" | "pending";
|
|
366
|
-
} & {
|
|
367
|
-
list: import("jamespot-user-api").CalendarEventWithExtensions<import("jamespot-user-api").CalendarEventViewAbstractType, ["socialEventRecord"]>[];
|
|
368
|
-
statuses: import("jamespot-user-api").EventStatusFilter[];
|
|
369
|
-
types: Array<"socialEvent" | "meeting" | "animatedMeeting" | "boardCard" | "recurringEvent">;
|
|
370
|
-
dates?: {
|
|
371
|
-
start: string;
|
|
372
|
-
end: string;
|
|
157
|
+
extensions: {
|
|
158
|
+
[x: string]: any;
|
|
159
|
+
};
|
|
160
|
+
}, import("@reduxjs/toolkit").UnknownAction, import("@reduxjs/toolkit").Tuple<[import("@reduxjs/toolkit").StoreEnhancer<{
|
|
161
|
+
dispatch: import("@reduxjs/toolkit").ThunkDispatch<{
|
|
162
|
+
entities: {
|
|
163
|
+
applications: import("@reduxjs/toolkit").EntityState<ApplicationType, string>;
|
|
164
|
+
models: import("@reduxjs/toolkit").EntityState<ModelType<string>, string>;
|
|
165
|
+
users: import("@reduxjs/toolkit").EntityState<import("./slice/User.slice").User, string>;
|
|
166
|
+
articles: import("@reduxjs/toolkit").EntityState<import("./slice/Article.slice").Article, string>;
|
|
167
|
+
};
|
|
168
|
+
comment: {
|
|
169
|
+
commentList: import("jamespot-front-business").CommentListState;
|
|
170
|
+
};
|
|
171
|
+
hooks: {};
|
|
172
|
+
network: {
|
|
173
|
+
statics: import("jamespot-front-business/dist/src/store/network/network.types").NetworkStaticsState;
|
|
174
|
+
};
|
|
175
|
+
platform: {
|
|
176
|
+
config: import("jamespot-front-business/dist/src/store/platform/platform.types").PlatformConfigState;
|
|
177
|
+
};
|
|
178
|
+
toasts: import("@reduxjs/toolkit").EntityState<import("jamespot-front-business/dist/src/store/toast/toast.types").ToastEntity, string>;
|
|
179
|
+
tinymce: {
|
|
180
|
+
options: import("jamespot-front-business/dist/src/store/tinymce/tinymce.types").TinyMCEOptionsState;
|
|
181
|
+
};
|
|
182
|
+
userCurrent: jUserList;
|
|
183
|
+
adminLogs: {
|
|
184
|
+
logsNavigation: import("jamespot-front-business/dist/src/store/admin/logs/types").AdminLogsNavigationSliceState;
|
|
185
|
+
logsObjects: import("jamespot-front-business/dist/src/store/admin/logs/types").AdminLogsObjectsSliceState;
|
|
186
|
+
logsSearch: import("jamespot-front-business/dist/src/store/admin/logs/types").AdminLogsSearchSliceState;
|
|
187
|
+
};
|
|
188
|
+
animations: {
|
|
189
|
+
animationsList: import("jamespot-front-business").AnimationSliceListState;
|
|
190
|
+
animationStats: import("jamespot-front-business").AnimationStatsSliceState;
|
|
191
|
+
animationStatsCurrent: import("jamespot-front-business").AnimationStatsCurrentSliceState;
|
|
192
|
+
};
|
|
193
|
+
assetReservation: {
|
|
194
|
+
bookableAsset: import("jamespot-front-business").BookableAssetState;
|
|
195
|
+
configuration: import("jamespot-front-business").Configuration;
|
|
196
|
+
reservation: import("jamespot-front-business").ReservationState;
|
|
197
|
+
};
|
|
198
|
+
bookmark: {
|
|
199
|
+
bookmarkList: import("jamespot-front-business").bookmarkListState;
|
|
200
|
+
bookmarkEdit: import("jamespot-front-business").bookmarkEditState;
|
|
201
|
+
};
|
|
202
|
+
calendar: {
|
|
203
|
+
events: import("jamespot-front-business/dist/src/store/calendar/calendar.types").CalendarEventsRootState;
|
|
204
|
+
};
|
|
205
|
+
extraBot: import("jamespot-front-business").ExtraBotState;
|
|
206
|
+
contentReport: import("jamespot-front-business").ContentReportSliceRootState;
|
|
207
|
+
faq: {
|
|
208
|
+
config: import("jamespot-front-business/dist/src/store/faq/faq.types").FaqConfigState;
|
|
209
|
+
categories: import("jamespot-front-business/dist/src/store/faq/faq.types").FaqCategoriesState;
|
|
210
|
+
};
|
|
211
|
+
magicPad: import("jamespot-front-business").MagicPadSliceRootState;
|
|
212
|
+
mediaLibrary: import("jamespot-front-business/dist/src/store/mediaLibrary/mediaLibrary.types").MediaLibraryState;
|
|
213
|
+
share: import("jamespot-front-business/dist/src/store/share/share.types").ShareAppState;
|
|
214
|
+
teamWork: {
|
|
215
|
+
teamWorkToDo: import("jamespot-front-business").TeamWorkSliceToDoState;
|
|
216
|
+
};
|
|
217
|
+
tvDisplay: {
|
|
218
|
+
channelsList: {
|
|
219
|
+
loading: "idle" | "pending";
|
|
220
|
+
channels: import("jamespot-user-api").PagingResults<import("jamespot-user-api").TVChannelList> | undefined;
|
|
221
|
+
loadingChannelDeletion: "idle" | "pending";
|
|
373
222
|
};
|
|
374
|
-
pendingStatusChanges: {
|
|
375
|
-
requestId: string;
|
|
376
|
-
prevStatus: import("jamespot-user-api").UserResponseStatus;
|
|
377
|
-
prevSubscribersTotal: number;
|
|
378
|
-
eventId: number;
|
|
379
|
-
}[];
|
|
380
|
-
};
|
|
381
|
-
}>;
|
|
382
|
-
extraBot: import("jamespot-front-business").ExtraBotState;
|
|
383
|
-
contentReport: import("jamespot-front-business").ContentReportSliceRootState;
|
|
384
|
-
faq: import("redux").CombinedState<{
|
|
385
|
-
config: any;
|
|
386
|
-
categories: {
|
|
387
|
-
loading: "idle" | "pending";
|
|
388
|
-
} & {
|
|
389
|
-
categories: import("jamespot-user-api").ExtendedFaqCategory<import("jamespot-user-api").FaqList>[] | null;
|
|
390
|
-
};
|
|
391
|
-
}>;
|
|
392
|
-
magicPad: import("jamespot-front-business").MagicPadSliceRootState;
|
|
393
|
-
mediaLibrary: {
|
|
394
|
-
loading: "idle" | "pending";
|
|
395
|
-
page: number;
|
|
396
|
-
nbResults: number;
|
|
397
|
-
folders: Array<import("jamespot-user-api").MediaLibraryList>;
|
|
398
|
-
unclassifiedFiles: {
|
|
399
|
-
list: Array<import("jamespot-user-api").MediaLibraryList>;
|
|
400
|
-
page: number;
|
|
401
|
-
totalPages: number;
|
|
402
223
|
};
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
id: number;
|
|
418
|
-
fileName: string;
|
|
419
|
-
nbViews: number;
|
|
420
|
-
nbDistinctViews: number;
|
|
421
|
-
nbDownloads: number;
|
|
422
|
-
idFolder?: number | undefined;
|
|
423
|
-
}> | null;
|
|
224
|
+
wedoc: import("jamespot-front-business").WedocAppState;
|
|
225
|
+
widgets: import("jamespot-user-api").WidgetsState;
|
|
226
|
+
jland: {
|
|
227
|
+
jLandMapList: {
|
|
228
|
+
maps: Array<import("jamespot-front-business").JLandMapFront>;
|
|
229
|
+
availableLicenses: import("jamespot-user-api").AdminLicensesNotAssigned;
|
|
230
|
+
loading: "idle" | "pending";
|
|
231
|
+
loadingAvailableLicenses: "idle" | "pending";
|
|
232
|
+
loadingLicenseOperation: {
|
|
233
|
+
[key: number]: "idle" | "pending" | undefined;
|
|
234
|
+
};
|
|
235
|
+
loadingMapDeletion: "idle" | "pending";
|
|
236
|
+
};
|
|
237
|
+
mapCreate: import("jamespot-front-business").MapCreateState;
|
|
424
238
|
};
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
nbEntities: number;
|
|
429
|
-
loading: "idle" | "pending";
|
|
430
|
-
};
|
|
431
|
-
teamWork: import("redux").CombinedState<{
|
|
432
|
-
teamWorkToDo: import("jamespot-front-business").TeamWorkSliceToDoState;
|
|
433
|
-
}>;
|
|
434
|
-
tvDisplay: import("redux").CombinedState<{
|
|
435
|
-
channelsList: {
|
|
436
|
-
loading: "idle" | "pending";
|
|
437
|
-
channels: import("jamespot-user-api").PagingResults<import("jamespot-user-api").TVChannelList> | undefined;
|
|
438
|
-
loadingChannelDeletion: "idle" | "pending";
|
|
239
|
+
studio: {
|
|
240
|
+
studioAppsList: import("jamespot-front-business").StudioAppsListState;
|
|
241
|
+
currentStudioApp: import("jamespot-front-business").CurrentStudioAppState;
|
|
439
242
|
};
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
jLandMapList: {
|
|
445
|
-
maps: Array<import("jamespot-front-business").JLandMapFront>;
|
|
446
|
-
availableLicenses: import("jamespot-user-api").AdminLicensesNotAssigned;
|
|
447
|
-
loading: "idle" | "pending";
|
|
448
|
-
loadingAvailableLicenses: "idle" | "pending";
|
|
449
|
-
loadingLicenseOperation: {
|
|
450
|
-
[key: number]: "idle" | "pending" | undefined;
|
|
451
|
-
};
|
|
452
|
-
loadingMapDeletion: "idle" | "pending";
|
|
243
|
+
editors: import("jamespot-front-business/dist/src/store/widgetEditor/widgetEditor.types").EditorsState;
|
|
244
|
+
fileIntegrity: import("jamespot-front-business").FileIntegrityState;
|
|
245
|
+
extensions: {
|
|
246
|
+
[x: string]: any;
|
|
453
247
|
};
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
currentStudioApp: import("jamespot-front-business").CurrentStudioAppState;
|
|
459
|
-
}>;
|
|
460
|
-
editors: {
|
|
461
|
-
editors: {
|
|
462
|
-
uniqid: string;
|
|
463
|
-
name: import("jamespot-user-api").WidgetKeys;
|
|
464
|
-
position: "left" | "right";
|
|
465
|
-
mode: import("jamespot-user-api").WidgetDisplayMode;
|
|
466
|
-
popup?: boolean;
|
|
467
|
-
view?: React.ReactNode;
|
|
468
|
-
onSave?: <T = import("jamespot-user-api").CombinedWidgetContent>(content: Partial<T>) => void;
|
|
469
|
-
}[];
|
|
470
|
-
};
|
|
471
|
-
fileIntegrity: import("jamespot-front-business").FileIntegrityState;
|
|
472
|
-
extensions: import("redux").CombinedState<{
|
|
473
|
-
[x: string]: /*elided*/ any;
|
|
474
|
-
}>;
|
|
475
|
-
}>, import("redux").AnyAction, {
|
|
476
|
-
jApi: import("jamespot-user-api").JamespotUserApi;
|
|
477
|
-
}>, import("redux").Middleware<{}, any, import("redux").Dispatch<import("redux").AnyAction>>]>>;
|
|
248
|
+
}, {
|
|
249
|
+
jApi: import("jamespot-user-api").JamespotUserApi;
|
|
250
|
+
}, import("@reduxjs/toolkit").UnknownAction>;
|
|
251
|
+
}>, import("@reduxjs/toolkit").StoreEnhancer]>>;
|
|
478
252
|
export type AppDispatch = ReturnType<typeof createStore>['dispatch'];
|
|
479
253
|
export type RootState = ReturnType<ReturnType<typeof createStore>['getState']>;
|
|
480
|
-
export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispatch<
|
|
481
|
-
entities:
|
|
482
|
-
applications: import("@reduxjs/toolkit").EntityState<ApplicationType>;
|
|
483
|
-
models: import("@reduxjs/toolkit").EntityState<ModelType<string
|
|
484
|
-
users: import("@reduxjs/toolkit").EntityState<import("./slice/User.slice").User>;
|
|
485
|
-
articles: import("@reduxjs/toolkit").EntityState<import("./slice/Article.slice").Article>;
|
|
486
|
-
}
|
|
487
|
-
comment:
|
|
254
|
+
export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispatch<{
|
|
255
|
+
entities: {
|
|
256
|
+
applications: import("@reduxjs/toolkit").EntityState<ApplicationType, string>;
|
|
257
|
+
models: import("@reduxjs/toolkit").EntityState<ModelType<string>, string>;
|
|
258
|
+
users: import("@reduxjs/toolkit").EntityState<import("./slice/User.slice").User, string>;
|
|
259
|
+
articles: import("@reduxjs/toolkit").EntityState<import("./slice/Article.slice").Article, string>;
|
|
260
|
+
};
|
|
261
|
+
comment: {
|
|
488
262
|
commentList: import("jamespot-front-business").CommentListState;
|
|
489
|
-
}
|
|
263
|
+
};
|
|
490
264
|
hooks: {};
|
|
491
|
-
network:
|
|
492
|
-
statics:
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
urlBase?: string;
|
|
502
|
-
sendAlert: 0 | 1;
|
|
503
|
-
};
|
|
504
|
-
}>;
|
|
505
|
-
toasts: import("@reduxjs/toolkit").EntityState<{
|
|
506
|
-
id: string;
|
|
507
|
-
label: string;
|
|
508
|
-
description?: string;
|
|
509
|
-
timeout: number;
|
|
510
|
-
type: "error" | "success" | "warning";
|
|
511
|
-
link?: {
|
|
512
|
-
label: string;
|
|
513
|
-
url: string;
|
|
514
|
-
};
|
|
515
|
-
}>;
|
|
516
|
-
tinymce: import("redux").CombinedState<{
|
|
517
|
-
options: {
|
|
518
|
-
common?: TinyMCECommonOptions;
|
|
519
|
-
extended?: TinyMCEExtendedOptions;
|
|
520
|
-
};
|
|
521
|
-
}>;
|
|
265
|
+
network: {
|
|
266
|
+
statics: import("jamespot-front-business/dist/src/store/network/network.types").NetworkStaticsState;
|
|
267
|
+
};
|
|
268
|
+
platform: {
|
|
269
|
+
config: import("jamespot-front-business/dist/src/store/platform/platform.types").PlatformConfigState;
|
|
270
|
+
};
|
|
271
|
+
toasts: import("@reduxjs/toolkit").EntityState<import("jamespot-front-business/dist/src/store/toast/toast.types").ToastEntity, string>;
|
|
272
|
+
tinymce: {
|
|
273
|
+
options: import("jamespot-front-business/dist/src/store/tinymce/tinymce.types").TinyMCEOptionsState;
|
|
274
|
+
};
|
|
522
275
|
userCurrent: jUserList;
|
|
523
|
-
adminLogs:
|
|
524
|
-
logsNavigation:
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
limit: number;
|
|
530
|
-
nbResults: number;
|
|
531
|
-
} & {
|
|
532
|
-
loading: "idle" | "pending";
|
|
533
|
-
};
|
|
534
|
-
logsObjects: {
|
|
535
|
-
data: import("jamespot-user-api").AdminLogObject[];
|
|
536
|
-
page: number;
|
|
537
|
-
filters: import("jamespot-user-api").Filters;
|
|
538
|
-
orders: import("jamespot-user-api").Orders;
|
|
539
|
-
limit: number;
|
|
540
|
-
nbResults: number;
|
|
541
|
-
} & {
|
|
542
|
-
loading: "idle" | "pending";
|
|
543
|
-
};
|
|
544
|
-
logsSearch: {
|
|
545
|
-
data: import("jamespot-user-api").AdminLogSearch[];
|
|
546
|
-
page: number;
|
|
547
|
-
filters: import("jamespot-user-api").Filters;
|
|
548
|
-
orders: import("jamespot-user-api").Orders;
|
|
549
|
-
limit: number;
|
|
550
|
-
nbResults: number;
|
|
551
|
-
} & {
|
|
552
|
-
loading: "idle" | "pending";
|
|
553
|
-
};
|
|
554
|
-
}>;
|
|
555
|
-
animations: import("redux").CombinedState<{
|
|
276
|
+
adminLogs: {
|
|
277
|
+
logsNavigation: import("jamespot-front-business/dist/src/store/admin/logs/types").AdminLogsNavigationSliceState;
|
|
278
|
+
logsObjects: import("jamespot-front-business/dist/src/store/admin/logs/types").AdminLogsObjectsSliceState;
|
|
279
|
+
logsSearch: import("jamespot-front-business/dist/src/store/admin/logs/types").AdminLogsSearchSliceState;
|
|
280
|
+
};
|
|
281
|
+
animations: {
|
|
556
282
|
animationsList: import("jamespot-front-business").AnimationSliceListState;
|
|
557
283
|
animationStats: import("jamespot-front-business").AnimationStatsSliceState;
|
|
558
284
|
animationStatsCurrent: import("jamespot-front-business").AnimationStatsCurrentSliceState;
|
|
559
|
-
}
|
|
560
|
-
assetReservation:
|
|
285
|
+
};
|
|
286
|
+
assetReservation: {
|
|
561
287
|
bookableAsset: import("jamespot-front-business").BookableAssetState;
|
|
562
|
-
configuration:
|
|
288
|
+
configuration: import("jamespot-front-business").Configuration;
|
|
563
289
|
reservation: import("jamespot-front-business").ReservationState;
|
|
564
|
-
}
|
|
565
|
-
bookmark:
|
|
290
|
+
};
|
|
291
|
+
bookmark: {
|
|
566
292
|
bookmarkList: import("jamespot-front-business").bookmarkListState;
|
|
567
293
|
bookmarkEdit: import("jamespot-front-business").bookmarkEditState;
|
|
568
|
-
}
|
|
569
|
-
calendar:
|
|
570
|
-
events:
|
|
571
|
-
|
|
572
|
-
} & {
|
|
573
|
-
list: import("jamespot-user-api").CalendarEventWithExtensions<import("jamespot-user-api").CalendarEventViewAbstractType, ["socialEventRecord"]>[];
|
|
574
|
-
statuses: import("jamespot-user-api").EventStatusFilter[];
|
|
575
|
-
types: Array<"socialEvent" | "meeting" | "animatedMeeting" | "boardCard" | "recurringEvent">;
|
|
576
|
-
dates?: {
|
|
577
|
-
start: string;
|
|
578
|
-
end: string;
|
|
579
|
-
};
|
|
580
|
-
pendingStatusChanges: {
|
|
581
|
-
requestId: string;
|
|
582
|
-
prevStatus: import("jamespot-user-api").UserResponseStatus;
|
|
583
|
-
prevSubscribersTotal: number;
|
|
584
|
-
eventId: number;
|
|
585
|
-
}[];
|
|
586
|
-
};
|
|
587
|
-
}>;
|
|
294
|
+
};
|
|
295
|
+
calendar: {
|
|
296
|
+
events: import("jamespot-front-business/dist/src/store/calendar/calendar.types").CalendarEventsRootState;
|
|
297
|
+
};
|
|
588
298
|
extraBot: import("jamespot-front-business").ExtraBotState;
|
|
589
299
|
contentReport: import("jamespot-front-business").ContentReportSliceRootState;
|
|
590
|
-
faq:
|
|
591
|
-
config:
|
|
592
|
-
categories:
|
|
593
|
-
loading: "idle" | "pending";
|
|
594
|
-
} & {
|
|
595
|
-
categories: import("jamespot-user-api").ExtendedFaqCategory<import("jamespot-user-api").FaqList>[] | null;
|
|
596
|
-
};
|
|
597
|
-
}>;
|
|
598
|
-
magicPad: import("jamespot-front-business").MagicPadSliceRootState;
|
|
599
|
-
mediaLibrary: {
|
|
600
|
-
loading: "idle" | "pending";
|
|
601
|
-
page: number;
|
|
602
|
-
nbResults: number;
|
|
603
|
-
folders: Array<import("jamespot-user-api").MediaLibraryList>;
|
|
604
|
-
unclassifiedFiles: {
|
|
605
|
-
list: Array<import("jamespot-user-api").MediaLibraryList>;
|
|
606
|
-
page: number;
|
|
607
|
-
totalPages: number;
|
|
608
|
-
};
|
|
609
|
-
mediaLibraryAccess: boolean;
|
|
610
|
-
stats: import("jamespot-user-api").MediaLibraryStats | null;
|
|
611
|
-
foldersStats: {
|
|
612
|
-
loading: boolean;
|
|
613
|
-
pager: import("jamespot-user-api").PagingResults<{
|
|
614
|
-
id: number;
|
|
615
|
-
folderName: string;
|
|
616
|
-
nb: number;
|
|
617
|
-
nbDistinct: number;
|
|
618
|
-
}> | null;
|
|
619
|
-
};
|
|
620
|
-
filesStats: {
|
|
621
|
-
loading: boolean;
|
|
622
|
-
pager: import("jamespot-user-api").PagingResults<{
|
|
623
|
-
id: number;
|
|
624
|
-
fileName: string;
|
|
625
|
-
nbViews: number;
|
|
626
|
-
nbDistinctViews: number;
|
|
627
|
-
nbDownloads: number;
|
|
628
|
-
idFolder?: number | undefined;
|
|
629
|
-
}> | null;
|
|
630
|
-
};
|
|
300
|
+
faq: {
|
|
301
|
+
config: import("jamespot-front-business/dist/src/store/faq/faq.types").FaqConfigState;
|
|
302
|
+
categories: import("jamespot-front-business/dist/src/store/faq/faq.types").FaqCategoriesState;
|
|
631
303
|
};
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
};
|
|
637
|
-
teamWork: import("redux").CombinedState<{
|
|
304
|
+
magicPad: import("jamespot-front-business").MagicPadSliceRootState;
|
|
305
|
+
mediaLibrary: import("jamespot-front-business/dist/src/store/mediaLibrary/mediaLibrary.types").MediaLibraryState;
|
|
306
|
+
share: import("jamespot-front-business/dist/src/store/share/share.types").ShareAppState;
|
|
307
|
+
teamWork: {
|
|
638
308
|
teamWorkToDo: import("jamespot-front-business").TeamWorkSliceToDoState;
|
|
639
|
-
}
|
|
640
|
-
tvDisplay:
|
|
309
|
+
};
|
|
310
|
+
tvDisplay: {
|
|
641
311
|
channelsList: {
|
|
642
312
|
loading: "idle" | "pending";
|
|
643
313
|
channels: import("jamespot-user-api").PagingResults<import("jamespot-user-api").TVChannelList> | undefined;
|
|
644
314
|
loadingChannelDeletion: "idle" | "pending";
|
|
645
315
|
};
|
|
646
|
-
}
|
|
316
|
+
};
|
|
647
317
|
wedoc: import("jamespot-front-business").WedocAppState;
|
|
648
318
|
widgets: import("jamespot-user-api").WidgetsState;
|
|
649
|
-
jland:
|
|
319
|
+
jland: {
|
|
650
320
|
jLandMapList: {
|
|
651
321
|
maps: Array<import("jamespot-front-business").JLandMapFront>;
|
|
652
322
|
availableLicenses: import("jamespot-user-api").AdminLicensesNotAssigned;
|
|
@@ -658,28 +328,18 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
658
328
|
loadingMapDeletion: "idle" | "pending";
|
|
659
329
|
};
|
|
660
330
|
mapCreate: import("jamespot-front-business").MapCreateState;
|
|
661
|
-
}
|
|
662
|
-
studio:
|
|
331
|
+
};
|
|
332
|
+
studio: {
|
|
663
333
|
studioAppsList: import("jamespot-front-business").StudioAppsListState;
|
|
664
334
|
currentStudioApp: import("jamespot-front-business").CurrentStudioAppState;
|
|
665
|
-
}>;
|
|
666
|
-
editors: {
|
|
667
|
-
editors: {
|
|
668
|
-
uniqid: string;
|
|
669
|
-
name: import("jamespot-user-api").WidgetKeys;
|
|
670
|
-
position: "left" | "right";
|
|
671
|
-
mode: import("jamespot-user-api").WidgetDisplayMode;
|
|
672
|
-
popup?: boolean;
|
|
673
|
-
view?: React.ReactNode;
|
|
674
|
-
onSave?: <T = import("jamespot-user-api").CombinedWidgetContent>(content: Partial<T>) => void;
|
|
675
|
-
}[];
|
|
676
335
|
};
|
|
336
|
+
editors: import("jamespot-front-business/dist/src/store/widgetEditor/widgetEditor.types").EditorsState;
|
|
677
337
|
fileIntegrity: import("jamespot-front-business").FileIntegrityState;
|
|
678
|
-
extensions:
|
|
679
|
-
[x: string]:
|
|
680
|
-
}
|
|
681
|
-
}
|
|
338
|
+
extensions: {
|
|
339
|
+
[x: string]: any;
|
|
340
|
+
};
|
|
341
|
+
}, {
|
|
682
342
|
jApi: import("jamespot-user-api").JamespotUserApi;
|
|
683
|
-
}, import("
|
|
343
|
+
}, import("@reduxjs/toolkit").UnknownAction> & import("@reduxjs/toolkit").Dispatch<import("@reduxjs/toolkit").UnknownAction>;
|
|
684
344
|
export declare const useAppSelector: TypedUseSelectorHook<RootState>;
|
|
685
345
|
export {};
|