giime 0.0.25 → 0.0.26

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.
Files changed (24) hide show
  1. package/dist/index.css +34 -34
  2. package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +21 -3
  3. package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.mjs +7 -23
  4. package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.mjs.map +1 -1
  5. package/es/components/src/composite/searchForm/searchFormItems/select/index.d.ts +21 -3
  6. package/es/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.d.ts +9 -2
  7. package/es/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.mjs +5 -4
  8. package/es/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.mjs.map +1 -1
  9. package/es/giime/version.d.ts +1 -1
  10. package/es/giime/version.mjs +1 -1
  11. package/es/giime/version.mjs.map +1 -1
  12. package/es/index.css +34 -34
  13. package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +21 -3
  14. package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.js +6 -22
  15. package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.js.map +1 -1
  16. package/lib/components/src/composite/searchForm/searchFormItems/select/index.d.ts +21 -3
  17. package/lib/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.d.ts +9 -2
  18. package/lib/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.js +5 -4
  19. package/lib/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.js.map +1 -1
  20. package/lib/giime/version.d.ts +1 -1
  21. package/lib/giime/version.js +1 -1
  22. package/lib/giime/version.js.map +1 -1
  23. package/lib/index.css +34 -34
  24. package/package.json +1 -1
package/dist/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-9f72778f] .gmTableNoBorder .el-table__body .el-table__cell {
694
- border-right: none;
695
- }
696
-
697
- [data-v-9f72778f] .gmTableNoBorder .el-table__inner-wrapper:before {
698
- height: 0;
699
- }
700
-
701
- [data-v-9f72778f] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
702
- height: 0;
703
- }
704
-
705
- [data-v-9f72778f] .gmTableNoBorder.el-table--border:after {
706
- height: 0;
707
- }
708
-
709
- [data-v-9f72778f] .gmTableNoBorder.el-table--border:before {
710
- height: 0;
711
- }
712
-
713
- [data-v-9f72778f] .gmTableNoBorder .el-table__border-left-patch {
714
- height: 0;
715
- }
716
716
 
717
717
  .pagination-container[data-v-8a95ba6d] {
718
718
  background: #fff;
@@ -13,9 +13,17 @@ declare const _default: import("vue").DefineComponent<{
13
13
  default: boolean;
14
14
  };
15
15
  options: {
16
- type: import("vue").PropType<import("./searchFormSelect").SearchFormSelectPropsOption[]>;
16
+ type: import("vue").PropType<import("../../..").SelectOptionsOptionType[]>;
17
17
  default: () => never[];
18
18
  };
19
+ optionLabel: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ optionValue: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
19
27
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
28
  "update:modelValue": (modelValue: import("element-plus/es/utils").EpPropMergeType<(ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor | ArrayConstructor)[], unknown, unknown> | undefined) => void;
21
29
  change: (...args: any[]) => void;
@@ -34,15 +42,25 @@ declare const _default: import("vue").DefineComponent<{
34
42
  default: boolean;
35
43
  };
36
44
  options: {
37
- type: import("vue").PropType<import("./searchFormSelect").SearchFormSelectPropsOption[]>;
45
+ type: import("vue").PropType<import("../../..").SelectOptionsOptionType[]>;
38
46
  default: () => never[];
39
47
  };
48
+ optionLabel: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ optionValue: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
40
56
  }>> & {
41
57
  onChange?: ((...args: any[]) => any) | undefined;
42
58
  "onUpdate:modelValue"?: ((modelValue: import("element-plus/es/utils").EpPropMergeType<(ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor | ArrayConstructor)[], unknown, unknown> | undefined) => any) | undefined;
43
59
  }, {
44
- options: import("./searchFormSelect").SearchFormSelectPropsOption[];
60
+ options: import("../../..").SelectOptionsOptionType[];
45
61
  label: string;
46
62
  multiple: boolean;
63
+ optionLabel: string;
64
+ optionValue: string;
47
65
  }, {}>;
48
66
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, mergeModels, useModel, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementBlock, Fragment, renderList } from 'vue';
1
+ import { defineComponent, mergeModels, useModel, resolveComponent, openBlock, createBlock, withCtx, createVNode } from 'vue';
2
2
  import { useWatchModelChange } from '../../composables/useWatchModelChange.mjs';
3
3
  import { SearchFormSelectName, searchFormSelectProps, searchFormSelectEmits } from './searchFormSelect.mjs';
4
4
 
@@ -18,12 +18,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
18
18
  const emit = __emit;
19
19
  useWatchModelChange(modelValue, { prop: props.prop });
