jamespot-react-core 1.2.35 → 1.2.36

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 (129) hide show
  1. package/build/850.6fab37b5f8dec1f9aa5d.chunk.js +2 -0
  2. package/build/850.6fab37b5f8dec1f9aa5d.chunk.js.map +1 -0
  3. package/build/899.2369fb7deb9e32081419.chunk.js +648 -0
  4. package/build/899.2369fb7deb9e32081419.chunk.js.map +1 -0
  5. package/build/app.bundle.js +3800 -3799
  6. package/build/app.bundle.js.LICENSE.txt +10 -0
  7. package/build/app.bundle.js.map +1 -1
  8. package/build/jest.config.d.ts +3 -16
  9. package/build/socket.sharedworker.6e975754295fd9584be6.js +2 -0
  10. package/build/socket.sharedworker.6e975754295fd9584be6.js.map +1 -0
  11. package/build/src/App.d.ts +2 -1
  12. package/build/src/Router.d.ts +1 -0
  13. package/build/src/components/Audience.d.ts +2 -3
  14. package/build/src/components/Avatar.d.ts +1 -2
  15. package/build/src/components/CommentsBloc.d.ts +1 -2
  16. package/build/src/components/Empty.d.ts +1 -2
  17. package/build/src/components/ExtensionProvider.component.d.ts +2 -2
  18. package/build/src/components/FullPageLayout.d.ts +1 -2
  19. package/build/src/components/IfAppIsActivated.component.d.ts +0 -1
  20. package/build/src/components/RTProvider.component.d.ts +4 -2
  21. package/build/src/components/Toaster.d.ts +1 -2
  22. package/build/src/components/TwoColLayout.d.ts +1 -2
  23. package/build/src/components/comments/AddReportModal.d.ts +1 -2
  24. package/build/src/components/comments/CommentsBlocAddCommentWidgetsWrapper.d.ts +1 -2
  25. package/build/src/components/comments/CommentsBlocCommentWidgetsWrapper.d.ts +1 -2
  26. package/build/src/components/editors/Editor.d.ts +1 -2
  27. package/build/src/components/editors/EditorPopup.d.ts +1 -2
  28. package/build/src/components/editors/EditorPosition.d.ts +2 -3
  29. package/build/src/components/editors/EditorTabDisplayLevel.d.ts +1 -2
  30. package/build/src/components/editors/EditorTabWidgetSelection.d.ts +1 -2
  31. package/build/src/components/editors/EditorTabWidgets.d.ts +1 -2
  32. package/build/src/components/editors/EditorTabWrapper.d.ts +1 -2
  33. package/build/src/components/editors/EditorWrapper.d.ts +2 -3
  34. package/build/src/components/editors/EditorsPortal.d.ts +1 -2
  35. package/build/src/components/editors/components/EditorInputColor.d.ts +2 -3
  36. package/build/src/components/editors/components/EditorInputNumber.d.ts +2 -3
  37. package/build/src/components/editors/components/EditorInputSelect.d.ts +2 -3
  38. package/build/src/components/editors/components/EditorSave.d.ts +1 -2
  39. package/build/src/components/editors/states/EditorIsBusy.d.ts +1 -2
  40. package/build/src/components/editors/states/EditorIsInitialize.d.ts +2 -2
  41. package/build/src/components/editors/states/EditorIsLocked.d.ts +1 -2
  42. package/build/src/components/editors/style.d.ts +2 -2
  43. package/build/src/components/modals/ModalAudience.d.ts +1 -2
  44. package/build/src/components/tinymce/JRCInputTinyMCEWithExt.d.ts +1 -2
  45. package/build/src/components/tinymce/JRCInputTinyMCEWithExtRaw.d.ts +1 -2
  46. package/build/src/components/tinymce/extension/AIModal.d.ts +1 -2
  47. package/build/src/components/tinymce/extension/MarkdownModal.d.ts +1 -2
  48. package/build/src/components/widgets/Widget.d.ts +6 -6
  49. package/build/src/components/widgets/Widget.style.d.ts +1 -1
  50. package/build/src/components/widgets/WidgetLayer/WidgetLayer.d.ts +3 -3
  51. package/build/src/components/widgets/WidgetList/WidgetList.d.ts +4 -5
  52. package/build/src/components/widgets/WidgetList/WidgetList.style.d.ts +5 -5
  53. package/build/src/components/widgets/WidgetState.d.ts +1 -2
  54. package/build/src/components/widgets/WidgetWrapperCore.d.ts +2 -2
  55. package/build/src/components/widgets/WidgetWrapperCoreEditHover.d.ts +1 -2
  56. package/build/src/components/widgets/components/WidgetEditorPanel.d.ts +1 -2
  57. package/build/src/components/widgets/components/WidgetUploader.d.ts +2 -2
  58. package/build/src/components/widgets/hooks.d.ts +1 -2
  59. package/build/src/components/widgets/wrapper/JRCWidgetArticleAttachmentWrapper.d.ts +4 -5
  60. package/build/src/components/widgets/wrapper/JRCWidgetArticleButtonWrapper.d.ts +2 -3
  61. package/build/src/components/widgets/wrapper/JRCWidgetArticleGalleryWrapper.d.ts +3 -4
  62. package/build/src/components/widgets/wrapper/JRCWidgetArticleImageWrapper.d.ts +4 -5
  63. package/build/src/components/widgets/wrapper/JRCWidgetArticleSliderWrapper.d.ts +3 -4
  64. package/build/src/components/widgets/wrapper/JRCWidgetArticleTextWrapper.d.ts +2 -3
  65. package/build/src/components/widgets/wrapper/JRCWidgetArticleTitleWrapper.d.ts +5 -6
  66. package/build/src/components/widgets/wrapper/JRCWidgetCalendarCalDavWrapper.d.ts +3 -3
  67. package/build/src/components/widgets/wrapper/JRCWidgetCheckListWrapper.d.ts +2 -3
  68. package/build/src/components/widgets/wrapper/JRCWidgetContactCardDavWrapper.d.ts +3 -3
  69. package/build/src/components/widgets/wrapper/JRCWidgetDatasourceTableWrapper.d.ts +2 -22
  70. package/build/src/components/widgets/wrapper/JRCWidgetEmailsImapWrapper.d.ts +3 -3
  71. package/build/src/components/widgets/wrapper/JRCWidgetExcelDatasourceTableWrapper.d.ts +2 -22
  72. package/build/src/components/widgets/wrapper/JRCWidgetIconWrapper.d.ts +1 -2
  73. package/build/src/components/widgets/wrapper/JRCWidgetLuccaAbsenceWrapper.d.ts +1 -2
  74. package/build/src/components/widgets/wrapper/JRCWidgetPresenceWrapper.d.ts +2 -3
  75. package/build/src/components/widgets/wrapper/JRCWidgetPresenceWrapperClosing.d.ts +2 -3
  76. package/build/src/components/widgets/wrapper/JRCWidgetQuickSurveyWrapper.d.ts +1 -2
  77. package/build/src/components/widgets/wrapper/WidgetCalendarCalDav/WidgetCalendarCalDavHeader.d.ts +1 -2
  78. package/build/src/components/widgets/wrapper/WidgetContactCardDav/WidgetContactCardDavHeader.d.ts +1 -2
  79. package/build/src/components/widgets/wrapper/WidgetEmailsImap/WidgetEmailsImapHeader.d.ts +1 -2
  80. package/build/src/components/widgets/wrapper/WidgetLicenseWrapper.d.ts +2 -2
  81. package/build/src/components/widgets/wrapper/components/OfficeConfigurationPrompt.d.ts +1 -2
  82. package/build/src/components/widgets/wrapper/components/WidgetFooterView.d.ts +4 -5
  83. package/build/src/components/widgets/wrapper/components/WidgetHeader.d.ts +4 -4
  84. package/build/src/components/widgets/wrapper/components/WidgetHeaderEdit.d.ts +2 -3
  85. package/build/src/components/widgets/wrapper/components/WidgetInlineInputText.d.ts +1 -2
  86. package/build/src/components/widgets/wrapper/components/WidgetIntranetTitle.d.ts +1 -2
  87. package/build/src/components/widgets/wrapper/components/WidgetIsPending.d.ts +1 -2
  88. package/build/src/components/widgets/wrapper/components/WidgetRemove.d.ts +1 -2
  89. package/build/src/components/widgets/wrapper/components/WidgetScroll.d.ts +5 -5
  90. package/build/src/components/widgets/wrapper/components/WidgetStylePadding.d.ts +3 -3
  91. package/build/src/components/widgets/wrapper/components/WidgetStyleWrapper.d.ts +4 -4
  92. package/build/src/components/widgets/wrapper/components/WidgetTitle.d.ts +1 -2
  93. package/build/src/components/widgets/wrapper/components/WidgetTitleEdit.d.ts +1 -2
  94. package/build/src/components/widgets/wrapper/utils.d.ts +3 -10
  95. package/build/src/displayer/DisplayForm.component.d.ts +3 -3
  96. package/build/src/displayer/components/DisplayRender.d.ts +10 -11
  97. package/build/src/displayer/components/inputs/Date.d.ts +2 -3
  98. package/build/src/displayer/components/inputs/DateTime.d.ts +2 -3
  99. package/build/src/displayer/components/inputs/DefaultInput.d.ts +1 -2
  100. package/build/src/displayer/components/inputs/InputAudience.d.ts +1 -2
  101. package/build/src/displayer/components/inputs/InputCheckbox.d.ts +1 -2
  102. package/build/src/displayer/components/inputs/InputEmail.d.ts +1 -2
  103. package/build/src/displayer/components/inputs/InputFile.d.ts +1 -2
  104. package/build/src/displayer/components/inputs/InputImage.d.ts +2 -3
  105. package/build/src/displayer/components/inputs/InputRichText.d.ts +1 -2
  106. package/build/src/displayer/components/inputs/InputSelect.d.ts +1 -2
  107. package/build/src/displayer/components/inputs/InputTaxonomy.d.ts +4 -111
  108. package/build/src/displayer/components/inputs/InputTextarea.d.ts +1 -2
  109. package/build/src/displayer/components/inputs/OrientedLink.d.ts +1 -2
  110. package/build/src/displayer/types.d.ts +1 -1
  111. package/build/src/displayer/useDisplay.d.ts +1 -2
  112. package/build/src/hooks/useAI.d.ts +1 -1
  113. package/build/src/hooks/useMarkdownModal.d.ts +1 -1
  114. package/build/src/redux/slice/Article.slice.d.ts +16 -16
  115. package/build/src/redux/slice/User.slice.d.ts +16 -16
  116. package/build/src/redux/store.d.ts +225 -1876
  117. package/build/src/registry/ext-component-list.d.ts +184 -188
  118. package/build/src/registry/types.common.d.ts +2 -2
  119. package/jest.config.ts +9 -7
  120. package/package.json +56 -66
  121. package/build/199.83ea2a609bf40e7e1d98.chunk.js +0 -648
  122. package/build/199.83ea2a609bf40e7e1d98.chunk.js.map +0 -1
  123. package/build/758.ccf07af0a14a905ce759.chunk.js +0 -2
  124. package/build/758.ccf07af0a14a905ce759.chunk.js.map +0 -1
  125. package/build/socket.sharedworker.36b2317446c7c433029e.js +0 -2
  126. package/build/socket.sharedworker.36b2317446c7c433029e.js.map +0 -1
  127. package/build/src/components/widgets/utils.test.d.ts +0 -1
  128. package/build/src/components/widgets/wrapper/utils.test.d.ts +0 -1
  129. package/build/tsconfig.tsbuildinfo +0 -1
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { Reducer } from '@reduxjs/toolkit';
3
- import { Application, Comment, ExtraBot, Hook, Model, Share, studio, TVDisplay, UserCurrent, WedocApp, Bookmark, MediaLibrary, MagicPad, jland, Faq, AssetReservation, Animations, AdminLogs, Widget, WidgetEditor, ContentReport, TeamWork } from 'jamespot-front-business';
2
+ import { AdminLogs, Animations, Application, AssetReservation, Bookmark, ContentReport, ExtraBot, Faq, Hook, jland, MagicPad, MediaLibrary, Model, Share, studio, TeamWork, TVDisplay, UserCurrent, WedocApp, Widget, WidgetEditor } from 'jamespot-front-business';
4
3
  import { ApplicationType, HookListType, jUserList, Model as ModelType, NetworkType, TinyMCECommonOptions, TinyMCEExtendedOptions } from 'jamespot-user-api';
4
+ import { TypedUseSelectorHook } from 'react-redux';
5
5
  import { ArticleActionsType, ArticleSelectorType } from './slice/Article.slice';
6
6
  import { GenericActionsType } from './slice/Generic.actions';
7
7
  import { UserActionsType, UsersSelectorType } from './slice/User.slice';
@@ -32,7 +32,6 @@ export type AsyncReducers = {
32
32
  [Animations.slice.name]: typeof Animations.slice.reducer;
33
33
  [AssetReservation.slice.name]: typeof AssetReservation.slice.reducer;
34
34
  [Bookmark.slice.name]: typeof Bookmark.slice.reducer;
35
- [Comment.slice.name]: typeof Comment.slice.reducer;
36
35
  [ExtraBot.slice.name]: typeof ExtraBot.slice.reducer;
37
36
  [ContentReport.slice.name]: typeof ContentReport.slice.reducer;
38
37
  [Faq.slice.name]: typeof Faq.slice.reducer;
@@ -51,99 +50,6 @@ export type AsyncReducers = {
51
50
  [key: string]: Reducer;
52
51
  };
53
52
  };
