star-horse-lowcode 2.7.65 → 2.7.67
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 +3 -0
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +597 -188
- package/dist/types/index.d.ts +30 -0
- package/package.json +3 -3
- package/.env.development +0 -3
- package/.env.production +0 -3
- package/.eslintrc-auto-import.json +0 -77
- package/.gitignore +0 -27
- package/.idea/.gitignore +0 -5
- package/.idea/MarsCodeWorkspaceAppSettings.xml +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -7
- package/.idea/modules.xml +0 -8
- package/.idea/testcode.iml +0 -12
- package/.idea/vcs.xml +0 -6
- package/.idea/watcherTasks.xml +0 -4
- package/.idea/workspace.xml +0 -207
- package/.npmignore +0 -21
- package/.prettierignore +0 -26
- package/auto-imports.d.ts +0 -137
- package/components.d.ts +0 -189
- package/eslint.config.js +0 -37
- package/index.html +0 -14
- package/package-lock.json +0 -8276
- package/prettier.config.js +0 -20
- package/public/logo.svg +0 -660
- package/src/App.vue +0 -11
- package/src/api/date_utils.ts +0 -219
- package/src/api/finger_utils.ts +0 -71
- package/src/api/form_utils.ts +0 -281
- package/src/api/jquery.min.js +0 -2
- package/src/api/pcas-code.json +0 -1
- package/src/api/settings.ts +0 -81
- package/src/api/star_horse_apis.ts +0 -196
- package/src/api/star_horse_utils.ts +0 -797
- package/src/api/system.ts +0 -351
- package/src/api/user_func.ts +0 -147
- package/src/api/valid_utils.ts +0 -165
- package/src/assets/css/index.scss +0 -908
- package/src/assets/icons.css +0 -574
- package/src/assets/star-horse-icons.woff +0 -0
- package/src/components/comp/ShDynamicForm.vue +0 -160
- package/src/components/comp/ShForm.vue +0 -30
- package/src/components/comp/ShTableListColumn.vue +0 -61
- package/src/components/comp/StarHorseDataSelector.vue +0 -139
- package/src/components/comp/StarHorseDataView.vue +0 -110
- package/src/components/comp/StarHorseDataViewItems.vue +0 -61
- package/src/components/comp/StarHorseDataViewTable.vue +0 -102
- package/src/components/comp/StarHorseDialog.vue +0 -383
- package/src/components/comp/StarHorseDraggable.vue +0 -401
- package/src/components/comp/StarHorseForm.vue +0 -458
- package/src/components/comp/StarHorseFormItem.vue +0 -82
- package/src/components/comp/StarHorseFormList.vue +0 -516
- package/src/components/comp/StarHorseFormTable.vue +0 -56
- package/src/components/comp/StarHorseIcon.vue +0 -76
- package/src/components/comp/StarHorseItem.vue +0 -302
- package/src/components/comp/StarHorseJsonEditor.vue +0 -115
- package/src/components/comp/StarHorsePopover.vue +0 -66
- package/src/components/comp/StarHorseSearchComp.vue +0 -253
- package/src/components/comp/StarHorseStaticTable.vue +0 -395
- package/src/components/comp/StarHorseTableColumn.vue +0 -249
- package/src/components/comp/StarHorseTableComp.vue +0 -1193
- package/src/components/comp/StarHorseTableViewColumn.vue +0 -61
- package/src/components/comp/StarHorseTree.vue +0 -494
- package/src/components/comp/index.ts +0 -22
- package/src/components/comp/items/UTableColumn.vue +0 -65
- package/src/components/comp/items/boxItem.vue +0 -98
- package/src/components/comp/items/callitem.ts +0 -9
- package/src/components/comp/items/cardItem.vue +0 -152
- package/src/components/comp/items/collapseItem.vue +0 -134
- package/src/components/comp/items/dytableItem.vue +0 -135
- package/src/components/comp/items/otherItem.vue +0 -65
- package/src/components/comp/items/tabItem.vue +0 -155
- package/src/components/comp/items/tabPanelItem.vue +0 -110
- package/src/components/comp/items/tableColumn.vue +0 -129
- package/src/components/comp/items/tableItem.vue +0 -97
- package/src/components/comp/items/tablebtn.vue +0 -158
- package/src/components/comp/items/viewBoxItem.vue +0 -55
- package/src/components/comp/items/viewCardItem.vue +0 -47
- package/src/components/comp/items/viewCollapseItem.vue +0 -71
- package/src/components/comp/items/viewDytableItem.vue +0 -77
- package/src/components/comp/items/viewOtherItem.vue +0 -55
- package/src/components/comp/items/viewTabItem.vue +0 -77
- package/src/components/comp/items/viewTabPanelItem.vue +0 -54
- package/src/components/comp/items/viewTableItem.vue +0 -74
- package/src/components/comp/selfcomp.ts +0 -9
- package/src/components/comp/utils/DataPicker.vue +0 -302
- package/src/components/comp/utils/DataTag.vue +0 -51
- package/src/components/cron/Crontab-Day.vue +0 -230
- package/src/components/cron/Crontab-Hour.vue +0 -165
- package/src/components/cron/Crontab-Min.vue +0 -166
- package/src/components/cron/Crontab-Month.vue +0 -166
- package/src/components/cron/Crontab-Result.vue +0 -615
- package/src/components/cron/Crontab-Second.vue +0 -185
- package/src/components/cron/Crontab-Week.vue +0 -208
- package/src/components/cron/Crontab-Year.vue +0 -183
- package/src/components/cron/Crontab.vue +0 -474
- package/src/components/enums/ModuleEnums.ts +0 -10
- package/src/components/enums/ServiceEnums.ts +0 -18
- package/src/components/formcomp/container/box-container.vue +0 -162
- package/src/components/formcomp/container/callitem.ts +0 -9
- package/src/components/formcomp/container/card-container.vue +0 -170
- package/src/components/formcomp/container/collapse-container.vue +0 -133
- package/src/components/formcomp/container/dytable-col.vue +0 -448
- package/src/components/formcomp/container/dytable-container.vue +0 -57
- package/src/components/formcomp/container/dytableUtils.ts +0 -358
- package/src/components/formcomp/container/group-box-container.vue +0 -331
- package/src/components/formcomp/container/index.ts +0 -6
- package/src/components/formcomp/container/tab-container.vue +0 -153
- package/src/components/formcomp/container/table-container.vue +0 -249
- package/src/components/formcomp/items/allitem.ts +0 -9
- package/src/components/formcomp/items/area-item.vue +0 -116
- package/src/components/formcomp/items/audio-item.vue +0 -163
- package/src/components/formcomp/items/autocomplete-item.vue +0 -118
- package/src/components/formcomp/items/barcode-item.vue +0 -87
- package/src/components/formcomp/items/base-json-item.vue +0 -207
- package/src/components/formcomp/items/button-item.vue +0 -228
- package/src/components/formcomp/items/cascade-item.vue +0 -113
- package/src/components/formcomp/items/checkbox-item.vue +0 -97
- package/src/components/formcomp/items/color-item.vue +0 -70
- package/src/components/formcomp/items/cron-item.vue +0 -115
- package/src/components/formcomp/items/datetime-item.vue +0 -99
- package/src/components/formcomp/items/depart-item.vue +0 -51
- package/src/components/formcomp/items/dialog-input-item.vue +0 -207
- package/src/components/formcomp/items/divider-item.vue +0 -66
- package/src/components/formcomp/items/html-item.vue +0 -65
- package/src/components/formcomp/items/htmleditor-item.vue +0 -104
- package/src/components/formcomp/items/icon-item.vue +0 -195
- package/src/components/formcomp/items/image-item.vue +0 -247
- package/src/components/formcomp/items/index.ts +0 -44
- package/src/components/formcomp/items/input-item.vue +0 -150
- package/src/components/formcomp/items/json-array-item.vue +0 -67
- package/src/components/formcomp/items/json-item.vue +0 -66
- package/src/components/formcomp/items/markdown-item.vue +0 -77
- package/src/components/formcomp/items/number-item.vue +0 -94
- package/src/components/formcomp/items/number-range-item.vue +0 -278
- package/src/components/formcomp/items/page-select-item.vue +0 -407
- package/src/components/formcomp/items/password-item.vue +0 -71
- package/src/components/formcomp/items/qrcode-item.vue +0 -84
- package/src/components/formcomp/items/radio-item.vue +0 -112
- package/src/components/formcomp/items/rate-item.vue +0 -68
- package/src/components/formcomp/items/select-item.vue +0 -133
- package/src/components/formcomp/items/signature-item.vue +0 -216
- package/src/components/formcomp/items/slider-item.vue +0 -68
- package/src/components/formcomp/items/starhorse-form-item.vue +0 -334
- package/src/components/formcomp/items/switch-item.vue +0 -77
- package/src/components/formcomp/items/tag-item.vue +0 -77
- package/src/components/formcomp/items/text-item.vue +0 -75
- package/src/components/formcomp/items/textarea-item.vue +0 -85
- package/src/components/formcomp/items/time-item.vue +0 -77
- package/src/components/formcomp/items/time-picker-item.vue +0 -74
- package/src/components/formcomp/items/transfer-item.vue +0 -93
- package/src/components/formcomp/items/tselect-item.vue +0 -121
- package/src/components/formcomp/items/unknown-item.vue +0 -51
- package/src/components/formcomp/items/upload-item.vue +0 -189
- package/src/components/formcomp/items/user-item.vue +0 -177
- package/src/components/formcomp/items/usercomp-item.vue +0 -85
- package/src/components/formcomp/items/view-markdown-item.vue +0 -77
- package/src/components/formcomp/utils/EditDataDialog.vue +0 -67
- package/src/components/formcomp/utils/FieldList.vue +0 -125
- package/src/components/formcomp/utils/ItemRelationEventUtils.ts +0 -284
- package/src/components/help.vue +0 -31
- package/src/components/menu/MenuItem.vue +0 -95
- package/src/components/menu/SubMenu.vue +0 -68
- package/src/components/menu/SubSystemMenu.vue +0 -142
- package/src/components/register.ts +0 -24
- package/src/components/system/ContentMenu.vue +0 -260
- package/src/components/system/StarHorseButtonList.vue +0 -344
- package/src/components/system/StarHorseMenu.vue +0 -97
- package/src/components/system/StarHorseSvg.vue +0 -62
- package/src/components/system/SystemComp.ts +0 -9
- package/src/components/system/index.ts +0 -4
- package/src/components/types/ApiUrls.ts +0 -168
- package/src/components/types/BtnAction.ts +0 -51
- package/src/components/types/BtnAuth.ts +0 -43
- package/src/components/types/CompInfo.ts +0 -81
- package/src/components/types/DialogProps.ts +0 -55
- package/src/components/types/DyCompField.ts +0 -23
- package/src/components/types/DynamicNode.ts +0 -42
- package/src/components/types/MenusInfo.ts +0 -45
- package/src/components/types/PageFieldInfo.ts +0 -530
- package/src/components/types/PageProps.ts +0 -25
- package/src/components/types/Params.ts +0 -93
- package/src/components/types/RuleType.ts +0 -10
- package/src/components/types/SearchProps.ts +0 -42
- package/src/components/types/ShortKey.ts +0 -30
- package/src/components/types/StarHorseType.ts +0 -18
- package/src/components/types/index.ts +0 -15
- package/src/config/element.ts +0 -15
- package/src/config/styles.ts +0 -4
- package/src/index.ts +0 -98
- package/src/install.ts +0 -33
- package/src/lang/en_US.ts +0 -81
- package/src/lang/index.ts +0 -35
- package/src/lang/zh_CN.ts +0 -84
- package/src/main.ts +0 -57
- package/src/plugins/AblesPlugin.ts +0 -618
- package/src/plugins/registerCompPlugin.ts +0 -15
- package/src/sample/test.vue +0 -9
- package/src/store/ButtonPermission.ts +0 -101
- package/src/store/ConsumerView.ts +0 -52
- package/src/store/ContinusConfig.ts +0 -78
- package/src/store/CopyerOperation.ts +0 -74
- package/src/store/DesignForm.ts +0 -481
- package/src/store/DesignPage.ts +0 -59
- package/src/store/DynamicForm.ts +0 -241
- package/src/store/GlobalConfig.ts +0 -90
- package/src/store/SelfOperation.ts +0 -95
- package/src/store/UserInfo.ts +0 -88
- package/src/store/index.ts +0 -6
- package/src/theme/localStorge.ts +0 -16
- package/src/theme/theme.ts +0 -27
- package/src/utils/FieldOperationUtils.ts +0 -91
- package/src/utils/auth.ts +0 -83
- package/src/utils/message.ts +0 -69
- package/src/utils/preview.ts +0 -125
- package/tsconfig.json +0 -39
- package/tsconfig.node.json +0 -10
- package/vite-env.d.ts +0 -16
- package/vite.config.ts +0 -162
- package/yarn.lock +0 -4627
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { defineStore } from "pinia";
|
|
2
|
-
import { ref, unref } from "vue";
|
|
3
|
-
import { RouteLocationNormalized } from "vue-router";
|
|
4
|
-
import { postRequest } from "@/api/star_horse_apis";
|
|
5
|
-
import { getUserInfo } from "@/utils/auth";
|
|
6
|
-
import { warning } from "@/utils/message";
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* 用户权限控制
|
|
10
|
-
*/
|
|
11
|
-
export const useButtonPermissionStore = defineStore("buttonPermission", () => {
|
|
12
|
-
const pageBtnPermisson = ref<any>({});
|
|
13
|
-
const currentPermission = ref<any>({});
|
|
14
|
-
const permissionUrlPrefix = ref<string>(
|
|
15
|
-
"/system-config/system/resourcesEntity/permissionResources/",
|
|
16
|
-
);
|
|
17
|
-
const addRoute = async (route: RouteLocationNormalized) => {
|
|
18
|
-
//如果当前路由为空,则获取宿主的路由
|
|
19
|
-
let data: any =
|
|
20
|
-
route ?? (window.__hostRouter__?.currentRoute || window.__hostRouter__);
|
|
21
|
-
const meta: any = unref(data)?.meta;
|
|
22
|
-
return await getPagePermission(meta?.menuId);
|
|
23
|
-
};
|
|
24
|
-
const setPermissionUrl = (url: string) => {
|
|
25
|
-
permissionUrlPrefix.value = url;
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
* 添加单个权限
|
|
29
|
-
* @param menuId
|
|
30
|
-
* @param data
|
|
31
|
-
*/
|
|
32
|
-
const addPermission = (menuId: string, data: any) => {
|
|
33
|
-
pageBtnPermisson.value[menuId] = data;
|
|
34
|
-
};
|
|
35
|
-
/**
|
|
36
|
-
* 删除某个菜单权限
|
|
37
|
-
* @param menuId
|
|
38
|
-
*/
|
|
39
|
-
const removePermission = (menuId: string) => {
|
|
40
|
-
delete pageBtnPermisson.value[menuId];
|
|
41
|
-
};
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @param data
|
|
45
|
-
*/
|
|
46
|
-
const addAllPermission = (data: any) => {
|
|
47
|
-
pageBtnPermisson.value = data;
|
|
48
|
-
};
|
|
49
|
-
/**
|
|
50
|
-
* 清空所有权限
|
|
51
|
-
*/
|
|
52
|
-
const cleanPermission = () => {
|
|
53
|
-
pageBtnPermisson.value = {};
|
|
54
|
-
};
|
|
55
|
-
const getPagePermission = async (menuId: string) => {
|
|
56
|
-
currentPermission.value = [];
|
|
57
|
-
if (menuId) {
|
|
58
|
-
menuId = menuId.split("_")[1];
|
|
59
|
-
let permissons: any = [];
|
|
60
|
-
if (!permissons || permissons.length == 0) {
|
|
61
|
-
const userId = getUserInfo()?.idUsersinfo;
|
|
62
|
-
if (!userId) {
|
|
63
|
-
warning("Session 失效");
|
|
64
|
-
return;
|
|
65
|
-
}
|
|
66
|
-
//没拿到则到数据库中去取
|
|
67
|
-
await postRequest(
|
|
68
|
-
`${permissionUrlPrefix.value}${userId}/${menuId}`,
|
|
69
|
-
{},
|
|
70
|
-
).then((res) => {
|
|
71
|
-
if (res.data.code) {
|
|
72
|
-
console.log(res.data.cnMessage);
|
|
73
|
-
return;
|
|
74
|
-
}
|
|
75
|
-
permissons = res.data.data;
|
|
76
|
-
});
|
|
77
|
-
if (permissons && permissons.length > 0) {
|
|
78
|
-
addPermission(menuId, permissons);
|
|
79
|
-
} else {
|
|
80
|
-
warning("没有页面按钮操作权限,请联系系统管理员授权");
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
const permission: any = {};
|
|
84
|
-
permissons?.forEach((item: any) => {
|
|
85
|
-
permission[item.resCode] = item.resCode;
|
|
86
|
-
});
|
|
87
|
-
currentPermission.value = permission;
|
|
88
|
-
}
|
|
89
|
-
return currentPermission.value;
|
|
90
|
-
};
|
|
91
|
-
return {
|
|
92
|
-
pageBtnPermisson,
|
|
93
|
-
currentPermission,
|
|
94
|
-
setPermissionUrl,
|
|
95
|
-
addPermission,
|
|
96
|
-
addAllPermission,
|
|
97
|
-
addRoute,
|
|
98
|
-
removePermission,
|
|
99
|
-
cleanPermission,
|
|
100
|
-
};
|
|
101
|
-
});
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { defineStore } from "pinia";
|
|
2
|
-
import { ref } from "vue";
|
|
3
|
-
|
|
4
|
-
export const useConsumerViewStore = defineStore(
|
|
5
|
-
"consumerView",
|
|
6
|
-
() => {
|
|
7
|
-
const tableList = ref<any>({});
|
|
8
|
-
const dbConfigId = ref<string>("");
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
*赋值
|
|
12
|
-
* @param tableName 表名
|
|
13
|
-
* @param data 字典列表
|
|
14
|
-
*/
|
|
15
|
-
const addTableInfo = (tableName: string, data: object | Array<any>) => {
|
|
16
|
-
tableList.value[tableName] = data;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* 设置数据库配置id
|
|
20
|
-
*
|
|
21
|
-
* @param configId
|
|
22
|
-
*/
|
|
23
|
-
const setDbConfigId = (configId: string) => {
|
|
24
|
-
dbConfigId.value = configId;
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* 根据表名获取字段信息
|
|
28
|
-
* @param tableName 表名
|
|
29
|
-
*/
|
|
30
|
-
const getTableInfo = (tableName: string) => {
|
|
31
|
-
return tableList.value[tableName];
|
|
32
|
-
};
|
|
33
|
-
/**
|
|
34
|
-
* 清除所有Tab
|
|
35
|
-
*/
|
|
36
|
-
const clearAll = () => {
|
|
37
|
-
tableList.value = {};
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
return {
|
|
41
|
-
tableList,
|
|
42
|
-
dbConfigId,
|
|
43
|
-
addTableInfo,
|
|
44
|
-
setDbConfigId,
|
|
45
|
-
getTableInfo,
|
|
46
|
-
clearAll,
|
|
47
|
-
};
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
persist: false,
|
|
51
|
-
},
|
|
52
|
-
);
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { defineStore } from "pinia";
|
|
2
|
-
import { ref } from "vue";
|
|
3
|
-
|
|
4
|
-
export const useContinusConfigStore = defineStore(
|
|
5
|
-
"continuousConfig",
|
|
6
|
-
() => {
|
|
7
|
-
/**
|
|
8
|
-
* 节点信息
|
|
9
|
-
*/
|
|
10
|
-
const nodeInfo = ref<any>({});
|
|
11
|
-
const nodeFields = ref<any>({});
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* 添加节点数据
|
|
15
|
-
* @param nodeName
|
|
16
|
-
* @param data
|
|
17
|
-
*/
|
|
18
|
-
const addNodeInfo = (nodeName: string, data: any) => {
|
|
19
|
-
if (nodeName) {
|
|
20
|
-
nodeInfo.value[nodeName] = data;
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* 添加节点属性
|
|
25
|
-
* @param formNo 表单编号
|
|
26
|
-
* @param data
|
|
27
|
-
*/
|
|
28
|
-
const addNodeFields = (formNo: string, data: any) => {
|
|
29
|
-
if (formNo) {
|
|
30
|
-
nodeFields.value[formNo] = data;
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
/**
|
|
34
|
-
* 获取节点数据
|
|
35
|
-
* @param nodeName
|
|
36
|
-
*/
|
|
37
|
-
const getNodeInfo = (nodeName: string) => {
|
|
38
|
-
return nodeInfo.value[nodeName];
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* 获取节点属性
|
|
42
|
-
* @param formNo
|
|
43
|
-
*/
|
|
44
|
-
const getNodeFields = (formNo: string) => {
|
|
45
|
-
return nodeFields.value[formNo];
|
|
46
|
-
};
|
|
47
|
-
/**
|
|
48
|
-
* 移除节点数据
|
|
49
|
-
* @param nodeName
|
|
50
|
-
*/
|
|
51
|
-
const removeNode = (nodeName: string) => {
|
|
52
|
-
delete nodeInfo.value[nodeName];
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
const removeNodeFields = (formNo: string) => {
|
|
56
|
-
delete nodeFields.value[formNo];
|
|
57
|
-
};
|
|
58
|
-
/**
|
|
59
|
-
* 清空节点数据
|
|
60
|
-
*/
|
|
61
|
-
const clear = () => {
|
|
62
|
-
nodeInfo.value = {};
|
|
63
|
-
nodeFields.value = {};
|
|
64
|
-
};
|
|
65
|
-
return {
|
|
66
|
-
addNodeInfo,
|
|
67
|
-
addNodeFields,
|
|
68
|
-
getNodeFields,
|
|
69
|
-
removeNodeFields,
|
|
70
|
-
getNodeInfo,
|
|
71
|
-
removeNode,
|
|
72
|
-
clear,
|
|
73
|
-
nodeInfo,
|
|
74
|
-
nodeFields,
|
|
75
|
-
};
|
|
76
|
-
},
|
|
77
|
-
{},
|
|
78
|
-
);
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { defineStore } from "pinia";
|
|
2
|
-
import { ref } from "vue";
|
|
3
|
-
import { ModuleEnums } from "@/components/enums/ModuleEnums";
|
|
4
|
-
import { message } from "@/utils/message";
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* 用户自定义方法处理逻辑
|
|
8
|
-
*/
|
|
9
|
-
export const useCopyerOperationStore = defineStore("copyerOperation", () => {
|
|
10
|
-
//执行的动作
|
|
11
|
-
const action = ref<string>("");
|
|
12
|
-
//模块
|
|
13
|
-
const module = ref<ModuleEnums>();
|
|
14
|
-
//父级容器
|
|
15
|
-
const parentContainer = ref<any>({});
|
|
16
|
-
//拷贝数据
|
|
17
|
-
const copyerData = ref<any>({});
|
|
18
|
-
|
|
19
|
-
const keyboardOperation = (
|
|
20
|
-
act: string,
|
|
21
|
-
m: ModuleEnums,
|
|
22
|
-
container: any,
|
|
23
|
-
data: any,
|
|
24
|
-
) => {
|
|
25
|
-
operation(act, container, data);
|
|
26
|
-
module.value = m;
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* 执行操作
|
|
30
|
-
* @param act 操作动作
|
|
31
|
-
* @param container 父级容器
|
|
32
|
-
* @param data 数据
|
|
33
|
-
*/
|
|
34
|
-
const operation = (act: string, container: any, data: any) => {
|
|
35
|
-
action.value = act;
|
|
36
|
-
parentContainer.value = container;
|
|
37
|
-
copyerData.value = data;
|
|
38
|
-
if (act == "copy") {
|
|
39
|
-
message("复制成功");
|
|
40
|
-
} else if (act == "cut") {
|
|
41
|
-
message("剪切成功");
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
//设置动作
|
|
45
|
-
const setAction = (act: string) => {
|
|
46
|
-
action.value = act;
|
|
47
|
-
};
|
|
48
|
-
//设置父级容器
|
|
49
|
-
const setParentContainer = (container: any) => {
|
|
50
|
-
parentContainer.value = container;
|
|
51
|
-
};
|
|
52
|
-
//设置拷贝数据
|
|
53
|
-
const setCopyerData = (data: any) => {
|
|
54
|
-
copyerData.value = data;
|
|
55
|
-
};
|
|
56
|
-
//清除所有数据
|
|
57
|
-
const clearAll = () => {
|
|
58
|
-
action.value = "";
|
|
59
|
-
parentContainer.value = {};
|
|
60
|
-
copyerData.value = {};
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
return {
|
|
64
|
-
action,
|
|
65
|
-
parentContainer,
|
|
66
|
-
copyerData,
|
|
67
|
-
keyboardOperation,
|
|
68
|
-
operation,
|
|
69
|
-
setAction,
|
|
70
|
-
setParentContainer,
|
|
71
|
-
setCopyerData,
|
|
72
|
-
clearAll,
|
|
73
|
-
};
|
|
74
|
-
});
|