20
20
  return (_ctx, _cache) => {
21
- const _component_gm_option = resolveComponent("gm-option");
22
- const _component_gm_select = resolveComponent("gm-select");
21
+ const _component_gm_select_options = resolveComponent("gm-select-options");
23
22
  const _component_gm_form_item = resolveComponent("gm-form-item");
24
23
  return openBlock(), createBlock(_component_gm_form_item, { prop: _ctx.prop }, {
25
24
  default: withCtx(() => [
26
- createVNode(_component_gm_select, {
25
+ createVNode(_component_gm_select_options, {
27
26
  modelValue: modelValue.value,
28
27
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => modelValue.value = $event),
29
28
  placeholder: _ctx.label,
@@ -32,27 +31,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
32
31
  clearable: "",
33
32
  "collapse-tags": "",
34
33
  "collapse-tags-tooltip": "",
34
+ options: _ctx.options,
35
+ optionLabel: _ctx.optionLabel,
36
+ optionValue: _ctx.optionValue,
35
37
  class: "gm-w-[180px]",
36
38
  onChange: _cache[1] || (_cache[1] = ($event) => emit("change", $event))
37
- }, {
38
- default: withCtx(() => [
39
- (openBlock(true), createElementBlock(
40
- Fragment,
41
- null,
42
- renderList(_ctx.options, (item, index) => {
43
- return openBlock(), createBlock(_component_gm_option, {
44
- key: index,
45
- label: item.label,
46
- value: item.value
47
- }, null, 8, ["label", "value"]);
48
- }),
49
- 128
50
- /* KEYED_FRAGMENT */
51
- ))
52
- ]),
53
- _: 1
54
- /* STABLE */
55
- }, 8, ["modelValue", "placeholder", "multiple"])
39
+ }, null, 8, ["modelValue", "placeholder", "multiple", "options", "optionLabel", "optionValue"])
56
40
  ]),
57
41
  _: 1
58
42
  /* STABLE */
@@ -1 +1 @@
1
- {"version":3,"file":"SearchFormSelect.vue2.mjs","sources":["../../../../../../../../../packages/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue"],"sourcesContent":["<template>\r\n <gm-form-item :prop=\"prop\">\r\n <gm-select\r\n v-model=\"modelValue\"\r\n :placeholder=\"label\"\r\n :multiple=\"multiple\"\r\n filterable\r\n clearable\r\n collapse-tags\r\n collapse-tags-tooltip\r\n class=\"gm-w-[180px]\"\r\n @change=\"emit('change', $event)\"\r\n >\r\n <gm-option v-for=\"(item, index) in options\" :key=\"index\" :label=\"item.label\" :value=\"item.value\" />\r\n </gm-select>\r\n </gm-form-item>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { useWatchModelChange } from '../../composables/useWatchModelChange';\r\nimport { SearchFormSelectName, searchFormSelectEmits, searchFormSelectProps } from './searchFormSelect';\r\nimport type { SelectProps } from '@giime/components/src/base/select';\r\n\r\ndefineOptions({\r\n name: SearchFormSelectName,\r\n});\r\nconst props = defineProps(searchFormSelectProps);\r\nconst modelValue = defineModel<SelectProps['modelValue'] | undefined>();\r\n\r\nconst emit = defineEmits(searchFormSelectEmits);\r\nuseWatchModelChange(modelValue, { prop: props.prop });\r\n</script>\r\n"],"names":["_useModel"],"mappings":";;;;;;;;;;;;;;;AAyBA,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAM,MAAA,UAAA,GAAaA,QAAmD,CAAA,OAAA,EAAA,YAAA,CAAA,CAAA;AAEtE,IAAA,MAAM,IAAO,GAAA,MAAA,CAAA;AACb,IAAA,mBAAA,CAAoB,UAAY,EAAA,EAAE,IAAM,EAAA,KAAA,CAAM,MAAM,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"SearchFormSelect.vue2.mjs","sources":["../../../../../../../../../packages/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue"],"sourcesContent":["<template>\r\n <gm-form-item :prop=\"prop\">\r\n <gm-select-options\r\n v-model=\"modelValue\"\r\n :placeholder=\"label\"\r\n :multiple=\"multiple\"\r\n filterable\r\n clearable\r\n collapse-tags\r\n collapse-tags-tooltip\r\n :options=\"options\"\r\n :optionLabel=\"optionLabel\"\r\n :optionValue=\"optionValue\"\r\n class=\"gm-w-[180px]\"\r\n @change=\"emit('change', $event)\"\r\n />\r\n </gm-form-item>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { useWatchModelChange } from '../../composables/useWatchModelChange';\r\nimport { SearchFormSelectName, searchFormSelectEmits, searchFormSelectProps } from './searchFormSelect';\r\nimport type { SelectProps } from '@giime/components/src/base/select';\r\n\r\ndefineOptions({\r\n name: SearchFormSelectName,\r\n});\r\nconst props = defineProps(searchFormSelectProps);\r\nconst modelValue = defineModel<SelectProps['modelValue'] | undefined>();\r\n\r\nconst emit = defineEmits(searchFormSelectEmits);\r\nuseWatchModelChange(modelValue, { prop: props.prop });\r\n</script>\r\n"],"names":["_useModel"],"mappings":";;;;;;;;;;;;;;;AA0BA,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAM,MAAA,UAAA,GAAaA,QAAmD,CAAA,OAAA,EAAA,YAAA,CAAA,CAAA;AAEtE,IAAA,MAAM,IAAO,GAAA,MAAA,CAAA;AACb,IAAA,mBAAA,CAAoB,UAAY,EAAA,EAAE,IAAM,EAAA,KAAA,CAAM,MAAM,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -14,9 +14,17 @@ export declare const GmSearchFormSelect: import("../../../../../../utils").SFCWi
14
14
  default: boolean;
15
15
  };
16
16
  options: {
17
- type: import("vue").PropType<import("./searchFormSelect").SearchFormSelectPropsOption[]>;
17
+ type: import("vue").PropType<import("../../../index.js").SelectOptionsOptionType[]>;
18
18
  default: () => never[];
19
19
  };
20
+ optionLabel: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ optionValue: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
20
28
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
29
  "update:modelValue": (modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor | ArrayConstructor)[], unknown, unknown> | undefined) => void;
