jamespot-react-core 1.1.188 → 1.1.189
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/build/{435.8fff25978e742bb78f49.chunk.js → 435.ea8eca2f117abb78e1db.chunk.js} +14 -11
- package/build/435.ea8eca2f117abb78e1db.chunk.js.map +1 -0
- package/build/app.bundle.js +995 -986
- package/build/app.bundle.js.map +1 -1
- package/build/src/components/widgets/Widget.d.ts +0 -1
- package/build/src/components/widgets/wrapper/components/OfficeConfigurationPrompt.d.ts +1 -3
- package/build/src/components/widgets/wrapper/components/WidgetStyleWrapper.d.ts +2 -2
- package/build/src/components/widgets/wrapper/utils.d.ts +1 -1
- package/build/src/redux/store.d.ts +6 -6
- package/package.json +4 -4
- package/build/435.8fff25978e742bb78f49.chunk.js.map +0 -1
|
@@ -7,7 +7,6 @@ export declare const DisplayWidget: ({ widget, width, inplace, mode, onWidgetUpd
|
|
|
7
7
|
inplace: boolean;
|
|
8
8
|
mode: WidgetDisplayMode;
|
|
9
9
|
onWidgetUpdate?: (() => void) | undefined;
|
|
10
|
-
onClick: () => void;
|
|
11
10
|
cannotDisplayComponent?: ((widget: string) => ReactNode) | undefined;
|
|
12
11
|
levelFallback?: ((level: WidgetWrapperLevel, url: string) => ReactNode | undefined) | undefined;
|
|
13
12
|
dataCy?: string | undefined;
|
|
@@ -20,6 +20,4 @@ export declare const officeConfigurationInitialState: {
|
|
|
20
20
|
calDavCalendar: string;
|
|
21
21
|
provider: string;
|
|
22
22
|
};
|
|
23
|
-
export declare const OfficeConfigurationPrompt: (
|
|
24
|
-
handleCallback?: ((isValid: boolean) => void) | undefined;
|
|
25
|
-
}) => React.JSX.Element;
|
|
23
|
+
export declare const OfficeConfigurationPrompt: () => React.JSX.Element;
|
|
@@ -7,8 +7,8 @@ export declare const UIWrapper: import("styled-components").StyledComponent<"div
|
|
|
7
7
|
borderRadius: string;
|
|
8
8
|
overflow: string;
|
|
9
9
|
}, never>;
|
|
10
|
-
export declare const WidgetStyleWrapper:
|
|
10
|
+
export declare const WidgetStyleWrapper: ({ uniqid, onClick, children, }: {
|
|
11
11
|
uniqid: string;
|
|
12
12
|
onClick: () => void;
|
|
13
13
|
children: React.ReactNode;
|
|
14
|
-
}
|
|
14
|
+
}) => React.JSX.Element;
|
|
@@ -7,7 +7,7 @@ export declare const getVisibleColumns: (tableColumnsData: {
|
|
|
7
7
|
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
8
8
|
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
9
9
|
}[], columns: WidgetTableColumn[]) => {
|
|
10
|
-
type: "number" | "uri" | "title" | "date" | "select" | "text" | "email" | "file" | "
|
|
10
|
+
type: "number" | "uri" | "title" | "url" | "date" | "select" | "text" | "email" | "file" | "datetime" | "transient";
|
|
11
11
|
name: string;
|
|
12
12
|
label: string;
|
|
13
13
|
widget: {} | {
|
|
@@ -662,7 +662,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
662
662
|
tvChannelNumImages: 0;
|
|
663
663
|
tvChannelConfig: {
|
|
664
664
|
key: string;
|
|
665
|
-
backgroundType?: "
|
|
665
|
+
backgroundType?: "color" | "image" | undefined;
|
|
666
666
|
globalShowComment?: boolean | undefined;
|
|
667
667
|
scaleImg?: boolean | undefined;
|
|
668
668
|
contents?: {
|
|
@@ -816,7 +816,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
816
816
|
tvChannelNumImages: number;
|
|
817
817
|
tvChannelConfig: {
|
|
818
818
|
key: string;
|
|
819
|
-
backgroundType?: "
|
|
819
|
+
backgroundType?: "color" | "image" | undefined;
|
|
820
820
|
globalShowComment?: boolean | undefined;
|
|
821
821
|
scaleImg?: boolean | undefined;
|
|
822
822
|
contents?: {
|
|
@@ -1580,7 +1580,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1580
1580
|
tvChannelNumImages: 0;
|
|
1581
1581
|
tvChannelConfig: {
|
|
1582
1582
|
key: string;
|
|
1583
|
-
backgroundType?: "
|
|
1583
|
+
backgroundType?: "color" | "image" | undefined;
|
|
1584
1584
|
globalShowComment?: boolean | undefined;
|
|
1585
1585
|
scaleImg?: boolean | undefined;
|
|
1586
1586
|
contents?: {
|
|
@@ -1734,7 +1734,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1734
1734
|
tvChannelNumImages: number;
|
|
1735
1735
|
tvChannelConfig: {
|
|
1736
1736
|
key: string;
|
|
1737
|
-
backgroundType?: "
|
|
1737
|
+
backgroundType?: "color" | "image" | undefined;
|
|
1738
1738
|
globalShowComment?: boolean | undefined;
|
|
1739
1739
|
scaleImg?: boolean | undefined;
|
|
1740
1740
|
contents?: {
|
|
@@ -2503,7 +2503,7 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2503
2503
|
tvChannelNumImages: 0;
|
|
2504
2504
|
tvChannelConfig: {
|
|
2505
2505
|
key: string;
|
|
2506
|
-
backgroundType?: "
|
|
2506
|
+
backgroundType?: "color" | "image" | undefined;
|
|
2507
2507
|
globalShowComment?: boolean | undefined;
|
|
2508
2508
|
scaleImg?: boolean | undefined;
|
|
2509
2509
|
contents?: {
|
|
@@ -2657,7 +2657,7 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2657
2657
|
tvChannelNumImages: number;
|
|
2658
2658
|
tvChannelConfig: {
|
|
2659
2659
|
key: string;
|
|
2660
|
-
backgroundType?: "
|
|
2660
|
+
backgroundType?: "color" | "image" | undefined;
|
|
2661
2661
|
globalShowComment?: boolean | undefined;
|
|
2662
2662
|
scaleImg?: boolean | undefined;
|
|
2663
2663
|
contents?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.189",
|
|
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.
|
|
60
|
-
"jamespot-react-components": "^1.0.
|
|
61
|
-
"jamespot-user-api": "^1.0.
|
|
59
|
+
"jamespot-front-business": "^1.1.86",
|
|
60
|
+
"jamespot-react-components": "^1.0.238",
|
|
61
|
+
"jamespot-user-api": "^1.0.214",
|
|
62
62
|
"marked": "^15.0.3",
|
|
63
63
|
"react": "^17.0.2",
|
|
64
64
|
"react-dom": "17.0.2",
|