jamespot-front-business 1.1.85 → 1.1.86
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 +22 -13
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +22 -13
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +253 -28
- 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, BookableAssetList, AssetReservationConfiguration, ReservationList, jCommentList, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, PagingResults, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults,
|
|
4
|
+
import { jUserLittle, Filters, Orders, AdminLogNavigation, AdminLogObject, AdminLogSearch, AnimationConfigurationType, AnimationStats, ApplicationType, ApiWrapper, BookableAssetList, AssetReservationConfiguration, ReservationList, jCommentList, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, PagingResults, 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';
|
|
@@ -2548,25 +2548,26 @@ type ApplicationRootState = {
|
|
|
2548
2548
|
applications: EntityState<ApplicationType>;
|
|
2549
2549
|
};
|
|
2550
2550
|
};
|
|
2551
|
+
|
|
2551
2552
|
declare const Application: {
|
|
2552
|
-
slice: _reduxjs_toolkit.Slice<EntityState<ApplicationType>, {
|
|
2553
|
+
slice: _reduxjs_toolkit.Slice<_reduxjs_toolkit.EntityState<ApplicationType>, {
|
|
2553
2554
|
addOne: {
|
|
2554
|
-
<S extends EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S, EntityState<ApplicationType>, S>, entity: ApplicationType): S;
|
|
2555
|
-
<S_1 extends EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_1, EntityState<ApplicationType>, S_1>, action: {
|
|
2555
|
+
<S extends _reduxjs_toolkit.EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S, _reduxjs_toolkit.EntityState<ApplicationType>, S>, entity: ApplicationType): S;
|
|
2556
|
+
<S_1 extends _reduxjs_toolkit.EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_1, _reduxjs_toolkit.EntityState<ApplicationType>, S_1>, action: {
|
|
2556
2557
|
payload: ApplicationType;
|
|
2557
2558
|
type: string;
|
|
2558
2559
|
}): S_1;
|
|
2559
2560
|
};
|
|
2560
2561
|
addMany: {
|
|
2561
|
-
<S_2 extends EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_2, EntityState<ApplicationType>, S_2>, entities: readonly ApplicationType[] | Record<_reduxjs_toolkit.EntityId, ApplicationType>): S_2;
|
|
2562
|
-
<S_3 extends EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_3, EntityState<ApplicationType>, S_3>, entities: {
|
|
2562
|
+
<S_2 extends _reduxjs_toolkit.EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_2, _reduxjs_toolkit.EntityState<ApplicationType>, S_2>, entities: readonly ApplicationType[] | Record<_reduxjs_toolkit.EntityId, ApplicationType>): S_2;
|
|
2563
|
+
<S_3 extends _reduxjs_toolkit.EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_3, _reduxjs_toolkit.EntityState<ApplicationType>, S_3>, entities: {
|
|
2563
2564
|
payload: readonly ApplicationType[] | Record<_reduxjs_toolkit.EntityId, ApplicationType>;
|
|
2564
2565
|
type: string;
|
|
2565
2566
|
}): S_3;
|
|
2566
2567
|
};
|
|
2567
2568
|
setAll: {
|
|
2568
|
-
<S_4 extends EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_4, EntityState<ApplicationType>, S_4>, entities: readonly ApplicationType[] | Record<_reduxjs_toolkit.EntityId, ApplicationType>): S_4;
|
|
2569
|
-
<S_5 extends EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_5, EntityState<ApplicationType>, S_5>, entities: {
|
|
2569
|
+
<S_4 extends _reduxjs_toolkit.EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_4, _reduxjs_toolkit.EntityState<ApplicationType>, S_4>, entities: readonly ApplicationType[] | Record<_reduxjs_toolkit.EntityId, ApplicationType>): S_4;
|
|
2570
|
+
<S_5 extends _reduxjs_toolkit.EntityState<ApplicationType>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_5, _reduxjs_toolkit.EntityState<ApplicationType>, S_5>, entities: {
|
|
2570
2571
|
payload: readonly ApplicationType[] | Record<_reduxjs_toolkit.EntityId, ApplicationType>;
|
|
2571
2572
|
type: string;
|
|
2572
2573
|
}): S_5;
|
|
@@ -2576,6 +2577,230 @@ declare const Application: {
|
|
|
2576
2577
|
addOne: _reduxjs_toolkit.ActionCreatorWithPayload<ApplicationType, "applications/addOne">;
|
|
2577
2578
|
addMany: _reduxjs_toolkit.ActionCreatorWithPayload<readonly ApplicationType[] | Record<_reduxjs_toolkit.EntityId, ApplicationType>, "applications/addMany">;
|
|
2578
2579
|
setAll: _reduxjs_toolkit.ActionCreatorWithPayload<readonly ApplicationType[] | Record<_reduxjs_toolkit.EntityId, ApplicationType>, "applications/setAll">;
|
|
2580
|
+
fetchList: _reduxjs_toolkit.AsyncThunk<ApiWrapper<ApplicationType[], jamespot_user_api.BaseMessages>, void, {
|
|
2581
|
+
dispatch: any;
|
|
2582
|
+
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
2583
|
+
widgets: {
|
|
2584
|
+
layers: Record<string, {
|
|
2585
|
+
title: string;
|
|
2586
|
+
visible: boolean;
|
|
2587
|
+
widgets: jamespot_user_api.WidgetWrapperGeneric<({
|
|
2588
|
+
layers?: string[] | undefined;
|
|
2589
|
+
} & jamespot_user_api.WidgetArticleAttachmentType) | ({
|
|
2590
|
+
layers?: string[] | undefined;
|
|
2591
|
+
} & jamespot_user_api.WidgetArticleButtonType) | ({
|
|
2592
|
+
layers?: string[] | undefined;
|
|
2593
|
+
} & jamespot_user_api.WidgetArticleGalleryType) | ({
|
|
2594
|
+
layers?: string[] | undefined;
|
|
2595
|
+
} & jamespot_user_api.WidgetArticleImageType) | ({
|
|
2596
|
+
layers?: string[] | undefined;
|
|
2597
|
+
} & jamespot_user_api.WidgetArticleTitleType) | ({
|
|
2598
|
+
layers?: string[] | undefined;
|
|
2599
|
+
} & jamespot_user_api.WidgetArticleTextType) | ({
|
|
2600
|
+
layers?: string[] | undefined;
|
|
2601
|
+
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2602
|
+
layers?: string[] | undefined;
|
|
2603
|
+
} & jamespot_user_api.WidgetType<{
|
|
2604
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2605
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2606
|
+
css?: Record<string, string> | undefined;
|
|
2607
|
+
edit?: boolean | undefined;
|
|
2608
|
+
}>) | ({
|
|
2609
|
+
layers?: string[] | undefined;
|
|
2610
|
+
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2611
|
+
layers?: string[] | undefined;
|
|
2612
|
+
} & {
|
|
2613
|
+
name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
|
|
2614
|
+
uniqid: string;
|
|
2615
|
+
content: {
|
|
2616
|
+
uri?: string | undefined;
|
|
2617
|
+
limit?: number | boolean | undefined;
|
|
2618
|
+
tableColumnsData?: {
|
|
2619
|
+
name?: string | undefined;
|
|
2620
|
+
label?: string | undefined;
|
|
2621
|
+
isVisible?: boolean | undefined;
|
|
2622
|
+
textEllipsis?: boolean | undefined;
|
|
2623
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
2624
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
2625
|
+
}[] | undefined;
|
|
2626
|
+
tableHeadColor?: string | undefined;
|
|
2627
|
+
tableHeadTextColor?: string | undefined;
|
|
2628
|
+
tableHeadIconColor?: string | undefined;
|
|
2629
|
+
tableRowColor?: string | undefined;
|
|
2630
|
+
tableRowTextColor?: string | undefined;
|
|
2631
|
+
tableBorderRadius?: number | undefined;
|
|
2632
|
+
tableSizedColumns?: boolean | undefined;
|
|
2633
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
2634
|
+
};
|
|
2635
|
+
}) | ({
|
|
2636
|
+
layers?: string[] | undefined;
|
|
2637
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2638
|
+
layers?: string[] | undefined;
|
|
2639
|
+
} & jamespot_user_api.WidgetQuickSurveyType) | ({
|
|
2640
|
+
layers?: string[] | undefined;
|
|
2641
|
+
} & jamespot_user_api.WidgetType<{
|
|
2642
|
+
calEventsLimit?: boolean | undefined;
|
|
2643
|
+
calEventsLimitValue?: number | undefined;
|
|
2644
|
+
calEventsPromptStatus?: string | undefined;
|
|
2645
|
+
}>) | ({
|
|
2646
|
+
layers?: string[] | undefined;
|
|
2647
|
+
} & jamespot_user_api.WidgetType<{
|
|
2648
|
+
contactLimit?: boolean | undefined;
|
|
2649
|
+
contactLimitValue?: number | undefined;
|
|
2650
|
+
contactPromptStatus?: string | undefined;
|
|
2651
|
+
}>) | ({
|
|
2652
|
+
layers?: string[] | undefined;
|
|
2653
|
+
} & jamespot_user_api.WidgetType<{
|
|
2654
|
+
emailsLimit?: boolean | undefined;
|
|
2655
|
+
emailsLimitValue?: number | undefined;
|
|
2656
|
+
emailsPromptStatus?: string | undefined;
|
|
2657
|
+
}>)>[];
|
|
2658
|
+
uniqid: string;
|
|
2659
|
+
locked: boolean;
|
|
2660
|
+
position?: {
|
|
2661
|
+
x: number;
|
|
2662
|
+
y: number;
|
|
2663
|
+
} | undefined;
|
|
2664
|
+
}>;
|
|
2665
|
+
ids: Record<string, jamespot_user_api.WidgetWrapperGeneric<({
|
|
2666
|
+
layers?: string[] | undefined;
|
|
2667
|
+
} & jamespot_user_api.WidgetArticleAttachmentType) | ({
|
|
2668
|
+
layers?: string[] | undefined;
|
|
2669
|
+
} & jamespot_user_api.WidgetArticleButtonType) | ({
|
|
2670
|
+
layers?: string[] | undefined;
|
|
2671
|
+
} & jamespot_user_api.WidgetArticleGalleryType) | ({
|
|
2672
|
+
layers?: string[] | undefined;
|
|
2673
|
+
} & jamespot_user_api.WidgetArticleImageType) | ({
|
|
2674
|
+
layers?: string[] | undefined;
|
|
2675
|
+
} & jamespot_user_api.WidgetArticleTitleType) | ({
|
|
2676
|
+
layers?: string[] | undefined;
|
|
2677
|
+
} & jamespot_user_api.WidgetArticleTextType) | ({
|
|
2678
|
+
layers?: string[] | undefined;
|
|
2679
|
+
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2680
|
+
layers?: string[] | undefined;
|
|
2681
|
+
} & jamespot_user_api.WidgetType<{
|
|
2682
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2683
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2684
|
+
css?: Record<string, string> | undefined;
|
|
2685
|
+
edit?: boolean | undefined;
|
|
2686
|
+
}>) | ({
|
|
2687
|
+
layers?: string[] | undefined;
|
|
2688
|
+
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2689
|
+
layers?: string[] | undefined;
|
|
2690
|
+
} & {
|
|
2691
|
+
name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
|
|
2692
|
+
uniqid: string;
|
|
2693
|
+
content: {
|
|
2694
|
+
uri?: string | undefined;
|
|
2695
|
+
limit?: number | boolean | undefined;
|
|
2696
|
+
tableColumnsData?: {
|
|
2697
|
+
name?: string | undefined;
|
|
2698
|
+
label?: string | undefined;
|
|
2699
|
+
isVisible?: boolean | undefined;
|
|
2700
|
+
textEllipsis?: boolean | undefined;
|
|
2701
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
2702
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
2703
|
+
}[] | undefined;
|
|
2704
|
+
tableHeadColor?: string | undefined;
|
|
2705
|
+
tableHeadTextColor?: string | undefined;
|
|
2706
|
+
tableHeadIconColor?: string | undefined;
|
|
2707
|
+
tableRowColor?: string | undefined;
|
|
2708
|
+
tableRowTextColor?: string | undefined;
|
|
2709
|
+
tableBorderRadius?: number | undefined;
|
|
2710
|
+
tableSizedColumns?: boolean | undefined;
|
|
2711
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
2712
|
+
};
|
|
2713
|
+
}) | ({
|
|
2714
|
+
layers?: string[] | undefined;
|
|
2715
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2716
|
+
layers?: string[] | undefined;
|
|
2717
|
+
} & jamespot_user_api.WidgetQuickSurveyType) | ({
|
|
2718
|
+
layers?: string[] | undefined;
|
|
2719
|
+
} & jamespot_user_api.WidgetType<{
|
|
2720
|
+
calEventsLimit?: boolean | undefined;
|
|
2721
|
+
calEventsLimitValue?: number | undefined;
|
|
2722
|
+
calEventsPromptStatus?: string | undefined;
|
|
2723
|
+
}>) | ({
|
|
2724
|
+
layers?: string[] | undefined;
|
|
2725
|
+
} & jamespot_user_api.WidgetType<{
|
|
2726
|
+
contactLimit?: boolean | undefined;
|
|
2727
|
+
contactLimitValue?: number | undefined;
|
|
2728
|
+
contactPromptStatus?: string | undefined;
|
|
2729
|
+
}>) | ({
|
|
2730
|
+
layers?: string[] | undefined;
|
|
2731
|
+
} & jamespot_user_api.WidgetType<{
|
|
2732
|
+
emailsLimit?: boolean | undefined;
|
|
2733
|
+
emailsLimitValue?: number | undefined;
|
|
2734
|
+
emailsPromptStatus?: string | undefined;
|
|
2735
|
+
}>)>>;
|
|
2736
|
+
states: Record<string, {
|
|
2737
|
+
busy?: boolean | undefined;
|
|
2738
|
+
loading?: boolean | undefined;
|
|
2739
|
+
initialized?: boolean | undefined;
|
|
2740
|
+
mounted?: boolean | undefined;
|
|
2741
|
+
hover?: boolean | undefined;
|
|
2742
|
+
empty?: boolean | undefined;
|
|
2743
|
+
locked?: boolean | undefined;
|
|
2744
|
+
}>;
|
|
2745
|
+
editableMap: Record<string, {
|
|
2746
|
+
uniqid: string;
|
|
2747
|
+
index: number;
|
|
2748
|
+
}>;
|
|
2749
|
+
currentEditableIndex: number;
|
|
2750
|
+
widgetWrapperStyle: Record<string, Record<string, string | number>>;
|
|
2751
|
+
widgetTitleStyle: Record<string, Record<string, string | number>>;
|
|
2752
|
+
widgetObject: Record<string, {
|
|
2753
|
+
type?: string | undefined;
|
|
2754
|
+
id?: number | undefined;
|
|
2755
|
+
mainType?: string | undefined;
|
|
2756
|
+
uri?: string | undefined;
|
|
2757
|
+
dateCreation?: string | undefined;
|
|
2758
|
+
dateModified?: string | null | undefined;
|
|
2759
|
+
title?: string | undefined;
|
|
2760
|
+
_url?: string | undefined;
|
|
2761
|
+
}>;
|
|
2762
|
+
widgetObjectRights: Record<string, jamespot_user_api.Rights>;
|
|
2763
|
+
widgetChipCount: Record<string, number>;
|
|
2764
|
+
widgetAuthor: Record<string, {
|
|
2765
|
+
type?: string | undefined;
|
|
2766
|
+
id?: number | undefined;
|
|
2767
|
+
mainType?: string | undefined;
|
|
2768
|
+
uri?: string | undefined;
|
|
2769
|
+
dateCreation?: string | undefined;
|
|
2770
|
+
dateModified?: string | undefined;
|
|
2771
|
+
title?: string | undefined;
|
|
2772
|
+
_url?: string | undefined;
|
|
2773
|
+
level?: 0 | 9 | 3 | 5 | undefined;
|
|
2774
|
+
}>;
|
|
2775
|
+
flushedWidgets: string[];
|
|
2776
|
+
rtObjectStack: {
|
|
2777
|
+
object: jamespot_user_api.jObjectBase & {
|
|
2778
|
+
title: string;
|
|
2779
|
+
_url: string;
|
|
2780
|
+
};
|
|
2781
|
+
uniqid: string;
|
|
2782
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2783
|
+
}[];
|
|
2784
|
+
token?: string | undefined;
|
|
2785
|
+
modal?: {
|
|
2786
|
+
title?: string | undefined;
|
|
2787
|
+
view?: any;
|
|
2788
|
+
} | undefined;
|
|
2789
|
+
currentEditableWidgetId?: string | undefined;
|
|
2790
|
+
};
|
|
2791
|
+
} & WedocAppRootState & UserCurrentRootState> & ApplicationRootState;
|
|
2792
|
+
extra: {
|
|
2793
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
2794
|
+
};
|
|
2795
|
+
rejectValue: {
|
|
2796
|
+
error: number;
|
|
2797
|
+
errorMsg: string;
|
|
2798
|
+
};
|
|
2799
|
+
serializedErrorType?: unknown;
|
|
2800
|
+
pendingMeta?: unknown;
|
|
2801
|
+
fulfilledMeta?: unknown;
|
|
2802
|
+
rejectedMeta?: unknown;
|
|
2803
|
+
}>;
|
|
2579
2804
|
};
|
|
2580
2805
|
selectors: _reduxjs_toolkit.EntitySelectors<ApplicationType, ApplicationRootState>;
|
|
2581
2806
|
};
|
|
@@ -4823,6 +5048,7 @@ declare const Bookmark: {
|
|
|
4823
5048
|
srcType: string;
|
|
4824
5049
|
targetId: number;
|
|
4825
5050
|
targetType: string | null;
|
|
5051
|
+
url?: string | null | undefined;
|
|
4826
5052
|
dateCreation?: string | undefined;
|
|
4827
5053
|
dateModified?: string | null | undefined;
|
|
4828
5054
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -4831,7 +5057,6 @@ declare const Bookmark: {
|
|
|
4831
5057
|
bookmarkOrder?: number | undefined;
|
|
4832
5058
|
bookmarkLabel?: string | undefined;
|
|
4833
5059
|
bookmarkMeta?: string | null | undefined;
|
|
4834
|
-
url?: string | null | undefined;
|
|
4835
5060
|
}, "bookmarkList/addBookmarkRT">;
|
|
4836
5061
|
deleteBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
4837
5062
|
id: number;
|
|
@@ -4843,6 +5068,7 @@ declare const Bookmark: {
|
|
|
4843
5068
|
srcType: string;
|
|
4844
5069
|
targetId: number;
|
|
4845
5070
|
targetType: string | null;
|
|
5071
|
+
url?: string | null | undefined;
|
|
4846
5072
|
dateCreation?: string | undefined;
|
|
4847
5073
|
dateModified?: string | null | undefined;
|
|
4848
5074
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -4851,7 +5077,6 @@ declare const Bookmark: {
|
|
|
4851
5077
|
bookmarkOrder?: number | undefined;
|
|
4852
5078
|
bookmarkLabel?: string | undefined;
|
|
4853
5079
|
bookmarkMeta?: string | null | undefined;
|
|
4854
|
-
url?: string | null | undefined;
|
|
4855
5080
|
}, "bookmarkList/deleteBookmarkRT">;
|
|
4856
5081
|
updateBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
4857
5082
|
id: number;
|
|
@@ -4863,6 +5088,7 @@ declare const Bookmark: {
|
|
|
4863
5088
|
srcType: string;
|
|
4864
5089
|
targetId: number;
|
|
4865
5090
|
targetType: string | null;
|
|
5091
|
+
url?: string | null | undefined;
|
|
4866
5092
|
dateCreation?: string | undefined;
|
|
4867
5093
|
dateModified?: string | null | undefined;
|
|
4868
5094
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -4871,7 +5097,6 @@ declare const Bookmark: {
|
|
|
4871
5097
|
bookmarkOrder?: number | undefined;
|
|
4872
5098
|
bookmarkLabel?: string | undefined;
|
|
4873
5099
|
bookmarkMeta?: string | null | undefined;
|
|
4874
|
-
url?: string | null | undefined;
|
|
4875
5100
|
}, "bookmarkList/updateBookmarkRT">;
|
|
4876
5101
|
setEditBookmark: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
4877
5102
|
id: number;
|
|
@@ -4883,6 +5108,7 @@ declare const Bookmark: {
|
|
|
4883
5108
|
srcType: string;
|
|
4884
5109
|
targetId: number;
|
|
4885
5110
|
targetType: string | null;
|
|
5111
|
+
url?: string | null | undefined;
|
|
4886
5112
|
dateCreation?: string | undefined;
|
|
4887
5113
|
dateModified?: string | null | undefined;
|
|
4888
5114
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -4891,7 +5117,6 @@ declare const Bookmark: {
|
|
|
4891
5117
|
bookmarkOrder?: number | undefined;
|
|
4892
5118
|
bookmarkLabel?: string | undefined;
|
|
4893
5119
|
bookmarkMeta?: string | null | undefined;
|
|
4894
|
-
url?: string | null | undefined;
|
|
4895
5120
|
}, "bookmarkEdit/setEditBookmark">;
|
|
4896
5121
|
unsetEditBookmark: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/unsetEditBookmark">;
|
|
4897
5122
|
resetStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/resetStatus">;
|
|
@@ -4905,6 +5130,7 @@ declare const Bookmark: {
|
|
|
4905
5130
|
srcType: string;
|
|
4906
5131
|
targetId: number;
|
|
4907
5132
|
targetType: string | null;
|
|
5133
|
+
url?: string | null | undefined;
|
|
4908
5134
|
dateCreation?: string | undefined;
|
|
4909
5135
|
dateModified?: string | null | undefined;
|
|
4910
5136
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -4913,7 +5139,6 @@ declare const Bookmark: {
|
|
|
4913
5139
|
bookmarkOrder?: number | undefined;
|
|
4914
5140
|
bookmarkLabel?: string | undefined;
|
|
4915
5141
|
bookmarkMeta?: string | null | undefined;
|
|
4916
|
-
url?: string | null | undefined;
|
|
4917
5142
|
}, jamespot_user_api.BaseMessages>, void, {
|
|
4918
5143
|
dispatch: any;
|
|
4919
5144
|
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -5148,6 +5373,7 @@ declare const Bookmark: {
|
|
|
5148
5373
|
srcType: string;
|
|
5149
5374
|
targetId: number;
|
|
5150
5375
|
targetType: string | null;
|
|
5376
|
+
url?: string | null | undefined;
|
|
5151
5377
|
dateCreation?: string | undefined;
|
|
5152
5378
|
dateModified?: string | null | undefined;
|
|
5153
5379
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -5156,7 +5382,6 @@ declare const Bookmark: {
|
|
|
5156
5382
|
bookmarkOrder?: number | undefined;
|
|
5157
5383
|
bookmarkLabel?: string | undefined;
|
|
5158
5384
|
bookmarkMeta?: string | null | undefined;
|
|
5159
|
-
url?: string | null | undefined;
|
|
5160
5385
|
} | {
|
|
5161
5386
|
id: number;
|
|
5162
5387
|
mainType: string;
|
|
@@ -5169,13 +5394,13 @@ declare const Bookmark: {
|
|
|
5169
5394
|
targetType: string | null;
|
|
5170
5395
|
_cssColor: string;
|
|
5171
5396
|
_cssClass: string;
|
|
5397
|
+
url?: string | null | undefined;
|
|
5172
5398
|
_src?: jamespot_user_api.jObjectLittle | undefined;
|
|
5173
5399
|
_target?: jamespot_user_api.jObjectLittle | undefined;
|
|
5174
5400
|
bookmarkUrl?: string | null | undefined;
|
|
5175
5401
|
bookmarkOrder?: string | undefined;
|
|
5176
5402
|
bookmarkLabel?: string | undefined;
|
|
5177
5403
|
bookmarkMeta?: string | null | undefined;
|
|
5178
|
-
url?: string | null | undefined;
|
|
5179
5404
|
_values?: {
|
|
5180
5405
|
dateCreation: string;
|
|
5181
5406
|
dateModified: string;
|
|
@@ -5190,6 +5415,7 @@ declare const Bookmark: {
|
|
|
5190
5415
|
srcType: string;
|
|
5191
5416
|
targetId: number;
|
|
5192
5417
|
targetType: string | null;
|
|
5418
|
+
url?: string | null | undefined;
|
|
5193
5419
|
dateCreation?: string | undefined;
|
|
5194
5420
|
dateModified?: string | null | undefined;
|
|
5195
5421
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -5198,7 +5424,6 @@ declare const Bookmark: {
|
|
|
5198
5424
|
bookmarkOrder?: number | undefined;
|
|
5199
5425
|
bookmarkLabel?: string | undefined;
|
|
5200
5426
|
bookmarkMeta?: string | null | undefined;
|
|
5201
|
-
url?: string | null | undefined;
|
|
5202
5427
|
}, jamespot_user_api.BaseMessages>, ({
|
|
5203
5428
|
bookmarkUrl?: string | null | undefined;
|
|
5204
5429
|
bookmarkLabel?: string | undefined;
|
|
@@ -5444,6 +5669,7 @@ declare const Bookmark: {
|
|
|
5444
5669
|
srcType: string;
|
|
5445
5670
|
targetId: number;
|
|
5446
5671
|
targetType: string | null;
|
|
5672
|
+
url?: string | null | undefined;
|
|
5447
5673
|
dateCreation?: string | undefined;
|
|
5448
5674
|
dateModified?: string | null | undefined;
|
|
5449
5675
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -5452,7 +5678,6 @@ declare const Bookmark: {
|
|
|
5452
5678
|
bookmarkOrder?: number | undefined;
|
|
5453
5679
|
bookmarkLabel?: string | undefined;
|
|
5454
5680
|
bookmarkMeta?: string | null | undefined;
|
|
5455
|
-
url?: string | null | undefined;
|
|
5456
5681
|
}, "id">;
|
|
5457
5682
|
bookmarkReference: Pick<{
|
|
5458
5683
|
id: number;
|
|
@@ -5464,6 +5689,7 @@ declare const Bookmark: {
|
|
|
5464
5689
|
srcType: string;
|
|
5465
5690
|
targetId: number;
|
|
5466
5691
|
targetType: string | null;
|
|
5692
|
+
url?: string | null | undefined;
|
|
5467
5693
|
dateCreation?: string | undefined;
|
|
5468
5694
|
dateModified?: string | null | undefined;
|
|
5469
5695
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -5472,7 +5698,6 @@ declare const Bookmark: {
|
|
|
5472
5698
|
bookmarkOrder?: number | undefined;
|
|
5473
5699
|
bookmarkLabel?: string | undefined;
|
|
5474
5700
|
bookmarkMeta?: string | null | undefined;
|
|
5475
|
-
url?: string | null | undefined;
|
|
5476
5701
|
}, "id">;
|
|
5477
5702
|
position: "after" | "before";
|
|
5478
5703
|
}, {
|
|
@@ -5709,6 +5934,7 @@ declare const Bookmark: {
|
|
|
5709
5934
|
srcType: string;
|
|
5710
5935
|
targetId: number;
|
|
5711
5936
|
targetType: string | null;
|
|
5937
|
+
url?: string | null | undefined;
|
|
5712
5938
|
dateCreation?: string | undefined;
|
|
5713
5939
|
dateModified?: string | null | undefined;
|
|
5714
5940
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -5717,7 +5943,6 @@ declare const Bookmark: {
|
|
|
5717
5943
|
bookmarkOrder?: number | undefined;
|
|
5718
5944
|
bookmarkLabel?: string | undefined;
|
|
5719
5945
|
bookmarkMeta?: string | null | undefined;
|
|
5720
|
-
url?: string | null | undefined;
|
|
5721
5946
|
}, "id"> & {
|
|
5722
5947
|
requestId?: string | undefined;
|
|
5723
5948
|
}, {
|
|
@@ -5954,6 +6179,7 @@ declare const Bookmark: {
|
|
|
5954
6179
|
srcType: string;
|
|
5955
6180
|
targetId: number;
|
|
5956
6181
|
targetType: string | null;
|
|
6182
|
+
url?: string | null | undefined;
|
|
5957
6183
|
dateCreation?: string | undefined;
|
|
5958
6184
|
dateModified?: string | null | undefined;
|
|
5959
6185
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -5962,7 +6188,6 @@ declare const Bookmark: {
|
|
|
5962
6188
|
bookmarkOrder?: number | undefined;
|
|
5963
6189
|
bookmarkLabel?: string | undefined;
|
|
5964
6190
|
bookmarkMeta?: string | null | undefined;
|
|
5965
|
-
url?: string | null | undefined;
|
|
5966
6191
|
}>, {
|
|
5967
6192
|
dispatch: any;
|
|
5968
6193
|
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -6201,6 +6426,7 @@ declare const Bookmark: {
|
|
|
6201
6426
|
srcType: string;
|
|
6202
6427
|
targetId: number;
|
|
6203
6428
|
targetType: string | null;
|
|
6429
|
+
url?: string | null | undefined;
|
|
6204
6430
|
dateCreation?: string | undefined;
|
|
6205
6431
|
dateModified?: string | null | undefined;
|
|
6206
6432
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -6209,7 +6435,6 @@ declare const Bookmark: {
|
|
|
6209
6435
|
bookmarkOrder?: number | undefined;
|
|
6210
6436
|
bookmarkLabel?: string | undefined;
|
|
6211
6437
|
bookmarkMeta?: string | null | undefined;
|
|
6212
|
-
url?: string | null | undefined;
|
|
6213
6438
|
} | undefined;
|
|
6214
6439
|
bookmarkByArticleId: (state: BookmarkRootState, idArticle: number) => {
|
|
6215
6440
|
id: number;
|
|
@@ -6221,6 +6446,7 @@ declare const Bookmark: {
|
|
|
6221
6446
|
srcType: string;
|
|
6222
6447
|
targetId: number;
|
|
6223
6448
|
targetType: string | null;
|
|
6449
|
+
url?: string | null | undefined;
|
|
6224
6450
|
dateCreation?: string | undefined;
|
|
6225
6451
|
dateModified?: string | null | undefined;
|
|
6226
6452
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -6229,7 +6455,6 @@ declare const Bookmark: {
|
|
|
6229
6455
|
bookmarkOrder?: number | undefined;
|
|
6230
6456
|
bookmarkLabel?: string | undefined;
|
|
6231
6457
|
bookmarkMeta?: string | null | undefined;
|
|
6232
|
-
url?: string | null | undefined;
|
|
6233
6458
|
} | undefined;
|
|
6234
6459
|
};
|
|
6235
6460
|
getRTHandlers: (dispatch: RTDispatch) => ({
|
|
@@ -13641,7 +13866,7 @@ declare const TVDisplay: {
|
|
|
13641
13866
|
tvChannelNumImages: 0;
|
|
13642
13867
|
tvChannelConfig: {
|
|
13643
13868
|
key: string;
|
|
13644
|
-
backgroundType?: "
|
|
13869
|
+
backgroundType?: "color" | "image" | undefined;
|
|
13645
13870
|
globalShowComment?: boolean | undefined;
|
|
13646
13871
|
scaleImg?: boolean | undefined;
|
|
13647
13872
|
contents?: {
|
|
@@ -13795,7 +14020,7 @@ declare const TVDisplay: {
|
|
|
13795
14020
|
tvChannelNumImages: number;
|
|
13796
14021
|
tvChannelConfig: {
|
|
13797
14022
|
key: string;
|
|
13798
|
-
backgroundType?: "
|
|
14023
|
+
backgroundType?: "color" | "image" | undefined;
|
|
13799
14024
|
globalShowComment?: boolean | undefined;
|
|
13800
14025
|
scaleImg?: boolean | undefined;
|
|
13801
14026
|
contents?: {
|
|
@@ -13955,7 +14180,7 @@ declare const TVDisplay: {
|
|
|
13955
14180
|
tvChannelNumImages: 0;
|
|
13956
14181
|
tvChannelConfig: {
|
|
13957
14182
|
key: string;
|
|
13958
|
-
backgroundType?: "
|
|
14183
|
+
backgroundType?: "color" | "image" | undefined;
|
|
13959
14184
|
globalShowComment?: boolean | undefined;
|
|
13960
14185
|
scaleImg?: boolean | undefined;
|
|
13961
14186
|
contents?: {
|
|
@@ -14109,7 +14334,7 @@ declare const TVDisplay: {
|
|
|
14109
14334
|
tvChannelNumImages: number;
|
|
14110
14335
|
tvChannelConfig: {
|
|
14111
14336
|
key: string;
|
|
14112
|
-
backgroundType?: "
|
|
14337
|
+
backgroundType?: "color" | "image" | undefined;
|
|
14113
14338
|
globalShowComment?: boolean | undefined;
|
|
14114
14339
|
scaleImg?: boolean | undefined;
|
|
14115
14340
|
contents?: {
|
|
@@ -14485,7 +14710,7 @@ declare const TVDisplay: {
|
|
|
14485
14710
|
tvChannelNumImages: 0;
|
|
14486
14711
|
tvChannelConfig: {
|
|
14487
14712
|
key: string;
|
|
14488
|
-
backgroundType?: "
|
|
14713
|
+
backgroundType?: "color" | "image" | undefined;
|
|
14489
14714
|
globalShowComment?: boolean | undefined;
|
|
14490
14715
|
scaleImg?: boolean | undefined;
|
|
14491
14716
|
contents?: {
|
|
@@ -14639,7 +14864,7 @@ declare const TVDisplay: {
|
|
|
14639
14864
|
tvChannelNumImages: number;
|
|
14640
14865
|
tvChannelConfig: {
|
|
14641
14866
|
key: string;
|
|
14642
|
-
backgroundType?: "
|
|
14867
|
+
backgroundType?: "color" | "image" | undefined;
|
|
14643
14868
|
globalShowComment?: boolean | undefined;
|
|
14644
14869
|
scaleImg?: boolean | undefined;
|
|
14645
14870
|
contents?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.86",
|
|
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.0.
|
|
46
|
+
"jamespot-user-api": "^1.0.214",
|
|
47
47
|
"react-redux": "7.2.9",
|
|
48
48
|
"redux": "4.2.0",
|
|
49
49
|
"uuid": "^10.0.0"
|