giime 0.0.23 → 0.0.24

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.
@@ -131,6 +131,164 @@ export declare const GmTablePro: import("../../../../utils").SFCWithInstall<{
131
131
  onSelectionChange?: ((value: Record<string, any>[]) => any) | undefined;
132
132
  onSortChange?: ((value: import("element-plus/es/components/table/src/table/defaults.js").Sort) => any) | undefined;
133
133
  }, {
134
+ colPropsList: import("vue").Ref<{
135
+ type: "" | "edit";
136
+ fixed: string | boolean;
137
+ width: string | number;
138
+ minWidth: string | number;
139
+ prop: string;
140
+ sortable: string | boolean;
141
+ resizable: boolean;
142
+ reserveSelection: boolean;
143
+ filterMultiple: boolean;
144
+ sortOrders: ("ascending" | "descending" | null)[];
145
+ isSort: boolean;
146
+ isShow: boolean;
147
+ label?: string | undefined;
148
+ filterMethod?: import("element-plus/es/components/table/src/table-column/defaults.js").FilterMethods<any> | undefined;
149
+ align?: string | undefined;
150
+ className?: string | undefined;
151
+ labelClassName?: string | undefined;
152
+ formatter?: ((row: any, column: import("element-plus/es/components/table/src/table-column/defaults.js").TableColumnCtx<any>, cellValue: any, index: number) => string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
153
+ [key: string]: any;
154
+ }>) | undefined;
155
+ index?: number | ((index: number) => number) | undefined;
156
+ showOverflowTooltip?: boolean | {
157
+ offset?: number | undefined;
158
+ appendTo?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown> | undefined;
159
+ effect?: string | undefined;
160
+ placement?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined;
161
+ popperClass?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | {
162
+ [x: string]: boolean;
163
+ } | (string | {
164
+ [x: string]: boolean;
165
+ } | (string | {
166
+ [x: string]: boolean;
167
+ } | (string | {
168
+ [x: string]: boolean;
169
+ } | (string | {
170
+ [x: string]: boolean;
171
+ } | (string | {
172
+ [x: string]: boolean;
173
+ } | (string | {
174
+ [x: string]: boolean;
175
+ } | (string | {
176
+ [x: string]: boolean;
177
+ } | (string | {
178
+ [x: string]: boolean;
179
+ } | (string | {
180
+ [x: string]: boolean;
181
+ } | (string | any[] | {
182
+ [x: string]: boolean;
183
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
184
+ [x: string]: boolean;
185
+ } | (string | {
186
+ [x: string]: boolean;
187
+ } | (string | {
188
+ [x: string]: boolean;
189
+ } | (string | {
190
+ [x: string]: boolean;
191
+ } | (string | {
192
+ [x: string]: boolean;
193
+ } | (string | {
194
+ [x: string]: boolean;
195
+ } | (string | {
196
+ [x: string]: boolean;
197
+ } | (string | {
198
+ [x: string]: boolean;
199
+ } | (string | {
200
+ [x: string]: boolean;
201
+ } | (string | {
202
+ [x: string]: boolean;
203
+ } | (string | any[] | {
204
+ [x: string]: boolean;
205
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
206
+ [x: string]: boolean;
207
+ } | (string | {
208
+ [x: string]: boolean;
209
+ } | (string | {
210
+ [x: string]: boolean;
211
+ } | (string | {
212
+ [x: string]: boolean;
213
+ } | (string | {
214
+ [x: string]: boolean;
215
+ } | (string | {
216
+ [x: string]: boolean;
217
+ } | (string | {
218
+ [x: string]: boolean;
219
+ } | (string | {
220
+ [x: string]: boolean;
221
+ } | (string | {
222
+ [x: string]: boolean;
223
+ } | (string | {
224
+ [x: string]: boolean;
225
+ } | (string | any[] | {
226
+ [x: string]: boolean;
227
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
228
+ [x: string]: boolean;
229
+ } | (string | {
230
+ [x: string]: boolean;
231
+ } | (string | {
232
+ [x: string]: boolean;
233
+ } | (string | {
234
+ [x: string]: boolean;
235
+ } | (string | {
236
+ [x: string]: boolean;
237
+ } | (string | {
238
+ [x: string]: boolean;
239
+ } | (string | {
240
+ [x: string]: boolean;
241
+ } | (string | {
242
+ [x: string]: boolean;
243
+ } | (string | {
244
+ [x: string]: boolean;
245
+ } | (string | {
246
+ [x: string]: boolean;
247
+ } | (string | any[] | {
248
+ [x: string]: boolean;
249
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
250
+ popperOptions?: {
251
+ placement?: import("element-plus").Placement | undefined;
252
+ modifiers?: {
253
+ name?: any;
254
+ enabled?: boolean | undefined;
255
+ phase?: import("@popperjs/core").ModifierPhases | undefined;
256
+ requires?: string[] | undefined;
257
+ requiresIfExists?: string[] | undefined;
258
+ fn?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | import("@popperjs/core").State) | undefined;
259
+ effect?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | (() => void)) | undefined;
260
+ options?: Partial<any> | undefined;
261
+ data?: import("@popperjs/core").Obj | undefined;
262
+ }[] | undefined;
263
+ strategy?: import("@popperjs/core").PositioningStrategy | undefined;
264
+ onFirstUpdate?: ((arg0: Partial<import("@popperjs/core").State>) => void) | undefined;
265
+ } | undefined;
266
+ hideAfter?: number | undefined;
267
+ transition?: string | undefined;
268
+ enterable?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
269
+ showAfter?: number | undefined;
270
+ showArrow?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
271
+ } | undefined;
272
+ property?: string | undefined;
273
+ renderHeader?: ((data: {
274
+ column: import("element-plus/es/components/table/src/table-column/defaults.js").TableColumnCtx<any>;
275
+ $index: number;
276
+ }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
277
+ [key: string]: any;
278
+ }>) | undefined;
279
+ sortMethod?: ((a: any, b: any) => number) | undefined;
280
+ sortBy?: string | string[] | ((row: any, index: number) => string) | undefined;
281
+ columnKey?: string | undefined;
282
+ headerAlign?: string | undefined;
283
+ selectable?: ((row: any, index: number) => boolean) | undefined;
284
+ filteredValue?: string[] | undefined;
285
+ filters?: {
286
+ text: string;
287
+ value: string;
288
+ }[] | undefined;
289
+ filterPlacement?: string | undefined;
290
+ filterClassName?: string | undefined;
291
+ }[]>;
134
292
  clearSort: () => void | undefined;
135
293
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
136
294
  "update:sortValue": (sortValue: {
@@ -435,6 +593,164 @@ export declare const GmTablePro: import("../../../../utils").SFCWithInstall<{
435
593
  onSelectionChange?: ((value: Record<string, any>[]) => any) | undefined;
436
594
  onSortChange?: ((value: import("element-plus/es/components/table/src/table/defaults.js").Sort) => any) | undefined;
437
595
  }, {
596
+ colPropsList: import("vue").Ref<{
597
+ type: "" | "edit";
598
+ fixed: string | boolean;
599
+ width: string | number;
600
+ minWidth: string | number;
601
+ prop: string;
602
+ sortable: string | boolean;
603
+ resizable: boolean;
604
+ reserveSelection: boolean;
605
+ filterMultiple: boolean;
606
+ sortOrders: ("ascending" | "descending" | null)[];
607
+ isSort: boolean;
608
+ isShow: boolean;
609
+ label?: string | undefined;
610
+ filterMethod?: import("element-plus/es/components/table/src/table-column/defaults.js").FilterMethods<any> | undefined;
611
+ align?: string | undefined;
612
+ className?: string | undefined;
613
+ labelClassName?: string | undefined;
614
+ formatter?: ((row: any, column: import("element-plus/es/components/table/src/table-column/defaults.js").TableColumnCtx<any>, cellValue: any, index: number) => string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
615
+ [key: string]: any;
616
+ }>) | undefined;
617
+ index?: number | ((index: number) => number) | undefined;
618
+ showOverflowTooltip?: boolean | {
619
+ offset?: number | undefined;
620
+ appendTo?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown> | undefined;
621
+ effect?: string | undefined;
622
+ placement?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined;
623
+ popperClass?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | {
624
+ [x: string]: boolean;
625
+ } | (string | {
626
+ [x: string]: boolean;
627
+ } | (string | {
628
+ [x: string]: boolean;
629
+ } | (string | {
630
+ [x: string]: boolean;
631
+ } | (string | {
632
+ [x: string]: boolean;
633
+ } | (string | {
634
+ [x: string]: boolean;
635
+ } | (string | {
636
+ [x: string]: boolean;
637
+ } | (string | {
638
+ [x: string]: boolean;
639
+ } | (string | {
640
+ [x: string]: boolean;
641
+ } | (string | {
642
+ [x: string]: boolean;
643
+ } | (string | any[] | {
644
+ [x: string]: boolean;
645
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
646
+ [x: string]: boolean;
647
+ } | (string | {
648
+ [x: string]: boolean;
649
+ } | (string | {
650
+ [x: string]: boolean;
651
+ } | (string | {
652
+ [x: string]: boolean;
653
+ } | (string | {
654
+ [x: string]: boolean;
655
+ } | (string | {
656
+ [x: string]: boolean;
657
+ } | (string | {
658
+ [x: string]: boolean;
659
+ } | (string | {
660
+ [x: string]: boolean;
661
+ } | (string | {
662
+ [x: string]: boolean;
663
+ } | (string | {
664
+ [x: string]: boolean;
665
+ } | (string | any[] | {
666
+ [x: string]: boolean;
667
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
668
+ [x: string]: boolean;
669
+ } | (string | {
670
+ [x: string]: boolean;
671
+ } | (string | {
672
+ [x: string]: boolean;
673
+ } | (string | {
674
+ [x: string]: boolean;
675
+ } | (string | {
676
+ [x: string]: boolean;
677
+ } | (string | {
678
+ [x: string]: boolean;
679
+ } | (string | {
680
+ [x: string]: boolean;
681
+ } | (string | {
682
+ [x: string]: boolean;
683
+ } | (string | {
684
+ [x: string]: boolean;
685
+ } | (string | {
686
+ [x: string]: boolean;
687
+ } | (string | any[] | {
688
+ [x: string]: boolean;
689
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
690
+ [x: string]: boolean;
691
+ } | (string | {
692
+ [x: string]: boolean;
693
+ } | (string | {
694
+ [x: string]: boolean;
695
+ } | (string | {
696
+ [x: string]: boolean;
697
+ } | (string | {
698
+ [x: string]: boolean;
699
+ } | (string | {
700
+ [x: string]: boolean;
701
+ } | (string | {
702
+ [x: string]: boolean;
703
+ } | (string | {
704
+ [x: string]: boolean;
705
+ } | (string | {
706
+ [x: string]: boolean;
707
+ } | (string | {
708
+ [x: string]: boolean;
709
+ } | (string | any[] | {
710
+ [x: string]: boolean;
711
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
712
+ popperOptions?: {
713
+ placement?: import("element-plus").Placement | undefined;
714
+ modifiers?: {
715
+ name?: any;
716
+ enabled?: boolean | undefined;
717
+ phase?: import("@popperjs/core").ModifierPhases | undefined;
718
+ requires?: string[] | undefined;
719
+ requiresIfExists?: string[] | undefined;
720
+ fn?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | import("@popperjs/core").State) | undefined;
721
+ effect?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | (() => void)) | undefined;
722
+ options?: Partial<any> | undefined;
723
+ data?: import("@popperjs/core").Obj | undefined;
724
+ }[] | undefined;
725
+ strategy?: import("@popperjs/core").PositioningStrategy | undefined;
726
+ onFirstUpdate?: ((arg0: Partial<import("@popperjs/core").State>) => void) | undefined;
727
+ } | undefined;
728
+ hideAfter?: number | undefined;
729
+ transition?: string | undefined;
730
+ enterable?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
731
+ showAfter?: number | undefined;
732
+ showArrow?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
733
+ } | undefined;
734
+ property?: string | undefined;
735
+ renderHeader?: ((data: {
736
+ column: import("element-plus/es/components/table/src/table-column/defaults.js").TableColumnCtx<any>;
737
+ $index: number;
738
+ }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
739
+ [key: string]: any;
740
+ }>) | undefined;
741
+ sortMethod?: ((a: any, b: any) => number) | undefined;
742
+ sortBy?: string | string[] | ((row: any, index: number) => string) | undefined;
743
+ columnKey?: string | undefined;
744
+ headerAlign?: string | undefined;
745
+ selectable?: ((row: any, index: number) => boolean) | undefined;
746
+ filteredValue?: string[] | undefined;
747
+ filters?: {
748
+ text: string;
749
+ value: string;
750
+ }[] | undefined;
751
+ filterPlacement?: string | undefined;
752
+ filterClassName?: string | undefined;
753
+ }[]>;
438
754
  clearSort: () => void | undefined;
439
755
  }, {}, {}, {}, {
440
756
  data: unknown[];
@@ -598,6 +914,164 @@ export declare const GmTablePro: import("../../../../utils").SFCWithInstall<{
598
914
  onSelectionChange?: ((value: Record<string, any>[]) => any) | undefined;
599
915
  onSortChange?: ((value: import("element-plus/es/components/table/src/table/defaults.js").Sort) => any) | undefined;
600
916
  }, {
917
+ colPropsList: import("vue").Ref<{
918
+ type: "" | "edit";
919
+ fixed: string | boolean;
920
+ width: string | number;
921
+ minWidth: string | number;
922
+ prop: string;
923
+ sortable: string | boolean;
924
+ resizable: boolean;
925
+ reserveSelection: boolean;
926
+ filterMultiple: boolean;
927
+ sortOrders: ("ascending" | "descending" | null)[];
928
+ isSort: boolean;
929
+ isShow: boolean;
930
+ label?: string | undefined;
931
+ filterMethod?: import("element-plus/es/components/table/src/table-column/defaults.js").FilterMethods<any> | undefined;
932
+ align?: string | undefined;
933
+ className?: string | undefined;
934
+ labelClassName?: string | undefined;
935
+ formatter?: ((row: any, column: import("element-plus/es/components/table/src/table-column/defaults.js").TableColumnCtx<any>, cellValue: any, index: number) => string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
936
+ [key: string]: any;
937
+ }>) | undefined;
938
+ index?: number | ((index: number) => number) | undefined;
939
+ showOverflowTooltip?: boolean | {
940
+ offset?: number | undefined;
941
+ appendTo?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown> | undefined;
942
+ effect?: string | undefined;
943
+ placement?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined;
944
+ popperClass?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | {
945
+ [x: string]: boolean;
946
+ } | (string | {
947
+ [x: string]: boolean;
948
+ } | (string | {
949
+ [x: string]: boolean;
950
+ } | (string | {
951
+ [x: string]: boolean;
952
+ } | (string | {
953
+ [x: string]: boolean;
954
+ } | (string | {
955
+ [x: string]: boolean;
956
+ } | (string | {
957
+ [x: string]: boolean;
958
+ } | (string | {
959
+ [x: string]: boolean;
960
+ } | (string | {
961
+ [x: string]: boolean;
962
+ } | (string | {
963
+ [x: string]: boolean;
964
+ } | (string | any[] | {
965
+ [x: string]: boolean;
966
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
967
+ [x: string]: boolean;
968
+ } | (string | {
969
+ [x: string]: boolean;
970
+ } | (string | {
971
+ [x: string]: boolean;
972
+ } | (string | {
973
+ [x: string]: boolean;
974
+ } | (string | {
975
+ [x: string]: boolean;
976
+ } | (string | {
977
+ [x: string]: boolean;
978
+ } | (string | {
979
+ [x: string]: boolean;
980
+ } | (string | {
981
+ [x: string]: boolean;
982
+ } | (string | {
983
+ [x: string]: boolean;
984
+ } | (string | {
985
+ [x: string]: boolean;
986
+ } | (string | any[] | {
987
+ [x: string]: boolean;
988
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
989
+ [x: string]: boolean;
990
+ } | (string | {
991
+ [x: string]: boolean;
992
+ } | (string | {
993
+ [x: string]: boolean;
994
+ } | (string | {
995
+ [x: string]: boolean;
996
+ } | (string | {
997
+ [x: string]: boolean;
998
+ } | (string | {
999
+ [x: string]: boolean;
1000
+ } | (string | {
1001
+ [x: string]: boolean;
1002
+ } | (string | {
1003
+ [x: string]: boolean;
1004
+ } | (string | {
1005
+ [x: string]: boolean;
1006
+ } | (string | {
1007
+ [x: string]: boolean;
1008
+ } | (string | any[] | {
1009
+ [x: string]: boolean;
1010
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1011
+ [x: string]: boolean;
1012
+ } | (string | {
1013
+ [x: string]: boolean;
1014
+ } | (string | {
1015
+ [x: string]: boolean;
1016
+ } | (string | {
1017
+ [x: string]: boolean;
1018
+ } | (string | {
1019
+ [x: string]: boolean;
1020
+ } | (string | {
1021
+ [x: string]: boolean;
1022
+ } | (string | {
1023
+ [x: string]: boolean;
1024
+ } | (string | {
1025
+ [x: string]: boolean;
1026
+ } | (string | {
1027
+ [x: string]: boolean;
1028
+ } | (string | {
1029
+ [x: string]: boolean;
1030
+ } | (string | any[] | {
1031
+ [x: string]: boolean;
1032
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
1033
+ popperOptions?: {
1034
+ placement?: import("element-plus").Placement | undefined;
1035
+ modifiers?: {
1036
+ name?: any;
1037
+ enabled?: boolean | undefined;
1038
+ phase?: import("@popperjs/core").ModifierPhases | undefined;
1039
+ requires?: string[] | undefined;
1040
+ requiresIfExists?: string[] | undefined;
1041
+ fn?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | import("@popperjs/core").State) | undefined;
1042
+ effect?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | (() => void)) | undefined;
1043
+ options?: Partial<any> | undefined;
1044
+ data?: import("@popperjs/core").Obj | undefined;
1045
+ }[] | undefined;
1046
+ strategy?: import("@popperjs/core").PositioningStrategy | undefined;
1047
+ onFirstUpdate?: ((arg0: Partial<import("@popperjs/core").State>) => void) | undefined;
1048
+ } | undefined;
1049
+ hideAfter?: number | undefined;
1050
+ transition?: string | undefined;
1051
+ enterable?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
1052
+ showAfter?: number | undefined;
1053
+ showArrow?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
1054
+ } | undefined;
1055
+ property?: string | undefined;
1056
+ renderHeader?: ((data: {
1057
+ column: import("element-plus/es/components/table/src/table-column/defaults.js").TableColumnCtx<any>;
1058
+ $index: number;
1059
+ }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1060
+ [key: string]: any;
1061
+ }>) | undefined;
1062
+ sortMethod?: ((a: any, b: any) => number) | undefined;
1063
+ sortBy?: string | string[] | ((row: any, index: number) => string) | undefined;
1064
+ columnKey?: string | undefined;
1065
+ headerAlign?: string | undefined;
1066
+ selectable?: ((row: any, index: number) => boolean) | undefined;
1067
+ filteredValue?: string[] | undefined;
1068
+ filters?: {
1069
+ text: string;
1070
+ value: string;
1071
+ }[] | undefined;
1072
+ filterPlacement?: string | undefined;
1073
+ filterClassName?: string | undefined;
1074
+ }[]>;
601
1075
  clearSort: () => void | undefined;
602
1076
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
603
1077
  "update:sortValue": (sortValue: {
@@ -1 +1 @@
1
- export declare const version = "0.0.23";
1
+ export declare const version = "0.0.24";
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const version = "0.0.22";
3
+ const version = "0.0.23";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.22';\n"],"names":[],"mappings":";;AAAO,MAAM,OAAU,GAAA;;;;"}
1
+ {"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.23';\n"],"names":[],"mappings":";;AAAO,MAAM,OAAU,GAAA;;;;"}
package/lib/index.css CHANGED
@@ -1,3 +1,37 @@
1
+ .gm-flex-center[data-v-d1c6dac0] {
2
+ align-items: center;
3
+ }
4
+
5
+ .gm-flex-justify-between[data-v-d1c6dac0] {
6
+ justify-content: space-between;
7
+ }
8
+ [data-v-512cf874] .gmSearchForm .el-form-item {
9
+ margin-right: 8px;
10
+ margin-bottom: 8px;
11
+ }
12
+ [data-v-9f72778f] .gmTableNoBorder .el-table__body .el-table__cell {
13
+ border-right: none;
14
+ }
15
+
16
+ [data-v-9f72778f] .gmTableNoBorder .el-table__inner-wrapper:before {
17
+ height: 0;
18
+ }
19
+
20
+ [data-v-9f72778f] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
21
+ height: 0;
22
+ }
23
+
24
+ [data-v-9f72778f] .gmTableNoBorder.el-table--border:after {
25
+ height: 0;
26
+ }
27
+
28
+ [data-v-9f72778f] .gmTableNoBorder.el-table--border:before {
29
+ height: 0;
30
+ }
31
+
32
+ [data-v-9f72778f] .gmTableNoBorder .el-table__border-left-patch {
33
+ height: 0;
34
+ }
1
35
  /*
2
36
  ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
3
37
  *//*
@@ -679,40 +713,6 @@ video {
679
713
  .gm-group:hover .group-hover\:gm-block {
680
714
  display: block;
681
715
  }
682
- .gm-flex-center[data-v-d1c6dac0] {
683
- align-items: center;
684
- }
685
-
686
- .gm-flex-justify-between[data-v-d1c6dac0] {
687
- justify-content: space-between;
688
- }
689
- [data-v-512cf874] .gmSearchForm .el-form-item {
690
- margin-right: 8px;
691
- margin-bottom: 8px;
692
- }
693
- [data-v-ad9f3fdf] .gmTableNoBorder .el-table__body .el-table__cell {
694
- border-right: none;
695
- }
696
-
697
- [data-v-ad9f3fdf] .gmTableNoBorder .el-table__inner-wrapper:before {
698
- height: 0;
699
- }
700
-
701
- [data-v-ad9f3fdf] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
702
- height: 0;
703
- }
704
-
705
- [data-v-ad9f3fdf] .gmTableNoBorder.el-table--border:after {
706
- height: 0;
707
- }
708
-
709
- [data-v-ad9f3fdf] .gmTableNoBorder.el-table--border:before {
710
- height: 0;
711
- }
712
-
713
- [data-v-ad9f3fdf] .gmTableNoBorder .el-table__border-left-patch {
714
- height: 0;
715
- }
716
716
 
717
717
  .pagination-container[data-v-8a95ba6d] {
718
718
  background: #fff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "giime",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "A Component Library for Vue 3",
5
5
  "keywords": [
6
6
  "giime",