22
30
  change: (...args: any[]) => void;
@@ -35,16 +43,26 @@ export declare const GmSearchFormSelect: import("../../../../../../utils").SFCWi
35
43
  default: boolean;
36
44
  };
37
45
  options: {
38
- type: import("vue").PropType<import("./searchFormSelect").SearchFormSelectPropsOption[]>;
46
+ type: import("vue").PropType<import("../../../index.js").SelectOptionsOptionType[]>;
39
47
  default: () => never[];
40
48
  };
49
+ optionLabel: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ optionValue: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
41
57
  }>> & {
42
58
  onChange?: ((...args: any[]) => any) | undefined;
43
59
  "onUpdate:modelValue"?: ((modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor | ArrayConstructor)[], unknown, unknown> | undefined) => any) | undefined;
44
60
  }, {
45
- options: import("./searchFormSelect").SearchFormSelectPropsOption[];
61
+ options: import("../../../index.js").SelectOptionsOptionType[];
46
62
  label: string;
47
63
  multiple: boolean;
64
+ optionLabel: string;
65
+ optionValue: string;
48
66
  }, {}>> & Record<string, any>;
49
67
  export type SearchFormSelectInstance = InstanceType<typeof SearchFormSelect>;
50
68
  export * from './searchFormSelect';
@@ -1,5 +1,4 @@
1
1
  import type { OptionProps } from '../../../../../../components/src/base';
2
- import type { PropType } from 'vue';
3
2
  export interface SearchFormSelectPropsOption {
4
3
  label: OptionProps['label'];
5
4
  value: OptionProps['value'];
@@ -18,9 +17,17 @@ export declare const searchFormSelectProps: {
18
17
  default: boolean;
19
18
  };
20
19
  options: {
21
- type: PropType<SearchFormSelectPropsOption[]>;
20
+ type: import("vue").PropType<import("../../../../../../components/src/composite/selectOptions/selectOptions").SelectOptionsOptionType[]>;
22
21
  default: () => never[];
23
22
  };
23
+ optionLabel: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ optionValue: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
24
31
  };
