jamespot-react-core 1.1.190 → 1.1.191
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/{593.56c6fcd2db8c13313d75.chunk.js → 593.79631f6e71918390b161.chunk.js} +61 -93
- package/build/593.79631f6e71918390b161.chunk.js.map +1 -0
- package/build/app.bundle.js +15 -14
- package/build/app.bundle.js.map +1 -1
- package/build/assets/jamespot-2025-216.d681af07a093035b056f3a3589dfb6f8.png +0 -0
- package/build/assets/jamespot-blue-2025-216.cbe9350502876bd1e0495637f73b0ce6.png +0 -0
- package/build/src/components/widgets/WidgetState.d.ts +1 -1
- package/build/src/components/widgets/WidgetWrapperCore.d.ts +1 -1
- package/build/src/components/widgets/wrapper/JRCWidgetDatasourceTableWrapper.d.ts +1 -2
- package/build/src/components/widgets/wrapper/JRCWidgetExcelDatasourceTableWrapper.d.ts +1 -2
- package/build/src/registry/core-component-list.d.ts +1 -0
- package/build/src/registry/coreComponents.d.ts +1 -0
- package/package.json +4 -4
- package/build/593.56c6fcd2db8c13313d75.chunk.js.map +0 -1
- package/build/assets/jamespot-216.084c33ac57c64ed8cbae80ae279351f9.png +0 -0
- package/build/assets/jamespot-blue-216.90c747d6f7f5e5300e42a88f1caaf1ed.png +0 -0
|
@@ -2,8 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { WidgetDatasourceTableContent, WidgetDisplayMode } from 'jamespot-user-api';
|
|
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
|
-
export declare const
|
|
6
|
-
export declare const WidgetDatasourceTableWrapper: ({ uniqid, uri, limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableColumnsData, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, mode, }: {
|
|
5
|
+
export declare const WidgetDatasourceTableWrapper: ({ uri, limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableColumnsData, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, mode, }: {
|
|
7
6
|
uri?: string | undefined;
|
|
8
7
|
limit?: number | boolean | undefined;
|
|
9
8
|
tableColumnsData?: {
|
|
@@ -2,8 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { WidgetDisplayMode, WidgetExcelDatasourceTableContent } from 'jamespot-user-api';
|
|
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
|
-
export declare const
|
|
6
|
-
export declare const WidgetExcelDatasourceTableWrapper: ({ uniqid, uri, limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableColumnsData, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, mode, }: {
|
|
5
|
+
export declare const WidgetExcelDatasourceTableWrapper: ({ uri, limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableColumnsData, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, mode, }: {
|
|
7
6
|
uri?: string | undefined;
|
|
8
7
|
limit?: number | boolean | undefined;
|
|
9
8
|
tableColumnsData?: {
|
|
@@ -8,6 +8,7 @@ export declare const coreComponentsMapping: {
|
|
|
8
8
|
readonly CommentsBloc: "CommentsBloc";
|
|
9
9
|
readonly DisplayForm: "DisplayForm";
|
|
10
10
|
readonly EditorsPortal: "EditorsPortal";
|
|
11
|
+
readonly Editor: "Editor";
|
|
11
12
|
readonly Empty: "Empty";
|
|
12
13
|
readonly InputTinyMCEWithExtRaw: "JRCInputTinyMCEWithExtRaw";
|
|
13
14
|
readonly InputTinyMCEWithExt: "JRCInputTinyMCEWithExt";
|
|
@@ -8,6 +8,7 @@ export { AddReportModal } from '../components/comments/AddReportModal';
|
|
|
8
8
|
export { CommentsBloc } from '../components/CommentsBloc';
|
|
9
9
|
export { DisplayForm } from '../displayer/DisplayForm.component';
|
|
10
10
|
export { EditorsPortal } from '../components/editors/EditorsPortal';
|
|
11
|
+
export { Editor } from '../components/editors/Editor';
|
|
11
12
|
export { Empty } from '../components/Empty';
|
|
12
13
|
export { JRCInputTinyMCEWithExt } from '../components/tinymce/JRCInputTinyMCEWithExt';
|
|
13
14
|
export { JRCInputTinyMCEWithExtRaw } from '../components/tinymce/JRCInputTinyMCEWithExtRaw';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.191",
|
|
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.88",
|
|
60
|
+
"jamespot-react-components": "^1.0.242",
|
|
61
|
+
"jamespot-user-api": "^1.0.216",
|
|
62
62
|
"marked": "^15.0.3",
|
|
63
63
|
"react": "^17.0.2",
|
|
64
64
|
"react-dom": "17.0.2",
|