54
- declare const staticReducers: {
55
- comment: Reducer<import("redux").CombinedState<{
56
- commentList: import("jamespot-front-business").CommentListState;
57
- }>, import("redux").AnyAction>;
58
- entities: Reducer<import("redux").CombinedState<{
59
- applications: import("@reduxjs/toolkit").EntityState<ApplicationType>;
60
- models: import("@reduxjs/toolkit").EntityState<ModelType<string>>;
61
- users: import("@reduxjs/toolkit").EntityState<import("./slice/User.slice").User>;
62
- articles: import("@reduxjs/toolkit").EntityState<import("./slice/Article.slice").Article>;
63
- }>, import("redux").AnyAction>;
64
- form: Reducer<any, import("redux").AnyAction>;
65
- hooks: Reducer<{}, import("redux").AnyAction>;
66
- network: Reducer<import("redux").CombinedState<{
67
- statics: {
68
- networkPublic?: {
69
- type: string;
70
- uri: string;
71
- mainType: string;
72
- title: string;
73
- } | undefined;
74
- networkMe?: {
75
- type: string;
76
- uri: string;
77
- mainType: string;
78
- title: string;
79
- } | undefined;
80
- };
81
- }>, import("redux").AnyAction>;
82
- platform: Reducer<import("redux").CombinedState<{
83
- config: {
84
- userHighlightFields?: string[] | undefined;
85
- userAccountStatus: 0 | 1;
86
- };
87
- }>, import("redux").AnyAction>;
88
- toasts: Reducer<import("@reduxjs/toolkit").EntityState<{
89
- id: string;
90
- label: string | {
91
- id: string;
92
- values: {
93
- [x: string]: string | number | boolean | Date | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | ((children: string) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null | undefined;
94
- };
95
- };
96
- description?: string | {
97
- id: string;
98
- values: {
99
- [x: string]: string | number | boolean | Date | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | ((children: string) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null | undefined;
100
- };
101
- } | undefined;
102
- timeout: number;
103
- type: "error" | "success" | "warning";
104
- }>, import("redux").AnyAction>;
105
- tinymce: Reducer<import("redux").CombinedState<{
106
- options: {
107
- common?: {
108
- language: string;
109
- height: number;
110
- cache_suffix: string;
111
- toolbar: string;
112
- content_css: string;
113
- quickbars_selection_toolbar: string;
114
- plugins: string[];
115
- text_patterns: {
116
- start: string;
117
- format?: string | undefined;
118
- end?: string | undefined;
119
- cmd?: string | undefined;
120
- }[];
121
- menubar: boolean;
122
- branding: boolean;
123
- skin: string;
124
- convert_urls: boolean;
125
- invalid_elements: string;
126
- extended_valid_elements: string;
127
- custom_elements: string;
128
- inline_boundaries_selector: string;
129
- toolbar_mode: "floating" | "sliding" | "scrolling" | "wrap";
130
- promotion: boolean;
131
- font_size_formats: string;
132
- contextmenu: string | false;
133
- paste_data_images: boolean;
134
- browser_spellcheck: boolean;
135
- quickbars_insert_toolbar: boolean;
136
- license_key: "gpl";
137
- sandbox_iframes?: boolean | undefined;
138
- sandbox_iframes_exclusions?: string[] | undefined;
139
- } | undefined;
140
- extended?: {
141
- commentsToolbar: string;
142
- } | undefined;
143
- };
144
- }>, import("redux").AnyAction>;
145
- userCurrent: Reducer<jUserList, import("redux").AnyAction>;
146
- };
147
53
  export declare function makeStore(jValues: {
148
54
  tinymceCommonOptions: TinyMCECommonOptions;
149
55
  tinymceExtendedOptions: TinyMCEExtendedOptions;
@@ -160,95 +66,41 @@ export declare function makeStore(jValues: {
160
66
  hooks: HookListType;
161
67
  userCurrent: jUserList | undefined;
162
68
  }): JInjectStore;
163
- declare function createStore(initialAsyncReducers: AsyncReducers): import("@reduxjs/toolkit/dist/configureStore").ToolkitStore<import("redux").CombinedState<{
164
- comment: import("redux").CombinedState<{
165
- commentList: import("jamespot-front-business").CommentListState;
166
- }>;
69
+ declare function createStore(initialAsyncReducers: AsyncReducers): import("@reduxjs/toolkit/dist/configureStore").ToolkitStore<import("redux").EmptyObject & {
167
70
  entities: import("redux").CombinedState<{
168
71
  applications: import("@reduxjs/toolkit").EntityState<ApplicationType>;
169
72
  models: import("@reduxjs/toolkit").EntityState<ModelType<string>>;
170
73
  users: import("@reduxjs/toolkit").EntityState<import("./slice/User.slice").User>;
171
74
  articles: import("@reduxjs/toolkit").EntityState<import("./slice/Article.slice").Article>;
172
75
  }>;
76
+ comment: import("redux").CombinedState<{
77
+ commentList: import("jamespot-front-business").CommentListState;
78
+ }>;
173
79
  form: any;
174
80
  hooks: {};
175
81
  network: import("redux").CombinedState<{
176
82
  statics: {
177
- networkPublic?: {
178
- type: string;
179
- uri: string;
180
- mainType: string;
181
- title: string;
182
- } | undefined;
183
- networkMe?: {
184
- type: string;
185
- uri: string;
186
- mainType: string;
187
- title: string;
188
- } | undefined;
83
+ networkPublic?: NetworkType;
84
+ networkMe?: NetworkType;
189
85
  };
190
86
  }>;
191
87
  platform: import("redux").CombinedState<{
192
88
  config: {
193
- userHighlightFields?: string[] | undefined;
89
+ userHighlightFields?: string[];
194
90
  userAccountStatus: 0 | 1;
195
91
  };
196
92
  }>;
197
93
  toasts: import("@reduxjs/toolkit").EntityState<{
198
94
  id: string;
199
- label: string | {
200
- id: string;
201
- values: {
202
- [x: string]: string | number | boolean | Date | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | ((children: string) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null | undefined;
203
- };
204
- };
205
- description?: string | {
206
- id: string;
207
- values: {
208
- [x: string]: string | number | boolean | Date | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | ((children: string) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null | undefined;
209
- };
210
- } | undefined;
95
+ label: string;
96
+ description?: string;
211
97
  timeout: number;
212
98
  type: "error" | "success" | "warning";
213
99
  }>;
214
100
  tinymce: import("redux").CombinedState<{
215
101
  options: {
216
- common?: {
217
- language: string;
218
- height: number;
219
- cache_suffix: string;
220
- toolbar: string;
221
- content_css: string;
222
- quickbars_selection_toolbar: string;
223
- plugins: string[];
224
- text_patterns: {
225
- start: string;
226
- format?: string | undefined;
227
- end?: string | undefined;
228
- cmd?: string | undefined;
229
- }[];
230
- menubar: boolean;
231
- branding: boolean;
232
- skin: string;
233
- convert_urls: boolean;
234
- invalid_elements: string;
235
- extended_valid_elements: string;
236
- custom_elements: string;
237
- inline_boundaries_selector: string;
238
- toolbar_mode: "floating" | "sliding" | "scrolling" | "wrap";
239
- promotion: boolean;
240
- font_size_formats: string;
241
- contextmenu: string | false;
242
- paste_data_images: boolean;
243
- browser_spellcheck: boolean;
244
- quickbars_insert_toolbar: boolean;
245
- license_key: "gpl";
246
- sandbox_iframes?: boolean | undefined;
247
- sandbox_iframes_exclusions?: string[] | undefined;
248
- } | undefined;
249
- extended?: {
250
- commentsToolbar: string;
251
- } | undefined;
102
+ common?: TinyMCECommonOptions;
103
+ extended?: TinyMCEExtendedOptions;
252
104
  };
253
105
  }>;
254
106
  userCurrent: jUserList;
@@ -265,28 +117,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
265
117
  extended?: string | undefined;
266
118
  }[];
267
119
  page: number;
268
- filters: {
269
- value: string | number | boolean | string[] | {
270
- srcId: string | number;
271
- srcType: string;
272
- } | {
273
- targetId: string | number;
274
- targetType: string;
275
- } | {
276
- start: string;
277
- end: string;
278
- };
279
- name: string;
280
- operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
281
- method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
282
- or?: boolean | undefined;
283
- isNull?: boolean | undefined;
284
- isNotNull?: boolean | undefined;
285
- }[];
286
- orders: {
287
- sort: "ASC" | "DESC";
288
- name: string;
289
- }[];
120
+ filters: import("jamespot-user-api").Filters;
121
+ orders: import("jamespot-user-api").Orders;
290
122
  limit: number;
291
123
  nbResults: number;
292
124
  } & {
@@ -304,28 +136,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
304
136
  extended?: string | undefined;
305
137
  }[];
306
138
  page: number;
307
- filters: {
308
- value: string | number | boolean | string[] | {
309
- srcId: string | number;
310
- srcType: string;
311
- } | {
312
- targetId: string | number;
313
- targetType: string;
314
- } | {
315
- start: string;
316
- end: string;
317
- };
318
- name: string;
319
- operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
320
- method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
321
- or?: boolean | undefined;
322
- isNull?: boolean | undefined;
323
- isNotNull?: boolean | undefined;
324
- }[];
325
- orders: {
326
- sort: "ASC" | "DESC";
327
- name: string;
328
- }[];
139
+ filters: import("jamespot-user-api").Filters;
140
+ orders: import("jamespot-user-api").Orders;
329
141
  limit: number;
330
142
  nbResults: number;
331
143
  } & {
@@ -338,28 +150,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
338
150
  msg: string;
339
151
  }[];
340
152
  page: number;
341
- filters: {
342
- value: string | number | boolean | string[] | {
343
- srcId: string | number;
344
- srcType: string;
345
- } | {
346
- targetId: string | number;
347
- targetType: string;
348
- } | {
349
- start: string;
350
- end: string;
351
- };
352
- name: string;
353
- operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
354
- method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
355
- or?: boolean | undefined;
356
- isNull?: boolean | undefined;
357
- isNotNull?: boolean | undefined;
358
- }[];
359
- orders: {
360
- sort: "ASC" | "DESC";
361
- name: string;
362
- }[];
153
+ filters: import("jamespot-user-api").Filters;
154
+ orders: import("jamespot-user-api").Orders;
363
155
  limit: number;
364
156
  nbResults: number;
365
157
  } & {
@@ -390,151 +182,54 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
390
182
  appImageText?: string | undefined;
391
183
  appImage?: string | {
392
184
  image: {
393
- type: string;
394
185
  id: string;
186
+ type: string;
395
187
  };
396
188
  } | undefined;
397
189
  _displayComment?: "" | "0" | "1" | undefined;
398
190
  }> & {
399
- access: {
400
- createCategory: boolean;
401
- };
191
+ access: import("jamespot-user-api").FaqAccess;
402
192
  };
403
193
  categories: {
404
194
  loading: "idle" | "pending";
405
195
  } & {
406
- categories: ({
407
- type: "faq";
408
- uri: string;
409
- id: number;
410
- mainType: string;
411
- dateCreation: string;
412
- dateModified: string;
413
- title: string;
414
- _url: string;
415
- _user: import("jamespot-user-api").jObjectBase & {
416
- title: string;
417
- _url: string;
418
- } & {
419
- [key: string]: string | number | null | undefined;
420
- level: 0 | 3 | 5 | 9;
421
- dateCreation: string;
422
- dateModified: string;
423
- variant?: "extraBot" | undefined;
424
- };
425
- _right: import("jamespot-user-api").Rights;
426
- _audience: (import("jamespot-user-api").jUserLittle | {
427
- type: string;
428
- uri: string;
429
- id: number;
430
- mainType: string;
431
- dateCreation: string;
432
- dateModified: string;
433
- title: string;
434
- _url: string;
435
- privacy: import("jamespot-user-api").GroupPrivacy;
436
- category: number;
437
- } | {
438
- type: "folder" | "rootFolder";
439
- uri: string;
440
- id: number;
441
- mainType: string;
442
- title: string;
443
- _url: string;
444
- dateCreation?: string | undefined;
445
- dateModified?: string | null | undefined;
446
- folderColor?: string | undefined;
447
- })[];
448
- image?: {
449
- width: number;
450
- height: number;
451
- } | undefined;
452
- description?: string | null | undefined;
453
- articleWidgets?: import("jamespot-user-api").WidgetWrapperGeneric<({
454
- layers?: string[] | undefined;
455
- } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
456
- layers?: string[] | undefined;
457
- } & import("jamespot-user-api").WidgetArticleButtonType) | ({
458
- layers?: string[] | undefined;
459
- } & import("jamespot-user-api").WidgetArticleGalleryType) | ({
460
- layers?: string[] | undefined;
461
- } & import("jamespot-user-api").WidgetArticleImageType) | ({
462
- layers?: string[] | undefined;
463
- } & import("jamespot-user-api").WidgetArticleTitleType) | ({
464
- layers?: string[] | undefined;
465
- } & import("jamespot-user-api").WidgetArticleTextType) | ({
466
- layers?: string[] | undefined;
467
- } & import("jamespot-user-api").WidgetArticleSliderType) | ({
468
- layers?: string[] | undefined;
469
- } & import("jamespot-user-api").WidgetType<{
470
- widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
471
- arr?: import("jamespot-user-api").WidgetCheckListContentArr[] | undefined;
472
- css?: Record<string, string> | undefined;
473
- edit?: boolean | undefined;
474
- }>) | ({
475
- layers?: string[] | undefined;
476
- } & import("jamespot-user-api").WidgetDatasourceTableType) | ({
477
- layers?: string[] | undefined;
478
- } & {
479
- name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
480
- uniqid: string;
481
- content: {
482
- limit?: number | boolean | undefined;
483
- uri?: string | undefined;
484
- tableColumnsData?: {
485
- name?: string | undefined;
486
- label?: string | undefined;
487
- isVisible?: boolean | undefined;
488
- textEllipsis?: boolean | undefined;
489
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
490
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
491
- }[] | undefined;
492
- tableHeadColor?: string | undefined;
493
- tableHeadTextColor?: string | undefined;
494
- tableHeadIconColor?: string | undefined;
495
- tableRowColor?: string | undefined;
496
- tableRowTextColor?: string | undefined;
497
- tableBorderRadius?: number | undefined;
498
- tableSizedColumns?: boolean | undefined;
499
- tableSizedColumnsWidth?: number | undefined;
500
- };
501
- }) | ({
502
- layers?: string[] | undefined;
503
- } & import("jamespot-user-api").WidgetPresenceType) | ({
504
- layers?: string[] | undefined;
505
- } & import("jamespot-user-api").WidgetQuickSurveyType) | ({
506
- layers?: string[] | undefined;
507
- } & import("jamespot-user-api").WidgetType<{
508
- calEventsLimit?: boolean | undefined;
509
- calEventsLimitValue?: number | undefined;
510
- calEventsPromptStatus?: string | undefined;
511
- }>) | ({
512
- layers?: string[] | undefined;
513
- } & import("jamespot-user-api").WidgetType<{
514
- contactLimit?: boolean | undefined;
515
- contactLimitValue?: number | undefined;
516
- contactPromptStatus?: string | undefined;
517
- }>) | ({
518
- layers?: string[] | undefined;
519
- } & import("jamespot-user-api").WidgetType<{
520
- emailsLimit?: boolean | undefined;
521
- emailsLimitValue?: number | undefined;
522
- emailsPromptStatus?: string | undefined;
523
- }>) | ({
524
- layers?: string[] | undefined;
525
- } & import("jamespot-user-api").WidgetType<{
526
- url?: string | undefined;
527
- }>)>[] | undefined;
528
- faqColor?: string | undefined;
529
- } & {
530
- _extend: {
531
- itemsCount: number;
532
- };
533
- })[] | null;
196
+ categories: import("jamespot-user-api").ExtendedFaqCategory<import("jamespot-user-api").FaqList>[] | null;
534
197
  };
535
198
  }>;
536
199
  magicPad: import("jamespot-front-business").MagicPadSliceRootState;
537
- mediaLibrary: import("jamespot-front-business").MediaLibraryState;
200
+ mediaLibrary: {
201
+ loading: "idle" | "pending";
202
+ page: number;
203
+ nbResults: number;
204
+ folders: Array<import("jamespot-user-api").MediaLibraryList>;
205
+ unclassifiedFiles: {
206
+ list: Array<import("jamespot-user-api").MediaLibraryList>;
207
+ page: number;
208
+ totalPages: number;
209
+ };
210
+ mediaLibraryAccess: boolean;
211
+ stats: import("jamespot-user-api").MediaLibraryStats | null;
212
+ foldersStats: {
213
+ loading: boolean;
214
+ pager: import("jamespot-user-api").PagingResults<{
215
+ id: number;
216
+ folderName: string;
217
+ nb: number;
218
+ nbDistinct: number;
219
+ }> | null;
220
+ };
221
+ filesStats: {
222
+ loading: boolean;
223
+ pager: import("jamespot-user-api").PagingResults<{
224
+ id: number;
225
+ fileName: string;
226
+ nbViews: number;
227
+ nbDistinctViews: number;
228
+ nbDownloads: number;
229
+ idFolder?: number | undefined;
230
+ }> | null;
231
+ };
232
+ };
538
233
  share: {
539
234
  entities: import("jamespot-user-api").jUserLittle[];
540
235
  nbEntities: number;
@@ -546,325 +241,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
546
241
  tvDisplay: import("redux").CombinedState<{
547
242
  channelsList: {
548
243
  loading: "idle" | "pending";
549
- channels: import("jamespot-user-api").PagingResults<Readonly<import("jamespot-user-api").jObjectBase & {
550
- title: string;
551
- _url: string;
552
- } & {
553
- dateCreation: string;
554
- dateModified: string;
555
- } & {
556
- description?: string | null | undefined;
557
- _user: import("jamespot-user-api").jUserLittle;
558
- _right: import("jamespot-user-api").Rights;
559
- _audience: (import("jamespot-user-api").jUserLittle | {
560
- type: string;
561
- uri: string;
562
- id: number;
563
- mainType: string;
564
- dateCreation: string;
565
- dateModified: string;
566
- title: string;
567
- _url: string;
568
- privacy: import("jamespot-user-api").GroupPrivacy;
569
- category: number;
570
- } | {
571
- type: "folder" | "rootFolder";
572
- uri: string;
573
- id: number;
574
- mainType: string;
575
- title: string;
576
- _url: string;
577
- dateCreation?: string | undefined;
578
- dateModified?: string | null | undefined;
579
- folderColor?: string | undefined;
580
- })[];
581
- image?: {
582
- width: number;
583
- height: number;
584
- } | undefined;
585
- articleWidgets?: import("jamespot-user-api").WidgetWrapperGeneric<({
586
- layers?: string[] | undefined;
587
- } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
588
- layers?: string[] | undefined;
589
- } & import("jamespot-user-api").WidgetArticleButtonType) | ({
590
- layers?: string[] | undefined;
591
- } & import("jamespot-user-api").WidgetArticleGalleryType) | ({
592
- layers?: string[] | undefined;
593
- } & import("jamespot-user-api").WidgetArticleImageType) | ({
594
- layers?: string[] | undefined;
595
- } & import("jamespot-user-api").WidgetArticleTitleType) | ({
596
- layers?: string[] | undefined;
597
- } & import("jamespot-user-api").WidgetArticleTextType) | ({
598
- layers?: string[] | undefined;
599
- } & import("jamespot-user-api").WidgetArticleSliderType) | ({
600
- layers?: string[] | undefined;
601
- } & import("jamespot-user-api").WidgetType<{
602
- widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
603
- arr?: import("jamespot-user-api").WidgetCheckListContentArr[] | undefined;
604
- css?: Record<string, string> | undefined;
605
- edit?: boolean | undefined;
606
- }>) | ({
607
- layers?: string[] | undefined;
608
- } & import("jamespot-user-api").WidgetDatasourceTableType) | ({
609
- layers?: string[] | undefined;
610
- } & {
611
- name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
612
- uniqid: string;
613
- content: {
614
- limit?: number | boolean | undefined;
615
- uri?: string | undefined;
616
- tableColumnsData?: {
617
- name?: string | undefined;
618
- label?: string | undefined;
619
- isVisible?: boolean | undefined;
620
- textEllipsis?: boolean | undefined;
621
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
622
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
623
- }[] | undefined;
624
- tableHeadColor?: string | undefined;
625
- tableHeadTextColor?: string | undefined;
626
- tableHeadIconColor?: string | undefined;
627
- tableRowColor?: string | undefined;
628
- tableRowTextColor?: string | undefined;
629
- tableBorderRadius?: number | undefined;
630
- tableSizedColumns?: boolean | undefined;
631
- tableSizedColumnsWidth?: number | undefined;
632
- };
633
- }) | ({
634
- layers?: string[] | undefined;
635
- } & import("jamespot-user-api").WidgetPresenceType) | ({
636
- layers?: string[] | undefined;
637
- } & import("jamespot-user-api").WidgetQuickSurveyType) | ({
638
- layers?: string[] | undefined;
639
- } & import("jamespot-user-api").WidgetType<{
640
- calEventsLimit?: boolean | undefined;
641
- calEventsLimitValue?: number | undefined;
642
- calEventsPromptStatus?: string | undefined;
643
- }>) | ({
644
- layers?: string[] | undefined;
645
- } & import("jamespot-user-api").WidgetType<{
646
- contactLimit?: boolean | undefined;
647
- contactLimitValue?: number | undefined;
648
- contactPromptStatus?: string | undefined;
649
- }>) | ({
650
- layers?: string[] | undefined;
651
- } & import("jamespot-user-api").WidgetType<{
652
- emailsLimit?: boolean | undefined;
653
- emailsLimitValue?: number | undefined;
654
- emailsPromptStatus?: string | undefined;
655
- }>) | ({
656
- layers?: string[] | undefined;
657
- } & import("jamespot-user-api").WidgetType<{
658
- url?: string | undefined;
659
- }>)>[] | undefined;
660
- } & {
661
- type: string;
662
- uri: string;
663
- id: number;
664
- mainType: string;
665
- title: string;
666
- _url: string;
667
- _user: import("jamespot-user-api").jObjectBase & {
668
- title: string;
669
- _url: string;
670
- } & {
671
- [key: string]: string | number | null | undefined;
672
- level: 0 | 3 | 5 | 9;
673
- dateCreation: string;
674
- dateModified: string;
675
- variant?: "extraBot" | undefined;
676
- };
677
- _right: import("jamespot-user-api").Rights;
678
- tvChannelType: "DYNAMIC";
679
- tvChannelBackgroundColor: string | null;
680
- tvChannelNumImages: 0;
681
- tvChannelConfig: {
682
- key: string;
683
- backgroundType?: "color" | "image" | undefined;
684
- globalShowComment?: boolean | undefined;
685
- scaleImg?: boolean | undefined;
686
- contents?: {
687
- uri: string;
688
- dateEnd?: string | undefined;
689
- order?: number | undefined;
690
- showComments?: boolean | undefined;
691
- }[] | undefined;
692
- };
693
- dateCreation?: string | undefined;
694
- dateModified?: string | null | undefined;
695
- description?: string | null | undefined;
696
- tvChannelGroupTarget?: {
697
- type: string;
698
- uri: string;
699
- id: number;
700
- mainType: string;
701
- dateCreation: string;
702
- dateModified: string;
703
- title: string;
704
- _url: string;
705
- privacy: import("jamespot-user-api").GroupPrivacy;
706
- category: number;
707
- } | undefined;
708
- }> | Readonly<import("jamespot-user-api").jObjectBase & {
709
- title: string;
710
- _url: string;
711
- } & {
712
- dateCreation: string;
713
- dateModified: string;
714
- } & {
715
- description?: string | null | undefined;
716
- _user: import("jamespot-user-api").jUserLittle;
717
- _right: import("jamespot-user-api").Rights;
718
- _audience: (import("jamespot-user-api").jUserLittle | {
719
- type: string;
720
- uri: string;
721
- id: number;
722
- mainType: string;
723
- dateCreation: string;
724
- dateModified: string;
725
- title: string;
726
- _url: string;
727
- privacy: import("jamespot-user-api").GroupPrivacy;
728
- category: number;
729
- } | {
730
- type: "folder" | "rootFolder";
731
- uri: string;
732
- id: number;
733
- mainType: string;
734
- title: string;
735
- _url: string;
736
- dateCreation?: string | undefined;
737
- dateModified?: string | null | undefined;
738
- folderColor?: string | undefined;
739
- })[];
740
- image?: {
741
- width: number;
742
- height: number;
743
- } | undefined;
744
- articleWidgets?: import("jamespot-user-api").WidgetWrapperGeneric<({
745
- layers?: string[] | undefined;
746
- } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
747
- layers?: string[] | undefined;
748
- } & import("jamespot-user-api").WidgetArticleButtonType) | ({
749
- layers?: string[] | undefined;
750
- } & import("jamespot-user-api").WidgetArticleGalleryType) | ({
751
- layers?: string[] | undefined;
752
- } & import("jamespot-user-api").WidgetArticleImageType) | ({
753
- layers?: string[] | undefined;
754
- } & import("jamespot-user-api").WidgetArticleTitleType) | ({
755
- layers?: string[] | undefined;
756
- } & import("jamespot-user-api").WidgetArticleTextType) | ({
757
- layers?: string[] | undefined;
758
- } & import("jamespot-user-api").WidgetArticleSliderType) | ({
759
- layers?: string[] | undefined;
760
- } & import("jamespot-user-api").WidgetType<{
761
- widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
762
- arr?: import("jamespot-user-api").WidgetCheckListContentArr[] | undefined;
763
- css?: Record<string, string> | undefined;
764
- edit?: boolean | undefined;
765
- }>) | ({
766
- layers?: string[] | undefined;
767
- } & import("jamespot-user-api").WidgetDatasourceTableType) | ({
768
- layers?: string[] | undefined;
769
- } & {
770
- name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
771
- uniqid: string;
772
- content: {
773
- limit?: number | boolean | undefined;
774
- uri?: string | undefined;
775
- tableColumnsData?: {
776
- name?: string | undefined;
777
- label?: string | undefined;
778
- isVisible?: boolean | undefined;
779
- textEllipsis?: boolean | undefined;
780
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
781
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
782
- }[] | undefined;
783
- tableHeadColor?: string | undefined;
784
- tableHeadTextColor?: string | undefined;
785
- tableHeadIconColor?: string | undefined;
786
- tableRowColor?: string | undefined;
787
- tableRowTextColor?: string | undefined;
788
- tableBorderRadius?: number | undefined;
789
- tableSizedColumns?: boolean | undefined;
790
- tableSizedColumnsWidth?: number | undefined;
791
- };
792
- }) | ({
793
- layers?: string[] | undefined;
794
- } & import("jamespot-user-api").WidgetPresenceType) | ({
795
- layers?: string[] | undefined;
796
- } & import("jamespot-user-api").WidgetQuickSurveyType) | ({
797
- layers?: string[] | undefined;
798
- } & import("jamespot-user-api").WidgetType<{
799
- calEventsLimit?: boolean | undefined;
800
- calEventsLimitValue?: number | undefined;
801
- calEventsPromptStatus?: string | undefined;
802
- }>) | ({
803
- layers?: string[] | undefined;
804
- } & import("jamespot-user-api").WidgetType<{
805
- contactLimit?: boolean | undefined;
806
- contactLimitValue?: number | undefined;
807
- contactPromptStatus?: string | undefined;
808
- }>) | ({
809
- layers?: string[] | undefined;
810
- } & import("jamespot-user-api").WidgetType<{
811
- emailsLimit?: boolean | undefined;
812
- emailsLimitValue?: number | undefined;
813
- emailsPromptStatus?: string | undefined;
814
- }>) | ({
815
- layers?: string[] | undefined;
816
- } & import("jamespot-user-api").WidgetType<{
817
- url?: string | undefined;
818
- }>)>[] | undefined;
819
- } & {
820
- type: string;
821
- uri: string;
822
- id: number;
823
- mainType: string;
824
- title: string;
825
- _url: string;
826
- _user: import("jamespot-user-api").jObjectBase & {
827
- title: string;
828
- _url: string;
829
- } & {
830
- [key: string]: string | number | null | undefined;
831
- level: 0 | 3 | 5 | 9;
832
- dateCreation: string;
833
- dateModified: string;
834
- variant?: "extraBot" | undefined;
835
- };
836
- _right: import("jamespot-user-api").Rights;
837
- tvChannelType: "SLIDESHOW";
838
- tvChannelBackgroundColor: string | null;
839
- tvChannelNumImages: number;
840
- tvChannelConfig: {
841
- key: string;
842
- backgroundType?: "color" | "image" | undefined;
843
- globalShowComment?: boolean | undefined;
844
- scaleImg?: boolean | undefined;
845
- contents?: {
846
- uri: string;
847
- dateEnd?: string | undefined;
848
- order?: number | undefined;
849
- showComments?: boolean | undefined;
850
- }[] | undefined;
851
- };
852
- dateCreation?: string | undefined;
853
- dateModified?: string | null | undefined;
854
- description?: string | null | undefined;
855
- tvChannelGroupTarget?: {
856
- type: string;
857
- uri: string;
858
- id: number;
859
- mainType: string;
860
- dateCreation: string;
861
- dateModified: string;
862
- title: string;
863
- _url: string;
864
- privacy: import("jamespot-user-api").GroupPrivacy;
865
- category: number;
866
- } | undefined;
867
- }>> | undefined;
244
+ channels: import("jamespot-user-api").PagingResults<import("jamespot-user-api").TVChannelList> | undefined;
868
245
  loadingChannelDeletion: "idle" | "pending";
869
246
  };
870
247
  }>;
@@ -1047,27 +424,27 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1047
424
  widgetWrapperStyle: Record<string, Record<string, string | number>>;
1048
425
  widgetTitleStyle: Record<string, Record<string, string | number>>;
1049
426
  widgetObject: Record<string, {
427
+ id?: number | undefined;
1050
428
  type?: string | undefined;
1051
429
  uri?: string | undefined;
1052
- id?: number | undefined;
1053
430
  mainType?: string | undefined;
1054
- dateCreation?: string | undefined;
1055
- dateModified?: string | null | undefined;
431
+ dateCreation?: string | undefined | undefined;
432
+ dateModified?: string | null | undefined | undefined;
1056
433
  title?: string | undefined;
1057
434
  _url?: string | undefined;
1058
435
  }>;
1059
436
  widgetObjectRights: Record<string, import("jamespot-user-api").Rights>;
1060
437
  widgetChipCount: Record<string, number>;
1061
438
  widgetAuthor: Record<string, {
439
+ id?: number | undefined;
1062
440
  type?: string | undefined;
1063
441
  uri?: string | undefined;
1064
- id?: number | undefined;
1065
442
  mainType?: string | undefined;
1066
443
  dateCreation?: string | undefined;
1067
444
  dateModified?: string | undefined;
1068
445
  title?: string | undefined;
1069
446
  _url?: string | undefined;
1070
- level?: 0 | 3 | 5 | 9 | undefined;
447
+ level?: 0 | 9 | 3 | 5 | undefined;
1071
448
  variant?: "extraBot" | undefined;
1072
449
  }>;
1073
450
  flushedWidgets: string[];
@@ -1079,7 +456,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1079
456
  uniqid: string;
1080
457
  fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
1081
458
  }[];
