jamespot-front-business 1.1.87 → 1.1.89
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/cjs.js +11 -9
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +11 -9
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +280 -138
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
2
2
|
import { EntityState, PayloadAction, Dispatch, Action as Action$1 } from '@reduxjs/toolkit';
|
|
3
3
|
import * as jamespot_user_api from 'jamespot-user-api';
|
|
4
|
-
import { jUserLittle, Filters, Orders, AdminLogNavigation, AdminLogObject, AdminLogSearch, AnimationConfigurationType, AnimationStats, ApplicationType, ApiWrapper, BookableAssetList, AssetReservationConfiguration, ReservationList,
|
|
4
|
+
import { jUserLittle, Filters, Orders, AdminLogNavigation, AdminLogObject, AdminLogSearch, AnimationConfigurationType, AnimationStats, ApplicationType, ApiWrapper, BookableAssetList, AssetReservationConfiguration, ReservationList, CommentWithExtensions, jCommentList, PagingResults, ContentReportStatus, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, Model as Model$1, NetworkType, WedocFileType, TVChannelList, TinyMCECommonOptions, TinyMCEExtendedOptions, jUserList, WidgetKeys, WidgetDefinitionProps, WidgetWrapperProps, WidgetsRootState, WidgetDisplayMode, CombinedWidgetContent, SocialAction, ValueOf, StudioApplicationBase, jTaxonomyLittle, JamespotUserApi } from 'jamespot-user-api';
|
|
5
5
|
import * as redux from 'redux';
|
|
6
6
|
import { Dispatch as Dispatch$1 } from 'redux';
|
|
7
7
|
import * as _reduxjs_toolkit_dist_tsHelpers from '@reduxjs/toolkit/dist/tsHelpers';
|
|
@@ -4256,7 +4256,7 @@ type CommentRootState = {
|
|
|
4256
4256
|
};
|
|
4257
4257
|
type CommentsList = {
|
|
4258
4258
|
idArticle: number;
|
|
4259
|
-
list: Array<
|
|
4259
|
+
list: Array<CommentWithExtensions<jCommentList, ['actions']> & {
|
|
4260
4260
|
pending?: boolean;
|
|
4261
4261
|
}>;
|
|
4262
4262
|
};
|
|
@@ -4280,7 +4280,7 @@ declare const Comment: {
|
|
|
4280
4280
|
}, "commentList/discardComments">;
|
|
4281
4281
|
hydrateComment: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
4282
4282
|
idArticle: number;
|
|
4283
|
-
list:
|
|
4283
|
+
list: jamespot_user_api.CommentWithExtensions<{
|
|
4284
4284
|
type: string;
|
|
4285
4285
|
id: number;
|
|
4286
4286
|
mainType: string;
|
|
@@ -4318,9 +4318,9 @@ declare const Comment: {
|
|
|
4318
4318
|
stats: {
|
|
4319
4319
|
total: number;
|
|
4320
4320
|
};
|
|
4321
|
+
isActive: boolean;
|
|
4321
4322
|
cssClass: string;
|
|
4322
4323
|
cssColor: string;
|
|
4323
|
-
isActive: boolean;
|
|
4324
4324
|
struct: {
|
|
4325
4325
|
type: string;
|
|
4326
4326
|
targetId: number;
|
|
@@ -4400,19 +4400,7 @@ declare const Comment: {
|
|
|
4400
4400
|
emailsLimitValue?: number | undefined;
|
|
4401
4401
|
emailsPromptStatus?: string | undefined;
|
|
4402
4402
|
}>)>[] | undefined;
|
|
4403
|
-
}
|
|
4404
|
-
_extend: {
|
|
4405
|
-
actions: {
|
|
4406
|
-
type: string;
|
|
4407
|
-
targetId: number;
|
|
4408
|
-
targetType: string;
|
|
4409
|
-
label: string;
|
|
4410
|
-
icon: string;
|
|
4411
|
-
isActive: boolean;
|
|
4412
|
-
count?: number | undefined;
|
|
4413
|
-
}[];
|
|
4414
|
-
};
|
|
4415
|
-
})[];
|
|
4403
|
+
}, ["actions"]>[];
|
|
4416
4404
|
}, "commentList/hydrateComment">;
|
|
4417
4405
|
updateComment: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
4418
4406
|
idArticle: number;
|
|
@@ -4919,9 +4907,9 @@ declare const Comment: {
|
|
|
4919
4907
|
stats: {
|
|
4920
4908
|
total: number;
|
|
4921
4909
|
};
|
|
4910
|
+
isActive: boolean;
|
|
4922
4911
|
cssClass: string;
|
|
4923
4912
|
cssColor: string;
|
|
4924
|
-
isActive: boolean;
|
|
4925
4913
|
struct: {
|
|
4926
4914
|
type: string;
|
|
4927
4915
|
targetId: number;
|
|
@@ -5002,17 +4990,171 @@ declare const Comment: {
|
|
|
5002
4990
|
emailsPromptStatus?: string | undefined;
|
|
5003
4991
|
}>)>[] | undefined;
|
|
5004
4992
|
} & {
|
|
5005
|
-
_extend: {
|
|
5006
|
-
|
|
4993
|
+
_extend: Pick<{
|
|
4994
|
+
licenses: never;
|
|
4995
|
+
search: never;
|
|
4996
|
+
bookmark: never;
|
|
4997
|
+
contact: never;
|
|
4998
|
+
quizFieldDefinitions: never;
|
|
4999
|
+
quizResponseRecord: never;
|
|
5000
|
+
socialEventRecord: never;
|
|
5001
|
+
surveyDateRecord: never;
|
|
5002
|
+
actions?: {
|
|
5007
5003
|
type: string;
|
|
5008
5004
|
targetId: number;
|
|
5009
5005
|
targetType: string;
|
|
5010
5006
|
label: string;
|
|
5011
|
-
icon: string;
|
|
5012
|
-
isActive
|
|
5007
|
+
icon: string | null;
|
|
5008
|
+
isActive?: boolean | undefined;
|
|
5013
5009
|
count?: number | undefined;
|
|
5014
|
-
}[];
|
|
5015
|
-
|
|
5010
|
+
}[] | undefined;
|
|
5011
|
+
comments?: ({
|
|
5012
|
+
type: string;
|
|
5013
|
+
id: number;
|
|
5014
|
+
mainType: string;
|
|
5015
|
+
uri: string;
|
|
5016
|
+
dateCreation: string;
|
|
5017
|
+
dateModified: string | null;
|
|
5018
|
+
description: string | null;
|
|
5019
|
+
_user: jamespot_user_api.jObjectBase & {
|
|
5020
|
+
title: string;
|
|
5021
|
+
_url: string;
|
|
5022
|
+
} & {
|
|
5023
|
+
[key: string]: string | number | null;
|
|
5024
|
+
level: 0 | 9 | 3 | 5;
|
|
5025
|
+
dateCreation: string;
|
|
5026
|
+
dateModified: string;
|
|
5027
|
+
};
|
|
5028
|
+
_right: jamespot_user_api.Rights;
|
|
5029
|
+
_attachedFiles?: {
|
|
5030
|
+
type: string;
|
|
5031
|
+
id: number;
|
|
5032
|
+
mainType: string;
|
|
5033
|
+
uri: string;
|
|
5034
|
+
dateCreation: string;
|
|
5035
|
+
dateModified: string | null;
|
|
5036
|
+
title: string;
|
|
5037
|
+
_url: string;
|
|
5038
|
+
mimetype: string;
|
|
5039
|
+
size: number;
|
|
5040
|
+
path?: string | undefined;
|
|
5041
|
+
}[] | undefined;
|
|
5042
|
+
_actions?: Record<string, {
|
|
5043
|
+
type: string;
|
|
5044
|
+
class: string;
|
|
5045
|
+
label: string;
|
|
5046
|
+
stats: {
|
|
5047
|
+
total: number;
|
|
5048
|
+
};
|
|
5049
|
+
isActive: boolean;
|
|
5050
|
+
cssClass: string;
|
|
5051
|
+
cssColor: string;
|
|
5052
|
+
struct: {
|
|
5053
|
+
type: string;
|
|
5054
|
+
targetId: number;
|
|
5055
|
+
targetType: string;
|
|
5056
|
+
action: string;
|
|
5057
|
+
do: string;
|
|
5058
|
+
};
|
|
5059
|
+
}> | undefined;
|
|
5060
|
+
_widgets?: jamespot_user_api.WidgetWrapperGeneric<({
|
|
5061
|
+
layers?: string[] | undefined;
|
|
5062
|
+
} & jamespot_user_api.WidgetArticleAttachmentType) | ({
|
|
5063
|
+
layers?: string[] | undefined;
|
|
5064
|
+
} & jamespot_user_api.WidgetArticleButtonType) | ({
|
|
5065
|
+
layers?: string[] | undefined;
|
|
5066
|
+
} & jamespot_user_api.WidgetArticleGalleryType) | ({
|
|
5067
|
+
layers?: string[] | undefined;
|
|
5068
|
+
} & jamespot_user_api.WidgetArticleImageType) | ({
|
|
5069
|
+
layers?: string[] | undefined;
|
|
5070
|
+
} & jamespot_user_api.WidgetArticleTitleType) | ({
|
|
5071
|
+
layers?: string[] | undefined;
|
|
5072
|
+
} & jamespot_user_api.WidgetArticleTextType) | ({
|
|
5073
|
+
layers?: string[] | undefined;
|
|
5074
|
+
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5075
|
+
layers?: string[] | undefined;
|
|
5076
|
+
} & jamespot_user_api.WidgetType<{
|
|
5077
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
5078
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
5079
|
+
css?: Record<string, string> | undefined;
|
|
5080
|
+
edit?: boolean | undefined;
|
|
5081
|
+
}>) | ({
|
|
5082
|
+
layers?: string[] | undefined;
|
|
5083
|
+
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5084
|
+
layers?: string[] | undefined;
|
|
5085
|
+
} & {
|
|
5086
|
+
name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
|
|
5087
|
+
uniqid: string;
|
|
5088
|
+
content: {
|
|
5089
|
+
uri?: string | undefined;
|
|
5090
|
+
limit?: number | boolean | undefined;
|
|
5091
|
+
tableColumnsData?: {
|
|
5092
|
+
name?: string | undefined;
|
|
5093
|
+
label?: string | undefined;
|
|
5094
|
+
isVisible?: boolean | undefined;
|
|
5095
|
+
textEllipsis?: boolean | undefined;
|
|
5096
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
5097
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
5098
|
+
}[] | undefined;
|
|
5099
|
+
tableHeadColor?: string | undefined;
|
|
5100
|
+
tableHeadTextColor?: string | undefined;
|
|
5101
|
+
tableHeadIconColor?: string | undefined;
|
|
5102
|
+
tableRowColor?: string | undefined;
|
|
5103
|
+
tableRowTextColor?: string | undefined;
|
|
5104
|
+
tableBorderRadius?: number | undefined;
|
|
5105
|
+
tableSizedColumns?: boolean | undefined;
|
|
5106
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
5107
|
+
};
|
|
5108
|
+
}) | ({
|
|
5109
|
+
layers?: string[] | undefined;
|
|
5110
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5111
|
+
layers?: string[] | undefined;
|
|
5112
|
+
} & jamespot_user_api.WidgetQuickSurveyType) | ({
|
|
5113
|
+
layers?: string[] | undefined;
|
|
5114
|
+
} & jamespot_user_api.WidgetType<{
|
|
5115
|
+
calEventsLimit?: boolean | undefined;
|
|
5116
|
+
calEventsLimitValue?: number | undefined;
|
|
5117
|
+
calEventsPromptStatus?: string | undefined;
|
|
5118
|
+
}>) | ({
|
|
5119
|
+
layers?: string[] | undefined;
|
|
5120
|
+
} & jamespot_user_api.WidgetType<{
|
|
5121
|
+
contactLimit?: boolean | undefined;
|
|
5122
|
+
contactLimitValue?: number | undefined;
|
|
5123
|
+
contactPromptStatus?: string | undefined;
|
|
5124
|
+
}>) | ({
|
|
5125
|
+
layers?: string[] | undefined;
|
|
5126
|
+
} & jamespot_user_api.WidgetType<{
|
|
5127
|
+
emailsLimit?: boolean | undefined;
|
|
5128
|
+
emailsLimitValue?: number | undefined;
|
|
5129
|
+
emailsPromptStatus?: string | undefined;
|
|
5130
|
+
}>)>[] | undefined;
|
|
5131
|
+
} & {
|
|
5132
|
+
_extend: {
|
|
5133
|
+
actions?: {
|
|
5134
|
+
type: string;
|
|
5135
|
+
targetId: number;
|
|
5136
|
+
targetType: string;
|
|
5137
|
+
label: string;
|
|
5138
|
+
icon: string | null;
|
|
5139
|
+
isActive?: boolean | undefined;
|
|
5140
|
+
count?: number | undefined;
|
|
5141
|
+
}[] | undefined;
|
|
5142
|
+
};
|
|
5143
|
+
})[] | undefined;
|
|
5144
|
+
attachments?: {
|
|
5145
|
+
type: string;
|
|
5146
|
+
id: number;
|
|
5147
|
+
mainType: string;
|
|
5148
|
+
uri: string;
|
|
5149
|
+
dateCreation: string;
|
|
5150
|
+
dateModified: string | null;
|
|
5151
|
+
title: string;
|
|
5152
|
+
_url: string;
|
|
5153
|
+
mimetype: string;
|
|
5154
|
+
size: number;
|
|
5155
|
+
path?: string | undefined;
|
|
5156
|
+
}[] | undefined;
|
|
5157
|
+
}, "actions">;
|
|
5016
5158
|
} & {
|
|
5017
5159
|
pending?: boolean;
|
|
5018
5160
|
})[];
|
|
@@ -9693,6 +9835,19 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
9693
9835
|
dateModified: string;
|
|
9694
9836
|
};
|
|
9695
9837
|
_right: jamespot_user_api.Rights;
|
|
9838
|
+
_attachedFiles: {
|
|
9839
|
+
type: string;
|
|
9840
|
+
id: number;
|
|
9841
|
+
mainType: string;
|
|
9842
|
+
uri: string;
|
|
9843
|
+
dateCreation: string;
|
|
9844
|
+
dateModified: string | null;
|
|
9845
|
+
title: string;
|
|
9846
|
+
_url: string;
|
|
9847
|
+
mimetype: string;
|
|
9848
|
+
size: number;
|
|
9849
|
+
path?: string | undefined;
|
|
9850
|
+
}[];
|
|
9696
9851
|
_audience: (jamespot_user_api.jUserLittle | {
|
|
9697
9852
|
type: string;
|
|
9698
9853
|
id: number;
|
|
@@ -9715,19 +9870,6 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
9715
9870
|
dateModified?: string | null | undefined;
|
|
9716
9871
|
folderColor?: string | undefined;
|
|
9717
9872
|
})[];
|
|
9718
|
-
_attachedFiles: {
|
|
9719
|
-
type: string;
|
|
9720
|
-
id: number;
|
|
9721
|
-
mainType: string;
|
|
9722
|
-
uri: string;
|
|
9723
|
-
dateCreation: string;
|
|
9724
|
-
dateModified: string | null;
|
|
9725
|
-
title: string;
|
|
9726
|
-
_url: string;
|
|
9727
|
-
mimetype: string;
|
|
9728
|
-
size: number;
|
|
9729
|
-
path?: string | undefined;
|
|
9730
|
-
}[];
|
|
9731
9873
|
description?: string | null | undefined;
|
|
9732
9874
|
image?: {
|
|
9733
9875
|
width: number;
|
|
@@ -10058,6 +10200,19 @@ declare const MagicPad: {
|
|
|
10058
10200
|
dateModified: string;
|
|
10059
10201
|
};
|
|
10060
10202
|
_right: jamespot_user_api.Rights;
|
|
10203
|
+
_attachedFiles: {
|
|
10204
|
+
type: string;
|
|
10205
|
+
id: number;
|
|
10206
|
+
mainType: string;
|
|
10207
|
+
uri: string;
|
|
10208
|
+
dateCreation: string;
|
|
10209
|
+
dateModified: string | null;
|
|
10210
|
+
title: string;
|
|
10211
|
+
_url: string;
|
|
10212
|
+
mimetype: string;
|
|
10213
|
+
size: number;
|
|
10214
|
+
path?: string | undefined;
|
|
10215
|
+
}[];
|
|
10061
10216
|
_audience: (jamespot_user_api.jUserLittle | {
|
|
10062
10217
|
type: string;
|
|
10063
10218
|
id: number;
|
|
@@ -10080,19 +10235,6 @@ declare const MagicPad: {
|
|
|
10080
10235
|
dateModified?: string | null | undefined;
|
|
10081
10236
|
folderColor?: string | undefined;
|
|
10082
10237
|
})[];
|
|
10083
|
-
_attachedFiles: {
|
|
10084
|
-
type: string;
|
|
10085
|
-
id: number;
|
|
10086
|
-
mainType: string;
|
|
10087
|
-
uri: string;
|
|
10088
|
-
dateCreation: string;
|
|
10089
|
-
dateModified: string | null;
|
|
10090
|
-
title: string;
|
|
10091
|
-
_url: string;
|
|
10092
|
-
mimetype: string;
|
|
10093
|
-
size: number;
|
|
10094
|
-
path?: string | undefined;
|
|
10095
|
-
}[];
|
|
10096
10238
|
description?: string | null | undefined;
|
|
10097
10239
|
image?: {
|
|
10098
10240
|
width: number;
|
|
@@ -10461,9 +10603,9 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
10461
10603
|
name: string;
|
|
10462
10604
|
class: string;
|
|
10463
10605
|
label: string;
|
|
10464
|
-
shortUri: string;
|
|
10465
10606
|
cssClass: string;
|
|
10466
10607
|
cssColor: string;
|
|
10608
|
+
shortUri: string;
|
|
10467
10609
|
} | {
|
|
10468
10610
|
type: string;
|
|
10469
10611
|
id: string;
|
|
@@ -10475,9 +10617,9 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
10475
10617
|
Pseudo: string;
|
|
10476
10618
|
class: string;
|
|
10477
10619
|
label: string;
|
|
10478
|
-
shortUri: string;
|
|
10479
10620
|
cssClass: string;
|
|
10480
10621
|
cssColor: string;
|
|
10622
|
+
shortUri: string;
|
|
10481
10623
|
} | {
|
|
10482
10624
|
type: string;
|
|
10483
10625
|
id: string;
|
|
@@ -10487,9 +10629,9 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
10487
10629
|
name: string;
|
|
10488
10630
|
class: string;
|
|
10489
10631
|
label: string;
|
|
10490
|
-
shortUri: string;
|
|
10491
10632
|
cssClass: string;
|
|
10492
10633
|
cssColor: string;
|
|
10634
|
+
shortUri: string;
|
|
10493
10635
|
idspot: string;
|
|
10494
10636
|
})[];
|
|
10495
10637
|
attachment: {
|
|
@@ -10830,9 +10972,9 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
10830
10972
|
name: string;
|
|
10831
10973
|
class: string;
|
|
10832
10974
|
label: string;
|
|
10833
|
-
shortUri: string;
|
|
10834
10975
|
cssClass: string;
|
|
10835
10976
|
cssColor: string;
|
|
10977
|
+
shortUri: string;
|
|
10836
10978
|
} | {
|
|
10837
10979
|
type: string;
|
|
10838
10980
|
id: string;
|
|
@@ -10844,9 +10986,9 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
10844
10986
|
Pseudo: string;
|
|
10845
10987
|
class: string;
|
|
10846
10988
|
label: string;
|
|
10847
|
-
shortUri: string;
|
|
10848
10989
|
cssClass: string;
|
|
10849
10990
|
cssColor: string;
|
|
10991
|
+
shortUri: string;
|
|
10850
10992
|
} | {
|
|
10851
10993
|
type: string;
|
|
10852
10994
|
id: string;
|
|
@@ -10856,9 +10998,9 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
10856
10998
|
name: string;
|
|
10857
10999
|
class: string;
|
|
10858
11000
|
label: string;
|
|
10859
|
-
shortUri: string;
|
|
10860
11001
|
cssClass: string;
|
|
10861
11002
|
cssColor: string;
|
|
11003
|
+
shortUri: string;
|
|
10862
11004
|
idspot: string;
|
|
10863
11005
|
})[];
|
|
10864
11006
|
attachment: {
|
|
@@ -12158,9 +12300,9 @@ declare const MediaLibrary: {
|
|
|
12158
12300
|
name: string;
|
|
12159
12301
|
class: string;
|
|
12160
12302
|
label: string;
|
|
12161
|
-
shortUri: string;
|
|
12162
12303
|
cssClass: string;
|
|
12163
12304
|
cssColor: string;
|
|
12305
|
+
shortUri: string;
|
|
12164
12306
|
} | {
|
|
12165
12307
|
type: string;
|
|
12166
12308
|
id: string;
|
|
@@ -12172,9 +12314,9 @@ declare const MediaLibrary: {
|
|
|
12172
12314
|
Pseudo: string;
|
|
12173
12315
|
class: string;
|
|
12174
12316
|
label: string;
|
|
12175
|
-
shortUri: string;
|
|
12176
12317
|
cssClass: string;
|
|
12177
12318
|
cssColor: string;
|
|
12319
|
+
shortUri: string;
|
|
12178
12320
|
} | {
|
|
12179
12321
|
type: string;
|
|
12180
12322
|
id: string;
|
|
@@ -12184,9 +12326,9 @@ declare const MediaLibrary: {
|
|
|
12184
12326
|
name: string;
|
|
12185
12327
|
class: string;
|
|
12186
12328
|
label: string;
|
|
12187
|
-
shortUri: string;
|
|
12188
12329
|
cssClass: string;
|
|
12189
12330
|
cssColor: string;
|
|
12331
|
+
shortUri: string;
|
|
12190
12332
|
idspot: string;
|
|
12191
12333
|
})[];
|
|
12192
12334
|
attachment: {
|
|
@@ -12527,9 +12669,9 @@ declare const MediaLibrary: {
|
|
|
12527
12669
|
name: string;
|
|
12528
12670
|
class: string;
|
|
12529
12671
|
label: string;
|
|
12530
|
-
shortUri: string;
|
|
12531
12672
|
cssClass: string;
|
|
12532
12673
|
cssColor: string;
|
|
12674
|
+
shortUri: string;
|
|
12533
12675
|
} | {
|
|
12534
12676
|
type: string;
|
|
12535
12677
|
id: string;
|
|
@@ -12541,9 +12683,9 @@ declare const MediaLibrary: {
|
|
|
12541
12683
|
Pseudo: string;
|
|
12542
12684
|
class: string;
|
|
12543
12685
|
label: string;
|
|
12544
|
-
shortUri: string;
|
|
12545
12686
|
cssClass: string;
|
|
12546
12687
|
cssColor: string;
|
|
12688
|
+
shortUri: string;
|
|
12547
12689
|
} | {
|
|
12548
12690
|
type: string;
|
|
12549
12691
|
id: string;
|
|
@@ -12553,9 +12695,9 @@ declare const MediaLibrary: {
|
|
|
12553
12695
|
name: string;
|
|
12554
12696
|
class: string;
|
|
12555
12697
|
label: string;
|
|
12556
|
-
shortUri: string;
|
|
12557
12698
|
cssClass: string;
|
|
12558
12699
|
cssColor: string;
|
|
12700
|
+
shortUri: string;
|
|
12559
12701
|
idspot: string;
|
|
12560
12702
|
})[];
|
|
12561
12703
|
attachment: {
|
|
@@ -17593,8 +17735,8 @@ declare const SocialActions: {
|
|
|
17593
17735
|
targetId: number;
|
|
17594
17736
|
targetType: string;
|
|
17595
17737
|
label: string;
|
|
17596
|
-
icon: string;
|
|
17597
|
-
isActive
|
|
17738
|
+
icon: string | null;
|
|
17739
|
+
isActive?: boolean | undefined;
|
|
17598
17740
|
count?: number | undefined;
|
|
17599
17741
|
}>, {
|
|
17600
17742
|
addOne: {
|
|
@@ -17603,24 +17745,24 @@ declare const SocialActions: {
|
|
|
17603
17745
|
targetId: number;
|
|
17604
17746
|
targetType: string;
|
|
17605
17747
|
label: string;
|
|
17606
|
-
icon: string;
|
|
17607
|
-
isActive
|
|
17748
|
+
icon: string | null;
|
|
17749
|
+
isActive?: boolean | undefined;
|
|
17608
17750
|
count?: number | undefined;
|
|
17609
17751
|
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S, EntityState<{
|
|
17610
17752
|
type: string;
|
|
17611
17753
|
targetId: number;
|
|
17612
17754
|
targetType: string;
|
|
17613
17755
|
label: string;
|
|
17614
|
-
icon: string;
|
|
17615
|
-
isActive
|
|
17756
|
+
icon: string | null;
|
|
17757
|
+
isActive?: boolean | undefined;
|
|
17616
17758
|
count?: number | undefined;
|
|
17617
17759
|
}>, S>, entity: {
|
|
17618
17760
|
type: string;
|
|
17619
17761
|
targetId: number;
|
|
17620
17762
|
targetType: string;
|
|
17621
17763
|
label: string;
|
|
17622
|
-
icon: string;
|
|
17623
|
-
isActive
|
|
17764
|
+
icon: string | null;
|
|
17765
|
+
isActive?: boolean | undefined;
|
|
17624
17766
|
count?: number | undefined;
|
|
17625
17767
|
}): S;
|
|
17626
17768
|
<S_1 extends EntityState<{
|
|
@@ -17628,16 +17770,16 @@ declare const SocialActions: {
|
|
|
17628
17770
|
targetId: number;
|
|
17629
17771
|
targetType: string;
|
|
17630
17772
|
label: string;
|
|
17631
|
-
icon: string;
|
|
17632
|
-
isActive
|
|
17773
|
+
icon: string | null;
|
|
17774
|
+
isActive?: boolean | undefined;
|
|
17633
17775
|
count?: number | undefined;
|
|
17634
17776
|
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_1, EntityState<{
|
|
17635
17777
|
type: string;
|
|
17636
17778
|
targetId: number;
|
|
17637
17779
|
targetType: string;
|
|
17638
17780
|
label: string;
|
|
17639
|
-
icon: string;
|
|
17640
|
-
isActive
|
|
17781
|
+
icon: string | null;
|
|
17782
|
+
isActive?: boolean | undefined;
|
|
17641
17783
|
count?: number | undefined;
|
|
17642
17784
|
}>, S_1>, action: {
|
|
17643
17785
|
payload: {
|
|
@@ -17645,8 +17787,8 @@ declare const SocialActions: {
|
|
|
17645
17787
|
targetId: number;
|
|
17646
17788
|
targetType: string;
|
|
17647
17789
|
label: string;
|
|
17648
|
-
icon: string;
|
|
17649
|
-
isActive
|
|
17790
|
+
icon: string | null;
|
|
17791
|
+
isActive?: boolean | undefined;
|
|
17650
17792
|
count?: number | undefined;
|
|
17651
17793
|
};
|
|
17652
17794
|
type: string;
|
|
@@ -17658,32 +17800,32 @@ declare const SocialActions: {
|
|
|
17658
17800
|
targetId: number;
|
|
17659
17801
|
targetType: string;
|
|
17660
17802
|
label: string;
|
|
17661
|
-
icon: string;
|
|
17662
|
-
isActive
|
|
17803
|
+
icon: string | null;
|
|
17804
|
+
isActive?: boolean | undefined;
|
|
17663
17805
|
count?: number | undefined;
|
|
17664
17806
|
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_2, EntityState<{
|
|
17665
17807
|
type: string;
|
|
17666
17808
|
targetId: number;
|
|
17667
17809
|
targetType: string;
|
|
17668
17810
|
label: string;
|
|
17669
|
-
icon: string;
|
|
17670
|
-
isActive
|
|
17811
|
+
icon: string | null;
|
|
17812
|
+
isActive?: boolean | undefined;
|
|
17671
17813
|
count?: number | undefined;
|
|
17672
17814
|
}>, S_2>, entities: readonly {
|
|
17673
17815
|
type: string;
|
|
17674
17816
|
targetId: number;
|
|
17675
17817
|
targetType: string;
|
|
17676
17818
|
label: string;
|
|
17677
|
-
icon: string;
|
|
17678
|
-
isActive
|
|
17819
|
+
icon: string | null;
|
|
17820
|
+
isActive?: boolean | undefined;
|
|
17679
17821
|
count?: number | undefined;
|
|
17680
17822
|
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
17681
17823
|
type: string;
|
|
17682
17824
|
targetId: number;
|
|
17683
17825
|
targetType: string;
|
|
17684
17826
|
label: string;
|
|
17685
|
-
icon: string;
|
|
17686
|
-
isActive
|
|
17827
|
+
icon: string | null;
|
|
17828
|
+
isActive?: boolean | undefined;
|
|
17687
17829
|
count?: number | undefined;
|
|
17688
17830
|
}>): S_2;
|
|
17689
17831
|
<S_3 extends EntityState<{
|
|
@@ -17691,16 +17833,16 @@ declare const SocialActions: {
|
|
|
17691
17833
|
targetId: number;
|
|
17692
17834
|
targetType: string;
|
|
17693
17835
|
label: string;
|
|
17694
|
-
icon: string;
|
|
17695
|
-
isActive
|
|
17836
|
+
icon: string | null;
|
|
17837
|
+
isActive?: boolean | undefined;
|
|
17696
17838
|
count?: number | undefined;
|
|
17697
17839
|
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_3, EntityState<{
|
|
17698
17840
|
type: string;
|
|
17699
17841
|
targetId: number;
|
|
17700
17842
|
targetType: string;
|
|
17701
17843
|
label: string;
|
|
17702
|
-
icon: string;
|
|
17703
|
-
isActive
|
|
17844
|
+
icon: string | null;
|
|
17845
|
+
isActive?: boolean | undefined;
|
|
17704
17846
|
count?: number | undefined;
|
|
17705
17847
|
}>, S_3>, entities: {
|
|
17706
17848
|
payload: readonly {
|
|
@@ -17708,16 +17850,16 @@ declare const SocialActions: {
|
|
|
17708
17850
|
targetId: number;
|
|
17709
17851
|
targetType: string;
|
|
17710
17852
|
label: string;
|
|
17711
|
-
icon: string;
|
|
17712
|
-
isActive
|
|
17853
|
+
icon: string | null;
|
|
17854
|
+
isActive?: boolean | undefined;
|
|
17713
17855
|
count?: number | undefined;
|
|
17714
17856
|
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
17715
17857
|
type: string;
|
|
17716
17858
|
targetId: number;
|
|
17717
17859
|
targetType: string;
|
|
17718
17860
|
label: string;
|
|
17719
|
-
icon: string;
|
|
17720
|
-
isActive
|
|
17861
|
+
icon: string | null;
|
|
17862
|
+
isActive?: boolean | undefined;
|
|
17721
17863
|
count?: number | undefined;
|
|
17722
17864
|
}>;
|
|
17723
17865
|
type: string;
|
|
@@ -17729,32 +17871,32 @@ declare const SocialActions: {
|
|
|
17729
17871
|
targetId: number;
|
|
17730
17872
|
targetType: string;
|
|
17731
17873
|
label: string;
|
|
17732
|
-
icon: string;
|
|
17733
|
-
isActive
|
|
17874
|
+
icon: string | null;
|
|
17875
|
+
isActive?: boolean | undefined;
|
|
17734
17876
|
count?: number | undefined;
|
|
17735
17877
|
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_4, EntityState<{
|
|
17736
17878
|
type: string;
|
|
17737
17879
|
targetId: number;
|
|
17738
17880
|
targetType: string;
|
|
17739
17881
|
label: string;
|
|
17740
|
-
icon: string;
|
|
17741
|
-
isActive
|
|
17882
|
+
icon: string | null;
|
|
17883
|
+
isActive?: boolean | undefined;
|
|
17742
17884
|
count?: number | undefined;
|
|
17743
17885
|
}>, S_4>, entities: readonly {
|
|
17744
17886
|
type: string;
|
|
17745
17887
|
targetId: number;
|
|
17746
17888
|
targetType: string;
|
|
17747
17889
|
label: string;
|
|
17748
|
-
icon: string;
|
|
17749
|
-
isActive
|
|
17890
|
+
icon: string | null;
|
|
17891
|
+
isActive?: boolean | undefined;
|
|
17750
17892
|
count?: number | undefined;
|
|
17751
17893
|
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
17752
17894
|
type: string;
|
|
17753
17895
|
targetId: number;
|
|
17754
17896
|
targetType: string;
|
|
17755
17897
|
label: string;
|
|
17756
|
-
icon: string;
|
|
17757
|
-
isActive
|
|
17898
|
+
icon: string | null;
|
|
17899
|
+
isActive?: boolean | undefined;
|
|
17758
17900
|
count?: number | undefined;
|
|
17759
17901
|
}>): S_4;
|
|
17760
17902
|
<S_5 extends EntityState<{
|
|
@@ -17762,16 +17904,16 @@ declare const SocialActions: {
|
|
|
17762
17904
|
targetId: number;
|
|
17763
17905
|
targetType: string;
|
|
17764
17906
|
label: string;
|
|
17765
|
-
icon: string;
|
|
17766
|
-
isActive
|
|
17907
|
+
icon: string | null;
|
|
17908
|
+
isActive?: boolean | undefined;
|
|
17767
17909
|
count?: number | undefined;
|
|
17768
17910
|
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_5, EntityState<{
|
|
17769
17911
|
type: string;
|
|
17770
17912
|
targetId: number;
|
|
17771
17913
|
targetType: string;
|
|
17772
17914
|
label: string;
|
|
17773
|
-
icon: string;
|
|
17774
|
-
isActive
|
|
17915
|
+
icon: string | null;
|
|
17916
|
+
isActive?: boolean | undefined;
|
|
17775
17917
|
count?: number | undefined;
|
|
17776
17918
|
}>, S_5>, entities: {
|
|
17777
17919
|
payload: readonly {
|
|
@@ -17779,16 +17921,16 @@ declare const SocialActions: {
|
|
|
17779
17921
|
targetId: number;
|
|
17780
17922
|
targetType: string;
|
|
17781
17923
|
label: string;
|
|
17782
|
-
icon: string;
|
|
17783
|
-
isActive
|
|
17924
|
+
icon: string | null;
|
|
17925
|
+
isActive?: boolean | undefined;
|
|
17784
17926
|
count?: number | undefined;
|
|
17785
17927
|
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
17786
17928
|
type: string;
|
|
17787
17929
|
targetId: number;
|
|
17788
17930
|
targetType: string;
|
|
17789
17931
|
label: string;
|
|
17790
|
-
icon: string;
|
|
17791
|
-
isActive
|
|
17932
|
+
icon: string | null;
|
|
17933
|
+
isActive?: boolean | undefined;
|
|
17792
17934
|
count?: number | undefined;
|
|
17793
17935
|
}>;
|
|
17794
17936
|
type: string;
|
|
@@ -17799,16 +17941,16 @@ declare const SocialActions: {
|
|
|
17799
17941
|
targetId: number;
|
|
17800
17942
|
targetType: string;
|
|
17801
17943
|
label: string;
|
|
17802
|
-
icon: string;
|
|
17803
|
-
isActive
|
|
17944
|
+
icon: string | null;
|
|
17945
|
+
isActive?: boolean | undefined;
|
|
17804
17946
|
count?: number | undefined;
|
|
17805
17947
|
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_6, EntityState<{
|
|
17806
17948
|
type: string;
|
|
17807
17949
|
targetId: number;
|
|
17808
17950
|
targetType: string;
|
|
17809
17951
|
label: string;
|
|
17810
|
-
icon: string;
|
|
17811
|
-
isActive
|
|
17952
|
+
icon: string | null;
|
|
17953
|
+
isActive?: boolean | undefined;
|
|
17812
17954
|
count?: number | undefined;
|
|
17813
17955
|
}>, S_6>) => S_6;
|
|
17814
17956
|
updateOne: {
|
|
@@ -17817,24 +17959,24 @@ declare const SocialActions: {
|
|
|
17817
17959
|
targetId: number;
|
|
17818
17960
|
targetType: string;
|
|
17819
17961
|
label: string;
|
|
17820
|
-
icon: string;
|
|
17821
|
-
isActive
|
|
17962
|
+
icon: string | null;
|
|
17963
|
+
isActive?: boolean | undefined;
|
|
17822
17964
|
count?: number | undefined;
|
|
17823
17965
|
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_7, EntityState<{
|
|
17824
17966
|
type: string;
|
|
17825
17967
|
targetId: number;
|
|
17826
17968
|
targetType: string;
|
|
17827
17969
|
label: string;
|
|
17828
|
-
icon: string;
|
|
17829
|
-
isActive
|
|
17970
|
+
icon: string | null;
|
|
17971
|
+
isActive?: boolean | undefined;
|
|
17830
17972
|
count?: number | undefined;
|
|
17831
17973
|
}>, S_7>, update: _reduxjs_toolkit.Update<{
|
|
17832
17974
|
type: string;
|
|
17833
17975
|
targetId: number;
|
|
17834
17976
|
targetType: string;
|
|
17835
17977
|
label: string;
|
|
17836
|
-
icon: string;
|
|
17837
|
-
isActive
|
|
17978
|
+
icon: string | null;
|
|
17979
|
+
isActive?: boolean | undefined;
|
|
17838
17980
|
count?: number | undefined;
|
|
17839
17981
|
}>): S_7;
|
|
17840
17982
|
<S_8 extends EntityState<{
|
|
@@ -17842,16 +17984,16 @@ declare const SocialActions: {
|
|
|
17842
17984
|
targetId: number;
|
|
17843
17985
|
targetType: string;
|
|
17844
17986
|
label: string;
|
|
17845
|
-
icon: string;
|
|
17846
|
-
isActive
|
|
17987
|
+
icon: string | null;
|
|
17988
|
+
isActive?: boolean | undefined;
|
|
17847
17989
|
count?: number | undefined;
|
|
17848
17990
|
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_8, EntityState<{
|
|
17849
17991
|
type: string;
|
|
17850
17992
|
targetId: number;
|
|
17851
17993
|
targetType: string;
|
|
17852
17994
|
label: string;
|
|
17853
|
-
icon: string;
|
|
17854
|
-
isActive
|
|
17995
|
+
icon: string | null;
|
|
17996
|
+
isActive?: boolean | undefined;
|
|
17855
17997
|
count?: number | undefined;
|
|
17856
17998
|
}>, S_8>, update: {
|
|
17857
17999
|
payload: _reduxjs_toolkit.Update<{
|
|
@@ -17859,8 +18001,8 @@ declare const SocialActions: {
|
|
|
17859
18001
|
targetId: number;
|
|
17860
18002
|
targetType: string;
|
|
17861
18003
|
label: string;
|
|
17862
|
-
icon: string;
|
|
17863
|
-
isActive
|
|
18004
|
+
icon: string | null;
|
|
18005
|
+
isActive?: boolean | undefined;
|
|
17864
18006
|
count?: number | undefined;
|
|
17865
18007
|
}>;
|
|
17866
18008
|
type: string;
|
|
@@ -17873,8 +18015,8 @@ declare const SocialActions: {
|
|
|
17873
18015
|
targetId: number;
|
|
17874
18016
|
targetType: string;
|
|
17875
18017
|
label: string;
|
|
17876
|
-
icon: string;
|
|
17877
|
-
isActive
|
|
18018
|
+
icon: string | null;
|
|
18019
|
+
isActive?: boolean | undefined;
|
|
17878
18020
|
count?: number | undefined;
|
|
17879
18021
|
}, "socialActions/addOne">;
|
|
17880
18022
|
addMany: _reduxjs_toolkit.ActionCreatorWithPayload<readonly {
|
|
@@ -17882,16 +18024,16 @@ declare const SocialActions: {
|
|
|
17882
18024
|
targetId: number;
|
|
17883
18025
|
targetType: string;
|
|
17884
18026
|
label: string;
|
|
17885
|
-
icon: string;
|
|
17886
|
-
isActive
|
|
18027
|
+
icon: string | null;
|
|
18028
|
+
isActive?: boolean | undefined;
|
|
17887
18029
|
count?: number | undefined;
|
|
17888
18030
|
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
17889
18031
|
type: string;
|
|
17890
18032
|
targetId: number;
|
|
17891
18033
|
targetType: string;
|
|
17892
18034
|
label: string;
|
|
17893
|
-
icon: string;
|
|
17894
|
-
isActive
|
|
18035
|
+
icon: string | null;
|
|
18036
|
+
isActive?: boolean | undefined;
|
|
17895
18037
|
count?: number | undefined;
|
|
17896
18038
|
}>, "socialActions/addMany">;
|
|
17897
18039
|
setAll: _reduxjs_toolkit.ActionCreatorWithPayload<readonly {
|
|
@@ -17899,16 +18041,16 @@ declare const SocialActions: {
|
|
|
17899
18041
|
targetId: number;
|
|
17900
18042
|
targetType: string;
|
|
17901
18043
|
label: string;
|
|
17902
|
-
icon: string;
|
|
17903
|
-
isActive
|
|
18044
|
+
icon: string | null;
|
|
18045
|
+
isActive?: boolean | undefined;
|
|
17904
18046
|
count?: number | undefined;
|
|
17905
18047
|
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
17906
18048
|
type: string;
|
|
17907
18049
|
targetId: number;
|
|
17908
18050
|
targetType: string;
|
|
17909
18051
|
label: string;
|
|
17910
|
-
icon: string;
|
|
17911
|
-
isActive
|
|
18052
|
+
icon: string | null;
|
|
18053
|
+
isActive?: boolean | undefined;
|
|
17912
18054
|
count?: number | undefined;
|
|
17913
18055
|
}>, "socialActions/setAll">;
|
|
17914
18056
|
clear: _reduxjs_toolkit.ActionCreatorWithoutPayload<"socialActions/clear">;
|
|
@@ -17917,8 +18059,8 @@ declare const SocialActions: {
|
|
|
17917
18059
|
targetId: number;
|
|
17918
18060
|
targetType: string;
|
|
17919
18061
|
label: string;
|
|
17920
|
-
icon: string;
|
|
17921
|
-
isActive
|
|
18062
|
+
icon: string | null;
|
|
18063
|
+
isActive?: boolean | undefined;
|
|
17922
18064
|
count?: number | undefined;
|
|
17923
18065
|
}>, "socialActions/updateOne">;
|
|
17924
18066
|
};
|
|
@@ -17927,8 +18069,8 @@ declare const SocialActions: {
|
|
|
17927
18069
|
targetId: number;
|
|
17928
18070
|
targetType: string;
|
|
17929
18071
|
label: string;
|
|
17930
|
-
icon: string;
|
|
17931
|
-
isActive
|
|
18072
|
+
icon: string | null;
|
|
18073
|
+
isActive?: boolean | undefined;
|
|
17932
18074
|
count?: number | undefined;
|
|
17933
18075
|
}, RootState$1>;
|
|
17934
18076
|
};
|