giime 0.8.0-beta.2 → 0.8.0-beta.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 +104 -104
- package/es/components/src/base/datePickerPanel/DatePickerPanel.vue.d.ts +13 -4
- package/es/components/src/base/datePickerPanel/DatePickerPanel.vue2.mjs +37 -9
- package/es/components/src/base/datePickerPanel/DatePickerPanel.vue2.mjs.map +1 -1
- package/es/components/src/base/datePickerPanel/index.d.ts +9 -2
- package/es/components/src/base/mention/Mention.vue.d.ts +19 -4
- package/es/components/src/base/mention/Mention.vue2.mjs +58 -9
- package/es/components/src/base/mention/Mention.vue2.mjs.map +1 -1
- package/es/components/src/base/mention/index.d.ts +15 -2
- package/es/components/src/base/segmented/Segmented.vue.d.ts +3 -2
- package/es/components/src/base/segmented/Segmented.vue2.mjs +9 -9
- package/es/components/src/base/segmented/Segmented.vue2.mjs.map +1 -1
- package/es/components/src/base/segmented/index.d.ts +3 -2
- package/es/components/src/base/splitter/Splitter.vue.d.ts +9 -4
- package/es/components/src/base/splitter/Splitter.vue2.mjs +23 -9
- package/es/components/src/base/splitter/Splitter.vue2.mjs.map +1 -1
- package/es/components/src/base/splitter/index.d.ts +5 -2
- 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/index.css +104 -104
- package/lib/components/src/base/datePickerPanel/DatePickerPanel.vue.d.ts +13 -4
- package/lib/components/src/base/datePickerPanel/DatePickerPanel.vue2.js +36 -8
- package/lib/components/src/base/datePickerPanel/DatePickerPanel.vue2.js.map +1 -1
- package/lib/components/src/base/datePickerPanel/index.d.ts +9 -2
- package/lib/components/src/base/mention/Mention.vue.d.ts +19 -4
- package/lib/components/src/base/mention/Mention.vue2.js +57 -8
- package/lib/components/src/base/mention/Mention.vue2.js.map +1 -1
- package/lib/components/src/base/mention/index.d.ts +15 -2
- package/lib/components/src/base/segmented/Segmented.vue.d.ts +3 -2
- package/lib/components/src/base/segmented/Segmented.vue2.js +8 -8
- package/lib/components/src/base/segmented/Segmented.vue2.js.map +1 -1
- package/lib/components/src/base/segmented/index.d.ts +3 -2
- package/lib/components/src/base/splitter/Splitter.vue.d.ts +9 -4
- package/lib/components/src/base/splitter/Splitter.vue2.js +22 -8
- package/lib/components/src/base/splitter/Splitter.vue2.js.map +1 -1
- package/lib/components/src/base/splitter/index.d.ts +5 -2
- 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/index.css +104 -104
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -880,13 +880,57 @@ video {
|
|
|
880
880
|
.gm-group:hover .group-hover\:gm-block {
|
|
881
881
|
display: block;
|
|
882
882
|
}
|
|
883
|
-
.gm-
|
|
884
|
-
|
|
883
|
+
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
884
|
+
padding: 0;
|
|
885
885
|
}
|
|
886
886
|
|
|
887
|
-
.gm-
|
|
888
|
-
|
|
887
|
+
.gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload--picture-card {
|
|
888
|
+
width: auto;
|
|
889
|
+
height: auto;
|
|
890
|
+
}
|
|
891
|
+
.gm-upload-pro-file {
|
|
892
|
+
line-height: normal;
|
|
893
|
+
}
|
|
894
|
+
.gm-upload-pro-file .el-checkbox-group {
|
|
895
|
+
font-size: unset;
|
|
896
|
+
}
|
|
897
|
+
.gm-upload-pro-file .el-checkbox {
|
|
898
|
+
position: absolute;
|
|
899
|
+
left: 10px;
|
|
900
|
+
top: 0;
|
|
901
|
+
z-index: 9;
|
|
902
|
+
}
|
|
903
|
+
.gm-upload-pro-file .el-upload-list--picture-card {
|
|
904
|
+
gap: 10px;
|
|
905
|
+
}
|
|
906
|
+
.gm-upload-pro-file .el-upload-list__item {
|
|
907
|
+
margin: 0;
|
|
908
|
+
}
|
|
909
|
+
.gm-upload-pro-file .el-upload-list__item-file-name {
|
|
910
|
+
line-height: 1.7;
|
|
911
|
+
}
|
|
912
|
+
.gm-upload-pro-file .el-upload-dragger {
|
|
913
|
+
padding: 0;
|
|
914
|
+
border: none;
|
|
915
|
+
width: 100%;
|
|
916
|
+
height: 100%;
|
|
917
|
+
display: flex;
|
|
918
|
+
}
|
|
919
|
+
.gm-upload-pro-file .el-upload--picture-card {
|
|
920
|
+
border: none;
|
|
889
921
|
}
|
|
922
|
+
|
|
923
|
+
.gm-upload-pro-file-disabled .el-upload--picture-card {
|
|
924
|
+
display: none;
|
|
925
|
+
}
|
|
926
|
+
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
927
|
+
display: none;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
931
|
+
margin: 0;
|
|
932
|
+
}
|
|
933
|
+
|
|
890
934
|
.circular[data-v-d7b04fae] {
|
|
891
935
|
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
892
936
|
}
|
|
@@ -918,60 +962,55 @@ video {
|
|
|
918
962
|
stroke-dashoffset: -120px;
|
|
919
963
|
}
|
|
920
964
|
}
|
|
921
|
-
|
|
922
|
-
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
923
|
-
margin: 0;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
927
|
-
padding: 0;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload--picture-card {
|
|
931
|
-
width: auto;
|
|
932
|
-
height: auto;
|
|
933
|
-
}
|
|
934
|
-
.gm-upload-pro-file {
|
|
965
|
+
.gm-upload-file {
|
|
935
966
|
line-height: normal;
|
|
936
967
|
}
|
|
937
|
-
.gm-upload-
|
|
938
|
-
font-size: unset;
|
|
939
|
-
}
|
|
940
|
-
.gm-upload-pro-file .el-checkbox {
|
|
968
|
+
.gm-upload-file .el-checkbox {
|
|
941
969
|
position: absolute;
|
|
942
970
|
left: 10px;
|
|
943
971
|
top: 0;
|
|
944
972
|
z-index: 9;
|
|
945
973
|
}
|
|
946
|
-
.gm-upload-
|
|
974
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
947
975
|
gap: 10px;
|
|
948
976
|
}
|
|
949
|
-
.gm-upload-
|
|
977
|
+
.gm-upload-file .el-upload-list__item {
|
|
950
978
|
margin: 0;
|
|
951
979
|
}
|
|
952
|
-
.gm-upload-
|
|
953
|
-
line-height:
|
|
980
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
981
|
+
line-height: normal;
|
|
954
982
|
}
|
|
955
|
-
.gm-upload-
|
|
983
|
+
.gm-upload-file .el-upload-dragger {
|
|
956
984
|
padding: 0;
|
|
957
985
|
border: none;
|
|
958
986
|
width: 100%;
|
|
959
987
|
height: 100%;
|
|
960
988
|
display: flex;
|
|
961
989
|
}
|
|
962
|
-
.gm-upload-
|
|
990
|
+
.gm-upload-file .el-upload--picture-card {
|
|
963
991
|
border: none;
|
|
964
992
|
}
|
|
965
993
|
|
|
966
|
-
.gm-upload-
|
|
994
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
967
995
|
display: none;
|
|
968
996
|
}
|
|
969
|
-
.gm-upload-
|
|
997
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
970
998
|
display: none;
|
|
971
999
|
}
|
|
972
|
-
[data-v-
|
|
973
|
-
|
|
974
|
-
|
|
1000
|
+
.gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
|
|
1001
|
+
padding: 0;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload-list__item, .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload--picture-card {
|
|
1005
|
+
width: auto;
|
|
1006
|
+
height: auto;
|
|
1007
|
+
}
|
|
1008
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
1009
|
+
align-items: center;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
1013
|
+
justify-content: space-between;
|
|
975
1014
|
}
|
|
976
1015
|
[data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
977
1016
|
border-right: none;
|
|
@@ -996,15 +1035,33 @@ video {
|
|
|
996
1035
|
[data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
|
|
997
1036
|
height: 0;
|
|
998
1037
|
}
|
|
1038
|
+
[data-v-d3111183] .gmSearchForm .el-form-item {
|
|
1039
|
+
margin-right: 0;
|
|
1040
|
+
margin-bottom: 4px;
|
|
1041
|
+
}
|
|
1042
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1043
|
+
border-right: none;
|
|
1044
|
+
}
|
|
999
1045
|
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
padding-top: 12px;
|
|
1046
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1047
|
+
height: 0;
|
|
1003
1048
|
}
|
|
1004
|
-
|
|
1005
|
-
|
|
1049
|
+
|
|
1050
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1051
|
+
height: 0;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border:after {
|
|
1055
|
+
height: 0;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border:before {
|
|
1059
|
+
height: 0;
|
|
1006
1060
|
}
|
|
1007
1061
|
|
|
1062
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1063
|
+
height: 0;
|
|
1064
|
+
}
|
|
1008
1065
|
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
1009
1066
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
1010
1067
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -1023,6 +1080,15 @@ video {
|
|
|
1023
1080
|
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1024
1081
|
display: flex;
|
|
1025
1082
|
}
|
|
1083
|
+
|
|
1084
|
+
.pagination-container[data-v-47d35e7b] {
|
|
1085
|
+
background: #fff;
|
|
1086
|
+
padding-top: 12px;
|
|
1087
|
+
}
|
|
1088
|
+
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1089
|
+
display: none;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1026
1092
|
@charset "UTF-8";
|
|
1027
1093
|
.custom-operate-drawer .el-drawer__header {
|
|
1028
1094
|
padding: 10px 15px;
|
|
@@ -1079,29 +1145,6 @@ video {
|
|
|
1079
1145
|
border-radius: 10px;
|
|
1080
1146
|
background: #eee;
|
|
1081
1147
|
}
|
|
1082
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1083
|
-
border-right: none;
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1087
|
-
height: 0;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1091
|
-
height: 0;
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border:after {
|
|
1095
|
-
height: 0;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border:before {
|
|
1099
|
-
height: 0;
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1103
|
-
height: 0;
|
|
1104
|
-
}
|
|
1105
1148
|
@charset "UTF-8";
|
|
1106
1149
|
.table-custom-header-drawer .el-drawer__header {
|
|
1107
1150
|
padding: 10px 15px;
|
|
@@ -1157,47 +1200,4 @@ video {
|
|
|
1157
1200
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1158
1201
|
border-radius: 10px;
|
|
1159
1202
|
background: #eee;
|
|
1160
|
-
}
|
|
1161
|
-
.gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
|
|
1162
|
-
padding: 0;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
.gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload-list__item, .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload--picture-card {
|
|
1166
|
-
width: auto;
|
|
1167
|
-
height: auto;
|
|
1168
|
-
}
|
|
1169
|
-
.gm-upload-file {
|
|
1170
|
-
line-height: normal;
|
|
1171
|
-
}
|
|
1172
|
-
.gm-upload-file .el-checkbox {
|
|
1173
|
-
position: absolute;
|
|
1174
|
-
left: 10px;
|
|
1175
|
-
top: 0;
|
|
1176
|
-
z-index: 9;
|
|
1177
|
-
}
|
|
1178
|
-
.gm-upload-file .el-upload-list--picture-card {
|
|
1179
|
-
gap: 10px;
|
|
1180
|
-
}
|
|
1181
|
-
.gm-upload-file .el-upload-list__item {
|
|
1182
|
-
margin: 0;
|
|
1183
|
-
}
|
|
1184
|
-
.gm-upload-file .el-upload-list__item-file-name {
|
|
1185
|
-
line-height: normal;
|
|
1186
|
-
}
|
|
1187
|
-
.gm-upload-file .el-upload-dragger {
|
|
1188
|
-
padding: 0;
|
|
1189
|
-
border: none;
|
|
1190
|
-
width: 100%;
|
|
1191
|
-
height: 100%;
|
|
1192
|
-
display: flex;
|
|
1193
|
-
}
|
|
1194
|
-
.gm-upload-file .el-upload--picture-card {
|
|
1195
|
-
border: none;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1199
|
-
display: none;
|
|
1200
|
-
}
|
|
1201
|
-
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1202
|
-
display: none;
|
|
1203
1203
|
}
|
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
declare var __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_13: {}, __VLS_15: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
4
|
+
} & {
|
|
5
|
+
'prev-month'?: (props: typeof __VLS_9) => any;
|
|
6
|
+
} & {
|
|
7
|
+
'next-month'?: (props: typeof __VLS_11) => any;
|
|
8
|
+
} & {
|
|
9
|
+
'prev-year'?: (props: typeof __VLS_13) => any;
|
|
10
|
+
} & {
|
|
11
|
+
'next-year'?: (props: typeof __VLS_15) => any;
|
|
12
|
+
};
|
|
1
13
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
2
14
|
disabledDate: {
|
|
3
15
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -226,10 +238,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
226
238
|
arrowControl: boolean;
|
|
227
239
|
unlinkPanels: boolean;
|
|
228
240
|
isRange: boolean;
|
|
229
|
-
}, {}>,
|
|
230
|
-
[x: string]: ((props: any) => any) | undefined;
|
|
231
|
-
[x: number]: ((props: any) => any) | undefined;
|
|
232
|
-
}>;
|
|
241
|
+
}, {}>, __VLS_Slots>;
|
|
233
242
|
export default _default;
|
|
234
243
|
type __VLS_WithSlots<T, S> = T & {
|
|
235
244
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, createBlock, openBlock, mergeProps, toHandlers, unref, createSlots,
|
|
1
|
+
import { defineComponent, useSlots, ref, resolveComponent, createBlock, openBlock, mergeProps, toHandlers, unref, createSlots, withCtx, renderSlot } from 'vue';
|
|
2
2
|
import '../../../../utils/index.mjs';
|
|
3
3
|
import { datePickerPanelEmits, datePickerPanelProps } from './datePickerPanel.mjs';
|
|
4
4
|
import { getGmEvent } from '../../../../utils/src/elementPlus/event.mjs';
|
|
@@ -12,6 +12,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
12
12
|
props: datePickerPanelProps,
|
|
13
13
|
emits: datePickerPanelEmits,
|
|
14
14
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
15
|
+
const slots = useSlots();
|
|
15
16
|
const props = __props;
|
|
16
17
|
const emit = __emit;
|
|
17
18
|
const elEvents = getGmEvent(datePickerPanelEmits, emit);
|
|
@@ -33,14 +34,41 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
33
34
|
_: 2
|
|
34
35
|
/* DYNAMIC */
|
|
35
36
|
}, [
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
37
|
+
unref(slots).default ? {
|
|
38
|
+
name: "default",
|
|
39
|
+
fn: withCtx(() => [
|
|
40
|
+
renderSlot(_ctx.$slots, "default")
|
|
41
|
+
]),
|
|
42
|
+
key: "0"
|
|
43
|
+
} : void 0,
|
|
44
|
+
unref(slots)["prev-month"] ? {
|
|
45
|
+
name: "prev-month",
|
|
46
|
+
fn: withCtx(() => [
|
|
47
|
+
renderSlot(_ctx.$slots, "prev-month")
|
|
48
|
+
]),
|
|
49
|
+
key: "1"
|
|
50
|
+
} : void 0,
|
|
51
|
+
unref(slots)["next-month"] ? {
|
|
52
|
+
name: "next-month",
|
|
53
|
+
fn: withCtx(() => [
|
|
54
|
+
renderSlot(_ctx.$slots, "next-month")
|
|
55
|
+
]),
|
|
56
|
+
key: "2"
|
|
57
|
+
} : void 0,
|
|
58
|
+
unref(slots)["prev-year"] ? {
|
|
59
|
+
name: "prev-year",
|
|
60
|
+
fn: withCtx(() => [
|
|
61
|
+
renderSlot(_ctx.$slots, "prev-year")
|
|
62
|
+
]),
|
|
63
|
+
key: "3"
|
|
64
|
+
} : void 0,
|
|
65
|
+
unref(slots)["next-year"] ? {
|
|
66
|
+
name: "next-year",
|
|
67
|
+
fn: withCtx(() => [
|
|
68
|
+
renderSlot(_ctx.$slots, "next-year")
|
|
69
|
+
]),
|
|
70
|
+
key: "4"
|
|
71
|
+
} : void 0
|
|
44
72
|
]),
|
|
45
73
|
1040
|
|
46
74
|
/* FULL_PROPS, DYNAMIC_SLOTS */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePickerPanel.vue2.mjs","sources":["../../../../../../../packages/components/src/base/datePickerPanel/DatePickerPanel.vue"],"sourcesContent":["<template>\n <el-date-picker-panel ref=\"elRef\" v-bind=\"props\" v-on=\"elEvents\">\n <template v-
|
|
1
|
+
{"version":3,"file":"DatePickerPanel.vue2.mjs","sources":["../../../../../../../packages/components/src/base/datePickerPanel/DatePickerPanel.vue"],"sourcesContent":["<template>\n <el-date-picker-panel ref=\"elRef\" v-bind=\"props\" v-on=\"elEvents\">\n <template v-if=\"slots.default\" #default>\n <slot name=\"default\" />\n </template>\n <template v-if=\"slots['prev-month']\" #prev-month>\n <slot name=\"prev-month\" />\n </template>\n <template v-if=\"slots['next-month']\" #next-month>\n <slot name=\"next-month\" />\n </template>\n <template v-if=\"slots['prev-year']\" #prev-year>\n <slot name=\"prev-year\" />\n </template>\n <template v-if=\"slots['next-year']\" #next-year>\n <slot name=\"next-year\" />\n </template>\n </el-date-picker-panel>\n</template>\n<script lang=\"ts\" setup>\nimport { ref, useSlots } from 'vue';\nimport { getGmEvent, getGmExports } from '@giime/utils';\nimport { datePickerPanelEmits, datePickerPanelProps } from './datePickerPanel';\nimport type { DatePickerPanelInstance } from 'element-plus';\n\ndefineOptions({\n name: 'GmDatePickerPanel',\n});\nconst slots = useSlots();\nconst props = defineProps(datePickerPanelProps);\nconst emit = defineEmits(datePickerPanelEmits);\n// 重发el的事件\nconst elEvents = getGmEvent(datePickerPanelEmits, emit);\n\nconst elRef = ref<DatePickerPanelInstance>();\n\nconst exposeNames = [] as const;\nconst { exposeFns } = getGmExports(elRef, exposeNames);\n\ndefineExpose({\n ...exposeFns,\n});\n</script>\n"],"names":[],"mappings":";;;;;;;;;;;;;;AA4BA,IAAA,MAAM,QAAQ,QAAA,EAAS;AACvB,IAAA,MAAM,KAAA,GAAQ,OAAA;AACd,IAAA,MAAM,IAAA,GAAO,MAAA;AAEb,IAAA,MAAM,QAAA,GAAW,UAAA,CAAW,oBAAA,EAAsB,IAAI,CAAA;AAEtD,IAAA,MAAM,QAAQ,GAAA,EAA6B;AAE3C,IAAA,MAAM,cAAc,EAAC;AACrB,IAAA,MAAM,EAAE,SAAA,EAAU,GAAI,YAAA,CAAa,OAAO,WAAW,CAAA;AAErD,IAAA,QAAA,CAAa;AAAA,MACX,GAAG;AAAA,KACJ,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -495,8 +495,15 @@ export declare const GmDatePickerPanel: import("../../../../utils").SFCWithInsta
|
|
|
495
495
|
isRange: boolean;
|
|
496
496
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
497
497
|
$slots: {
|
|
498
|
-
|
|
499
|
-
|
|
498
|
+
default?: ((props: {}) => any) | undefined;
|
|
499
|
+
} & {
|
|
500
|
+
'prev-month'?: ((props: {}) => any) | undefined;
|
|
501
|
+
} & {
|
|
502
|
+
'next-month'?: ((props: {}) => any) | undefined;
|
|
503
|
+
} & {
|
|
504
|
+
'prev-year'?: ((props: {}) => any) | undefined;
|
|
505
|
+
} & {
|
|
506
|
+
'next-year'?: ((props: {}) => any) | undefined;
|
|
500
507
|
};
|
|
501
508
|
})> & Record<string, any>;
|
|
502
509
|
export type DatePickerPanelInstance = InstanceType<typeof DatePickerPanel>;
|
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
declare var __VLS_7: any, __VLS_9: {}, __VLS_11: {}, __VLS_13: {}, __VLS_15: {}, __VLS_17: {}, __VLS_19: {}, __VLS_21: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
label?: (props: typeof __VLS_7) => any;
|
|
4
|
+
} & {
|
|
5
|
+
loading?: (props: typeof __VLS_9) => any;
|
|
6
|
+
} & {
|
|
7
|
+
header?: (props: typeof __VLS_11) => any;
|
|
8
|
+
} & {
|
|
9
|
+
footer?: (props: typeof __VLS_13) => any;
|
|
10
|
+
} & {
|
|
11
|
+
prefix?: (props: typeof __VLS_15) => any;
|
|
12
|
+
} & {
|
|
13
|
+
suffix?: (props: typeof __VLS_17) => any;
|
|
14
|
+
} & {
|
|
15
|
+
prepend?: (props: typeof __VLS_19) => any;
|
|
16
|
+
} & {
|
|
17
|
+
append?: (props: typeof __VLS_21) => any;
|
|
18
|
+
};
|
|
1
19
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
2
20
|
options: {
|
|
3
21
|
readonly type: import("vue").PropType<import("element-plus").MentionOption[]>;
|
|
@@ -606,10 +624,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
606
624
|
showArrow: boolean;
|
|
607
625
|
filterOption: false | ((pattern: string, option: import("element-plus").MentionOption) => boolean);
|
|
608
626
|
whole: boolean;
|
|
609
|
-
}, {}>,
|
|
610
|
-
[x: string]: ((props: any) => any) | undefined;
|
|
611
|
-
[x: number]: ((props: any) => any) | undefined;
|
|
612
|
-
}>;
|
|
627
|
+
}, {}>, __VLS_Slots>;
|
|
613
628
|
export default _default;
|
|
614
629
|
type __VLS_WithSlots<T, S> = T & {
|
|
615
630
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, createBlock, openBlock, mergeProps, toHandlers, unref, createSlots,
|
|
1
|
+
import { defineComponent, useSlots, ref, resolveComponent, createBlock, openBlock, mergeProps, toHandlers, unref, createSlots, withCtx, renderSlot, normalizeProps, guardReactiveProps } from 'vue';
|
|
2
2
|
import '../../../../utils/index.mjs';
|
|
3
3
|
import { mentionEmits } from 'element-plus';
|
|
4
4
|
import { mentionEmits as mentionEmits$1, mentionProps } from './mention.mjs';
|
|
@@ -13,6 +13,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13
13
|
props: mentionProps,
|
|
14
14
|
emits: mentionEmits$1,
|
|
15
15
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
16
|
+
const slots = useSlots();
|
|
16
17
|
const props = __props;
|
|
17
18
|
const emit = __emit;
|
|
18
19
|
const elEvents = getGmEvent(mentionEmits, emit);
|
|
@@ -34,14 +35,62 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
34
35
|
_: 2
|
|
35
36
|
/* DYNAMIC */
|
|
36
37
|
}, [
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
38
|
+
unref(slots).label ? {
|
|
39
|
+
name: "label",
|
|
40
|
+
fn: withCtx((slotValue) => [
|
|
41
|
+
renderSlot(_ctx.$slots, "label", normalizeProps(guardReactiveProps(slotValue)))
|
|
42
|
+
]),
|
|
43
|
+
key: "0"
|
|
44
|
+
} : void 0,
|
|
45
|
+
unref(slots).loading ? {
|
|
46
|
+
name: "loading",
|
|
47
|
+
fn: withCtx(() => [
|
|
48
|
+
renderSlot(_ctx.$slots, "loading")
|
|
49
|
+
]),
|
|
50
|
+
key: "1"
|
|
51
|
+
} : void 0,
|
|
52
|
+
unref(slots).header ? {
|
|
53
|
+
name: "header",
|
|
54
|
+
fn: withCtx(() => [
|
|
55
|
+
renderSlot(_ctx.$slots, "header")
|
|
56
|
+
]),
|
|
57
|
+
key: "2"
|
|
58
|
+
} : void 0,
|
|
59
|
+
unref(slots).footer ? {
|
|
60
|
+
name: "footer",
|
|
61
|
+
fn: withCtx(() => [
|
|
62
|
+
renderSlot(_ctx.$slots, "footer")
|
|
63
|
+
]),
|
|
64
|
+
key: "3"
|
|
65
|
+
} : void 0,
|
|
66
|
+
unref(slots).prefix ? {
|
|
67
|
+
name: "prefix",
|
|
68
|
+
fn: withCtx(() => [
|
|
69
|
+
renderSlot(_ctx.$slots, "prefix")
|
|
70
|
+
]),
|
|
71
|
+
key: "4"
|
|
72
|
+
} : void 0,
|
|
73
|
+
unref(slots).suffix ? {
|
|
74
|
+
name: "suffix",
|
|
75
|
+
fn: withCtx(() => [
|
|
76
|
+
renderSlot(_ctx.$slots, "suffix")
|
|
77
|
+
]),
|
|
78
|
+
key: "5"
|
|
79
|
+
} : void 0,
|
|
80
|
+
unref(slots).prepend ? {
|
|
81
|
+
name: "prepend",
|
|
82
|
+
fn: withCtx(() => [
|
|
83
|
+
renderSlot(_ctx.$slots, "prepend")
|
|
84
|
+
]),
|
|
85
|
+
key: "6"
|
|
86
|
+
} : void 0,
|
|
87
|
+
unref(slots).append ? {
|
|
88
|
+
name: "append",
|
|
89
|
+
fn: withCtx(() => [
|
|
90
|
+
renderSlot(_ctx.$slots, "append")
|
|
91
|
+
]),
|
|
92
|
+
key: "7"
|
|
93
|
+
} : void 0
|
|
45
94
|
]),
|
|
46
95
|
1040
|
|
47
96
|
/* FULL_PROPS, DYNAMIC_SLOTS */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Mention.vue2.mjs","sources":["../../../../../../../packages/components/src/base/mention/Mention.vue"],"sourcesContent":["<template>\n <el-mention ref=\"elRef\" v-bind=\"props\" v-on=\"elEvents\">\n <template v-
|
|
1
|
+
{"version":3,"file":"Mention.vue2.mjs","sources":["../../../../../../../packages/components/src/base/mention/Mention.vue"],"sourcesContent":["<template>\n <el-mention ref=\"elRef\" v-bind=\"props\" v-on=\"elEvents\">\n <template v-if=\"slots.label\" #label=\"slotValue\">\n <slot name=\"label\" v-bind=\"slotValue\" />\n </template>\n <template v-if=\"slots.loading\" #loading>\n <slot name=\"loading\" />\n </template>\n <template v-if=\"slots.header\" #header>\n <slot name=\"header\" />\n </template>\n <template v-if=\"slots.footer\" #footer>\n <slot name=\"footer\" />\n </template>\n <template v-if=\"slots.prefix\" #prefix>\n <slot name=\"prefix\" />\n </template>\n <template v-if=\"slots.suffix\" #suffix>\n <slot name=\"suffix\" />\n </template>\n <template v-if=\"slots.prepend\" #prepend>\n <slot name=\"prepend\" />\n </template>\n <template v-if=\"slots.append\" #append>\n <slot name=\"append\" />\n </template>\n </el-mention>\n</template>\n<script lang=\"ts\" setup>\nimport { ref, useSlots } from 'vue';\nimport { getGmEvent, getGmExports } from '@giime/utils';\nimport { mentionEmits as elMentionEmits } from 'element-plus';\nimport { mentionEmits, mentionProps } from './mention';\nimport type { MentionInstance } from 'element-plus';\n\ndefineOptions({\n name: 'GmMention',\n});\nconst slots = useSlots();\nconst props = defineProps(mentionProps);\nconst emit = defineEmits(mentionEmits);\n// 重发el的事件\nconst elEvents = getGmEvent(elMentionEmits, emit);\n\nconst elRef = ref<MentionInstance>();\n\nconst exposeNames = ['input', 'tooltip', 'dropdownVisible'] as const;\nconst { exposeFns } = getGmExports(elRef, exposeNames);\n\ndefineExpose({\n ...exposeFns,\n});\n</script>\n"],"names":["elMentionEmits"],"mappings":";;;;;;;;;;;;;;;AAsCA,IAAA,MAAM,QAAQ,QAAA,EAAS;AACvB,IAAA,MAAM,KAAA,GAAQ,OAAA;AACd,IAAA,MAAM,IAAA,GAAO,MAAA;AAEb,IAAA,MAAM,QAAA,GAAW,UAAA,CAAWA,YAAA,EAAgB,IAAI,CAAA;AAEhD,IAAA,MAAM,QAAQ,GAAA,EAAqB;AAEnC,IAAA,MAAM,WAAA,GAAc,CAAC,OAAA,EAAS,SAAA,EAAW,iBAAiB,CAAA;AAC1D,IAAA,MAAM,EAAE,SAAA,EAAU,GAAI,YAAA,CAAa,OAAO,WAAW,CAAA;AAErD,IAAA,QAAA,CAAa;AAAA,MACX,GAAG;AAAA,KACJ,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1279,8 +1279,21 @@ export declare const GmMention: import("../../../../utils").SFCWithInstall<{
|
|
|
1279
1279
|
whole: boolean;
|
|
1280
1280
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1281
1281
|
$slots: {
|
|
1282
|
-
|
|
1283
|
-
|
|
1282
|
+
label?: ((props: any) => any) | undefined;
|
|
1283
|
+
} & {
|
|
1284
|
+
loading?: ((props: {}) => any) | undefined;
|
|
1285
|
+
} & {
|
|
1286
|
+
header?: ((props: {}) => any) | undefined;
|
|
1287
|
+
} & {
|
|
1288
|
+
footer?: ((props: {}) => any) | undefined;
|
|
1289
|
+
} & {
|
|
1290
|
+
prefix?: ((props: {}) => any) | undefined;
|
|
1291
|
+
} & {
|
|
1292
|
+
suffix?: ((props: {}) => any) | undefined;
|
|
1293
|
+
} & {
|
|
1294
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
1295
|
+
} & {
|
|
1296
|
+
append?: ((props: {}) => any) | undefined;
|
|
1284
1297
|
};
|
|
1285
1298
|
})> & Record<string, any>;
|
|
1286
1299
|
export type MentionInstance = InstanceType<typeof Mention>;
|
|
@@ -117,8 +117,9 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
117
117
|
modelValue: string | number | boolean;
|
|
118
118
|
validateEvent: boolean;
|
|
119
119
|
}, {}>, {
|
|
120
|
-
|
|
121
|
-
|
|
120
|
+
default?: ((props: {
|
|
121
|
+
item: any;
|
|
122
|
+
}) => any) | undefined;
|
|
122
123
|
}>;
|
|
123
124
|
export default _default;
|
|
124
125
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, createBlock, openBlock, mergeProps, toHandlers, unref, createSlots,
|
|
1
|
+
import { defineComponent, useSlots, ref, resolveComponent, createBlock, openBlock, mergeProps, toHandlers, unref, createSlots, withCtx, renderSlot, normalizeProps, guardReactiveProps } from 'vue';
|
|
2
2
|
import '../../../../utils/index.mjs';
|
|
3
3
|
import { segmentedEmits } from 'element-plus';
|
|
4
4
|
import { segmentedEmits as segmentedEmits$1, segmentedProps } from './segmented.mjs';
|
|
@@ -13,6 +13,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13
13
|
props: segmentedProps,
|
|
14
14
|
emits: segmentedEmits$1,
|
|
15
15
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
16
|
+
const slots = useSlots();
|
|
16
17
|
const props = __props;
|
|
17
18
|
const emit = __emit;
|
|
18
19
|
const elEvents = getGmEvent(segmentedEmits, emit);
|
|
@@ -34,14 +35,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
34
35
|
_: 2
|
|
35
36
|
/* DYNAMIC */
|
|
36
37
|
}, [
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
})
|
|
38
|
+
unref(slots).default ? {
|
|
39
|
+
name: "default",
|
|
40
|
+
fn: withCtx((slotValue) => [
|
|
41
|
+
renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotValue)))
|
|
42
|
+
]),
|
|
43
|
+
key: "0"
|
|
44
|
+
} : void 0
|
|
45
45
|
]),
|
|
46
46
|
1040
|
|
47
47
|
/* FULL_PROPS, DYNAMIC_SLOTS */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Segmented.vue2.mjs","sources":["../../../../../../../packages/components/src/base/segmented/Segmented.vue"],"sourcesContent":["<template>\n <el-segmented ref=\"elRef\" v-bind=\"props\" v-on=\"elEvents\">\n <template v-
|
|
1
|
+
{"version":3,"file":"Segmented.vue2.mjs","sources":["../../../../../../../packages/components/src/base/segmented/Segmented.vue"],"sourcesContent":["<template>\n <el-segmented ref=\"elRef\" v-bind=\"props\" v-on=\"elEvents\">\n <template v-if=\"slots.default\" #default=\"slotValue\">\n <slot name=\"default\" v-bind=\"slotValue\" />\n </template>\n </el-segmented>\n</template>\n<script lang=\"ts\" setup>\nimport { ref, useSlots } from 'vue';\nimport { getGmEvent, getGmExports } from '@giime/utils';\nimport { segmentedEmits as elSegmentedEmits } from 'element-plus';\nimport { segmentedEmits, segmentedProps } from './segmented';\nimport type { SegmentedInstance } from 'element-plus';\n\ndefineOptions({\n name: 'GmSegmented',\n});\nconst slots = useSlots();\nconst props = defineProps(segmentedProps);\nconst emit = defineEmits(segmentedEmits);\n// 重发el的事件\nconst elEvents = getGmEvent(elSegmentedEmits, emit);\n\nconst elRef = ref<SegmentedInstance>();\n\nconst exposeNames = [] as const;\nconst { exposeFns } = getGmExports(elRef, exposeNames);\n\ndefineExpose({\n ...exposeFns,\n});\n</script>\n"],"names":["elSegmentedEmits"],"mappings":";;;;;;;;;;;;;;;AAiBA,IAAA,MAAM,QAAQ,QAAA,EAAS;AACvB,IAAA,MAAM,KAAA,GAAQ,OAAA;AACd,IAAA,MAAM,IAAA,GAAO,MAAA;AAEb,IAAA,MAAM,QAAA,GAAW,UAAA,CAAWA,cAAA,EAAkB,IAAI,CAAA;AAElD,IAAA,MAAM,QAAQ,GAAA,EAAuB;AAErC,IAAA,MAAM,cAAc,EAAC;AACrB,IAAA,MAAM,EAAE,SAAA,EAAU,GAAI,YAAA,CAAa,OAAO,WAAW,CAAA;AAErD,IAAA,QAAA,CAAa;AAAA,MACX,GAAG;AAAA,KACJ,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -263,8 +263,9 @@ export declare const GmSegmented: import("../../../../utils").SFCWithInstall<{
|
|
|
263
263
|
validateEvent: boolean;
|
|
264
264
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
265
265
|
$slots: {
|
|
266
|
-
|
|
267
|
-
|
|
266
|
+
default?: ((props: {
|
|
267
|
+
item: any;
|
|
268
|
+
}) => any) | undefined;
|
|
268
269
|
};
|
|
269
270
|
})> & Record<string, any>;
|
|
270
271
|
export type SegmentedInstance = InstanceType<typeof Segmented>;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
declare var __VLS_7: {}, __VLS_9: {}, __VLS_11: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
4
|
+
} & {
|
|
5
|
+
'start-collapsible'?: (props: typeof __VLS_9) => any;
|
|
6
|
+
} & {
|
|
7
|
+
'end-collapsible'?: (props: typeof __VLS_11) => any;
|
|
8
|
+
};
|
|
1
9
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
2
10
|
layout: {
|
|
3
11
|
readonly type: import("vue").PropType<"horizontal" | "vertical">;
|
|
@@ -21,10 +29,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
21
29
|
}>>, {
|
|
22
30
|
layout: "horizontal" | "vertical";
|
|
23
31
|
lazy: boolean;
|
|
24
|
-
}, {}>,
|
|
25
|
-
[x: string]: ((props: any) => any) | undefined;
|
|
26
|
-
[x: number]: ((props: any) => any) | undefined;
|
|
27
|
-
}>;
|
|
32
|
+
}, {}>, __VLS_Slots>;
|
|
28
33
|
export default _default;
|
|
29
34
|
type __VLS_WithSlots<T, S> = T & {
|
|
30
35
|
new (): {
|