1082
- widgetContext: Record<string, "article" | "comment">;
459
+ widgetContext: Record<string, "comment" | "article">;
1083
460
  token?: string | undefined;
1084
461
  modal?: {
1085
462
  title?: string | undefined;
@@ -1089,8 +466,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1089
466
  };
1090
467
  jland: import("redux").CombinedState<{
1091
468
  jLandMapList: {
1092
- maps: import("jamespot-front-business").JLandMapFront[];
1093
- availableLicenses: Record<string, number>;
469
+ maps: Array<import("jamespot-front-business").JLandMapFront>;
470
+ availableLicenses: import("jamespot-user-api").AdminLicensesNotAssigned;
1094
471
  loading: "idle" | "pending";
1095
472
  loadingAvailableLicenses: "idle" | "pending";
1096
473
  loadingLicenseOperation: {
@@ -1104,99 +481,55 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1104
481
  studioAppsList: import("jamespot-front-business").StudioAppsListState;
1105
482
  currentStudioApp: import("jamespot-front-business").CurrentStudioAppState;
1106
483
  }>;
1107
- editors: import("jamespot-front-business").EditorsState;
484
+ editors: {
485
+ editors: {
486
+ uniqid: string;
487
+ name: import("jamespot-user-api").WidgetKeys;
488
+ position: "left" | "right";
489
+ mode: import("jamespot-user-api").WidgetDisplayMode;
490
+ popup?: boolean;
491
+ view?: React.ReactNode;
492
+ onSave?: <T = import("jamespot-user-api").CombinedWidgetContent>(content: Partial<T>) => void;
493
+ }[];
494
+ };
1108
495
  extensions: import("redux").CombinedState<{
1109
- [x: string]: any;
1110
- }>;
1111
- }>, import("redux").AnyAction, import("@reduxjs/toolkit").MiddlewareArray<[import("@reduxjs/toolkit").ThunkMiddleware<import("redux").CombinedState<{
1112
- comment: import("redux").CombinedState<{
1113
- commentList: import("jamespot-front-business").CommentListState;
496
+ [x: string]: /*elided*/ any;
1114
497
  }>;
498
+ }, import("redux").AnyAction, import("@reduxjs/toolkit").MiddlewareArray<[import("@reduxjs/toolkit").ThunkMiddleware<import("redux").CombinedState<{
1115
499
  entities: import("redux").CombinedState<{
1116
500
  applications: import("@reduxjs/toolkit").EntityState<ApplicationType>;
1117
501
  models: import("@reduxjs/toolkit").EntityState<ModelType<string>>;
1118
502
  users: import("@reduxjs/toolkit").EntityState<import("./slice/User.slice").User>;
1119
503
  articles: import("@reduxjs/toolkit").EntityState<import("./slice/Article.slice").Article>;
1120
504
  }>;
505
+ comment: import("redux").CombinedState<{
506
+ commentList: import("jamespot-front-business").CommentListState;
507
+ }>;
1121
508
  form: any;
1122
509
  hooks: {};
1123
510
  network: import("redux").CombinedState<{
1124
511
  statics: {
1125
- networkPublic?: {
1126
- type: string;
1127
- uri: string;
1128
- mainType: string;
1129
- title: string;
1130
- } | undefined;
1131
- networkMe?: {
1132
- type: string;
1133
- uri: string;
1134
- mainType: string;
1135
- title: string;
1136
- } | undefined;
512
+ networkPublic?: NetworkType;
513
+ networkMe?: NetworkType;
1137
514
  };
1138
515
  }>;
1139
516
  platform: import("redux").CombinedState<{
1140
517
  config: {
1141
- userHighlightFields?: string[] | undefined;
518
+ userHighlightFields?: string[];
1142
519
  userAccountStatus: 0 | 1;
1143
520
  };
1144
521
  }>;
1145
522
  toasts: import("@reduxjs/toolkit").EntityState<{
1146
523
  id: string;
1147
- label: string | {
1148
- id: string;
1149
- values: {
1150
- [x: string]: string | number | boolean | Date | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | ((children: string) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null | undefined;
1151
- };
1152
- };
1153
- description?: string | {
1154
- id: string;
1155
- values: {
1156
- [x: string]: string | number | boolean | Date | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | ((children: string) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null | undefined;
1157
- };
1158
- } | undefined;
524
+ label: string;
525
+ description?: string;
1159
526
  timeout: number;
1160
527
  type: "error" | "success" | "warning";
1161
528
  }>;
1162
529
  tinymce: import("redux").CombinedState<{
1163
530
  options: {
1164
- common?: {
1165
- language: string;
1166
- height: number;
1167
- cache_suffix: string;
1168
- toolbar: string;
1169
- content_css: string;
1170
- quickbars_selection_toolbar: string;
1171
- plugins: string[];
1172
- text_patterns: {
1173
- start: string;
1174
- format?: string | undefined;
1175
- end?: string | undefined;
1176
- cmd?: string | undefined;
1177
- }[];
1178
- menubar: boolean;
1179
- branding: boolean;
1180
- skin: string;
1181
- convert_urls: boolean;
1182
- invalid_elements: string;
1183
- extended_valid_elements: string;
1184
- custom_elements: string;
1185
- inline_boundaries_selector: string;
1186
- toolbar_mode: "floating" | "sliding" | "scrolling" | "wrap";
1187
- promotion: boolean;
1188
- font_size_formats: string;
1189
- contextmenu: string | false;
1190
- paste_data_images: boolean;
1191
- browser_spellcheck: boolean;
1192
- quickbars_insert_toolbar: boolean;
1193
- license_key: "gpl";
1194
- sandbox_iframes?: boolean | undefined;
1195
- sandbox_iframes_exclusions?: string[] | undefined;
1196
- } | undefined;
1197
- extended?: {
1198
- commentsToolbar: string;
1199
- } | undefined;
531
+ common?: TinyMCECommonOptions;
532
+ extended?: TinyMCEExtendedOptions;
1200
533
  };
1201
534
  }>;
1202
535
  userCurrent: jUserList;
@@ -1213,28 +546,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1213
546
  extended?: string | undefined;
1214
547
  }[];
1215
548
  page: number;
1216
- filters: {
1217
- value: string | number | boolean | string[] | {
1218
- srcId: string | number;
1219
- srcType: string;
1220
- } | {
1221
- targetId: string | number;
1222
- targetType: string;
1223
- } | {
1224
- start: string;
1225
- end: string;
1226
- };
1227
- name: string;
1228
- operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
1229
- method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
1230
- or?: boolean | undefined;
1231
- isNull?: boolean | undefined;
1232
- isNotNull?: boolean | undefined;
1233
- }[];
1234
- orders: {
1235
- sort: "ASC" | "DESC";
1236
- name: string;
1237
- }[];
549
+ filters: import("jamespot-user-api").Filters;
550
+ orders: import("jamespot-user-api").Orders;
1238
551
  limit: number;
1239
552
  nbResults: number;
1240
553
  } & {
@@ -1252,28 +565,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1252
565
  extended?: string | undefined;
1253
566
  }[];
1254
567
  page: number;
1255
- filters: {
1256
- value: string | number | boolean | string[] | {
1257
- srcId: string | number;
1258
- srcType: string;
1259
- } | {
1260
- targetId: string | number;
1261
- targetType: string;
1262
- } | {
1263
- start: string;
1264
- end: string;
1265
- };
1266
- name: string;
1267
- operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
1268
- method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
1269
- or?: boolean | undefined;
1270
- isNull?: boolean | undefined;
1271
- isNotNull?: boolean | undefined;
1272
- }[];
1273
- orders: {
1274
- sort: "ASC" | "DESC";
1275
- name: string;
1276
- }[];
568
+ filters: import("jamespot-user-api").Filters;
569
+ orders: import("jamespot-user-api").Orders;
1277
570
  limit: number;
1278
571
  nbResults: number;
1279
572
  } & {
@@ -1286,28 +579,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1286
579
  msg: string;
1287
580
  }[];
1288
581
  page: number;
1289
- filters: {
1290
- value: string | number | boolean | string[] | {
1291
- srcId: string | number;
1292
- srcType: string;
1293
- } | {
1294
- targetId: string | number;
1295
- targetType: string;
1296
- } | {
1297
- start: string;
1298
- end: string;
1299
- };
1300
- name: string;
1301
- operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
1302
- method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
1303
- or?: boolean | undefined;
1304
- isNull?: boolean | undefined;
1305
- isNotNull?: boolean | undefined;
1306
- }[];
1307
- orders: {
1308
- sort: "ASC" | "DESC";
1309
- name: string;
1310
- }[];
582
+ filters: import("jamespot-user-api").Filters;
583
+ orders: import("jamespot-user-api").Orders;
1311
584
  limit: number;
1312
585
  nbResults: number;
1313
586
  } & {
@@ -1338,151 +611,54 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1338
611
  appImageText?: string | undefined;
1339
612
  appImage?: string | {
1340
613
  image: {
1341
- type: string;
1342
614
  id: string;
615
+ type: string;
1343
616
  };
1344
617
  } | undefined;
1345
618
  _displayComment?: "" | "0" | "1" | undefined;
1346
619
  }> & {
1347
- access: {
1348
- createCategory: boolean;
1349
- };
620
+ access: import("jamespot-user-api").FaqAccess;
1350
621
  };
1351
622
  categories: {
1352
623
  loading: "idle" | "pending";
1353
624
  } & {
1354
- categories: ({
1355
- type: "faq";
1356
- uri: string;
1357
- id: number;
1358
- mainType: string;
1359
- dateCreation: string;
1360
- dateModified: string;
1361
- title: string;
1362
- _url: string;
1363
- _user: import("jamespot-user-api").jObjectBase & {
1364
- title: string;
1365
- _url: string;
1366
- } & {
1367
- [key: string]: string | number | null | undefined;
1368
- level: 0 | 3 | 5 | 9;
1369
- dateCreation: string;
1370
- dateModified: string;
1371
- variant?: "extraBot" | undefined;
1372
- };
1373
- _right: import("jamespot-user-api").Rights;
1374
- _audience: (import("jamespot-user-api").jUserLittle | {
1375
- type: string;
1376
- uri: string;
1377
- id: number;
1378
- mainType: string;
1379
- dateCreation: string;
1380
- dateModified: string;
1381
- title: string;
1382
- _url: string;
1383
- privacy: import("jamespot-user-api").GroupPrivacy;
1384
- category: number;
1385
- } | {
1386
- type: "folder" | "rootFolder";
1387
- uri: string;
1388
- id: number;
1389
- mainType: string;
1390
- title: string;
1391
- _url: string;
1392
- dateCreation?: string | undefined;
1393
- dateModified?: string | null | undefined;
1394
- folderColor?: string | undefined;
1395
- })[];
1396
- image?: {
1397
- width: number;
1398
- height: number;
1399
- } | undefined;
1400
- description?: string | null | undefined;
1401
- articleWidgets?: import("jamespot-user-api").WidgetWrapperGeneric<({
1402
- layers?: string[] | undefined;
1403
- } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
1404
- layers?: string[] | undefined;
1405
- } & import("jamespot-user-api").WidgetArticleButtonType) | ({
1406
- layers?: string[] | undefined;
1407
- } & import("jamespot-user-api").WidgetArticleGalleryType) | ({
1408
- layers?: string[] | undefined;
1409
- } & import("jamespot-user-api").WidgetArticleImageType) | ({
1410
- layers?: string[] | undefined;
1411
- } & import("jamespot-user-api").WidgetArticleTitleType) | ({
1412
- layers?: string[] | undefined;
1413
- } & import("jamespot-user-api").WidgetArticleTextType) | ({
1414
- layers?: string[] | undefined;
1415
- } & import("jamespot-user-api").WidgetArticleSliderType) | ({
1416
- layers?: string[] | undefined;
1417
- } & import("jamespot-user-api").WidgetType<{
1418
- widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
1419
- arr?: import("jamespot-user-api").WidgetCheckListContentArr[] | undefined;
1420
- css?: Record<string, string> | undefined;
1421
- edit?: boolean | undefined;
1422
- }>) | ({
1423
- layers?: string[] | undefined;
1424
- } & import("jamespot-user-api").WidgetDatasourceTableType) | ({
1425
- layers?: string[] | undefined;
1426
- } & {
1427
- name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
1428
- uniqid: string;
1429
- content: {
1430
- limit?: number | boolean | undefined;
1431
- uri?: string | undefined;
1432
- tableColumnsData?: {
1433
- name?: string | undefined;
1434
- label?: string | undefined;
1435
- isVisible?: boolean | undefined;
1436
- textEllipsis?: boolean | undefined;
1437
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1438
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1439
- }[] | undefined;
1440
- tableHeadColor?: string | undefined;
1441
- tableHeadTextColor?: string | undefined;
1442
- tableHeadIconColor?: string | undefined;
1443
- tableRowColor?: string | undefined;
1444
- tableRowTextColor?: string | undefined;
1445
- tableBorderRadius?: number | undefined;
1446
- tableSizedColumns?: boolean | undefined;
1447
- tableSizedColumnsWidth?: number | undefined;
1448
- };
1449
- }) | ({
1450
- layers?: string[] | undefined;
1451
- } & import("jamespot-user-api").WidgetPresenceType) | ({
1452
- layers?: string[] | undefined;
1453
- } & import("jamespot-user-api").WidgetQuickSurveyType) | ({
1454
- layers?: string[] | undefined;
1455
- } & import("jamespot-user-api").WidgetType<{
1456
- calEventsLimit?: boolean | undefined;
1457
- calEventsLimitValue?: number | undefined;
1458
- calEventsPromptStatus?: string | undefined;
1459
- }>) | ({
1460
- layers?: string[] | undefined;
1461
- } & import("jamespot-user-api").WidgetType<{
1462
- contactLimit?: boolean | undefined;
1463
- contactLimitValue?: number | undefined;
1464
- contactPromptStatus?: string | undefined;
1465
- }>) | ({
1466
- layers?: string[] | undefined;
1467
- } & import("jamespot-user-api").WidgetType<{
1468
- emailsLimit?: boolean | undefined;
1469
- emailsLimitValue?: number | undefined;
1470
- emailsPromptStatus?: string | undefined;
1471
- }>) | ({
1472
- layers?: string[] | undefined;
1473
- } & import("jamespot-user-api").WidgetType<{
1474
- url?: string | undefined;
1475
- }>)>[] | undefined;
1476
- faqColor?: string | undefined;
1477
- } & {
1478
- _extend: {
1479
- itemsCount: number;
1480
- };
1481
- })[] | null;
625
+ categories: import("jamespot-user-api").ExtendedFaqCategory<import("jamespot-user-api").FaqList>[] | null;
1482
626
  };
1483
627
  }>;
