jamespot-front-business 1.2.30 → 1.2.32
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 +120 -43
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +118 -44
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +271 -2
- 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, PagingResults, ContentReportStatus, BookmarkRawList, CommentWithExtensions, jCommentList, ExtraBotConfig, 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';
|
|
4
|
+
import { jUserLittle, Filters, Orders, AdminLogNavigation, AdminLogObject, AdminLogSearch, AnimationConfigurationType, AnimationStats, ApplicationType, ApiWrapper, BookableAssetList, AssetReservationConfiguration, ReservationList, PagingResults, ContentReportStatus, BookmarkRawList, CommentWithExtensions, jCommentList, ExtraBotConfig, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, Model as Model$1, NetworkType, WedocFileType, TeamWorkTaskStatus, 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';
|
|
@@ -20203,6 +20203,275 @@ declare const Share: {
|
|
|
20203
20203
|
};
|
|
20204
20204
|
};
|
|
20205
20205
|
|
|
20206
|
+
type TeamWorkSliceToDoState = {
|
|
20207
|
+
status: TeamWorkTaskStatus;
|
|
20208
|
+
message: undefined | string;
|
|
20209
|
+
};
|
|
20210
|
+
type TeamWorkRootState = {
|
|
20211
|
+
teamWork: {
|
|
20212
|
+
teamWorkToDo: TeamWorkSliceToDoState;
|
|
20213
|
+
};
|
|
20214
|
+
};
|
|
20215
|
+
|
|
20216
|
+
declare const teamWorkSlice: {
|
|
20217
|
+
name: "teamWork";
|
|
20218
|
+
reducer: redux.Reducer<redux.CombinedState<{
|
|
20219
|
+
teamWorkToDo: TeamWorkSliceToDoState;
|
|
20220
|
+
}>, redux.AnyAction>;
|
|
20221
|
+
};
|
|
20222
|
+
declare const teamworkReducer: redux.Reducer<redux.CombinedState<{
|
|
20223
|
+
teamWorkToDo: TeamWorkSliceToDoState;
|
|
20224
|
+
}>, redux.AnyAction>;
|
|
20225
|
+
declare const TeamWork: {
|
|
20226
|
+
slice: {
|
|
20227
|
+
name: "teamWork";
|
|
20228
|
+
reducer: redux.Reducer<redux.CombinedState<{
|
|
20229
|
+
teamWorkToDo: TeamWorkSliceToDoState;
|
|
20230
|
+
}>, redux.AnyAction>;
|
|
20231
|
+
};
|
|
20232
|
+
actions: {
|
|
20233
|
+
startToDoCreation: _reduxjs_toolkit.AsyncThunk<boolean, void, {
|
|
20234
|
+
dispatch: any;
|
|
20235
|
+
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
20236
|
+
widgets: {
|
|
20237
|
+
layers: Record<string, {
|
|
20238
|
+
title: string;
|
|
20239
|
+
visible: boolean;
|
|
20240
|
+
widgets: jamespot_user_api.WidgetWrapperGeneric<({
|
|
20241
|
+
layers?: string[] | undefined;
|
|
20242
|
+
} & jamespot_user_api.WidgetArticleAttachmentType) | ({
|
|
20243
|
+
layers?: string[] | undefined;
|
|
20244
|
+
} & jamespot_user_api.WidgetArticleButtonType) | ({
|
|
20245
|
+
layers?: string[] | undefined;
|
|
20246
|
+
} & jamespot_user_api.WidgetArticleGalleryType) | ({
|
|
20247
|
+
layers?: string[] | undefined;
|
|
20248
|
+
} & jamespot_user_api.WidgetArticleImageType) | ({
|
|
20249
|
+
layers?: string[] | undefined;
|
|
20250
|
+
} & jamespot_user_api.WidgetArticleTitleType) | ({
|
|
20251
|
+
layers?: string[] | undefined;
|
|
20252
|
+
} & jamespot_user_api.WidgetArticleTextType) | ({
|
|
20253
|
+
layers?: string[] | undefined;
|
|
20254
|
+
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
20255
|
+
layers?: string[] | undefined;
|
|
20256
|
+
} & jamespot_user_api.WidgetType<{
|
|
20257
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
20258
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
20259
|
+
css?: Record<string, string> | undefined;
|
|
20260
|
+
edit?: boolean | undefined;
|
|
20261
|
+
}>) | ({
|
|
20262
|
+
layers?: string[] | undefined;
|
|
20263
|
+
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
20264
|
+
layers?: string[] | undefined;
|
|
20265
|
+
} & {
|
|
20266
|
+
name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
|
|
20267
|
+
uniqid: string;
|
|
20268
|
+
content: {
|
|
20269
|
+
limit?: number | boolean | undefined;
|
|
20270
|
+
uri?: string | undefined;
|
|
20271
|
+
tableColumnsData?: {
|
|
20272
|
+
name?: string | undefined;
|
|
20273
|
+
label?: string | undefined;
|
|
20274
|
+
isVisible?: boolean | undefined;
|
|
20275
|
+
textEllipsis?: boolean | undefined;
|
|
20276
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
20277
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
20278
|
+
}[] | undefined;
|
|
20279
|
+
tableHeadColor?: string | undefined;
|
|
20280
|
+
tableHeadTextColor?: string | undefined;
|
|
20281
|
+
tableHeadIconColor?: string | undefined;
|
|
20282
|
+
tableRowColor?: string | undefined;
|
|
20283
|
+
tableRowTextColor?: string | undefined;
|
|
20284
|
+
tableBorderRadius?: number | undefined;
|
|
20285
|
+
tableSizedColumns?: boolean | undefined;
|
|
20286
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
20287
|
+
};
|
|
20288
|
+
}) | ({
|
|
20289
|
+
layers?: string[] | undefined;
|
|
20290
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
20291
|
+
layers?: string[] | undefined;
|
|
20292
|
+
} & jamespot_user_api.WidgetQuickSurveyType) | ({
|
|
20293
|
+
layers?: string[] | undefined;
|
|
20294
|
+
} & jamespot_user_api.WidgetType<{
|
|
20295
|
+
calEventsLimit?: boolean | undefined;
|
|
20296
|
+
calEventsLimitValue?: number | undefined;
|
|
20297
|
+
calEventsPromptStatus?: string | undefined;
|
|
20298
|
+
}>) | ({
|
|
20299
|
+
layers?: string[] | undefined;
|
|
20300
|
+
} & jamespot_user_api.WidgetType<{
|
|
20301
|
+
contactLimit?: boolean | undefined;
|
|
20302
|
+
contactLimitValue?: number | undefined;
|
|
20303
|
+
contactPromptStatus?: string | undefined;
|
|
20304
|
+
}>) | ({
|
|
20305
|
+
layers?: string[] | undefined;
|
|
20306
|
+
} & jamespot_user_api.WidgetType<{
|
|
20307
|
+
emailsLimit?: boolean | undefined;
|
|
20308
|
+
emailsLimitValue?: number | undefined;
|
|
20309
|
+
emailsPromptStatus?: string | undefined;
|
|
20310
|
+
}>) | ({
|
|
20311
|
+
layers?: string[] | undefined;
|
|
20312
|
+
} & jamespot_user_api.WidgetType<{
|
|
20313
|
+
url?: string | undefined;
|
|
20314
|
+
}>)>[];
|
|
20315
|
+
uniqid: string;
|
|
20316
|
+
locked: boolean;
|
|
20317
|
+
position?: {
|
|
20318
|
+
x: number;
|
|
20319
|
+
y: number;
|
|
20320
|
+
} | undefined;
|
|
20321
|
+
}>;
|
|
20322
|
+
ids: Record<string, jamespot_user_api.WidgetWrapperGeneric<({
|
|
20323
|
+
layers?: string[] | undefined;
|
|
20324
|
+
} & jamespot_user_api.WidgetArticleAttachmentType) | ({
|
|
20325
|
+
layers?: string[] | undefined;
|
|
20326
|
+
} & jamespot_user_api.WidgetArticleButtonType) | ({
|
|
20327
|
+
layers?: string[] | undefined;
|
|
20328
|
+
} & jamespot_user_api.WidgetArticleGalleryType) | ({
|
|
20329
|
+
layers?: string[] | undefined;
|
|
20330
|
+
} & jamespot_user_api.WidgetArticleImageType) | ({
|
|
20331
|
+
layers?: string[] | undefined;
|
|
20332
|
+
} & jamespot_user_api.WidgetArticleTitleType) | ({
|
|
20333
|
+
layers?: string[] | undefined;
|
|
20334
|
+
} & jamespot_user_api.WidgetArticleTextType) | ({
|
|
20335
|
+
layers?: string[] | undefined;
|
|
20336
|
+
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
20337
|
+
layers?: string[] | undefined;
|
|
20338
|
+
} & jamespot_user_api.WidgetType<{
|
|
20339
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
20340
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
20341
|
+
css?: Record<string, string> | undefined;
|
|
20342
|
+
edit?: boolean | undefined;
|
|
20343
|
+
}>) | ({
|
|
20344
|
+
layers?: string[] | undefined;
|
|
20345
|
+
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
20346
|
+
layers?: string[] | undefined;
|
|
20347
|
+
} & {
|
|
20348
|
+
name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
|
|
20349
|
+
uniqid: string;
|
|
20350
|
+
content: {
|
|
20351
|
+
limit?: number | boolean | undefined;
|
|
20352
|
+
uri?: string | undefined;
|
|
20353
|
+
tableColumnsData?: {
|
|
20354
|
+
name?: string | undefined;
|
|
20355
|
+
label?: string | undefined;
|
|
20356
|
+
isVisible?: boolean | undefined;
|
|
20357
|
+
textEllipsis?: boolean | undefined;
|
|
20358
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
20359
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
20360
|
+
}[] | undefined;
|
|
20361
|
+
tableHeadColor?: string | undefined;
|
|
20362
|
+
tableHeadTextColor?: string | undefined;
|
|
20363
|
+
tableHeadIconColor?: string | undefined;
|
|
20364
|
+
tableRowColor?: string | undefined;
|
|
20365
|
+
tableRowTextColor?: string | undefined;
|
|
20366
|
+
tableBorderRadius?: number | undefined;
|
|
20367
|
+
tableSizedColumns?: boolean | undefined;
|
|
20368
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
20369
|
+
};
|
|
20370
|
+
}) | ({
|
|
20371
|
+
layers?: string[] | undefined;
|
|
20372
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
20373
|
+
layers?: string[] | undefined;
|
|
20374
|
+
} & jamespot_user_api.WidgetQuickSurveyType) | ({
|
|
20375
|
+
layers?: string[] | undefined;
|
|
20376
|
+
} & jamespot_user_api.WidgetType<{
|
|
20377
|
+
calEventsLimit?: boolean | undefined;
|
|
20378
|
+
calEventsLimitValue?: number | undefined;
|
|
20379
|
+
calEventsPromptStatus?: string | undefined;
|
|
20380
|
+
}>) | ({
|
|
20381
|
+
layers?: string[] | undefined;
|
|
20382
|
+
} & jamespot_user_api.WidgetType<{
|
|
20383
|
+
contactLimit?: boolean | undefined;
|
|
20384
|
+
contactLimitValue?: number | undefined;
|
|
20385
|
+
contactPromptStatus?: string | undefined;
|
|
20386
|
+
}>) | ({
|
|
20387
|
+
layers?: string[] | undefined;
|
|
20388
|
+
} & jamespot_user_api.WidgetType<{
|
|
20389
|
+
emailsLimit?: boolean | undefined;
|
|
20390
|
+
emailsLimitValue?: number | undefined;
|
|
20391
|
+
emailsPromptStatus?: string | undefined;
|
|
20392
|
+
}>) | ({
|
|
20393
|
+
layers?: string[] | undefined;
|
|
20394
|
+
} & jamespot_user_api.WidgetType<{
|
|
20395
|
+
url?: string | undefined;
|
|
20396
|
+
}>)>>;
|
|
20397
|
+
states: Record<string, {
|
|
20398
|
+
busy?: boolean | undefined;
|
|
20399
|
+
loading?: boolean | undefined;
|
|
20400
|
+
initialized?: boolean | undefined;
|
|
20401
|
+
mounted?: boolean | undefined;
|
|
20402
|
+
hover?: boolean | undefined;
|
|
20403
|
+
empty?: boolean | undefined;
|
|
20404
|
+
locked?: boolean | undefined;
|
|
20405
|
+
}>;
|
|
20406
|
+
editableMap: Record<string, {
|
|
20407
|
+
uniqid: string;
|
|
20408
|
+
index: number;
|
|
20409
|
+
}>;
|
|
20410
|
+
currentEditableIndex: number;
|
|
20411
|
+
widgetWrapperStyle: Record<string, Record<string, string | number>>;
|
|
20412
|
+
widgetTitleStyle: Record<string, Record<string, string | number>>;
|
|
20413
|
+
widgetObject: Record<string, {
|
|
20414
|
+
type?: string | undefined;
|
|
20415
|
+
uri?: string | undefined;
|
|
20416
|
+
id?: number | undefined;
|
|
20417
|
+
mainType?: string | undefined;
|
|
20418
|
+
dateCreation?: string | undefined;
|
|
20419
|
+
dateModified?: string | null | undefined;
|
|
20420
|
+
title?: string | undefined;
|
|
20421
|
+
_url?: string | undefined;
|
|
20422
|
+
}>;
|
|
20423
|
+
widgetObjectRights: Record<string, jamespot_user_api.Rights>;
|
|
20424
|
+
widgetChipCount: Record<string, number>;
|
|
20425
|
+
widgetAuthor: Record<string, {
|
|
20426
|
+
type?: string | undefined;
|
|
20427
|
+
uri?: string | undefined;
|
|
20428
|
+
id?: number | undefined;
|
|
20429
|
+
mainType?: string | undefined;
|
|
20430
|
+
dateCreation?: string | undefined;
|
|
20431
|
+
dateModified?: string | undefined;
|
|
20432
|
+
title?: string | undefined;
|
|
20433
|
+
_url?: string | undefined;
|
|
20434
|
+
level?: 0 | 9 | 3 | 5 | undefined;
|
|
20435
|
+
variant?: "extraBot" | undefined;
|
|
20436
|
+
}>;
|
|
20437
|
+
flushedWidgets: string[];
|
|
20438
|
+
rtObjectStack: {
|
|
20439
|
+
object: jamespot_user_api.jObjectBase & {
|
|
20440
|
+
title: string;
|
|
20441
|
+
_url: string;
|
|
20442
|
+
};
|
|
20443
|
+
uniqid: string;
|
|
20444
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
20445
|
+
}[];
|
|
20446
|
+
widgetContext: Record<string, "article" | "comment">;
|
|
20447
|
+
token?: string | undefined;
|
|
20448
|
+
modal?: {
|
|
20449
|
+
title?: string | undefined;
|
|
20450
|
+
view?: any;
|
|
20451
|
+
} | undefined;
|
|
20452
|
+
currentEditableWidgetId?: string | undefined;
|
|
20453
|
+
};
|
|
20454
|
+
} & WedocAppRootState & UserCurrentRootState> & TeamWorkRootState;
|
|
20455
|
+
extra: {
|
|
20456
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
20457
|
+
};
|
|
20458
|
+
rejectValue: {
|
|
20459
|
+
error: number;
|
|
20460
|
+
errorMsg: string;
|
|
20461
|
+
};
|
|
20462
|
+
serializedErrorType?: unknown;
|
|
20463
|
+
pendingMeta?: unknown;
|
|
20464
|
+
fulfilledMeta?: unknown;
|
|
20465
|
+
rejectedMeta?: unknown;
|
|
20466
|
+
}>;
|
|
20467
|
+
setMessageAndStatus: _reduxjs_toolkit.ActionCreatorWithPayload<TeamWorkSliceToDoState, "teamWorkToDo/setMessageAndStatus">;
|
|
20468
|
+
};
|
|
20469
|
+
selectors: {
|
|
20470
|
+
selectToDoState: (state: TeamWorkRootState) => TeamWorkSliceToDoState;
|
|
20471
|
+
};
|
|
20472
|
+
getTeamWorkRTHandlers: (dispatch: RTDispatch) => jamespot_user_api.RTMessageHandler<"TEAMWORK", "update">[];
|
|
20473
|
+
};
|
|
20474
|
+
|
|
20206
20475
|
type TVDisplayRootState = {
|
|
20207
20476
|
tvDisplay: ChannelsListRootState;
|
|
20208
20477
|
};
|
|
@@ -26246,4 +26515,4 @@ declare const studio: {
|
|
|
26246
26515
|
};
|
|
26247
26516
|
};
|
|
26248
26517
|
|
|
26249
|
-
export { APP_STATUS_TYPE, AUDIENCE, AccessRightObjectList, Action, AdminLogs, 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, AppSyncViewFieldOrder, 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, ContentReport, ContentReportRootState, ContentReportSliceRootState, ContentTypePropertyValue, Create, CreateComposant, CurrentStudioAppRootState, CurrentStudioAppState, Description, Display, DisplayComposant, Displays, EditorProps, EditorsRootState, EditorsState, Element, ExtraAppFieldsItemName, ExtraAppFieldsItemViews, ExtraAppFieldsItemViewsValues, ExtraBot, ExtraBotFormModalOpen, ExtraBotFormModalState, ExtraBotGlobalState, ExtraBotListAllState, ExtraBotListMinesState, ExtraBotRootState, ExtraBotState, 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, adminLogsReducer, adminLogsSlice, animationsReducer, animationsSlice, bookmarkEditRootState, bookmarkEditState, bookmarkListRootState, bookmarkListState, contentReportSlice, extraBotSlice, fetchExtraBotListAll, fetchExtraBotListMines, fetchMediaLibraryConfig, fetchMediaLibraryFilesStats, fetchMediaLibraryFolders, fetchMediaLibraryFoldersStats, fetchMediaLibraryStats, fetchMediaLibraryUnclassifiedFiles, fetchPads, fetchReports, jland, magicPadSlice, mediaLibraryReducer, mediaLibrarySlice, saveExtraBot, selectExtraBotListAll, selectExtraBotListMines, slice, studio, toggleExtraBotActivation, updateListBotProperty, updateStatus, updateWidgetContent, viewsList };
|
|
26518
|
+
export { APP_STATUS_TYPE, AUDIENCE, AccessRightObjectList, Action, AdminLogs, 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, AppSyncViewFieldOrder, 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, ContentReport, ContentReportRootState, ContentReportSliceRootState, ContentTypePropertyValue, Create, CreateComposant, CurrentStudioAppRootState, CurrentStudioAppState, Description, Display, DisplayComposant, Displays, EditorProps, EditorsRootState, EditorsState, Element, ExtraAppFieldsItemName, ExtraAppFieldsItemViews, ExtraAppFieldsItemViewsValues, ExtraBot, ExtraBotFormModalOpen, ExtraBotFormModalState, ExtraBotGlobalState, ExtraBotListAllState, ExtraBotListMinesState, ExtraBotRootState, ExtraBotState, 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, TeamWork, TeamWorkRootState, TeamWorkSliceToDoState, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, UserCurrent, UserCurrentRootState, Values, ViewName, WedocApp, WedocAppRootState, WedocAppState, WedocAppTabKeys, WedocFilesQuery, Widget, WidgetEditor, actions, adminLogsReducer, adminLogsSlice, animationsReducer, animationsSlice, bookmarkEditRootState, bookmarkEditState, bookmarkListRootState, bookmarkListState, contentReportSlice, extraBotSlice, fetchExtraBotListAll, fetchExtraBotListMines, fetchMediaLibraryConfig, fetchMediaLibraryFilesStats, fetchMediaLibraryFolders, fetchMediaLibraryFoldersStats, fetchMediaLibraryStats, fetchMediaLibraryUnclassifiedFiles, fetchPads, fetchReports, jland, magicPadSlice, mediaLibraryReducer, mediaLibrarySlice, saveExtraBot, selectExtraBotListAll, selectExtraBotListMines, slice, studio, teamWorkSlice, teamworkReducer, toggleExtraBotActivation, updateListBotProperty, updateStatus, updateWidgetContent, viewsList };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.32",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@reduxjs/toolkit": "1.9.0",
|
|
45
45
|
"@types/uuid": "^10.0.0",
|
|
46
|
-
"jamespot-user-api": "^1.2.
|
|
46
|
+
"jamespot-user-api": "^1.2.32",
|
|
47
47
|
"react-redux": "7.2.9",
|
|
48
48
|
"redux": "4.2.0",
|
|
49
49
|
"uuid": "^10.0.0"
|