giime 0.3.0 → 0.3.1

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
@@ -741,6 +741,10 @@ video {
741
741
  margin: 0;
742
742
  }
743
743
 
744
+ [data-v-cdbd0818] .gmSearchForm .el-form-item {
745
+ margin-right: 0;
746
+ margin-bottom: 4px;
747
+ }
744
748
  .gm-flex-center[data-v-6829dac1] {
745
749
  align-items: center;
746
750
  }
@@ -789,10 +793,6 @@ video {
789
793
  [data-v-2f3b2b52] .gmTableNoBorder .el-table__border-left-patch {
790
794
  height: 0;
791
795
  }
792
- [data-v-cdbd0818] .gmSearchForm .el-form-item {
793
- margin-right: 0;
794
- margin-bottom: 4px;
795
- }
796
796
 
797
797
  .pagination-container[data-v-20ed99a8] {
798
798
  background: #fff;
@@ -1 +1 @@
1
- export declare const version = "0.3.0";
1
+ export declare const version = "0.3.1";
package/es/index.css CHANGED
@@ -741,6 +741,10 @@ video {
741
741
  margin: 0;
742
742
  }
743
743
 
744
+ [data-v-cdbd0818] .gmSearchForm .el-form-item {
745
+ margin-right: 0;
746
+ margin-bottom: 4px;
747
+ }
744
748
  .gm-flex-center[data-v-6829dac1] {
745
749
  align-items: center;
746
750
  }
@@ -789,10 +793,6 @@ video {
789
793
  [data-v-2f3b2b52] .gmTableNoBorder .el-table__border-left-patch {
790
794
  height: 0;
791
795
  }
792
- [data-v-cdbd0818] .gmSearchForm .el-form-item {
793
- margin-right: 0;
794
- margin-bottom: 4px;
795
- }
796
796
 
797
797
  .pagination-container[data-v-20ed99a8] {
798
798
  background: #fff;
package/global.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  // GlobalComponents for Volar
2
- declare module '@vue/runtime-core' {
3
- export interface GlobalComponents {
2
+ type GiimeGlobalRuntimeCore = import('@vue/runtime-core').GlobalComponents;
3
+ declare module 'vue' {
4
+ export interface GlobalComponents extends GiimeGlobalRuntimeCore {
4
5
  GmAffix: typeof import('giime')['GmAffix']
5
6
  GmAlert: typeof import('giime')['GmAlert']
6
7
  GmAnchor: typeof import('giime')['GmAnchor']
@@ -1 +1 @@
1
- export declare const version = "0.3.0";
1
+ export declare const version = "0.3.1";
package/lib/index.css CHANGED
@@ -741,6 +741,10 @@ video {
741
741
  margin: 0;
742
742
  }
743
743
 
744
+ [data-v-cdbd0818] .gmSearchForm .el-form-item {
745
+ margin-right: 0;
746
+ margin-bottom: 4px;
747
+ }
744
748
  .gm-flex-center[data-v-6829dac1] {
745
749
  align-items: center;
746
750
  }
@@ -789,10 +793,6 @@ video {
789
793
  [data-v-2f3b2b52] .gmTableNoBorder .el-table__border-left-patch {
790
794
  height: 0;
791
795
  }
792
- [data-v-cdbd0818] .gmSearchForm .el-form-item {
793
- margin-right: 0;
794
- margin-bottom: 4px;
795
- }
796
796
 
797
797
  .pagination-container[data-v-20ed99a8] {
798
798
  background: #fff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "giime",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "A Component Library for Vue 3",
5
5
  "keywords": [
6
6
  "giime",