1484
628
  magicPad: import("jamespot-front-business").MagicPadSliceRootState;
1485
- mediaLibrary: import("jamespot-front-business").MediaLibraryState;
629
+ mediaLibrary: {
630
+ loading: "idle" | "pending";
631
+ page: number;
632
+ nbResults: number;
633
+ folders: Array<import("jamespot-user-api").MediaLibraryList>;
634
+ unclassifiedFiles: {
635
+ list: Array<import("jamespot-user-api").MediaLibraryList>;
636
+ page: number;
637
+ totalPages: number;
638
+ };
639
+ mediaLibraryAccess: boolean;
640
+ stats: import("jamespot-user-api").MediaLibraryStats | null;
641
+ foldersStats: {
642
+ loading: boolean;
643
+ pager: import("jamespot-user-api").PagingResults<{
644
+ id: number;
645
+ folderName: string;
646
+ nb: number;
647
+ nbDistinct: number;
648
+ }> | null;
649
+ };
650
+ filesStats: {
651
+ loading: boolean;
652
+ pager: import("jamespot-user-api").PagingResults<{
653
+ id: number;
654
+ fileName: string;
655
+ nbViews: number;
656
+ nbDistinctViews: number;
657
+ nbDownloads: number;
658
+ idFolder?: number | undefined;
659
+ }> | null;
660
+ };
661
+ };
1486
662
  share: {
1487
663
  entities: import("jamespot-user-api").jUserLittle[];
1488
664
  nbEntities: number;
@@ -1494,325 +670,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1494
670
  tvDisplay: import("redux").CombinedState<{
1495
671
  channelsList: {
1496
672
  loading: "idle" | "pending";
1497
- channels: import("jamespot-user-api").PagingResults<Readonly<import("jamespot-user-api").jObjectBase & {
1498
- title: string;
1499
- _url: string;
1500
- } & {
1501
- dateCreation: string;
1502
- dateModified: string;
1503
- } & {
1504
- description?: string | null | undefined;
1505
- _user: import("jamespot-user-api").jUserLittle;
1506
- _right: import("jamespot-user-api").Rights;
1507
- _audience: (import("jamespot-user-api").jUserLittle | {
1508
- type: string;
1509
- uri: string;
1510
- id: number;
1511
- mainType: string;
1512
- dateCreation: string;
1513
- dateModified: string;
1514
- title: string;
1515
- _url: string;
1516
- privacy: import("jamespot-user-api").GroupPrivacy;
1517
- category: number;
1518
- } | {
1519
- type: "folder" | "rootFolder";
1520
- uri: string;
1521
- id: number;
1522
- mainType: string;
1523
- title: string;
1524
- _url: string;
1525
- dateCreation?: string | undefined;
1526
- dateModified?: string | null | undefined;
1527
- folderColor?: string | undefined;
1528
- })[];
1529
- image?: {
1530
- width: number;
1531
- height: number;
1532
- } | undefined;
1533
- articleWidgets?: import("jamespot-user-api").WidgetWrapperGeneric<({
1534
- layers?: string[] | undefined;
1535
- } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
1536
- layers?: string[] | undefined;
1537
- } & import("jamespot-user-api").WidgetArticleButtonType) | ({
1538
- layers?: string[] | undefined;
1539
- } & import("jamespot-user-api").WidgetArticleGalleryType) | ({
1540
- layers?: string[] | undefined;
1541
- } & import("jamespot-user-api").WidgetArticleImageType) | ({
1542
- layers?: string[] | undefined;
1543
- } & import("jamespot-user-api").WidgetArticleTitleType) | ({
1544
- layers?: string[] | undefined;
1545
- } & import("jamespot-user-api").WidgetArticleTextType) | ({
1546
- layers?: string[] | undefined;
1547
- } & import("jamespot-user-api").WidgetArticleSliderType) | ({
1548
- layers?: string[] | undefined;
1549
- } & import("jamespot-user-api").WidgetType<{
1550
- widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
1551
- arr?: import("jamespot-user-api").WidgetCheckListContentArr[] | undefined;
1552
- css?: Record<string, string> | undefined;
1553
- edit?: boolean | undefined;
1554
- }>) | ({
1555
- layers?: string[] | undefined;
1556
- } & import("jamespot-user-api").WidgetDatasourceTableType) | ({
1557
- layers?: string[] | undefined;
1558
- } & {
1559
- name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
1560
- uniqid: string;
1561
- content: {
1562
- limit?: number | boolean | undefined;
1563
- uri?: string | undefined;
1564
- tableColumnsData?: {
1565
- name?: string | undefined;
1566
- label?: string | undefined;
1567
- isVisible?: boolean | undefined;
1568
- textEllipsis?: boolean | undefined;
1569
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1570
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1571
- }[] | undefined;
1572
- tableHeadColor?: string | undefined;
1573
- tableHeadTextColor?: string | undefined;
1574
- tableHeadIconColor?: string | undefined;
1575
- tableRowColor?: string | undefined;
1576
- tableRowTextColor?: string | undefined;
1577
- tableBorderRadius?: number | undefined;
1578
- tableSizedColumns?: boolean | undefined;
1579
- tableSizedColumnsWidth?: number | undefined;
1580
- };
1581
- }) | ({
1582
- layers?: string[] | undefined;
1583
- } & import("jamespot-user-api").WidgetPresenceType) | ({
1584
- layers?: string[] | undefined;
1585
- } & import("jamespot-user-api").WidgetQuickSurveyType) | ({
1586
- layers?: string[] | undefined;
1587
- } & import("jamespot-user-api").WidgetType<{
1588
- calEventsLimit?: boolean | undefined;
1589
- calEventsLimitValue?: number | undefined;
1590
- calEventsPromptStatus?: string | undefined;
1591
- }>) | ({
1592
- layers?: string[] | undefined;
1593
- } & import("jamespot-user-api").WidgetType<{
1594
- contactLimit?: boolean | undefined;
1595
- contactLimitValue?: number | undefined;
1596
- contactPromptStatus?: string | undefined;
1597
- }>) | ({
1598
- layers?: string[] | undefined;
1599
- } & import("jamespot-user-api").WidgetType<{
1600
- emailsLimit?: boolean | undefined;
1601
- emailsLimitValue?: number | undefined;
1602
- emailsPromptStatus?: string | undefined;
1603
- }>) | ({
1604
- layers?: string[] | undefined;
1605
- } & import("jamespot-user-api").WidgetType<{
1606
- url?: string | undefined;
1607
- }>)>[] | undefined;
1608
- } & {
1609
- type: string;
1610
- uri: string;
1611
- id: number;
1612
- mainType: string;
1613
- title: string;
1614
- _url: string;
1615
- _user: import("jamespot-user-api").jObjectBase & {
1616
- title: string;
1617
- _url: string;
1618
- } & {
1619
- [key: string]: string | number | null | undefined;
1620
- level: 0 | 3 | 5 | 9;
1621
- dateCreation: string;
1622
- dateModified: string;
1623
- variant?: "extraBot" | undefined;
1624
- };
1625
- _right: import("jamespot-user-api").Rights;
1626
- tvChannelType: "DYNAMIC";
1627
- tvChannelBackgroundColor: string | null;
1628
- tvChannelNumImages: 0;
1629
- tvChannelConfig: {
1630
- key: string;
1631
- backgroundType?: "color" | "image" | undefined;
1632
- globalShowComment?: boolean | undefined;
1633
- scaleImg?: boolean | undefined;
1634
- contents?: {
1635
- uri: string;
1636
- dateEnd?: string | undefined;
1637
- order?: number | undefined;
1638
- showComments?: boolean | undefined;
1639
- }[] | undefined;
1640
- };
1641
- dateCreation?: string | undefined;
1642
- dateModified?: string | null | undefined;
1643
- description?: string | null | undefined;
1644
- tvChannelGroupTarget?: {
1645
- type: string;
1646
- uri: string;
1647
- id: number;
1648
- mainType: string;
1649
- dateCreation: string;
1650
- dateModified: string;
1651
- title: string;
1652
- _url: string;
1653
- privacy: import("jamespot-user-api").GroupPrivacy;
1654
- category: number;
1655
- } | undefined;
1656
- }> | Readonly<import("jamespot-user-api").jObjectBase & {
1657
- title: string;
1658
- _url: string;
1659
- } & {
1660
- dateCreation: string;
1661
- dateModified: string;
1662
- } & {
1663
- description?: string | null | undefined;
1664
- _user: import("jamespot-user-api").jUserLittle;
1665
- _right: import("jamespot-user-api").Rights;
1666
- _audience: (import("jamespot-user-api").jUserLittle | {
1667
- type: string;
1668
- uri: string;
1669
- id: number;
1670
- mainType: string;
1671
- dateCreation: string;
1672
- dateModified: string;
1673
- title: string;
1674
- _url: string;
1675
- privacy: import("jamespot-user-api").GroupPrivacy;
1676
- category: number;
1677
- } | {
1678
- type: "folder" | "rootFolder";
1679
- uri: string;
1680
- id: number;
1681
- mainType: string;
1682
- title: string;
1683
- _url: string;
1684
- dateCreation?: string | undefined;
1685
- dateModified?: string | null | undefined;
1686
- folderColor?: string | undefined;
1687
- })[];
1688
- image?: {
1689
- width: number;
1690
- height: number;
1691
- } | undefined;
1692
- articleWidgets?: import("jamespot-user-api").WidgetWrapperGeneric<({
1693
- layers?: string[] | undefined;
1694
- } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
1695
- layers?: string[] | undefined;
1696
- } & import("jamespot-user-api").WidgetArticleButtonType) | ({
1697
- layers?: string[] | undefined;
1698
- } & import("jamespot-user-api").WidgetArticleGalleryType) | ({
1699
- layers?: string[] | undefined;
1700
- } & import("jamespot-user-api").WidgetArticleImageType) | ({
1701
- layers?: string[] | undefined;
1702
- } & import("jamespot-user-api").WidgetArticleTitleType) | ({
1703
- layers?: string[] | undefined;
1704
- } & import("jamespot-user-api").WidgetArticleTextType) | ({
1705
- layers?: string[] | undefined;
1706
- } & import("jamespot-user-api").WidgetArticleSliderType) | ({
1707
- layers?: string[] | undefined;
1708
- } & import("jamespot-user-api").WidgetType<{
1709
- widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
1710
- arr?: import("jamespot-user-api").WidgetCheckListContentArr[] | undefined;
1711
- css?: Record<string, string> | undefined;
1712
- edit?: boolean | undefined;
1713
- }>) | ({
1714
- layers?: string[] | undefined;
1715
- } & import("jamespot-user-api").WidgetDatasourceTableType) | ({
1716
- layers?: string[] | undefined;
1717
- } & {
1718
- name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
1719
- uniqid: string;
1720
- content: {
1721
- limit?: number | boolean | undefined;
1722
- uri?: string | undefined;
1723
- tableColumnsData?: {
1724
- name?: string | undefined;
1725
- label?: string | undefined;
1726
- isVisible?: boolean | undefined;
1727
- textEllipsis?: boolean | undefined;
1728
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1729
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1730
- }[] | undefined;
1731
- tableHeadColor?: string | undefined;
1732
- tableHeadTextColor?: string | undefined;
1733
- tableHeadIconColor?: string | undefined;
1734
- tableRowColor?: string | undefined;
1735
- tableRowTextColor?: string | undefined;
1736
- tableBorderRadius?: number | undefined;
1737
- tableSizedColumns?: boolean | undefined;
1738
- tableSizedColumnsWidth?: number | undefined;
1739
- };
1740
- }) | ({
1741
- layers?: string[] | undefined;
1742
- } & import("jamespot-user-api").WidgetPresenceType) | ({
1743
- layers?: string[] | undefined;
1744
- } & import("jamespot-user-api").WidgetQuickSurveyType) | ({
1745
- layers?: string[] | undefined;
1746
- } & import("jamespot-user-api").WidgetType<{
1747
- calEventsLimit?: boolean | undefined;
1748
- calEventsLimitValue?: number | undefined;
1749
- calEventsPromptStatus?: string | undefined;
1750
- }>) | ({
1751
- layers?: string[] | undefined;
1752
- } & import("jamespot-user-api").WidgetType<{
1753
- contactLimit?: boolean | undefined;
1754
- contactLimitValue?: number | undefined;
1755
- contactPromptStatus?: string | undefined;
1756
- }>) | ({
1757
- layers?: string[] | undefined;
1758
- } & import("jamespot-user-api").WidgetType<{
1759
- emailsLimit?: boolean | undefined;
1760
- emailsLimitValue?: number | undefined;
1761
- emailsPromptStatus?: string | undefined;
1762
- }>) | ({
1763
- layers?: string[] | undefined;
1764
- } & import("jamespot-user-api").WidgetType<{
1765
- url?: string | undefined;
1766
- }>)>[] | undefined;
1767
- } & {
1768
- type: string;
1769
- uri: string;
1770
- id: number;
1771
- mainType: string;
1772
- title: string;
1773
- _url: string;
1774
- _user: import("jamespot-user-api").jObjectBase & {
1775
- title: string;
1776
- _url: string;
1777
- } & {
1778
- [key: string]: string | number | null | undefined;
1779
- level: 0 | 3 | 5 | 9;
1780
- dateCreation: string;
1781
- dateModified: string;
1782
- variant?: "extraBot" | undefined;
1783
- };
1784
- _right: import("jamespot-user-api").Rights;
1785
- tvChannelType: "SLIDESHOW";
1786
- tvChannelBackgroundColor: string | null;
1787
- tvChannelNumImages: number;
1788
- tvChannelConfig: {
1789
- key: string;
1790
- backgroundType?: "color" | "image" | undefined;
1791
- globalShowComment?: boolean | undefined;
1792
- scaleImg?: boolean | undefined;
1793
- contents?: {
1794
- uri: string;
1795
- dateEnd?: string | undefined;
1796
- order?: number | undefined;
1797
- showComments?: boolean | undefined;
1798
- }[] | undefined;
1799
- };
1800
- dateCreation?: string | undefined;
1801
- dateModified?: string | null | undefined;
1802
- description?: string | null | undefined;
1803
- tvChannelGroupTarget?: {
1804
- type: string;
1805
- uri: string;
1806
- id: number;
1807
- mainType: string;
1808
- dateCreation: string;
1809
- dateModified: string;
1810
- title: string;
1811
- _url: string;
1812
- privacy: import("jamespot-user-api").GroupPrivacy;
1813
- category: number;
1814
- } | undefined;
1815
- }>> | undefined;
673
+ channels: import("jamespot-user-api").PagingResults<import("jamespot-user-api").TVChannelList> | undefined;
1816
674
  loadingChannelDeletion: "idle" | "pending";
1817
675
  };
