@ditari/bsui 1.0.69 → 1.0.70
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/cjs/components/components.cjs.js +1 -1
- package/dist/cjs/components/form/DQueryForm.cjs.js +1 -0
- package/dist/cjs/components/form/index.cjs.js +1 -1
- package/dist/cjs/components/index.cjs.js +1 -1
- package/dist/cjs/components/menu/Menu.cjs.js +1 -1
- package/dist/cjs/store/modules/NavTab.cjs.js +1 -1
- package/dist/esm/components/components.esm.js +22 -21
- package/dist/esm/components/form/DQueryForm.esm.js +18 -0
- package/dist/esm/components/form/index.esm.js +4 -6
- package/dist/esm/components/index.esm.js +21 -20
- package/dist/esm/components/menu/Menu.esm.js +9 -9
- package/dist/esm/store/modules/NavTab.esm.js +3 -3
- package/package.json +1 -1
- package/src/components/components.ts +1 -0
- package/src/components/dic/replace.worker.js +20 -0
- package/src/components/form/DQueryForm.tsx +19 -0
- package/src/components/form/index.ts +3 -5
- package/src/components/index.ts +1 -1
- package/src/components/menu/{Menu.jsx → Menu.tsx} +14 -21
- package/src/components/select/dic.worker.js +27 -0
- package/src/store/modules/NavTab.ts +3 -1
- package/src/tsconfig.json +5 -5
- package/dist/cjs/_virtual/_plugin-vue_export-helper.cjs.js +0 -1
- package/dist/cjs/components/components.d.ts +0 -8
- package/dist/cjs/components/desensitize/Desensitize.d.ts +0 -39
- package/dist/cjs/components/desensitize/index.d.ts +0 -39
- package/dist/cjs/components/dic/DicReplace.d.ts +0 -23
- package/dist/cjs/components/dic/index.d.ts +0 -23
- package/dist/cjs/components/form/Form.vue.cjs.js +0 -1
- package/dist/cjs/components/form/Form.vue.cjs2.js +0 -1
- package/dist/cjs/components/form/Form.vue.d.ts +0 -4
- package/dist/cjs/components/form/grid-form/GridForm.cjs.js +0 -1
- package/dist/cjs/components/form/grid-form/GridForm.d.ts +0 -2
- package/dist/cjs/components/form/index.d.ts +0 -11
- package/dist/cjs/components/grid/Grid.d.ts +0 -32
- package/dist/cjs/components/grid/GridItem.d.ts +0 -2
- package/dist/cjs/components/grid/index.d.ts +0 -32
- package/dist/cjs/components/index.d.ts +0 -15
- package/dist/cjs/components/layout/Breadcrumb.vue.d.ts +0 -2
- package/dist/cjs/components/layout/FuckMain.vue.d.ts +0 -20
- package/dist/cjs/components/layout/List.vue.d.ts +0 -4
- package/dist/cjs/components/layout/Main.vue.d.ts +0 -28
- package/dist/cjs/components/layout/NavTabs.vue.d.ts +0 -2
- package/dist/cjs/components/layout/Show.vue.d.ts +0 -30
- package/dist/cjs/components/menu/Menu.d.ts +0 -2
- package/dist/cjs/components/modal/Modal.d.ts +0 -43
- package/dist/cjs/components/modal/index.d.ts +0 -43
- package/dist/cjs/components/select/Select.vue.d.ts +0 -65
- package/dist/cjs/components/select/index.d.ts +0 -64
- package/dist/cjs/components/table/Table.d.ts +0 -80
- package/dist/cjs/components/table/index.d.ts +0 -75
- package/dist/cjs/components/table/interface/table.d.ts +0 -36
- package/dist/cjs/components/theme/index.d.ts +0 -1
- package/dist/cjs/components/worker-pool.d.ts +0 -11
- package/dist/cjs/directive/trim.d.ts +0 -5
- package/dist/cjs/hooks/http/index.d.ts +0 -27
- package/dist/cjs/hooks/index.d.ts +0 -2
- package/dist/cjs/hooks/route/index.d.ts +0 -8
- package/dist/cjs/store/index.d.ts +0 -7
- package/dist/cjs/store/modules/Breadcrumb.d.ts +0 -10
- package/dist/cjs/store/modules/DataDictionary.d.ts +0 -33
- package/dist/cjs/store/modules/KeepAlive.d.ts +0 -21
- package/dist/cjs/store/modules/Menu.d.ts +0 -17
- package/dist/cjs/store/modules/NavTab.d.ts +0 -64
- package/dist/cjs/store/modules/Settings.d.ts +0 -43
- package/dist/cjs/store/modules/User.d.ts +0 -21
- package/dist/cjs/store/types.d.ts +0 -7
- package/dist/cjs/utils/get.d.ts +0 -1
- package/dist/cjs/utils/html.d.ts +0 -1
- package/dist/cjs/utils/index.d.ts +0 -3
- package/dist/cjs/utils/install.d.ts +0 -4
- package/dist/esm/_virtual/_plugin-vue_export-helper.esm.js +0 -9
- package/dist/esm/components/components.d.ts +0 -8
- package/dist/esm/components/desensitize/Desensitize.d.ts +0 -39
- package/dist/esm/components/desensitize/index.d.ts +0 -39
- package/dist/esm/components/dic/DicReplace.d.ts +0 -23
- package/dist/esm/components/dic/index.d.ts +0 -23
- package/dist/esm/components/form/Form.vue.d.ts +0 -4
- package/dist/esm/components/form/Form.vue.esm.js +0 -20
- package/dist/esm/components/form/Form.vue.esm2.js +0 -6
- package/dist/esm/components/form/grid-form/GridForm.d.ts +0 -2
- package/dist/esm/components/form/grid-form/GridForm.esm.js +0 -9
- package/dist/esm/components/form/index.d.ts +0 -11
- package/dist/esm/components/grid/Grid.d.ts +0 -32
- package/dist/esm/components/grid/GridItem.d.ts +0 -2
- package/dist/esm/components/grid/index.d.ts +0 -32
- package/dist/esm/components/index.d.ts +0 -15
- package/dist/esm/components/layout/Breadcrumb.vue.d.ts +0 -2
- package/dist/esm/components/layout/FuckMain.vue.d.ts +0 -20
- package/dist/esm/components/layout/List.vue.d.ts +0 -4
- package/dist/esm/components/layout/Main.vue.d.ts +0 -28
- package/dist/esm/components/layout/NavTabs.vue.d.ts +0 -2
- package/dist/esm/components/layout/Show.vue.d.ts +0 -30
- package/dist/esm/components/menu/Menu.d.ts +0 -2
- package/dist/esm/components/modal/Modal.d.ts +0 -43
- package/dist/esm/components/modal/index.d.ts +0 -43
- package/dist/esm/components/select/Select.vue.d.ts +0 -65
- package/dist/esm/components/select/index.d.ts +0 -64
- package/dist/esm/components/table/Table.d.ts +0 -80
- package/dist/esm/components/table/index.d.ts +0 -75
- package/dist/esm/components/table/interface/table.d.ts +0 -36
- package/dist/esm/components/theme/index.d.ts +0 -1
- package/dist/esm/components/worker-pool.d.ts +0 -11
- package/dist/esm/directive/trim.d.ts +0 -5
- package/dist/esm/hooks/http/index.d.ts +0 -27
- package/dist/esm/hooks/index.d.ts +0 -2
- package/dist/esm/hooks/route/index.d.ts +0 -8
- package/dist/esm/store/index.d.ts +0 -7
- package/dist/esm/store/modules/Breadcrumb.d.ts +0 -10
- package/dist/esm/store/modules/DataDictionary.d.ts +0 -33
- package/dist/esm/store/modules/KeepAlive.d.ts +0 -21
- package/dist/esm/store/modules/Menu.d.ts +0 -17
- package/dist/esm/store/modules/NavTab.d.ts +0 -64
- package/dist/esm/store/modules/Settings.d.ts +0 -43
- package/dist/esm/store/modules/User.d.ts +0 -21
- package/dist/esm/store/types.d.ts +0 -7
- package/dist/esm/utils/get.d.ts +0 -1
- package/dist/esm/utils/html.d.ts +0 -1
- package/dist/esm/utils/index.d.ts +0 -3
- package/dist/esm/utils/install.d.ts +0 -4
- package/src/components/form/Form.vue +0 -10
- package/src/components/form/grid-form/GridForm.jsx +0 -10
- package/src/components/layout/Layout.jsx +0 -24
- package/src/components/worker-pool.js +0 -39
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export default class WorkerPool {
|
|
2
|
-
constructor(workerClass: any, poolSize: any);
|
|
3
|
-
workerClass: any;
|
|
4
|
-
poolSize: any;
|
|
5
|
-
pool: any[];
|
|
6
|
-
activeWorkers: Set<any>;
|
|
7
|
-
initialize(): void;
|
|
8
|
-
getWorker(): any;
|
|
9
|
-
releaseWorker(worker: any): void;
|
|
10
|
-
cleanup(): void;
|
|
11
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { Ref } from "vue";
|
|
2
|
-
interface Pagination {
|
|
3
|
-
currentKey: string;
|
|
4
|
-
pageSizeKey: string;
|
|
5
|
-
totalKey: string;
|
|
6
|
-
}
|
|
7
|
-
interface Options {
|
|
8
|
-
params?: Ref;
|
|
9
|
-
pagination?: Pagination;
|
|
10
|
-
dataKey?: string;
|
|
11
|
-
onSuccess?: any;
|
|
12
|
-
manual?: boolean;
|
|
13
|
-
}
|
|
14
|
-
declare const useRequestList: (service: any, options?: Options) => {
|
|
15
|
-
data: import("vue").ComputedRef<any>;
|
|
16
|
-
pagination: import("vue").ComputedRef<{
|
|
17
|
-
total: number;
|
|
18
|
-
current: number;
|
|
19
|
-
pageSize: number;
|
|
20
|
-
}>;
|
|
21
|
-
loading: Ref<boolean>;
|
|
22
|
-
run: (...arg: any) => void;
|
|
23
|
-
onPageChange: (paging: any) => void;
|
|
24
|
-
onQuery: (p: any) => void;
|
|
25
|
-
};
|
|
26
|
-
declare const useDoneXIRequest: () => void;
|
|
27
|
-
export { useRequestList, useDoneXIRequest };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { RouteLocationNormalized } from "vue-router";
|
|
2
|
-
/**
|
|
3
|
-
* 路由处理
|
|
4
|
-
*/
|
|
5
|
-
export declare const useDitariRoute: () => {
|
|
6
|
-
getRoutes: (routeFiles: Record<string, () => Promise<unknown>>) => Promise<any>;
|
|
7
|
-
setMatched: (to: RouteLocationNormalized, from: RouteLocationNormalized) => void;
|
|
8
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { useBreadcrumbStore } from "./modules/Breadcrumb";
|
|
2
|
-
export { useDataDicStore } from "./modules/DataDictionary";
|
|
3
|
-
export { useKeepAliveStore } from "./modules/KeepAlive";
|
|
4
|
-
export { useMenuStore } from "./modules/Menu";
|
|
5
|
-
export { useNavTabsStore } from "./modules/NavTab";
|
|
6
|
-
export { useSettingsStore } from "./modules/Settings";
|
|
7
|
-
export { useUserStore } from "./modules/User";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export interface State {
|
|
2
|
-
breadcrumbs: [];
|
|
3
|
-
}
|
|
4
|
-
export declare const useBreadcrumbStore: import("pinia").StoreDefinition<string, State, {
|
|
5
|
-
getBreadcrumb: (state: {
|
|
6
|
-
breadcrumbs: [];
|
|
7
|
-
} & import("pinia").PiniaCustomStateProperties<State>) => [];
|
|
8
|
-
}, {
|
|
9
|
-
saveBreadcrumb(data: any): void;
|
|
10
|
-
}>;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
interface State {
|
|
2
|
-
someState: string;
|
|
3
|
-
list: any;
|
|
4
|
-
}
|
|
5
|
-
declare const useDataDicStore: import("pinia").StoreDefinition<string, State, {
|
|
6
|
-
/**
|
|
7
|
-
* 根据key获取字典列表
|
|
8
|
-
* @param state
|
|
9
|
-
*/
|
|
10
|
-
getDicByKey: (state: {
|
|
11
|
-
someState: string;
|
|
12
|
-
list: any;
|
|
13
|
-
} & import("pinia").PiniaCustomStateProperties<State>) => (key: string) => any;
|
|
14
|
-
/**
|
|
15
|
-
* 根据字典名称和字典的value 获取对应的中文
|
|
16
|
-
* @param state
|
|
17
|
-
*/
|
|
18
|
-
getDicTextByValue: (state: {
|
|
19
|
-
someState: string;
|
|
20
|
-
list: any;
|
|
21
|
-
} & import("pinia").PiniaCustomStateProperties<State>) => (key: string, value: string) => any;
|
|
22
|
-
getDicValueByText: (state: {
|
|
23
|
-
someState: string;
|
|
24
|
-
list: any;
|
|
25
|
-
} & import("pinia").PiniaCustomStateProperties<State>) => (key: string, text: string) => any;
|
|
26
|
-
}, {
|
|
27
|
-
/**
|
|
28
|
-
* 保存字典数据
|
|
29
|
-
* @param data 字典数据
|
|
30
|
-
*/
|
|
31
|
-
save(data: any): void;
|
|
32
|
-
}>;
|
|
33
|
-
export { useDataDicStore };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { RouteLocationNormalized } from "vue-router";
|
|
2
|
-
export declare const useKeepAliveStore: import("pinia").StoreDefinition<string, {
|
|
3
|
-
list: string[];
|
|
4
|
-
}, {
|
|
5
|
-
get: (state: {
|
|
6
|
-
list: string[];
|
|
7
|
-
} & import("pinia").PiniaCustomStateProperties<{
|
|
8
|
-
list: string[];
|
|
9
|
-
}>) => string[];
|
|
10
|
-
}, {
|
|
11
|
-
/**
|
|
12
|
-
* 删除已经缓存的组件
|
|
13
|
-
* @param name 组件名称(必须唯一)
|
|
14
|
-
*/
|
|
15
|
-
deleteKeepAlive(name: string): void;
|
|
16
|
-
/**
|
|
17
|
-
* 保存要缓存的组件名称
|
|
18
|
-
* @param route
|
|
19
|
-
*/
|
|
20
|
-
save(route: RouteLocationNormalized): void;
|
|
21
|
-
}>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare const useMenuStore: import("pinia").StoreDefinition<string, {
|
|
2
|
-
list: never[];
|
|
3
|
-
openMenusKeys: any;
|
|
4
|
-
selectedMenuKeys: any;
|
|
5
|
-
}, {
|
|
6
|
-
getMenu: (state: {
|
|
7
|
-
list: never[];
|
|
8
|
-
openMenusKeys: any;
|
|
9
|
-
selectedMenuKeys: any;
|
|
10
|
-
} & import("pinia").PiniaCustomStateProperties<{
|
|
11
|
-
list: never[];
|
|
12
|
-
openMenusKeys: any;
|
|
13
|
-
selectedMenuKeys: any;
|
|
14
|
-
}>) => never[];
|
|
15
|
-
}, {
|
|
16
|
-
save(data: any): void;
|
|
17
|
-
}>;
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { LocationQuery, RouteLocationNormalized, RouteMeta, RouteParams } from "vue-router";
|
|
2
|
-
export interface INavTab {
|
|
3
|
-
path: string;
|
|
4
|
-
fullPath: string;
|
|
5
|
-
query: LocationQuery;
|
|
6
|
-
params: RouteParams;
|
|
7
|
-
meta: RouteMeta | any;
|
|
8
|
-
name: string;
|
|
9
|
-
}
|
|
10
|
-
export declare const useNavTabsStore: import("pinia").StoreDefinition<string, {
|
|
11
|
-
list: INavTab[];
|
|
12
|
-
activeKey: string;
|
|
13
|
-
}, {
|
|
14
|
-
getList: (state: {
|
|
15
|
-
list: {
|
|
16
|
-
path: string;
|
|
17
|
-
fullPath: string;
|
|
18
|
-
query: LocationQuery;
|
|
19
|
-
params: RouteParams;
|
|
20
|
-
meta: RouteMeta | any;
|
|
21
|
-
name: string;
|
|
22
|
-
}[];
|
|
23
|
-
activeKey: string;
|
|
24
|
-
} & import("pinia").PiniaCustomStateProperties<{
|
|
25
|
-
list: INavTab[];
|
|
26
|
-
activeKey: string;
|
|
27
|
-
}>) => INavTab[];
|
|
28
|
-
getActiveKey: (state: {
|
|
29
|
-
list: {
|
|
30
|
-
path: string;
|
|
31
|
-
fullPath: string;
|
|
32
|
-
query: LocationQuery;
|
|
33
|
-
params: RouteParams;
|
|
34
|
-
meta: RouteMeta | any;
|
|
35
|
-
name: string;
|
|
36
|
-
}[];
|
|
37
|
-
activeKey: string;
|
|
38
|
-
} & import("pinia").PiniaCustomStateProperties<{
|
|
39
|
-
list: INavTab[];
|
|
40
|
-
activeKey: string;
|
|
41
|
-
}>) => string;
|
|
42
|
-
}, {
|
|
43
|
-
/**
|
|
44
|
-
* 设置激活的标签
|
|
45
|
-
* @param key
|
|
46
|
-
*/
|
|
47
|
-
setActiveKey(key: string): void;
|
|
48
|
-
/**
|
|
49
|
-
* 保存标签信息
|
|
50
|
-
* @param route
|
|
51
|
-
*/
|
|
52
|
-
save(route: RouteLocationNormalized): void;
|
|
53
|
-
/**
|
|
54
|
-
* 删除标签
|
|
55
|
-
* @param key url路径
|
|
56
|
-
*/
|
|
57
|
-
deleteTabs(key: string): void;
|
|
58
|
-
/**
|
|
59
|
-
* 设置标题
|
|
60
|
-
* @param title 标题
|
|
61
|
-
* @param path url
|
|
62
|
-
*/
|
|
63
|
-
setNavTitle(title: string, path: string): void;
|
|
64
|
-
}>;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
export interface State {
|
|
2
|
-
refresh: boolean;
|
|
3
|
-
collapsed: boolean;
|
|
4
|
-
mediaRuleMap: any;
|
|
5
|
-
gridConfig: any;
|
|
6
|
-
gridValue: any;
|
|
7
|
-
}
|
|
8
|
-
export declare const useSettingsStore: import("pinia").StoreDefinition<string, State, {
|
|
9
|
-
getRefresh: (state: {
|
|
10
|
-
refresh: boolean;
|
|
11
|
-
collapsed: boolean;
|
|
12
|
-
mediaRuleMap: any;
|
|
13
|
-
gridConfig: any;
|
|
14
|
-
gridValue: any;
|
|
15
|
-
} & import("pinia").PiniaCustomStateProperties<State>) => boolean;
|
|
16
|
-
getCollapsed: (state: {
|
|
17
|
-
refresh: boolean;
|
|
18
|
-
collapsed: boolean;
|
|
19
|
-
mediaRuleMap: any;
|
|
20
|
-
gridConfig: any;
|
|
21
|
-
gridValue: any;
|
|
22
|
-
} & import("pinia").PiniaCustomStateProperties<State>) => boolean;
|
|
23
|
-
getGrid: (state: {
|
|
24
|
-
refresh: boolean;
|
|
25
|
-
collapsed: boolean;
|
|
26
|
-
mediaRuleMap: any;
|
|
27
|
-
gridConfig: any;
|
|
28
|
-
gridValue: any;
|
|
29
|
-
} & import("pinia").PiniaCustomStateProperties<State>) => any;
|
|
30
|
-
}, {
|
|
31
|
-
/**
|
|
32
|
-
* 切换刷新
|
|
33
|
-
*/
|
|
34
|
-
switchRefreshStatus(): void;
|
|
35
|
-
/**
|
|
36
|
-
* 切换菜单收缩状态
|
|
37
|
-
*/
|
|
38
|
-
switchCollapsed(): void;
|
|
39
|
-
/**
|
|
40
|
-
* 网格匹配
|
|
41
|
-
*/
|
|
42
|
-
gridMatching(): void;
|
|
43
|
-
}>;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export interface State {
|
|
2
|
-
token: string | undefined;
|
|
3
|
-
userInfo: any;
|
|
4
|
-
}
|
|
5
|
-
export declare const useUserStore: import("pinia").StoreDefinition<string, State, {
|
|
6
|
-
getToken: (state: {
|
|
7
|
-
token: string | undefined;
|
|
8
|
-
userInfo: any;
|
|
9
|
-
} & import("pinia").PiniaCustomStateProperties<State>) => string | undefined;
|
|
10
|
-
getUserInfo: (state: {
|
|
11
|
-
token: string | undefined;
|
|
12
|
-
userInfo: any;
|
|
13
|
-
} & import("pinia").PiniaCustomStateProperties<State>) => any;
|
|
14
|
-
}, {
|
|
15
|
-
/**
|
|
16
|
-
* 保存token
|
|
17
|
-
* @param token
|
|
18
|
-
*/
|
|
19
|
-
saveToken(token: string): void;
|
|
20
|
-
saveUserInfo(data: any): void;
|
|
21
|
-
}>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const BREADCRUMB_ID: string;
|
|
2
|
-
export declare const DATA_DICTIONARY_ID: string;
|
|
3
|
-
export declare const KEEP_ALIVE_ID: string;
|
|
4
|
-
export declare const MENU_ID: string;
|
|
5
|
-
export declare const NAV_TAB_ID: string;
|
|
6
|
-
export declare const SETTINGS_ID: string;
|
|
7
|
-
export declare const USER_ID: string;
|
package/dist/cjs/utils/get.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const get: (source: Record<string, any>, path: string, defaultValue?: any) => any;
|
package/dist/cjs/utils/html.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useEleHeight: (node: Element) => number;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { default as DForm } from "./form";
|
|
2
|
-
export * from "./layout";
|
|
3
|
-
export { default as DTable } from "./table";
|
|
4
|
-
export { DGrid, DGridItem } from "./grid";
|
|
5
|
-
export { default as DSelect } from "./select";
|
|
6
|
-
export { default as DDesensitize } from "./desensitize";
|
|
7
|
-
export { default as DicReplace } from "./dic";
|
|
8
|
-
export { default as DModal } from "./modal";
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
value: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
style: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
rule: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
eye: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
value: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
style: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
rule: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
eye: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
}>>, {
|
|
36
|
-
style: string;
|
|
37
|
-
eye: boolean;
|
|
38
|
-
}>;
|
|
39
|
-
export default _default;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
export declare const DDesensitize: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
-
value: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
style: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
rule: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
eye: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
value: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
style: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
rule: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
eye: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
}>>, {
|
|
36
|
-
style: string;
|
|
37
|
-
eye: boolean;
|
|
38
|
-
}>>;
|
|
39
|
-
export default DDesensitize;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
name: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
value: {
|
|
7
|
-
type: any;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
name: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
value: {
|
|
16
|
-
type: any;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
name: string;
|
|
21
|
-
value: any;
|
|
22
|
-
}>;
|
|
23
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare const DDicReplace: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
-
name: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
value: {
|
|
7
|
-
type: any;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
name: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
value: {
|
|
16
|
-
type: any;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
name: string;
|
|
21
|
-
value: any;
|
|
22
|
-
}>>;
|
|
23
|
-
export default DDicReplace;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import t from "./Form.vue.esm2.js";
|
|
2
|
-
import { resolveComponent as o, openBlock as n, createElementBlock as r, Fragment as c, createVNode as a, withCtx as m, createTextVNode as _, createElementVNode as l } from "vue";
|
|
3
|
-
import p from "../../_virtual/_plugin-vue_export-helper.esm.js";
|
|
4
|
-
const s = /* @__PURE__ */ l("div", null, "form", -1);
|
|
5
|
-
function d(f, u, i, x, $, h) {
|
|
6
|
-
const e = o("a-button");
|
|
7
|
-
return n(), r(c, null, [
|
|
8
|
-
s,
|
|
9
|
-
a(e, null, {
|
|
10
|
-
default: m(() => [
|
|
11
|
-
_("ok")
|
|
12
|
-
]),
|
|
13
|
-
_: 1
|
|
14
|
-
})
|
|
15
|
-
], 64);
|
|
16
|
-
}
|
|
17
|
-
const b = /* @__PURE__ */ p(t, [["render", d]]);
|
|
18
|
-
export {
|
|
19
|
-
b as default
|
|
20
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare const DForm: import("../../utils/install").SFCWithInstall<{
|
|
2
|
-
name: string;
|
|
3
|
-
}>;
|
|
4
|
-
export declare const DGridForm: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
5
|
-
declare const _default: {
|
|
6
|
-
DForm: import("../../utils/install").SFCWithInstall<{
|
|
7
|
-
name: string;
|
|
8
|
-
}>;
|
|
9
|
-
DGridForm: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
className: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
fill: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
grid: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
className: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
fill: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
grid: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
}>>, {
|
|
28
|
-
fill: boolean;
|
|
29
|
-
className: string;
|
|
30
|
-
grid: string;
|
|
31
|
-
}>;
|
|
32
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
export declare const DGrid: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
-
className: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
fill: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
grid: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
className: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
fill: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
grid: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
}>>, {
|
|
28
|
-
fill: boolean;
|
|
29
|
-
className: string;
|
|
30
|
-
grid: string;
|
|
31
|
-
}>>;
|
|
32
|
-
export declare const DGridItem: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { App } from "vue";
|
|
2
|
-
export * from "./components";
|
|
3
|
-
export interface MenuIcon {
|
|
4
|
-
componentName: string | "nativeHtml";
|
|
5
|
-
type: string;
|
|
6
|
-
}
|
|
7
|
-
export interface Options {
|
|
8
|
-
menuIcon: MenuIcon;
|
|
9
|
-
prop?: string;
|
|
10
|
-
}
|
|
11
|
-
export declare const install: (app: App, opts: Options) => void;
|
|
12
|
-
declare const _default: {
|
|
13
|
-
install: (app: App<any>, opts: Options) => void;
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _sfc_main;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { PropType as __PropType } from 'vue';
|
|
2
|
-
interface ShowConfig {
|
|
3
|
-
backBtn?: string;
|
|
4
|
-
}
|
|
5
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
6
|
-
showConfig: {
|
|
7
|
-
type: __PropType<ShowConfig | undefined>;
|
|
8
|
-
required: false;
|
|
9
|
-
default: any;
|
|
10
|
-
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
showConfig: {
|
|
13
|
-
type: __PropType<ShowConfig | undefined>;
|
|
14
|
-
required: false;
|
|
15
|
-
default: any;
|
|
16
|
-
};
|
|
17
|
-
}>>, {
|
|
18
|
-
showConfig: ShowConfig | undefined;
|
|
19
|
-
}>;
|
|
20
|
-
export default _sfc_main;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "refresh"[], "refresh", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
2
|
-
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
3
|
-
}, {}>;
|
|
4
|
-
export default _sfc_main;
|