jamespot-front-business 1.2.56 → 1.2.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -1043,8 +1043,8 @@ declare const AdminLogs: {
1043
1043
  level: number;
1044
1044
  pseudo: string;
1045
1045
  idUser: number;
1046
- ip: string;
1047
1046
  action: string;
1047
+ ip: string;
1048
1048
  extended?: string | undefined;
1049
1049
  }>, jamespot_user_api.ListQueryParameters, {
1050
1050
  dispatch: AppDispatch;
@@ -1120,8 +1120,8 @@ declare const AdminLogs: {
1120
1120
  start: string;
1121
1121
  end: string;
1122
1122
  };
1123
- operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "match" | "equal" | undefined;
1124
- method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
1123
+ operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
1124
+ method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
1125
1125
  or?: boolean | undefined;
1126
1126
  isNull?: boolean | undefined;
1127
1127
  isNotNull?: boolean | undefined;
@@ -1143,8 +1143,8 @@ declare const AdminLogs: {
1143
1143
  start: string;
1144
1144
  end: string;
1145
1145
  };
1146
- operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "match" | "equal" | undefined;
1147
- method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
1146
+ operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
1147
+ method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
1148
1148
  or?: boolean | undefined;
1149
1149
  isNull?: boolean | undefined;
1150
1150
  isNotNull?: boolean | undefined;
@@ -1166,8 +1166,8 @@ declare const AdminLogs: {
1166
1166
  start: string;
1167
1167
  end: string;
1168
1168
  };
1169
- operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "match" | "equal" | undefined;
1170
- method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
1169
+ operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
1170
+ method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
1171
1171
  or?: boolean | undefined;
1172
1172
  isNull?: boolean | undefined;
1173
1173
  isNotNull?: boolean | undefined;
@@ -1594,9 +1594,9 @@ declare const Bookmark: {
1594
1594
  resetMoveBookmarkStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkList/resetMoveBookmarkStatus">;
1595
1595
  resetDeleteBookmarkStatus: _reduxjs_toolkit.ActionCreatorWithPayload<string, "bookmarkList/resetDeleteBookmarkStatus">;
1596
1596
  addBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
1597
+ type: "bookmarkLink";
1597
1598
  id: number;
1598
1599
  mainType: string;
1599
- type: "bookmarkLink";
1600
1600
  uri: string;
1601
1601
  value: string | null;
1602
1602
  srcId: number;
@@ -1604,8 +1604,8 @@ declare const Bookmark: {
1604
1604
  targetId: number;
1605
1605
  targetType: string | null;
1606
1606
  dateCreation?: string | undefined;
1607
- dateModified?: string | null | undefined;
1608
1607
  url?: string | null | undefined;
1608
+ dateModified?: string | null | undefined;
1609
1609
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1610
1610
  _target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1611
1611
  bookmarkUrl?: string | null | undefined;
@@ -1614,9 +1614,9 @@ declare const Bookmark: {
1614
1614
  bookmarkMeta?: string | null | undefined;
1615
1615
  }, "bookmarkList/addBookmarkRT">;
1616
1616
  deleteBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
1617
+ type: "bookmarkLink";
1617
1618
  id: number;
1618
1619
  mainType: string;
1619
- type: "bookmarkLink";
1620
1620
  uri: string;
1621
1621
  value: string | null;
1622
1622
  srcId: number;
@@ -1624,8 +1624,8 @@ declare const Bookmark: {
1624
1624
  targetId: number;
1625
1625
  targetType: string | null;
1626
1626
  dateCreation?: string | undefined;
1627
- dateModified?: string | null | undefined;
1628
1627
  url?: string | null | undefined;
1628
+ dateModified?: string | null | undefined;
1629
1629
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1630
1630
  _target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1631
1631
  bookmarkUrl?: string | null | undefined;
@@ -1634,9 +1634,9 @@ declare const Bookmark: {
1634
1634
  bookmarkMeta?: string | null | undefined;
1635
1635
  }, "bookmarkList/deleteBookmarkRT">;
1636
1636
  updateBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
1637
+ type: "bookmarkLink";
1637
1638
  id: number;
1638
1639
  mainType: string;
1639
- type: "bookmarkLink";
1640
1640
  uri: string;
1641
1641
  value: string | null;
1642
1642
  srcId: number;
@@ -1644,8 +1644,8 @@ declare const Bookmark: {
1644
1644
  targetId: number;
1645
1645
  targetType: string | null;
1646
1646
  dateCreation?: string | undefined;
1647
- dateModified?: string | null | undefined;
1648
1647
  url?: string | null | undefined;
1648
+ dateModified?: string | null | undefined;
1649
1649
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1650
1650
  _target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1651
1651
  bookmarkUrl?: string | null | undefined;
@@ -1654,9 +1654,9 @@ declare const Bookmark: {
1654
1654
  bookmarkMeta?: string | null | undefined;
1655
1655
  }, "bookmarkList/updateBookmarkRT">;
1656
1656
  setEditBookmark: _reduxjs_toolkit.ActionCreatorWithPayload<{
1657
+ type: "bookmarkLink";
1657
1658
  id: number;
1658
1659
  mainType: string;
1659
- type: "bookmarkLink";
1660
1660
  uri: string;
1661
1661
  value: string | null;
1662
1662
  srcId: number;
@@ -1664,8 +1664,8 @@ declare const Bookmark: {
1664
1664
  targetId: number;
1665
1665
  targetType: string | null;
1666
1666
  dateCreation?: string | undefined;
1667
- dateModified?: string | null | undefined;
1668
1667
  url?: string | null | undefined;
1668
+ dateModified?: string | null | undefined;
1669
1669
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1670
1670
  _target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1671
1671
  bookmarkUrl?: string | null | undefined;
@@ -1676,9 +1676,9 @@ declare const Bookmark: {
1676
1676
  unsetEditBookmark: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/unsetEditBookmark">;
1677
1677
  resetStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/resetStatus">;
1678
1678
  fetchBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<{
1679
+ type: "bookmarkLink";
1679
1680
  id: number;
1680
1681
  mainType: string;
1681
- type: "bookmarkLink";
1682
1682
  uri: string;
1683
1683
  value: string | null;
1684
1684
  srcId: number;
@@ -1686,8 +1686,8 @@ declare const Bookmark: {
1686
1686
  targetId: number;
1687
1687
  targetType: string | null;
1688
1688
  dateCreation?: string | undefined;
1689
- dateModified?: string | null | undefined;
1690
1689
  url?: string | null | undefined;
1690
+ dateModified?: string | null | undefined;
1691
1691
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1692
1692
  _target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1693
1693
  bookmarkUrl?: string | null | undefined;
@@ -1710,9 +1710,9 @@ declare const Bookmark: {
1710
1710
  rejectedMeta?: unknown;
1711
1711
  }>;
1712
1712
  addBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<{
1713
+ type: "bookmarkLink";
1713
1714
  id: number;
1714
1715
  mainType: string;
1715
- type: "bookmarkLink";
1716
1716
  uri: string;
1717
1717
  value: string | null;
1718
1718
  srcId: number;
@@ -1720,8 +1720,8 @@ declare const Bookmark: {
1720
1720
  targetId: number;
1721
1721
  targetType: string | null;
1722
1722
  dateCreation?: string | undefined;
1723
- dateModified?: string | null | undefined;
1724
1723
  url?: string | null | undefined;
1724
+ dateModified?: string | null | undefined;
1725
1725
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1726
1726
  _target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1727
1727
  bookmarkUrl?: string | null | undefined;
@@ -1729,9 +1729,9 @@ declare const Bookmark: {
1729
1729
  bookmarkLabel?: string | undefined;
1730
1730
  bookmarkMeta?: string | null | undefined;
1731
1731
  } | {
1732
+ type: string;
1732
1733
  id: number;
1733
1734
  mainType: string;
1734
- type: string;
1735
1735
  uri: string;
1736
1736
  value: string | null;
1737
1737
  srcId: number;
@@ -1752,9 +1752,9 @@ declare const Bookmark: {
1752
1752
  dateModified: string;
1753
1753
  } | undefined;
1754
1754
  }, jamespot_user_api.BaseMessagesOne> | jamespot_user_api.ApiWrapper<{
1755
+ type: "bookmarkLink";
1755
1756
  id: number;
1756
1757
  mainType: string;
1757
- type: "bookmarkLink";
1758
1758
  uri: string;
1759
1759
  value: string | null;
1760
1760
  srcId: number;
@@ -1762,8 +1762,8 @@ declare const Bookmark: {
1762
1762
  targetId: number;
1763
1763
  targetType: string | null;
1764
1764
  dateCreation?: string | undefined;
1765
- dateModified?: string | null | undefined;
1766
1765
  url?: string | null | undefined;
1766
+ dateModified?: string | null | undefined;
1767
1767
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1768
1768
  _target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1769
1769
  bookmarkUrl?: string | null | undefined;
@@ -1815,9 +1815,9 @@ declare const Bookmark: {
1815
1815
  rejectedMeta?: unknown;
1816
1816
  }>;
1817
1817
  deleteBookmark: _reduxjs_toolkit.AsyncThunk<void, Pick<{
1818
+ type: "bookmarkLink";
1818
1819
  id: number;
1819
1820
  mainType: string;
1820
- type: "bookmarkLink";
1821
1821
  uri: string;
1822
1822
  value: string | null;
1823
1823
  srcId: number;
@@ -1825,8 +1825,8 @@ declare const Bookmark: {
1825
1825
  targetId: number;
1826
1826
  targetType: string | null;
1827
1827
  dateCreation?: string | undefined;
1828
- dateModified?: string | null | undefined;
1829
1828
  url?: string | null | undefined;
1829
+ dateModified?: string | null | undefined;
1830
1830
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1831
1831
  _target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1832
1832
  bookmarkUrl?: string | null | undefined;
@@ -1851,9 +1851,9 @@ declare const Bookmark: {
1851
1851
  rejectedMeta?: unknown;
1852
1852
  }>;
1853
1853
  editBookmark: _reduxjs_toolkit.AsyncThunk<void, Partial<{
1854
+ type: "bookmarkLink";
1854
1855
  id: number;
1855
1856
  mainType: string;
1856
- type: "bookmarkLink";
1857
1857
  uri: string;
1858
1858
  value: string | null;
1859
1859
  srcId: number;
@@ -1861,8 +1861,8 @@ declare const Bookmark: {
1861
1861
  targetId: number;
1862
1862
  targetType: string | null;
1863
1863
  dateCreation?: string | undefined;
1864
- dateModified?: string | null | undefined;
1865
1864
  url?: string | null | undefined;
1865
+ dateModified?: string | null | undefined;
1866
1866
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1867
1867
  _target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1868
1868
  bookmarkUrl?: string | null | undefined;
@@ -1889,9 +1889,9 @@ declare const Bookmark: {
1889
1889
  bookmarkList: (state: RootState$1) => bookmarkListState;
1890
1890
  bookmarkListIsInitialized: (state: RootState$1) => boolean;
1891
1891
  bookmarkEditBookmark: (state: RootState$1) => {
1892
+ type: "bookmarkLink";
1892
1893
  id: number;
1893
1894
  mainType: string;
1894
- type: "bookmarkLink";
1895
1895
  uri: string;
1896
1896
  value: string | null;
1897
1897
  srcId: number;
@@ -1899,8 +1899,8 @@ declare const Bookmark: {
1899
1899
  targetId: number;
1900
1900
  targetType: string | null;
1901
1901
  dateCreation?: string | undefined;
1902
- dateModified?: string | null | undefined;
1903
1902
  url?: string | null | undefined;
1903
+ dateModified?: string | null | undefined;
1904
1904
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1905
1905
  _target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1906
1906
  bookmarkUrl?: string | null | undefined;
@@ -1909,9 +1909,9 @@ declare const Bookmark: {
1909
1909
  bookmarkMeta?: string | null | undefined;
1910
1910
  } | undefined;
1911
1911
  bookmarkByArticleId: (state: RootState$1, idArticle: number) => {
1912
+ type: "bookmarkLink";
1912
1913
  id: number;
1913
1914
  mainType: string;
1914
- type: "bookmarkLink";
1915
1915
  uri: string;
1916
1916
  value: string | null;
1917
1917
  srcId: number;
@@ -1919,8 +1919,8 @@ declare const Bookmark: {
1919
1919
  targetId: number;
1920
1920
  targetType: string | null;
1921
1921
  dateCreation?: string | undefined;
1922
- dateModified?: string | null | undefined;
1923
1922
  url?: string | null | undefined;
1923
+ dateModified?: string | null | undefined;
1924
1924
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1925
1925
  _target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
1926
1926
  bookmarkUrl?: string | null | undefined;
@@ -1930,13 +1930,13 @@ declare const Bookmark: {
1930
1930
  } | undefined;
1931
1931
  };
1932
1932
  getRTHandlers: (dispatch: AppDispatch) => ({
1933
- namespace: "BOOKMARKS";
1934
- function: "update" | "add" | "delete";
1935
- handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
1936
- } | {
1937
1933
  namespace: "CUSTOM-ACTION";
1938
1934
  function: "update" | "add" | "remove";
1939
1935
  handler: (message: jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "update", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "add", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "remove", {}, {}>) => void;
1936
+ } | {
1937
+ namespace: "BOOKMARKS";
1938
+ function: "update" | "add" | "delete";
1939
+ handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
1940
1940
  })[];
1941
1941
  };
1942
1942
 
@@ -2009,7 +2009,7 @@ declare const Calendar: {
2009
2009
  } & jamespot_user_api.WidgetType<{
2010
2010
  widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
2011
2011
  arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
2012
- css?: Record<string, string> | undefined;
2012
+ css?: Record<string, string | number> | undefined;
2013
2013
  edit?: boolean | undefined;
2014
2014
  }>) | ({
2015
2015
  layers?: string[] | undefined;
@@ -2026,7 +2026,7 @@ declare const Calendar: {
2026
2026
  label?: string | undefined;
2027
2027
  isVisible?: boolean | undefined;
2028
2028
  textEllipsis?: boolean | undefined;
2029
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2029
+ dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2030
2030
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2031
2031
  }[] | undefined;
2032
2032
  tableHeadColor?: string | undefined;
@@ -2064,6 +2064,12 @@ declare const Calendar: {
2064
2064
  layers?: string[] | undefined;
2065
2065
  } & jamespot_user_api.WidgetType<{
2066
2066
  url?: string | undefined;
2067
+ }>) | ({
2068
+ layers?: string[] | undefined;
2069
+ } & jamespot_user_api.WidgetType<{
2070
+ css?: Record<string, string | number> | undefined;
2071
+ buttonName?: string | undefined;
2072
+ pictureSize?: string | undefined;
2067
2073
  }>)>[] | undefined;
2068
2074
  tags?: {
2069
2075
  id: string;
@@ -2173,7 +2179,7 @@ declare const Calendar: {
2173
2179
  } & jamespot_user_api.WidgetType<{
2174
2180
  widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
2175
2181
  arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
2176
- css?: Record<string, string> | undefined;
2182
+ css?: Record<string, string | number> | undefined;
2177
2183
  edit?: boolean | undefined;
2178
2184
  }>) | ({
2179
2185
  layers?: string[] | undefined;
@@ -2190,7 +2196,7 @@ declare const Calendar: {
2190
2196
  label?: string | undefined;
2191
2197
  isVisible?: boolean | undefined;
2192
2198
  textEllipsis?: boolean | undefined;
2193
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2199
+ dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2194
2200
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2195
2201
  }[] | undefined;
2196
2202
  tableHeadColor?: string | undefined;
@@ -2228,6 +2234,12 @@ declare const Calendar: {
2228
2234
  layers?: string[] | undefined;
2229
2235
  } & jamespot_user_api.WidgetType<{
2230
2236
  url?: string | undefined;
2237
+ }>) | ({
2238
+ layers?: string[] | undefined;
2239
+ } & jamespot_user_api.WidgetType<{
2240
+ css?: Record<string, string | number> | undefined;
2241
+ buttonName?: string | undefined;
2242
+ pictureSize?: string | undefined;
2231
2243
  }>)>[] | undefined;
2232
2244
  tags?: {
2233
2245
  id: string;
@@ -2335,7 +2347,7 @@ declare const Calendar: {
2335
2347
  } & jamespot_user_api.WidgetType<{
2336
2348
  widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
2337
2349
  arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
2338
- css?: Record<string, string> | undefined;
2350
+ css?: Record<string, string | number> | undefined;
2339
2351
  edit?: boolean | undefined;
2340
2352
  }>) | ({
2341
2353
  layers?: string[] | undefined;
@@ -2352,7 +2364,7 @@ declare const Calendar: {
2352
2364
  label?: string | undefined;
2353
2365
  isVisible?: boolean | undefined;
2354
2366
  textEllipsis?: boolean | undefined;
2355
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2367
+ dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2356
2368
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2357
2369
  }[] | undefined;
2358
2370
  tableHeadColor?: string | undefined;
@@ -2390,6 +2402,12 @@ declare const Calendar: {
2390
2402
  layers?: string[] | undefined;
2391
2403
  } & jamespot_user_api.WidgetType<{
2392
2404
  url?: string | undefined;
2405
+ }>) | ({
2406
+ layers?: string[] | undefined;
2407
+ } & jamespot_user_api.WidgetType<{
2408
+ css?: Record<string, string | number> | undefined;
2409
+ buttonName?: string | undefined;
2410
+ pictureSize?: string | undefined;
2393
2411
  }>)>[] | undefined;
2394
2412
  tags?: {
2395
2413
  id: string;
@@ -2744,7 +2762,7 @@ declare const Comment: {
2744
2762
  } & jamespot_user_api.WidgetType<{
2745
2763
  widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
2746
2764
  arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
2747
- css?: Record<string, string> | undefined;
2765
+ css?: Record<string, string | number> | undefined;
2748
2766
  edit?: boolean | undefined;
2749
2767
  }>) | ({
2750
2768
  layers?: string[] | undefined;
@@ -2761,7 +2779,7 @@ declare const Comment: {
2761
2779
  label?: string | undefined;
2762
2780
  isVisible?: boolean | undefined;
2763
2781
  textEllipsis?: boolean | undefined;
2764
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2782
+ dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
2765
2783
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2766
2784
  }[] | undefined;
2767
2785
  tableHeadColor?: string | undefined;
@@ -2799,6 +2817,12 @@ declare const Comment: {
2799
2817
  layers?: string[] | undefined;
2800
2818
  } & jamespot_user_api.WidgetType<{
2801
2819
  url?: string | undefined;
2820
+ }>) | ({
2821
+ layers?: string[] | undefined;
2822
+ } & jamespot_user_api.WidgetType<{
2823
+ css?: Record<string, string | number> | undefined;
2824
+ buttonName?: string | undefined;
2825
+ pictureSize?: string | undefined;
2802
2826
  }>)>[] | undefined;
2803
2827
  }[] | undefined;
2804
2828
  attachments?: {
@@ -2946,8 +2970,8 @@ declare const ExtraBot: {
2946
2970
  start: string;
2947
2971
  end: string;
2948
2972
  };
2949
- operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "match" | "equal" | undefined;
2950
- method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
2973
+ operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
2974
+ method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
2951
2975
  or?: boolean | undefined;
2952
2976
  isNull?: boolean | undefined;
2953
2977
  isNotNull?: boolean | undefined;
@@ -2969,8 +2993,8 @@ declare const ExtraBot: {
2969
2993
  start: string;
2970
2994
  end: string;
2971
2995
  };
2972
- operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "match" | "equal" | undefined;
2973
- method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
2996
+ operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
2997
+ method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
2974
2998
  or?: boolean | undefined;
2975
2999
  isNull?: boolean | undefined;
2976
3000
  isNotNull?: boolean | undefined;
@@ -3177,8 +3201,8 @@ declare const FileIntegrity: {
3177
3201
  start: string;
3178
3202
  end: string;
3179
3203
  };
3180
- operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "match" | "equal" | undefined;
3181
- method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
3204
+ operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
3205
+ method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
3182
3206
  or?: boolean | undefined;
3183
3207
  isNull?: boolean | undefined;
3184
3208
  isNotNull?: boolean | undefined;
@@ -4675,6 +4699,9 @@ declare const WIDGET_CHECK_LIST_DESCRIPTION = "WIDGET_Check_List_Description";
4675
4699
  declare const WIDGET_QUICK_SURVEY = "widget-quick-survey";
4676
4700
  declare const WIDGET_QUICK_SURVEY_LABEL = "WIDGET_Quick_Survey";
4677
4701
  declare const WIDGET_QUICK_SURVEY_DESCRIPTION = "WIDGET_Quick_Survey_Text";
4702
+ declare const WIDGET_USER_PROFILE = "widget-user-profil";
4703
+ declare const WIDGET_USER_PROFILE_LABEL = "WIDGET_User_Profil";
4704
+ declare const WIDGET_USER_PROFILE_DESCRIPTION = "WIDGET_User_Profil_Text";
4678
4705
 
4679
4706
  declare const WIDGETS_WIDGET_ARTICLE_ATTACHMENT: typeof WIDGET_ARTICLE_ATTACHMENT;
4680
4707
  declare const WIDGETS_WIDGET_ARTICLE_BUTTON: typeof WIDGET_ARTICLE_BUTTON;
@@ -4688,6 +4715,9 @@ declare const WIDGETS_WIDGET_CHECK_LIST_LABEL: typeof WIDGET_CHECK_LIST_LABEL;
4688
4715
  declare const WIDGETS_WIDGET_QUICK_SURVEY: typeof WIDGET_QUICK_SURVEY;
4689
4716
  declare const WIDGETS_WIDGET_QUICK_SURVEY_DESCRIPTION: typeof WIDGET_QUICK_SURVEY_DESCRIPTION;
4690
4717
  declare const WIDGETS_WIDGET_QUICK_SURVEY_LABEL: typeof WIDGET_QUICK_SURVEY_LABEL;
4718
+ declare const WIDGETS_WIDGET_USER_PROFILE: typeof WIDGET_USER_PROFILE;
4719
+ declare const WIDGETS_WIDGET_USER_PROFILE_DESCRIPTION: typeof WIDGET_USER_PROFILE_DESCRIPTION;
4720
+ declare const WIDGETS_WIDGET_USER_PROFILE_LABEL: typeof WIDGET_USER_PROFILE_LABEL;
4691
4721
  declare namespace WIDGETS {
4692
4722
  export {
4693
4723
  WIDGETS_WIDGET_ARTICLE_ATTACHMENT as WIDGET_ARTICLE_ATTACHMENT,
@@ -4702,6 +4732,9 @@ declare namespace WIDGETS {
4702
4732
  WIDGETS_WIDGET_QUICK_SURVEY as WIDGET_QUICK_SURVEY,
4703
4733
  WIDGETS_WIDGET_QUICK_SURVEY_DESCRIPTION as WIDGET_QUICK_SURVEY_DESCRIPTION,
4704
4734
  WIDGETS_WIDGET_QUICK_SURVEY_LABEL as WIDGET_QUICK_SURVEY_LABEL,
4735
+ WIDGETS_WIDGET_USER_PROFILE as WIDGET_USER_PROFILE,
4736
+ WIDGETS_WIDGET_USER_PROFILE_DESCRIPTION as WIDGET_USER_PROFILE_DESCRIPTION,
4737
+ WIDGETS_WIDGET_USER_PROFILE_LABEL as WIDGET_USER_PROFILE_LABEL,
4705
4738
  };
4706
4739
  }
4707
4740
 
@@ -4746,7 +4779,7 @@ declare const Widget: {
4746
4779
  } & jamespot_user_api.WidgetType<{
4747
4780
  widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
4748
4781
  arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
4749
- css?: Record<string, string> | undefined;
4782
+ css?: Record<string, string | number> | undefined;
4750
4783
  edit?: boolean | undefined;
4751
4784
  }>) | ({
4752
4785
  layers?: string[] | undefined;
@@ -4763,7 +4796,7 @@ declare const Widget: {
4763
4796
  label?: string | undefined;
4764
4797
  isVisible?: boolean | undefined;
4765
4798
  textEllipsis?: boolean | undefined;
4766
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4799
+ dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
4767
4800
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4768
4801
  }[] | undefined;
4769
4802
  tableHeadColor?: string | undefined;
@@ -4801,6 +4834,12 @@ declare const Widget: {
4801
4834
  layers?: string[] | undefined;
4802
4835
  } & jamespot_user_api.WidgetType<{
4803
4836
  url?: string | undefined;
4837
+ }>) | ({
4838
+ layers?: string[] | undefined;
4839
+ } & jamespot_user_api.WidgetType<{
4840
+ css?: Record<string, string | number> | undefined;
4841
+ buttonName?: string | undefined;
4842
+ pictureSize?: string | undefined;
4804
4843
  }>)>[];
4805
4844
  visible: boolean;
4806
4845
  uniqid: string;
@@ -4829,7 +4868,7 @@ declare const Widget: {
4829
4868
  } & jamespot_user_api.WidgetType<{
4830
4869
  widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
4831
4870
  arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
4832
- css?: Record<string, string> | undefined;
4871
+ css?: Record<string, string | number> | undefined;
4833
4872
  edit?: boolean | undefined;
4834
4873
  }>) | ({
4835
4874
  layers?: string[] | undefined;
@@ -4846,7 +4885,7 @@ declare const Widget: {
4846
4885
  label?: string | undefined;
4847
4886
  isVisible?: boolean | undefined;
4848
4887
  textEllipsis?: boolean | undefined;
4849
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4888
+ dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
4850
4889
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4851
4890
  }[] | undefined;
4852
4891
  tableHeadColor?: string | undefined;
@@ -4884,6 +4923,12 @@ declare const Widget: {
4884
4923
  layers?: string[] | undefined;
4885
4924
  } & jamespot_user_api.WidgetType<{
4886
4925
  url?: string | undefined;
4926
+ }>) | ({
4927
+ layers?: string[] | undefined;
4928
+ } & jamespot_user_api.WidgetType<{
4929
+ css?: Record<string, string | number> | undefined;
4930
+ buttonName?: string | undefined;
4931
+ pictureSize?: string | undefined;
4887
4932
  }>)>>;
4888
4933
  states: Record<string, {
4889
4934
  busy?: boolean | undefined;
@@ -5055,7 +5100,7 @@ declare const Widget: {
5055
5100
  } & jamespot_user_api.WidgetType<{
5056
5101
  widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
5057
5102
  arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
5058
- css?: Record<string, string> | undefined;
5103
+ css?: Record<string, string | number> | undefined;
5059
5104
  edit?: boolean | undefined;
5060
5105
  }>) | ({
5061
5106
  layers?: string[] | undefined;
@@ -5072,7 +5117,7 @@ declare const Widget: {
5072
5117
  label?: string | undefined;
5073
5118
  isVisible?: boolean | undefined;
5074
5119
  textEllipsis?: boolean | undefined;
5075
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
5120
+ dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
5076
5121
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
5077
5122
  }[] | undefined;
5078
5123
  tableHeadColor?: string | undefined;
@@ -5110,6 +5155,12 @@ declare const Widget: {
5110
5155
  layers?: string[] | undefined;
5111
5156
  } & jamespot_user_api.WidgetType<{
5112
5157
  url?: string | undefined;
5158
+ }>) | ({
5159
+ layers?: string[] | undefined;
5160
+ } & jamespot_user_api.WidgetType<{
5161
+ css?: Record<string, string | number> | undefined;
5162
+ buttonName?: string | undefined;
5163
+ pictureSize?: string | undefined;
5113
5164
  }>)>>;
5114
5165
  selectWidget: (state: RootState$1, uniqid: string) => jamespot_user_api.WidgetWrapperGeneric<({
5115
5166
  layers?: string[] | undefined;
@@ -5130,7 +5181,7 @@ declare const Widget: {
5130
5181
  } & jamespot_user_api.WidgetType<{
5131
5182
  widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
5132
5183
  arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
5133
- css?: Record<string, string> | undefined;
5184
+ css?: Record<string, string | number> | undefined;
5134
5185
  edit?: boolean | undefined;
5135
5186
  }>) | ({
5136
5187
  layers?: string[] | undefined;
@@ -5147,7 +5198,7 @@ declare const Widget: {
5147
5198
  label?: string | undefined;
5148
5199
  isVisible?: boolean | undefined;
5149
5200
  textEllipsis?: boolean | undefined;
5150
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
5201
+ dateFormat?: "date" | "date-time" | "date-time-sec" | "time" | "time-sec" | undefined;
5151
5202
  numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
5152
5203
  }[] | undefined;
5153
5204
  tableHeadColor?: string | undefined;
@@ -5185,6 +5236,12 @@ declare const Widget: {
5185
5236
  layers?: string[] | undefined;
5186
5237
  } & jamespot_user_api.WidgetType<{
5187
5238
  url?: string | undefined;
5239
+ }>) | ({
5240
+ layers?: string[] | undefined;
5241
+ } & jamespot_user_api.WidgetType<{
5242
+ css?: Record<string, string | number> | undefined;
5243
+ buttonName?: string | undefined;
5244
+ pictureSize?: string | undefined;
5188
5245
  }>)> | undefined;
5189
5246
  selectWidgetState: (state: RootState$1, uniqid: string) => {
5190
5247
  busy?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.2.56",
3
+ "version": "1.2.58",
4
4
  "description": "typescript utils",
5
5
  "main": "dist/cjs.js",
6
6
  "module": "dist/esm.js",
@@ -31,7 +31,7 @@
31
31
  "eslint-config-prettier": "^8.10.2",
32
32
  "eslint-import-resolver-typescript": "^4.4.4",
33
33
  "eslint-plugin-import": "^2.32.0",
34
- "jamespot-user-api": "^1.2.56",
34
+ "jamespot-user-api": "^1.2.58",
35
35
  "jest": "^30.2.0",
36
36
  "jest-environment-jsdom": "^30.2.0",
37
37
  "prettier": "^3.6.2",