1818
676
  }>;
@@ -1995,27 +853,27 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1995
853
  widgetWrapperStyle: Record<string, Record<string, string | number>>;
1996
854
  widgetTitleStyle: Record<string, Record<string, string | number>>;
1997
855
  widgetObject: Record<string, {
856
+ id?: number | undefined;
1998
857
  type?: string | undefined;
1999
858
  uri?: string | undefined;
2000
- id?: number | undefined;
2001
859
  mainType?: string | undefined;
2002
- dateCreation?: string | undefined;
2003
- dateModified?: string | null | undefined;
860
+ dateCreation?: string | undefined | undefined;
861
+ dateModified?: string | null | undefined | undefined;
2004
862
  title?: string | undefined;
2005
863
  _url?: string | undefined;
2006
864
  }>;
2007
865
  widgetObjectRights: Record<string, import("jamespot-user-api").Rights>;
2008
866
  widgetChipCount: Record<string, number>;
2009
867
  widgetAuthor: Record<string, {
868
+ id?: number | undefined;
2010
869
  type?: string | undefined;
2011
870
  uri?: string | undefined;
2012
- id?: number | undefined;
2013
871
  mainType?: string | undefined;
2014
872
  dateCreation?: string | undefined;
2015
873
  dateModified?: string | undefined;
2016
874
  title?: string | undefined;
2017
875
  _url?: string | undefined;
2018
- level?: 0 | 3 | 5 | 9 | undefined;
876
+ level?: 0 | 9 | 3 | 5 | undefined;
2019
877
  variant?: "extraBot" | undefined;
2020
878
  }>;
