jamespot-front-business 1.1.69 → 1.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -1,12 +1,51 @@
1
1
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
2
- import { EntityState, Dispatch, PayloadAction, Action as Action$1 } from '@reduxjs/toolkit';
2
+ import { EntityState, PayloadAction, Dispatch, Action as Action$1 } from '@reduxjs/toolkit';
3
3
  import * as zod from 'zod';
4
4
  import * as jamespot_user_api from 'jamespot-user-api';
5
- import { AnimationConfigurationType, AnimationStats, ApplicationType, BookableAssetList, AssetReservationConfiguration, ReservationList, jCommentList, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, Filters, Orders, PagingResults, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, jUserLittle, TVChannelList, TinyMCECommonOptions, jUserList, WidgetKeys, WidgetDefinitionProps, WidgetWrapperProps, CombinedWidgetContent, WidgetsName, Rights, jObjectLittle, WidgetVector, WidgetStateProps, WidgetsRootState, SocialAction, JamespotUserApi, ValueOf, StudioApplicationBase, jTaxonomyLittle } from 'jamespot-user-api';
5
+ import { jUserLittle, AnimationConfigurationType, AnimationStats, ApplicationType, BookableAssetList, AssetReservationConfiguration, ReservationList, jCommentList, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, Filters, Orders, PagingResults, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, TVChannelList, TinyMCECommonOptions, TinyMCEExtendedOptions, jUserList, WidgetKeys, WidgetDefinitionProps, WidgetWrapperProps, WidgetsRootState, CombinedWidgetContent, SocialAction, ValueOf, StudioApplicationBase, jTaxonomyLittle, JamespotUserApi } from 'jamespot-user-api';
6
6
  import * as redux from 'redux';
7
7
  import { Dispatch as Dispatch$1 } from 'redux';
8
8
  import * as _reduxjs_toolkit_dist_tsHelpers from '@reduxjs/toolkit/dist/tsHelpers';
9
- import React from 'react';
9
+ import React$1 from 'react';
10
+
11
+ type ToastType = 'success' | 'warning' | 'error';
12
+ type intlValuesType = Record<string, string | number | boolean | null | undefined | Date | React.ReactElement | ((children: string) => React.ReactElement)>;
13
+ type Toast$1 = {
14
+ id?: string;
15
+ label: string | {
16
+ id: string;
17
+ values: intlValuesType;
18
+ };
19
+ description?: string | {
20
+ id: string;
21
+ values: intlValuesType;
22
+ };
23
+ };
24
+ type ToastEntity = {
25
+ id: string;
26
+ label: string | {
27
+ id: string;
28
+ values: intlValuesType;
29
+ };
30
+ description?: string | {
31
+ id: string;
32
+ values: intlValuesType;
33
+ };
34
+ timeout: number;
35
+ type: ToastType;
36
+ };
37
+ type ToastRootState = {
38
+ toasts: EntityState<ToastEntity>;
39
+ };
40
+
41
+ type ShareRootState = {
42
+ share: ShareAppState;
43
+ };
44
+ type ShareAppState = {
45
+ entities: jUserLittle[];
46
+ nbEntities: number;
47
+ loading: 'idle' | 'pending';
48
+ };
10
49
 
