giime 0.0.2 → 0.0.4
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 +118 -118
- package/es/components/src/base/carousel/Carousel.vue.d.ts +5 -4
- package/es/components/src/base/carousel/index.d.ts +13 -12
- package/es/components/src/base/table/Table.vue.d.ts +3 -2
- package/es/components/src/base/table/index.d.ts +7 -6
- package/es/giime/version.d.ts +1 -1
- package/es/hooks/store/index.d.ts +1 -0
- package/es/hooks/store/useCurrencyList/index.d.ts +4 -4
- package/es/hooks/store/useLangList/index.d.ts +4 -4
- package/es/hooks/store/useLineList/index.d.ts +4 -4
- package/es/hooks/store/useOrgUserList/index.d.ts +119 -0
- package/es/hooks/store/usePlatformLineList/index.d.ts +4 -4
- package/es/index.css +118 -118
- package/es/packages/components/src/business/loginDialog/LoginDialog.vue2.mjs +22 -20
- package/es/packages/components/src/business/loginDialog/LoginDialog.vue2.mjs.map +1 -1
- package/es/packages/giime/index.mjs +1 -0
- package/es/packages/giime/index.mjs.map +1 -1
- package/es/packages/giime/version.mjs +1 -1
- package/es/packages/giime/version.mjs.map +1 -1
- package/es/packages/hooks/index.mjs +1 -0
- package/es/packages/hooks/index.mjs.map +1 -1
- package/es/packages/hooks/store/index.mjs +1 -0
- package/es/packages/hooks/store/index.mjs.map +1 -1
- package/es/packages/hooks/store/useCurrencyList/index.mjs +7 -7
- package/es/packages/hooks/store/useCurrencyList/index.mjs.map +1 -1
- package/es/packages/hooks/store/useLangList/index.mjs +7 -7
- package/es/packages/hooks/store/useLangList/index.mjs.map +1 -1
- package/es/packages/hooks/store/useLineList/index.mjs +7 -7
- package/es/packages/hooks/store/useLineList/index.mjs.map +1 -1
- package/es/packages/hooks/store/useOrgUserList/index.mjs +38 -0
- package/es/packages/hooks/store/useOrgUserList/index.mjs.map +1 -0
- package/es/packages/hooks/store/usePlatformLineList/index.mjs +7 -7
- package/es/packages/hooks/store/usePlatformLineList/index.mjs.map +1 -1
- package/es/packages/utils/src/http/createAxios.mjs +3 -2
- package/es/packages/utils/src/http/createAxios.mjs.map +1 -1
- package/lib/components/src/base/carousel/Carousel.vue.d.ts +5 -4
- package/lib/components/src/base/carousel/index.d.ts +13 -12
- package/lib/components/src/base/table/Table.vue.d.ts +3 -2
- package/lib/components/src/base/table/index.d.ts +7 -6
- package/lib/giime/version.d.ts +1 -1
- package/lib/hooks/store/index.d.ts +1 -0
- package/lib/hooks/store/useCurrencyList/index.d.ts +4 -4
- package/lib/hooks/store/useLangList/index.d.ts +4 -4
- package/lib/hooks/store/useLineList/index.d.ts +4 -4
- package/lib/hooks/store/useOrgUserList/index.d.ts +119 -0
- package/lib/hooks/store/usePlatformLineList/index.d.ts +4 -4
- package/lib/index.css +118 -118
- package/lib/packages/components/src/business/loginDialog/LoginDialog.vue2.js +22 -20
- package/lib/packages/components/src/business/loginDialog/LoginDialog.vue2.js.map +1 -1
- package/lib/packages/giime/index.js +2 -0
- package/lib/packages/giime/index.js.map +1 -1
- package/lib/packages/giime/version.js +1 -1
- package/lib/packages/giime/version.js.map +1 -1
- package/lib/packages/hooks/index.js +2 -0
- package/lib/packages/hooks/index.js.map +1 -1
- package/lib/packages/hooks/store/index.js +2 -0
- package/lib/packages/hooks/store/index.js.map +1 -1
- package/lib/packages/hooks/store/useCurrencyList/index.js +7 -7
- package/lib/packages/hooks/store/useCurrencyList/index.js.map +1 -1
- package/lib/packages/hooks/store/useLangList/index.js +7 -7
- package/lib/packages/hooks/store/useLangList/index.js.map +1 -1
- package/lib/packages/hooks/store/useLineList/index.js +7 -7
- package/lib/packages/hooks/store/useLineList/index.js.map +1 -1
- package/lib/packages/hooks/store/useOrgUserList/index.js +40 -0
- package/lib/packages/hooks/store/useOrgUserList/index.js.map +1 -0
- package/lib/packages/hooks/store/usePlatformLineList/index.js +7 -7
- package/lib/packages/hooks/store/usePlatformLineList/index.js.map +1 -1
- package/lib/packages/utils/src/http/createAxios.js +3 -2
- package/lib/packages/utils/src/http/createAxios.js.map +1 -1
- package/package.json +6 -2
package/dist/index.css
CHANGED
|
@@ -1,3 +1,121 @@
|
|
|
1
|
+
#table-page[data-v-5341bce5] [data-v-5341bce5] .cell {
|
|
2
|
+
white-space: pre-line !important;
|
|
3
|
+
}
|
|
4
|
+
#table-page[data-v-5341bce5] [data-v-5341bce5] .el-tooltip {
|
|
5
|
+
white-space: nowrap !important;
|
|
6
|
+
}
|
|
7
|
+
#table-page[data-v-5341bce5] [data-v-5341bce5] .el-scrollbar__bar.is-horizontal {
|
|
8
|
+
height: 12px;
|
|
9
|
+
border-radius: 12px;
|
|
10
|
+
}
|
|
11
|
+
#table-page[data-v-5341bce5] .operate-wrap[data-v-5341bce5] {
|
|
12
|
+
text-align: center;
|
|
13
|
+
}
|
|
14
|
+
#table-page[data-v-5341bce5] .el-button[data-v-5341bce5] {
|
|
15
|
+
margin: 0 3px !important;
|
|
16
|
+
}
|
|
17
|
+
@charset "UTF-8";
|
|
18
|
+
.drawer-title[data-v-2ca1bc9b] {
|
|
19
|
+
font-size: 14px;
|
|
20
|
+
border-bottom: 2px solid #f2f2f2;
|
|
21
|
+
margin: 0 -20px;
|
|
22
|
+
padding: 0 20px 20px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
#column-group[data-v-2ca1bc9b] {
|
|
26
|
+
height: calc(100vh - 265px);
|
|
27
|
+
overflow-y: auto;
|
|
28
|
+
}
|
|
29
|
+
#column-group[data-v-2ca1bc9b][data-v-2ca1bc9b]::-webkit-scrollbar {
|
|
30
|
+
/*滚动条整体样式*/
|
|
31
|
+
width: 4px;
|
|
32
|
+
/*高宽分别对应横竖滚动条的尺寸*/
|
|
33
|
+
height: 1px;
|
|
34
|
+
}
|
|
35
|
+
#column-group[data-v-2ca1bc9b][data-v-2ca1bc9b]::-webkit-scrollbar-thumb {
|
|
36
|
+
/*滚动条里面小方块*/
|
|
37
|
+
border-radius: 10px;
|
|
38
|
+
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
39
|
+
background: #999;
|
|
40
|
+
}
|
|
41
|
+
#column-group[data-v-2ca1bc9b][data-v-2ca1bc9b]::-webkit-scrollbar-track {
|
|
42
|
+
/*滚动条里面轨道*/
|
|
43
|
+
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
44
|
+
border-radius: 10px;
|
|
45
|
+
background: #eee;
|
|
46
|
+
}
|
|
47
|
+
#column-group[data-v-2ca1bc9b] .column-checked[data-v-2ca1bc9b] {
|
|
48
|
+
margin-left: -36px;
|
|
49
|
+
}
|
|
50
|
+
#column-group[data-v-2ca1bc9b] [data-v-2ca1bc9b] .el-input__wrapper {
|
|
51
|
+
box-shadow: none;
|
|
52
|
+
}
|
|
53
|
+
#column-group[data-v-2ca1bc9b] ul[data-v-2ca1bc9b]:last-child {
|
|
54
|
+
border-bottom: 1px solid #e5e7eb;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.column-class[data-v-2ca1bc9b] > ul[data-v-2ca1bc9b]:first-child {
|
|
58
|
+
padding-right: 4px;
|
|
59
|
+
}
|
|
60
|
+
.column-class[data-v-2ca1bc9b] #column-group[data-v-2ca1bc9b] ul[data-v-2ca1bc9b]:last-child {
|
|
61
|
+
border-bottom: none;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.drawer-footer-btn[data-v-2ca1bc9b] {
|
|
65
|
+
margin: 15px -20px -20px;
|
|
66
|
+
padding: 15px 20px;
|
|
67
|
+
}
|
|
68
|
+
@charset "UTF-8";
|
|
69
|
+
.drawer-title[data-v-75e95cd1] {
|
|
70
|
+
font-size: 14px;
|
|
71
|
+
border-bottom: 2px solid #f2f2f2;
|
|
72
|
+
margin: 0 -20px;
|
|
73
|
+
padding: 0 20px 20px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
#column-group[data-v-75e95cd1] {
|
|
77
|
+
height: calc(100vh - 265px);
|
|
78
|
+
overflow-y: auto;
|
|
79
|
+
}
|
|
80
|
+
#column-group[data-v-75e95cd1][data-v-75e95cd1]::-webkit-scrollbar {
|
|
81
|
+
/*滚动条整体样式*/
|
|
82
|
+
width: 4px;
|
|
83
|
+
/*高宽分别对应横竖滚动条的尺寸*/
|
|
84
|
+
height: 1px;
|
|
85
|
+
}
|
|
86
|
+
#column-group[data-v-75e95cd1][data-v-75e95cd1]::-webkit-scrollbar-thumb {
|
|
87
|
+
/*滚动条里面小方块*/
|
|
88
|
+
border-radius: 10px;
|
|
89
|
+
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
90
|
+
background: #999;
|
|
91
|
+
}
|
|
92
|
+
#column-group[data-v-75e95cd1][data-v-75e95cd1]::-webkit-scrollbar-track {
|
|
93
|
+
/*滚动条里面轨道*/
|
|
94
|
+
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
95
|
+
border-radius: 10px;
|
|
96
|
+
background: #eee;
|
|
97
|
+
}
|
|
98
|
+
#column-group[data-v-75e95cd1] .column-checked[data-v-75e95cd1] {
|
|
99
|
+
margin-left: -36px;
|
|
100
|
+
}
|
|
101
|
+
#column-group[data-v-75e95cd1] [data-v-75e95cd1] .el-input__wrapper {
|
|
102
|
+
box-shadow: none;
|
|
103
|
+
}
|
|
104
|
+
#column-group[data-v-75e95cd1] ul[data-v-75e95cd1]:last-child {
|
|
105
|
+
border-bottom: 1px solid #e5e7eb;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.column-class[data-v-75e95cd1] > ul[data-v-75e95cd1]:first-child {
|
|
109
|
+
padding-right: 4px;
|
|
110
|
+
}
|
|
111
|
+
.column-class[data-v-75e95cd1] #column-group[data-v-75e95cd1] ul[data-v-75e95cd1]:last-child {
|
|
112
|
+
border-bottom: none;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.drawer-footer-btn[data-v-75e95cd1] {
|
|
116
|
+
margin: 15px -20px -20px;
|
|
117
|
+
padding: 15px 20px;
|
|
118
|
+
}
|
|
1
119
|
/*
|
|
2
120
|
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
|
|
3
121
|
*//*
|
|
@@ -484,122 +602,4 @@ video {
|
|
|
484
602
|
--tw-backdrop-opacity: ;
|
|
485
603
|
--tw-backdrop-saturate: ;
|
|
486
604
|
--tw-backdrop-sepia: ;
|
|
487
|
-
}
|
|
488
|
-
#table-page[data-v-5341bce5] [data-v-5341bce5] .cell {
|
|
489
|
-
white-space: pre-line !important;
|
|
490
|
-
}
|
|
491
|
-
#table-page[data-v-5341bce5] [data-v-5341bce5] .el-tooltip {
|
|
492
|
-
white-space: nowrap !important;
|
|
493
|
-
}
|
|
494
|
-
#table-page[data-v-5341bce5] [data-v-5341bce5] .el-scrollbar__bar.is-horizontal {
|
|
495
|
-
height: 12px;
|
|
496
|
-
border-radius: 12px;
|
|
497
|
-
}
|
|
498
|
-
#table-page[data-v-5341bce5] .operate-wrap[data-v-5341bce5] {
|
|
499
|
-
text-align: center;
|
|
500
|
-
}
|
|
501
|
-
#table-page[data-v-5341bce5] .el-button[data-v-5341bce5] {
|
|
502
|
-
margin: 0 3px !important;
|
|
503
|
-
}
|
|
504
|
-
@charset "UTF-8";
|
|
505
|
-
.drawer-title[data-v-75e95cd1] {
|
|
506
|
-
font-size: 14px;
|
|
507
|
-
border-bottom: 2px solid #f2f2f2;
|
|
508
|
-
margin: 0 -20px;
|
|
509
|
-
padding: 0 20px 20px;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
#column-group[data-v-75e95cd1] {
|
|
513
|
-
height: calc(100vh - 265px);
|
|
514
|
-
overflow-y: auto;
|
|
515
|
-
}
|
|
516
|
-
#column-group[data-v-75e95cd1][data-v-75e95cd1]::-webkit-scrollbar {
|
|
517
|
-
/*滚动条整体样式*/
|
|
518
|
-
width: 4px;
|
|
519
|
-
/*高宽分别对应横竖滚动条的尺寸*/
|
|
520
|
-
height: 1px;
|
|
521
|
-
}
|
|
522
|
-
#column-group[data-v-75e95cd1][data-v-75e95cd1]::-webkit-scrollbar-thumb {
|
|
523
|
-
/*滚动条里面小方块*/
|
|
524
|
-
border-radius: 10px;
|
|
525
|
-
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
526
|
-
background: #999;
|
|
527
|
-
}
|
|
528
|
-
#column-group[data-v-75e95cd1][data-v-75e95cd1]::-webkit-scrollbar-track {
|
|
529
|
-
/*滚动条里面轨道*/
|
|
530
|
-
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
531
|
-
border-radius: 10px;
|
|
532
|
-
background: #eee;
|
|
533
|
-
}
|
|
534
|
-
#column-group[data-v-75e95cd1] .column-checked[data-v-75e95cd1] {
|
|
535
|
-
margin-left: -36px;
|
|
536
|
-
}
|
|
537
|
-
#column-group[data-v-75e95cd1] [data-v-75e95cd1] .el-input__wrapper {
|
|
538
|
-
box-shadow: none;
|
|
539
|
-
}
|
|
540
|
-
#column-group[data-v-75e95cd1] ul[data-v-75e95cd1]:last-child {
|
|
541
|
-
border-bottom: 1px solid #e5e7eb;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.column-class[data-v-75e95cd1] > ul[data-v-75e95cd1]:first-child {
|
|
545
|
-
padding-right: 4px;
|
|
546
|
-
}
|
|
547
|
-
.column-class[data-v-75e95cd1] #column-group[data-v-75e95cd1] ul[data-v-75e95cd1]:last-child {
|
|
548
|
-
border-bottom: none;
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
.drawer-footer-btn[data-v-75e95cd1] {
|
|
552
|
-
margin: 15px -20px -20px;
|
|
553
|
-
padding: 15px 20px;
|
|
554
|
-
}
|
|
555
|
-
@charset "UTF-8";
|
|
556
|
-
.drawer-title[data-v-2ca1bc9b] {
|
|
557
|
-
font-size: 14px;
|
|
558
|
-
border-bottom: 2px solid #f2f2f2;
|
|
559
|
-
margin: 0 -20px;
|
|
560
|
-
padding: 0 20px 20px;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
#column-group[data-v-2ca1bc9b] {
|
|
564
|
-
height: calc(100vh - 265px);
|
|
565
|
-
overflow-y: auto;
|
|
566
|
-
}
|
|
567
|
-
#column-group[data-v-2ca1bc9b][data-v-2ca1bc9b]::-webkit-scrollbar {
|
|
568
|
-
/*滚动条整体样式*/
|
|
569
|
-
width: 4px;
|
|
570
|
-
/*高宽分别对应横竖滚动条的尺寸*/
|
|
571
|
-
height: 1px;
|
|
572
|
-
}
|
|
573
|
-
#column-group[data-v-2ca1bc9b][data-v-2ca1bc9b]::-webkit-scrollbar-thumb {
|
|
574
|
-
/*滚动条里面小方块*/
|
|
575
|
-
border-radius: 10px;
|
|
576
|
-
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
577
|
-
background: #999;
|
|
578
|
-
}
|
|
579
|
-
#column-group[data-v-2ca1bc9b][data-v-2ca1bc9b]::-webkit-scrollbar-track {
|
|
580
|
-
/*滚动条里面轨道*/
|
|
581
|
-
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
582
|
-
border-radius: 10px;
|
|
583
|
-
background: #eee;
|
|
584
|
-
}
|
|
585
|
-
#column-group[data-v-2ca1bc9b] .column-checked[data-v-2ca1bc9b] {
|
|
586
|
-
margin-left: -36px;
|
|
587
|
-
}
|
|
588
|
-
#column-group[data-v-2ca1bc9b] [data-v-2ca1bc9b] .el-input__wrapper {
|
|
589
|
-
box-shadow: none;
|
|
590
|
-
}
|
|
591
|
-
#column-group[data-v-2ca1bc9b] ul[data-v-2ca1bc9b]:last-child {
|
|
592
|
-
border-bottom: 1px solid #e5e7eb;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
.column-class[data-v-2ca1bc9b] > ul[data-v-2ca1bc9b]:first-child {
|
|
596
|
-
padding-right: 4px;
|
|
597
|
-
}
|
|
598
|
-
.column-class[data-v-2ca1bc9b] #column-group[data-v-2ca1bc9b] ul[data-v-2ca1bc9b]:last-child {
|
|
599
|
-
border-bottom: none;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
.drawer-footer-btn[data-v-2ca1bc9b] {
|
|
603
|
-
margin: 15px -20px -20px;
|
|
604
|
-
padding: 15px 20px;
|
|
605
605
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="lodash" />
|
|
1
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
3
|
initialIndex: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3
4
|
height: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -79,8 +80,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
79
80
|
$stable?: boolean | undefined;
|
|
80
81
|
} | import("element-plus/es/utils").VNodeChildAtom)[] | null;
|
|
81
82
|
isTwoLengthShow: (index: number) => boolean;
|
|
82
|
-
throttledArrowClick: import("lodash
|
|
83
|
-
throttledIndicatorHover: import("lodash
|
|
83
|
+
throttledArrowClick: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
84
|
+
throttledIndicatorHover: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
84
85
|
ns: {
|
|
85
86
|
namespace: import("vue").ComputedRef<string>;
|
|
86
87
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -269,8 +270,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
269
270
|
$stable?: boolean | undefined;
|
|
270
271
|
} | import("element-plus/es/utils").VNodeChildAtom)[] | null;
|
|
271
272
|
isTwoLengthShow: (index: number) => boolean;
|
|
272
|
-
throttledArrowClick: import("lodash
|
|
273
|
-
throttledIndicatorHover: import("lodash
|
|
273
|
+
throttledArrowClick: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
274
|
+
throttledIndicatorHover: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
274
275
|
ns: {
|
|
275
276
|
namespace: import("vue").ComputedRef<string>;
|
|
276
277
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="lodash" />
|
|
1
2
|
import Carousel from './Carousel.vue';
|
|
2
3
|
export declare const GmCarousel: import("../../../../utils").SFCWithInstall<{
|
|
3
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -83,8 +84,8 @@ export declare const GmCarousel: import("../../../../utils").SFCWithInstall<{
|
|
|
83
84
|
$stable?: boolean | undefined;
|
|
84
85
|
} | import("element-plus/es/utils/index.js").VNodeChildAtom)[] | null;
|
|
85
86
|
isTwoLengthShow: (index: number) => boolean;
|
|
86
|
-
throttledArrowClick: import("lodash
|
|
87
|
-
throttledIndicatorHover: import("lodash
|
|
87
|
+
throttledArrowClick: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
88
|
+
throttledIndicatorHover: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
88
89
|
ns: {
|
|
89
90
|
namespace: import("vue").ComputedRef<string>;
|
|
90
91
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -273,8 +274,8 @@ export declare const GmCarousel: import("../../../../utils").SFCWithInstall<{
|
|
|
273
274
|
$stable?: boolean | undefined;
|
|
274
275
|
} | import("element-plus/es/utils/index.js").VNodeChildAtom)[] | null;
|
|
275
276
|
isTwoLengthShow: (index: number) => boolean;
|
|
276
|
-
throttledArrowClick: import("lodash
|
|
277
|
-
throttledIndicatorHover: import("lodash
|
|
277
|
+
throttledArrowClick: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
278
|
+
throttledIndicatorHover: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
278
279
|
ns: {
|
|
279
280
|
namespace: import("vue").ComputedRef<string>;
|
|
280
281
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -496,8 +497,8 @@ export declare const GmCarousel: import("../../../../utils").SFCWithInstall<{
|
|
|
496
497
|
$stable?: boolean | undefined;
|
|
497
498
|
} | import("element-plus/es/utils/index.js").VNodeChildAtom)[] | null;
|
|
498
499
|
isTwoLengthShow: (index: number) => boolean;
|
|
499
|
-
throttledArrowClick: import("lodash
|
|
500
|
-
throttledIndicatorHover: import("lodash
|
|
500
|
+
throttledArrowClick: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
501
|
+
throttledIndicatorHover: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
501
502
|
ns: {
|
|
502
503
|
namespace: import("vue").ComputedRef<string>;
|
|
503
504
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -686,8 +687,8 @@ export declare const GmCarousel: import("../../../../utils").SFCWithInstall<{
|
|
|
686
687
|
$stable?: boolean | undefined;
|
|
687
688
|
} | import("element-plus/es/utils/index.js").VNodeChildAtom)[] | null;
|
|
688
689
|
isTwoLengthShow: (index: number) => boolean;
|
|
689
|
-
throttledArrowClick: import("lodash
|
|
690
|
-
throttledIndicatorHover: import("lodash
|
|
690
|
+
throttledArrowClick: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
691
|
+
throttledIndicatorHover: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
691
692
|
ns: {
|
|
692
693
|
namespace: import("vue").ComputedRef<string>;
|
|
693
694
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -889,8 +890,8 @@ export declare const GmCarousel: import("../../../../utils").SFCWithInstall<{
|
|
|
889
890
|
$stable?: boolean | undefined;
|
|
890
891
|
} | import("element-plus/es/utils/index.js").VNodeChildAtom)[] | null;
|
|
891
892
|
isTwoLengthShow: (index: number) => boolean;
|
|
892
|
-
throttledArrowClick: import("lodash
|
|
893
|
-
throttledIndicatorHover: import("lodash
|
|
893
|
+
throttledArrowClick: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
894
|
+
throttledIndicatorHover: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
894
895
|
ns: {
|
|
895
896
|
namespace: import("vue").ComputedRef<string>;
|
|
896
897
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1079,8 +1080,8 @@ export declare const GmCarousel: import("../../../../utils").SFCWithInstall<{
|
|
|
1079
1080
|
$stable?: boolean | undefined;
|
|
1080
1081
|
} | import("element-plus/es/utils/index.js").VNodeChildAtom)[] | null;
|
|
1081
1082
|
isTwoLengthShow: (index: number) => boolean;
|
|
1082
|
-
throttledArrowClick: import("lodash
|
|
1083
|
-
throttledIndicatorHover: import("lodash
|
|
1083
|
+
throttledArrowClick: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
1084
|
+
throttledIndicatorHover: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
1084
1085
|
ns: {
|
|
1085
1086
|
namespace: import("vue").ComputedRef<string>;
|
|
1086
1087
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="lodash" />
|
|
1
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
3
|
data: {
|
|
3
4
|
type: import("vue").PropType<any[]>;
|
|
@@ -251,7 +252,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
251
252
|
width: string;
|
|
252
253
|
height: string;
|
|
253
254
|
} | null>;
|
|
254
|
-
debouncedUpdateLayout: import("lodash
|
|
255
|
+
debouncedUpdateLayout: import("lodash").DebouncedFunc<() => void>;
|
|
255
256
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
256
257
|
setCurrentRow: (row: any) => void;
|
|
257
258
|
getSelectionRows: () => any;
|
|
@@ -582,7 +583,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
582
583
|
width: string;
|
|
583
584
|
height: string;
|
|
584
585
|
} | null>;
|
|
585
|
-
debouncedUpdateLayout: import("lodash
|
|
586
|
+
debouncedUpdateLayout: import("lodash").DebouncedFunc<() => void>;
|
|
586
587
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
587
588
|
setCurrentRow: (row: any) => void;
|
|
588
589
|
getSelectionRows: () => any;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="lodash" />
|
|
1
2
|
import Table from './Table.vue';
|
|
2
3
|
import type { TableColumnCtx } from 'element-plus/es/components/table/src/table-column/defaults';
|
|
3
4
|
export declare const GmTable: import("../../../../utils").SFCWithInstall<{
|
|
@@ -273,7 +274,7 @@ export declare const GmTable: import("../../../../utils").SFCWithInstall<{
|
|
|
273
274
|
width: string;
|
|
274
275
|
height: string;
|
|
275
276
|
} | null>;
|
|
276
|
-
debouncedUpdateLayout: import("lodash
|
|
277
|
+
debouncedUpdateLayout: import("lodash").DebouncedFunc<() => void>;
|
|
277
278
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
278
279
|
setCurrentRow: (row: any) => void;
|
|
279
280
|
getSelectionRows: () => any;
|
|
@@ -604,7 +605,7 @@ export declare const GmTable: import("../../../../utils").SFCWithInstall<{
|
|
|
604
605
|
width: string;
|
|
605
606
|
height: string;
|
|
606
607
|
} | null>;
|
|
607
|
-
debouncedUpdateLayout: import("lodash
|
|
608
|
+
debouncedUpdateLayout: import("lodash").DebouncedFunc<() => void>;
|
|
608
609
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
609
610
|
setCurrentRow: (row: any) => void;
|
|
610
611
|
getSelectionRows: () => any;
|
|
@@ -1098,7 +1099,7 @@ export declare const GmTable: import("../../../../utils").SFCWithInstall<{
|
|
|
1098
1099
|
width: string;
|
|
1099
1100
|
height: string;
|
|
1100
1101
|
} | null>;
|
|
1101
|
-
debouncedUpdateLayout: import("lodash
|
|
1102
|
+
debouncedUpdateLayout: import("lodash").DebouncedFunc<() => void>;
|
|
1102
1103
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
1103
1104
|
setCurrentRow: (row: any) => void;
|
|
1104
1105
|
getSelectionRows: () => any;
|
|
@@ -1429,7 +1430,7 @@ export declare const GmTable: import("../../../../utils").SFCWithInstall<{
|
|
|
1429
1430
|
width: string;
|
|
1430
1431
|
height: string;
|
|
1431
1432
|
} | null>;
|
|
1432
|
-
debouncedUpdateLayout: import("lodash
|
|
1433
|
+
debouncedUpdateLayout: import("lodash").DebouncedFunc<() => void>;
|
|
1433
1434
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
1434
1435
|
setCurrentRow: (row: any) => void;
|
|
1435
1436
|
getSelectionRows: () => any;
|
|
@@ -1794,7 +1795,7 @@ export declare const GmTable: import("../../../../utils").SFCWithInstall<{
|
|
|
1794
1795
|
width: string;
|
|
1795
1796
|
height: string;
|
|
1796
1797
|
} | null>;
|
|
1797
|
-
debouncedUpdateLayout: import("lodash
|
|
1798
|
+
debouncedUpdateLayout: import("lodash").DebouncedFunc<() => void>;
|
|
1798
1799
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
1799
1800
|
setCurrentRow: (row: any) => void;
|
|
1800
1801
|
getSelectionRows: () => any;
|
|
@@ -2125,7 +2126,7 @@ export declare const GmTable: import("../../../../utils").SFCWithInstall<{
|
|
|
2125
2126
|
width: string;
|
|
2126
2127
|
height: string;
|
|
2127
2128
|
} | null>;
|
|
2128
|
-
debouncedUpdateLayout: import("lodash
|
|
2129
|
+
debouncedUpdateLayout: import("lodash").DebouncedFunc<() => void>;
|
|
2129
2130
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
2130
2131
|
setCurrentRow: (row: any) => void;
|
|
2131
2132
|
getSelectionRows: () => any;
|
package/es/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.0.
|
|
1
|
+
export declare const version = "0.0.4";
|
|
@@ -3,14 +3,14 @@ import type { PostShopAdminStoreFilterResponseDataCurrency } from '../../../api/
|
|
|
3
3
|
/**币种列表 */
|
|
4
4
|
export declare const useCurrencyListStore: import("pinia").StoreDefinition<"gmCurrencyList", import("pinia")._UnwrapAll<Pick<{
|
|
5
5
|
currencyList: import("@vueuse/shared").RemovableRef<PostShopAdminStoreFilterResponseDataCurrency[]>;
|
|
6
|
-
|
|
6
|
+
isLoading: import("vue").Ref<boolean>;
|
|
7
7
|
getCurrencyList: () => Promise<void>;
|
|
8
|
-
}, "
|
|
8
|
+
}, "isLoading" | "currencyList">>, Pick<{
|
|
9
9
|
currencyList: import("@vueuse/shared").RemovableRef<PostShopAdminStoreFilterResponseDataCurrency[]>;
|
|
10
|
-
|
|
10
|
+
isLoading: import("vue").Ref<boolean>;
|
|
11
11
|
getCurrencyList: () => Promise<void>;
|
|
12
12
|
}, never>, Pick<{
|
|
13
13
|
currencyList: import("@vueuse/shared").RemovableRef<PostShopAdminStoreFilterResponseDataCurrency[]>;
|
|
14
|
-
|
|
14
|
+
isLoading: import("vue").Ref<boolean>;
|
|
15
15
|
getCurrencyList: () => Promise<void>;
|
|
16
16
|
}, "getCurrencyList">>;
|
|
@@ -3,14 +3,14 @@ import type { GetV1BasicGetLangListResultData } from '../../../api';
|
|
|
3
3
|
/**语种列表 */
|
|
4
4
|
export declare const useLangListStore: import("pinia").StoreDefinition<"gmLangList", import("pinia")._UnwrapAll<Pick<{
|
|
5
5
|
langList: import("@vueuse/shared").RemovableRef<GetV1BasicGetLangListResultData[]>;
|
|
6
|
-
|
|
6
|
+
isLoading: import("vue").Ref<boolean>;
|
|
7
7
|
getLangList: () => Promise<void>;
|
|
8
|
-
}, "
|
|
8
|
+
}, "isLoading" | "langList">>, Pick<{
|
|
9
9
|
langList: import("@vueuse/shared").RemovableRef<GetV1BasicGetLangListResultData[]>;
|
|
10
|
-
|
|
10
|
+
isLoading: import("vue").Ref<boolean>;
|
|
11
11
|
getLangList: () => Promise<void>;
|
|
12
12
|
}, never>, Pick<{
|
|
13
13
|
langList: import("@vueuse/shared").RemovableRef<GetV1BasicGetLangListResultData[]>;
|
|
14
|
-
|
|
14
|
+
isLoading: import("vue").Ref<boolean>;
|
|
15
15
|
getLangList: () => Promise<void>;
|
|
16
16
|
}, "getLangList">>;
|
|
@@ -3,14 +3,14 @@ import type { PostShopAdminStoreFilterResponseDataLine } from '../../../api/shop
|
|
|
3
3
|
/**国家线路列表 */
|
|
4
4
|
export declare const useLineListStore: import("pinia").StoreDefinition<"gmLineList", import("pinia")._UnwrapAll<Pick<{
|
|
5
5
|
lineList: import("@vueuse/shared").RemovableRef<PostShopAdminStoreFilterResponseDataLine[]>;
|
|
6
|
-
|
|
6
|
+
isLoading: import("vue").Ref<boolean>;
|
|
7
7
|
getLineList: () => Promise<void>;
|
|
8
|
-
}, "
|
|
8
|
+
}, "isLoading" | "lineList">>, Pick<{
|
|
9
9
|
lineList: import("@vueuse/shared").RemovableRef<PostShopAdminStoreFilterResponseDataLine[]>;
|
|
10
|
-
|
|
10
|
+
isLoading: import("vue").Ref<boolean>;
|
|
11
11
|
getLineList: () => Promise<void>;
|
|
12
12
|
}, never>, Pick<{
|
|
13
13
|
lineList: import("@vueuse/shared").RemovableRef<PostShopAdminStoreFilterResponseDataLine[]>;
|
|
14
|
-
|
|
14
|
+
isLoading: import("vue").Ref<boolean>;
|
|
15
15
|
getLineList: () => Promise<void>;
|
|
16
16
|
}, "getLineList">>;
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/**用户-家族列表 */
|
|
2
|
+
export declare const useOrgUserListStore: import("pinia").StoreDefinition<"gmOrgUserList", import("pinia")._UnwrapAll<Pick<{
|
|
3
|
+
userList: import("vue").ComputedRef<{
|
|
4
|
+
user_id: number;
|
|
5
|
+
user_name: string;
|
|
6
|
+
family_code: string;
|
|
7
|
+
family_name: string;
|
|
8
|
+
}[]>;
|
|
9
|
+
isLoading: import("vue").Ref<boolean>;
|
|
10
|
+
orgUserList: import("vue").ComputedRef<{
|
|
11
|
+
label: string;
|
|
12
|
+
value: string;
|
|
13
|
+
children: {
|
|
14
|
+
label: string;
|
|
15
|
+
value: number;
|
|
16
|
+
}[];
|
|
17
|
+
}[]>;
|
|
18
|
+
getOrgUserList: () => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
19
|
+
data: {
|
|
20
|
+
user_id: number;
|
|
21
|
+
user_name: string;
|
|
22
|
+
family_code: string;
|
|
23
|
+
family_name: string;
|
|
24
|
+
}[];
|
|
25
|
+
errCode: number;
|
|
26
|
+
requestId: string;
|
|
27
|
+
errMsg: string;
|
|
28
|
+
apiLog: null;
|
|
29
|
+
}, import("axios").AxiosResponse<{
|
|
30
|
+
data: {
|
|
31
|
+
user_id: number;
|
|
32
|
+
user_name: string;
|
|
33
|
+
family_code: string;
|
|
34
|
+
family_name: string;
|
|
35
|
+
}[];
|
|
36
|
+
errCode: number;
|
|
37
|
+
requestId: string;
|
|
38
|
+
errMsg: string;
|
|
39
|
+
apiLog: null;
|
|
40
|
+
}, any>, any> | undefined>;
|
|
41
|
+
}, "isLoading">>, Pick<{
|
|
42
|
+
userList: import("vue").ComputedRef<{
|
|
43
|
+
user_id: number;
|
|
44
|
+
user_name: string;
|
|
45
|
+
family_code: string;
|
|
46
|
+
family_name: string;
|
|
47
|
+
}[]>;
|
|
48
|
+
isLoading: import("vue").Ref<boolean>;
|
|
49
|
+
orgUserList: import("vue").ComputedRef<{
|
|
50
|
+
label: string;
|
|
51
|
+
value: string;
|
|
52
|
+
children: {
|
|
53
|
+
label: string;
|
|
54
|
+
value: number;
|
|
55
|
+
}[];
|
|
56
|
+
}[]>;
|
|
57
|
+
getOrgUserList: () => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
58
|
+
data: {
|
|
59
|
+
user_id: number;
|
|
60
|
+
user_name: string;
|
|
61
|
+
family_code: string;
|
|
62
|
+
family_name: string;
|
|
63
|
+
}[];
|
|
64
|
+
errCode: number;
|
|
65
|
+
requestId: string;
|
|
66
|
+
errMsg: string;
|
|
67
|
+
apiLog: null;
|
|
68
|
+
}, import("axios").AxiosResponse<{
|
|
69
|
+
data: {
|
|
70
|
+
user_id: number;
|
|
71
|
+
user_name: string;
|
|
72
|
+
family_code: string;
|
|
73
|
+
family_name: string;
|
|
74
|
+
}[];
|
|
75
|
+
errCode: number;
|
|
76
|
+
requestId: string;
|
|
77
|
+
errMsg: string;
|
|
78
|
+
apiLog: null;
|
|
79
|
+
}, any>, any> | undefined>;
|
|
80
|
+
}, "userList" | "orgUserList">, Pick<{
|
|
81
|
+
userList: import("vue").ComputedRef<{
|
|
82
|
+
user_id: number;
|
|
83
|
+
user_name: string;
|
|
84
|
+
family_code: string;
|
|
85
|
+
family_name: string;
|
|
86
|
+
}[]>;
|
|
87
|
+
isLoading: import("vue").Ref<boolean>;
|
|
88
|
+
orgUserList: import("vue").ComputedRef<{
|
|
89
|
+
label: string;
|
|
90
|
+
value: string;
|
|
91
|
+
children: {
|
|
92
|
+
label: string;
|
|
93
|
+
value: number;
|
|
94
|
+
}[];
|
|
95
|
+
}[]>;
|
|
96
|
+
getOrgUserList: () => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
97
|
+
data: {
|
|
98
|
+
user_id: number;
|
|
99
|
+
user_name: string;
|
|
100
|
+
family_code: string;
|
|
101
|
+
family_name: string;
|
|
102
|
+
}[];
|
|
103
|
+
errCode: number;
|
|
104
|
+
requestId: string;
|
|
105
|
+
errMsg: string;
|
|
106
|
+
apiLog: null;
|
|
107
|
+
}, import("axios").AxiosResponse<{
|
|
108
|
+
data: {
|
|
109
|
+
user_id: number;
|
|
110
|
+
user_name: string;
|
|
111
|
+
family_code: string;
|
|
112
|
+
family_name: string;
|
|
113
|
+
}[];
|
|
114
|
+
errCode: number;
|
|
115
|
+
requestId: string;
|
|
116
|
+
errMsg: string;
|
|
117
|
+
apiLog: null;
|
|
118
|
+
}, any>, any> | undefined>;
|
|
119
|
+
}, "getOrgUserList">>;
|
|
@@ -35,11 +35,11 @@ export declare const usePlatformLineListStore: import("pinia").StoreDefinition<"
|
|
|
35
35
|
name: string;
|
|
36
36
|
}[];
|
|
37
37
|
}[]>;
|
|
38
|
-
|
|
38
|
+
isLoading: import("vue").Ref<boolean>;
|
|
39
39
|
getPlatformLineList: (options?: {
|
|
40
40
|
isReload: boolean;
|
|
41
41
|
}) => Promise<void>;
|
|
42
|
-
}, "
|
|
42
|
+
}, "isLoading" | "platformLineList" | "cascaderList">>, Pick<{
|
|
43
43
|
platformLineList: import("vue").Ref<{
|
|
44
44
|
line_list: {
|
|
45
45
|
line_code: string;
|
|
@@ -67,7 +67,7 @@ export declare const usePlatformLineListStore: import("pinia").StoreDefinition<"
|
|
|
67
67
|
name: string;
|
|
68
68
|
}[];
|
|
69
69
|
}[]>;
|
|
70
|
-
|
|
70
|
+
isLoading: import("vue").Ref<boolean>;
|
|
71
71
|
getPlatformLineList: (options?: {
|
|
72
72
|
isReload: boolean;
|
|
73
73
|
}) => Promise<void>;
|
|
@@ -99,7 +99,7 @@ export declare const usePlatformLineListStore: import("pinia").StoreDefinition<"
|
|
|
99
99
|
name: string;
|
|
100
100
|
}[];
|
|
101
101
|
}[]>;
|
|
102
|
-
|
|
102
|
+
isLoading: import("vue").Ref<boolean>;
|
|
103
103
|
getPlatformLineList: (options?: {
|
|
104
104
|
isReload: boolean;
|
|
105
105
|
}) => Promise<void>;
|