2021
879
  flushedWidgets: string[];
@@ -2027,7 +885,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
2027
885
  uniqid: string;
2028
886
  fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
2029
887
  }[];
2030
- widgetContext: Record<string, "article" | "comment">;
888
+ widgetContext: Record<string, "comment" | "article">;
2031
889
  token?: string | undefined;
2032
890
  modal?: {
2033
891
  title?: string | undefined;
@@ -2037,8 +895,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
2037
895
  };
2038
896
  jland: import("redux").CombinedState<{
2039
897
  jLandMapList: {
2040
- maps: import("jamespot-front-business").JLandMapFront[];
2041
- availableLicenses: Record<string, number>;
898
+ maps: Array<import("jamespot-front-business").JLandMapFront>;
899
+ availableLicenses: import("jamespot-user-api").AdminLicensesNotAssigned;
2042
900
  loading: "idle" | "pending";
2043
901
  loadingAvailableLicenses: "idle" | "pending";
2044
902
  loadingLicenseOperation: {
@@ -2052,104 +910,60 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
2052
910
  studioAppsList: import("jamespot-front-business").StudioAppsListState;
2053
911
  currentStudioApp: import("jamespot-front-business").CurrentStudioAppState;
2054
912
  }>;
2055
- editors: import("jamespot-front-business").EditorsState;
913
+ editors: {
914
+ editors: {
915
+ uniqid: string;
916
+ name: import("jamespot-user-api").WidgetKeys;
917
+ position: "left" | "right";
918
+ mode: import("jamespot-user-api").WidgetDisplayMode;
919
+ popup?: boolean;
920
+ view?: React.ReactNode;
921
+ onSave?: <T = import("jamespot-user-api").CombinedWidgetContent>(content: Partial<T>) => void;
922
+ }[];
923
+ };
2056
924
  extensions: import("redux").CombinedState<{
2057
- [x: string]: any;
925
+ [x: string]: /*elided*/ any;
2058
926
  }>;
2059
927
  }>, import("redux").AnyAction, {
2060
928
  jApi: import("jamespot-user-api").JamespotUserApi;
2061
929
  }>, import("redux").Middleware<{}, any, import("redux").Dispatch<import("redux").AnyAction>>]>>;
2062
930
  export type AppDispatch = ReturnType<typeof createStore>['dispatch'];
2063
- export type RootState<T extends keyof AsyncReducers | keyof typeof staticReducers> = Required<Pick<ReturnType<ReturnType<typeof createStore>['getState']>, T>>;
931
+ export type RootState = ReturnType<ReturnType<typeof createStore>['getState']>;
2064
932
  export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispatch<import("redux").CombinedState<{
2065
- comment: import("redux").CombinedState<{
2066
- commentList: import("jamespot-front-business").CommentListState;
2067
- }>;
2068
933
  entities: import("redux").CombinedState<{
2069
934
  applications: import("@reduxjs/toolkit").EntityState<ApplicationType>;
2070
935
  models: import("@reduxjs/toolkit").EntityState<ModelType<string>>;
2071
936
  users: import("@reduxjs/toolkit").EntityState<import("./slice/User.slice").User>;
2072
937
  articles: import("@reduxjs/toolkit").EntityState<import("./slice/Article.slice").Article>;
2073
938
  }>;
939
+ comment: import("redux").CombinedState<{
940
+ commentList: import("jamespot-front-business").CommentListState;
941
+ }>;
2074
942
  form: any;
2075
943
  hooks: {};
2076
944
  network: import("redux").CombinedState<{
2077
945
  statics: {
2078
- networkPublic?: {
2079
- type: string;
2080
- uri: string;
2081
- mainType: string;
2082
- title: string;
2083
- } | undefined;
2084
- networkMe?: {
2085
- type: string;
2086
- uri: string;
2087
- mainType: string;
2088
- title: string;
2089
- } | undefined;
946
+ networkPublic?: NetworkType;
947
+ networkMe?: NetworkType;
2090
948
  };
2091
949
  }>;
2092
950
  platform: import("redux").CombinedState<{
2093
951
  config: {
2094
- userHighlightFields?: string[] | undefined;
952
+ userHighlightFields?: string[];
2095
953
  userAccountStatus: 0 | 1;
2096
954
  };
2097
955
  }>;
2098
956
  toasts: import("@reduxjs/toolkit").EntityState<{
2099
957
  id: string;
2100
- label: string | {
2101
- id: string;
2102
- values: {
2103
- [x: string]: string | number | boolean | Date | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | ((children: string) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null | undefined;
2104
- };
2105
- };
2106
- description?: string | {
2107
- id: string;
2108
- values: {
2109
- [x: string]: string | number | boolean | Date | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | ((children: string) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null | undefined;
2110
- };
2111
- } | undefined;
958
+ label: string;
959
+ description?: string;
2112
960
  timeout: number;
2113
961
  type: "error" | "success" | "warning";
2114
962
  }>;
2115
963
  tinymce: import("redux").CombinedState<{
2116
964
  options: {
2117
- common?: {
2118
- language: string;
2119
- height: number;
2120
- cache_suffix: string;
2121
- toolbar: string;
2122
- content_css: string;
2123
- quickbars_selection_toolbar: string;
2124
- plugins: string[];
2125
- text_patterns: {
2126
- start: string;
2127
- format?: string | undefined;
2128
- end?: string | undefined;
2129
- cmd?: string | undefined;
2130
- }[];
2131
- menubar: boolean;
2132
- branding: boolean;
2133
- skin: string;
2134
- convert_urls: boolean;
2135
- invalid_elements: string;
2136
- extended_valid_elements: string;
2137
- custom_elements: string;
2138
- inline_boundaries_selector: string;
2139
- toolbar_mode: "floating" | "sliding" | "scrolling" | "wrap";
2140
- promotion: boolean;
2141
- font_size_formats: string;
2142
- contextmenu: string | false;
2143
- paste_data_images: boolean;
2144
- browser_spellcheck: boolean;
2145
- quickbars_insert_toolbar: boolean;
2146
- license_key: "gpl";
2147
- sandbox_iframes?: boolean | undefined;
2148
- sandbox_iframes_exclusions?: string[] | undefined;
2149
- } | undefined;
2150
- extended?: {
2151
- commentsToolbar: string;
2152
- } | undefined;
965
+ common?: TinyMCECommonOptions;
966
+ extended?: TinyMCEExtendedOptions;
2153
967
  };
2154
968
  }>;
2155
969
  userCurrent: jUserList;
@@ -2166,28 +980,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2166
980
  extended?: string | undefined;
2167
981
  }[];
2168
982
  page: number;
2169
- filters: {
2170
- value: string | number | boolean | string[] | {
2171
- srcId: string | number;
2172
- srcType: string;
2173
- } | {
2174
- targetId: string | number;
2175
- targetType: string;
2176
- } | {
2177
- start: string;
2178
- end: string;
2179
- };
2180
- name: string;
2181
- operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
2182
- method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
2183
- or?: boolean | undefined;
2184
- isNull?: boolean | undefined;
2185
- isNotNull?: boolean | undefined;
2186
- }[];
2187
- orders: {
2188
- sort: "ASC" | "DESC";
2189
- name: string;
2190
- }[];
983
+ filters: import("jamespot-user-api").Filters;
984
+ orders: import("jamespot-user-api").Orders;
2191
985
  limit: number;
2192
986
  nbResults: number;
2193
987
  } & {
@@ -2205,28 +999,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2205
999
  extended?: string | undefined;
2206
1000
  }[];
2207
1001
  page: number;
2208
- filters: {
2209
- value: string | number | boolean | string[] | {
2210
- srcId: string | number;
2211
- srcType: string;
2212
- } | {
2213
- targetId: string | number;
2214
- targetType: string;
2215
- } | {
2216
- start: string;
2217
- end: string;
2218
- };
2219
- name: string;
2220
- operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
2221
- method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
2222
- or?: boolean | undefined;
2223
- isNull?: boolean | undefined;
2224
- isNotNull?: boolean | undefined;
2225
- }[];
2226
- orders: {
2227
- sort: "ASC" | "DESC";
2228
- name: string;
2229
- }[];
1002
+ filters: import("jamespot-user-api").Filters;
1003
+ orders: import("jamespot-user-api").Orders;
2230
1004
  limit: number;
2231
1005
  nbResults: number;
2232
1006
  } & {
@@ -2239,28 +1013,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2239
1013
  msg: string;
2240
1014
  }[];
