@stlhorizon/vue-ui 3.7.8 → 3.7.9
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.esm.js +2 -2
- package/dist/index.js +1 -1
- package/dist/src/components/DataTableRow.vue.d.ts.map +1 -1
- package/dist/src/layouts/DashboardLayout.vue.d.ts +1 -1
- package/dist/src/layouts/DashboardLayout.vue.d.ts.map +1 -1
- package/dist/src/views/AnalyticsPage.vue.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -9842,7 +9842,7 @@ const Nd = {
|
|
|
9842
9842
|
"font-medium"
|
|
9843
9843
|
)
|
|
9844
9844
|
);
|
|
9845
|
-
return (z, V) => (s(), d(
|
|
9845
|
+
return (z, V) => (s(), d("div", null, [
|
|
9846
9846
|
u("tr", {
|
|
9847
9847
|
class: v(m.value),
|
|
9848
9848
|
onClick: C
|
|
@@ -9898,7 +9898,7 @@ const Nd = {
|
|
|
9898
9898
|
]),
|
|
9899
9899
|
_: 1
|
|
9900
9900
|
}, 8, ["modelValue"])
|
|
9901
|
-
]
|
|
9901
|
+
]));
|
|
9902
9902
|
}
|
|
9903
9903
|
}, Gf = { class: "flex items-center justify-between" }, Kf = {
|
|
9904
9904
|
key: 0,
|