zsysview 0.1.35 → 0.1.38
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-BomDF70f.js → backup-DSz2cfgD.js} +1 -1
- package/dist/{building-D7SfeTp3.js → building-DYTv4Si2.js} +1 -1
- package/dist/{change_password-DD2T6X7I.js → change_password-afQS9hpD.js} +2 -2
- package/dist/{change_password_panel.vue_vue_type_script_setup_true_lang-CDSXHHec.js → change_password_panel.vue_vue_type_script_setup_true_lang-DDSkJ0UZ.js} +43 -12
- package/dist/{department-BULuEdr3.js → department-Coc6AmKf.js} +1 -1
- package/dist/{help-Dq_D2MVF.js → help-CzBastTj.js} +1 -1
- package/dist/{index-CtKk28NV.js → index-CYY3XQIG.js} +40 -25
- package/dist/{log-CdUReCmA.js → log-DGd-Ce1l.js} +1 -1
- package/dist/{login-CBHzo0k4.js → login-BeBdyIoU.js} +42 -11
- package/dist/{main-9qsBz3n1.js → main-DeClXX8F.js} +20 -43
- package/dist/{notification-BLE-evDJ.js → notification-Bi2ZYoqB.js} +1 -1
- package/dist/{position-CZLL-EtO.js → position-DEVBbOgG.js} +1 -1
- package/dist/{role-CCfEGckq.js → role-Drok2lDN.js} +1 -1
- package/dist/{self-zgC9Bxvr.js → self-DcPZkb96.js} +1 -1
- package/dist/{systemsetting-Clvu_Ins.js → systemsetting-hHyD-61k.js} +28 -49
- package/dist/{user-DfIRlt4y.js → user-BPo7id69.js} +167 -25
- package/dist/{version-C6UTuUy4.js → version-DocdF12G.js} +1 -1
- package/dist/zsysview.css +1 -1
- package/dist/zsysview.es.d.ts +6 -1
- package/dist/zsysview.es.js +9 -8
- package/package.json +1 -1
package/dist/zsysview.es.d.ts
CHANGED
|
@@ -709,6 +709,8 @@ export declare function formatDateTime(date: Date | string | number): string;
|
|
|
709
709
|
|
|
710
710
|
export declare const formatPreciseOralTime: (timestamp: string | Date) => string;
|
|
711
711
|
|
|
712
|
+
export declare function GetAppName(): Promise<string>;
|
|
713
|
+
|
|
712
714
|
export declare const GetItemsIds: (arr: SelectedItem[]) => string;
|
|
713
715
|
|
|
714
716
|
export declare const GetItemsTitles: (arr: SelectedItem[]) => string;
|
|
@@ -722,9 +724,11 @@ export declare function HasPermission(p: string): Promise<boolean>;
|
|
|
722
724
|
export declare class httpapi {
|
|
723
725
|
static api_host: string;
|
|
724
726
|
static url_login: string;
|
|
727
|
+
static url_login_vc: string;
|
|
725
728
|
static url_usercenter: string;
|
|
726
729
|
static url_change_password: string;
|
|
727
730
|
static url_user_change_pwd_by_username: string;
|
|
731
|
+
static url_user_change_pwd_by_username_vc: string;
|
|
728
732
|
static url_user_permission: string;
|
|
729
733
|
static url_notification_list: string;
|
|
730
734
|
static url_notification_read: string;
|
|
@@ -754,6 +758,7 @@ export declare class httpapi {
|
|
|
754
758
|
static url_backup_del: string;
|
|
755
759
|
static url_backup_config_get: string;
|
|
756
760
|
static url_backup_config_save: string;
|
|
761
|
+
static url_system_setting_save: string;
|
|
757
762
|
static url_syspermission_list: string;
|
|
758
763
|
static url_sysrole_list: string;
|
|
759
764
|
static url_sysrole_del: string;
|
|
@@ -763,7 +768,7 @@ export declare class httpapi {
|
|
|
763
768
|
static url_export_file: string;
|
|
764
769
|
static url_system_version: string;
|
|
765
770
|
static url_system_version_history: string;
|
|
766
|
-
static
|
|
771
|
+
static url_system_public: string;
|
|
767
772
|
static url_system_common_info: string;
|
|
768
773
|
static GetFullApiUrl(api: string): string;
|
|
769
774
|
static Post(url: string, obj: object): Promise<HttpApiReturnData>;
|
package/dist/zsysview.es.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { N, G, I, J, M, P, L, K, O, Z, A, y, i, j, f, H, x, z, m, D, E, F, v, B, k } from "./index-CYY3XQIG.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
G as
|
|
5
|
-
I as
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
N as AddClientUrl,
|
|
4
|
+
G as GetAppName,
|
|
5
|
+
I as GetItemsIds,
|
|
6
|
+
J as GetItemsTitles,
|
|
7
|
+
M as GetUserPermission,
|
|
8
|
+
P as HasClientUrl,
|
|
9
|
+
L as HasPermission,
|
|
10
|
+
K as HttpApiReturnData,
|
|
10
11
|
O as OpenClientUrlWithID,
|
|
11
12
|
Z as ZSYSMessage,
|
|
12
13
|
A as addFrameRouter,
|