star-horse-lowcode 3.0.3 → 3.0.5
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/README.md +10 -0
- package/dist/api/WebSocketUtils.d.ts +100 -0
- package/dist/api/date_utils.d.ts +58 -0
- package/dist/api/device.d.ts +21 -0
- package/dist/api/finger_utils.d.ts +9 -0
- package/dist/api/form_utils.d.ts +140 -0
- package/dist/api/pcas-code.json.d.ts +185519 -0
- package/dist/api/settings.d.ts +1 -0
- package/dist/api/star_horse_apis.d.ts +93 -0
- package/dist/api/star_horse_utils.d.ts +213 -0
- package/dist/api/system.d.ts +78 -0
- package/dist/api/user_func.d.ts +22 -0
- package/dist/api/valid_utils.d.ts +7 -0
- package/dist/assets/index.css +1 -1
- package/dist/components/comp/ShDynamicForm.vue.d.ts +56 -0
- package/dist/components/comp/ShForm.vue.d.ts +58 -0
- package/dist/components/comp/ShTableListColumn.vue.d.ts +79 -0
- package/dist/components/comp/StarHorseDataSelector.vue.d.ts +107 -0
- package/dist/components/comp/StarHorseDataView.vue.d.ts +161 -0
- package/dist/components/comp/StarHorseDialog.vue.d.ts +231 -0
- package/dist/components/comp/StarHorseDraggable.vue.d.ts +82 -0
- package/dist/components/comp/StarHorseForm.vue.d.ts +176 -0
- package/dist/components/comp/StarHorseFormItem.vue.d.ts +26 -0
- package/dist/components/comp/StarHorseFormList.vue.d.ts +165 -0
- package/dist/components/comp/StarHorseFormTable.vue.d.ts +71 -0
- package/dist/components/comp/StarHorseIcon.vue.d.ts +119 -0
- package/dist/components/comp/StarHorseItem.vue.d.ts +106 -0
- package/dist/components/comp/StarHorseJsonEditor.vue.d.ts +44 -0
- package/dist/components/comp/StarHorsePopover.vue.d.ts +50 -0
- package/dist/components/comp/StarHorseSearchComp.vue.d.ts +48 -0
- package/dist/components/comp/StarHorseSearchForm.vue.d.ts +77 -0
- package/dist/components/comp/StarHorseStaticTable.vue.d.ts +101 -0
- package/dist/components/comp/StarHorseTableColumn.vue.d.ts +106 -0
- package/dist/components/comp/StarHorseTableComp.vue.d.ts +42 -0
- package/dist/components/comp/StarHorseTree.vue.d.ts +264 -0
- package/dist/components/comp/app/MainBar.vue.d.ts +20 -0
- package/dist/components/comp/app/MainContainer.vue.d.ts +18 -0
- package/dist/components/comp/app/MainContent.vue.d.ts +26 -0
- package/dist/components/comp/app/MainSubBar.vue.d.ts +38 -0
- package/dist/components/comp/app/MenuShot.vue.d.ts +64 -0
- package/dist/components/comp/index.d.ts +25 -0
- package/dist/components/comp/items/UTableColumn.vue.d.ts +72 -0
- package/dist/components/comp/items/boxItem.vue.d.ts +22 -0
- package/dist/components/comp/items/callitem.d.ts +2 -0
- package/dist/components/comp/items/dytableItem.vue.d.ts +22 -0
- package/dist/components/comp/items/tableColumn.vue.d.ts +86 -0
- package/dist/components/comp/items/tablebtn.vue.d.ts +60 -0
- package/dist/components/comp/selfcomp.d.ts +2 -0
- package/dist/components/comp/utils/DataPicker.vue.d.ts +85 -0
- package/dist/components/cron/Crontab-Day.vue.d.ts +29 -0
- package/dist/components/cron/Crontab-Hour.vue.d.ts +28 -0
- package/dist/components/cron/Crontab-Min.vue.d.ts +28 -0
- package/dist/components/cron/Crontab-Month.vue.d.ts +28 -0
- package/dist/components/cron/Crontab-Second.vue.d.ts +31 -0
- package/dist/components/cron/Crontab-Week.vue.d.ts +29 -0
- package/dist/components/cron/Crontab-Year.vue.d.ts +30 -0
- package/dist/components/cron/Crontab.vue.d.ts +15 -0
- package/dist/components/enums/ModuleEnums.d.ts +10 -0
- package/dist/components/enums/ServiceEnums.d.ts +18 -0
- package/dist/components/formcomp/items/allitem.d.ts +2 -0
- package/dist/components/formcomp/items/area-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/audio-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/autocomplete-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/barcode-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/button-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/cascade-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/checkbox-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/color-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/cron-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/datapicker-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/datetime-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/depart-item.vue.d.ts +16 -0
- package/dist/components/formcomp/items/dialog-input-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/dialog-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/divider-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/drawer-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/empty-item.vue.d.ts +16 -0
- package/dist/components/formcomp/items/html-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/htmleditor-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/icon-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/image-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/index.d.ts +50 -0
- package/dist/components/formcomp/items/input-item.vue.d.ts +17 -0
- package/dist/components/formcomp/items/input-tag-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/json-array-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/json-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/markdown-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/number-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/number-range-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/page-select-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/password-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/qrcode-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/radio-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/rate-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/select-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/signature-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/slider-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/starhorse-form-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/switch-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/tag-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/text-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/textarea-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/time-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/time-picker-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/transfer-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/tselect-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/unknown-item.vue.d.ts +16 -0
- package/dist/components/formcomp/items/upload-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/user-item.vue.d.ts +23 -0
- package/dist/components/formcomp/items/usercomp-item.vue.d.ts +24 -0
- package/dist/components/formcomp/items/view-markdown-item.vue.d.ts +23 -0
- package/dist/components/formcomp/utils/EditDataDialog.vue.d.ts +55 -0
- package/dist/components/formcomp/utils/FieldList.vue.d.ts +7 -0
- package/dist/components/formcomp/utils/ItemRelationEventUtils.d.ts +32 -0
- package/dist/components/formcomp/utils/prefixSuffixUtils.d.ts +28 -0
- package/dist/components/help.vue.d.ts +26 -0
- package/dist/components/menu/MenuItem.vue.d.ts +49 -0
- package/dist/components/system/ContentMenu.vue.d.ts +77 -0
- package/dist/components/system/PageConfig.vue.d.ts +66 -0
- package/dist/components/system/StarHorseButtonList.vue.d.ts +72 -0
- package/dist/components/system/StarHorseEditor.vue.d.ts +82 -0
- package/dist/components/system/StarHorseMenu.vue.d.ts +40 -0
- package/dist/components/system/StarHorseSidebar.vue.d.ts +13 -0
- package/dist/components/system/StarHorseSvg.vue.d.ts +112 -0
- package/dist/components/system/SvgLoader.vue.d.ts +59 -0
- package/dist/components/system/SystemComp.d.ts +2 -0
- package/dist/components/system/index.d.ts +8 -0
- package/dist/components/types/ApiUrls.d.ts +171 -0
- package/dist/components/types/BtnAction.d.ts +35 -0
- package/dist/components/types/BtnAuth.d.ts +43 -0
- package/dist/components/types/CompInfo.d.ts +50 -0
- package/dist/components/types/DialogProps.d.ts +54 -0
- package/dist/components/types/DyCompField.d.ts +14 -0
- package/dist/components/types/DynamicNode.d.ts +34 -0
- package/dist/components/types/FormType.d.ts +113 -0
- package/dist/components/types/ItemPreps.d.ts +151 -0
- package/dist/components/types/MenusInfo.d.ts +44 -0
- package/dist/components/types/PageFieldInfo.d.ts +547 -0
- package/dist/components/types/PageProps.d.ts +177 -0
- package/dist/components/types/Params.d.ts +146 -0
- package/dist/components/types/RuleType.d.ts +10 -0
- package/dist/components/types/SearchProps.d.ts +59 -0
- package/dist/components/types/ShortKey.d.ts +30 -0
- package/dist/components/types/StarHorseType.d.ts +18 -0
- package/dist/components/types/UserinfoType.d.ts +46 -0
- package/dist/components/types/index.d.ts +18 -0
- package/dist/index.d.ts +53 -0
- package/dist/index.es.js +8 -8
- package/dist/lang/en_US.d.ts +730 -0
- package/dist/lang/index.d.ts +17 -0
- package/dist/lang/zh_CN.d.ts +731 -0
- package/dist/main.d.ts +0 -0
- package/dist/plugins/AblesPlugin.d.ts +48 -0
- package/dist/plugins/registerCompPlugin.d.ts +10 -0
- package/dist/router/index.d.ts +2 -0
- package/dist/store/ButtonPermission.d.ts +32 -0
- package/dist/store/ConsumerView.d.ts +22 -0
- package/dist/store/CopyerOperation.d.ts +35 -0
- package/dist/store/DesignForm.d.ts +1728 -0
- package/dist/store/DesignPage.d.ts +149 -0
- package/dist/store/DynamicForm.d.ts +52 -0
- package/dist/store/GlobalConfig.d.ts +13 -0
- package/dist/store/SelfOperation.d.ts +651 -0
- package/dist/store/UserInfo.d.ts +44 -0
- package/dist/store/index.d.ts +2 -0
- package/dist/theme/localStorge.d.ts +10 -0
- package/dist/theme/theme.d.ts +24 -0
- package/dist/types/index.d.ts +6 -10604
- package/dist/utils/FieldOperationUtils.d.ts +6 -0
- package/dist/utils/auth.d.ts +25 -0
- package/dist/utils/message.d.ts +25 -0
- package/dist/utils/preview.d.ts +16 -0
- package/package.json +18 -16
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import { OrderByInfo } from './PageFieldInfo';
|
|
2
|
+
/**
|
|
3
|
+
* 查询条件组装数据对象
|
|
4
|
+
*/
|
|
5
|
+
export declare interface SearchParams {
|
|
6
|
+
/**
|
|
7
|
+
* 属性名称
|
|
8
|
+
*/
|
|
9
|
+
propertyName?: string;
|
|
10
|
+
/**
|
|
11
|
+
* 匹配方式 eq,lk,gt,gte,lt,lte,llk,rlk,in ,nin,exits
|
|
12
|
+
*/
|
|
13
|
+
operation?: string | null;
|
|
14
|
+
/**
|
|
15
|
+
* 查询值
|
|
16
|
+
*/
|
|
17
|
+
value?: any;
|
|
18
|
+
/**
|
|
19
|
+
* 或查询
|
|
20
|
+
*/
|
|
21
|
+
orOperList?: SearchParams[];
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* 查询条件组装数据对象
|
|
25
|
+
*/
|
|
26
|
+
export declare interface JoinSearchParams {
|
|
27
|
+
/**
|
|
28
|
+
* 属性名称
|
|
29
|
+
*/
|
|
30
|
+
leftFieldName: string;
|
|
31
|
+
/**
|
|
32
|
+
* 匹配方式 eq,neq,gt,gte,lt,lte
|
|
33
|
+
*/
|
|
34
|
+
operation?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* 查询值
|
|
37
|
+
*/
|
|
38
|
+
rightFieldName: string;
|
|
39
|
+
/**
|
|
40
|
+
* 或查询
|
|
41
|
+
*/
|
|
42
|
+
or?: JoinSearchParams[];
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* 查询对象
|
|
46
|
+
*/
|
|
47
|
+
export declare interface SearchInfo {
|
|
48
|
+
/**
|
|
49
|
+
* 每页数据量大小
|
|
50
|
+
*/
|
|
51
|
+
pageSize?: number;
|
|
52
|
+
/**
|
|
53
|
+
* 页码
|
|
54
|
+
*/
|
|
55
|
+
currentPage?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 总数据量
|
|
58
|
+
*/
|
|
59
|
+
totalDatas?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 总页数
|
|
62
|
+
*/
|
|
63
|
+
totalPages?: number;
|
|
64
|
+
/**
|
|
65
|
+
* 查询条件
|
|
66
|
+
*/
|
|
67
|
+
fieldList?: SearchParams[];
|
|
68
|
+
/**
|
|
69
|
+
* 排序条件
|
|
70
|
+
*/
|
|
71
|
+
orderBy?: OrderByInfo[];
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* 列表按钮隐藏条件
|
|
75
|
+
*/
|
|
76
|
+
export declare interface BtnHideCondition {
|
|
77
|
+
/**
|
|
78
|
+
* 属性名
|
|
79
|
+
*/
|
|
80
|
+
fieldName: string;
|
|
81
|
+
/**
|
|
82
|
+
* 按钮
|
|
83
|
+
*/
|
|
84
|
+
btnName: Array<string> | string;
|
|
85
|
+
/**
|
|
86
|
+
* 值
|
|
87
|
+
*/
|
|
88
|
+
value: any;
|
|
89
|
+
/**
|
|
90
|
+
* 是否可见
|
|
91
|
+
*/
|
|
92
|
+
visible: boolean;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* 接口重定向参数
|
|
96
|
+
*/
|
|
97
|
+
export declare interface RedirectParams {
|
|
98
|
+
/**
|
|
99
|
+
* 接口地址
|
|
100
|
+
*/
|
|
101
|
+
url: string;
|
|
102
|
+
/**
|
|
103
|
+
* 主机或者域名
|
|
104
|
+
*/
|
|
105
|
+
host?: string;
|
|
106
|
+
/**
|
|
107
|
+
* 端口
|
|
108
|
+
*/
|
|
109
|
+
port?: string;
|
|
110
|
+
/**
|
|
111
|
+
* 协议
|
|
112
|
+
*/
|
|
113
|
+
protocol?: string;
|
|
114
|
+
/**
|
|
115
|
+
* 环境
|
|
116
|
+
*/
|
|
117
|
+
env?: string;
|
|
118
|
+
/**
|
|
119
|
+
* http方法
|
|
120
|
+
*/
|
|
121
|
+
httpMethod?: string;
|
|
122
|
+
/**
|
|
123
|
+
* 数据类型
|
|
124
|
+
*/
|
|
125
|
+
dataType?: string;
|
|
126
|
+
/**
|
|
127
|
+
* 查询条件
|
|
128
|
+
*/
|
|
129
|
+
queryParams?: SearchParams[];
|
|
130
|
+
/**
|
|
131
|
+
* 分页信息
|
|
132
|
+
*/
|
|
133
|
+
searchInfo?: SearchInfo;
|
|
134
|
+
/**
|
|
135
|
+
* 主键
|
|
136
|
+
*/
|
|
137
|
+
primaryKey?: any;
|
|
138
|
+
/**
|
|
139
|
+
* 标签名称
|
|
140
|
+
*/
|
|
141
|
+
labelName?: string;
|
|
142
|
+
/**
|
|
143
|
+
* 值名称
|
|
144
|
+
*/
|
|
145
|
+
valueName?: string;
|
|
146
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { CompParams } from './PageFieldInfo';
|
|
2
|
+
import { Ref } from 'vue';
|
|
3
|
+
export type SelectOption = {
|
|
4
|
+
name?: string;
|
|
5
|
+
value?: string | number;
|
|
6
|
+
disabled?: string;
|
|
7
|
+
helpMsg?: string;
|
|
8
|
+
children?: SelectOption[] | Ref<SelectOption[]>;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* 查询组件的属性
|
|
12
|
+
*/
|
|
13
|
+
export type SearchProps = {
|
|
14
|
+
label?: string;
|
|
15
|
+
fieldName?: string;
|
|
16
|
+
type?: string;
|
|
17
|
+
matchType?: string;
|
|
18
|
+
disabled?: boolean | string;
|
|
19
|
+
defaultValue?: any | null;
|
|
20
|
+
defaultVisible?: boolean;
|
|
21
|
+
helpMsg?: string;
|
|
22
|
+
minWidth?: string;
|
|
23
|
+
/**
|
|
24
|
+
* 表的别名
|
|
25
|
+
*/
|
|
26
|
+
prefix?: string;
|
|
27
|
+
/**
|
|
28
|
+
* 弹窗数据配置
|
|
29
|
+
*/
|
|
30
|
+
params?: CompParams;
|
|
31
|
+
preps?: any;
|
|
32
|
+
/**
|
|
33
|
+
* 数据类型
|
|
34
|
+
*/
|
|
35
|
+
dataType?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 废弃,请根据具体业务在preps 中添加 values 或者data
|
|
38
|
+
*/
|
|
39
|
+
optionList?: SelectOption[] | Ref<SelectOption[]>;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* 查询属性
|
|
43
|
+
*/
|
|
44
|
+
export type SearchFields = {
|
|
45
|
+
fieldList: SearchProps[];
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* 编辑条件
|
|
49
|
+
*/
|
|
50
|
+
export interface EditCondition {
|
|
51
|
+
/**
|
|
52
|
+
* 属性名字
|
|
53
|
+
*/
|
|
54
|
+
fieldName: string;
|
|
55
|
+
/**
|
|
56
|
+
* 配置条件
|
|
57
|
+
*/
|
|
58
|
+
matchType?: string;
|
|
59
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export type ShortKey = {
|
|
2
|
+
/**
|
|
3
|
+
* 快捷键
|
|
4
|
+
*/
|
|
5
|
+
key: string;
|
|
6
|
+
/**
|
|
7
|
+
* 动作名称
|
|
8
|
+
*/
|
|
9
|
+
action: string;
|
|
10
|
+
/**
|
|
11
|
+
* 是否需要alt 键组合
|
|
12
|
+
*/
|
|
13
|
+
alt?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* 是否需要ctrl 键组合
|
|
16
|
+
*/
|
|
17
|
+
ctrl?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* 是否需要shift 键组合
|
|
20
|
+
*/
|
|
21
|
+
shift?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* 其他键
|
|
24
|
+
*/
|
|
25
|
+
other?: Array<string> | string;
|
|
26
|
+
/**
|
|
27
|
+
* 处理函数
|
|
28
|
+
*/
|
|
29
|
+
handler?: Function;
|
|
30
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 角色信息
|
|
3
|
+
*/
|
|
4
|
+
export interface RoleInfo {
|
|
5
|
+
/**
|
|
6
|
+
* 角色Id
|
|
7
|
+
*/
|
|
8
|
+
roleId: string;
|
|
9
|
+
/**
|
|
10
|
+
* 角色名称
|
|
11
|
+
*/
|
|
12
|
+
roleName: string;
|
|
13
|
+
/**
|
|
14
|
+
* 角色编码
|
|
15
|
+
*/
|
|
16
|
+
roleCode?: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* 用户信息
|
|
20
|
+
*/
|
|
21
|
+
export interface UserInfo {
|
|
22
|
+
/**
|
|
23
|
+
* 用户Id
|
|
24
|
+
*/
|
|
25
|
+
userId: string;
|
|
26
|
+
/**
|
|
27
|
+
* 姓名
|
|
28
|
+
*/
|
|
29
|
+
name: string;
|
|
30
|
+
/**
|
|
31
|
+
* 用户名
|
|
32
|
+
*/
|
|
33
|
+
username: string;
|
|
34
|
+
/**
|
|
35
|
+
* 邮箱地址
|
|
36
|
+
*/
|
|
37
|
+
email?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 联系电话
|
|
40
|
+
*/
|
|
41
|
+
phone?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 角色信息
|
|
44
|
+
*/
|
|
45
|
+
roles?: RoleInfo[];
|
|
46
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export * from './ApiUrls';
|
|
2
|
+
export * from './BtnAction';
|
|
3
|
+
export * from './CompInfo';
|
|
4
|
+
export * from './DialogProps';
|
|
5
|
+
export * from './DyCompField';
|
|
6
|
+
export * from './DynamicNode';
|
|
7
|
+
export * from './MenusInfo';
|
|
8
|
+
export * from './PageFieldInfo';
|
|
9
|
+
export * from './PageProps';
|
|
10
|
+
export * from './Params';
|
|
11
|
+
export * from './RuleType';
|
|
12
|
+
export * from './SearchProps';
|
|
13
|
+
export * from './ShortKey';
|
|
14
|
+
export * from './StarHorseType';
|
|
15
|
+
export * from './BtnAuth';
|
|
16
|
+
export * from './ItemPreps';
|
|
17
|
+
export * from './FormType';
|
|
18
|
+
export * from './UserinfoType';
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { App } from 'vue';
|
|
2
|
+
import { default as piniaInstance } from './store';
|
|
3
|
+
import { AxiosInstance } from 'axios';
|
|
4
|
+
import { Router } from 'vue-router';
|
|
5
|
+
import { starHorseAxios } from './api/star_horse_apis';
|
|
6
|
+
import { LangType } from './theme/theme';
|
|
7
|
+
export * from './api/star_horse_apis';
|
|
8
|
+
export * from './api/star_horse_utils';
|
|
9
|
+
export * from './api/WebSocketUtils';
|
|
10
|
+
export * from './api/date_utils';
|
|
11
|
+
export * from './api/system';
|
|
12
|
+
export * from './api/user_func';
|
|
13
|
+
export * from './utils/message';
|
|
14
|
+
export * from './api/finger_utils';
|
|
15
|
+
export * from './api/form_utils';
|
|
16
|
+
export * from './api/valid_utils';
|
|
17
|
+
export * from './api/device';
|
|
18
|
+
export * from './plugins/AblesPlugin';
|
|
19
|
+
export * from './utils/FieldOperationUtils';
|
|
20
|
+
export * from './components/formcomp/utils/ItemRelationEventUtils';
|
|
21
|
+
export * from './components/formcomp/utils/prefixSuffixUtils';
|
|
22
|
+
declare global {
|
|
23
|
+
var __hostRouter__: Router | undefined;
|
|
24
|
+
var __hostAxios__: AxiosInstance | undefined;
|
|
25
|
+
var __starHorseHostApp__: App<Element> | undefined;
|
|
26
|
+
var __starHorseHostLang__: LangType | undefined;
|
|
27
|
+
}
|
|
28
|
+
export * from './components/comp';
|
|
29
|
+
export * from './components/formcomp/items';
|
|
30
|
+
export * from './components/system';
|
|
31
|
+
export * from './components/types';
|
|
32
|
+
export * from './store/ButtonPermission';
|
|
33
|
+
export * from './store/ConsumerView';
|
|
34
|
+
export * from './store/CopyerOperation';
|
|
35
|
+
export * from './store/DesignForm';
|
|
36
|
+
export * from './store/DesignPage';
|
|
37
|
+
export * from './store/DynamicForm';
|
|
38
|
+
export * from './store/GlobalConfig';
|
|
39
|
+
export * from './store/SelfOperation';
|
|
40
|
+
export * from './store/UserInfo';
|
|
41
|
+
export { piniaInstance, starHorseAxios };
|
|
42
|
+
declare const _default: {
|
|
43
|
+
install: (app: App<Element>, options?: {
|
|
44
|
+
router?: Router;
|
|
45
|
+
axiosInstance?: AxiosInstance;
|
|
46
|
+
elementPlusOptions?: any;
|
|
47
|
+
lang?: LangType;
|
|
48
|
+
initElementPlus?: boolean;
|
|
49
|
+
}) => void;
|
|
50
|
+
piniaInstance: import('pinia').Pinia;
|
|
51
|
+
starHorseAxios: AxiosInstance;
|
|
52
|
+
};
|
|
53
|
+
export default _default;
|