jamespot-react-core 1.1.194 → 1.1.195
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.f9409533153e655b4a27.chunk.js → 593.c03b5cc8bc9a4081922c.chunk.js} +41 -41
- package/build/593.c03b5cc8bc9a4081922c.chunk.js.map +1 -0
- package/build/app.bundle.js +762 -761
- package/build/app.bundle.js.map +1 -1
- package/build/src/components/TwoColLayout.d.ts +1 -1
- package/build/src/registry/ext-component-list.d.ts +1 -1
- package/package.json +3 -3
- package/build/593.f9409533153e655b4a27.chunk.js.map +0 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TwoColLayoutProps } from './types';
|
|
3
|
-
export declare function TwoColLayout({ extensionRoute, routes, description, mode, mainColumnProps }: TwoColLayoutProps): React.JSX.Element;
|
|
3
|
+
export declare function TwoColLayout({ extensionRoute, routes, description, mode, mainColumnProps, }: TwoColLayoutProps): React.JSX.Element;
|
|
@@ -88,7 +88,7 @@ declare const _default: {
|
|
|
88
88
|
readonly InputNumber: "JRCInputNumber";
|
|
89
89
|
readonly InputReorderCheckbox: "JRCInputReorderCheckbox";
|
|
90
90
|
readonly InputSearchRaw: "JRCInputSearchRaw";
|
|
91
|
-
readonly
|
|
91
|
+
readonly InputSelectExtended: "JRCInputSelectExtended";
|
|
92
92
|
readonly InputSelectHierarchicalTree: "JRCInputSelectHierarchicalTree";
|
|
93
93
|
readonly InputSelectList: "JRCInputSelectList";
|
|
94
94
|
readonly InputSelectRaw: "JRCInputSelectRaw";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.195",
|
|
4
4
|
"description": "Jamespot React Core",
|
|
5
5
|
"main": "./build/app.bundle.js",
|
|
6
6
|
"types": "./build/src/App.d.ts",
|
|
@@ -56,8 +56,8 @@
|
|
|
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.
|
|
59
|
+
"jamespot-front-business": "^1.1.91",
|
|
60
|
+
"jamespot-react-components": "^1.0.245",
|
|
61
61
|
"jamespot-user-api": "^1.0.218",
|
|
62
62
|
"marked": "^15.0.3",
|
|
63
63
|
"react": "^17.0.2",
|