jamespot-front-business 1.2.49 → 1.2.50
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 +266 -20
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +266 -21
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +622 -31
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as jamespot_user_api from 'jamespot-user-api';
|
|
2
|
-
import { Filters, Orders, AnimationConfigurationType, AnimationStats, ApplicationType, BookableAssetList, AssetReservationConfiguration, ReservationList, WedocFileType, PagingResults, TVChannelList, ValueOf, StudioApplicationBase, jTaxonomyLittle, jUserLittle, ArticleWithExtensions, Articles, AdminLicensesNotAssigned, AudienceAutocomplete, ArticlesView, jUserList, AdminLogNavigation, AdminLogObject, AdminLogSearch, jExtraBotView, CommentWithExtensions, FormatComments, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, NetworkType, TeamWorkTaskStatus, TinyMCECommonOptions, TinyMCEExtendedOptions, WidgetKeys, WidgetDisplayMode, CombinedWidgetContent, Model as Model$1, WidgetsRootState, JamespotUserApi, ApiWrapper, ContentReportStatus, LicenseHookListType, ApiPagingResults, MediaLibraryFolderList, WidgetDefinitionProps, WidgetWrapperProps, SocialAction } from 'jamespot-user-api';
|
|
2
|
+
import { Filters, Orders, AnimationConfigurationType, AnimationStats, ApplicationType, BookableAssetList, AssetReservationConfiguration, ReservationList, WedocFileType, PagingResults, TVChannelList, ValueOf, StudioApplicationBase, jTaxonomyLittle, jUserLittle, ArticleWithExtensions, Articles, AdminLicensesNotAssigned, AudienceAutocomplete, ArticlesView, jUserList, AdminLogNavigation, AdminLogObject, AdminLogSearch, jExtraBotView, CommentWithExtensions, FormatComments, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, NetworkType, TeamWorkTaskStatus, TinyMCECommonOptions, TinyMCEExtendedOptions, WidgetKeys, WidgetDisplayMode, CombinedWidgetContent, Model as Model$1, CalendarEventWithExtensions, CalendarEventViewAbstractType, EventStatusFilter, UserResponseStatus, WidgetsRootState, JamespotUserApi, ApiWrapper, ContentReportStatus, LicenseHookListType, ApiPagingResults, MediaLibraryFolderList, WidgetDefinitionProps, WidgetWrapperProps, SocialAction } from 'jamespot-user-api';
|
|
3
3
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
4
4
|
import { EntityState, ThunkDispatch, AnyAction, PayloadAction } from '@reduxjs/toolkit';
|
|
5
5
|
import { ContentReportList } from 'jamespot-user-api/lib/src/types/contentReport';
|
|
@@ -963,7 +963,28 @@ type ModelRootState = {
|
|
|
963
963
|
models: EntityState<Model$1>;
|
|
964
964
|
};
|
|
965
965
|
|
|
966
|
-
type
|
|
966
|
+
type CalendarEventsRootState = Loading & {
|
|
967
|
+
list: CalendarEventWithExtensions<CalendarEventViewAbstractType, ['socialEventRecord']>[];
|
|
968
|
+
statuses: EventStatusFilter[];
|
|
969
|
+
types: Array<'socialEvent' | 'meeting' | 'animatedMeeting' | 'boardCard'>;
|
|
970
|
+
dates?: {
|
|
971
|
+
start: string;
|
|
972
|
+
end: string;
|
|
973
|
+
};
|
|
974
|
+
pendingStatusChanges: {
|
|
975
|
+
requestId: string;
|
|
976
|
+
prevStatus: UserResponseStatus;
|
|
977
|
+
prevSubscribersTotal: number;
|
|
978
|
+
eventId: number;
|
|
979
|
+
}[];
|
|
980
|
+
};
|
|
981
|
+
type CalendarRootState = {
|
|
982
|
+
calendar: {
|
|
983
|
+
events: CalendarEventsRootState;
|
|
984
|
+
};
|
|
985
|
+
};
|
|
986
|
+
|
|
987
|
+
type AsyncReducers = AdminLogsRootState & AnimationsRootState & AssetReservationRootState & BookmarkRootState & CalendarRootState & ContentReportRootState & EditorsRootState & ExtraBotRootState & FaqRootState & JLandRootState & MagicPadRootState & MediaLibraryRootState & ShareRootState & StudioRootState & TeamWorkRootState & TinyMCERootState & TVDisplayRootState & WedocAppRootState & WidgetsRootState;
|
|
967
988
|
type StaticReducers = {
|
|
968
989
|
entities: ApplicationRootState & ModelRootState;
|
|
969
990
|
} & CommentRootState & HookRootState & NetworkRootState & PlatformRootState & ToastRootState & UserCurrentRootState;
|
|
@@ -1562,16 +1583,15 @@ declare const Bookmark: {
|
|
|
1562
1583
|
resetMoveBookmarkStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkList/resetMoveBookmarkStatus">;
|
|
1563
1584
|
resetDeleteBookmarkStatus: _reduxjs_toolkit.ActionCreatorWithPayload<string, "bookmarkList/resetDeleteBookmarkStatus">;
|
|
1564
1585
|
addBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
1565
|
-
type: "bookmarkLink";
|
|
1566
1586
|
id: number;
|
|
1567
1587
|
mainType: string;
|
|
1588
|
+
type: "bookmarkLink";
|
|
1568
1589
|
uri: string;
|
|
1569
1590
|
value: string | null;
|
|
1570
1591
|
srcId: number;
|
|
1571
1592
|
srcType: string;
|
|
1572
1593
|
targetId: number;
|
|
1573
1594
|
targetType: string | null;
|
|
1574
|
-
url?: string | null | undefined;
|
|
1575
1595
|
dateCreation?: string | undefined;
|
|
1576
1596
|
dateModified?: string | null | undefined;
|
|
1577
1597
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1580,18 +1600,18 @@ declare const Bookmark: {
|
|
|
1580
1600
|
bookmarkOrder?: number | undefined;
|
|
1581
1601
|
bookmarkLabel?: string | undefined;
|
|
1582
1602
|
bookmarkMeta?: string | null | undefined;
|
|
1603
|
+
url?: string | null | undefined;
|
|
1583
1604
|
}, "bookmarkList/addBookmarkRT">;
|
|
1584
1605
|
deleteBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
1585
|
-
type: "bookmarkLink";
|
|
1586
1606
|
id: number;
|
|
1587
1607
|
mainType: string;
|
|
1608
|
+
type: "bookmarkLink";
|
|
1588
1609
|
uri: string;
|
|
1589
1610
|
value: string | null;
|
|
1590
1611
|
srcId: number;
|
|
1591
1612
|
srcType: string;
|
|
1592
1613
|
targetId: number;
|
|
1593
1614
|
targetType: string | null;
|
|
1594
|
-
url?: string | null | undefined;
|
|
1595
1615
|
dateCreation?: string | undefined;
|
|
1596
1616
|
dateModified?: string | null | undefined;
|
|
1597
1617
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1600,18 +1620,18 @@ declare const Bookmark: {
|
|
|
1600
1620
|
bookmarkOrder?: number | undefined;
|
|
1601
1621
|
bookmarkLabel?: string | undefined;
|
|
1602
1622
|
bookmarkMeta?: string | null | undefined;
|
|
1623
|
+
url?: string | null | undefined;
|
|
1603
1624
|
}, "bookmarkList/deleteBookmarkRT">;
|
|
1604
1625
|
updateBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
1605
|
-
type: "bookmarkLink";
|
|
1606
1626
|
id: number;
|
|
1607
1627
|
mainType: string;
|
|
1628
|
+
type: "bookmarkLink";
|
|
1608
1629
|
uri: string;
|
|
1609
1630
|
value: string | null;
|
|
1610
1631
|
srcId: number;
|
|
1611
1632
|
srcType: string;
|
|
1612
1633
|
targetId: number;
|
|
1613
1634
|
targetType: string | null;
|
|
1614
|
-
url?: string | null | undefined;
|
|
1615
1635
|
dateCreation?: string | undefined;
|
|
1616
1636
|
dateModified?: string | null | undefined;
|
|
1617
1637
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1620,18 +1640,18 @@ declare const Bookmark: {
|
|
|
1620
1640
|
bookmarkOrder?: number | undefined;
|
|
1621
1641
|
bookmarkLabel?: string | undefined;
|
|
1622
1642
|
bookmarkMeta?: string | null | undefined;
|
|
1643
|
+
url?: string | null | undefined;
|
|
1623
1644
|
}, "bookmarkList/updateBookmarkRT">;
|
|
1624
1645
|
setEditBookmark: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
1625
|
-
type: "bookmarkLink";
|
|
1626
1646
|
id: number;
|
|
1627
1647
|
mainType: string;
|
|
1648
|
+
type: "bookmarkLink";
|
|
1628
1649
|
uri: string;
|
|
1629
1650
|
value: string | null;
|
|
1630
1651
|
srcId: number;
|
|
1631
1652
|
srcType: string;
|
|
1632
1653
|
targetId: number;
|
|
1633
1654
|
targetType: string | null;
|
|
1634
|
-
url?: string | null | undefined;
|
|
1635
1655
|
dateCreation?: string | undefined;
|
|
1636
1656
|
dateModified?: string | null | undefined;
|
|
1637
1657
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1640,20 +1660,20 @@ declare const Bookmark: {
|
|
|
1640
1660
|
bookmarkOrder?: number | undefined;
|
|
1641
1661
|
bookmarkLabel?: string | undefined;
|
|
1642
1662
|
bookmarkMeta?: string | null | undefined;
|
|
1663
|
+
url?: string | null | undefined;
|
|
1643
1664
|
}, "bookmarkEdit/setEditBookmark">;
|
|
1644
1665
|
unsetEditBookmark: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/unsetEditBookmark">;
|
|
1645
1666
|
resetStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/resetStatus">;
|
|
1646
1667
|
fetchBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<{
|
|
1647
|
-
type: "bookmarkLink";
|
|
1648
1668
|
id: number;
|
|
1649
1669
|
mainType: string;
|
|
1670
|
+
type: "bookmarkLink";
|
|
1650
1671
|
uri: string;
|
|
1651
1672
|
value: string | null;
|
|
1652
1673
|
srcId: number;
|
|
1653
1674
|
srcType: string;
|
|
1654
1675
|
targetId: number;
|
|
1655
1676
|
targetType: string | null;
|
|
1656
|
-
url?: string | null | undefined;
|
|
1657
1677
|
dateCreation?: string | undefined;
|
|
1658
1678
|
dateModified?: string | null | undefined;
|
|
1659
1679
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1662,6 +1682,7 @@ declare const Bookmark: {
|
|
|
1662
1682
|
bookmarkOrder?: number | undefined;
|
|
1663
1683
|
bookmarkLabel?: string | undefined;
|
|
1664
1684
|
bookmarkMeta?: string | null | undefined;
|
|
1685
|
+
url?: string | null | undefined;
|
|
1665
1686
|
}>, void, {
|
|
1666
1687
|
dispatch: AppDispatch;
|
|
1667
1688
|
state: RootState$1;
|
|
@@ -1678,16 +1699,15 @@ declare const Bookmark: {
|
|
|
1678
1699
|
rejectedMeta?: unknown;
|
|
1679
1700
|
}>;
|
|
1680
1701
|
addBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<{
|
|
1681
|
-
type: "bookmarkLink";
|
|
1682
1702
|
id: number;
|
|
1683
1703
|
mainType: string;
|
|
1704
|
+
type: "bookmarkLink";
|
|
1684
1705
|
uri: string;
|
|
1685
1706
|
value: string | null;
|
|
1686
1707
|
srcId: number;
|
|
1687
1708
|
srcType: string;
|
|
1688
1709
|
targetId: number;
|
|
1689
1710
|
targetType: string | null;
|
|
1690
|
-
url?: string | null | undefined;
|
|
1691
1711
|
dateCreation?: string | undefined;
|
|
1692
1712
|
dateModified?: string | null | undefined;
|
|
1693
1713
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1696,10 +1716,11 @@ declare const Bookmark: {
|
|
|
1696
1716
|
bookmarkOrder?: number | undefined;
|
|
1697
1717
|
bookmarkLabel?: string | undefined;
|
|
1698
1718
|
bookmarkMeta?: string | null | undefined;
|
|
1719
|
+
url?: string | null | undefined;
|
|
1699
1720
|
} | {
|
|
1700
|
-
type: string;
|
|
1701
1721
|
id: number;
|
|
1702
1722
|
mainType: string;
|
|
1723
|
+
type: string;
|
|
1703
1724
|
uri: string;
|
|
1704
1725
|
value: string | null;
|
|
1705
1726
|
srcId: number;
|
|
@@ -1708,28 +1729,27 @@ declare const Bookmark: {
|
|
|
1708
1729
|
targetType: string | null;
|
|
1709
1730
|
_cssColor: string;
|
|
1710
1731
|
_cssClass: string;
|
|
1711
|
-
url?: string | null | undefined;
|
|
1712
1732
|
_src?: jamespot_user_api.jObjectLittle | undefined;
|
|
1713
1733
|
_target?: jamespot_user_api.jObjectLittle | undefined;
|
|
1714
1734
|
bookmarkUrl?: string | null | undefined;
|
|
1715
1735
|
bookmarkOrder?: string | undefined;
|
|
1716
1736
|
bookmarkLabel?: string | undefined;
|
|
1717
1737
|
bookmarkMeta?: string | null | undefined;
|
|
1738
|
+
url?: string | null | undefined;
|
|
1718
1739
|
_values?: {
|
|
1719
1740
|
dateCreation: string;
|
|
1720
1741
|
dateModified: string;
|
|
1721
1742
|
} | undefined;
|
|
1722
1743
|
}, jamespot_user_api.BaseMessagesOne> | jamespot_user_api.ApiWrapper<{
|
|
1723
|
-
type: "bookmarkLink";
|
|
1724
1744
|
id: number;
|
|
1725
1745
|
mainType: string;
|
|
1746
|
+
type: "bookmarkLink";
|
|
1726
1747
|
uri: string;
|
|
1727
1748
|
value: string | null;
|
|
1728
1749
|
srcId: number;
|
|
1729
1750
|
srcType: string;
|
|
1730
1751
|
targetId: number;
|
|
1731
1752
|
targetType: string | null;
|
|
1732
|
-
url?: string | null | undefined;
|
|
1733
1753
|
dateCreation?: string | undefined;
|
|
1734
1754
|
dateModified?: string | null | undefined;
|
|
1735
1755
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1738,6 +1758,7 @@ declare const Bookmark: {
|
|
|
1738
1758
|
bookmarkOrder?: number | undefined;
|
|
1739
1759
|
bookmarkLabel?: string | undefined;
|
|
1740
1760
|
bookmarkMeta?: string | null | undefined;
|
|
1761
|
+
url?: string | null | undefined;
|
|
1741
1762
|
}, jamespot_user_api.BaseMessages>, ({
|
|
1742
1763
|
bookmarkUrl?: string | null | undefined;
|
|
1743
1764
|
bookmarkLabel?: string | undefined;
|
|
@@ -1783,16 +1804,15 @@ declare const Bookmark: {
|
|
|
1783
1804
|
rejectedMeta?: unknown;
|
|
1784
1805
|
}>;
|
|
1785
1806
|
deleteBookmark: _reduxjs_toolkit.AsyncThunk<void, Pick<{
|
|
1786
|
-
type: "bookmarkLink";
|
|
1787
1807
|
id: number;
|
|
1788
1808
|
mainType: string;
|
|
1809
|
+
type: "bookmarkLink";
|
|
1789
1810
|
uri: string;
|
|
1790
1811
|
value: string | null;
|
|
1791
1812
|
srcId: number;
|
|
1792
1813
|
srcType: string;
|
|
1793
1814
|
targetId: number;
|
|
1794
1815
|
targetType: string | null;
|
|
1795
|
-
url?: string | null | undefined;
|
|
1796
1816
|
dateCreation?: string | undefined;
|
|
1797
1817
|
dateModified?: string | null | undefined;
|
|
1798
1818
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1801,6 +1821,7 @@ declare const Bookmark: {
|
|
|
1801
1821
|
bookmarkOrder?: number | undefined;
|
|
1802
1822
|
bookmarkLabel?: string | undefined;
|
|
1803
1823
|
bookmarkMeta?: string | null | undefined;
|
|
1824
|
+
url?: string | null | undefined;
|
|
1804
1825
|
}, "id"> & {
|
|
1805
1826
|
requestId?: string | undefined;
|
|
1806
1827
|
}, {
|
|
@@ -1819,16 +1840,15 @@ declare const Bookmark: {
|
|
|
1819
1840
|
rejectedMeta?: unknown;
|
|
1820
1841
|
}>;
|
|
1821
1842
|
editBookmark: _reduxjs_toolkit.AsyncThunk<void, Partial<{
|
|
1822
|
-
type: "bookmarkLink";
|
|
1823
1843
|
id: number;
|
|
1824
1844
|
mainType: string;
|
|
1845
|
+
type: "bookmarkLink";
|
|
1825
1846
|
uri: string;
|
|
1826
1847
|
value: string | null;
|
|
1827
1848
|
srcId: number;
|
|
1828
1849
|
srcType: string;
|
|
1829
1850
|
targetId: number;
|
|
1830
1851
|
targetType: string | null;
|
|
1831
|
-
url?: string | null | undefined;
|
|
1832
1852
|
dateCreation?: string | undefined;
|
|
1833
1853
|
dateModified?: string | null | undefined;
|
|
1834
1854
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1837,6 +1857,7 @@ declare const Bookmark: {
|
|
|
1837
1857
|
bookmarkOrder?: number | undefined;
|
|
1838
1858
|
bookmarkLabel?: string | undefined;
|
|
1839
1859
|
bookmarkMeta?: string | null | undefined;
|
|
1860
|
+
url?: string | null | undefined;
|
|
1840
1861
|
}>, {
|
|
1841
1862
|
dispatch: AppDispatch;
|
|
1842
1863
|
state: RootState$1;
|
|
@@ -1857,16 +1878,15 @@ declare const Bookmark: {
|
|
|
1857
1878
|
bookmarkList: (state: RootState$1) => bookmarkListState;
|
|
1858
1879
|
bookmarkListIsInitialized: (state: RootState$1) => boolean;
|
|
1859
1880
|
bookmarkEditBookmark: (state: RootState$1) => {
|
|
1860
|
-
type: "bookmarkLink";
|
|
1861
1881
|
id: number;
|
|
1862
1882
|
mainType: string;
|
|
1883
|
+
type: "bookmarkLink";
|
|
1863
1884
|
uri: string;
|
|
1864
1885
|
value: string | null;
|
|
1865
1886
|
srcId: number;
|
|
1866
1887
|
srcType: string;
|
|
1867
1888
|
targetId: number;
|
|
1868
1889
|
targetType: string | null;
|
|
1869
|
-
url?: string | null | undefined;
|
|
1870
1890
|
dateCreation?: string | undefined;
|
|
1871
1891
|
dateModified?: string | null | undefined;
|
|
1872
1892
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1875,18 +1895,18 @@ declare const Bookmark: {
|
|
|
1875
1895
|
bookmarkOrder?: number | undefined;
|
|
1876
1896
|
bookmarkLabel?: string | undefined;
|
|
1877
1897
|
bookmarkMeta?: string | null | undefined;
|
|
1898
|
+
url?: string | null | undefined;
|
|
1878
1899
|
} | undefined;
|
|
1879
1900
|
bookmarkByArticleId: (state: RootState$1, idArticle: number) => {
|
|
1880
|
-
type: "bookmarkLink";
|
|
1881
1901
|
id: number;
|
|
1882
1902
|
mainType: string;
|
|
1903
|
+
type: "bookmarkLink";
|
|
1883
1904
|
uri: string;
|
|
1884
1905
|
value: string | null;
|
|
1885
1906
|
srcId: number;
|
|
1886
1907
|
srcType: string;
|
|
1887
1908
|
targetId: number;
|
|
1888
1909
|
targetType: string | null;
|
|
1889
|
-
url?: string | null | undefined;
|
|
1890
1910
|
dateCreation?: string | undefined;
|
|
1891
1911
|
dateModified?: string | null | undefined;
|
|
1892
1912
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1895,19 +1915,590 @@ declare const Bookmark: {
|
|
|
1895
1915
|
bookmarkOrder?: number | undefined;
|
|
1896
1916
|
bookmarkLabel?: string | undefined;
|
|
1897
1917
|
bookmarkMeta?: string | null | undefined;
|
|
1918
|
+
url?: string | null | undefined;
|
|
1898
1919
|
} | undefined;
|
|
1899
1920
|
};
|
|
1900
1921
|
getRTHandlers: (dispatch: AppDispatch) => ({
|
|
1901
|
-
namespace: "CUSTOM-ACTION";
|
|
1902
|
-
function: "update" | "add" | "remove";
|
|
1903
|
-
handler: (message: jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "update", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "add", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "remove", {}, {}>) => void;
|
|
1904
|
-
} | {
|
|
1905
1922
|
namespace: "BOOKMARKS";
|
|
1906
1923
|
function: "update" | "add" | "delete";
|
|
1907
1924
|
handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
|
|
1925
|
+
} | {
|
|
1926
|
+
namespace: "CUSTOM-ACTION";
|
|
1927
|
+
function: "update" | "add" | "remove";
|
|
1928
|
+
handler: (message: jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "update", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "add", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "remove", {}, {}>) => void;
|
|
1908
1929
|
})[];
|
|
1909
1930
|
};
|
|
1910
1931
|
|
|
1932
|
+
declare const Calendar: {
|
|
1933
|
+
slice: {
|
|
1934
|
+
name: "calendar";
|
|
1935
|
+
reducer: redux.Reducer<redux.CombinedState<{
|
|
1936
|
+
events: CalendarEventsRootState;
|
|
1937
|
+
}>, redux.AnyAction>;
|
|
1938
|
+
};
|
|
1939
|
+
actions: {
|
|
1940
|
+
addEvent: _reduxjs_toolkit.ActionCreatorWithPayload<jamespot_user_api.CalendarEventWithExtensions<{
|
|
1941
|
+
id: number;
|
|
1942
|
+
type: string;
|
|
1943
|
+
uri: string;
|
|
1944
|
+
mainType: string;
|
|
1945
|
+
dateCreation: string;
|
|
1946
|
+
dateModified: string;
|
|
1947
|
+
title: string;
|
|
1948
|
+
_url: string;
|
|
1949
|
+
_user: jamespot_user_api.jObjectBase & {
|
|
1950
|
+
title: string;
|
|
1951
|
+
_url: string;
|
|
1952
|
+
} & {
|
|
1953
|
+
[key: string]: string | number | null | undefined;
|
|
1954
|
+
level: typeof jamespot_user_api.UserLevel[keyof typeof jamespot_user_api.UserLevel];
|
|
1955
|
+
dateCreation: string;
|
|
1956
|
+
dateModified: string;
|
|
1957
|
+
variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
|
|
1958
|
+
};
|
|
1959
|
+
_right: jamespot_user_api.Rights;
|
|
1960
|
+
_audience: (jamespot_user_api.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
|
|
1961
|
+
_attachedFiles: {
|
|
1962
|
+
id: number;
|
|
1963
|
+
type: string;
|
|
1964
|
+
uri: string;
|
|
1965
|
+
mainType: string;
|
|
1966
|
+
dateCreation: string;
|
|
1967
|
+
dateModified: string | null;
|
|
1968
|
+
title: string;
|
|
1969
|
+
_url: string;
|
|
1970
|
+
size: number;
|
|
1971
|
+
mimetype: string;
|
|
1972
|
+
path?: string | undefined;
|
|
1973
|
+
}[];
|
|
1974
|
+
image?: {
|
|
1975
|
+
width: number;
|
|
1976
|
+
height: number;
|
|
1977
|
+
} | undefined;
|
|
1978
|
+
place?: string | undefined;
|
|
1979
|
+
description?: string | null | undefined;
|
|
1980
|
+
backgroundColor?: string | null | undefined;
|
|
1981
|
+
textColor?: string | undefined;
|
|
1982
|
+
articleWidgets?: jamespot_user_api.WidgetWrapperGeneric<({
|
|
1983
|
+
layers?: string[] | undefined;
|
|
1984
|
+
} & jamespot_user_api.WidgetArticleAttachmentType) | ({
|
|
1985
|
+
layers?: string[] | undefined;
|
|
1986
|
+
} & jamespot_user_api.WidgetArticleButtonType) | ({
|
|
1987
|
+
layers?: string[] | undefined;
|
|
1988
|
+
} & jamespot_user_api.WidgetArticleGalleryType) | ({
|
|
1989
|
+
layers?: string[] | undefined;
|
|
1990
|
+
} & jamespot_user_api.WidgetArticleImageType) | ({
|
|
1991
|
+
layers?: string[] | undefined;
|
|
1992
|
+
} & jamespot_user_api.WidgetArticleTitleType) | ({
|
|
1993
|
+
layers?: string[] | undefined;
|
|
1994
|
+
} & jamespot_user_api.WidgetArticleTextType) | ({
|
|
1995
|
+
layers?: string[] | undefined;
|
|
1996
|
+
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1997
|
+
layers?: string[] | undefined;
|
|
1998
|
+
} & jamespot_user_api.WidgetType<{
|
|
1999
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2000
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2001
|
+
css?: Record<string, string> | undefined;
|
|
2002
|
+
edit?: boolean | undefined;
|
|
2003
|
+
}>) | ({
|
|
2004
|
+
layers?: string[] | undefined;
|
|
2005
|
+
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2006
|
+
layers?: string[] | undefined;
|
|
2007
|
+
} & {
|
|
2008
|
+
name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
|
|
2009
|
+
uniqid: string;
|
|
2010
|
+
content: {
|
|
2011
|
+
limit?: number | boolean | undefined;
|
|
2012
|
+
uri?: string | undefined;
|
|
2013
|
+
tableColumnsData?: {
|
|
2014
|
+
name?: string | undefined;
|
|
2015
|
+
label?: string | undefined;
|
|
2016
|
+
isVisible?: boolean | undefined;
|
|
2017
|
+
textEllipsis?: boolean | undefined;
|
|
2018
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
2019
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
2020
|
+
}[] | undefined;
|
|
2021
|
+
tableHeadColor?: string | undefined;
|
|
2022
|
+
tableHeadTextColor?: string | undefined;
|
|
2023
|
+
tableHeadIconColor?: string | undefined;
|
|
2024
|
+
tableRowColor?: string | undefined;
|
|
2025
|
+
tableRowTextColor?: string | undefined;
|
|
2026
|
+
tableBorderRadius?: number | undefined;
|
|
2027
|
+
tableSizedColumns?: boolean | undefined;
|
|
2028
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
2029
|
+
};
|
|
2030
|
+
}) | ({
|
|
2031
|
+
layers?: string[] | undefined;
|
|
2032
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2033
|
+
layers?: string[] | undefined;
|
|
2034
|
+
} & jamespot_user_api.WidgetQuickSurveyType) | ({
|
|
2035
|
+
layers?: string[] | undefined;
|
|
2036
|
+
} & jamespot_user_api.WidgetType<{
|
|
2037
|
+
calEventsLimit?: boolean | undefined;
|
|
2038
|
+
calEventsLimitValue?: number | undefined;
|
|
2039
|
+
calEventsPromptStatus?: string | undefined;
|
|
2040
|
+
}>) | ({
|
|
2041
|
+
layers?: string[] | undefined;
|
|
2042
|
+
} & jamespot_user_api.WidgetType<{
|
|
2043
|
+
contactLimit?: boolean | undefined;
|
|
2044
|
+
contactLimitValue?: number | undefined;
|
|
2045
|
+
contactPromptStatus?: string | undefined;
|
|
2046
|
+
}>) | ({
|
|
2047
|
+
layers?: string[] | undefined;
|
|
2048
|
+
} & jamespot_user_api.WidgetType<{
|
|
2049
|
+
emailsLimit?: boolean | undefined;
|
|
2050
|
+
emailsLimitValue?: number | undefined;
|
|
2051
|
+
emailsPromptStatus?: string | undefined;
|
|
2052
|
+
}>) | ({
|
|
2053
|
+
layers?: string[] | undefined;
|
|
2054
|
+
} & jamespot_user_api.WidgetType<{
|
|
2055
|
+
url?: string | undefined;
|
|
2056
|
+
}>)>[] | undefined;
|
|
2057
|
+
tags?: {
|
|
2058
|
+
id: string;
|
|
2059
|
+
name: string;
|
|
2060
|
+
type: string;
|
|
2061
|
+
class: string;
|
|
2062
|
+
uri: string;
|
|
2063
|
+
mainType: string;
|
|
2064
|
+
title: string;
|
|
2065
|
+
label: string;
|
|
2066
|
+
shortUri: string;
|
|
2067
|
+
cssClass: string;
|
|
2068
|
+
cssColor: string;
|
|
2069
|
+
}[] | undefined;
|
|
2070
|
+
processContext?: null | undefined;
|
|
2071
|
+
_transientCtx?: null | undefined;
|
|
2072
|
+
uiObjectLink?: jamespot_user_api.jObjectLittle[] | undefined;
|
|
2073
|
+
dateEnd?: string | undefined;
|
|
2074
|
+
dateStart?: string | undefined;
|
|
2075
|
+
address?: string | undefined;
|
|
2076
|
+
noGestion?: boolean | null | undefined;
|
|
2077
|
+
allDay?: boolean | undefined;
|
|
2078
|
+
socialEventUseCeiling?: boolean | undefined;
|
|
2079
|
+
socialEventCeiling?: number | null | undefined;
|
|
2080
|
+
urlGestion?: string | undefined;
|
|
2081
|
+
webinarUrlForGuests?: string | undefined;
|
|
2082
|
+
agenda?: string | undefined;
|
|
2083
|
+
report?: string | undefined;
|
|
2084
|
+
reportFile?: {
|
|
2085
|
+
id: number;
|
|
2086
|
+
type: string;
|
|
2087
|
+
uri: string;
|
|
2088
|
+
mainType: string;
|
|
2089
|
+
dateCreation: string;
|
|
2090
|
+
dateModified: string | null;
|
|
2091
|
+
title: string;
|
|
2092
|
+
_url: string;
|
|
2093
|
+
size: number;
|
|
2094
|
+
mimetype: string;
|
|
2095
|
+
path?: string | undefined;
|
|
2096
|
+
} | null | undefined;
|
|
2097
|
+
webinarUrl?: string | undefined;
|
|
2098
|
+
visioConnectUrl?: string | undefined;
|
|
2099
|
+
qrCodeValue?: string | undefined;
|
|
2100
|
+
}, ["socialEventRecord"]>, "events/addEvent">;
|
|
2101
|
+
removeEvent: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
2102
|
+
uri: string;
|
|
2103
|
+
}, "events/removeEvent">;
|
|
2104
|
+
updateEvent: _reduxjs_toolkit.ActionCreatorWithPayload<jamespot_user_api.CalendarEventWithExtensions<{
|
|
2105
|
+
id: number;
|
|
2106
|
+
type: string;
|
|
2107
|
+
uri: string;
|
|
2108
|
+
mainType: string;
|
|
2109
|
+
dateCreation: string;
|
|
2110
|
+
dateModified: string;
|
|
2111
|
+
title: string;
|
|
2112
|
+
_url: string;
|
|
2113
|
+
_user: jamespot_user_api.jObjectBase & {
|
|
2114
|
+
title: string;
|
|
2115
|
+
_url: string;
|
|
2116
|
+
} & {
|
|
2117
|
+
[key: string]: string | number | null | undefined;
|
|
2118
|
+
level: typeof jamespot_user_api.UserLevel[keyof typeof jamespot_user_api.UserLevel];
|
|
2119
|
+
dateCreation: string;
|
|
2120
|
+
dateModified: string;
|
|
2121
|
+
variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
|
|
2122
|
+
};
|
|
2123
|
+
_right: jamespot_user_api.Rights;
|
|
2124
|
+
_audience: (jamespot_user_api.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
|
|
2125
|
+
_attachedFiles: {
|
|
2126
|
+
id: number;
|
|
2127
|
+
type: string;
|
|
2128
|
+
uri: string;
|
|
2129
|
+
mainType: string;
|
|
2130
|
+
dateCreation: string;
|
|
2131
|
+
dateModified: string | null;
|
|
2132
|
+
title: string;
|
|
2133
|
+
_url: string;
|
|
2134
|
+
size: number;
|
|
2135
|
+
mimetype: string;
|
|
2136
|
+
path?: string | undefined;
|
|
2137
|
+
}[];
|
|
2138
|
+
image?: {
|
|
2139
|
+
width: number;
|
|
2140
|
+
height: number;
|
|
2141
|
+
} | undefined;
|
|
2142
|
+
place?: string | undefined;
|
|
2143
|
+
description?: string | null | undefined;
|
|
2144
|
+
backgroundColor?: string | null | undefined;
|
|
2145
|
+
textColor?: string | undefined;
|
|
2146
|
+
articleWidgets?: jamespot_user_api.WidgetWrapperGeneric<({
|
|
2147
|
+
layers?: string[] | undefined;
|
|
2148
|
+
} & jamespot_user_api.WidgetArticleAttachmentType) | ({
|
|
2149
|
+
layers?: string[] | undefined;
|
|
2150
|
+
} & jamespot_user_api.WidgetArticleButtonType) | ({
|
|
2151
|
+
layers?: string[] | undefined;
|
|
2152
|
+
} & jamespot_user_api.WidgetArticleGalleryType) | ({
|
|
2153
|
+
layers?: string[] | undefined;
|
|
2154
|
+
} & jamespot_user_api.WidgetArticleImageType) | ({
|
|
2155
|
+
layers?: string[] | undefined;
|
|
2156
|
+
} & jamespot_user_api.WidgetArticleTitleType) | ({
|
|
2157
|
+
layers?: string[] | undefined;
|
|
2158
|
+
} & jamespot_user_api.WidgetArticleTextType) | ({
|
|
2159
|
+
layers?: string[] | undefined;
|
|
2160
|
+
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2161
|
+
layers?: string[] | undefined;
|
|
2162
|
+
} & jamespot_user_api.WidgetType<{
|
|
2163
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2164
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2165
|
+
css?: Record<string, string> | undefined;
|
|
2166
|
+
edit?: boolean | undefined;
|
|
2167
|
+
}>) | ({
|
|
2168
|
+
layers?: string[] | undefined;
|
|
2169
|
+
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2170
|
+
layers?: string[] | undefined;
|
|
2171
|
+
} & {
|
|
2172
|
+
name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
|
|
2173
|
+
uniqid: string;
|
|
2174
|
+
content: {
|
|
2175
|
+
limit?: number | boolean | undefined;
|
|
2176
|
+
uri?: string | undefined;
|
|
2177
|
+
tableColumnsData?: {
|
|
2178
|
+
name?: string | undefined;
|
|
2179
|
+
label?: string | undefined;
|
|
2180
|
+
isVisible?: boolean | undefined;
|
|
2181
|
+
textEllipsis?: boolean | undefined;
|
|
2182
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
2183
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
2184
|
+
}[] | undefined;
|
|
2185
|
+
tableHeadColor?: string | undefined;
|
|
2186
|
+
tableHeadTextColor?: string | undefined;
|
|
2187
|
+
tableHeadIconColor?: string | undefined;
|
|
2188
|
+
tableRowColor?: string | undefined;
|
|
2189
|
+
tableRowTextColor?: string | undefined;
|
|
2190
|
+
tableBorderRadius?: number | undefined;
|
|
2191
|
+
tableSizedColumns?: boolean | undefined;
|
|
2192
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
2193
|
+
};
|
|
2194
|
+
}) | ({
|
|
2195
|
+
layers?: string[] | undefined;
|
|
2196
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2197
|
+
layers?: string[] | undefined;
|
|
2198
|
+
} & jamespot_user_api.WidgetQuickSurveyType) | ({
|
|
2199
|
+
layers?: string[] | undefined;
|
|
2200
|
+
} & jamespot_user_api.WidgetType<{
|
|
2201
|
+
calEventsLimit?: boolean | undefined;
|
|
2202
|
+
calEventsLimitValue?: number | undefined;
|
|
2203
|
+
calEventsPromptStatus?: string | undefined;
|
|
2204
|
+
}>) | ({
|
|
2205
|
+
layers?: string[] | undefined;
|
|
2206
|
+
} & jamespot_user_api.WidgetType<{
|
|
2207
|
+
contactLimit?: boolean | undefined;
|
|
2208
|
+
contactLimitValue?: number | undefined;
|
|
2209
|
+
contactPromptStatus?: string | undefined;
|
|
2210
|
+
}>) | ({
|
|
2211
|
+
layers?: string[] | undefined;
|
|
2212
|
+
} & jamespot_user_api.WidgetType<{
|
|
2213
|
+
emailsLimit?: boolean | undefined;
|
|
2214
|
+
emailsLimitValue?: number | undefined;
|
|
2215
|
+
emailsPromptStatus?: string | undefined;
|
|
2216
|
+
}>) | ({
|
|
2217
|
+
layers?: string[] | undefined;
|
|
2218
|
+
} & jamespot_user_api.WidgetType<{
|
|
2219
|
+
url?: string | undefined;
|
|
2220
|
+
}>)>[] | undefined;
|
|
2221
|
+
tags?: {
|
|
2222
|
+
id: string;
|
|
2223
|
+
name: string;
|
|
2224
|
+
type: string;
|
|
2225
|
+
class: string;
|
|
2226
|
+
uri: string;
|
|
2227
|
+
mainType: string;
|
|
2228
|
+
title: string;
|
|
2229
|
+
label: string;
|
|
2230
|
+
shortUri: string;
|
|
2231
|
+
cssClass: string;
|
|
2232
|
+
cssColor: string;
|
|
2233
|
+
}[] | undefined;
|
|
2234
|
+
processContext?: null | undefined;
|
|
2235
|
+
_transientCtx?: null | undefined;
|
|
2236
|
+
uiObjectLink?: jamespot_user_api.jObjectLittle[] | undefined;
|
|
2237
|
+
dateEnd?: string | undefined;
|
|
2238
|
+
dateStart?: string | undefined;
|
|
2239
|
+
address?: string | undefined;
|
|
2240
|
+
noGestion?: boolean | null | undefined;
|
|
2241
|
+
allDay?: boolean | undefined;
|
|
2242
|
+
socialEventUseCeiling?: boolean | undefined;
|
|
2243
|
+
socialEventCeiling?: number | null | undefined;
|
|
2244
|
+
urlGestion?: string | undefined;
|
|
2245
|
+
webinarUrlForGuests?: string | undefined;
|
|
2246
|
+
agenda?: string | undefined;
|
|
2247
|
+
report?: string | undefined;
|
|
2248
|
+
reportFile?: {
|
|
2249
|
+
id: number;
|
|
2250
|
+
type: string;
|
|
2251
|
+
uri: string;
|
|
2252
|
+
mainType: string;
|
|
2253
|
+
dateCreation: string;
|
|
2254
|
+
dateModified: string | null;
|
|
2255
|
+
title: string;
|
|
2256
|
+
_url: string;
|
|
2257
|
+
size: number;
|
|
2258
|
+
mimetype: string;
|
|
2259
|
+
path?: string | undefined;
|
|
2260
|
+
} | null | undefined;
|
|
2261
|
+
webinarUrl?: string | undefined;
|
|
2262
|
+
visioConnectUrl?: string | undefined;
|
|
2263
|
+
qrCodeValue?: string | undefined;
|
|
2264
|
+
}, ["socialEventRecord"]>, "events/updateEvent">;
|
|
2265
|
+
reset: _reduxjs_toolkit.ActionCreatorWithoutPayload<"events/reset">;
|
|
2266
|
+
fetchEvents: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.CalendarEventWithExtensions<{
|
|
2267
|
+
id: number;
|
|
2268
|
+
type: string;
|
|
2269
|
+
uri: string;
|
|
2270
|
+
mainType: string;
|
|
2271
|
+
dateCreation: string;
|
|
2272
|
+
dateModified: string;
|
|
2273
|
+
title: string;
|
|
2274
|
+
_url: string;
|
|
2275
|
+
_user: jamespot_user_api.jObjectBase & {
|
|
2276
|
+
title: string;
|
|
2277
|
+
_url: string;
|
|
2278
|
+
} & {
|
|
2279
|
+
[key: string]: string | number | null | undefined;
|
|
2280
|
+
level: typeof jamespot_user_api.UserLevel[keyof typeof jamespot_user_api.UserLevel];
|
|
2281
|
+
dateCreation: string;
|
|
2282
|
+
dateModified: string;
|
|
2283
|
+
variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
|
|
2284
|
+
};
|
|
2285
|
+
_right: jamespot_user_api.Rights;
|
|
2286
|
+
_audience: (jamespot_user_api.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
|
|
2287
|
+
_attachedFiles: {
|
|
2288
|
+
id: number;
|
|
2289
|
+
type: string;
|
|
2290
|
+
uri: string;
|
|
2291
|
+
mainType: string;
|
|
2292
|
+
dateCreation: string;
|
|
2293
|
+
dateModified: string | null;
|
|
2294
|
+
title: string;
|
|
2295
|
+
_url: string;
|
|
2296
|
+
size: number;
|
|
2297
|
+
mimetype: string;
|
|
2298
|
+
path?: string | undefined;
|
|
2299
|
+
}[];
|
|
2300
|
+
image?: {
|
|
2301
|
+
width: number;
|
|
2302
|
+
height: number;
|
|
2303
|
+
} | undefined;
|
|
2304
|
+
place?: string | undefined;
|
|
2305
|
+
description?: string | null | undefined;
|
|
2306
|
+
backgroundColor?: string | null | undefined;
|
|
2307
|
+
textColor?: string | undefined;
|
|
2308
|
+
articleWidgets?: jamespot_user_api.WidgetWrapperGeneric<({
|
|
2309
|
+
layers?: string[] | undefined;
|
|
2310
|
+
} & jamespot_user_api.WidgetArticleAttachmentType) | ({
|
|
2311
|
+
layers?: string[] | undefined;
|
|
2312
|
+
} & jamespot_user_api.WidgetArticleButtonType) | ({
|
|
2313
|
+
layers?: string[] | undefined;
|
|
2314
|
+
} & jamespot_user_api.WidgetArticleGalleryType) | ({
|
|
2315
|
+
layers?: string[] | undefined;
|
|
2316
|
+
} & jamespot_user_api.WidgetArticleImageType) | ({
|
|
2317
|
+
layers?: string[] | undefined;
|
|
2318
|
+
} & jamespot_user_api.WidgetArticleTitleType) | ({
|
|
2319
|
+
layers?: string[] | undefined;
|
|
2320
|
+
} & jamespot_user_api.WidgetArticleTextType) | ({
|
|
2321
|
+
layers?: string[] | undefined;
|
|
2322
|
+
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2323
|
+
layers?: string[] | undefined;
|
|
2324
|
+
} & jamespot_user_api.WidgetType<{
|
|
2325
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2326
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2327
|
+
css?: Record<string, string> | undefined;
|
|
2328
|
+
edit?: boolean | undefined;
|
|
2329
|
+
}>) | ({
|
|
2330
|
+
layers?: string[] | undefined;
|
|
2331
|
+
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2332
|
+
layers?: string[] | undefined;
|
|
2333
|
+
} & {
|
|
2334
|
+
name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
|
|
2335
|
+
uniqid: string;
|
|
2336
|
+
content: {
|
|
2337
|
+
limit?: number | boolean | undefined;
|
|
2338
|
+
uri?: string | undefined;
|
|
2339
|
+
tableColumnsData?: {
|
|
2340
|
+
name?: string | undefined;
|
|
2341
|
+
label?: string | undefined;
|
|
2342
|
+
isVisible?: boolean | undefined;
|
|
2343
|
+
textEllipsis?: boolean | undefined;
|
|
2344
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
2345
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
2346
|
+
}[] | undefined;
|
|
2347
|
+
tableHeadColor?: string | undefined;
|
|
2348
|
+
tableHeadTextColor?: string | undefined;
|
|
2349
|
+
tableHeadIconColor?: string | undefined;
|
|
2350
|
+
tableRowColor?: string | undefined;
|
|
2351
|
+
tableRowTextColor?: string | undefined;
|
|
2352
|
+
tableBorderRadius?: number | undefined;
|
|
2353
|
+
tableSizedColumns?: boolean | undefined;
|
|
2354
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
2355
|
+
};
|
|
2356
|
+
}) | ({
|
|
2357
|
+
layers?: string[] | undefined;
|
|
2358
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2359
|
+
layers?: string[] | undefined;
|
|
2360
|
+
} & jamespot_user_api.WidgetQuickSurveyType) | ({
|
|
2361
|
+
layers?: string[] | undefined;
|
|
2362
|
+
} & jamespot_user_api.WidgetType<{
|
|
2363
|
+
calEventsLimit?: boolean | undefined;
|
|
2364
|
+
calEventsLimitValue?: number | undefined;
|
|
2365
|
+
calEventsPromptStatus?: string | undefined;
|
|
2366
|
+
}>) | ({
|
|
2367
|
+
layers?: string[] | undefined;
|
|
2368
|
+
} & jamespot_user_api.WidgetType<{
|
|
2369
|
+
contactLimit?: boolean | undefined;
|
|
2370
|
+
contactLimitValue?: number | undefined;
|
|
2371
|
+
contactPromptStatus?: string | undefined;
|
|
2372
|
+
}>) | ({
|
|
2373
|
+
layers?: string[] | undefined;
|
|
2374
|
+
} & jamespot_user_api.WidgetType<{
|
|
2375
|
+
emailsLimit?: boolean | undefined;
|
|
2376
|
+
emailsLimitValue?: number | undefined;
|
|
2377
|
+
emailsPromptStatus?: string | undefined;
|
|
2378
|
+
}>) | ({
|
|
2379
|
+
layers?: string[] | undefined;
|
|
2380
|
+
} & jamespot_user_api.WidgetType<{
|
|
2381
|
+
url?: string | undefined;
|
|
2382
|
+
}>)>[] | undefined;
|
|
2383
|
+
tags?: {
|
|
2384
|
+
id: string;
|
|
2385
|
+
name: string;
|
|
2386
|
+
type: string;
|
|
2387
|
+
class: string;
|
|
2388
|
+
uri: string;
|
|
2389
|
+
mainType: string;
|
|
2390
|
+
title: string;
|
|
2391
|
+
label: string;
|
|
2392
|
+
shortUri: string;
|
|
2393
|
+
cssClass: string;
|
|
2394
|
+
cssColor: string;
|
|
2395
|
+
}[] | undefined;
|
|
2396
|
+
processContext?: null | undefined;
|
|
2397
|
+
_transientCtx?: null | undefined;
|
|
2398
|
+
uiObjectLink?: jamespot_user_api.jObjectLittle[] | undefined;
|
|
2399
|
+
dateEnd?: string | undefined;
|
|
2400
|
+
dateStart?: string | undefined;
|
|
2401
|
+
address?: string | undefined;
|
|
2402
|
+
noGestion?: boolean | null | undefined;
|
|
2403
|
+
allDay?: boolean | undefined;
|
|
2404
|
+
socialEventUseCeiling?: boolean | undefined;
|
|
2405
|
+
socialEventCeiling?: number | null | undefined;
|
|
2406
|
+
urlGestion?: string | undefined;
|
|
2407
|
+
webinarUrlForGuests?: string | undefined;
|
|
2408
|
+
agenda?: string | undefined;
|
|
2409
|
+
report?: string | undefined;
|
|
2410
|
+
reportFile?: {
|
|
2411
|
+
id: number;
|
|
2412
|
+
type: string;
|
|
2413
|
+
uri: string;
|
|
2414
|
+
mainType: string;
|
|
2415
|
+
dateCreation: string;
|
|
2416
|
+
dateModified: string | null;
|
|
2417
|
+
title: string;
|
|
2418
|
+
_url: string;
|
|
2419
|
+
size: number;
|
|
2420
|
+
mimetype: string;
|
|
2421
|
+
path?: string | undefined;
|
|
2422
|
+
} | null | undefined;
|
|
2423
|
+
webinarUrl?: string | undefined;
|
|
2424
|
+
visioConnectUrl?: string | undefined;
|
|
2425
|
+
qrCodeValue?: string | undefined;
|
|
2426
|
+
}, ["socialEventRecord"]>[], Partial<Pick<CalendarEventsRootState, "dates" | "types">>, {
|
|
2427
|
+
dispatch: AppDispatch;
|
|
2428
|
+
state: RootState$1;
|
|
2429
|
+
extra: {
|
|
2430
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
2431
|
+
};
|
|
2432
|
+
rejectValue: {
|
|
2433
|
+
error: number;
|
|
2434
|
+
errorMsg: string;
|
|
2435
|
+
};
|
|
2436
|
+
serializedErrorType?: unknown;
|
|
2437
|
+
pendingMeta?: unknown;
|
|
2438
|
+
fulfilledMeta?: unknown;
|
|
2439
|
+
rejectedMeta?: unknown;
|
|
2440
|
+
}>;
|
|
2441
|
+
setDates: _reduxjs_toolkit.AsyncThunk<boolean, {
|
|
2442
|
+
start: string;
|
|
2443
|
+
end: string;
|
|
2444
|
+
}, {
|
|
2445
|
+
dispatch: AppDispatch;
|
|
2446
|
+
state: RootState$1;
|
|
2447
|
+
extra: {
|
|
2448
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
2449
|
+
};
|
|
2450
|
+
rejectValue: {
|
|
2451
|
+
error: number;
|
|
2452
|
+
errorMsg: string;
|
|
2453
|
+
};
|
|
2454
|
+
serializedErrorType?: unknown;
|
|
2455
|
+
pendingMeta?: unknown;
|
|
2456
|
+
fulfilledMeta?: unknown;
|
|
2457
|
+
rejectedMeta?: unknown;
|
|
2458
|
+
}>;
|
|
2459
|
+
setTypes: _reduxjs_toolkit.AsyncThunk<boolean, ("animatedMeeting" | "meeting" | "socialEvent" | "boardCard")[], {
|
|
2460
|
+
dispatch: AppDispatch;
|
|
2461
|
+
state: RootState$1;
|
|
2462
|
+
extra: {
|
|
2463
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
2464
|
+
};
|
|
2465
|
+
rejectValue: {
|
|
2466
|
+
error: number;
|
|
2467
|
+
errorMsg: string;
|
|
2468
|
+
};
|
|
2469
|
+
serializedErrorType?: unknown;
|
|
2470
|
+
pendingMeta?: unknown;
|
|
2471
|
+
fulfilledMeta?: unknown;
|
|
2472
|
+
rejectedMeta?: unknown;
|
|
2473
|
+
}>;
|
|
2474
|
+
changeResponse: _reduxjs_toolkit.AsyncThunk<boolean, {
|
|
2475
|
+
status: jamespot_user_api.UserResponseStatus;
|
|
2476
|
+
id: number;
|
|
2477
|
+
type: string;
|
|
2478
|
+
}, {
|
|
2479
|
+
dispatch: AppDispatch;
|
|
2480
|
+
state: RootState$1;
|
|
2481
|
+
extra: {
|
|
2482
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
2483
|
+
};
|
|
2484
|
+
rejectValue: {
|
|
2485
|
+
error: number;
|
|
2486
|
+
errorMsg: string;
|
|
2487
|
+
};
|
|
2488
|
+
serializedErrorType?: unknown;
|
|
2489
|
+
pendingMeta?: unknown;
|
|
2490
|
+
fulfilledMeta?: unknown;
|
|
2491
|
+
rejectedMeta?: unknown;
|
|
2492
|
+
}>;
|
|
2493
|
+
};
|
|
2494
|
+
selectors: {
|
|
2495
|
+
selectCalendarEvents: (state: RootState$1) => CalendarEventsRootState;
|
|
2496
|
+
};
|
|
2497
|
+
getCalendarRTHandlers: (dispatch: AppDispatch, jApi: {
|
|
2498
|
+
article: Pick<jamespot_user_api.JArticleApi, "get">;
|
|
2499
|
+
}) => Array<jamespot_user_api.RTMessageHandler<"JAMESPOT", jamespot_user_api.Namespaces["JAMESPOT"]> | jamespot_user_api.RTMessageHandler<"CUSTOM-ACTION", jamespot_user_api.Namespaces["CUSTOM-ACTION"]>>;
|
|
2500
|
+
};
|
|
2501
|
+
|
|
1911
2502
|
declare const Comment: {
|
|
1912
2503
|
slice: {
|
|
1913
2504
|
name: "comment";
|
|
@@ -5040,5 +5631,5 @@ declare const studio: {
|
|
|
5040
5631
|
};
|
|
5041
5632
|
};
|
|
5042
5633
|
|
|
5043
|
-
export { APP_STATUS_TYPE, AUDIENCE, AdminLogs, Animations, AppColumnsDefaultTypes, AppFieldFormPropertyTypes, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormPrimaryListValues, AppFormUniqueList, AppFormUniqueListCheck, Application, Article, AssetReservation, Bookmark, Comment, ContentReport, Description, Element, ExtraAppFieldsItemName, ExtraAppFieldsItemViews, ExtraBot, Faq, Hook, MagicPad, MapExtraFieldsWithView, MediaLibrary, Model, Network, Platform, STUDIO_VIEW, Share, SocialActions, StatusType, TVDisplay, TeamWork, TinyMCE, Toast, UserCurrent, WedocApp, Widget, WidgetEditor, actions, adminLogsReducer, adminLogsSlice, animationsReducer, animationsSlice, 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 };
|
|
5634
|
+
export { APP_STATUS_TYPE, AUDIENCE, AdminLogs, Animations, AppColumnsDefaultTypes, AppFieldFormPropertyTypes, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormPrimaryListValues, AppFormUniqueList, AppFormUniqueListCheck, Application, Article, AssetReservation, Bookmark, Calendar, Comment, ContentReport, Description, Element, ExtraAppFieldsItemName, ExtraAppFieldsItemViews, ExtraBot, Faq, Hook, MagicPad, MapExtraFieldsWithView, MediaLibrary, Model, Network, Platform, STUDIO_VIEW, Share, SocialActions, StatusType, TVDisplay, TeamWork, TinyMCE, Toast, UserCurrent, WedocApp, Widget, WidgetEditor, actions, adminLogsReducer, adminLogsSlice, animationsReducer, animationsSlice, 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 };
|
|
5044
5635
|
export type { AccessRightObjectList, Action, AnimationSliceListState, AnimationStatsCurrentSliceState, AnimationStatsSliceState, AnimationsRootState, ApiError, AppAttrSolrModel, AppAttrWidgetModel, AppDispatch, AppFieldFormProperty, AppFieldFormPropertyTypesValues, AppFieldView, AppFieldsFormItem, AppFormItemTypesValues, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppSyncViewFieldOrder, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, ApplicationRootState, AssetReservationRootState, Attribute, BookableAssetRootState, BookableAssetState, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Columns, CommentListRootState, CommentListState, CommentRootState, CommentsList, Configuration, ConfigurationRootState, ContentReportRootState, ContentReportSliceRootState, ContentTypePropertyValue, Create, CreateComposant, CurrentStudioAppRootState, CurrentStudioAppState, Display, DisplayComposant, Displays, ExtraAppFieldsItemViewsValues, ExtraBotFormModalOpen, ExtraBotFormModalState, ExtraBotGlobalState, ExtraBotListAllState, ExtraBotListMinesState, ExtraBotRootState, ExtraBotState, HTMLInfo, InstalledApp, JLandMap, JLandMapFront, JLandMapListRootState, JLandMapListState, JLandRootState, JType, MagicPadRootState, MagicPadSliceRootState, Manifest, MapCreateRootState, MapCreateState, MapCreationFront, OptionsClass, ParamsClass, ReservationForm, ReservationRootState, ReservationState, Right, RootState$1 as RootState, Solr, StudioAppBase, StudioAppManifest, StudioApplication, StudioAppsListRootState, StudioAppsListState, StudioAudienceType, StudioRootState, StudioWidget, TVDisplayRootState, Table, TaxonomyPropertyValue, TeamWorkRootState, TeamWorkSliceToDoState, ThunkApiConfig, UserCurrentRootState, Values, ViewName, WedocAppRootState, WedocAppState, WedocAppTabKeys, WedocFilesQuery, bookmarkEditRootState, bookmarkEditState, bookmarkListRootState, bookmarkListState };
|