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.
Files changed (68) hide show
  1. package/build/581.02792caba0594f6815e2.chunk.js +2 -0
  2. package/build/581.02792caba0594f6815e2.chunk.js.map +1 -0
  3. package/build/70.b156a91742e3d8901eaf.chunk.js +715 -0
  4. package/build/70.b156a91742e3d8901eaf.chunk.js.map +1 -0
  5. package/build/app.bundle.js +948 -885
  6. package/build/app.bundle.js.LICENSE.txt +92 -1
  7. package/build/app.bundle.js.map +1 -1
  8. package/build/script/checkDependencies.d.ts +1 -0
  9. package/build/socket.sharedworker.6e975754295fd9584be6.js.map +1 -1
  10. package/build/src/App.d.ts +33 -5
  11. package/build/src/components/articleEditor/ArticleEditor.d.ts +22 -0
  12. package/build/src/components/calendar/CreateCalendarEventModal.d.ts +3 -1
  13. package/build/src/components/calendar/socialEvent/CreateSocialEventOrRecurringEventModal.d.ts +3 -1
  14. package/build/src/components/calendar/socialEvent/SocialEventOrRecurringEventForm.d.ts +2 -17
  15. package/build/src/components/calendar/socialEvent/types.d.ts +17 -0
  16. package/build/src/components/calendar/socialEvent/useRecurringEventUpdateHook.d.ts +21 -0
  17. package/build/src/components/calendar/socialEvent/useSocialEventOrRecurringEventCreationHook.d.ts +27 -0
  18. package/build/src/components/calendar/socialEvent/useSocialEventUpdateHook.d.ts +21 -0
  19. package/build/src/components/layouts/EditorLayout.d.ts +1 -0
  20. package/build/src/components/{TwoColLayout.d.ts → layouts/TwoColLayout.d.ts} +1 -1
  21. package/build/src/components/modals/ModalSchedule.d.ts +1 -2
  22. package/build/src/hooks/index.d.ts +5 -1
  23. package/build/src/hooks/useAI.d.ts +1 -1
  24. package/build/src/hooks/useHref.d.ts +3 -0
  25. package/build/src/redux/middleware/index.d.ts +0 -1
  26. package/build/src/redux/middleware/logger.d.ts +1 -1
  27. package/build/src/redux/slice/Article.slice.d.ts +21 -21
  28. package/build/src/redux/slice/User.slice.d.ts +21 -21
  29. package/build/src/redux/store.d.ts +191 -531
  30. package/build/src/registry/core-component-list.d.ts +3 -0
  31. package/build/src/registry/coreComponents.d.ts +5 -2
  32. package/build/src/registry/ext-component-list.d.ts +1 -0
  33. package/build/src/types.d.ts +1 -0
  34. package/externals.json +13 -2
  35. package/package.json +26 -28
  36. package/README.internal.md +0 -20
  37. package/build/534.606ae244f89e01f0c5fa.chunk.js +0 -2
  38. package/build/534.606ae244f89e01f0c5fa.chunk.js.map +0 -1
  39. package/build/605.2ea491387427c666537a.chunk.js +0 -707
  40. package/build/605.2ea491387427c666537a.chunk.js.map +0 -1
  41. package/build/assets/404.6ddcf23842aa398fdb2521ed61e26426.png +0 -0
  42. package/build/assets/ai.0bd1828cb6ec10ad92d900c710079cac.png +0 -0
  43. package/build/assets/check.e04c3374d2c43bd03d5c52b37639d90c.svg +0 -4
  44. package/build/assets/default.2ca3180f8cdd6f14c4184439f06173cb.png +0 -0
  45. package/build/assets/docx.d99aeeb833c328dc360bb2dc1d99126f.png +0 -0
  46. package/build/assets/gif.605d1d151a01356b376d5c4ac2f40d19.png +0 -0
  47. package/build/assets/group-background.daf782321c7f65cde0fc3d5918d27762.png +0 -0
  48. package/build/assets/jamespot-2025-216.d681af07a093035b056f3a3589dfb6f8.png +0 -0
  49. package/build/assets/jamespot-blue-2025-216.cbe9350502876bd1e0495637f73b0ce6.png +0 -0
  50. package/build/assets/mp3.c4f6cf8e048c8d1fd70ea5676f9e35bb.png +0 -0
  51. package/build/assets/mp4.c631e40ab77a5009bec629505396f88b.png +0 -0
  52. package/build/assets/pdf.25c19fbb11dacc87994bdce830d7e5ed.png +0 -0
  53. package/build/assets/pptx.fc266e95afba9abd862da4d909e1ad68.png +0 -0
  54. package/build/assets/psd.cca4c1ac52e6e24770486bf5bc6d6ff9.png +0 -0
  55. package/build/assets/svg.21a77099744d94b9214c52043ef39d95.png +0 -0
  56. package/build/assets/ttf.28668a6c059779e01fe7dc66dd70ef40.png +0 -0
  57. package/build/assets/txt.d0b32e515641b99e8e31165279361eb4.png +0 -0
  58. package/build/assets/x.609ccec1e6c6c10c412a1ab325258b42.svg +0 -1
  59. package/build/assets/xlsx.a3b00a8cd84f504b94d1cfc617b4080f.png +0 -0
  60. package/build/assets/zip.b8f8ab347fc92f763a2d44617a82b66e.png +0 -0
  61. package/build/jest.config.d.ts +0 -3
  62. package/build/jest.setup.d.ts +0 -1
  63. package/jest.config.ts +0 -17
  64. package/jest.setup.ts +0 -1
  65. package/script/checkDependencies.js +0 -48
  66. package/script/traduction-react.php +0 -95
  67. package/styled-components.d.ts +0 -6
  68. /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/dist/configureStore").ToolkitStore<import("redux").EmptyObject & {