25
32
  export declare const searchFormSelectEmits: {
26
33
  change: (...value: any[]) => boolean;
@@ -1,3 +1,4 @@
1
+ import { selectOptionsProps } from '../../../selectOptions/selectOptions.mjs';
1
2
  import { searchFormCommonProps } from '../common.mjs';
2
3
 
3
4
  const searchFormSelectProps = {
@@ -14,10 +15,10 @@ const searchFormSelectProps = {
14
15
  type: Boolean,
15
16
  default: false
16
17
  },
17
- options: {
18
- type: Array,
19
- default: () => []
20
- }
18
+ options: selectOptionsProps.options,
19
+ optionLabel: selectOptionsProps.optionLabel,
20
+ // 自定义指定option中的value字段
21
+ optionValue: selectOptionsProps.optionValue
21
22
  };
22
23
  const searchFormSelectEmits = {
23
24
  change: (...value) => !!value
@@ -1 +1 @@
1
- {"version":3,"file":"searchFormSelect.mjs","sources":["../../../../../../../../../packages/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.ts"],"sourcesContent":["import { searchFormCommonProps } from '../common';\r\nimport type { OptionProps } from '@giime/components/src/base';\r\nimport type { PropType } from 'vue';\r\nexport interface SearchFormSelectPropsOption {\r\n label: OptionProps['label'];\r\n value: OptionProps['value'];\r\n}\r\nexport const searchFormSelectProps = {\r\n ...searchFormCommonProps,\r\n label: {\r\n type: String,\r\n default: '',\r\n },\r\n prop: {\r\n type: String,\r\n required: true as const,\r\n },\r\n multiple: {\r\n type: Boolean,\r\n default: false,\r\n },\r\n options: {\r\n type: Array as PropType<SearchFormSelectPropsOption[]>,\r\n default: () => [],\r\n },\r\n};\r\n\r\nexport const searchFormSelectEmits = {\r\n change: (...value: any[]) => !!value,\r\n};\r\nexport const SearchFormSelectName = 'GmSearchFormSelect';\r\n"],"names":[],"mappings":";;AAOO,MAAM,qBAAwB,GAAA;AAAA,EACnC,GAAG,qBAAA;AAAA,EACH,KAAO,EAAA;AAAA,IACL,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,IAAM,EAAA;AAAA,IACJ,IAAM,EAAA,MAAA;AAAA,IACN,QAAU,EAAA,IAAA;AAAA,GACZ;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AAAA,EACA,OAAS,EAAA;AAAA,IACP,IAAM,EAAA,KAAA;AAAA,IACN,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AACF,EAAA;AAEO,MAAM,qBAAwB,GAAA;AAAA,EACnC,MAAQ,EAAA,CAAA,GAAI,KAAiB,KAAA,CAAC,CAAC,KAAA;AACjC,EAAA;AACO,MAAM,oBAAuB,GAAA;;;;"}
1
+ {"version":3,"file":"searchFormSelect.mjs","sources":["../../../../../../../../../packages/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.ts"],"sourcesContent":["import { selectOptionsProps } from '@giime/components/src/composite/selectOptions/selectOptions';\r\nimport { searchFormCommonProps } from '../common';\r\nimport type { OptionProps } from '@giime/components/src/base';\r\n// import type { PropType } from 'vue';\r\nexport interface SearchFormSelectPropsOption {\r\n label: OptionProps['label'];\r\n value: OptionProps['value'];\r\n}\r\nexport const searchFormSelectProps = {\r\n ...searchFormCommonProps,\r\n label: {\r\n type: String,\r\n default: '',\r\n },\r\n prop: {\r\n type: String,\r\n required: true as const,\r\n },\r\n multiple: {\r\n type: Boolean,\r\n default: false,\r\n },\r\n options: selectOptionsProps.options,\r\n optionLabel: selectOptionsProps.optionLabel,\r\n // 自定义指定option中的value字段\r\n optionValue: selectOptionsProps.optionValue,\r\n};\r\n\r\nexport const searchFormSelectEmits = {\r\n change: (...value: any[]) => !!value,\r\n};\r\nexport const SearchFormSelectName = 'GmSearchFormSelect';\r\n"],"names":[],"mappings":";;;AAQO,MAAM,qBAAwB,GAAA;AAAA,EACnC,GAAG,qBAAA;AAAA,EACH,KAAO,EAAA;AAAA,IACL,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,IAAM,EAAA;AAAA,IACJ,IAAM,EAAA,MAAA;AAAA,IACN,QAAU,EAAA,IAAA;AAAA,GACZ;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AAAA,EACA,SAAS,kBAAmB,CAAA,OAAA;AAAA,EAC5B,aAAa,kBAAmB,CAAA,WAAA;AAAA;AAAA,EAEhC,aAAa,kBAAmB,CAAA,WAAA;AAClC,EAAA;AAEO,MAAM,qBAAwB,GAAA;AAAA,EACnC,MAAQ,EAAA,CAAA,GAAI,KAAiB,KAAA,CAAC,CAAC,KAAA;AACjC,EAAA;AACO,MAAM,oBAAuB,GAAA;;;;"}
@@ -1 +1 @@
1
- export declare const version = "0.0.25";
1
+ export declare const version = "0.0.26";
@@ -1,4 +1,4 @@
1
- const version = "0.0.24";
1
+ const version = "0.0.26";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=version.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.24';\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
1
+ {"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.26';\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
package/es/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-9f72778f] .gmTableNoBorder .el-table__body .el-table__cell {
694
- border-right: none;
695
- }
696
-
697
- [data-v-9f72778f] .gmTableNoBorder .el-table__inner-wrapper:before {
698
- height: 0;
699
- }
700
-
701
- [data-v-9f72778f] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
702
- height: 0;
703
- }
704
-
705
- [data-v-9f72778f] .gmTableNoBorder.el-table--border:after {
706
- height: 0;
707
- }
708
-
709
- [data-v-9f72778f] .gmTableNoBorder.el-table--border:before {
710
- height: 0;
711
- }
712
-
713
- [data-v-9f72778f] .gmTableNoBorder .el-table__border-left-patch {
714
- height: 0;
715
- }
716
716
 
717
717
  .pagination-container[data-v-8a95ba6d] {
718
718
  background: #fff;
@@ -13,9 +13,17 @@ declare const _default: import("vue").DefineComponent<{
13
13
  default: boolean;
14
14
  };
15
15
  options: {
16
- type: import("vue").PropType<import("./searchFormSelect").SearchFormSelectPropsOption[]>;
16
+ type: import("vue").PropType<import("../../..").SelectOptionsOptionType[]>;
17
17
  default: () => never[];
18
18
  };
19
+ optionLabel: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ optionValue: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
19
27
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
28
  "update:modelValue": (modelValue: import("element-plus/es/utils").EpPropMergeType<(ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor | ArrayConstructor)[], unknown, unknown> | undefined) => void;
21
29
  change: (...args: any[]) => void;
@@ -34,15 +42,25 @@ declare const _default: import("vue").DefineComponent<{
34
42
  default: boolean;
35
43
  };
36
44
  options: {
37
- type: import("vue").PropType<import("./searchFormSelect").SearchFormSelectPropsOption[]>;
45
+ type: import("vue").PropType<import("../../..").SelectOptionsOptionType[]>;
38
46
  default: () => never[];
39
47
  };
48
+ optionLabel: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ optionValue: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
40
56
  }>> & {
41
57
  onChange?: ((...args: any[]) => any) | undefined;
42
58
  "onUpdate:modelValue"?: ((modelValue: import("element-plus/es/utils").EpPropMergeType<(ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor | ArrayConstructor)[], unknown, unknown> | undefined) => any) | undefined;
43
59
  }, {
44
- options: import("./searchFormSelect").SearchFormSelectPropsOption[];
60
+ options: import("../../..").SelectOptionsOptionType[];
45
61
  label: string;
46
62
  multiple: boolean;
63
+ optionLabel: string;
64
+ optionValue: string;
47
65
  }, {}>;
48
66
  export default _default;
@@ -22,12 +22,11 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
22
22
  const emit = __emit;
23
23
  useWatchModelChange.useWatchModelChange(modelValue, { prop: props.prop });
24
24
  return (_ctx, _cache) => {
25
- const _component_gm_option = vue.resolveComponent("gm-option");
26
- const _component_gm_select = vue.resolveComponent("gm-select");
25
+ const _component_gm_select_options = vue.resolveComponent("gm-select-options");
27
26
  const _component_gm_form_item = vue.resolveComponent("gm-form-item");
28
27
  return vue.openBlock(), vue.createBlock(_component_gm_form_item, { prop: _ctx.prop }, {
29
28
  default: vue.withCtx(() => [
30
- vue.createVNode(_component_gm_select, {
29
+ vue.createVNode(_component_gm_select_options, {
31
30
  modelValue: modelValue.value,
32
31
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => modelValue.value = $event),
33
32
  placeholder: _ctx.label,
@@ -36,27 +35,12 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
36
35
  clearable: "",
37
36
  "collapse-tags": "",
38
37
  "collapse-tags-tooltip": "",
38
+ options: _ctx.options,
39
+ optionLabel: _ctx.optionLabel,
40
+ optionValue: _ctx.optionValue,
39
41
  class: "gm-w-[180px]",
40
42
  onChange: _cache[1] || (_cache[1] = ($event) => emit("change", $event))
41
- }, {
42
- default: vue.withCtx(() => [
43
- (vue.openBlock(true), vue.createElementBlock(
44
- vue.Fragment,
45
- null,
46
- vue.renderList(_ctx.options, (item, index) => {
47
- return vue.openBlock(), vue.createBlock(_component_gm_option, {
48
- key: index,
49
- label: item.label,
50
- value: item.value
51
- }, null, 8, ["label", "value"]);
52
- }),
53
- 128
54
- /* KEYED_FRAGMENT */
55
- ))
56
- ]),
57
- _: 1
58
- /* STABLE */
59
- }, 8, ["modelValue", "placeholder", "multiple"])
43
+ }, null, 8, ["modelValue", "placeholder", "multiple", "options", "optionLabel", "optionValue"])
60
44
  ]),
61
45
  _: 1
62
46
  /* STABLE */
@@ -1 +1 @@
1
- {"version":3,"file":"SearchFormSelect.vue2.js","sources":["../../../../../../../../../packages/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue"],"sourcesContent":["<template>\r\n <gm-form-item :prop=\"prop\">\r\n <gm-select\r\n v-model=\"modelValue\"\r\n :placeholder=\"label\"\r\n :multiple=\"multiple\"\r\n filterable\r\n clearable\r\n collapse-tags\r\n collapse-tags-tooltip\r\n class=\"gm-w-[180px]\"\r\n @change=\"emit('change', $event)\"\r\n >\r\n <gm-option v-for=\"(item, index) in options\" :key=\"index\" :label=\"item.label\" :value=\"item.value\" />\r\n </gm-select>\r\n </gm-form-item>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { useWatchModelChange } from '../../composables/useWatchModelChange';\r\nimport { SearchFormSelectName, searchFormSelectEmits, searchFormSelectProps } from './searchFormSelect';\r\nimport type { SelectProps } from '@giime/components/src/base/select';\r\n\r\ndefineOptions({\r\n name: SearchFormSelectName,\r\n});\r\nconst props = defineProps(searchFormSelectProps);\r\nconst modelValue = defineModel<SelectProps['modelValue'] | undefined>();\r\n\r\nconst emit = defineEmits(searchFormSelectEmits);\r\nuseWatchModelChange(modelValue, { prop: props.prop });\r\n</script>\r\n"],"names":["_useModel","useWatchModelChange"],"mappings":";;;;;;;;;;;;;;;;;;;AAyBA,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAM,MAAA,UAAA,GAAaA,YAAmD,CAAA,OAAA,EAAA,YAAA,CAAA,CAAA;AAEtE,IAAA,MAAM,IAAO,GAAA,MAAA,CAAA;AACb,IAAAC,uCAAA,CAAoB,UAAY,EAAA,EAAE,IAAM,EAAA,KAAA,CAAM,MAAM,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"SearchFormSelect.vue2.js","sources":["../../../../../../../../../packages/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue"],"sourcesContent":["<template>\r\n <gm-form-item :prop=\"prop\">\r\n <gm-select-options\r\n v-model=\"modelValue\"\r\n :placeholder=\"label\"\r\n :multiple=\"multiple\"\r\n filterable\r\n clearable\r\n collapse-tags\r\n collapse-tags-tooltip\r\n :options=\"options\"\r\n :optionLabel=\"optionLabel\"\r\n :optionValue=\"optionValue\"\r\n class=\"gm-w-[180px]\"\r\n @change=\"emit('change', $event)\"\r\n />\r\n </gm-form-item>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { useWatchModelChange } from '../../composables/useWatchModelChange';\r\nimport { SearchFormSelectName, searchFormSelectEmits, searchFormSelectProps } from './searchFormSelect';\r\nimport type { SelectProps } from '@giime/components/src/base/select';\r\n\r\ndefineOptions({\r\n name: SearchFormSelectName,\r\n});\r\nconst props = defineProps(searchFormSelectProps);\r\nconst modelValue = defineModel<SelectProps['modelValue'] | undefined>();\r\n\r\nconst emit = defineEmits(searchFormSelectEmits);\r\nuseWatchModelChange(modelValue, { prop: props.prop });\r\n</script>\r\n"],"names":["_useModel","useWatchModelChange"],"mappings":";;;;;;;;;;;;;;;;;;;AA0BA,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAM,MAAA,UAAA,GAAaA,YAAmD,CAAA,OAAA,EAAA,YAAA,CAAA,CAAA;AAEtE,IAAA,MAAM,IAAO,GAAA,MAAA,CAAA;AACb,IAAAC,uCAAA,CAAoB,UAAY,EAAA,EAAE,IAAM,EAAA,KAAA,CAAM,MAAM,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -14,9 +14,17 @@ export declare const GmSearchFormSelect: import("../../../../../../utils").SFCWi
14
14
  default: boolean;
15
15
  };
16
16
  options: {
17
- type: import("vue").PropType<import("./searchFormSelect").SearchFormSelectPropsOption[]>;
17
+ type: import("vue").PropType<import("../../../index.js").SelectOptionsOptionType[]>;
18
18
  default: () => never[];
19
19
  };
20
+ optionLabel: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ optionValue: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
20
28
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
29
  "update:modelValue": (modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor | ArrayConstructor)[], unknown, unknown> | undefined) => void;
22
30
  change: (...args: any[]) => void;
@@ -35,16 +43,26 @@ export declare const GmSearchFormSelect: import("../../../../../../utils").SFCWi
35
43
  default: boolean;
36
44
  };
