@indfnd/common-mobile 0.0.2 → 0.0.82
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/CHANGELOG.md +831 -4
- package/dist/ind-common-mobile.es.js +267 -399
- package/dist/ind-common-mobile.umd.cjs +31 -31
- package/dist/styles/index.css +1 -1
- package/package.json +1 -1
- package/types/api/ipm/dm/demand/demand.d.ts +6 -10
- package/types/api/ism/am/basic/item.d.ts +6 -6
- package/types/components/404/back-btn-group.vue.d.ts +5 -17
- package/types/components/404/error-content.vue.d.ts +10 -24
- package/types/components/404/index.d.ts +2 -2
- package/types/components/404/index.vue.d.ts +4 -16
- package/types/components/form/condition-manager.vue.d.ts +22 -36
- package/types/components/form/form.vue.d.ts +15 -29
- package/types/components/form/index.d.ts +1 -1
- package/types/components/index.d.ts +4 -4
- package/types/components/layout/basic/index.d.ts +1 -1
- package/types/components/layout/basic/user.vue.d.ts +26 -40
- package/types/components/layout/index.d.ts +3 -3
- package/types/components/layout/mixin/item-mixin.d.ts +19 -19
- package/types/components/layout/mixin/mixin.d.ts +9 -9
- package/types/components/layout/route-wrapper/basic-layout.vue.d.ts +16 -28
- package/types/components/layout/route-wrapper/empty-layout.vue.d.ts +6 -18
- package/types/components/layout/route-wrapper/index.d.ts +2 -2
- package/types/components/layout/view-wrapper/detail-view.vue.d.ts +31 -45
- package/types/components/layout/view-wrapper/index.d.ts +2 -2
- package/types/components/layout/view-wrapper/page-view.vue.d.ts +23 -37
- package/types/components/login/index.d.ts +1 -1
- package/types/components/login/login-form.vue.d.ts +66 -80
- package/types/components/login/login.vue.d.ts +4 -16
- package/types/components/tabbar/Tabbar.vue.d.ts +4 -16
- package/types/components/tabbar/index.d.ts +1 -1
- package/types/config.d.ts +29 -29
- package/types/index.d.ts +18 -21
- package/types/mixins/popper.d.ts +62 -62
- package/types/plugins/config-plugin.d.ts +4 -9
- package/types/plugins/index.d.ts +2 -2
- package/types/plugins/router-plugin.d.ts +8 -14
- package/types/router/basic-routes.d.ts +7 -8
- package/types/router/generator-routers.d.ts +4 -4
- package/types/router/guard.d.ts +6 -11
- package/types/router/index.d.ts +4 -4
- package/types/store/app.d.ts +68 -96
- package/types/store/index.d.ts +6 -6
- package/types/store/user.d.ts +32 -43
- package/types/utils/ag-table/ag-table-locale.d.ts +263 -263
- package/types/utils/ag-table/agGridUtils.d.ts +1 -1
- package/types/utils/ag-table/index.d.ts +2 -2
- package/types/utils/date.d.ts +10 -10
- package/types/utils/eventBus.d.ts +2 -21
- package/types/utils/excel/Export2Excel.d.ts +1 -1
- package/types/utils/excel/assist.d.ts +1 -1
- package/types/utils/excel/excel.d.ts +42 -61
- package/types/utils/excel/index.d.ts +2 -2
- package/types/utils/index.d.ts +8 -8
- package/types/utils/router.d.ts +12 -12
- package/types/utils/style.d.ts +1 -1
- package/types/utils/theme.d.ts +3 -3
- package/types/utils/transfer-queue.d.ts +2 -2
|
@@ -1,63 +1,44 @@
|
|
|
1
|
-
export function title_transform(paramData: any): any[][]
|
|
2
|
-
export function title_el_transform(paramData: any): any[][]
|
|
3
|
-
export function key_transform(paramData: any): any[]
|
|
4
|
-
export function key_el_transform(paramData: any): any[]
|
|
5
|
-
export function data_children_transform(paramData: any): any[]
|
|
6
|
-
export function export_table_to_excel(id: any, filename: any): void
|
|
7
|
-
export function export_json_to_excel({
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
format,
|
|
32
|
-
}: {
|
|
33
|
-
key: any
|
|
34
|
-
data: any
|
|
35
|
-
title: any
|
|
36
|
-
filename: any
|
|
37
|
-
spanColumns: any
|
|
38
|
-
autoWidth: any
|
|
39
|
-
format: any
|
|
40
|
-
}): void
|
|
41
|
-
export function s2ab(s: any): ArrayBuffer
|
|
42
|
-
export function saveAs(blob: any, fileName: any): void
|
|
43
|
-
export function read(
|
|
44
|
-
data: any,
|
|
45
|
-
type: any,
|
|
46
|
-
): {
|
|
47
|
-
header: string[]
|
|
48
|
-
results: any[]
|
|
49
|
-
}
|
|
1
|
+
export function title_transform(paramData: any): any[][];
|
|
2
|
+
export function title_el_transform(paramData: any): any[][];
|
|
3
|
+
export function key_transform(paramData: any): any[];
|
|
4
|
+
export function key_el_transform(paramData: any): any[];
|
|
5
|
+
export function data_children_transform(paramData: any): any[];
|
|
6
|
+
export function export_table_to_excel(id: any, filename: any): void;
|
|
7
|
+
export function export_json_to_excel({ data, key, title, filename, spanColumns, autoWidth, format, }: {
|
|
8
|
+
data: any;
|
|
9
|
+
key: any;
|
|
10
|
+
title: any;
|
|
11
|
+
filename: any;
|
|
12
|
+
spanColumns: any;
|
|
13
|
+
autoWidth: any;
|
|
14
|
+
format: any;
|
|
15
|
+
}): void;
|
|
16
|
+
export function export_array_to_excel({ key, data, title, filename, spanColumns, autoWidth, format, }: {
|
|
17
|
+
key: any;
|
|
18
|
+
data: any;
|
|
19
|
+
title: any;
|
|
20
|
+
filename: any;
|
|
21
|
+
spanColumns: any;
|
|
22
|
+
autoWidth: any;
|
|
23
|
+
format: any;
|
|
24
|
+
}): void;
|
|
25
|
+
export function s2ab(s: any): ArrayBuffer;
|
|
26
|
+
export function saveAs(blob: any, fileName: any): void;
|
|
27
|
+
export function read(data: any, type: any): {
|
|
28
|
+
header: string[];
|
|
29
|
+
results: any[];
|
|
30
|
+
};
|
|
50
31
|
declare namespace _default {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
32
|
+
export { export_table_to_excel };
|
|
33
|
+
export { export_array_to_excel };
|
|
34
|
+
export { export_json_to_excel };
|
|
35
|
+
export { key_transform };
|
|
36
|
+
export { key_el_transform };
|
|
37
|
+
export { title_transform };
|
|
38
|
+
export { title_el_transform };
|
|
39
|
+
export { data_children_transform };
|
|
40
|
+
export { read };
|
|
41
|
+
export { s2ab };
|
|
42
|
+
export { saveAs };
|
|
62
43
|
}
|
|
63
|
-
export default _default
|
|
44
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from "./excel";
|
|
2
|
+
export * from "./Export2Excel";
|
package/types/utils/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
1
|
+
export * from "./ag-table";
|
|
2
|
+
export * from "./excel";
|
|
3
|
+
export * from "./date";
|
|
4
|
+
export * from "./eventBus";
|
|
5
|
+
export * from "./router";
|
|
6
|
+
export * from "./style";
|
|
7
|
+
export * from "./theme";
|
|
8
|
+
export * from "./transfer-queue";
|
package/types/utils/router.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export function getRouteTitleHandled(route: any): any
|
|
2
|
-
export function setTitle(): void
|
|
3
|
-
export function getMenuByRouter(list: any[], access: any): any[]
|
|
4
|
-
export function getBreadCrumbList(route: any, homeRoute: any): any[]
|
|
5
|
-
export function showTitle(item: any): any
|
|
6
|
-
export function setTagNavListInLocalstorage(list: any): void
|
|
7
|
-
export function getTagNavListFromLocalstorage(): any[]
|
|
8
|
-
export function getHomeRoute(routers: any[], homeRouteName?: string): any
|
|
9
|
-
export function getNextRoute(list: any[], route: any): {}
|
|
10
|
-
export function routeHasExist(tagNavList: any, routeItem: any): boolean
|
|
11
|
-
export function routeEqual(route1: any, route2: any): boolean
|
|
12
|
-
export function getNewTagList(list: any, newRoute: any): any[]
|
|
1
|
+
export function getRouteTitleHandled(route: any): any;
|
|
2
|
+
export function setTitle(): void;
|
|
3
|
+
export function getMenuByRouter(list: any[], access: any): any[];
|
|
4
|
+
export function getBreadCrumbList(route: any, homeRoute: any): any[];
|
|
5
|
+
export function showTitle(item: any): any;
|
|
6
|
+
export function setTagNavListInLocalstorage(list: any): void;
|
|
7
|
+
export function getTagNavListFromLocalstorage(): any[];
|
|
8
|
+
export function getHomeRoute(routers: any[], homeRouteName?: string): any;
|
|
9
|
+
export function getNextRoute(list: any[], route: any): {};
|
|
10
|
+
export function routeHasExist(tagNavList: any, routeItem: any): boolean;
|
|
11
|
+
export function routeEqual(route1: any, route2: any): boolean;
|
|
12
|
+
export function getNewTagList(list: any, newRoute: any): any[];
|
package/types/utils/style.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export function getStyle(element: any, styleName: any): any
|
|
1
|
+
export function getStyle(element: any, styleName: any): any;
|
package/types/utils/theme.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export function getDefaultTheme(): any
|
|
2
|
-
export function doChangeTheme(theme: any): void
|
|
3
|
-
export const THEME_KEY:
|
|
1
|
+
export function getDefaultTheme(): any;
|
|
2
|
+
export function doChangeTheme(theme: any): void;
|
|
3
|
+
export const THEME_KEY: "ind-theme";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export let transferIndex: number
|
|
2
|
-
export function transferIncrease(): void
|
|
1
|
+
export let transferIndex: number;
|
|
2
|
+
export function transferIncrease(): void;
|