2241
1015
  page: number;
2242
- filters: {
2243
- value: string | number | boolean | string[] | {
2244
- srcId: string | number;
2245
- srcType: string;
2246
- } | {
2247
- targetId: string | number;
2248
- targetType: string;
2249
- } | {
2250
- start: string;
2251
- end: string;
2252
- };
2253
- name: string;
2254
- operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
2255
- method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
2256
- or?: boolean | undefined;
2257
- isNull?: boolean | undefined;
2258
- isNotNull?: boolean | undefined;
2259
- }[];
2260
- orders: {
2261
- sort: "ASC" | "DESC";
2262
- name: string;
2263
- }[];
1016
+ filters: import("jamespot-user-api").Filters;
1017
+ orders: import("jamespot-user-api").Orders;
2264
1018
  limit: number;
2265
1019
  nbResults: number;
2266
1020
  } & {
@@ -2291,151 +1045,54 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2291
1045
  appImageText?: string | undefined;
2292
1046
  appImage?: string | {
2293
1047
  image: {
2294
- type: string;
2295
1048
  id: string;
1049
+ type: string;
2296
1050
  };
2297
1051
  } | undefined;
2298
1052
  _displayComment?: "" | "0" | "1" | undefined;
2299
1053
  }> & {
2300
- access: {
2301
- createCategory: boolean;
2302
- };
1054
+ access: import("jamespot-user-api").FaqAccess;
2303
1055
  };
2304
1056
  categories: {
2305
1057
  loading: "idle" | "pending";
2306
1058
  } & {
2307
- categories: ({
2308
- type: "faq";
2309
- uri: string;
2310
- id: number;
2311
- mainType: string;
2312
- dateCreation: string;
2313
- dateModified: string;
2314
- title: string;
2315
- _url: string;
2316
- _user: import("jamespot-user-api").jObjectBase & {
2317
- title: string;
2318
- _url: string;
2319
- } & {
2320
- [key: string]: string | number | null | undefined;
2321
- level: 0 | 3 | 5 | 9;
2322
- dateCreation: string;
2323
- dateModified: string;
2324
- variant?: "extraBot" | undefined;
2325
- };
2326
- _right: import("jamespot-user-api").Rights;
2327
- _audience: (import("jamespot-user-api").jUserLittle | {
2328
- type: string;
2329
- uri: string;
2330
- id: number;
2331
- mainType: string;
2332
- dateCreation: string;
2333
- dateModified: string;
2334
- title: string;
2335
- _url: string;
2336
- privacy: import("jamespot-user-api").GroupPrivacy;
2337
- category: number;
2338
- } | {
2339
- type: "folder" | "rootFolder";
2340
- uri: string;
2341
- id: number;
2342
- mainType: string;
2343
- title: string;
2344
- _url: string;
2345
- dateCreation?: string | undefined;
2346
- dateModified?: string | null | undefined;
2347
- folderColor?: string | undefined;
2348
- })[];
2349
- image?: {
2350
- width: number;
2351
- height: number;
2352
- } | undefined;
2353
- description?: string | null | undefined;
2354
- articleWidgets?: import("jamespot-user-api").WidgetWrapperGeneric<({
2355
- layers?: string[] | undefined;
2356
- } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
2357
- layers?: string[] | undefined;
2358
- } & import("jamespot-user-api").WidgetArticleButtonType) | ({
2359
- layers?: string[] | undefined;
2360
- } & import("jamespot-user-api").WidgetArticleGalleryType) | ({
2361
- layers?: string[] | undefined;
2362
- } & import("jamespot-user-api").WidgetArticleImageType) | ({
2363
- layers?: string[] | undefined;
2364
- } & import("jamespot-user-api").WidgetArticleTitleType) | ({
2365
- layers?: string[] | undefined;
2366
- } & import("jamespot-user-api").WidgetArticleTextType) | ({
2367
- layers?: string[] | undefined;
2368
- } & import("jamespot-user-api").WidgetArticleSliderType) | ({
2369
- layers?: string[] | undefined;
2370
- } & import("jamespot-user-api").WidgetType<{
2371
- widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
2372
- arr?: import("jamespot-user-api").WidgetCheckListContentArr[] | undefined;
2373
- css?: Record<string, string> | undefined;
2374
- edit?: boolean | undefined;
2375
- }>) | ({
2376
- layers?: string[] | undefined;
2377
- } & import("jamespot-user-api").WidgetDatasourceTableType) | ({
2378
- layers?: string[] | undefined;
2379
- } & {
2380
- name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
2381
- uniqid: string;
2382
- content: {
2383
- limit?: number | boolean | undefined;
2384
- uri?: string | undefined;
2385
- tableColumnsData?: {
2386
- name?: string | undefined;
2387
- label?: string | undefined;
2388
- isVisible?: boolean | undefined;
2389
- textEllipsis?: boolean | undefined;
2390
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2391
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2392
- }[] | undefined;
2393
- tableHeadColor?: string | undefined;
2394
- tableHeadTextColor?: string | undefined;
2395
- tableHeadIconColor?: string | undefined;
2396
- tableRowColor?: string | undefined;
2397
- tableRowTextColor?: string | undefined;
2398
- tableBorderRadius?: number | undefined;
2399
- tableSizedColumns?: boolean | undefined;
2400
- tableSizedColumnsWidth?: number | undefined;
2401
- };
2402
- }) | ({
2403
- layers?: string[] | undefined;
2404
- } & import("jamespot-user-api").WidgetPresenceType) | ({
2405
- layers?: string[] | undefined;
2406
- } & import("jamespot-user-api").WidgetQuickSurveyType) | ({
2407
- layers?: string[] | undefined;
2408
- } & import("jamespot-user-api").WidgetType<{
2409
- calEventsLimit?: boolean | undefined;
2410
- calEventsLimitValue?: number | undefined;
2411
- calEventsPromptStatus?: string | undefined;
2412
- }>) | ({
2413
- layers?: string[] | undefined;
2414
- } & import("jamespot-user-api").WidgetType<{
2415
- contactLimit?: boolean | undefined;
2416
- contactLimitValue?: number | undefined;
2417
- contactPromptStatus?: string | undefined;
2418
- }>) | ({
2419
- layers?: string[] | undefined;
2420
- } & import("jamespot-user-api").WidgetType<{
2421
- emailsLimit?: boolean | undefined;
2422
- emailsLimitValue?: number | undefined;
2423
- emailsPromptStatus?: string | undefined;
2424
- }>) | ({
2425
- layers?: string[] | undefined;
2426
- } & import("jamespot-user-api").WidgetType<{
2427
- url?: string | undefined;
2428
- }>)>[] | undefined;
2429
- faqColor?: string | undefined;
2430
- } & {
2431
- _extend: {
2432
- itemsCount: number;
2433
- };
2434
- })[] | null;
1059
+ categories: import("jamespot-user-api").ExtendedFaqCategory<import("jamespot-user-api").FaqList>[] | null;
2435
1060
  };
2436
1061
  }>;
2437
1062
  magicPad: import("jamespot-front-business").MagicPadSliceRootState;
