aldehyde 0.1.2 → 0.1.3
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/dist/bundle.0f01596e1e84d10b8bf2.js +2 -0
- package/dist/bundle.0f01596e1e84d10b8bf2.js.LICENSE.txt +122 -0
- package/dist/bundle.2a04acb7ce8764934edb.js +1 -0
- package/dist/bundle.30500c2afe2c2c45acf6.js +2 -0
- package/dist/bundle.30500c2afe2c2c45acf6.js.LICENSE.txt +17 -0
- package/dist/bundle.53f2485b907e007e5782.js +2 -0
- package/dist/bundle.53f2485b907e007e5782.js.LICENSE.txt +5 -0
- package/dist/bundle.7a7aa9bf0933d82c416d.js +1 -0
- package/dist/bundle.7ed5a8e47d06d7301945.js +1 -0
- package/dist/bundle.9ca5093d1fc9c8298519.js +1 -0
- package/dist/bundle.a2469e87c8ecb696ca29.js +2 -0
- package/dist/bundle.a2469e87c8ecb696ca29.js.LICENSE.txt +43 -0
- package/dist/bundle.a25841069e0a603e5e3d.js +1 -0
- package/dist/bundle.b2d721b5b57471802e74.js +1 -0
- package/dist/bundle.be9a8465528cb86c29f8.js +1 -0
- package/dist/bundle.c09dd9933f9d77879825.js +1 -0
- package/dist/bundle.cac31c728de49f12bac4.js +1 -0
- package/dist/bundle.e5c8b85d867994f256ca.js +1 -0
- package/dist/bundle.fac79e21e934e1941ef8.js +1 -0
- package/dist/css/163-24392163d3c7b54ea806.css +11 -0
- package/dist/css/290-5e8e152675ab7d201c00.css +886 -0
- package/dist/css/main-cd12907a3d8559605f72.css +27274 -0
- package/dist/images/development-30de07a0.png +0 -0
- package/dist/images/header01-e798000c.jpg +0 -0
- package/dist/images/header02-a5f1ecbc.jpg +0 -0
- package/dist/images/logo-06f6a5d8.png +0 -0
- package/dist/images/logo-54b328b7.png +0 -0
- package/dist/images/pain-point-8f02421e.png +0 -0
- package/dist/images/target-13a5b4b9.png +0 -0
- package/dist/images/time-cost-cb40d2c2.png +0 -0
- package/dist/images/time-prograss-44b86b36.png +0 -0
- package/dist/index.html +4 -0
- package/package.json +1 -1
- package/src/aldehyde/index.tsx +3 -0
- package/src/aldehyde/login/index.css +0 -1
- package/src/aldehyde/login/login.js +0 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.html
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><title></title><link rel="icon" href="favicon.ico" type="image/x-icon"/><script defer="defer" src="bundle.0f01596e1e84d10b8bf2.js"></script><link href="css/main-cd12907a3d8559605f72.css" rel="stylesheet"></head><body><script>document.title=window.localStorage['programName']?window.localStorage['programName']:'HYDROCARBON';
|
|
2
|
+
window.addEventListener('beforeunload',e=>{
|
|
3
|
+
window.scrollTo(0);
|
|
4
|
+
})</script><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><div class="ajax-loading" id="ajaxLoading" style="display: none;"><div class="overlay"></div></div></body></html>
|
package/package.json
CHANGED
package/src/aldehyde/index.tsx
CHANGED
|
@@ -21,6 +21,9 @@ import PopoverEntitySelect from "./controls/entity-select/popover-entity-select"
|
|
|
21
21
|
import DatePicker from "./controls/date-picker";
|
|
22
22
|
import ModalDtmplEdit from "./detail/edit/modal-dtmpl-edit";
|
|
23
23
|
import {RouterCompProps} from "./tmpl/interface";
|
|
24
|
+
import "antd/dist/antd.css"
|
|
25
|
+
import "../style/common.css"
|
|
26
|
+
import "../style/coverstyle.css"
|
|
24
27
|
export {ActTable,SelectTable,Loginit,DtmplRoute,ImportRoute,LtmplRoute,DtmplPage,LtmplPage,Menu2layers,Block,UserBar,
|
|
25
28
|
ResetPassword,Footer,EntryControl,ViewControl,ProgramConfig,HydrocarbonService,QuickEntrance,Workbench,PopoverEntitySelect
|
|
26
29
|
,DatePicker,ModalDtmplEdit,RouterCompProps}
|
|
@@ -4,7 +4,6 @@ import {Button, Col, Form, Image, Input, message, Row} from 'antd'
|
|
|
4
4
|
import {LockOutlined, SafetyCertificateOutlined, UserOutlined} from '@ant-design/icons';
|
|
5
5
|
import HCserviceV3 from "../tmpl/hcservice-v3"
|
|
6
6
|
|
|
7
|
-
|
|
8
7
|
export default class Loginit extends React.Component {
|
|
9
8
|
state = {
|
|
10
9
|
username: "",
|