37
45
  options: {
38
- type: import("vue").PropType<import("./searchFormSelect").SearchFormSelectPropsOption[]>;
46
+ type: import("vue").PropType<import("../../../index.js").SelectOptionsOptionType[]>;
39
47
  default: () => never[];
40
48
  };
49
+ optionLabel: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ optionValue: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
41
57
  }>> & {
42
58
  onChange?: ((...args: any[]) => any) | undefined;
43
59
  "onUpdate:modelValue"?: ((modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor | ArrayConstructor)[], unknown, unknown> | undefined) => any) | undefined;
44
60
  }, {
45
- options: import("./searchFormSelect").SearchFormSelectPropsOption[];
61
+ options: import("../../../index.js").SelectOptionsOptionType[];
46
62
  label: string;
47
63
  multiple: boolean;
64
+ optionLabel: string;
65
+ optionValue: string;
48
66
  }, {}>> & Record<string, any>;
49
67
  export type SearchFormSelectInstance = InstanceType<typeof SearchFormSelect>;
50
68
  export * from './searchFormSelect';
@@ -1,5 +1,4 @@
1
1
  import type { OptionProps } from '../../../../../../components/src/base';
2
- import type { PropType } from 'vue';
3
2
  export interface SearchFormSelectPropsOption {
4
3
  label: OptionProps['label'];
5
4
  value: OptionProps['value'];
@@ -18,9 +17,17 @@ export declare const searchFormSelectProps: {
18
17
  default: boolean;
19
18
  };
20
19
  options: {
21
- type: PropType<SearchFormSelectPropsOption[]>;
20
+ type: import("vue").PropType<import("../../../../../../components/src/composite/selectOptions/selectOptions").SelectOptionsOptionType[]>;
22
21
  default: () => never[];
23
22
  };
23
+ optionLabel: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ optionValue: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
24
31
  };