2438
- mediaLibrary: import("jamespot-front-business").MediaLibraryState;
1063
+ mediaLibrary: {
1064
+ loading: "idle" | "pending";
1065
+ page: number;
1066
+ nbResults: number;
1067
+ folders: Array<import("jamespot-user-api").MediaLibraryList>;
1068
+ unclassifiedFiles: {
1069
+ list: Array<import("jamespot-user-api").MediaLibraryList>;
1070
+ page: number;
1071
+ totalPages: number;
1072
+ };
1073
+ mediaLibraryAccess: boolean;
1074
+ stats: import("jamespot-user-api").MediaLibraryStats | null;
1075
+ foldersStats: {
1076
+ loading: boolean;
1077
+ pager: import("jamespot-user-api").PagingResults<{
1078
+ id: number;
1079
+ folderName: string;
1080
+ nb: number;
1081
+ nbDistinct: number;
1082
+ }> | null;
1083
+ };
1084
+ filesStats: {
1085
+ loading: boolean;
1086
+ pager: import("jamespot-user-api").PagingResults<{
1087
+ id: number;
1088
+ fileName: string;
1089
+ nbViews: number;
1090
+ nbDistinctViews: number;
1091
+ nbDownloads: number;
1092
+ idFolder?: number | undefined;
1093
+ }> | null;
1094
+ };
1095
+ };
2439
1096
  share: {
2440
1097
  entities: import("jamespot-user-api").jUserLittle[];
2441
1098
  nbEntities: number;
@@ -2447,325 +1104,7 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2447
1104
  tvDisplay: import("redux").CombinedState<{
2448
1105
  channelsList: {
2449
1106
  loading: "idle" | "pending";
2450
- channels: import("jamespot-user-api").PagingResults<Readonly<import("jamespot-user-api").jObjectBase & {
2451
- title: string;
2452
- _url: string;
2453
- } & {
2454
- dateCreation: string;
2455
- dateModified: string;
2456
- } & {
2457
- description?: string | null | undefined;
2458
- _user: import("jamespot-user-api").jUserLittle;
2459
- _right: import("jamespot-user-api").Rights;
2460
- _audience: (import("jamespot-user-api").jUserLittle | {
2461
- type: string;
2462
- uri: string;
2463
- id: number;
2464
- mainType: string;
2465
- dateCreation: string;
2466
- dateModified: string;
2467
- title: string;
2468
- _url: string;
2469
- privacy: import("jamespot-user-api").GroupPrivacy;
2470
- category: number;
2471
- } | {
2472
- type: "folder" | "rootFolder";
2473
- uri: string;
2474
- id: number;
2475
- mainType: string;
2476
- title: string;
2477
- _url: string;
2478
- dateCreation?: string | undefined;
2479
- dateModified?: string | null | undefined;
2480
- folderColor?: string | undefined;
2481
- })[];
2482
- image?: {
2483
- width: number;
2484
- height: number;
2485
- } | undefined;
2486
- articleWidgets?: import("jamespot-user-api").WidgetWrapperGeneric<({
2487
- layers?: string[] | undefined;
2488
- } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
2489
- layers?: string[] | undefined;
2490
- } & import("jamespot-user-api").WidgetArticleButtonType) | ({
2491
- layers?: string[] | undefined;
2492
- } & import("jamespot-user-api").WidgetArticleGalleryType) | ({
2493
- layers?: string[] | undefined;
2494
- } & import("jamespot-user-api").WidgetArticleImageType) | ({
2495
- layers?: string[] | undefined;
2496
- } & import("jamespot-user-api").WidgetArticleTitleType) | ({
2497
- layers?: string[] | undefined;
2498
- } & import("jamespot-user-api").WidgetArticleTextType) | ({
2499
- layers?: string[] | undefined;
2500
- } & import("jamespot-user-api").WidgetArticleSliderType) | ({
2501
- layers?: string[] | undefined;
2502
- } & import("jamespot-user-api").WidgetType<{
2503
- widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
2504
- arr?: import("jamespot-user-api").WidgetCheckListContentArr[] | undefined;
2505
- css?: Record<string, string> | undefined;
2506
- edit?: boolean | undefined;
2507
- }>) | ({
2508
- layers?: string[] | undefined;
2509
- } & import("jamespot-user-api").WidgetDatasourceTableType) | ({
2510
- layers?: string[] | undefined;
2511
- } & {
2512
- name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
2513
- uniqid: string;
2514
- content: {
2515
- limit?: number | boolean | undefined;
2516
- uri?: string | undefined;
2517
- tableColumnsData?: {
2518
- name?: string | undefined;
2519
- label?: string | undefined;
2520
- isVisible?: boolean | undefined;
2521
- textEllipsis?: boolean | undefined;
2522
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2523
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2524
- }[] | undefined;
2525
- tableHeadColor?: string | undefined;
2526
- tableHeadTextColor?: string | undefined;
2527
- tableHeadIconColor?: string | undefined;
2528
- tableRowColor?: string | undefined;
2529
- tableRowTextColor?: string | undefined;
2530
- tableBorderRadius?: number | undefined;
2531
- tableSizedColumns?: boolean | undefined;
2532
- tableSizedColumnsWidth?: number | undefined;
2533
- };
2534
- }) | ({
2535
- layers?: string[] | undefined;
2536
- } & import("jamespot-user-api").WidgetPresenceType) | ({
2537
- layers?: string[] | undefined;
2538
- } & import("jamespot-user-api").WidgetQuickSurveyType) | ({
2539
- layers?: string[] | undefined;
2540
- } & import("jamespot-user-api").WidgetType<{
2541
- calEventsLimit?: boolean | undefined;
2542
- calEventsLimitValue?: number | undefined;
2543
- calEventsPromptStatus?: string | undefined;
2544
- }>) | ({
2545
- layers?: string[] | undefined;
2546
- } & import("jamespot-user-api").WidgetType<{
2547
- contactLimit?: boolean | undefined;
2548
- contactLimitValue?: number | undefined;
2549
- contactPromptStatus?: string | undefined;
2550
- }>) | ({
2551
- layers?: string[] | undefined;
2552
- } & import("jamespot-user-api").WidgetType<{
2553
- emailsLimit?: boolean | undefined;
2554
- emailsLimitValue?: number | undefined;
2555
- emailsPromptStatus?: string | undefined;
2556
- }>) | ({
2557
- layers?: string[] | undefined;
2558
- } & import("jamespot-user-api").WidgetType<{
2559
- url?: string | undefined;
2560
- }>)>[] | undefined;
2561
- } & {
2562
- type: string;
2563
- uri: string;
2564
- id: number;
2565
- mainType: string;
2566
- title: string;
2567
- _url: string;
2568
- _user: import("jamespot-user-api").jObjectBase & {
2569
- title: string;
2570
- _url: string;
2571
- } & {
2572
- [key: string]: string | number | null | undefined;
2573
- level: 0 | 3 | 5 | 9;
2574
- dateCreation: string;
2575
- dateModified: string;
2576
- variant?: "extraBot" | undefined;
2577
- };
2578
- _right: import("jamespot-user-api").Rights;
2579
- tvChannelType: "DYNAMIC";
2580
- tvChannelBackgroundColor: string | null;
2581
- tvChannelNumImages: 0;
2582
- tvChannelConfig: {
2583
- key: string;
2584
- backgroundType?: "color" | "image" | undefined;
2585
- globalShowComment?: boolean | undefined;
2586
- scaleImg?: boolean | undefined;
2587
- contents?: {
2588
- uri: string;
2589
- dateEnd?: string | undefined;
2590
- order?: number | undefined;
2591
- showComments?: boolean | undefined;
2592
- }[] | undefined;
2593
- };
2594
- dateCreation?: string | undefined;
2595
- dateModified?: string | null | undefined;
2596
- description?: string | null | undefined;
2597
- tvChannelGroupTarget?: {
2598
- type: string;
2599
- uri: string;
2600
- id: number;
2601
- mainType: string;
2602
- dateCreation: string;
2603
- dateModified: string;
2604
- title: string;
2605
- _url: string;
2606
- privacy: import("jamespot-user-api").GroupPrivacy;
2607
- category: number;
2608
- } | undefined;
2609
- }> | Readonly<import("jamespot-user-api").jObjectBase & {
2610
- title: string;
2611
- _url: string;
2612
- } & {
2613
- dateCreation: string;
2614
- dateModified: string;
2615
- } & {
2616
- description?: string | null | undefined;
2617
- _user: import("jamespot-user-api").jUserLittle;
2618
- _right: import("jamespot-user-api").Rights;
2619
- _audience: (import("jamespot-user-api").jUserLittle | {
2620
- type: string;
2621
- uri: string;
2622
- id: number;
2623
- mainType: string;
2624
- dateCreation: string;
2625
- dateModified: string;
2626
- title: string;
2627
- _url: string;
2628
- privacy: import("jamespot-user-api").GroupPrivacy;
2629
- category: number;
2630
- } | {
2631
- type: "folder" | "rootFolder";
2632
- uri: string;
2633
- id: number;
2634
- mainType: string;
2635
- title: string;
2636
- _url: string;
2637
- dateCreation?: string | undefined;
2638
- dateModified?: string | null | undefined;
2639
- folderColor?: string | undefined;
2640
- })[];
2641
- image?: {
2642
- width: number;
2643
- height: number;
2644
- } | undefined;
2645
- articleWidgets?: import("jamespot-user-api").WidgetWrapperGeneric<({
2646
- layers?: string[] | undefined;
2647
- } & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
2648
- layers?: string[] | undefined;
2649
- } & import("jamespot-user-api").WidgetArticleButtonType) | ({
2650
- layers?: string[] | undefined;
2651
- } & import("jamespot-user-api").WidgetArticleGalleryType) | ({
2652
- layers?: string[] | undefined;
2653
- } & import("jamespot-user-api").WidgetArticleImageType) | ({
2654
- layers?: string[] | undefined;
2655
- } & import("jamespot-user-api").WidgetArticleTitleType) | ({
2656
- layers?: string[] | undefined;
2657
- } & import("jamespot-user-api").WidgetArticleTextType) | ({
2658
- layers?: string[] | undefined;
2659
- } & import("jamespot-user-api").WidgetArticleSliderType) | ({
2660
- layers?: string[] | undefined;
2661
- } & import("jamespot-user-api").WidgetType<{
2662
- widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
2663
- arr?: import("jamespot-user-api").WidgetCheckListContentArr[] | undefined;
2664
- css?: Record<string, string> | undefined;
2665
- edit?: boolean | undefined;
2666
- }>) | ({
2667
- layers?: string[] | undefined;
2668
- } & import("jamespot-user-api").WidgetDatasourceTableType) | ({
2669
- layers?: string[] | undefined;
2670
- } & {
2671
- name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
2672
- uniqid: string;
2673
- content: {
2674
- limit?: number | boolean | undefined;
2675
- uri?: string | undefined;
2676
- tableColumnsData?: {
2677
- name?: string | undefined;
2678
- label?: string | undefined;
2679
- isVisible?: boolean | undefined;
2680
- textEllipsis?: boolean | undefined;
2681
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2682
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2683
- }[] | undefined;
2684
- tableHeadColor?: string | undefined;
2685
- tableHeadTextColor?: string | undefined;
2686
- tableHeadIconColor?: string | undefined;
2687
- tableRowColor?: string | undefined;
2688
- tableRowTextColor?: string | undefined;
2689
- tableBorderRadius?: number | undefined;
2690
- tableSizedColumns?: boolean | undefined;
2691
- tableSizedColumnsWidth?: number | undefined;
2692
- };
2693
- }) | ({
2694
- layers?: string[] | undefined;
2695
- } & import("jamespot-user-api").WidgetPresenceType) | ({
2696
- layers?: string[] | undefined;
2697
- } & import("jamespot-user-api").WidgetQuickSurveyType) | ({
2698
- layers?: string[] | undefined;
2699
- } & import("jamespot-user-api").WidgetType<{
2700
- calEventsLimit?: boolean | undefined;
2701
- calEventsLimitValue?: number | undefined;
2702
- calEventsPromptStatus?: string | undefined;
2703
- }>) | ({
2704
- layers?: string[] | undefined;
2705
- } & import("jamespot-user-api").WidgetType<{
2706
- contactLimit?: boolean | undefined;
2707
- contactLimitValue?: number | undefined;
2708
- contactPromptStatus?: string | undefined;
2709
- }>) | ({
2710
- layers?: string[] | undefined;
2711
- } & import("jamespot-user-api").WidgetType<{
2712
- emailsLimit?: boolean | undefined;
2713
- emailsLimitValue?: number | undefined;
2714
- emailsPromptStatus?: string | undefined;
2715
- }>) | ({
2716
- layers?: string[] | undefined;
2717
- } & import("jamespot-user-api").WidgetType<{
2718
- url?: string | undefined;
2719
- }>)>[] | undefined;
2720
- } & {
2721
- type: string;
2722
- uri: string;
2723
- id: number;
2724
- mainType: string;
2725
- title: string;
2726
- _url: string;
2727
- _user: import("jamespot-user-api").jObjectBase & {
2728
- title: string;
2729
- _url: string;
2730
- } & {
2731
- [key: string]: string | number | null | undefined;
2732
- level: 0 | 3 | 5 | 9;
2733
- dateCreation: string;
2734
- dateModified: string;
2735
- variant?: "extraBot" | undefined;
2736
- };
2737
- _right: import("jamespot-user-api").Rights;
2738
- tvChannelType: "SLIDESHOW";
2739
- tvChannelBackgroundColor: string | null;
2740
- tvChannelNumImages: number;
2741
- tvChannelConfig: {
2742
- key: string;
2743
- backgroundType?: "color" | "image" | undefined;
2744
- globalShowComment?: boolean | undefined;
2745
- scaleImg?: boolean | undefined;
2746
- contents?: {
2747
- uri: string;
2748
- dateEnd?: string | undefined;
2749
- order?: number | undefined;
2750
- showComments?: boolean | undefined;
2751
- }[] | undefined;
2752
- };
2753
- dateCreation?: string | undefined;
2754
- dateModified?: string | null | undefined;
2755
- description?: string | null | undefined;
2756
- tvChannelGroupTarget?: {
2757
- type: string;
2758
- uri: string;
2759
- id: number;
2760
- mainType: string;
2761
- dateCreation: string;
2762
- dateModified: string;
2763
- title: string;
2764
- _url: string;
2765
- privacy: import("jamespot-user-api").GroupPrivacy;
2766
- category: number;
2767
- } | undefined;
2768
- }>> | undefined;
1107
+ channels: import("jamespot-user-api").PagingResults<import("jamespot-user-api").TVChannelList> | undefined;
2769
1108
  loadingChannelDeletion: "idle" | "pending";
2770
1109
  };
2771
1110
  }>;
@@ -2948,27 +1287,27 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2948
1287
  widgetWrapperStyle: Record<string, Record<string, string | number>>;
2949
1288
  widgetTitleStyle: Record<string, Record<string, string | number>>;
2950
1289
  widgetObject: Record<string, {
1290
+ id?: number | undefined;
2951
1291
  type?: string | undefined;
2952
1292
  uri?: string | undefined;
2953
- id?: number | undefined;
2954
1293
  mainType?: string | undefined;
2955
- dateCreation?: string | undefined;
2956
- dateModified?: string | null | undefined;
1294
+ dateCreation?: string | undefined | undefined;
1295
+ dateModified?: string | null | undefined | undefined;
2957
1296
  title?: string | undefined;
2958
1297
  _url?: string | undefined;
2959
1298
  }>;
2960
1299
  widgetObjectRights: Record<string, import("jamespot-user-api").Rights>;
2961
1300
  widgetChipCount: Record<string, number>;
2962
1301
  widgetAuthor: Record<string, {
1302
+ id?: number | undefined;
2963
1303
  type?: string | undefined;
2964
1304
  uri?: string | undefined;
2965
- id?: number | undefined;
2966
1305
  mainType?: string | undefined;
2967
1306
  dateCreation?: string | undefined;
2968
1307
  dateModified?: string | undefined;
2969
1308
  title?: string | undefined;
2970
1309
  _url?: string | undefined;
2971
- level?: 0 | 3 | 5 | 9 | undefined;
1310
+ level?: 0 | 9 | 3 | 5 | undefined;
2972
1311
  variant?: "extraBot" | undefined;
2973
1312
  }>;
2974
1313
  flushedWidgets: string[];
@@ -2980,7 +1319,7 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2980
1319
  uniqid: string;
2981
1320
  fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
2982
1321
  }[];
2983
- widgetContext: Record<string, "article" | "comment">;
1322
+ widgetContext: Record<string, "comment" | "article">;
2984
1323
  token?: string | undefined;
2985
1324
  modal?: {
2986
1325
  title?: string | undefined;
@@ -2990,8 +1329,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2990
1329
  };
2991
1330
  jland: import("redux").CombinedState<{
2992
1331
  jLandMapList: {
2993
- maps: import("jamespot-front-business").JLandMapFront[];
2994
- availableLicenses: Record<string, number>;
1332
+ maps: Array<import("jamespot-front-business").JLandMapFront>;
1333
+ availableLicenses: import("jamespot-user-api").AdminLicensesNotAssigned;
2995
1334
  loading: "idle" | "pending";
2996
1335
  loadingAvailableLicenses: "idle" | "pending";
2997
1336
  loadingLicenseOperation: {
@@ -3005,12 +1344,22 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
3005
1344
  studioAppsList: import("jamespot-front-business").StudioAppsListState;
3006
1345
  currentStudioApp: import("jamespot-front-business").CurrentStudioAppState;
3007
1346
  }>;
3008
- editors: import("jamespot-front-business").EditorsState;
1347
+ editors: {
1348
+ editors: {
1349
+ uniqid: string;
1350
+ name: import("jamespot-user-api").WidgetKeys;
1351
+ position: "left" | "right";
1352
+ mode: import("jamespot-user-api").WidgetDisplayMode;
1353
+ popup?: boolean;
1354
+ view?: React.ReactNode;
1355
+ onSave?: <T = import("jamespot-user-api").CombinedWidgetContent>(content: Partial<T>) => void;
1356
+ }[];
1357
+ };
3009
1358
  extensions: import("redux").CombinedState<{
3010
- [x: string]: any;
1359
+ [x: string]: /*elided*/ any;
3011
1360
  }>;
3012
1361
  }>, {
3013
1362
  jApi: import("jamespot-user-api").JamespotUserApi;
3014
1363
  }, import("redux").AnyAction> & import("redux").Dispatch<import("redux").AnyAction>;
3015
- export declare function useAppSelector<S extends keyof AsyncReducers | keyof typeof staticReducers, R = unknown>(selector: (state: RootState<S>) => R, equalityFn?: (left: R, right: R) => boolean): R;
1364
+ export declare const useAppSelector: TypedUseSelectorHook<RootState>;
3016
1365
  export {};