@agilemotion/oui-react-js 1.7.3 → 1.7.5
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.
|
@@ -38,6 +38,7 @@ const InteractionPortalApp = props => {
|
|
|
38
38
|
if (window.location.pathname !== '/reset-password' && window.location.pathname !== '/login' && window.location.pathname !== '/forgot-password' && window.location.pathname !== '/change-password') {
|
|
39
39
|
navigate("/");
|
|
40
40
|
}
|
|
41
|
+
console.log("\n\n\n\nImpl : ", props.implConfig);
|
|
41
42
|
}, []);
|
|
42
43
|
return /*#__PURE__*/_react.default.createElement(_MuiThemeProvider.default, {
|
|
43
44
|
muiTheme: _themeDefault.default
|
|
@@ -65,12 +66,12 @@ const InteractionPortalApp = props => {
|
|
|
65
66
|
footerSplitterColor: props.implConfig.footerSplitterColor,
|
|
66
67
|
title: props.implConfig.loginTitle,
|
|
67
68
|
titleColor: props.implConfig.titleColor,
|
|
68
|
-
logo: props.implConfig.
|
|
69
|
+
logo: props.implConfig.appLogo
|
|
69
70
|
})
|
|
70
71
|
}), /*#__PURE__*/_react.default.createElement(_reactRouterDom.Route, {
|
|
71
72
|
path: "/forgot-password",
|
|
72
73
|
element: /*#__PURE__*/_react.default.createElement(_ForgotPasswordBasic.default, {
|
|
73
|
-
url: location + props.contextRoot + props.authUrl + "/password/forgot",
|
|
74
|
+
url: location + props.contextRoot + props.implConfig.authUrl + "/password/forgot",
|
|
74
75
|
background: 'rgba(0, 0, 0, 0.65)',
|
|
75
76
|
textColor: props.implConfig.loginTextColor,
|
|
76
77
|
footerLogo: props.implConfig.footerLogo,
|
|
@@ -85,7 +86,7 @@ const InteractionPortalApp = props => {
|
|
|
85
86
|
exact: true,
|
|
86
87
|
path: "/reset-password",
|
|
87
88
|
element: /*#__PURE__*/_react.default.createElement(_ResetPasswordBasic.default, {
|
|
88
|
-
url: location + props.contextRoot + props.authUrl + "/password/confirmForgot",
|
|
89
|
+
url: location + props.contextRoot + props.implConfig.authUrl + "/password/confirmForgot",
|
|
89
90
|
background: 'rgba(0, 0, 0, 0.65)',
|
|
90
91
|
textColor: props.implConfig.loginTextColor,
|
|
91
92
|
footerLogo: props.implConfig.footerLogo,
|
|
@@ -100,7 +101,7 @@ const InteractionPortalApp = props => {
|
|
|
100
101
|
exact: true,
|
|
101
102
|
path: "/change-password",
|
|
102
103
|
element: /*#__PURE__*/_react.default.createElement(_ChangePasswordBasic.default, {
|
|
103
|
-
url: location + props.contextRoot + props.authUrl + "/password/challenge",
|
|
104
|
+
url: location + props.contextRoot + props.implConfig.authUrl + "/password/challenge",
|
|
104
105
|
background: 'rgba(0, 0, 0, 0.65)',
|
|
105
106
|
textColor: props.implConfig.loginTextColor,
|
|
106
107
|
footerLogo: props.implConfig.footerLogo,
|
package/dist/components/Tree.js
CHANGED
|
@@ -73,8 +73,8 @@ function TransitionComponent(props) {
|
|
|
73
73
|
}, /*#__PURE__*/_react.default.createElement(_Collapse.default, props));
|
|
74
74
|
}
|
|
75
75
|
TransitionComponent.propTypes = {
|
|
76
|
-
/**
|
|
77
|
-
* Show the component; triggers the enter or exit states
|
|
76
|
+
/**
|
|
77
|
+
* Show the component; triggers the enter or exit states
|
|
78
78
|
*/
|
|
79
79
|
in: _propTypes.default.bool
|
|
80
80
|
};
|
|
@@ -29,14 +29,14 @@ const WordDocumentViewer = props => {
|
|
|
29
29
|
command: 'Italic'
|
|
30
30
|
}, "Separator", "Image", "Table", "Separator", "Header", "Footer", "PageSetup", "PageNumber", "Break", "InsertFootnote", "Separator", "Find", "Separator", "Comments"];
|
|
31
31
|
|
|
32
|
-
/*let items = ['Bold', 'Italic', 'Underline', '|', 'Formats', '|', 'CreateLink', '|',
|
|
33
|
-
{
|
|
34
|
-
template: '' +
|
|
35
|
-
'<button class="e-tbar-btn e-btn" tabindex="-1" id="custom_tbar" style="width:100%"><div class="e-tbar-btn-text" style="font-weight: normal; font-size: inherit;"> Placeholders</div></button>',
|
|
36
|
-
undo: true,
|
|
37
|
-
click: onClick.bind(this),
|
|
38
|
-
tooltipText: 'Insert Placeholders'
|
|
39
|
-
}, '|', 'Undo', 'Redo'
|
|
32
|
+
/*let items = ['Bold', 'Italic', 'Underline', '|', 'Formats', '|', 'CreateLink', '|',
|
|
33
|
+
{
|
|
34
|
+
template: '' +
|
|
35
|
+
'<button class="e-tbar-btn e-btn" tabindex="-1" id="custom_tbar" style="width:100%"><div class="e-tbar-btn-text" style="font-weight: normal; font-size: inherit;"> Placeholders</div></button>',
|
|
36
|
+
undo: true,
|
|
37
|
+
click: onClick.bind(this),
|
|
38
|
+
tooltipText: 'Insert Placeholders'
|
|
39
|
+
}, '|', 'Undo', 'Redo'
|
|
40
40
|
];*/
|
|
41
41
|
|
|
42
42
|
const api = () => {
|