giime 0.0.13 → 0.0.14
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/index.css +84 -78
- package/es/api/gatewayApi/request.d.ts +0 -1
- package/es/api/gatewayApi/request.mjs +1 -44
- package/es/api/gatewayApi/request.mjs.map +1 -1
- package/es/components/src/base/tour/Tour.vue.d.ts +2 -2
- package/es/components/src/base/tour/index.d.ts +6 -6
- package/es/components/src/business/customOperations/CustomOperations.vue.d.ts +21 -23
- package/es/components/src/business/customOperations/CustomOperations.vue2.mjs +77 -317
- package/es/components/src/business/customOperations/CustomOperations.vue2.mjs.map +1 -1
- package/es/components/src/business/customOperations/customOperations.d.ts +1 -9
- package/es/components/src/business/customOperations/customOperations.mjs +1 -9
- package/es/components/src/business/customOperations/customOperations.mjs.map +1 -1
- package/es/components/src/business/customOperations/index.d.ts +21 -23
- package/es/components/src/business/tableBody/TableBody.vue.mjs +1 -1
- package/es/components/src/business/tableBody/TableBody.vue2.mjs +29 -27
- package/es/components/src/business/tableBody/TableBody.vue2.mjs.map +1 -1
- package/es/components/src/business/tableBody/TableVNodeRenderer.mjs +13 -5
- package/es/components/src/business/tableBody/TableVNodeRenderer.mjs.map +1 -1
- package/es/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue2.mjs +18 -16
- package/es/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue2.mjs.map +1 -1
- package/es/components/src/business/tableBody/tableHelper.d.ts +1 -0
- package/es/components/src/business/tableBody/tableHelper.mjs +23 -0
- package/es/components/src/business/tableBody/tableHelper.mjs.map +1 -0
- package/es/components/src/composite/searchForm/composables/useWatchModelChange.mjs +3 -0
- package/es/components/src/composite/searchForm/composables/useWatchModelChange.mjs.map +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.mjs +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.mjs.map +1 -1
- package/es/giime/index.mjs +1 -1
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/es/hooks/store/useCustomSettings/index.d.ts +8 -5
- package/es/hooks/store/useCustomSettings/index.mjs +54 -46
- package/es/hooks/store/useCustomSettings/index.mjs.map +1 -1
- package/es/hooks/store/useCustomSettings/index2.d.ts +29 -0
- package/es/hooks/store/useCustomSettings/index2.mjs +62 -0
- package/es/hooks/store/useCustomSettings/index2.mjs.map +1 -0
- package/es/index.css +84 -78
- package/es/utils/index.mjs +1 -1
- package/es/utils/src/general.d.ts +4 -0
- package/es/utils/src/general.mjs +9 -0
- package/es/utils/src/general.mjs.map +1 -0
- package/es/utils/src/objects.d.ts +1 -0
- package/es/utils/src/objects.mjs +3 -1
- package/es/utils/src/objects.mjs.map +1 -1
- package/lib/api/gatewayApi/request.d.ts +0 -1
- package/lib/api/gatewayApi/request.js +0 -44
- package/lib/api/gatewayApi/request.js.map +1 -1
- package/lib/components/src/base/tour/Tour.vue.d.ts +2 -2
- package/lib/components/src/base/tour/index.d.ts +6 -6
- package/lib/components/src/business/customOperations/CustomOperations.vue.d.ts +21 -23
- package/lib/components/src/business/customOperations/CustomOperations.vue2.js +76 -316
- package/lib/components/src/business/customOperations/CustomOperations.vue2.js.map +1 -1
- package/lib/components/src/business/customOperations/customOperations.d.ts +1 -9
- package/lib/components/src/business/customOperations/customOperations.js +1 -9
- package/lib/components/src/business/customOperations/customOperations.js.map +1 -1
- package/lib/components/src/business/customOperations/index.d.ts +21 -23
- package/lib/components/src/business/tableBody/TableBody.vue.js +1 -1
- package/lib/components/src/business/tableBody/TableBody.vue2.js +28 -26
- package/lib/components/src/business/tableBody/TableBody.vue2.js.map +1 -1
- package/lib/components/src/business/tableBody/TableVNodeRenderer.js +13 -5
- package/lib/components/src/business/tableBody/TableVNodeRenderer.js.map +1 -1
- package/lib/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue2.js +17 -15
- package/lib/components/src/business/tableBody/tableBodyItem/tableBodyOperates/TableBodyOperateButton.vue2.js.map +1 -1
- package/lib/components/src/business/tableBody/tableHelper.d.ts +1 -0
- package/lib/components/src/business/tableBody/tableHelper.js +25 -0
- package/lib/components/src/business/tableBody/tableHelper.js.map +1 -0
- package/lib/components/src/composite/searchForm/composables/useWatchModelChange.js +3 -0
- package/lib/components/src/composite/searchForm/composables/useWatchModelChange.js.map +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.js +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.js.map +1 -1
- package/lib/giime/index.js +1 -0
- package/lib/giime/index.js.map +1 -1
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/lib/hooks/store/useCustomSettings/index.d.ts +8 -5
- package/lib/hooks/store/useCustomSettings/index.js +54 -46
- package/lib/hooks/store/useCustomSettings/index.js.map +1 -1
- package/lib/hooks/store/useCustomSettings/index2.d.ts +29 -0
- package/lib/hooks/store/useCustomSettings/index2.js +64 -0
- package/lib/hooks/store/useCustomSettings/index2.js.map +1 -0
- package/lib/index.css +84 -78
- package/lib/utils/index.js +1 -0
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/src/general.d.ts +4 -0
- package/lib/utils/src/general.js +11 -0
- package/lib/utils/src/general.js.map +1 -0
- package/lib/utils/src/objects.d.ts +1 -0
- package/lib/utils/src/objects.js +3 -0
- package/lib/utils/src/objects.js.map +1 -1
- package/package.json +2 -1
package/dist/index.css
CHANGED
|
@@ -1,3 +1,81 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
.drawer-title[data-v-05e98ace] {
|
|
3
|
+
font-size: 14px;
|
|
4
|
+
border-bottom: 2px solid #f2f2f2;
|
|
5
|
+
margin: 0 -20px;
|
|
6
|
+
padding: 0 20px 20px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#column-group[data-v-05e98ace] {
|
|
10
|
+
height: calc(100vh - 265px);
|
|
11
|
+
overflow-y: auto;
|
|
12
|
+
}
|
|
13
|
+
#column-group[data-v-05e98ace][data-v-05e98ace]::-webkit-scrollbar {
|
|
14
|
+
/*滚动条整体样式*/
|
|
15
|
+
width: 4px;
|
|
16
|
+
/*高宽分别对应横竖滚动条的尺寸*/
|
|
17
|
+
height: 1px;
|
|
18
|
+
}
|
|
19
|
+
#column-group[data-v-05e98ace][data-v-05e98ace]::-webkit-scrollbar-thumb {
|
|
20
|
+
/*滚动条里面小方块*/
|
|
21
|
+
border-radius: 10px;
|
|
22
|
+
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
23
|
+
background: #999;
|
|
24
|
+
}
|
|
25
|
+
#column-group[data-v-05e98ace][data-v-05e98ace]::-webkit-scrollbar-track {
|
|
26
|
+
/*滚动条里面轨道*/
|
|
27
|
+
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
28
|
+
border-radius: 10px;
|
|
29
|
+
background: #eee;
|
|
30
|
+
}
|
|
31
|
+
#column-group[data-v-05e98ace] .column-checked[data-v-05e98ace] {
|
|
32
|
+
margin-left: -36px;
|
|
33
|
+
}
|
|
34
|
+
#column-group[data-v-05e98ace] [data-v-05e98ace] .el-input__wrapper {
|
|
35
|
+
box-shadow: none;
|
|
36
|
+
}
|
|
37
|
+
#column-group[data-v-05e98ace] ul[data-v-05e98ace]:last-child {
|
|
38
|
+
border-bottom: 1px solid #e5e7eb;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.column-class[data-v-05e98ace] > ul[data-v-05e98ace]:first-child {
|
|
42
|
+
padding-right: 4px;
|
|
43
|
+
}
|
|
44
|
+
.column-class[data-v-05e98ace] #column-group[data-v-05e98ace] ul[data-v-05e98ace]:last-child {
|
|
45
|
+
border-bottom: none;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.drawer-footer-btn[data-v-05e98ace] {
|
|
49
|
+
margin: 15px -20px -20px;
|
|
50
|
+
padding: 15px 20px;
|
|
51
|
+
}
|
|
52
|
+
#table-page[data-v-f1eed8aa] [data-v-f1eed8aa] .cell {
|
|
53
|
+
white-space: pre-line !important;
|
|
54
|
+
}
|
|
55
|
+
#table-page[data-v-f1eed8aa] [data-v-f1eed8aa] .el-tooltip {
|
|
56
|
+
white-space: nowrap !important;
|
|
57
|
+
}
|
|
58
|
+
#table-page[data-v-f1eed8aa] [data-v-f1eed8aa] .el-scrollbar__bar.is-horizontal {
|
|
59
|
+
height: 12px;
|
|
60
|
+
border-radius: 12px;
|
|
61
|
+
}
|
|
62
|
+
#table-page[data-v-f1eed8aa] .operate-wrap[data-v-f1eed8aa] {
|
|
63
|
+
text-align: center;
|
|
64
|
+
}
|
|
65
|
+
#table-page[data-v-f1eed8aa] .el-button[data-v-f1eed8aa] {
|
|
66
|
+
margin: 0 3px !important;
|
|
67
|
+
}
|
|
68
|
+
.gm-flex-center[data-v-e26ef660] {
|
|
69
|
+
align-items: center;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.gm-flex-justify-between[data-v-e26ef660] {
|
|
73
|
+
justify-content: space-between;
|
|
74
|
+
}
|
|
75
|
+
[data-v-512cf874] .gmSearchForm .el-form-item {
|
|
76
|
+
margin-right: 8px;
|
|
77
|
+
margin-bottom: 8px;
|
|
78
|
+
}
|
|
1
79
|
/*
|
|
2
80
|
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
|
|
3
81
|
*//*
|
|
@@ -499,6 +577,9 @@ video {
|
|
|
499
577
|
.gm-mb-2 {
|
|
500
578
|
margin-bottom: 0.5rem;
|
|
501
579
|
}
|
|
580
|
+
.gm-mb-4 {
|
|
581
|
+
margin-bottom: 1rem;
|
|
582
|
+
}
|
|
502
583
|
.gm-ml-2 {
|
|
503
584
|
margin-left: 0.5rem;
|
|
504
585
|
}
|
|
@@ -553,6 +634,9 @@ video {
|
|
|
553
634
|
.gm-flex-1 {
|
|
554
635
|
flex: 1 1 0%;
|
|
555
636
|
}
|
|
637
|
+
.gm-flex-wrap {
|
|
638
|
+
flex-wrap: wrap;
|
|
639
|
+
}
|
|
556
640
|
.gm-items-center {
|
|
557
641
|
align-items: center;
|
|
558
642
|
}
|
|
@@ -660,82 +744,4 @@ video {
|
|
|
660
744
|
.gm-text-orange-400 {
|
|
661
745
|
--tw-text-opacity: 1;
|
|
662
746
|
color: rgb(251 146 60 / var(--tw-text-opacity));
|
|
663
|
-
}
|
|
664
|
-
#table-page[data-v-4cbe9348] [data-v-4cbe9348] .cell {
|
|
665
|
-
white-space: pre-line !important;
|
|
666
|
-
}
|
|
667
|
-
#table-page[data-v-4cbe9348] [data-v-4cbe9348] .el-tooltip {
|
|
668
|
-
white-space: nowrap !important;
|
|
669
|
-
}
|
|
670
|
-
#table-page[data-v-4cbe9348] [data-v-4cbe9348] .el-scrollbar__bar.is-horizontal {
|
|
671
|
-
height: 12px;
|
|
672
|
-
border-radius: 12px;
|
|
673
|
-
}
|
|
674
|
-
#table-page[data-v-4cbe9348] .operate-wrap[data-v-4cbe9348] {
|
|
675
|
-
text-align: center;
|
|
676
|
-
}
|
|
677
|
-
#table-page[data-v-4cbe9348] .el-button[data-v-4cbe9348] {
|
|
678
|
-
margin: 0 3px !important;
|
|
679
|
-
}
|
|
680
|
-
@charset "UTF-8";
|
|
681
|
-
.drawer-title[data-v-05e98ace] {
|
|
682
|
-
font-size: 14px;
|
|
683
|
-
border-bottom: 2px solid #f2f2f2;
|
|
684
|
-
margin: 0 -20px;
|
|
685
|
-
padding: 0 20px 20px;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
#column-group[data-v-05e98ace] {
|
|
689
|
-
height: calc(100vh - 265px);
|
|
690
|
-
overflow-y: auto;
|
|
691
|
-
}
|
|
692
|
-
#column-group[data-v-05e98ace][data-v-05e98ace]::-webkit-scrollbar {
|
|
693
|
-
/*滚动条整体样式*/
|
|
694
|
-
width: 4px;
|
|
695
|
-
/*高宽分别对应横竖滚动条的尺寸*/
|
|
696
|
-
height: 1px;
|
|
697
|
-
}
|
|
698
|
-
#column-group[data-v-05e98ace][data-v-05e98ace]::-webkit-scrollbar-thumb {
|
|
699
|
-
/*滚动条里面小方块*/
|
|
700
|
-
border-radius: 10px;
|
|
701
|
-
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
702
|
-
background: #999;
|
|
703
|
-
}
|
|
704
|
-
#column-group[data-v-05e98ace][data-v-05e98ace]::-webkit-scrollbar-track {
|
|
705
|
-
/*滚动条里面轨道*/
|
|
706
|
-
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
707
|
-
border-radius: 10px;
|
|
708
|
-
background: #eee;
|
|
709
|
-
}
|
|
710
|
-
#column-group[data-v-05e98ace] .column-checked[data-v-05e98ace] {
|
|
711
|
-
margin-left: -36px;
|
|
712
|
-
}
|
|
713
|
-
#column-group[data-v-05e98ace] [data-v-05e98ace] .el-input__wrapper {
|
|
714
|
-
box-shadow: none;
|
|
715
|
-
}
|
|
716
|
-
#column-group[data-v-05e98ace] ul[data-v-05e98ace]:last-child {
|
|
717
|
-
border-bottom: 1px solid #e5e7eb;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
.column-class[data-v-05e98ace] > ul[data-v-05e98ace]:first-child {
|
|
721
|
-
padding-right: 4px;
|
|
722
|
-
}
|
|
723
|
-
.column-class[data-v-05e98ace] #column-group[data-v-05e98ace] ul[data-v-05e98ace]:last-child {
|
|
724
|
-
border-bottom: none;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
.drawer-footer-btn[data-v-05e98ace] {
|
|
728
|
-
margin: 15px -20px -20px;
|
|
729
|
-
padding: 15px 20px;
|
|
730
|
-
}
|
|
731
|
-
.gm-flex-center[data-v-e26ef660] {
|
|
732
|
-
align-items: center;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
.gm-flex-justify-between[data-v-e26ef660] {
|
|
736
|
-
justify-content: space-between;
|
|
737
|
-
}
|
|
738
|
-
[data-v-512cf874] .gmSearchForm .el-form-item {
|
|
739
|
-
margin-right: 8px;
|
|
740
|
-
margin-bottom: 8px;
|
|
741
747
|
}
|
|
@@ -14,49 +14,6 @@ const { service } = createAxios({
|
|
|
14
14
|
successCode: 0
|
|
15
15
|
});
|
|
16
16
|
resetBaseURLInterceptorsRequest(service, { baseUrlEnvKey, viteModes });
|
|
17
|
-
let isRequesting = false;
|
|
18
|
-
const requestList = /* @__PURE__ */ new Map();
|
|
19
|
-
const instance = (method = "GET", url, data, config = {}) => {
|
|
20
|
-
const obj = {
|
|
21
|
-
method,
|
|
22
|
-
url,
|
|
23
|
-
...config
|
|
24
|
-
};
|
|
25
|
-
const M = method.toUpperCase();
|
|
26
|
-
switch (M) {
|
|
27
|
-
case "GET":
|
|
28
|
-
obj.params = data;
|
|
29
|
-
break;
|
|
30
|
-
case "POST":
|
|
31
|
-
obj.data = data;
|
|
32
|
-
break;
|
|
33
|
-
}
|
|
34
|
-
let str = "";
|
|
35
|
-
Object.entries(data).forEach(([key, value]) => {
|
|
36
|
-
str += `${key}${value}`;
|
|
37
|
-
});
|
|
38
|
-
const name = `${url}${str}`;
|
|
39
|
-
if (!requestList.get(name)) {
|
|
40
|
-
requestList.set(name, []);
|
|
41
|
-
}
|
|
42
|
-
return new Promise((resolve, reject) => {
|
|
43
|
-
requestList.get(name).push({ resolve, reject });
|
|
44
|
-
if (!isRequesting) {
|
|
45
|
-
isRequesting = true;
|
|
46
|
-
service(obj).then((res) => {
|
|
47
|
-
requestList.get(name).forEach((v) => {
|
|
48
|
-
v.resolve(res);
|
|
49
|
-
});
|
|
50
|
-
requestList.delete(name);
|
|
51
|
-
}).catch((err) => {
|
|
52
|
-
requestList.get(name).forEach((v) => {
|
|
53
|
-
v.reject(err);
|
|
54
|
-
});
|
|
55
|
-
requestList.delete(name);
|
|
56
|
-
});
|
|
57
|
-
}
|
|
58
|
-
});
|
|
59
|
-
};
|
|
60
17
|
|
|
61
|
-
export { service as default
|
|
18
|
+
export { service as default };
|
|
62
19
|
//# sourceMappingURL=request.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request.mjs","sources":["../../../../../packages/api/gatewayApi/request.ts"],"sourcesContent":["import { createAxios } from '@giime/utils';\r\nimport { resetBaseURLInterceptorsRequest } from '../utils';\r\
|
|
1
|
+
{"version":3,"file":"request.mjs","sources":["../../../../../packages/api/gatewayApi/request.ts"],"sourcesContent":["import { createAxios } from '@giime/utils';\r\nimport { resetBaseURLInterceptorsRequest } from '../utils';\r\n\r\nconst viteModes = [\r\n { mode: 'development', url: '/gateway-api' },\r\n { mode: 'production', url: 'https://gateway.giikin.cn/' },\r\n { mode: 'test', url: 'http://192.168.1.115:8082/' },\r\n];\r\nconst baseUrlEnvKey = 'VITE_GIIME_GATEWAY_API';\r\n\r\nconst { service } = createAxios({\r\n baseURL: '',\r\n successCode: 0,\r\n});\r\n// 添加重置请求的baseURL 请求拦截器\r\nresetBaseURLInterceptorsRequest(service, { baseUrlEnvKey, viteModes });\r\n\r\nexport default service;\r\n"],"names":[],"mappings":";;;;;AAGA,MAAM,SAAY,GAAA;AAAA,EAChB,EAAE,IAAA,EAAM,aAAe,EAAA,GAAA,EAAK,cAAe,EAAA;AAAA,EAC3C,EAAE,IAAA,EAAM,YAAc,EAAA,GAAA,EAAK,4BAA6B,EAAA;AAAA,EACxD,EAAE,IAAA,EAAM,MAAQ,EAAA,GAAA,EAAK,4BAA6B,EAAA;AACpD,CAAA,CAAA;AACA,MAAM,aAAgB,GAAA,wBAAA,CAAA;AAEhB,MAAA,EAAE,OAAQ,EAAA,GAAI,WAAY,CAAA;AAAA,EAC9B,OAAS,EAAA,EAAA;AAAA,EACT,WAAa,EAAA,CAAA;AACf,CAAC,EAAA;AAED,+BAAA,CAAgC,OAAS,EAAA,EAAE,aAAe,EAAA,SAAA,EAAW,CAAA;;;;"}
|
|
@@ -181,7 +181,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
181
181
|
};
|
|
182
182
|
total: import("vue").Ref<number>;
|
|
183
183
|
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step").TourStepProps | undefined>;
|
|
184
|
-
current: import("vue").
|
|
184
|
+
current: import("vue").WritableComputedRef<number> | import("vue").Ref<number>;
|
|
185
185
|
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
186
186
|
kls: import("vue").ComputedRef<string[]>;
|
|
187
187
|
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
@@ -602,7 +602,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
602
602
|
};
|
|
603
603
|
total: import("vue").Ref<number>;
|
|
604
604
|
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step").TourStepProps | undefined>;
|
|
605
|
-
current: import("vue").
|
|
605
|
+
current: import("vue").WritableComputedRef<number> | import("vue").Ref<number>;
|
|
606
606
|
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
607
607
|
kls: import("vue").ComputedRef<string[]>;
|
|
608
608
|
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
@@ -183,7 +183,7 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
183
183
|
};
|
|
184
184
|
total: import("vue").Ref<number>;
|
|
185
185
|
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step.js").TourStepProps | undefined>;
|
|
186
|
-
current: import("vue").
|
|
186
|
+
current: import("vue").WritableComputedRef<number> | import("vue").Ref<number>;
|
|
187
187
|
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
188
188
|
kls: import("vue").ComputedRef<string[]>;
|
|
189
189
|
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
@@ -604,7 +604,7 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
604
604
|
};
|
|
605
605
|
total: import("vue").Ref<number>;
|
|
606
606
|
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step.js").TourStepProps | undefined>;
|
|
607
|
-
current: import("vue").
|
|
607
|
+
current: import("vue").WritableComputedRef<number> | import("vue").Ref<number>;
|
|
608
608
|
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
609
609
|
kls: import("vue").ComputedRef<string[]>;
|
|
610
610
|
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
@@ -1092,7 +1092,7 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
1092
1092
|
};
|
|
1093
1093
|
total: import("vue").Ref<number>;
|
|
1094
1094
|
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step.js").TourStepProps | undefined>;
|
|
1095
|
-
current: import("vue").
|
|
1095
|
+
current: import("vue").WritableComputedRef<number> | import("vue").Ref<number>;
|
|
1096
1096
|
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
1097
1097
|
kls: import("vue").ComputedRef<string[]>;
|
|
1098
1098
|
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
@@ -1513,7 +1513,7 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
1513
1513
|
};
|
|
1514
1514
|
total: import("vue").Ref<number>;
|
|
1515
1515
|
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step.js").TourStepProps | undefined>;
|
|
1516
|
-
current: import("vue").
|
|
1516
|
+
current: import("vue").WritableComputedRef<number> | import("vue").Ref<number>;
|
|
1517
1517
|
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
1518
1518
|
kls: import("vue").ComputedRef<string[]>;
|
|
1519
1519
|
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
@@ -1939,7 +1939,7 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
1939
1939
|
};
|
|
1940
1940
|
total: import("vue").Ref<number>;
|
|
1941
1941
|
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step.js").TourStepProps | undefined>;
|
|
1942
|
-
current: import("vue").
|
|
1942
|
+
current: import("vue").WritableComputedRef<number> | import("vue").Ref<number>;
|
|
1943
1943
|
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
1944
1944
|
kls: import("vue").ComputedRef<string[]>;
|
|
1945
1945
|
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
@@ -2360,7 +2360,7 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
2360
2360
|
};
|
|
2361
2361
|
total: import("vue").Ref<number>;
|
|
2362
2362
|
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step.js").TourStepProps | undefined>;
|
|
2363
|
-
current: import("vue").
|
|
2363
|
+
current: import("vue").WritableComputedRef<number> | import("vue").Ref<number>;
|
|
2364
2364
|
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
2365
2365
|
kls: import("vue").ComputedRef<string[]>;
|
|
2366
2366
|
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
@@ -1,48 +1,46 @@
|
|
|
1
1
|
import type { TableBodyOperateButtonProps } from '../tableBody/tableBodyItem/tableBodyOperates/tableBodyOperateButton';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
isShowDrawer: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: import("vue").PropType<boolean>;
|
|
6
|
+
};
|
|
7
|
+
customBtnList: {
|
|
8
|
+
required: true;
|
|
9
|
+
type: import("vue").PropType<TableBodyOperateButtonProps[]>;
|
|
6
10
|
};
|
|
7
11
|
page: {
|
|
8
12
|
type: StringConstructor;
|
|
9
13
|
default: string;
|
|
10
14
|
};
|
|
11
|
-
|
|
12
|
-
type: import("vue").PropType<TableBodyOperateButtonProps[]>;
|
|
13
|
-
default: () => never[];
|
|
14
|
-
};
|
|
15
|
-
customBtnList: {
|
|
15
|
+
customDefaultPropsList: {
|
|
16
16
|
type: import("vue").PropType<TableBodyOperateButtonProps[]>;
|
|
17
17
|
default: () => never[];
|
|
18
18
|
};
|
|
19
19
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
|
-
"update:
|
|
21
|
-
"update:customBtnList": (
|
|
20
|
+
"update:isShowDrawer": (isShowDrawer: boolean) => void;
|
|
21
|
+
"update:customBtnList": (customBtnList: TableBodyOperateButtonProps[]) => void;
|
|
22
22
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
isShowDrawer: {
|
|
24
|
+
required: true;
|
|
25
|
+
type: import("vue").PropType<boolean>;
|
|
26
|
+
};
|
|
27
|
+
customBtnList: {
|
|
28
|
+
required: true;
|
|
29
|
+
type: import("vue").PropType<TableBodyOperateButtonProps[]>;
|
|
26
30
|
};
|
|
27
31
|
page: {
|
|
28
32
|
type: StringConstructor;
|
|
29
33
|
default: string;
|
|
30
34
|
};
|
|
31
|
-
|
|
32
|
-
type: import("vue").PropType<TableBodyOperateButtonProps[]>;
|
|
33
|
-
default: () => never[];
|
|
34
|
-
};
|
|
35
|
-
customBtnList: {
|
|
35
|
+
customDefaultPropsList: {
|
|
36
36
|
type: import("vue").PropType<TableBodyOperateButtonProps[]>;
|
|
37
37
|
default: () => never[];
|
|
38
38
|
};
|
|
39
39
|
}>> & {
|
|
40
|
-
"onUpdate:
|
|
41
|
-
"onUpdate:customBtnList"?: ((
|
|
40
|
+
"onUpdate:isShowDrawer"?: ((isShowDrawer: boolean) => any) | undefined;
|
|
41
|
+
"onUpdate:customBtnList"?: ((customBtnList: TableBodyOperateButtonProps[]) => any) | undefined;
|
|
42
42
|
}, {
|
|
43
|
-
operateList: TableBodyOperateButtonProps[];
|
|
44
43
|
page: string;
|
|
45
|
-
|
|
46
|
-
customBtnList: TableBodyOperateButtonProps[];
|
|
44
|
+
customDefaultPropsList: TableBodyOperateButtonProps[];
|
|
47
45
|
}, {}>;
|
|
48
46
|
export default _default;
|