25
32
  export declare const searchFormSelectEmits: {
26
33
  change: (...value: any[]) => boolean;
@@ -1,5 +1,6 @@
1
1
  'use strict';
2
2
 
3
+ var selectOptions = require('../../../selectOptions/selectOptions.js');
3
4
  var common = require('../common.js');
4
5
 
5
6
  const searchFormSelectProps = {
@@ -16,10 +17,10 @@ const searchFormSelectProps = {
16
17
  type: Boolean,
17
18
  default: false
18
19
  },
19
- options: {
20
- type: Array,
21
- default: () => []
22
- }
20
+ options: selectOptions.selectOptionsProps.options,
21
+ optionLabel: selectOptions.selectOptionsProps.optionLabel,
22
+ // 自定义指定option中的value字段
23
+ optionValue: selectOptions.selectOptionsProps.optionValue
23
24
  };
24
25
  const searchFormSelectEmits = {
25
26
  change: (...value) => !!value
@@ -1 +1 @@
1
- {"version":3,"file":"searchFormSelect.js","sources":["../../../../../../../../../packages/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.ts"],"sourcesContent":["import { searchFormCommonProps } from '../common';\r\nimport type { OptionProps } from '@giime/components/src/base';\r\nimport type { PropType } from 'vue';\r\nexport interface SearchFormSelectPropsOption {\r\n label: OptionProps['label'];\r\n value: OptionProps['value'];\r\n}\r\nexport const searchFormSelectProps = {\r\n ...searchFormCommonProps,\r\n label: {\r\n type: String,\r\n default: '',\r\n },\r\n prop: {\r\n type: String,\r\n required: true as const,\r\n },\r\n multiple: {\r\n type: Boolean,\r\n default: false,\r\n },\r\n options: {\r\n type: Array as PropType<SearchFormSelectPropsOption[]>,\r\n default: () => [],\r\n },\r\n};\r\n\r\nexport const searchFormSelectEmits = {\r\n change: (...value: any[]) => !!value,\r\n};\r\nexport const SearchFormSelectName = 'GmSearchFormSelect';\r\n"],"names":["searchFormCommonProps"],"mappings":";;;;AAOO,MAAM,qBAAwB,GAAA;AAAA,EACnC,GAAGA,4BAAA;AAAA,EACH,KAAO,EAAA;AAAA,IACL,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,IAAM,EAAA;AAAA,IACJ,IAAM,EAAA,MAAA;AAAA,IACN,QAAU,EAAA,IAAA;AAAA,GACZ;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AAAA,EACA,OAAS,EAAA;AAAA,IACP,IAAM,EAAA,KAAA;AAAA,IACN,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AACF,EAAA;AAEO,MAAM,qBAAwB,GAAA;AAAA,EACnC,MAAQ,EAAA,CAAA,GAAI,KAAiB,KAAA,CAAC,CAAC,KAAA;AACjC,EAAA;AACO,MAAM,oBAAuB,GAAA;;;;;;"}
1
+ {"version":3,"file":"searchFormSelect.js","sources":["../../../../../../../../../packages/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.ts"],"sourcesContent":["import { selectOptionsProps } from '@giime/components/src/composite/selectOptions/selectOptions';\r\nimport { searchFormCommonProps } from '../common';\r\nimport type { OptionProps } from '@giime/components/src/base';\r\n// import type { PropType } from 'vue';\r\nexport interface SearchFormSelectPropsOption {\r\n label: OptionProps['label'];\r\n value: OptionProps['value'];\r\n}\r\nexport const searchFormSelectProps = {\r\n ...searchFormCommonProps,\r\n label: {\r\n type: String,\r\n default: '',\r\n },\r\n prop: {\r\n type: String,\r\n required: true as const,\r\n },\r\n multiple: {\r\n type: Boolean,\r\n default: false,\r\n },\r\n options: selectOptionsProps.options,\r\n optionLabel: selectOptionsProps.optionLabel,\r\n // 自定义指定option中的value字段\r\n optionValue: selectOptionsProps.optionValue,\r\n};\r\n\r\nexport const searchFormSelectEmits = {\r\n change: (...value: any[]) => !!value,\r\n};\r\nexport const SearchFormSelectName = 'GmSearchFormSelect';\r\n"],"names":["searchFormCommonProps","selectOptionsProps"],"mappings":";;;;;AAQO,MAAM,qBAAwB,GAAA;AAAA,EACnC,GAAGA,4BAAA;AAAA,EACH,KAAO,EAAA;AAAA,IACL,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,IAAM,EAAA;AAAA,IACJ,IAAM,EAAA,MAAA;AAAA,IACN,QAAU,EAAA,IAAA;AAAA,GACZ;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AAAA,EACA,SAASC,gCAAmB,CAAA,OAAA;AAAA,EAC5B,aAAaA,gCAAmB,CAAA,WAAA;AAAA;AAAA,EAEhC,aAAaA,gCAAmB,CAAA,WAAA;AAClC,EAAA;AAEO,MAAM,qBAAwB,GAAA;AAAA,EACnC,MAAQ,EAAA,CAAA,GAAI,KAAiB,KAAA,CAAC,CAAC,KAAA;AACjC,EAAA;AACO,MAAM,oBAAuB,GAAA;;;;;;"}
@@ -1 +1 @@
1
- export declare const version = "0.0.25";
1
+ export declare const version = "0.0.26";
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const version = "0.0.24";
3
+ const version = "0.0.26";
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.24';\n"],"names":[],"mappings":";;AAAO,MAAM,OAAU,GAAA;;;;"}
1
+ {"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.26';\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-9f72778f] .gmTableNoBorder .el-table__body .el-table__cell {
694
- border-right: none;
695
- }
696
-
697
- [data-v-9f72778f] .gmTableNoBorder .el-table__inner-wrapper:before {
698
- height: 0;
699
- }
700
-
701
- [data-v-9f72778f] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
702
- height: 0;
703
- }
704
-
705
- [data-v-9f72778f] .gmTableNoBorder.el-table--border:after {
706
- height: 0;
707
- }
708
-
709
- [data-v-9f72778f] .gmTableNoBorder.el-table--border:before {
710
- height: 0;
711
- }
712
-
713
- [data-v-9f72778f] .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.25",
3
+ "version": "0.0.26",
4
4
  "description": "A Component Library for Vue 3",
5
5
  "keywords": [
6
6
  "giime",