zsysview 0.1.19 → 0.1.20
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/{backup-DapWWqlZ.js → backup-6PptDTOH.js} +1 -1
- package/dist/{building-BGTOPVLD.js → building-BWHibwzF.js} +1 -1
- package/dist/{change_password-BToQeMT-.js → change_password-CzlHqyzR.js} +1 -1
- package/dist/{department-1XoKaLVP.js → department-BPrMDmqK.js} +1 -1
- package/dist/{help-BVNw-Cmu.js → help-Dmg1n5W5.js} +1 -1
- package/dist/{index-CuyZ0XkN.js → index-Bci2R0Yq.js} +16 -15
- package/dist/{log-sn1Ke32S.js → log-BTwnbkYj.js} +1 -1
- package/dist/{login-B9IkVUou.js → login-Dy06Z_MF.js} +1 -1
- package/dist/{main-D70ScBR2.js → main-Da6OkJe1.js} +17 -9
- package/dist/{notification-DinR82I8.js → notification-BzmfAMff.js} +1 -1
- package/dist/{position-De6h8-jp.js → position-LSCHYfPo.js} +1 -1
- package/dist/{role-Cju6DVqO.js → role-B8E8pB6j.js} +1 -1
- package/dist/{self-BP9_P0MY.js → self-BVT22N10.js} +1 -1
- package/dist/{systemsetting-Cs9bkXUt.js → systemsetting-BDqz2h8O.js} +1 -1
- package/dist/{user-k29ZF8Yj.js → user-CK9qQKke.js} +1 -1
- package/dist/{version-fiIqPXcJ.js → version-CWlZTBjU.js} +2 -2
- package/dist/zsysview.css +1 -1
- package/dist/zsysview.es.d.ts +1 -0
- package/dist/zsysview.es.js +1 -1
- package/package.json +1 -1
package/dist/zsysview.es.d.ts
CHANGED
|
@@ -211,6 +211,7 @@ export declare class httpapi {
|
|
|
211
211
|
static url_export_detail: string;
|
|
212
212
|
static url_export_file: string;
|
|
213
213
|
static url_system_version: string;
|
|
214
|
+
static url_system_version_history: string;
|
|
214
215
|
static url_system_publish: string;
|
|
215
216
|
static url_system_common_info: string;
|
|
216
217
|
static GetFullApiUrl(api: string): string;
|
package/dist/zsysview.es.js
CHANGED