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 +4 -4
- package/es/giime/version.d.ts +1 -1
- package/es/index.css +4 -4
- package/global.d.ts +3 -2
- package/lib/giime/version.d.ts +1 -1
- package/lib/index.css +4 -4
- package/package.json +1 -1
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;
|
package/es/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.3.
|
|
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
|
-
|
|
3
|
-
|
|
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']
|
package/lib/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.3.
|
|
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;
|