edvoyui-component-library-test-flight 0.0.137 → 0.0.138
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/EUITelephone.vue.d.ts.map +1 -0
- package/dist/button/EUIButton.vue.d.ts.map +1 -0
- package/dist/library-vue-ts.cjs.js +1 -1
- package/dist/library-vue-ts.css +1 -1
- package/dist/library-vue-ts.es.js +2 -2
- package/dist/library-vue-ts.umd.js +2 -2
- package/dist/table/GrowthTable.vue.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/table/GrowthTable.vue +2 -2
- package/dist/EUIButton.vue.d.ts.map +0 -1
- package/dist/telephone/EUITelephone.vue.d.ts.map +0 -1
- /package/dist/{telephone/EUITelephone.vue.d.ts → EUITelephone.vue.d.ts} +0 -0
- /package/dist/{EUIButton.vue.d.ts → button/EUIButton.vue.d.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from "/Volumes/work/repos/edvoy-ui-v2/src/components/table/GrowthTable.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
-
import "/Volumes/work/repos/edvoy-ui-v2/src/components/table/GrowthTable.vue?vue&type=style&index=0&scoped=
|
|
2
|
+
import "/Volumes/work/repos/edvoy-ui-v2/src/components/table/GrowthTable.vue?vue&type=style&index=0&scoped=3145c9da&lang.scss";
|
|
3
3
|
declare const _default: any;
|
|
4
4
|
export default _default;
|
|
5
5
|
//# sourceMappingURL=GrowthTable.vue.d.ts.map
|
package/package.json
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
<span
|
|
77
77
|
v-for="(data, idx) in header?.activeYear"
|
|
78
78
|
:key="`year_${idx}`"
|
|
79
|
-
class="min-w-
|
|
79
|
+
class="min-w-9"
|
|
80
80
|
>{{ data }}</span
|
|
81
81
|
>
|
|
82
82
|
</div>
|
|
@@ -553,7 +553,7 @@ watch(() => tableContainer.value?.clientWidth, checkOverflow);
|
|
|
553
553
|
tfoot tr {
|
|
554
554
|
@apply snap-x snap-mandatory;
|
|
555
555
|
th {
|
|
556
|
-
@apply snap-always snap-start last-of-type:rounded-r-xl first-of-type:rounded-l-xl;
|
|
556
|
+
@apply snap-always snap-start last-of-type:rounded-r-xl first-of-type:rounded-l-xl font-semibold;
|
|
557
557
|
&:first-of-type.empty {
|
|
558
558
|
@apply table-cell min-h-10 px-2 max-w-[45px] w-[45px] sticky left-0 top-0 z-20 bg-[#FEF3C7];
|
|
559
559
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EUIButton.vue.d.ts","sourceRoot":"","sources":["../src/components/button/EUIButton.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,wGAAwG,CAAC;AAC/H,cAAc,wGAAwG,CAAC;AACvH,OAAO,sGAAsG,CAAC;AAC9G,eAAe,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EUITelephone.vue.d.ts","sourceRoot":"","sources":["../../src/components/telephone/EUITelephone.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,8GAA8G,CAAC;AACrI,cAAc,8GAA8G,CAAC;AAC7H,OAAO,4GAA4G,CAAC;AACpH,eAAe,SAAS,CAAC"}
|
|
File without changes
|
|
File without changes
|