11
50
  type Loading = {
12
51
  loading: 'idle' | 'pending';
@@ -219,6 +258,7 @@ declare const Animations: {
219
258
  dateCreation: zod.ZodOptional<zod.ZodString>;
220
259
  dateModified: zod.ZodOptional<zod.ZodString>;
221
260
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
261
+ flushedWidgets: string[];
222
262
  rtObjectStack: {
223
263
  object: jamespot_user_api.jObjectBase & {
224
264
  title: string;
@@ -403,6 +443,7 @@ declare const Animations: {
403
443
  dateCreation: zod.ZodOptional<zod.ZodString>;
404
444
  dateModified: zod.ZodOptional<zod.ZodString>;
405
445
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
446
+ flushedWidgets: string[];
406
447
  rtObjectStack: {
407
448
  object: jamespot_user_api.jObjectBase & {
408
449
  title: string;
@@ -587,6 +628,7 @@ declare const Animations: {
587
628
  dateCreation: zod.ZodOptional<zod.ZodString>;
588
629
  dateModified: zod.ZodOptional<zod.ZodString>;
589
630
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
631
+ flushedWidgets: string[];
590
632
  rtObjectStack: {
591
633
  object: jamespot_user_api.jObjectBase & {
592
634
  title: string;
@@ -771,6 +813,7 @@ declare const Animations: {
771
813
  dateCreation: zod.ZodOptional<zod.ZodString>;
772
814
  dateModified: zod.ZodOptional<zod.ZodString>;
773
815
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
816
+ flushedWidgets: string[];
774
817
  rtObjectStack: {
775
818
  object: jamespot_user_api.jObjectBase & {
776
819
  title: string;
@@ -961,6 +1004,7 @@ declare const Animations: {
961
1004
  dateCreation: zod.ZodOptional<zod.ZodString>;
962
1005
  dateModified: zod.ZodOptional<zod.ZodString>;
963
1006
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
1007
+ flushedWidgets: string[];
964
1008
  rtObjectStack: {
965
1009
  object: jamespot_user_api.jObjectBase & {
966
1010
  title: string;
@@ -1163,6 +1207,7 @@ declare const Animations: {
1163
1207
  dateCreation: zod.ZodOptional<zod.ZodString>;
1164
1208
  dateModified: zod.ZodOptional<zod.ZodString>;
1165
1209
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
1210
+ flushedWidgets: string[];
1166
1211
  rtObjectStack: {
1167
1212
  object: jamespot_user_api.jObjectBase & {
1168
1213
  title: string;
@@ -1363,6 +1408,7 @@ declare const Animations: {
1363
1408
  dateCreation: zod.ZodOptional<zod.ZodString>;
1364
1409
  dateModified: zod.ZodOptional<zod.ZodString>;
1365
1410
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
1411
+ flushedWidgets: string[];
1366
1412
  rtObjectStack: {
1367
1413
  object: jamespot_user_api.jObjectBase & {
1368
1414
  title: string;
@@ -1449,14 +1495,6 @@ declare const Application: {
1449
1495
  selectors: _reduxjs_toolkit.EntitySelectors<ApplicationType, ApplicationRootState>;
1450
1496
  };
1451
1497
 
1452
- type ReservationForm = {
1453
- date: string;
1454
- hourStart: string;
1455
- hourEnd: string;
1456
- uriUser?: string;
1457
- description?: string;
1458
- };
1459
-
1460
1498
  type BookableAssetState = Loading & {
1461
1499
  entities: BookableAssetList[];
1462
1500
  nbResults: number;
@@ -1479,6 +1517,13 @@ interface ReservationRootState {
1479
1517
  type AssetReservationRootState = {
1480
1518
  assetReservation: BookableAssetRootState & ConfigurationRootState & ReservationRootState;
1481
1519
  };
1520
+ type ReservationForm = {
1521
+ date: string;
1522
+ hourStart: string;
1523
+ hourEnd: string;
1524
+ uriUser?: string;
1525
+ description?: string;
1526
+ };
1482
1527
 
1483
1528
  declare const AssetReservation: {
1484
1529
  slice: {
@@ -1746,6 +1791,7 @@ declare const AssetReservation: {
1746
1791
  dateCreation: zod.ZodOptional<zod.ZodString>;
1747
1792
  dateModified: zod.ZodOptional<zod.ZodString>;
1748
1793
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
1794
+ flushedWidgets: string[];
1749
1795
  rtObjectStack: {
1750
1796
  object: jamespot_user_api.jObjectBase & {
1751
1797
  title: string;
@@ -1937,6 +1983,7 @@ declare const AssetReservation: {
1937
1983
  dateCreation: zod.ZodOptional<zod.ZodString>;
1938
1984
  dateModified: zod.ZodOptional<zod.ZodString>;
1939
1985
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
1986
+ flushedWidgets: string[];
1940
1987
  rtObjectStack: {
1941
1988
  object: jamespot_user_api.jObjectBase & {
1942
1989
  title: string;
@@ -2318,6 +2365,7 @@ declare const AssetReservation: {
2318
2365
  dateCreation: zod.ZodOptional<zod.ZodString>;
2319
2366
  dateModified: zod.ZodOptional<zod.ZodString>;
2320
2367
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
2368
+ flushedWidgets: string[];
2321
2369
  rtObjectStack: {
2322
2370
  object: jamespot_user_api.jObjectBase & {
2323
2371
  title: string;
@@ -2668,6 +2716,7 @@ type CommentListState = Loading & {
2668
2716
  type CommentListRootState = {
2669
2717
  commentList: CommentListState;
2670
2718
  };
2719
+
2671
2720
  declare const Comment: {
2672
2721
  slice: {
2673
2722
  name: "comment";
@@ -2954,6 +3003,7 @@ declare const Comment: {
2954
3003
  dateCreation: zod.ZodOptional<zod.ZodString>;
2955
3004
  dateModified: zod.ZodOptional<zod.ZodString>;
2956
3005
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
3006
+ flushedWidgets: string[];
2957
3007
  rtObjectStack: {
2958
3008
  object: jamespot_user_api.jObjectBase & {
2959
3009
  title: string;
@@ -2989,77 +3039,9 @@ declare const Comment: {
2989
3039
  getCommentsLikeRTHandlers: (dispatch: RTDispatch, idComments: number[] | undefined, idArticle: number) => jamespot_user_api.RTMessageHandler<"CUSTOM-ACTION", "update" | "add" | "remove">[];
2990
3040
  };
2991
3041
 
2992
- type bookmarkEditState = Loading & {
2993
- bookmark: BookmarkRawList | undefined;
2994
- status: 'success' | 'error' | undefined;
2995
- };
2996
- interface bookmarkEditRootState {
2997
- bookmarkEdit: bookmarkEditState;
2998
- }
2999
-
3000
- type ToastType = 'success' | 'warning' | 'error';
3001
- type ToastRootState = {
3002
- toasts: EntityState<ToastEntity>;
3003
- };
3004
- type intlValuesType = Record<string, string | number | boolean | null | undefined | Date | React.ReactElement | ((children: string) => React.ReactElement)>;
3005
- type ToastEntity = {
3006
- id: string;
3007
- label: string | {
3008
- id: string;
3009
- values: intlValuesType;
3010
- };
3011
- description?: string | {
3012
- id: string;
3013
- values: intlValuesType;
3014
- };
3015
- timeout: number;
3016
- type: ToastType;
3017
- };
3018
- declare const actions: {
3019
- addMessage: ({ id, ...toast }: Toast, type?: ToastType, timeout?: number) => (dispatch: Dispatch) => string;
3020
- success: (toast: Toast, timeout?: number) => (dispatch: Dispatch) => string;
3021
- warning: (toast: Toast, timeout?: number) => (dispatch: Dispatch) => string;
3022
- error: (toast: Toast, timeout?: number) => (dispatch: Dispatch) => string;
3023
- };
3024
- type Toast = {
3025
- id?: string;
3026
- label: string | {
3027
- id: string;
3028
- values: intlValuesType;
3029
- };
3030
- description?: string | {
3031
- id: string;
3032
- values: intlValuesType;
3033
- };
3034
- };
3035
- declare const Toast: {
3036
- slice: _reduxjs_toolkit.Slice<EntityState<ToastEntity>, {
3037
- addOne: {
3038
- <S extends EntityState<ToastEntity>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S, EntityState<ToastEntity>, S>, entity: ToastEntity): S;
3039
- <S_1 extends EntityState<ToastEntity>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_1, EntityState<ToastEntity>, S_1>, action: {
3040
- payload: ToastEntity;
3041
- type: string;
3042
- }): S_1;
3043
- };
3044
- removeOne: {
3045
- <S_2 extends EntityState<ToastEntity>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_2, EntityState<ToastEntity>, S_2>, key: _reduxjs_toolkit.EntityId): S_2;
3046
- <S_3 extends EntityState<ToastEntity>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_3, EntityState<ToastEntity>, S_3>, key: {
3047
- payload: _reduxjs_toolkit.EntityId;
3048
- type: string;
3049
- }): S_3;
3050
- };
3051
- }, "toasts">;
3052
- actions: {
3053
- addOne: _reduxjs_toolkit.ActionCreatorWithPayload<ToastEntity, "toasts/addOne">;
3054
- removeOne: _reduxjs_toolkit.ActionCreatorWithPayload<_reduxjs_toolkit.EntityId, "toasts/removeOne">;
3055
- addMessage: ({ id, ...toast }: Toast, type?: ToastType, timeout?: number) => (dispatch: Dispatch) => string;
3056
- success: (toast: Toast, timeout?: number) => (dispatch: Dispatch) => string;
3057
- warning: (toast: Toast, timeout?: number) => (dispatch: Dispatch) => string;
3058
- error: (toast: Toast, timeout?: number) => (dispatch: Dispatch) => string;
3059
- };
3060
- selectors: _reduxjs_toolkit.EntitySelectors<ToastEntity, ToastRootState>;
3042
+ type BookmarkRootState = {
3043
+ bookmark: bookmarkListRootState & bookmarkEditRootState;
3061
3044
  };
3062
-
3063
3045
  type bookmarkListState = Loading & {
3064
3046
  bookmarks: BookmarkRawList[];
3065
3047
  nbResults: number;
@@ -3079,10 +3061,14 @@ type bookmarkListState = Loading & {
3079
3061
  interface bookmarkListRootState {
3080
3062
  bookmarkList: bookmarkListState;
3081
3063
  }
3082
-
3083
- type BookmarkRootState = {
3084
- bookmark: bookmarkListRootState & bookmarkEditRootState;
3064
+ type bookmarkEditState = Loading & {
3065
+ bookmark: BookmarkRawList | undefined;
3066
+ status: 'success' | 'error' | undefined;
3085
3067
  };
3068
+ interface bookmarkEditRootState {
3069
+ bookmarkEdit: bookmarkEditState;
3070
+ }
3071
+
3086
3072
  declare const Bookmark: {
3087
3073
  slice: {
3088
3074
  name: "bookmark";
@@ -3097,13 +3083,13 @@ declare const Bookmark: {
3097
3083
  resetDeleteBookmarkStatus: _reduxjs_toolkit.ActionCreatorWithPayload<string, "bookmarkList/resetDeleteBookmarkStatus">;
3098
3084
  addBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
3099
3085
  id: number;
3100
- uri: string;
3101
- mainType: string;
3102
3086
  type: "bookmarkLink";
3103
- targetId: number;
3087
+ mainType: string;
3088
+ uri: string;
3104
3089
  value: string | null;
3105
3090
  srcId: number;
3106
3091
  srcType: string;
3092
+ targetId: number;
3107
3093
  targetType: string | null;
3108
3094
  dateCreation?: string | undefined;
3109
3095
  dateModified?: string | null | undefined;
@@ -3117,13 +3103,13 @@ declare const Bookmark: {
3117
3103
  }, "bookmarkList/addBookmarkRT">;
3118
3104
  deleteBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
3119
3105
  id: number;
3120
- uri: string;
3121
- mainType: string;
3122
3106
  type: "bookmarkLink";
3123
- targetId: number;
3107
+ mainType: string;
3108
+ uri: string;
3124
3109
  value: string | null;
3125
3110
  srcId: number;
3126
3111
  srcType: string;
3112
+ targetId: number;
3127
3113
  targetType: string | null;
3128
3114
  dateCreation?: string | undefined;
3129
3115
  dateModified?: string | null | undefined;
@@ -3137,13 +3123,13 @@ declare const Bookmark: {
3137
3123
  }, "bookmarkList/deleteBookmarkRT">;
3138
3124
  updateBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
3139
3125
  id: number;
3140
- uri: string;
3141
- mainType: string;
3142
3126
  type: "bookmarkLink";
3143
- targetId: number;
3127
+ mainType: string;
3128
+ uri: string;
3144
3129
  value: string | null;
3145
3130
  srcId: number;
3146
3131
  srcType: string;
3132
+ targetId: number;
3147
3133
  targetType: string | null;
3148
3134
  dateCreation?: string | undefined;
3149
3135
  dateModified?: string | null | undefined;
@@ -3157,13 +3143,13 @@ declare const Bookmark: {
3157
3143
  }, "bookmarkList/updateBookmarkRT">;
3158
3144
  setEditBookmark: _reduxjs_toolkit.ActionCreatorWithPayload<{
3159
3145
  id: number;
3160
- uri: string;
3161
- mainType: string;
3162
3146
  type: "bookmarkLink";
3163
- targetId: number;
3147
+ mainType: string;
3148
+ uri: string;
3164
3149
  value: string | null;
3165
3150
  srcId: number;
3166
3151
  srcType: string;
3152
+ targetId: number;
3167
3153
  targetType: string | null;
3168
3154
  dateCreation?: string | undefined;
3169
3155
  dateModified?: string | null | undefined;
@@ -3179,13 +3165,13 @@ declare const Bookmark: {
3179
3165
  resetStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/resetStatus">;
3180
3166
  fetchBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<{
3181
3167
  id: number;
3182
- uri: string;
3183
- mainType: string;
3184
3168
  type: "bookmarkLink";
3185
- targetId: number;
3169
+ mainType: string;
3170
+ uri: string;
3186
3171
  value: string | null;
3187
3172
  srcId: number;
3188
3173
  srcType: string;
3174
+ targetId: number;
3189
3175
  targetType: string | null;
3190
3176
  dateCreation?: string | undefined;
3191
3177
  dateModified?: string | null | undefined;
@@ -3353,6 +3339,7 @@ declare const Bookmark: {
3353
3339
  dateCreation: zod.ZodOptional<zod.ZodString>;
3354
3340
  dateModified: zod.ZodOptional<zod.ZodString>;
3355
3341
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
3342
+ flushedWidgets: string[];
3356
3343
  rtObjectStack: {
3357
3344
  object: jamespot_user_api.jObjectBase & {
3358
3345
  title: string;
@@ -3382,13 +3369,13 @@ declare const Bookmark: {
3382
3369
  }>;
3383
3370
  addBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<{
3384
3371
  id: number;
3385
- uri: string;
3386
- mainType: string;
3387
3372
  type: "bookmarkLink";
3388
- targetId: number;
3373
+ mainType: string;
3374
+ uri: string;
3389
3375
  value: string | null;
3390
3376
  srcId: number;
3391
3377
  srcType: string;
3378
+ targetId: number;
3392
3379
  targetType: string | null;
3393
3380
  dateCreation?: string | undefined;
3394
3381
  dateModified?: string | null | undefined;
@@ -3401,13 +3388,13 @@ declare const Bookmark: {
3401
3388
  url?: string | null | undefined;
3402
3389
  } | {
3403
3390
  id: number;
3404
- uri: string;
3405
- mainType: string;
3406
3391
  type: string;
3407
- targetId: number;
3392
+ mainType: string;
3393
+ uri: string;
3408
3394
  value: string | null;
3409
3395
  srcId: number;
3410
3396
  srcType: string;
3397
+ targetId: number;
3411
3398
  targetType: string | null;
3412
3399
  _cssColor: string;
3413
3400
  _cssClass: string;
@@ -3424,13 +3411,13 @@ declare const Bookmark: {
3424
3411
  } | undefined;
3425
3412
  }, jamespot_user_api.BaseMessagesOne> | jamespot_user_api.ApiWrapper<{
3426
3413
  id: number;
3427
- uri: string;
3428
- mainType: string;
3429
3414
  type: "bookmarkLink";
3430
- targetId: number;
3415
+ mainType: string;
3416
+ uri: string;
3431
3417
  value: string | null;
3432
3418
  srcId: number;
3433
3419
  srcType: string;
3420
+ targetId: number;
3434
3421
  targetType: string | null;
3435
3422
  dateCreation?: string | undefined;
3436
3423
  dateModified?: string | null | undefined;
@@ -3608,6 +3595,7 @@ declare const Bookmark: {
3608
3595
  dateCreation: zod.ZodOptional<zod.ZodString>;
3609
3596
  dateModified: zod.ZodOptional<zod.ZodString>;
3610
3597
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
3598
+ flushedWidgets: string[];
3611
3599
  rtObjectStack: {
3612
3600
  object: jamespot_user_api.jObjectBase & {
3613
3601
  title: string;
@@ -3638,13 +3626,13 @@ declare const Bookmark: {
3638
3626
  moveBookmark: _reduxjs_toolkit.AsyncThunk<void, {
3639
3627
  bookmark: Pick<{
3640
3628
  id: number;
3641
- uri: string;
3642
- mainType: string;
3643
3629
  type: "bookmarkLink";
3644
- targetId: number;
3630
+ mainType: string;
3631
+ uri: string;
3645
3632
  value: string | null;
3646
3633
  srcId: number;
3647
3634
  srcType: string;
3635
+ targetId: number;
3648
3636
  targetType: string | null;
3649
3637
  dateCreation?: string | undefined;
3650
3638
  dateModified?: string | null | undefined;
@@ -3658,13 +3646,13 @@ declare const Bookmark: {
3658
3646
  }, "id">;
3659
3647
  bookmarkReference: Pick<{
3660
3648
  id: number;
3661
- uri: string;
3662
- mainType: string;
3663
3649
  type: "bookmarkLink";
3664
- targetId: number;
3650
+ mainType: string;
3651
+ uri: string;
3665
3652
  value: string | null;
3666
3653
  srcId: number;
3667
3654
  srcType: string;
3655
+ targetId: number;
3668
3656
  targetType: string | null;
3669
3657
  dateCreation?: string | undefined;
3670
3658
  dateModified?: string | null | undefined;
@@ -3834,6 +3822,7 @@ declare const Bookmark: {
3834
3822
  dateCreation: zod.ZodOptional<zod.ZodString>;
3835
3823
  dateModified: zod.ZodOptional<zod.ZodString>;
3836
3824
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
3825
+ flushedWidgets: string[];
3837
3826
  rtObjectStack: {
3838
3827
  object: jamespot_user_api.jObjectBase & {
3839
3828
  title: string;
@@ -3863,13 +3852,13 @@ declare const Bookmark: {
3863
3852
  }>;
3864
3853
  deleteBookmark: _reduxjs_toolkit.AsyncThunk<void, Pick<{
3865
3854
  id: number;
3866
- uri: string;
3867
- mainType: string;
3868
3855
  type: "bookmarkLink";
3869
- targetId: number;
3856
+ mainType: string;
3857
+ uri: string;
3870
3858
  value: string | null;
3871
3859
  srcId: number;
3872
3860
  srcType: string;
3861
+ targetId: number;
3873
3862
  targetType: string | null;
3874
3863
  dateCreation?: string | undefined;
3875
3864
  dateModified?: string | null | undefined;
@@ -4039,6 +4028,7 @@ declare const Bookmark: {
4039
4028
  dateCreation: zod.ZodOptional<zod.ZodString>;
4040
4029
  dateModified: zod.ZodOptional<zod.ZodString>;
4041
4030
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
4031
+ flushedWidgets: string[];
4042
4032
  rtObjectStack: {
4043
4033
  object: jamespot_user_api.jObjectBase & {
4044
4034
  title: string;
@@ -4068,13 +4058,13 @@ declare const Bookmark: {
4068
4058
  }>;
4069
4059
  editBookmark: _reduxjs_toolkit.AsyncThunk<void, Partial<{
4070
4060
  id: number;
4071
- uri: string;
4072
- mainType: string;
4073
4061
  type: "bookmarkLink";
4074
- targetId: number;
4062
+ mainType: string;
4063
+ uri: string;
4075
4064
  value: string | null;
4076
4065
  srcId: number;
4077
4066
  srcType: string;
4067
+ targetId: number;
4078
4068
  targetType: string | null;
4079
4069
  dateCreation?: string | undefined;
4080
4070
  dateModified?: string | null | undefined;
@@ -4242,6 +4232,7 @@ declare const Bookmark: {
4242
4232
  dateCreation: zod.ZodOptional<zod.ZodString>;
4243
4233
  dateModified: zod.ZodOptional<zod.ZodString>;
4244
4234
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
4235
+ flushedWidgets: string[];
4245
4236
  rtObjectStack: {
4246
4237
  object: jamespot_user_api.jObjectBase & {
4247
4238
  title: string;
@@ -4275,13 +4266,13 @@ declare const Bookmark: {
4275
4266
  bookmarkListIsInitialized: (state: BookmarkRootState) => boolean;
4276
4267
  bookmarkEditBookmark: (state: BookmarkRootState) => {
4277
4268
  id: number;
4278
- uri: string;
4279
- mainType: string;
4280
4269
  type: "bookmarkLink";
4281
- targetId: number;
4270
+ mainType: string;
4271
+ uri: string;
4282
4272
  value: string | null;
4283
4273
  srcId: number;
4284
4274
  srcType: string;
4275
+ targetId: number;
4285
4276
  targetType: string | null;
4286
4277
  dateCreation?: string | undefined;
4287
4278
  dateModified?: string | null | undefined;
@@ -4295,13 +4286,13 @@ declare const Bookmark: {
4295
4286
  } | undefined;
4296
4287
  bookmarkByArticleId: (state: BookmarkRootState, idArticle: number) => {
4297
4288
  id: number;
4298
- uri: string;
4299
- mainType: string;
4300
4289
  type: "bookmarkLink";
4301
- targetId: number;
4290
+ mainType: string;
4291
+ uri: string;
4302
4292
  value: string | null;
4303
4293
  srcId: number;
4304
4294
  srcType: string;
4295
+ targetId: number;
4305
4296
  targetType: string | null;
4306
4297
  dateCreation?: string | undefined;
4307
4298
  dateModified?: string | null | undefined;
@@ -4552,7 +4543,7 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
4552
4543
  isActive: boolean;
4553
4544
  } & {
4554
4545
  create: boolean;
4555
- autorize: ("comment" | "message" | "article" | "board" | undefined)[];
4546
+ autorize: ("article" | "message" | "comment" | "board" | undefined)[];
4556
4547
  }) | undefined;
4557
4548
  AdminAdvancedHook?: ({
4558
4549
  isActive: boolean;
@@ -4617,7 +4608,7 @@ declare const Hook: {
4617
4608
  isActive: boolean;
4618
4609
  } & {
4619
4610
  create: boolean;
4620
- autorize: ("comment" | "message" | "article" | "board" | undefined)[];
4611
+ autorize: ("article" | "message" | "comment" | "board" | undefined)[];
4621
4612
  }) | undefined;
4622
4613
  AdminAdvancedHook?: ({
4623
4614
  isActive: boolean;
@@ -4678,7 +4669,7 @@ declare const Hook: {
4678
4669
  isActive: boolean;
4679
4670
  } & {
4680
4671
  create: boolean;
4681
- autorize: ("comment" | "message" | "article" | "board" | undefined)[];
4672
+ autorize: ("article" | "message" | "comment" | "board" | undefined)[];
4682
4673
  }) | undefined;
4683
4674
  AdminAdvancedHook?: ({
4684
4675
  isActive: boolean;
@@ -4739,7 +4730,7 @@ declare const Hook: {
4739
4730
  isActive: boolean;
4740
4731
  } & {
4741
4732
  create: boolean;
4742
- autorize: ("comment" | "message" | "article" | "board" | undefined)[];
4733
+ autorize: ("article" | "message" | "comment" | "board" | undefined)[];
4743
4734
  }) | undefined;
4744
4735
  AdminAdvancedHook?: ({
4745
4736
  isActive: boolean;
@@ -4798,7 +4789,7 @@ declare const Hook: {
4798
4789
  isActive: boolean;
4799
4790
  } & {
4800
4791
  create: boolean;
4801
- autorize: ("comment" | "message" | "article" | "board" | undefined)[];
4792
+ autorize: ("article" | "message" | "comment" | "board" | undefined)[];
4802
4793
  }) | undefined;
4803
4794
  AdminAdvancedHook?: ({
4804
4795
  isActive: boolean;
@@ -4829,7 +4820,6 @@ type MapCreationFront = {
4829
4820
  illustration: string;
4830
4821
  assignLicense: boolean;
4831
4822
  };
4832
-
4833
4823
  type MapCreateState = Loading & {
4834
4824
  map: MapCreationFront;
4835
4825
  status: 'success' | 'error' | undefined;
@@ -4838,12 +4828,11 @@ type MapCreateState = Loading & {
4838
4828
  type MapCreateRootState = {
4839
4829
  mapCreate: MapCreateState;
4840
4830
  };
4841
-
4842
- type JLandMapFront$1 = JLandMap & {
4831
+ type JLandMapFront = JLandMap & {
4843
4832
  urlToJland?: string;
4844
4833
  };
4845
4834
  type JLandMapListState = {
4846
- maps: Array<JLandMapFront$1>;
4835
+ maps: Array<JLandMapFront>;
4847
4836
  availableLicenses: AdminLicensesNotAssigned;
4848
4837
  loading: 'idle' | 'pending';
4849
4838
  loadingAvailableLicenses: 'idle' | 'pending';
@@ -4855,19 +4844,16 @@ type JLandMapListState = {
4855
4844
  type JLandMapListRootState = {
4856
4845
  jLandMapList: JLandMapListState;
4857
4846
  };
4858
-
4859
- type JLandMapFront = JLandMap & {
4860
- urlToJland?: string;
4861
- };
4862
4847
  type JLandRootState = {
4863
4848
  jland: JLandMapListRootState & MapCreateRootState;
4864
4849
  };
4850
+
4865
4851
  declare const jland: {
4866
4852
  slice: {
4867
4853
  name: "jland";
4868
4854
  reducer: redux.Reducer<redux.CombinedState<{
4869
4855
  jLandMapList: {
4870
- maps: JLandMapFront$1[];
4856
+ maps: JLandMapFront[];
4871
4857
  availableLicenses: Record<string, number>;
4872
4858
  loading: "idle" | "pending";
4873
4859
  loadingAvailableLicenses: "idle" | "pending";
@@ -4881,7 +4867,7 @@ declare const jland: {
4881
4867
  };
4882
4868
  actions: {
4883
4869
  assignLicense: _reduxjs_toolkit.AsyncThunk<boolean | undefined, {
4884
- map: JLandMapFront$1;
4870
+ map: JLandMapFront;
4885
4871
  retrieveAllMaps: boolean;
4886
4872
  }, {
4887
4873
  dispatch: any;
@@ -5040,6 +5026,7 @@ declare const jland: {
5040
5026
  dateCreation: zod.ZodOptional<zod.ZodString>;
5041
5027
  dateModified: zod.ZodOptional<zod.ZodString>;
5042
5028
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
5029
+ flushedWidgets: string[];
5043
5030
  rtObjectStack: {
5044
5031
  object: jamespot_user_api.jObjectBase & {
5045
5032
  title: string;
@@ -5065,7 +5052,7 @@ declare const jland: {
5065
5052
  rejectedMeta?: unknown;
5066
5053
  }>;
5067
5054
  unassignLicense: _reduxjs_toolkit.AsyncThunk<boolean | undefined, {
5068
- map: JLandMapFront$1;
5055
+ map: JLandMapFront;
5069
5056
  retrieveAllMaps: boolean;
5070
5057
  }, {
5071
5058
  dispatch: any;
@@ -5224,6 +5211,7 @@ declare const jland: {
5224
5211
  dateCreation: zod.ZodOptional<zod.ZodString>;
5225
5212
  dateModified: zod.ZodOptional<zod.ZodString>;
5226
5213
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
5214
+ flushedWidgets: string[];
5227
5215
  rtObjectStack: {
5228
5216
  object: jamespot_user_api.jObjectBase & {
5229
5217
  title: string;
@@ -5249,7 +5237,7 @@ declare const jland: {
5249
5237
  rejectedMeta?: unknown;
5250
5238
  }>;
5251
5239
  deleteJlandMap: _reduxjs_toolkit.AsyncThunk<boolean | undefined, {
5252
- map: JLandMapFront$1;
5240
+ map: JLandMapFront;
5253
5241
  retrieveAllMaps: boolean;
5254
5242
  }, {
5255
5243
  dispatch: any;
@@ -5408,6 +5396,7 @@ declare const jland: {
5408
5396
  dateCreation: zod.ZodOptional<zod.ZodString>;
5409
5397
  dateModified: zod.ZodOptional<zod.ZodString>;
5410
5398
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
5399
+ flushedWidgets: string[];
5411
5400
  rtObjectStack: {
5412
5401
  object: jamespot_user_api.jObjectBase & {
5413
5402
  title: string;
@@ -5432,7 +5421,7 @@ declare const jland: {
5432
5421
  fulfilledMeta?: unknown;
5433
5422
  rejectedMeta?: unknown;
5434
5423
  }>;
5435
- fetchJLandMaps: _reduxjs_toolkit.AsyncThunk<JLandMapFront$1[], {
5424
+ fetchJLandMaps: _reduxjs_toolkit.AsyncThunk<JLandMapFront[], {
5436
5425
  jlandUrlBase: string;
5437
5426
  retrieveAllMaps: boolean;
5438
5427
  }, {
@@ -5592,6 +5581,7 @@ declare const jland: {
5592
5581
  dateCreation: zod.ZodOptional<zod.ZodString>;
5593
5582
  dateModified: zod.ZodOptional<zod.ZodString>;
5594
5583
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
5584
+ flushedWidgets: string[];
5595
5585
  rtObjectStack: {
5596
5586
  object: jamespot_user_api.jObjectBase & {
5597
5587
  title: string;
@@ -5773,6 +5763,7 @@ declare const jland: {
5773
5763
  dateCreation: zod.ZodOptional<zod.ZodString>;
5774
5764
  dateModified: zod.ZodOptional<zod.ZodString>;
5775
5765
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
5766
+ flushedWidgets: string[];
5776
5767
  rtObjectStack: {
5777
5768
  object: jamespot_user_api.jObjectBase & {
5778
5769
  title: string;
@@ -5982,6 +5973,7 @@ declare const jland: {
5982
5973
  dateCreation: zod.ZodOptional<zod.ZodString>;
5983
5974
  dateModified: zod.ZodOptional<zod.ZodString>;
5984
5975
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
5976
+ flushedWidgets: string[];
5985
5977
  rtObjectStack: {
5986
5978
  object: jamespot_user_api.jObjectBase & {
5987
5979
  title: string;
@@ -6010,7 +6002,7 @@ declare const jland: {
6010
6002
  resetCreateMapState: _reduxjs_toolkit.ActionCreatorWithoutPayload<"mapCreate/resetCreateMapState">;
6011
6003
  };
6012
6004
  selectors: {
6013
- selectJLandMaps: (state: JLandRootState) => JLandMapFront$1[];
6005
+ selectJLandMaps: (state: JLandRootState) => JLandMapFront[];
6014
6006
  selectJLandAvailableLicenses: (state: JLandRootState) => Record<string, number>;
6015
6007
  selectMapCreate: (state: JLandRootState) => MapCreateState;
6016
6008
  };
@@ -6057,6 +6049,7 @@ type MagicPadSliceRootState = Loading & {
6057
6049
  type MagicPadRootState = {
6058
6050
  magicPad: MagicPadSliceRootState;
6059
6051
  };
6052
+
6060
6053
  declare const magicPadSlice: _reduxjs_toolkit.Slice<MagicPadSliceRootState, {
6061
6054
  setTab: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['tab']>) => void;
6062
6055
  setQuery: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['query']>) => void;
@@ -6333,6 +6326,7 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
6333
6326
  dateCreation: zod.ZodOptional<zod.ZodString>;
6334
6327
  dateModified: zod.ZodOptional<zod.ZodString>;
6335
6328
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
6329
+ flushedWidgets: string[];
6336
6330
  rtObjectStack: {
6337
6331
  object: jamespot_user_api.jObjectBase & {
6338
6332
  title: string;
@@ -6638,6 +6632,7 @@ declare const MagicPad: {
6638
6632
  dateCreation: zod.ZodOptional<zod.ZodString>;
6639
6633
  dateModified: zod.ZodOptional<zod.ZodString>;
6640
6634
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
6635
+ flushedWidgets: string[];
6641
6636
  rtObjectStack: {
6642
6637
  object: jamespot_user_api.jObjectBase & {
6643
6638
  title: string;
@@ -6986,6 +6981,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
6986
6981
  dateCreation: zod.ZodOptional<zod.ZodString>;
6987
6982
  dateModified: zod.ZodOptional<zod.ZodString>;
6988
6983
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
6984
+ flushedWidgets: string[];
6989
6985
  rtObjectStack: {
6990
6986
  object: jamespot_user_api.jObjectBase & {
6991
6987
  title: string;
@@ -7294,6 +7290,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
7294
7290
  dateCreation: zod.ZodOptional<zod.ZodString>;
7295
7291
  dateModified: zod.ZodOptional<zod.ZodString>;
7296
7292
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
7293
+ flushedWidgets: string[];
7297
7294
  rtObjectStack: {
7298
7295
  object: jamespot_user_api.jObjectBase & {
7299
7296
  title: string;
@@ -7475,6 +7472,7 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
7475
7472
  dateCreation: zod.ZodOptional<zod.ZodString>;
7476
7473
  dateModified: zod.ZodOptional<zod.ZodString>;
7477
7474
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
7475
+ flushedWidgets: string[];
7478
7476
  rtObjectStack: {
7479
7477
  object: jamespot_user_api.jObjectBase & {
7480
7478
  title: string;
@@ -7685,6 +7683,7 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
7685
7683
  dateCreation: zod.ZodOptional<zod.ZodString>;
7686
7684
  dateModified: zod.ZodOptional<zod.ZodString>;
7687
7685
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
7686
+ flushedWidgets: string[];
7688
7687
  rtObjectStack: {
7689
7688
  object: jamespot_user_api.jObjectBase & {
7690
7689
  title: string;
@@ -7897,6 +7896,7 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
7897
7896
  dateCreation: zod.ZodOptional<zod.ZodString>;
7898
7897
  dateModified: zod.ZodOptional<zod.ZodString>;
7899
7898
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
7899
+ flushedWidgets: string[];
7900
7900
  rtObjectStack: {
7901
7901
  object: jamespot_user_api.jObjectBase & {
7902
7902
  title: string;
@@ -8081,6 +8081,7 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
8081
8081
  dateCreation: zod.ZodOptional<zod.ZodString>;
8082
8082
  dateModified: zod.ZodOptional<zod.ZodString>;
8083
8083
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
8084
+ flushedWidgets: string[];
8084
8085
  rtObjectStack: {
8085
8086
  object: jamespot_user_api.jObjectBase & {
8086
8087
  title: string;
@@ -8401,6 +8402,7 @@ declare const MediaLibrary: {
8401
8402
  dateCreation: zod.ZodOptional<zod.ZodString>;
8402
8403
  dateModified: zod.ZodOptional<zod.ZodString>;
8403
8404
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
8405
+ flushedWidgets: string[];
8404
8406
  rtObjectStack: {
8405
8407
  object: jamespot_user_api.jObjectBase & {
8406
8408
  title: string;
@@ -8709,6 +8711,7 @@ declare const MediaLibrary: {
8709
8711
  dateCreation: zod.ZodOptional<zod.ZodString>;
8710
8712
  dateModified: zod.ZodOptional<zod.ZodString>;
8711
8713
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
8714
+ flushedWidgets: string[];
8712
8715
  rtObjectStack: {
8713
8716
  object: jamespot_user_api.jObjectBase & {
8714
8717
  title: string;
@@ -8890,6 +8893,7 @@ declare const MediaLibrary: {
8890
8893
  dateCreation: zod.ZodOptional<zod.ZodString>;
8891
8894
  dateModified: zod.ZodOptional<zod.ZodString>;
8892
8895
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
8896
+ flushedWidgets: string[];
8893
8897
  rtObjectStack: {
8894
8898
  object: jamespot_user_api.jObjectBase & {
8895
8899
  title: string;
@@ -9074,6 +9078,7 @@ declare const MediaLibrary: {
9074
9078
  dateCreation: zod.ZodOptional<zod.ZodString>;
9075
9079
  dateModified: zod.ZodOptional<zod.ZodString>;
9076
9080
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
9081
+ flushedWidgets: string[];
9077
9082
  rtObjectStack: {
9078
9083
  object: jamespot_user_api.jObjectBase & {
9079
9084
  title: string;
@@ -9286,6 +9291,7 @@ declare const MediaLibrary: {
9286
9291
  dateCreation: zod.ZodOptional<zod.ZodString>;
9287
9292
  dateModified: zod.ZodOptional<zod.ZodString>;
9288
9293
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
9294
+ flushedWidgets: string[];
9289
9295
  rtObjectStack: {
9290
9296
  object: jamespot_user_api.jObjectBase & {
9291
9297
  title: string;
@@ -9496,6 +9502,7 @@ declare const MediaLibrary: {
9496
9502
  dateCreation: zod.ZodOptional<zod.ZodString>;
9497
9503
  dateModified: zod.ZodOptional<zod.ZodString>;
9498
9504
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
9505
+ flushedWidgets: string[];
9499
9506
  rtObjectStack: {
9500
9507
  object: jamespot_user_api.jObjectBase & {
9501
9508
  title: string;
@@ -9673,6 +9680,44 @@ declare const Platform: {
9673
9680
  };
9674
9681
  };
9675
9682
 
9683
+ declare const actions: {
9684
+ addMessage: ({ id, ...toast }: Toast$1, type?: ToastType, timeout?: number) => (dispatch: Dispatch) => string;
9685
+ success: (toast: Toast$1, timeout?: number) => (dispatch: Dispatch) => string;
9686
+ warning: (toast: Toast$1, timeout?: number) => (dispatch: Dispatch) => string;
9687
+ error: (toast: Toast$1, timeout?: number) => (dispatch: Dispatch) => string;
9688
+ };
9689
+ declare const Toast: {
9690
+ slice: _reduxjs_toolkit.Slice<_reduxjs_toolkit.EntityState<ToastEntity>, {
9691
+ addOne: {
9692
+ <S extends _reduxjs_toolkit.EntityState<ToastEntity>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S, _reduxjs_toolkit.EntityState<ToastEntity>, S>, entity: ToastEntity): S;
9693
+ <S_1 extends _reduxjs_toolkit.EntityState<ToastEntity>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_1, _reduxjs_toolkit.EntityState<ToastEntity>, S_1>, action: {
9694
+ payload: ToastEntity;
9695
+ type: string;
9696
+ }): S_1;
9697
+ };
9698
+ removeOne: {
9699
+ <S_2 extends _reduxjs_toolkit.EntityState<ToastEntity>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_2, _reduxjs_toolkit.EntityState<ToastEntity>, S_2>, key: _reduxjs_toolkit.EntityId): S_2;
9700
+ <S_3 extends _reduxjs_toolkit.EntityState<ToastEntity>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_3, _reduxjs_toolkit.EntityState<ToastEntity>, S_3>, key: {
9701
+ payload: _reduxjs_toolkit.EntityId;
9702
+ type: string;
9703
+ }): S_3;
9704
+ };
9705
+ }, "toasts">;
9706
+ actions: {
9707
+ addOne: _reduxjs_toolkit.ActionCreatorWithPayload<ToastEntity, "toasts/addOne">;
9708
+ removeOne: _reduxjs_toolkit.ActionCreatorWithPayload<_reduxjs_toolkit.EntityId, "toasts/removeOne">;
9709
+ addMessage: ({ id, ...toast }: Toast$1, type?: ToastType, timeout?: number) => (dispatch: Dispatch) => string;
9710
+ success: (toast: Toast$1, timeout?: number) => (dispatch: Dispatch) => string;
9711
+ warning: (toast: Toast$1, timeout?: number) => (dispatch: Dispatch) => string;
9712
+ error: (toast: Toast$1, timeout?: number) => (dispatch: Dispatch) => string;
9713
+ };
9714
+ selectors: _reduxjs_toolkit.EntitySelectors<ToastEntity, ToastRootState>;
9715
+ };
9716
+
9717
+ type WedocAppTabKeys = 'my-documents' | 'all-documents';
9718
+ type WedocAppRootState = {
9719
+ wedoc: WedocAppState;
9720
+ };
9676
9721
  type WedocAppState = {
9677
9722
  entities: WedocFileType[];
9678
9723
  nbEntities: number;
@@ -9683,11 +9728,14 @@ type WedocAppState = {
9683
9728
  query: string;
9684
9729
  page: number;
9685
9730
  };
9686
-
9687
- type WedocAppRootState = {
9688
- wedoc: WedocAppState;
9731
+ type WedocFilesQuery = {
9732
+ query: string;
9733
+ filters: Filters;
9734
+ orders: Orders;
9735
+ page: number;
9736
+ limit: number;
9689
9737
  };
9690
- type WedocAppTabKeys = 'my-documents' | 'all-documents';
9738
+
9691
9739
  declare const WedocApp: {
9692
9740
  slice: _reduxjs_toolkit.Slice<WedocAppState, {
9693
9741
  update: (state: Draft<S>, action: {
@@ -10028,6 +10076,7 @@ declare const WedocApp: {
10028
10076
  dateCreation: zod.ZodOptional<zod.ZodString>;
10029
10077
  dateModified: zod.ZodOptional<zod.ZodString>;
10030
10078
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
10079
+ flushedWidgets: string[];
10031
10080
  rtObjectStack: {
10032
10081
  object: jamespot_user_api.jObjectBase & {
10033
10082
  title: string;
@@ -10246,6 +10295,7 @@ declare const WedocApp: {
10246
10295
  dateCreation: zod.ZodOptional<zod.ZodString>;
10247
10296
  dateModified: zod.ZodOptional<zod.ZodString>;
10248
10297
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
10298
+ flushedWidgets: string[];
10249
10299
  rtObjectStack: {
10250
10300
  object: jamespot_user_api.jObjectBase & {
10251
10301
  title: string;
@@ -10273,15 +10323,6 @@ declare const WedocApp: {
10273
10323
  };
10274
10324
  };
10275
10325
 
10276
- type ShareAppState = {
10277
- entities: jUserLittle[];
10278
- nbEntities: number;
10279
- loading: 'idle' | 'pending';
10280
- };
10281
-
10282
- type ShareRootState = {
10283
- share: ShareAppState;
10284
- };
10285
10326
  declare const Share: {
10286
10327
  slice: _reduxjs_toolkit.Slice<ShareAppState, {
10287
10328
  remove: (state: Draft<S>, action: {
@@ -10456,6 +10497,7 @@ declare const Share: {
10456
10497
  dateCreation: zod.ZodOptional<zod.ZodString>;
10457
10498
  dateModified: zod.ZodOptional<zod.ZodString>;
10458
10499
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
10500
+ flushedWidgets: string[];
10459
10501
  rtObjectStack: {
10460
10502
  object: jamespot_user_api.jObjectBase & {
10461
10503
  title: string;
@@ -10483,6 +10525,9 @@ declare const Share: {
10483
10525
  };
10484
10526
  };
10485
10527
 
10528
+ type TVDisplayRootState = {
10529
+ tvDisplay: ChannelsListRootState;
10530
+ };
10486
10531
  type ChannelsListState = Loading & {
10487
10532
  channels: PagingResults<TVChannelList> | undefined;
10488
10533
  loadingChannelDeletion: 'idle' | 'pending';
@@ -10493,9 +10538,6 @@ type ChannelsListRootState = {
10493
10538
 
10494
10539
  declare function isChannelConfigured(channel: TVChannelList): boolean;
10495
10540
 
10496
- type TVDisplayRootState = {
10497
- tvDisplay: ChannelsListRootState;
10498
- };
10499
10541
  declare const TVDisplay: {
10500
10542
  slice: {
10501
10543
  name: "tvDisplay";
@@ -11201,6 +11243,7 @@ declare const TVDisplay: {
11201
11243
  dateCreation: zod.ZodOptional<zod.ZodString>;
11202
11244
  dateModified: zod.ZodOptional<zod.ZodString>;
11203
11245
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
11246
+ flushedWidgets: string[];
11204
11247
  rtObjectStack: {
11205
11248
  object: jamespot_user_api.jObjectBase & {
11206
11249
  title: string;
@@ -11652,6 +11695,7 @@ declare const TVDisplay: {
11652
11695
  dateCreation: zod.ZodOptional<zod.ZodString>;
11653
11696
  dateModified: zod.ZodOptional<zod.ZodString>;
11654
11697
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
11698
+ flushedWidgets: string[];
11655
11699
  rtObjectStack: {
11656
11700
  object: jamespot_user_api.jObjectBase & {
11657
11701
  title: string;
@@ -11687,40 +11731,10 @@ declare const TVDisplay: {
11687
11731
 
11688
11732
  type TinyMCEOptionsState = {
11689
11733
  common?: TinyMCECommonOptions;
11734
+ extended?: TinyMCEExtendedOptions;
11690
11735
  };
11691
11736
  declare const TinyMCEOptionsSlice: _reduxjs_toolkit.Slice<TinyMCEOptionsState, {
11692
- initOptions: (_: Draft<S>, { payload }: PayloadAction<TinyMCECommonOptions>) => {
11693
- common: {
11694
- height: number;
11695
- language: string;
11696
- cache_suffix: string;
11697
- toolbar: string;
11698
- content_css: string;
11699
- quickbars_selection_toolbar: string;
11700
- plugins: string[];
11701
- text_patterns: {
11702
- start: string;
11703
- end?: string | undefined;
11704
- format?: string | undefined;
11705
- cmd?: string | undefined;
11706
- }[];
11707
- menubar: boolean;
11708
- branding: boolean;
11709
- skin: string;
11710
- convert_urls: boolean;
11711
- invalid_elements: string;
11712
- extended_valid_elements: string;
11713
- custom_elements: string;
11714
- inline_boundaries_selector: string;
11715
- toolbar_mode: "floating" | "sliding" | "scrolling" | "wrap";
11716
- promotion: boolean;
11717
- font_size_formats: string;
11718
- contextmenu: string | false;
11719
- paste_data_images: boolean;
11720
- browser_spellcheck: boolean;
11721
- quickbars_insert_toolbar: boolean;
11722
- };
11723
- };
11737
+ initOptions: (_: Draft<S>, { payload }: PayloadAction<TinyMCEOptionsState>) => TinyMCEOptionsState;
11724
11738
  }, "options">;
11725
11739
 
11726
11740
  declare const TinyMCESlice: {
@@ -11742,36 +11756,7 @@ declare const TinyMCE: {
11742
11756
  }>, redux.AnyAction>;
11743
11757
  };
11744
11758
  actions: {
11745
- initOptions: _reduxjs_toolkit.ActionCreatorWithPayload<{
11746
- height: number;
11747
- language: string;
11748
- cache_suffix: string;
11749
- toolbar: string;
11750
- content_css: string;
11751
- quickbars_selection_toolbar: string;
11752
- plugins: string[];
11753
- text_patterns: {
11754
- start: string;
11755
- end?: string | undefined;
11756
- format?: string | undefined;
11757
- cmd?: string | undefined;
11758
- }[];
11759
- menubar: boolean;
11760
- branding: boolean;
11761
- skin: string;
11762
- convert_urls: boolean;
11763
- invalid_elements: string;
11764
- extended_valid_elements: string;
11765
- custom_elements: string;
11766
- inline_boundaries_selector: string;
11767
- toolbar_mode: "floating" | "sliding" | "scrolling" | "wrap";
11768
- promotion: boolean;
11769
- font_size_formats: string;
11770
- contextmenu: string | false;
11771
- paste_data_images: boolean;
11772
- browser_spellcheck: boolean;
11773
- quickbars_insert_toolbar: boolean;
11774
- }, "options/initOptions">;
11759
+ initOptions: _reduxjs_toolkit.ActionCreatorWithPayload<TinyMCEOptionsState, "options/initOptions">;
11775
11760
  };
11776
11761
  selectors: {
11777
11762
  selectTinyMCECommonOptions: (state: TinyMCERootState) => {
@@ -11804,12 +11789,16 @@ declare const TinyMCE: {
11804
11789
  browser_spellcheck: boolean;
11805
11790
  quickbars_insert_toolbar: boolean;
11806
11791
  } | undefined;
11792
+ selectTinyMCEExtendedOptions: (state: TinyMCERootState) => {
11793
+ commentsToolbar: string;
11794
+ } | undefined;
11807
11795
  };
11808
11796
  };
11809
11797
 
11810
11798
  type UserCurrentRootState = {
11811
11799
  userCurrent: jUserList;
11812
11800
  };
11801
+
11813
11802
  declare const slice: _reduxjs_toolkit.Slice<jUserList, {
11814
11803
  init: (_: Draft<S>, { payload }: PayloadAction<jUserList>) => jUserList;
11815
11804
  }, "userCurrent">;
@@ -11831,6 +11820,11 @@ declare const UserCurrent: {
11831
11820
 
11832
11821
  declare function uniqid(): string;
11833
11822
 
11823
+ type WidgetModalProps = {
11824
+ title?: string;
11825
+ view?: React.ReactNode;
11826
+ };
11827
+
11834
11828
  declare const WIDGET_ARTICLE_TITLE = "widget-article-title";
11835
11829
  declare const WIDGET_ARTICLE_TEXT = "widget-article-text";
11836
11830
  declare const WIDGET_ARTICLE_IMAGE = "widget-article-image";
@@ -11868,16 +11862,132 @@ declare function widgetDefinition(name: WidgetKeys | undefined): WidgetDefinitio
11868
11862
 
11869
11863
  declare function widgetFactory<T extends WidgetKeys>(name: T): WidgetWrapperProps;
11870
11864
 
11871
- declare const MODE_EDIT = "edit";
11872
- declare const MODE_VIEW = "view";
11873
- type WidgetModalProps = {
11874
- title?: string;
11875
- view?: React.ReactNode;
11876
- };
11877
11865
  declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, override?: boolean) => {
11878
11866
  payload: {
11879
11867
  uniqid: string;
11880
- content: Partial<CombinedWidgetContent>;
11868
+ content: Partial<{
11869
+ widgets?: jamespot_user_api.WidgetWrapperGeneric<({
11870
+ layers?: string[] | undefined;
11871
+ } & jamespot_user_api.WidgetArticleAttachmentType) | ({
11872
+ layers?: string[] | undefined;
11873
+ } & jamespot_user_api.WidgetArticleButtonType) | ({
11874
+ layers?: string[] | undefined;
11875
+ } & jamespot_user_api.WidgetArticleGalleryType) | ({
11876
+ layers?: string[] | undefined;
11877
+ } & jamespot_user_api.WidgetArticleImageType) | ({
11878
+ layers?: string[] | undefined;
11879
+ } & jamespot_user_api.WidgetArticleTitleType) | ({
11880
+ layers?: string[] | undefined;
11881
+ } & jamespot_user_api.WidgetArticleTextType) | ({
11882
+ layers?: string[] | undefined;
11883
+ } & jamespot_user_api.WidgetArticleSliderType) | ({
11884
+ layers?: string[] | undefined;
11885
+ } & jamespot_user_api.WidgetType<{
11886
+ widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
11887
+ arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
11888
+ css?: Record<string, string> | undefined;
11889
+ edit?: boolean | undefined;
11890
+ }>) | ({
11891
+ layers?: string[] | undefined;
11892
+ } & jamespot_user_api.WidgetDatasourceTableType) | ({
11893
+ layers?: string[] | undefined;
11894
+ } & {
11895
+ name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
11896
+ uniqid: string;
11897
+ content: {
11898
+ uri?: string | undefined;
11899
+ limit?: number | boolean | undefined;
11900
+ tableColumnsData?: {
11901
+ name?: string | undefined;
11902
+ label?: string | undefined;
11903
+ isVisible?: boolean | undefined;
11904
+ textEllipsis?: boolean | undefined;
11905
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
11906
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
11907
+ }[] | undefined;
11908
+ tableHeadColor?: string | undefined;
11909
+ tableHeadTextColor?: string | undefined;
11910
+ tableHeadIconColor?: string | undefined;
11911
+ tableRowColor?: string | undefined;
11912
+ tableRowTextColor?: string | undefined;
11913
+ tableBorderRadius?: number | undefined;
11914
+ tableSizedColumns?: boolean | undefined;
11915
+ tableSizedColumnsWidth?: number | undefined;
11916
+ };
11917
+ }) | ({
11918
+ layers?: string[] | undefined;
11919
+ } & jamespot_user_api.WidgetPresenceType)>[] | undefined;
11920
+ } & (jamespot_user_api.WidgetArticleAttachmentContent | {
11921
+ url?: string | undefined;
11922
+ target?: string | undefined;
11923
+ text?: string | undefined;
11924
+ color?: string | undefined;
11925
+ backgroundColor?: string | undefined;
11926
+ borderRadius?: string | undefined;
11927
+ fontSize?: string | undefined;
11928
+ buttonSize?: "lg" | "sm" | "md" | undefined;
11929
+ variant?: "contained" | "outlined" | undefined;
11930
+ openingType?: "popup" | "anchor" | "link" | undefined;
11931
+ openingTypeLink?: {
11932
+ url: string;
11933
+ target: string;
11934
+ } | undefined;
11935
+ openingTypeAnchor?: {
11936
+ uniqid: string;
11937
+ } | undefined;
11938
+ openingTypePopup?: {
11939
+ title: string;
11940
+ widgets: jamespot_user_api.WidgetBaseType[];
11941
+ } | undefined;
11942
+ } | jamespot_user_api.WidgetArticleGalleryContent | jamespot_user_api.WidgetArticleImageContent | jamespot_user_api.WidgetArticleTextContent | jamespot_user_api.WidgetArticleTitleContent | jamespot_user_api.WidgetArticleSliderContent | {
11943
+ widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
11944
+ arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
11945
+ css?: Record<string, string> | undefined;
11946
+ edit?: boolean | undefined;
11947
+ } | {
11948
+ uri?: string | undefined;
11949
+ limit?: number | boolean | undefined;
11950
+ tableColumnsData?: {
11951
+ name?: string | undefined;
11952
+ label?: string | undefined;
11953
+ isVisible?: boolean | undefined;
11954
+ textEllipsis?: boolean | undefined;
11955
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
11956
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
11957
+ }[] | undefined;
11958
+ tableHeadColor?: string | undefined;
11959
+ tableHeadTextColor?: string | undefined;
11960
+ tableHeadIconColor?: string | undefined;
11961
+ tableRowColor?: string | undefined;
11962
+ tableRowTextColor?: string | undefined;
11963
+ tableBorderRadius?: number | undefined;
11964
+ tableSizedColumns?: boolean | undefined;
11965
+ tableSizedColumnsWidth?: number | undefined;
11966
+ } | {
11967
+ uri?: string | undefined;
11968
+ limit?: number | boolean | undefined;
11969
+ tableColumnsData?: {
11970
+ name?: string | undefined;
11971
+ label?: string | undefined;
11972
+ isVisible?: boolean | undefined;
11973
+ textEllipsis?: boolean | undefined;
11974
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
11975
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
11976
+ }[] | undefined;
11977
+ tableHeadColor?: string | undefined;
11978
+ tableHeadTextColor?: string | undefined;
11979
+ tableHeadIconColor?: string | undefined;
11980
+ tableRowColor?: string | undefined;
11981
+ tableRowTextColor?: string | undefined;
11982
+ tableBorderRadius?: number | undefined;
11983
+ tableSizedColumns?: boolean | undefined;
11984
+ tableSizedColumnsWidth?: number | undefined;
11985
+ } | {
11986
+ limit?: number | boolean | undefined;
11987
+ limitValue?: number | undefined;
11988
+ closing?: boolean | undefined;
11989
+ isClosed?: boolean | undefined;
11990
+ })>;
11881
11991
  override?: boolean;
11882
11992
  };
11883
11993
  type: "widgets/updateWidget";
@@ -11919,7 +12029,7 @@ declare const Widget: {
11919
12029
  } & jamespot_user_api.WidgetDatasourceTableType) | ({
11920
12030
  layers?: string[] | undefined;
11921
12031
  } & {
11922
- name: WidgetsName.ExcelDatasourceTable;
12032
+ name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
11923
12033
  uniqid: string;
11924
12034
  content: {
11925
12035
  uri?: string | undefined;
@@ -11977,7 +12087,7 @@ declare const Widget: {
11977
12087
  } & jamespot_user_api.WidgetDatasourceTableType) | ({
11978
12088
  layers?: string[] | undefined;
11979
12089
  } & {
11980
- name: WidgetsName.ExcelDatasourceTable;
12090
+ name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
11981
12091
  uniqid: string;
11982
12092
  content: {
11983
12093
  uri?: string | undefined;
@@ -12026,7 +12136,7 @@ declare const Widget: {
12026
12136
  title?: string | undefined;
12027
12137
  _url?: string | undefined;
12028
12138
  }>;
12029
- widgetObjectRights: Record<string, Rights>;
12139
+ widgetObjectRights: Record<string, jamespot_user_api.Rights>;
12030
12140
  widgetAuthor: Record<string, zod.objectOutputType<{
12031
12141
  id: zod.ZodOptional<zod.ZodType<number, zod.ZodTypeDef, number>>;
12032
12142
  mainType: zod.ZodOptional<zod.ZodType<string, zod.ZodTypeDef, string>>;
@@ -12043,6 +12153,7 @@ declare const Widget: {
12043
12153
  dateCreation: zod.ZodOptional<zod.ZodString>;
12044
12154
  dateModified: zod.ZodOptional<zod.ZodString>;
12045
12155
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
12156
+ flushedWidgets: string[];
12046
12157
  rtObjectStack: {
12047
12158
  object: jamespot_user_api.jObjectBase & {
12048
12159
  title: string;
@@ -12057,79 +12168,374 @@ declare const Widget: {
12057
12168
  } | undefined;
12058
12169
  currentEditableWidgetId?: string | undefined;
12059
12170
  }, {
12060
- registerWidget: (state: Draft<S>, action: PayloadAction<{
12061
- uniqid: string;
12062
- widget: WidgetWrapperProps;
12063
- }>) => void;
12064
- registerWidgetObject: (state: Draft<S>, action: PayloadAction<{
12065
- uniqid: string;
12066
- object: Partial<jObjectLittle>;
12067
- }>) => void;
12068
- registerWidgetObjectRights: (state: Draft<S>, action: PayloadAction<{
12069
- uniqid: string;
12070
- rights: Rights;
12071
- }>) => void;
12072
- registerWidgetAuthor: (state: Draft<S>, action: PayloadAction<{
12073
- uniqid: string;
12074
- author: jUserLittle;
12075
- }>) => void;
12076
- updateWidget: (state: Draft<S>, action: PayloadAction<{
12077
- uniqid: string;
12078
- content: Partial<CombinedWidgetContent>;
12079
- override?: boolean;
12080
- }>) => void;
12081
- registerWidgetRTObject: (state: Draft<S>, action: PayloadAction<{
12082
- uniqid: string;
12083
- object: jObjectLittle;
12084
- }>) => void;
12085
- flushWidget: (state: Draft<S>, action: PayloadAction<{
12086
- uniqid: string;
12087
- }>) => void;
12088
- flushAllWidget: (state: Draft<S>) => void;
12089
- updateWidgetWrapper: (state: Draft<S>, action: PayloadAction<{
12090
- uniqid: string;
12091
- title?: string;
12092
- position?: WidgetVector;
12093
- }>) => void;
12094
- registerLayer: (state: Draft<S>, action: PayloadAction<{
12095
- uniqid: string;
12096
- widget: WidgetWrapperProps;
12097
- }>) => void;
12098
- updateLayer: (state: Draft<S>, action: PayloadAction<{
12099
- uniqid: string;
12100
- props: {
12101
- locked?: boolean;
12102
- visible?: boolean;
12103
- position?: {
12104
- x: number;
12105
- y: number;
12106
- };
12171
+ registerWidget: (state: Draft<S>, action: {
12172
+ payload: {
12173
+ uniqid: string;
12174
+ widget: jamespot_user_api.WidgetWrapperGeneric<({
12175
+ layers?: string[] | undefined;
12176
+ } & jamespot_user_api.WidgetArticleAttachmentType) | ({
12177
+ layers?: string[] | undefined;
12178
+ } & jamespot_user_api.WidgetArticleButtonType) | ({
12179
+ layers?: string[] | undefined;
12180
+ } & jamespot_user_api.WidgetArticleGalleryType) | ({
12181
+ layers?: string[] | undefined;
12182
+ } & jamespot_user_api.WidgetArticleImageType) | ({
12183
+ layers?: string[] | undefined;
12184
+ } & jamespot_user_api.WidgetArticleTitleType) | ({
12185
+ layers?: string[] | undefined;
12186
+ } & jamespot_user_api.WidgetArticleTextType) | ({
12187
+ layers?: string[] | undefined;
12188
+ } & jamespot_user_api.WidgetArticleSliderType) | ({
12189
+ layers?: string[] | undefined;
12190
+ } & jamespot_user_api.WidgetType<{
12191
+ widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
12192
+ arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
12193
+ css?: Record<string, string> | undefined;
12194
+ edit?: boolean | undefined;
12195
+ }>) | ({
12196
+ layers?: string[] | undefined;
12197
+ } & jamespot_user_api.WidgetDatasourceTableType) | ({
12198
+ layers?: string[] | undefined;
12199
+ } & {
12200
+ name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
12201
+ uniqid: string;
12202
+ content: {
12203
+ uri?: string | undefined;
12204
+ limit?: number | boolean | undefined;
12205
+ tableColumnsData?: {
12206
+ name?: string | undefined;
12207
+ label?: string | undefined;
12208
+ isVisible?: boolean | undefined;
12209
+ textEllipsis?: boolean | undefined;
12210
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
12211
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
12212
+ }[] | undefined;
12213
+ tableHeadColor?: string | undefined;
12214
+ tableHeadTextColor?: string | undefined;
12215
+ tableHeadIconColor?: string | undefined;
12216
+ tableRowColor?: string | undefined;
12217
+ tableRowTextColor?: string | undefined;
12218
+ tableBorderRadius?: number | undefined;
12219
+ tableSizedColumns?: boolean | undefined;
12220
+ tableSizedColumnsWidth?: number | undefined;
12221
+ };
12222
+ }) | ({
12223
+ layers?: string[] | undefined;
12224
+ } & jamespot_user_api.WidgetPresenceType)>;
12107
12225
  };
12108
- }>) => void;
12109
- flushLayer: (state: Draft<S>, action: PayloadAction<{
12110
- uniqid: string;
12111
- layerId: string;
12112
- }>) => void;
12226
+ type: string;
12227
+ }) => void;
12228
+ registerWidgetObject: (state: Draft<S>, action: {
12229
+ payload: {
12230
+ uniqid: string;
12231
+ object: Partial<jamespot_user_api.jObjectLittle>;
12232
+ };
12233
+ type: string;
12234
+ }) => void;
12235
+ registerWidgetObjectRights: (state: Draft<S>, action: {
12236
+ payload: {
12237
+ uniqid: string;
12238
+ rights: jamespot_user_api.Rights;
12239
+ };
12240
+ type: string;
12241
+ }) => void;
12242
+ registerWidgetAuthor: (state: Draft<S>, action: {
12243
+ payload: {
12244
+ uniqid: string;
12245
+ author: jamespot_user_api.jUserLittle;
12246
+ };
12247
+ type: string;
12248
+ }) => void;
12249
+ updateWidget: (state: Draft<S>, action: {
12250
+ payload: {
12251
+ uniqid: string;
12252
+ content: Partial<{
12253
+ widgets?: jamespot_user_api.WidgetWrapperGeneric<({
12254
+ layers?: string[] | undefined;
12255
+ } & jamespot_user_api.WidgetArticleAttachmentType) | ({
12256
+ layers?: string[] | undefined;
12257
+ } & jamespot_user_api.WidgetArticleButtonType) | ({
12258
+ layers?: string[] | undefined;
12259
+ } & jamespot_user_api.WidgetArticleGalleryType) | ({
12260
+ layers?: string[] | undefined;
12261
+ } & jamespot_user_api.WidgetArticleImageType) | ({
12262
+ layers?: string[] | undefined;
12263
+ } & jamespot_user_api.WidgetArticleTitleType) | ({
12264
+ layers?: string[] | undefined;
12265
+ } & jamespot_user_api.WidgetArticleTextType) | ({
12266
+ layers?: string[] | undefined;
12267
+ } & jamespot_user_api.WidgetArticleSliderType) | ({
12268
+ layers?: string[] | undefined;
12269
+ } & jamespot_user_api.WidgetType<{
12270
+ widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
12271
+ arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
12272
+ css?: Record<string, string> | undefined;
12273
+ edit?: boolean | undefined;
12274
+ }>) | ({
12275
+ layers?: string[] | undefined;
12276
+ } & jamespot_user_api.WidgetDatasourceTableType) | ({
12277
+ layers?: string[] | undefined;
12278
+ } & {
12279
+ name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
12280
+ uniqid: string;
12281
+ content: {
12282
+ uri?: string | undefined;
12283
+ limit?: number | boolean | undefined;
12284
+ tableColumnsData?: {
12285
+ name?: string | undefined;
12286
+ label?: string | undefined;
12287
+ isVisible?: boolean | undefined;
12288
+ textEllipsis?: boolean | undefined;
12289
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
12290
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
12291
+ }[] | undefined;
12292
+ tableHeadColor?: string | undefined;
12293
+ tableHeadTextColor?: string | undefined;
12294
+ tableHeadIconColor?: string | undefined;
12295
+ tableRowColor?: string | undefined;
12296
+ tableRowTextColor?: string | undefined;
12297
+ tableBorderRadius?: number | undefined;
12298
+ tableSizedColumns?: boolean | undefined;
12299
+ tableSizedColumnsWidth?: number | undefined;
12300
+ };
12301
+ }) | ({
12302
+ layers?: string[] | undefined;
12303
+ } & jamespot_user_api.WidgetPresenceType)>[] | undefined;
12304
+ } & (jamespot_user_api.WidgetArticleAttachmentContent | {
12305
+ url?: string | undefined;
12306
+ target?: string | undefined;
12307
+ text?: string | undefined;
12308
+ color?: string | undefined;
12309
+ backgroundColor?: string | undefined;
12310
+ borderRadius?: string | undefined;
12311
+ fontSize?: string | undefined;
12312
+ buttonSize?: "lg" | "sm" | "md" | undefined;
12313
+ variant?: "contained" | "outlined" | undefined;
12314
+ openingType?: "popup" | "anchor" | "link" | undefined;
12315
+ openingTypeLink?: {
12316
+ url: string;
12317
+ target: string;
12318
+ } | undefined;
12319
+ openingTypeAnchor?: {
12320
+ uniqid: string;
12321
+ } | undefined;
12322
+ openingTypePopup?: {
12323
+ title: string;
12324
+ widgets: jamespot_user_api.WidgetBaseType[];
12325
+ } | undefined;
12326
+ } | jamespot_user_api.WidgetArticleGalleryContent | jamespot_user_api.WidgetArticleImageContent | jamespot_user_api.WidgetArticleTextContent | jamespot_user_api.WidgetArticleTitleContent | jamespot_user_api.WidgetArticleSliderContent | {
12327
+ widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
12328
+ arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
12329
+ css?: Record<string, string> | undefined;
12330
+ edit?: boolean | undefined;
12331
+ } | {
12332
+ uri?: string | undefined;
12333
+ limit?: number | boolean | undefined;
12334
+ tableColumnsData?: {
12335
+ name?: string | undefined;
12336
+ label?: string | undefined;
12337
+ isVisible?: boolean | undefined;
12338
+ textEllipsis?: boolean | undefined;
12339
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
12340
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
12341
+ }[] | undefined;
12342
+ tableHeadColor?: string | undefined;
12343
+ tableHeadTextColor?: string | undefined;
12344
+ tableHeadIconColor?: string | undefined;
12345
+ tableRowColor?: string | undefined;
12346
+ tableRowTextColor?: string | undefined;
12347
+ tableBorderRadius?: number | undefined;
12348
+ tableSizedColumns?: boolean | undefined;
12349
+ tableSizedColumnsWidth?: number | undefined;
12350
+ } | {
12351
+ uri?: string | undefined;
12352
+ limit?: number | boolean | undefined;
12353
+ tableColumnsData?: {
12354
+ name?: string | undefined;
12355
+ label?: string | undefined;
12356
+ isVisible?: boolean | undefined;
12357
+ textEllipsis?: boolean | undefined;
12358
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
12359
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
12360
+ }[] | undefined;
12361
+ tableHeadColor?: string | undefined;
12362
+ tableHeadTextColor?: string | undefined;
12363
+ tableHeadIconColor?: string | undefined;
12364
+ tableRowColor?: string | undefined;
12365
+ tableRowTextColor?: string | undefined;
12366
+ tableBorderRadius?: number | undefined;
12367
+ tableSizedColumns?: boolean | undefined;
12368
+ tableSizedColumnsWidth?: number | undefined;
12369
+ } | {
12370
+ limit?: number | boolean | undefined;
12371
+ limitValue?: number | undefined;
12372
+ closing?: boolean | undefined;
12373
+ isClosed?: boolean | undefined;
12374
+ })>;
12375
+ override?: boolean;
12376
+ };
12377
+ type: string;
12378
+ }) => void;
12379
+ registerWidgetRTObject: (state: Draft<S>, action: {
12380
+ payload: {
12381
+ uniqid: string;
12382
+ object: jamespot_user_api.jObjectLittle;
12383
+ };
12384
+ type: string;
12385
+ }) => void;
12386
+ flushWidget: (state: Draft<S>, action: {
12387
+ payload: {
12388
+ uniqid: string;
12389
+ };
12390
+ type: string;
12391
+ }) => void;
12392
+ flushAllWidget: (state: Draft<S>) => void;
12393
+ updateWidgetWrapper: (state: Draft<S>, action: {
12394
+ payload: {
12395
+ uniqid: string;
12396
+ title?: string;
12397
+ position?: {
12398
+ x: number;
12399
+ y: number;
12400
+ };
12401
+ };
12402
+ type: string;
12403
+ }) => void;
12404
+ registerLayer: (state: Draft<S>, action: {
12405
+ payload: {
12406
+ uniqid: string;
12407
+ widget: jamespot_user_api.WidgetWrapperGeneric<({
12408
+ layers?: string[] | undefined;
12409
+ } & jamespot_user_api.WidgetArticleAttachmentType) | ({
12410
+ layers?: string[] | undefined;
12411
+ } & jamespot_user_api.WidgetArticleButtonType) | ({
12412
+ layers?: string[] | undefined;
12413
+ } & jamespot_user_api.WidgetArticleGalleryType) | ({
12414
+ layers?: string[] | undefined;
12415
+ } & jamespot_user_api.WidgetArticleImageType) | ({
12416
+ layers?: string[] | undefined;
12417
+ } & jamespot_user_api.WidgetArticleTitleType) | ({
12418
+ layers?: string[] | undefined;
12419
+ } & jamespot_user_api.WidgetArticleTextType) | ({
12420
+ layers?: string[] | undefined;
12421
+ } & jamespot_user_api.WidgetArticleSliderType) | ({
12422
+ layers?: string[] | undefined;
12423
+ } & jamespot_user_api.WidgetType<{
12424
+ widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
12425
+ arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
12426
+ css?: Record<string, string> | undefined;
12427
+ edit?: boolean | undefined;
12428
+ }>) | ({
12429
+ layers?: string[] | undefined;
12430
+ } & jamespot_user_api.WidgetDatasourceTableType) | ({
12431
+ layers?: string[] | undefined;
12432
+ } & {
12433
+ name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
12434
+ uniqid: string;
12435
+ content: {
12436
+ uri?: string | undefined;
12437
+ limit?: number | boolean | undefined;
12438
+ tableColumnsData?: {
12439
+ name?: string | undefined;
12440
+ label?: string | undefined;
12441
+ isVisible?: boolean | undefined;
12442
+ textEllipsis?: boolean | undefined;
12443
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
12444
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
12445
+ }[] | undefined;
12446
+ tableHeadColor?: string | undefined;
12447
+ tableHeadTextColor?: string | undefined;
12448
+ tableHeadIconColor?: string | undefined;
12449
+ tableRowColor?: string | undefined;
12450
+ tableRowTextColor?: string | undefined;
12451
+ tableBorderRadius?: number | undefined;
12452
+ tableSizedColumns?: boolean | undefined;
12453
+ tableSizedColumnsWidth?: number | undefined;
12454
+ };
12455
+ }) | ({
12456
+ layers?: string[] | undefined;
12457
+ } & jamespot_user_api.WidgetPresenceType)>;
12458
+ };
12459
+ type: string;
12460
+ }) => void;
12461
+ updateLayer: (state: Draft<S>, action: {
12462
+ payload: {
12463
+ uniqid: string;
12464
+ props: {
12465
+ locked?: boolean;
12466
+ visible?: boolean;
12467
+ position?: {
12468
+ x: number;
12469
+ y: number;
12470
+ };
12471
+ };
12472
+ };
12473
+ type: string;
12474
+ }) => void;
12475
+ flushLayer: (state: Draft<S>, action: {
12476
+ payload: {
12477
+ uniqid: string;
12478
+ layerId: string;
12479
+ };
12480
+ type: string;
12481
+ }) => void;
12113
12482
  prevEditableIndex: (state: Draft<S>) => void;
12114
12483
  nextEditableIndex: (state: Draft<S>) => void;
12115
- setEditableIndex: (state: Draft<S>, action: PayloadAction<{
12116
- index: number;
12117
- }>) => void;
12118
- setEditableWidgetId: (state: Draft<S>, action: PayloadAction<{
12119
- uniqid: string | undefined;
12120
- }>) => void;
12121
- registerEditableWidget: (state: Draft<S>, action: PayloadAction<{
12122
- index: number;
12123
- uniqid: string;
12124
- }>) => void;
12125
- setToken: (state: Draft<S>, action: PayloadAction<{
12126
- token: string;
12127
- }>) => void;
12128
- setWidgetState: (state: Draft<S>, action: PayloadAction<{
12129
- uniqid: string;
12130
- } & WidgetStateProps>) => void;
12131
- setAllWidgetStates: (state: Draft<S>, action: PayloadAction<WidgetStateProps>) => void;
12132
- registerModal: (state: Draft<S>, action: PayloadAction<WidgetModalProps>) => void;
12484
+ setEditableIndex: (state: Draft<S>, action: {
12485
+ payload: {
12486
+ index: number;
12487
+ };
12488
+ type: string;
12489
+ }) => void;
12490
+ setEditableWidgetId: (state: Draft<S>, action: {
12491
+ payload: {
12492
+ uniqid: string | undefined;
12493
+ };
12494
+ type: string;
12495
+ }) => void;
12496
+ registerEditableWidget: (state: Draft<S>, action: {
12497
+ payload: {
12498
+ index: number;
12499
+ uniqid: string;
12500
+ };
12501
+ type: string;
12502
+ }) => void;
12503
+ setToken: (state: Draft<S>, action: {
12504
+ payload: {
12505
+ token: string;
12506
+ };
12507
+ type: string;
12508
+ }) => void;
12509
+ setWidgetState: (state: Draft<S>, action: {
12510
+ payload: {
12511
+ uniqid: string;
12512
+ } & {
12513
+ busy?: boolean | undefined;
12514
+ loading?: boolean | undefined;
12515
+ initialized?: boolean | undefined;
12516
+ mounted?: boolean | undefined;
12517
+ hover?: boolean | undefined;
12518
+ empty?: boolean | undefined;
12519
+ locked?: boolean | undefined;
12520
+ };
12521
+ type: string;
12522
+ }) => void;
12523
+ setAllWidgetStates: (state: Draft<S>, action: {
12524
+ payload: {
12525
+ busy?: boolean | undefined;
12526
+ loading?: boolean | undefined;
12527
+ initialized?: boolean | undefined;
12528
+ mounted?: boolean | undefined;
12529
+ hover?: boolean | undefined;
12530
+ empty?: boolean | undefined;
12531
+ locked?: boolean | undefined;
12532
+ };
12533
+ type: string;
12534
+ }) => void;
12535
+ registerModal: (state: Draft<S>, action: {
12536
+ payload: WidgetModalProps;
12537
+ type: string;
12538
+ }) => void;
12133
12539
  flushModal: (state: Draft<S>) => void;
12134
12540
  }, "widgets">;
12135
12541
  getWidgetRTHandlers: (dispatch: RTDispatch, uniqid: string) => jamespot_user_api.RTMessageHandler<"WIDGET", "widget-presence-response">[];
@@ -12162,7 +12568,7 @@ declare const Widget: {
12162
12568
  } & jamespot_user_api.WidgetDatasourceTableType) | ({
12163
12569
  layers?: string[] | undefined;
12164
12570
  } & {
12165
- name: WidgetsName.ExcelDatasourceTable;
12571
+ name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
12166
12572
  uniqid: string;
12167
12573
  content: {
12168
12574
  uri?: string | undefined;
@@ -12213,7 +12619,7 @@ declare const Widget: {
12213
12619
  } & jamespot_user_api.WidgetDatasourceTableType) | ({
12214
12620
  layers?: string[] | undefined;
12215
12621
  } & {
12216
- name: WidgetsName.ExcelDatasourceTable;
12622
+ name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
12217
12623
  uniqid: string;
12218
12624
  content: {
12219
12625
  uri?: string | undefined;
@@ -12277,7 +12683,7 @@ declare const Widget: {
12277
12683
  dateCreation: zod.ZodOptional<zod.ZodString>;
12278
12684
  dateModified: zod.ZodOptional<zod.ZodString>;
12279
12685
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip"> | undefined;
12280
- selectWidgetObjectRights: (state: WidgetsRootState, uniqid: string) => Rights | undefined;
12686
+ selectWidgetObjectRights: (state: WidgetsRootState, uniqid: string) => jamespot_user_api.Rights | undefined;
12281
12687
  selectAllWidgetRTObject: (state: WidgetsRootState, uniqid: string) => {
12282
12688
  object: jamespot_user_api.jObjectBase & {
12283
12689
  title: string;
@@ -12285,6 +12691,7 @@ declare const Widget: {
12285
12691
  };
12286
12692
  uniqid: string;
12287
12693
  }[];
12694
+ selectFlushedWidgets: (state: WidgetsRootState) => string[];
12288
12695
  };
12289
12696
  };
12290
12697
 
@@ -12293,7 +12700,7 @@ type EditorProps = {
12293
12700
  name: WidgetKeys;
12294
12701
  position: 'left' | 'right';
12295
12702
  popup?: boolean;
12296
- view?: React.ReactNode;
12703
+ view?: React$1.ReactNode;
12297
12704
  onSave?: <T = CombinedWidgetContent>(content: Partial<T>) => void;
12298
12705
  };
12299
12706
  type EditorsState = {
@@ -12307,7 +12714,7 @@ declare const WidgetEditor: {
12307
12714
  registerEditor: (state: Draft<S>, action: PayloadAction<Pick<EditorProps, 'name' | 'onSave' | 'uniqid'>>) => void;
12308
12715
  registerEditorPopup: (state: Draft<S>, action: PayloadAction<{
12309
12716
  uniqid: string;
12310
- view: React.ReactNode;
12717
+ view: React$1.ReactNode;
12311
12718
  }>) => void;
12312
12719
  flushEditorPopup: (state: Draft<S>, action: PayloadAction<{
12313
12720
  uniqid: string;
@@ -13020,21 +13427,19 @@ declare const SocialActions: {
13020
13427
  }, RootState$1>;
13021
13428
  };
13022
13429
 
13023
- type RootState = Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & WidgetsRootState & WidgetsRootState & WedocAppRootState & UserCurrentRootState>;
13024
- type RootDispatch = Dispatch$1<Action$1>;
13025
- type RTDispatch = Dispatch<any>;
13026
- type ApiError = {
13027
- error: number;
13028
- errorMsg?: string;
13430
+ type StudioAppsListState = {
13431
+ studioAppsList?: StudioApplication[];
13432
+ loadingStudioAppsList: 'idle' | 'pending';
13433
+ deleteStudioAppStatus: 'idle' | 'pending';
13434
+ suspendStudioAppStatus: 'idle' | 'pending';
13435
+ restartStudioAppStatus: 'idle' | 'pending';
13436
+ cloneStudioAppStatus: 'idle' | 'pending';
13437
+ createInWorkAppStatus: 'idle' | 'pending';
13438
+ createNewStudioAppStatus: 'idle' | 'pending';
13029
13439
  };
13030
- type ThunkApiConfig<T> = {
13031
- dispatch: any;
13032
- state: RootState & T;
13033
- extra: {
13034
- jApi: JamespotUserApi;
13035
- };
13440
+ type StudioAppsListRootState = {
13441
+ studioAppsList: StudioAppsListState;
13036
13442
  };
13037
-
13038
13443
  declare const AUDIENCE: {
13039
13444
  readonly ALL: "1";
13040
13445
  readonly CUSTOM: "0";
@@ -13381,21 +13786,6 @@ interface AccessRightObjectList {
13381
13786
  mail: string;
13382
13787
  _values: Values;
13383
13788
  }
13384
- interface AccessRightObjectList {
13385
- id: number;
13386
- type: string;
13387
- uri: string;
13388
- title: string;
13389
- mainType: string;
13390
- _cssColor: string;
13391
- _cssClass: string;
13392
- _url: string;
13393
- _right: Right;
13394
- firstname: string;
13395
- lastname: string;
13396
- mail: string;
13397
- _values: Values;
13398
- }
13399
13789
  interface Right {
13400
13790
  create: boolean;
13401
13791
  read: boolean;
@@ -13545,7 +13935,9 @@ interface ParamsClass {
13545
13935
  idTaxonomy?: string;
13546
13936
  jagCheckbox?: string;
13547
13937
  }
13548
-
13938
+ type StudioRootState = {
13939
+ studio: StudioAppsListRootState & CurrentStudioAppRootState;
13940
+ };
13549
13941
  interface CurrentStudioAppState {
13550
13942
  currentStudioApp: StudioApplication | null;
13551
13943
  fetchCurrentStudioAppStatus: 'idle' | 'pending';
@@ -13556,28 +13948,47 @@ interface CurrentStudioAppState {
13556
13948
  type CurrentStudioAppRootState = {
13557
13949
  currentStudioApp: CurrentStudioAppState;
13558
13950
  };
13951
+ type HTMLInfo = {
13952
+ id: string;
13953
+ name: string;
13954
+ type: string;
13955
+ fixed: boolean;
13956
+ views: {
13957
+ create: boolean;
13958
+ popup: boolean;
13959
+ edit: boolean;
13960
+ list: boolean;
13961
+ filter: boolean;
13962
+ view: boolean;
13963
+ };
13964
+ table: string;
13965
+ properties: {
13966
+ code: {
13967
+ html: string;
13968
+ text: string;
13969
+ };
13970
+ };
13971
+ };
13559
13972
 
13560
- type StudioAppsListState = {
13561
- studioAppsList?: StudioApplication[];
13562
- loadingStudioAppsList: 'idle' | 'pending';
13563
- deleteStudioAppStatus: 'idle' | 'pending';
13564
- suspendStudioAppStatus: 'idle' | 'pending';
13565
- restartStudioAppStatus: 'idle' | 'pending';
13566
- cloneStudioAppStatus: 'idle' | 'pending';
13567
- createInWorkAppStatus: 'idle' | 'pending';
13568
- createNewStudioAppStatus: 'idle' | 'pending';
13973
+ type RootState = Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & WidgetsRootState & WedocAppRootState & UserCurrentRootState>;
13974
+ type RootDispatch = Dispatch$1<Action$1>;
13975
+ type RTDispatch = Dispatch<any>;
13976
+ type ApiError = {
13977
+ error: number;
13978
+ errorMsg?: string;
13569
13979
  };
13570
- type StudioAppsListRootState = {
13571
- studioAppsList: StudioAppsListState;
13980
+ type ThunkApiConfig<T> = {
13981
+ dispatch: any;
13982
+ state: RootState & T;
13983
+ extra: {
13984
+ jApi: JamespotUserApi;
13985
+ };
13572
13986
  };
13573
13987
 
13574
13988
  declare function updateViewsFromFields(clonedApp: StudioApplication, appFields: AppFieldsFormItem[]): any;
13575
13989
 
13576
13990
  declare function generateNewFormField(type: AppFormItemTypesValues, viewsDefault?: boolean): AppFieldsFormItem;
13577
13991
 
13578
- type StudioRootState = {
13579
- studio: StudioAppsListRootState & CurrentStudioAppRootState;
13580
- };
13581
13992
  declare function selectStudioAppsList(state: StudioRootState): StudioAppsListState;
13582
13993
  declare function selectCurrentStudioApp(state: StudioRootState): CurrentStudioAppState;
13583
13994
  declare const studio: {
@@ -13746,6 +14157,7 @@ declare const studio: {
13746
14157
  dateCreation: zod.ZodOptional<zod.ZodString>;
13747
14158
  dateModified: zod.ZodOptional<zod.ZodString>;
13748
14159
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
14160
+ flushedWidgets: string[];
13749
14161
  rtObjectStack: {
13750
14162
  object: jamespot_user_api.jObjectBase & {
13751
14163
  title: string;
@@ -13930,6 +14342,7 @@ declare const studio: {
13930
14342
  dateCreation: zod.ZodOptional<zod.ZodString>;
13931
14343
  dateModified: zod.ZodOptional<zod.ZodString>;
13932
14344
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
14345
+ flushedWidgets: string[];
13933
14346
  rtObjectStack: {
13934
14347
  object: jamespot_user_api.jObjectBase & {
13935
14348
  title: string;
@@ -14113,6 +14526,7 @@ declare const studio: {
14113
14526
  dateCreation: zod.ZodOptional<zod.ZodString>;
14114
14527
  dateModified: zod.ZodOptional<zod.ZodString>;
14115
14528
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
14529
+ flushedWidgets: string[];
14116
14530
  rtObjectStack: {
14117
14531
  object: jamespot_user_api.jObjectBase & {
14118
14532
  title: string;
@@ -14296,6 +14710,7 @@ declare const studio: {
14296
14710
  dateCreation: zod.ZodOptional<zod.ZodString>;
14297
14711
  dateModified: zod.ZodOptional<zod.ZodString>;
14298
14712
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
14713
+ flushedWidgets: string[];
14299
14714
  rtObjectStack: {
14300
14715
  object: jamespot_user_api.jObjectBase & {
14301
14716
  title: string;
@@ -14480,6 +14895,7 @@ declare const studio: {
14480
14895
  dateCreation: zod.ZodOptional<zod.ZodString>;
14481
14896
  dateModified: zod.ZodOptional<zod.ZodString>;
14482
14897
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
14898
+ flushedWidgets: string[];
14483
14899
  rtObjectStack: {
14484
14900
  object: jamespot_user_api.jObjectBase & {
14485
14901
  title: string;
@@ -14664,6 +15080,7 @@ declare const studio: {
14664
15080
  dateCreation: zod.ZodOptional<zod.ZodString>;
14665
15081
  dateModified: zod.ZodOptional<zod.ZodString>;
14666
15082
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
15083
+ flushedWidgets: string[];
14667
15084
  rtObjectStack: {
14668
15085
  object: jamespot_user_api.jObjectBase & {
14669
15086
  title: string;
@@ -14848,6 +15265,7 @@ declare const studio: {
14848
15265
  dateCreation: zod.ZodOptional<zod.ZodString>;
14849
15266
  dateModified: zod.ZodOptional<zod.ZodString>;
14850
15267
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
15268
+ flushedWidgets: string[];
14851
15269
  rtObjectStack: {
14852
15270
  object: jamespot_user_api.jObjectBase & {
14853
15271
  title: string;
@@ -15029,6 +15447,7 @@ declare const studio: {
15029
15447
  dateCreation: zod.ZodOptional<zod.ZodString>;
15030
15448
  dateModified: zod.ZodOptional<zod.ZodString>;
15031
15449
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
15450
+ flushedWidgets: string[];
15032
15451
  rtObjectStack: {
15033
15452
  object: jamespot_user_api.jObjectBase & {
15034
15453
  title: string;
@@ -15212,6 +15631,7 @@ declare const studio: {
15212
15631
  dateCreation: zod.ZodOptional<zod.ZodString>;
15213
15632
  dateModified: zod.ZodOptional<zod.ZodString>;
15214
15633
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
15634
+ flushedWidgets: string[];
15215
15635
  rtObjectStack: {
15216
15636
  object: jamespot_user_api.jObjectBase & {
15217
15637
  title: string;
@@ -15395,6 +15815,7 @@ declare const studio: {
15395
15815
  dateCreation: zod.ZodOptional<zod.ZodString>;
15396
15816
  dateModified: zod.ZodOptional<zod.ZodString>;
15397
15817
  }, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>;
15818
+ flushedWidgets: string[];
15398
15819
  rtObjectStack: {
15399
15820
  object: jamespot_user_api.jObjectBase & {
15400
15821
  title: string;
@@ -15434,4 +15855,4 @@ declare const studio: {
15434
15855
  };
15435
15856
  };
15436
15857
 
15437
- export { APP_STATUS_TYPE, AUDIENCE, AccessRightObjectList, Action, AnimationSliceListState, AnimationStatsCurrentSliceState, AnimationStatsSliceState, Animations, AnimationsRootState, ApiError, AppAttrSolrModel, AppAttrWidgetModel, AppColumnsDefaultTypes, AppFieldFormProperty, AppFieldFormPropertyTypes, AppFieldFormPropertyTypesValues, AppFieldView, AppFieldsFormItem, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormItemTypesValues, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormPrimaryListValues, AppFormUniqueList, AppFormUniqueListCheck, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Attribute, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Columns, Comment, CommentListRootState, CommentListState, CommentRootState, CommentsList, ContentTypePropertyValue, Create, CreateComposant, Description, Display, DisplayComposant, Displays, EditorProps, EditorsRootState, EditorsState, Element, ExtraAppFieldsItemViews, ExtraAppFieldsItemViewsValues, Faq, FaqRootState, Hook, HookRootState, InstalledApp, JLandMapFront, JLandRootState, JType, MODE_EDIT, MODE_VIEW, MagicPad, MagicPadRootState, MagicPadSliceRootState, Manifest, MapCreationFront, MapExtraFieldsWithView, MediaLibrary, MediaLibraryRootState, MediaLibraryState, Model, ModelRootState, Network, NetworkRootState, OptionsClass, PagingState, ParamsClass, Platform, PlatformRootState, RTDispatch, ReservationForm, Right, RootDispatch, RootState, STUDIO_VIEW, Share, ShareRootState, SocialActions, Solr, StatusType, StudioAppBase, StudioAppManifest, StudioApplication, StudioAudienceType, StudioRootState, StudioWidget, TVDisplay, TVDisplayRootState, Table, TaxonomyPropertyValue, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, ToastRootState, UserCurrent, UserCurrentRootState, Values, ViewName, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, animationsReducer, animationsSlice, fetchMediaLibraryConfig, fetchMediaLibraryFilesStats, fetchMediaLibraryFolders, fetchMediaLibraryFoldersStats, fetchMediaLibraryStats, fetchMediaLibraryUnclassifiedFiles, fetchPads, jland, magicPadSlice, mediaLibraryReducer, mediaLibrarySlice, slice, studio, updateWidgetContent, viewsList };
15858
+ export { APP_STATUS_TYPE, AUDIENCE, AccessRightObjectList, Action, AnimationSliceListState, AnimationStatsCurrentSliceState, AnimationStatsSliceState, Animations, AnimationsRootState, ApiError, AppAttrSolrModel, AppAttrWidgetModel, AppColumnsDefaultTypes, AppFieldFormProperty, AppFieldFormPropertyTypes, AppFieldFormPropertyTypesValues, AppFieldView, AppFieldsFormItem, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormItemTypesValues, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormPrimaryListValues, AppFormUniqueList, AppFormUniqueListCheck, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Attribute, BookableAssetRootState, BookableAssetState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Columns, Comment, CommentListRootState, CommentListState, CommentRootState, CommentsList, Configuration, ConfigurationRootState, ContentTypePropertyValue, Create, CreateComposant, CurrentStudioAppRootState, CurrentStudioAppState, Description, Display, DisplayComposant, Displays, EditorProps, EditorsRootState, EditorsState, Element, ExtraAppFieldsItemViews, ExtraAppFieldsItemViewsValues, Faq, FaqRootState, HTMLInfo, Hook, HookRootState, InstalledApp, JLandMapFront, JLandMapListRootState, JLandMapListState, JLandRootState, JType, MagicPad, MagicPadRootState, MagicPadSliceRootState, Manifest, MapCreateRootState, MapCreateState, MapCreationFront, MapExtraFieldsWithView, MediaLibrary, MediaLibraryRootState, MediaLibraryState, Model, ModelRootState, Network, NetworkRootState, OptionsClass, PagingState, ParamsClass, Platform, PlatformRootState, RTDispatch, ReservationForm, ReservationRootState, ReservationState, Right, RootDispatch, RootState, STUDIO_VIEW, Share, SocialActions, Solr, StatusType, StudioAppBase, StudioAppManifest, StudioApplication, StudioAppsListRootState, StudioAppsListState, StudioAudienceType, StudioRootState, StudioWidget, TVDisplay, TVDisplayRootState, Table, TaxonomyPropertyValue, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, UserCurrent, UserCurrentRootState, Values, ViewName, WedocApp, WedocAppRootState, WedocAppState, WedocAppTabKeys, WedocFilesQuery, Widget, WidgetEditor, actions, animationsReducer, animationsSlice, bookmarkEditRootState, bookmarkEditState, bookmarkListRootState, bookmarkListState, fetchMediaLibraryConfig, fetchMediaLibraryFilesStats, fetchMediaLibraryFolders, fetchMediaLibraryFoldersStats, fetchMediaLibraryStats, fetchMediaLibraryUnclassifiedFiles, fetchPads, jland, magicPadSlice, mediaLibraryReducer, mediaLibrarySlice, slice, studio, updateWidgetContent, viewsList };