giime 0.0.27 → 0.0.28

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 CHANGED
@@ -1,7 +1,3 @@
1
- [data-v-512cf874] .gmSearchForm .el-form-item {
2
- margin-right: 8px;
3
- margin-bottom: 8px;
4
- }
5
1
  .gm-flex-center[data-v-d1c6dac0] {
6
2
  align-items: center;
7
3
  }
@@ -32,6 +28,10 @@
32
28
  [data-v-9f72778f] .gmTableNoBorder .el-table__border-left-patch {
33
29
  height: 0;
34
30
  }
31
+ [data-v-512cf874] .gmSearchForm .el-form-item {
32
+ margin-right: 8px;
33
+ margin-bottom: 8px;
34
+ }
35
35
  /*
36
36
  ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
37
37
  *//*
@@ -1,4 +1,4 @@
1
- import { defineComponent, resolveComponent, openBlock, createElementBlock, Fragment, createCommentVNode, createElementVNode, createVNode, withCtx, createTextVNode, toDisplayString } from 'vue';
1
+ import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createTextVNode, toDisplayString } from 'vue';
2
2
  import { operateButtonProps } from './operateButton.mjs';
3
3
 
4
4
  var _sfc_main = /* @__PURE__ */ defineComponent({
@@ -10,32 +10,22 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
10
10
  setup(__props) {
11
11
  return (_ctx, _cache) => {
12
12
  const _component_gm_button = resolveComponent("gm-button");
13
- return openBlock(), createElementBlock(
14
- Fragment,
15
- null,
16
- [
17
- createCommentVNode(" \u64CD\u4F5C "),
18
- createElementVNode("div", null, [
19
- createVNode(_component_gm_button, {
20
- type: _ctx.type,
21
- size: "small",
22
- link: ""
23
- }, {
24
- default: withCtx(() => [
25
- createTextVNode(
26
- toDisplayString(_ctx.label),
27
- 1
28
- /* TEXT */
29
- )
30
- ]),
31
- _: 1
32
- /* STABLE */
33
- }, 8, ["type"])
34
- ])
35
- ],
36
- 2112
37
- /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
38
- );
13
+ return openBlock(), createBlock(_component_gm_button, {
14
+ type: _ctx.type,
15
+ size: "small",
16
+ link: "",
17
+ style: { "margin-left": "0" }
18
+ }, {
19
+ default: withCtx(() => [
20
+ createTextVNode(
21
+ toDisplayString(_ctx.label),
22
+ 1
23
+ /* TEXT */
24
+ )
25
+ ]),
26
+ _: 1
27
+ /* STABLE */
28
+ }, 8, ["type"]);
39
29
  };
40
30
  }
41
31
  });
@@ -1 +1 @@
1
- {"version":3,"file":"OperateButton.vue2.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"OperateButton.vue2.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1 +1 @@
1
- export declare const version = "0.0.27";
1
+ export declare const version = "0.0.28";
@@ -1,4 +1,4 @@
1
- const version = "0.0.26";
1
+ const version = "0.0.27";
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.26';\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
1
+ {"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.27';\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
package/es/index.css CHANGED
@@ -1,7 +1,3 @@
1
- [data-v-512cf874] .gmSearchForm .el-form-item {
2
- margin-right: 8px;
3
- margin-bottom: 8px;
4
- }
5
1
  .gm-flex-center[data-v-d1c6dac0] {
6
2
  align-items: center;
7
3
  }
@@ -32,6 +28,10 @@
32
28
  [data-v-9f72778f] .gmTableNoBorder .el-table__border-left-patch {
33
29
  height: 0;
34
30
  }
31
+ [data-v-512cf874] .gmSearchForm .el-form-item {
32
+ margin-right: 8px;
33
+ margin-bottom: 8px;
34
+ }
35
35
  /*
36
36
  ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
37
37
  *//*
@@ -14,32 +14,22 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
14
14
  setup(__props) {
15
15
  return (_ctx, _cache) => {
16
16
  const _component_gm_button = vue.resolveComponent("gm-button");
17
- return vue.openBlock(), vue.createElementBlock(
18
- vue.Fragment,
19
- null,
20
- [
21
- vue.createCommentVNode(" \u64CD\u4F5C "),
22
- vue.createElementVNode("div", null, [
23
- vue.createVNode(_component_gm_button, {
24
- type: _ctx.type,
25
- size: "small",
26
- link: ""
27
- }, {
28
- default: vue.withCtx(() => [
29
- vue.createTextVNode(
30
- vue.toDisplayString(_ctx.label),
31
- 1
32
- /* TEXT */
33
- )
34
- ]),
35
- _: 1
36
- /* STABLE */
37
- }, 8, ["type"])
38
- ])
39
- ],
40
- 2112
41
- /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
42
- );
17
+ return vue.openBlock(), vue.createBlock(_component_gm_button, {
18
+ type: _ctx.type,
19
+ size: "small",
20
+ link: "",
21
+ style: { "margin-left": "0" }
22
+ }, {
23
+ default: vue.withCtx(() => [
24
+ vue.createTextVNode(
25
+ vue.toDisplayString(_ctx.label),
26
+ 1
27
+ /* TEXT */
28
+ )
29
+ ]),
30
+ _: 1
31
+ /* STABLE */
32
+ }, 8, ["type"]);
43
33
  };
44
34
  }
45
35
  });
@@ -1 +1 @@
1
- {"version":3,"file":"OperateButton.vue2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"OperateButton.vue2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1 +1 @@
1
- export declare const version = "0.0.27";
1
+ export declare const version = "0.0.28";
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const version = "0.0.26";
3
+ const version = "0.0.27";
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.26';\n"],"names":[],"mappings":";;AAAO,MAAM,OAAU,GAAA;;;;"}
1
+ {"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.27';\n"],"names":[],"mappings":";;AAAO,MAAM,OAAU,GAAA;;;;"}
package/lib/index.css CHANGED
@@ -1,7 +1,3 @@
1
- [data-v-512cf874] .gmSearchForm .el-form-item {
2
- margin-right: 8px;
3
- margin-bottom: 8px;
4
- }
5
1
  .gm-flex-center[data-v-d1c6dac0] {
6
2
  align-items: center;
7
3
  }
@@ -32,6 +28,10 @@
32
28
  [data-v-9f72778f] .gmTableNoBorder .el-table__border-left-patch {
33
29
  height: 0;
34
30
  }
31
+ [data-v-512cf874] .gmSearchForm .el-form-item {
32
+ margin-right: 8px;
33
+ margin-bottom: 8px;
34
+ }
35
35
  /*
36
36
  ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
37
37
  *//*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "giime",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "A Component Library for Vue 3",
5
5
  "keywords": [
6
6
  "giime",