inboxlookup_screen 1.0.2
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/README.md +70 -0
- package/dist/assets/09394b2afc53828fe342.otf +0 -0
- package/dist/assets/6537363fd5b802d5049c.woff2 +0 -0
- package/dist/assets/7287d1faf8f8e079aeab.ttf +0 -0
- package/dist/assets/9ac1f13f07c4503334c7.woff +0 -0
- package/dist/assets/ba20f6b82215cbe1b080.woff2 +0 -0
- package/dist/assets/c120fd44dc6e07624cd1.woff +0 -0
- package/dist/assets/icons/dxicons.ttf +0 -0
- package/dist/assets/icons/dxicons.woff +0 -0
- package/dist/assets/icons/dxicons.woff2 +0 -0
- package/dist/assets/icons/dxiconsfluent.ttf +0 -0
- package/dist/assets/icons/dxiconsfluent.woff +0 -0
- package/dist/assets/icons/dxiconsfluent.woff2 +0 -0
- package/dist/assets/icons/dxiconsmaterial.ttf +0 -0
- package/dist/assets/icons/dxiconsmaterial.woff +0 -0
- package/dist/assets/icons/dxiconsmaterial.woff2 +0 -0
- package/dist/index.html +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +14 -0
- package/package.json +55 -0
- package/src/App.css +38 -0
- package/src/App.js +33 -0
- package/src/App.test.js +8 -0
- package/src/Common/CustomLoadingPanel.js +43 -0
- package/src/assets/Desktop.png +0 -0
- package/src/assets/Excel.png +0 -0
- package/src/assets/Thumbs.db +0 -0
- package/src/assets/apps.png +0 -0
- package/src/assets/arc_flow.png +0 -0
- package/src/assets/circle_icons.png +0 -0
- package/src/assets/close.png +0 -0
- package/src/assets/connection.png +0 -0
- package/src/assets/csv.png +0 -0
- package/src/assets/data_preview.png +0 -0
- package/src/assets/database1.png +0 -0
- package/src/assets/date_refresh.png +0 -0
- package/src/assets/delete.png +0 -0
- package/src/assets/edit.png +0 -0
- package/src/assets/filter.png +0 -0
- package/src/assets/fonts/FontAwesome.otf +0 -0
- package/src/assets/fonts/Proxima-Nova-Bold.otf +0 -0
- package/src/assets/fonts/fa-brands-400.eot +0 -0
- package/src/assets/fonts/fa-brands-400.svg +1008 -0
- package/src/assets/fonts/fa-brands-400.ttf +0 -0
- package/src/assets/fonts/fa-brands-400.woff +0 -0
- package/src/assets/fonts/fa-brands-400.woff2 +0 -0
- package/src/assets/fonts/fa-regular-400.eot +0 -0
- package/src/assets/fonts/fa-regular-400.svg +366 -0
- package/src/assets/fonts/fa-regular-400.ttf +0 -0
- package/src/assets/fonts/fa-regular-400.woff +0 -0
- package/src/assets/fonts/fa-regular-400.woff2 +0 -0
- package/src/assets/fonts/fa-solid-900.eot +0 -0
- package/src/assets/fonts/fa-solid-900.svg +1518 -0
- package/src/assets/fonts/fa-solid-900.ttf +0 -0
- package/src/assets/fonts/fa-solid-900.woff +0 -0
- package/src/assets/fonts/fa-solid-900.woff2 +0 -0
- package/src/assets/fonts/fontawesome-webfont.eot +0 -0
- package/src/assets/fonts/fontawesome-webfont.svg +2671 -0
- package/src/assets/fonts/fontawesome-webfont.ttf +0 -0
- package/src/assets/fonts/fontawesome-webfont.woff +0 -0
- package/src/assets/fonts/fontawesome-webfont.woff2 +0 -0
- package/src/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- package/src/assets/fonts/glyphicons-halflings-regular.svg +288 -0
- package/src/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/src/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- package/src/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/src/assets/fonts/proxima_nova_thin-webfont.woff +0 -0
- package/src/assets/fonts/proxima_nova_thin-webfont.woff2 +0 -0
- package/src/assets/fonts/proximanova-regular-webfont.woff +0 -0
- package/src/assets/fonts/proximanova-regular-webfont.woff2 +0 -0
- package/src/assets/logo_preview.png +0 -0
- package/src/assets/mail.png +0 -0
- package/src/assets/map_white 2.png +0 -0
- package/src/assets/map_white.png +0 -0
- package/src/assets/mapping.png +0 -0
- package/src/assets/notifications.png +0 -0
- package/src/assets/plus_add.png +0 -0
- package/src/assets/plusadd_white.png +0 -0
- package/src/assets/tick.png +0 -0
- package/src/assets/user.jpg +0 -0
- package/src/assets/user_setting.png +0 -0
- package/src/assets/wDesktop.png +0 -0
- package/src/assets/wconnction.png +0 -0
- package/src/assets/wdata_preview.png +0 -0
- package/src/assets/wdate_refresh.png +0 -0
- package/src/assets/wmapping.png +0 -0
- package/src/assets/wplus.png +0 -0
- package/src/components/Service/OrdersMasterDetail.css +427 -0
- package/src/components/Service/OrdersMasterDetail.js +1123 -0
- package/src/devextreme-license.js +1 -0
- package/src/index.css +13 -0
- package/src/index.js +261 -0
- package/src/logo.svg +1 -0
- package/src/reportWebVitals.js +13 -0
- package/src/routes/AppRoutes.js +18 -0
- package/src/setupTests.js +5 -0
- package/src/styles/UserDashBoard.css +1843 -0
- package/src/utils/ToastContext.js +34 -0
- package/src/utils/commonSchema.js +29 -0
- package/src/utils/helperFunctions.js +24 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* devextreme-react
|
|
3
|
+
* Version: 24.2.2-beta
|
|
4
|
+
* Build date: Mon Nov 18 2024
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
|
+
*
|
|
8
|
+
* This software may be modified and distributed under the terms
|
|
9
|
+
* of the MIT license. See the LICENSE file in the root of the project for details.
|
|
10
|
+
*
|
|
11
|
+
* https://github.com/DevExpress/devextreme-react
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
package/package.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "inboxlookup_screen",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "A React component using DevExtreme",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"homepage": "./",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"react",
|
|
9
|
+
"devextreme",
|
|
10
|
+
"ui",
|
|
11
|
+
"component"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"build": "webpack --mode production",
|
|
15
|
+
"start": "webpack-dev-server --mode development"
|
|
16
|
+
},
|
|
17
|
+
"peerDependencies": {
|
|
18
|
+
"devextreme": "^24.0.0",
|
|
19
|
+
"react": "^18.0.0",
|
|
20
|
+
"react-dom": "^18.0.0"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@babel/core": "^7.26.0",
|
|
24
|
+
"@babel/plugin-syntax-jsx": "^7.25.9",
|
|
25
|
+
"@babel/preset-env": "^7.26.0",
|
|
26
|
+
"@babel/preset-react": "^7.26.3",
|
|
27
|
+
"babel-loader": "^8.4.1",
|
|
28
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
29
|
+
"css-loader": "^6.11.0",
|
|
30
|
+
"devextreme-themebuilder": "24.2.2-beta",
|
|
31
|
+
"file-loader": "^6.2.0",
|
|
32
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
33
|
+
"postcss-loader": "^8.1.1",
|
|
34
|
+
"postcss-url": "^10.1.3",
|
|
35
|
+
"style-loader": "^3.3.4",
|
|
36
|
+
"url-loader": "^4.1.1",
|
|
37
|
+
"webpack": "^5.0.0",
|
|
38
|
+
"webpack-cli": "^5.0.0"
|
|
39
|
+
},
|
|
40
|
+
"files": [
|
|
41
|
+
"dist",
|
|
42
|
+
"src",
|
|
43
|
+
"dist/style.css",
|
|
44
|
+
"src/assets",
|
|
45
|
+
"src/styles",
|
|
46
|
+
"README.md"
|
|
47
|
+
],
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"axios": "^1.7.9",
|
|
50
|
+
"devextreme": "^24.0.0",
|
|
51
|
+
"devextreme-react": "24.2.2-beta",
|
|
52
|
+
"html-webpack-plugin": "^5.6.3",
|
|
53
|
+
"react-router-dom": "^6.28.0"
|
|
54
|
+
}
|
|
55
|
+
}
|
package/src/App.css
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
.App {
|
|
2
|
+
text-align: center;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.App-logo {
|
|
6
|
+
height: 40vmin;
|
|
7
|
+
pointer-events: none;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
11
|
+
.App-logo {
|
|
12
|
+
animation: App-logo-spin infinite 20s linear;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.App-header {
|
|
17
|
+
background-color: #282c34;
|
|
18
|
+
min-height: 100vh;
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
align-items: center;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
font-size: calc(10px + 2vmin);
|
|
24
|
+
color: white;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.App-link {
|
|
28
|
+
color: #61dafb;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@keyframes App-logo-spin {
|
|
32
|
+
from {
|
|
33
|
+
transform: rotate(0deg);
|
|
34
|
+
}
|
|
35
|
+
to {
|
|
36
|
+
transform: rotate(360deg);
|
|
37
|
+
}
|
|
38
|
+
}
|
package/src/App.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import 'devextreme/dist/css/dx.light.css';
|
|
2
|
+
import 'devextreme/dist/css/dx.light.css';
|
|
3
|
+
import 'devextreme/dist/css/dx.light.css';
|
|
4
|
+
import logo from './logo.svg';
|
|
5
|
+
import './App.css';
|
|
6
|
+
import config from 'devextreme/core/config';
|
|
7
|
+
import { licenseKey } from './devextreme-license';
|
|
8
|
+
|
|
9
|
+
config({ licenseKey });
|
|
10
|
+
|
|
11
|
+
function App() {
|
|
12
|
+
return (
|
|
13
|
+
<div className="App">
|
|
14
|
+
<header className="App-header">
|
|
15
|
+
<img src={logo} className="App-logo" alt="logo" />
|
|
16
|
+
<p>
|
|
17
|
+
Edit <code>src/App.js</code> and save to reload.
|
|
18
|
+
</p>
|
|
19
|
+
<a
|
|
20
|
+
className="App-link"
|
|
21
|
+
href="https://reactjs.org"
|
|
22
|
+
target="_blank"
|
|
23
|
+
rel="noopener noreferrer"
|
|
24
|
+
>
|
|
25
|
+
Learn React
|
|
26
|
+
</a>
|
|
27
|
+
</header>
|
|
28
|
+
</div>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export default App;
|
|
33
|
+
|
package/src/App.test.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import LoadIndicator from 'devextreme-react/load-indicator';
|
|
3
|
+
|
|
4
|
+
const CustomLoadingPanel = ({ loading }) => {
|
|
5
|
+
return (
|
|
6
|
+
<>
|
|
7
|
+
{loading && (
|
|
8
|
+
<>
|
|
9
|
+
<div
|
|
10
|
+
style={{
|
|
11
|
+
position: 'fixed',
|
|
12
|
+
top: 0,
|
|
13
|
+
left: 0,
|
|
14
|
+
width: '100%',
|
|
15
|
+
height: '100%',
|
|
16
|
+
backgroundColor: 'rgba(0, 0, 0, 0.5)',
|
|
17
|
+
zIndex: 999,
|
|
18
|
+
cursor: 'not-allowed',
|
|
19
|
+
}}
|
|
20
|
+
/>
|
|
21
|
+
|
|
22
|
+
<div
|
|
23
|
+
style={{
|
|
24
|
+
position: 'fixed',
|
|
25
|
+
top: '50%',
|
|
26
|
+
left: '50%',
|
|
27
|
+
transform: 'translate(-50%, -50%)',
|
|
28
|
+
zIndex: 1000,
|
|
29
|
+
}}
|
|
30
|
+
>
|
|
31
|
+
<LoadIndicator
|
|
32
|
+
show={loading}
|
|
33
|
+
height={50}
|
|
34
|
+
width={50}
|
|
35
|
+
/>
|
|
36
|
+
</div>
|
|
37
|
+
</>
|
|
38
|
+
)}
|
|
39
|
+
</>
|
|
40
|
+
);
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export default CustomLoadingPanel;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|