jamespot-react-core 1.1.195 → 1.1.197

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.
@@ -3,8 +3,8 @@ import { WidgetDatasourceTableContent, WidgetDisplayMode } from 'jamespot-user-a
3
3
  export declare const Wrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
4
4
  export declare const AbsoluteWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
5
5
  export declare const WidgetDatasourceTableWrapper: ({ uri, limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableColumnsData, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, mode, }: {
6
- uri?: string | undefined;
7
6
  limit?: number | boolean | undefined;
7
+ uri?: string | undefined;
8
8
  tableColumnsData?: {
9
9
  name?: string | undefined;
10
10
  label?: string | undefined;
@@ -3,8 +3,8 @@ import { WidgetDisplayMode, WidgetExcelDatasourceTableContent } from 'jamespot-u
3
3
  export declare const Wrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
4
4
  export declare const AbsoluteWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
5
5
  export declare const WidgetExcelDatasourceTableWrapper: ({ uri, limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableColumnsData, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, mode, }: {
6
- uri?: string | undefined;
7
6
  limit?: number | boolean | undefined;
7
+ uri?: string | undefined;
8
8
  tableColumnsData?: {
9
9
  name?: string | undefined;
10
10
  label?: string | undefined;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare const JRCWidgetLuccaAbsenceWrapper: ({ url }: {
3
+ url: string;
4
+ }) => React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { LicenseHookListType } from 'jamespot-user-api';
2
+ import React, { ReactNode } from 'react';
3
+ export declare const WidgetLicenseWrapper: ({ children, name }: {
4
+ children: ReactNode;
5
+ name: keyof LicenseHookListType;
6
+ }) => React.JSX.Element;
@@ -5,6 +5,7 @@ export declare const UIForm: import("styled-components").StyledComponent<"div",
5
5
  }, never>;
6
6
  export declare const UIWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
7
7
  export declare const UIProviderError: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
8
+ export declare const UISection: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
8
9
  export type JRCWidgetEmailsImapProps = {
9
10
  widget: WidgetEmailsImapType;
10
11
  inplace: boolean;
@@ -1,8 +1,8 @@
1
1
  export declare const tinymceDynamicOptions: any;
2
2
  export declare const tinymceExtendedOptions: any;
3
3
  export declare const tinymceCommonOptions: {
4
- height: number;
5
4
  language: string;
5
+ height: number;
6
6
  cache_suffix: string;
7
7
  toolbar: string;
8
8
  content_css: string;
@@ -104,8 +104,8 @@ declare const staticReducers: {
104
104
  tinymce: Reducer<import("redux").CombinedState<{
105
105
  options: {
106
106
  common?: {
107
- height: number;
108
107
  language: string;
108
+ height: number;
109
109
  cache_suffix: string;
110
110
  toolbar: string;
111
111
  content_css: string;
@@ -213,8 +213,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
213
213
  tinymce: import("redux").CombinedState<{
214
214
  options: {
215
215
  common?: {
216
- height: number;
217
216
  language: string;
217
+ height: number;
218
218
  cache_suffix: string;
219
219
  toolbar: string;
220
220
  content_css: string;
@@ -256,9 +256,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
256
256
  data: {
257
257
  dateCreation: string;
258
258
  url: string;
259
- idUser: number;
260
259
  level: number;
261
260
  pseudo: string;
261
+ idUser: number;
262
262
  action: string;
263
263
  ip: string;
264
264
  extended?: string | undefined;
@@ -477,8 +477,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
477
477
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
478
478
  uniqid: string;
479
479
  content: {
480
- uri?: string | undefined;
481
480
  limit?: number | boolean | undefined;
481
+ uri?: string | undefined;
482
482
  tableColumnsData?: {
483
483
  name?: string | undefined;
484
484
  label?: string | undefined;
@@ -518,6 +518,10 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
518
518
  emailsLimit?: boolean | undefined;
519
519
  emailsLimitValue?: number | undefined;
520
520
  emailsPromptStatus?: string | undefined;
521
+ }>) | ({
522
+ layers?: string[] | undefined;
523
+ } & import("jamespot-user-api").WidgetType<{
524
+ url?: string | undefined;
521
525
  }>)>[] | undefined;
522
526
  faqColor?: string | undefined;
523
527
  } & {
@@ -602,8 +606,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
602
606
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
603
607
  uniqid: string;
604
608
  content: {
605
- uri?: string | undefined;
606
609
  limit?: number | boolean | undefined;
610
+ uri?: string | undefined;
607
611
  tableColumnsData?: {
608
612
  name?: string | undefined;
609
613
  label?: string | undefined;
@@ -643,6 +647,10 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
643
647
  emailsLimit?: boolean | undefined;
644
648
  emailsLimitValue?: number | undefined;
645
649
  emailsPromptStatus?: string | undefined;
650
+ }>) | ({
651
+ layers?: string[] | undefined;
652
+ } & import("jamespot-user-api").WidgetType<{
653
+ url?: string | undefined;
646
654
  }>)>[] | undefined;
647
655
  } & {
648
656
  type: string;
@@ -756,8 +764,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
756
764
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
757
765
  uniqid: string;
758
766
  content: {
759
- uri?: string | undefined;
760
767
  limit?: number | boolean | undefined;
768
+ uri?: string | undefined;
761
769
  tableColumnsData?: {
762
770
  name?: string | undefined;
763
771
  label?: string | undefined;
@@ -797,6 +805,10 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
797
805
  emailsLimit?: boolean | undefined;
798
806
  emailsLimitValue?: number | undefined;
799
807
  emailsPromptStatus?: string | undefined;
808
+ }>) | ({
809
+ layers?: string[] | undefined;
810
+ } & import("jamespot-user-api").WidgetType<{
811
+ url?: string | undefined;
800
812
  }>)>[] | undefined;
801
813
  } & {
802
814
  type: string;
@@ -883,8 +895,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
883
895
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
884
896
  uniqid: string;
885
897
  content: {
886
- uri?: string | undefined;
887
898
  limit?: number | boolean | undefined;
899
+ uri?: string | undefined;
888
900
  tableColumnsData?: {
889
901
  name?: string | undefined;
890
902
  label?: string | undefined;
@@ -924,6 +936,10 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
924
936
  emailsLimit?: boolean | undefined;
925
937
  emailsLimitValue?: number | undefined;
926
938
  emailsPromptStatus?: string | undefined;
939
+ }>) | ({
940
+ layers?: string[] | undefined;
941
+ } & import("jamespot-user-api").WidgetType<{
942
+ url?: string | undefined;
927
943
  }>)>[];
928
944
  uniqid: string;
929
945
  locked: boolean;
@@ -961,8 +977,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
961
977
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
962
978
  uniqid: string;
963
979
  content: {
964
- uri?: string | undefined;
965
980
  limit?: number | boolean | undefined;
981
+ uri?: string | undefined;
966
982
  tableColumnsData?: {
967
983
  name?: string | undefined;
968
984
  label?: string | undefined;
@@ -1002,6 +1018,10 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1002
1018
  emailsLimit?: boolean | undefined;
1003
1019
  emailsLimitValue?: number | undefined;
1004
1020
  emailsPromptStatus?: string | undefined;
1021
+ }>) | ({
1022
+ layers?: string[] | undefined;
1023
+ } & import("jamespot-user-api").WidgetType<{
1024
+ url?: string | undefined;
1005
1025
  }>)>>;
1006
1026
  states: Record<string, {
1007
1027
  busy?: boolean | undefined;
@@ -1133,8 +1153,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1133
1153
  tinymce: import("redux").CombinedState<{
1134
1154
  options: {
1135
1155
  common?: {
1136
- height: number;
1137
1156
  language: string;
1157
+ height: number;
1138
1158
  cache_suffix: string;
1139
1159
  toolbar: string;
1140
1160
  content_css: string;
@@ -1176,9 +1196,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1176
1196
  data: {
1177
1197
  dateCreation: string;
1178
1198
  url: string;
1179
- idUser: number;
1180
1199
  level: number;
1181
1200
  pseudo: string;
1201
+ idUser: number;
1182
1202
  action: string;
1183
1203
  ip: string;
1184
1204
  extended?: string | undefined;
@@ -1397,8 +1417,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1397
1417
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
1398
1418
  uniqid: string;
1399
1419
  content: {
1400
- uri?: string | undefined;
1401
1420
  limit?: number | boolean | undefined;
1421
+ uri?: string | undefined;
1402
1422
  tableColumnsData?: {
1403
1423
  name?: string | undefined;
1404
1424
  label?: string | undefined;
@@ -1438,6 +1458,10 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1438
1458
  emailsLimit?: boolean | undefined;
1439
1459
  emailsLimitValue?: number | undefined;
1440
1460
  emailsPromptStatus?: string | undefined;
1461
+ }>) | ({
1462
+ layers?: string[] | undefined;
1463
+ } & import("jamespot-user-api").WidgetType<{
1464
+ url?: string | undefined;
1441
1465
  }>)>[] | undefined;
1442
1466
  faqColor?: string | undefined;
1443
1467
  } & {
@@ -1522,8 +1546,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1522
1546
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
1523
1547
  uniqid: string;
1524
1548
  content: {
1525
- uri?: string | undefined;
1526
1549
  limit?: number | boolean | undefined;
1550
+ uri?: string | undefined;
1527
1551
  tableColumnsData?: {
1528
1552
  name?: string | undefined;
1529
1553
  label?: string | undefined;
@@ -1563,6 +1587,10 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1563
1587
  emailsLimit?: boolean | undefined;
1564
1588
  emailsLimitValue?: number | undefined;
1565
1589
  emailsPromptStatus?: string | undefined;
1590
+ }>) | ({
1591
+ layers?: string[] | undefined;
1592
+ } & import("jamespot-user-api").WidgetType<{
1593
+ url?: string | undefined;
1566
1594
  }>)>[] | undefined;
1567
1595
  } & {
1568
1596
  type: string;
@@ -1676,8 +1704,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1676
1704
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
1677
1705
  uniqid: string;
1678
1706
  content: {
1679
- uri?: string | undefined;
1680
1707
  limit?: number | boolean | undefined;
1708
+ uri?: string | undefined;
1681
1709
  tableColumnsData?: {
1682
1710
  name?: string | undefined;
1683
1711
  label?: string | undefined;
@@ -1717,6 +1745,10 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1717
1745
  emailsLimit?: boolean | undefined;
1718
1746
  emailsLimitValue?: number | undefined;
1719
1747
  emailsPromptStatus?: string | undefined;
1748
+ }>) | ({
1749
+ layers?: string[] | undefined;
1750
+ } & import("jamespot-user-api").WidgetType<{
1751
+ url?: string | undefined;
1720
1752
  }>)>[] | undefined;
1721
1753
  } & {
1722
1754
  type: string;
@@ -1803,8 +1835,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1803
1835
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
1804
1836
  uniqid: string;
1805
1837
  content: {
1806
- uri?: string | undefined;
1807
1838
  limit?: number | boolean | undefined;
1839
+ uri?: string | undefined;
1808
1840
  tableColumnsData?: {
1809
1841
  name?: string | undefined;
1810
1842
  label?: string | undefined;
@@ -1844,6 +1876,10 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1844
1876
  emailsLimit?: boolean | undefined;
1845
1877
  emailsLimitValue?: number | undefined;
1846
1878
  emailsPromptStatus?: string | undefined;
1879
+ }>) | ({
1880
+ layers?: string[] | undefined;
1881
+ } & import("jamespot-user-api").WidgetType<{
1882
+ url?: string | undefined;
1847
1883
  }>)>[];
1848
1884
  uniqid: string;
1849
1885
  locked: boolean;
@@ -1881,8 +1917,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1881
1917
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
1882
1918
  uniqid: string;
1883
1919
  content: {
1884
- uri?: string | undefined;
1885
1920
  limit?: number | boolean | undefined;
1921
+ uri?: string | undefined;
1886
1922
  tableColumnsData?: {
1887
1923
  name?: string | undefined;
1888
1924
  label?: string | undefined;
@@ -1922,6 +1958,10 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
1922
1958
  emailsLimit?: boolean | undefined;
1923
1959
  emailsLimitValue?: number | undefined;
1924
1960
  emailsPromptStatus?: string | undefined;
1961
+ }>) | ({
1962
+ layers?: string[] | undefined;
1963
+ } & import("jamespot-user-api").WidgetType<{
1964
+ url?: string | undefined;
1925
1965
  }>)>>;
1926
1966
  states: Record<string, {
1927
1967
  busy?: boolean | undefined;
@@ -2058,8 +2098,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2058
2098
  tinymce: import("redux").CombinedState<{
2059
2099
  options: {
2060
2100
  common?: {
2061
- height: number;
2062
2101
  language: string;
2102
+ height: number;
2063
2103
  cache_suffix: string;
2064
2104
  toolbar: string;
2065
2105
  content_css: string;
@@ -2101,9 +2141,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2101
2141
  data: {
2102
2142
  dateCreation: string;
2103
2143
  url: string;
2104
- idUser: number;
2105
2144
  level: number;
2106
2145
  pseudo: string;
2146
+ idUser: number;
2107
2147
  action: string;
2108
2148
  ip: string;
2109
2149
  extended?: string | undefined;
@@ -2322,8 +2362,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2322
2362
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
2323
2363
  uniqid: string;
2324
2364
  content: {
2325
- uri?: string | undefined;
2326
2365
  limit?: number | boolean | undefined;
2366
+ uri?: string | undefined;
2327
2367
  tableColumnsData?: {
2328
2368
  name?: string | undefined;
2329
2369
  label?: string | undefined;
@@ -2363,6 +2403,10 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2363
2403
  emailsLimit?: boolean | undefined;
2364
2404
  emailsLimitValue?: number | undefined;
2365
2405
  emailsPromptStatus?: string | undefined;
2406
+ }>) | ({
2407
+ layers?: string[] | undefined;
2408
+ } & import("jamespot-user-api").WidgetType<{
2409
+ url?: string | undefined;
2366
2410
  }>)>[] | undefined;
2367
2411
  faqColor?: string | undefined;
2368
2412
  } & {
@@ -2447,8 +2491,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2447
2491
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
2448
2492
  uniqid: string;
2449
2493
  content: {
2450
- uri?: string | undefined;
2451
2494
  limit?: number | boolean | undefined;
2495
+ uri?: string | undefined;
2452
2496
  tableColumnsData?: {
2453
2497
  name?: string | undefined;
2454
2498
  label?: string | undefined;
@@ -2488,6 +2532,10 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2488
2532
  emailsLimit?: boolean | undefined;
2489
2533
  emailsLimitValue?: number | undefined;
2490
2534
  emailsPromptStatus?: string | undefined;
2535
+ }>) | ({
2536
+ layers?: string[] | undefined;
2537
+ } & import("jamespot-user-api").WidgetType<{
2538
+ url?: string | undefined;
2491
2539
  }>)>[] | undefined;
2492
2540
  } & {
2493
2541
  type: string;
@@ -2601,8 +2649,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2601
2649
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
2602
2650
  uniqid: string;
2603
2651
  content: {
2604
- uri?: string | undefined;
2605
2652
  limit?: number | boolean | undefined;
2653
+ uri?: string | undefined;
2606
2654
  tableColumnsData?: {
2607
2655
  name?: string | undefined;
2608
2656
  label?: string | undefined;
@@ -2642,6 +2690,10 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2642
2690
  emailsLimit?: boolean | undefined;
2643
2691
  emailsLimitValue?: number | undefined;
2644
2692
  emailsPromptStatus?: string | undefined;
2693
+ }>) | ({
2694
+ layers?: string[] | undefined;
2695
+ } & import("jamespot-user-api").WidgetType<{
2696
+ url?: string | undefined;
2645
2697
  }>)>[] | undefined;
2646
2698
  } & {
2647
2699
  type: string;
@@ -2728,8 +2780,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2728
2780
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
2729
2781
  uniqid: string;
2730
2782
  content: {
2731
- uri?: string | undefined;
2732
2783
  limit?: number | boolean | undefined;
2784
+ uri?: string | undefined;
2733
2785
  tableColumnsData?: {
2734
2786
  name?: string | undefined;
2735
2787
  label?: string | undefined;
@@ -2769,6 +2821,10 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2769
2821
  emailsLimit?: boolean | undefined;
2770
2822
  emailsLimitValue?: number | undefined;
2771
2823
  emailsPromptStatus?: string | undefined;
2824
+ }>) | ({
2825
+ layers?: string[] | undefined;
2826
+ } & import("jamespot-user-api").WidgetType<{
2827
+ url?: string | undefined;
2772
2828
  }>)>[];
2773
2829
  uniqid: string;
2774
2830
  locked: boolean;
@@ -2806,8 +2862,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2806
2862
  name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
2807
2863
  uniqid: string;
2808
2864
  content: {
2809
- uri?: string | undefined;
2810
2865
  limit?: number | boolean | undefined;
2866
+ uri?: string | undefined;
2811
2867
  tableColumnsData?: {
2812
2868
  name?: string | undefined;
2813
2869
  label?: string | undefined;
@@ -2847,6 +2903,10 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
2847
2903
  emailsLimit?: boolean | undefined;
2848
2904
  emailsLimitValue?: number | undefined;
2849
2905
  emailsPromptStatus?: string | undefined;
2906
+ }>) | ({
2907
+ layers?: string[] | undefined;
2908
+ } & import("jamespot-user-api").WidgetType<{
2909
+ url?: string | undefined;
2850
2910
  }>)>>;
2851
2911
  states: Record<string, {
2852
2912
  busy?: boolean | undefined;
@@ -88,6 +88,7 @@ declare const _default: {
88
88
  readonly InputNumber: "JRCInputNumber";
89
89
  readonly InputReorderCheckbox: "JRCInputReorderCheckbox";
90
90
  readonly InputSearchRaw: "JRCInputSearchRaw";
91
+ readonly InputSelect: "JRCInputSelect";
91
92
  readonly InputSelectExtended: "JRCInputSelectExtended";
92
93
  readonly InputSelectHierarchicalTree: "JRCInputSelectHierarchicalTree";
93
94
  readonly InputSelectList: "JRCInputSelectList";
@@ -161,6 +162,8 @@ declare const _default: {
161
162
  readonly WidgetTableEditor: "JRCWidgetTableEditor";
162
163
  readonly WidgetDatasourceTableEditor: "JRCWidgetDatasourceTableEditor";
163
164
  readonly WidgetExcelDatasourceTableEditor: "JRCWidgetExcelDatasourceTableEditor";
165
+ readonly WidgetLuccaAbsence: "JRCWidgetLuccaAbsence";
166
+ readonly WidgetLuccaAbsenceEditor: "JRCWidgetLuccaAbsenceEditor";
164
167
  readonly WidgetPresence: "JRCWidgetPresence";
165
168
  readonly WidgetPresenceEditor: "JRCWidgetPresenceEditor";
166
169
  readonly WidgetSlider: "JRCWidgetSlider";
@@ -1,4 +1,4 @@
1
- import { ApplicationType, jUserList, MailDefaultFrequencies, Model, Readable, TinyMCECommonOptions, TinyMCEDynamicOptions, TinyMCEExtendedOptions } from 'jamespot-user-api';
1
+ import { ApplicationType, jUserList, Model, Readable, TinyMCECommonOptions, TinyMCEDynamicOptions, TinyMCEExtendedOptions } from 'jamespot-user-api';
2
2
  import { MouseEvent } from 'react';
3
3
  import { RouteObject } from 'react-router-dom';
4
4
  import { TwoColLayoutRoute, TwoColLayoutRoutes } from '../components/types';
@@ -94,9 +94,6 @@ export interface WindowJ {
94
94
  jUserCurrent?: jUserList;
95
95
  jamespotReactTheme: any;
96
96
  applications: ApplicationType[];
97
- properties: {
98
- mailDefaultFrequency: MailDefaultFrequencies;
99
- };
100
97
  hooks: {
101
98
  [name: string]: any;
102
99
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.1.195",
3
+ "version": "1.1.197",
4
4
  "description": "Jamespot React Core",
5
5
  "main": "./build/app.bundle.js",
6
6
  "types": "./build/src/App.d.ts",
@@ -56,9 +56,9 @@
56
56
  "eslint-import-resolver-typescript": "^3.6.3",
57
57
  "eslint-plugin-import": "^2.31.0",
58
58
  "history": "^5.3.0",
59
- "jamespot-front-business": "^1.1.91",
60
- "jamespot-react-components": "^1.0.245",
61
- "jamespot-user-api": "^1.0.218",
59
+ "jamespot-front-business": "^1.1.94",
60
+ "jamespot-react-components": "^1.0.248",
61
+ "jamespot-user-api": "^1.0.222",
62
62
  "marked": "^15.0.3",
63
63
  "react": "^17.0.2",
64
64
  "react-dom": "17.0.2",