74
- entities: import("redux").CombinedState<{
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: import("redux").CombinedState<{
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: import("redux").CombinedState<{
85
- statics: {
86
- networkPublic?: NetworkType;
87
- networkMe?: NetworkType;
88
- };
89
- }>;
90
- platform: import("redux").CombinedState<{
91
- config: {
92
- userHighlightFields?: string[];
93
- userAccountStatus: 0 | 1;
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: import("redux").CombinedState<{
117
- logsNavigation: {
118
- data: import("jamespot-user-api").AdminLogNavigation[];
119
- page: number;
120
- filters: import("jamespot-user-api").Filters;
121
- orders: import("jamespot-user-api").Orders;
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: import("redux").CombinedState<{
104
+ };
105
+ assetReservation: {
154
106
  bookableAsset: import("jamespot-front-business").BookableAssetState;
155
- configuration: any;
107
+ configuration: import("jamespot-front-business").Configuration;
156
108
  reservation: import("jamespot-front-business").ReservationState;
157
- }>;
158
- bookmark: import("redux").CombinedState<{
109
+ };
110
+ bookmark: {
159
111
  bookmarkList: import("jamespot-front-business").bookmarkListState;
160
112
  bookmarkEdit: import("jamespot-front-business").bookmarkEditState;
161
- }>;
162
- calendar: import("redux").CombinedState<{
163
- events: {
164
- loading: "idle" | "pending";
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: import("redux").CombinedState<{
184
- config: any;
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
- share: {
226
- entities: import("jamespot-user-api").jUserLittle[];
227
- nbEntities: number;
228
- loading: "idle" | "pending";
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: import("redux").CombinedState<{
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: import("redux").CombinedState<{
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: import("redux").CombinedState<{
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: import("redux").CombinedState<{
272
- [x: string]: /*elided*/ any;
273
- }>;
274
- }, import("redux").AnyAction, import("@reduxjs/toolkit").MiddlewareArray<[import("@reduxjs/toolkit").ThunkMiddleware<import("redux").CombinedState<{
275
- entities: import("redux").CombinedState<{
276
- applications: import("@reduxjs/toolkit").EntityState<ApplicationType>;
277
- models: import("@reduxjs/toolkit").EntityState<ModelType<string>>;
278
- users: import("@reduxjs/toolkit").EntityState<import("./slice/User.slice").User>;
279
- articles: import("@reduxjs/toolkit").EntityState<import("./slice/Article.slice").Article>;
280
- }>;
281
- comment: import("redux").CombinedState<{
282
- commentList: import("jamespot-front-business").CommentListState;
283
- }>;
284
- hooks: {};
285
- network: import("redux").CombinedState<{
286
- statics: {
287
- networkPublic?: NetworkType;
288
- networkMe?: NetworkType;
289
- };
290
- }>;
291
- platform: import("redux").CombinedState<{
292
- config: {
293
- userHighlightFields?: string[];
294
- userAccountStatus: 0 | 1;
295
- urlBase?: string;
296
- sendAlert: 0 | 1;
297
- };
298
- }>;
299
- toasts: import("@reduxjs/toolkit").EntityState<{
300
- id: string;
301
- label: string;
302
- description?: string;
303
- timeout: number;
304
- type: "error" | "success" | "warning";
305
- link?: {
306
- label: string;
307
- url: string;
308
- };
309
- }>;
310
- tinymce: import("redux").CombinedState<{
311
- options: {
312
- common?: TinyMCECommonOptions;
313
- extended?: TinyMCEExtendedOptions;
314
- };
315
- }>;
316
- userCurrent: jUserList;
317
- adminLogs: import("redux").CombinedState<{
318
- logsNavigation: {
319
- data: import("jamespot-user-api").AdminLogNavigation[];
320
- page: number;
321
- filters: import("jamespot-user-api").Filters;
322
- orders: import("jamespot-user-api").Orders;
323
- limit: number;
324
- nbResults: number;
325
- } & {
326
- loading: "idle" | "pending";
327
- };
328
- logsObjects: {
329
- data: import("jamespot-user-api").AdminLogObject[];
330
- page: number;
331
- filters: import("jamespot-user-api").Filters;
332
- orders: import("jamespot-user-api").Orders;
333
- limit: number;
334
- nbResults: number;
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
- mediaLibraryAccess: boolean;
404
- stats: import("jamespot-user-api").MediaLibraryStats | null;
405
- foldersStats: {
406
- loading: boolean;
407
- pager: import("jamespot-user-api").PagingResults<{
408
- id: number;
409
- folderName: string;
410
- nb: number;
411
- nbDistinct: number;
412
- }> | null;
413
- };
414
- filesStats: {
415
- loading: boolean;
416
- pager: import("jamespot-user-api").PagingResults<{
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
- share: {
427
- entities: import("jamespot-user-api").jUserLittle[];
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
- wedoc: import("jamespot-front-business").WedocAppState;
442
- widgets: import("jamespot-user-api").WidgetsState;
443
- jland: import("redux").CombinedState<{
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
- mapCreate: import("jamespot-front-business").MapCreateState;
455
- }>;
456
- studio: import("redux").CombinedState<{
457
- studioAppsList: import("jamespot-front-business").StudioAppsListState;
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<import("redux").CombinedState<{
481
- entities: import("redux").CombinedState<{
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: import("redux").CombinedState<{
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: import("redux").CombinedState<{
492
- statics: {
493
- networkPublic?: NetworkType;
494
- networkMe?: NetworkType;
495
- };
496
- }>;
497
- platform: import("redux").CombinedState<{
498
- config: {
499
- userHighlightFields?: string[];
500
- userAccountStatus: 0 | 1;
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: import("redux").CombinedState<{
524
- logsNavigation: {
525
- data: import("jamespot-user-api").AdminLogNavigation[];
526
- page: number;
527
- filters: import("jamespot-user-api").Filters;
528
- orders: import("jamespot-user-api").Orders;
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: import("redux").CombinedState<{
285
+ };
286
+ assetReservation: {
561
287
  bookableAsset: import("jamespot-front-business").BookableAssetState;
562
- configuration: any;
288
+ configuration: import("jamespot-front-business").Configuration;
563
289
  reservation: import("jamespot-front-business").ReservationState;
564
- }>;
565
- bookmark: import("redux").CombinedState<{
290
+ };
291
+ bookmark: {
566
292
  bookmarkList: import("jamespot-front-business").bookmarkListState;
567
293
  bookmarkEdit: import("jamespot-front-business").bookmarkEditState;
568
- }>;
569
- calendar: import("redux").CombinedState<{
570
- events: {
571
- loading: "idle" | "pending";
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: import("redux").CombinedState<{
591
- config: any;
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
- share: {
633
- entities: import("jamespot-user-api").jUserLittle[];
634
- nbEntities: number;
635
- loading: "idle" | "pending";
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: import("redux").CombinedState<{
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: import("redux").CombinedState<{
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: import("redux").CombinedState<{
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: import("redux").CombinedState<{
679
- [x: string]: /*elided*/ any;
680
- }>;
681
- }>, {
338
+ extensions: {
339
+ [x: string]: any;
340
+ };
341
+ }, {
682
342
  jApi: import("jamespot-user-api").JamespotUserApi;
683
- }, import("redux").AnyAction> & import("redux").Dispatch<import("redux").AnyAction>;
343
+ }, import("@reduxjs/toolkit").UnknownAction> & import("@reduxjs/toolkit").Dispatch<import("@reduxjs/toolkit").UnknownAction>;
684
344
  export declare const useAppSelector: TypedUseSelectorHook<RootState>;
685
345
  export {};