erp-blocks 1.0.9 → 1.0.10

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "erp-blocks",
3
3
  "configKey": "erp",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -24,10 +24,6 @@ const page = defineModel("page", { type: Number });
24
24
  >
25
25
  {{ data.length }} of {{ totalRows }} rows
26
26
  </span>
27
- <div
28
- v-else
29
- class="h-6 w-25 animate-pulse bg-gray-200"
30
- />
31
27
  <UPagination
32
28
  v-model:page="page"
33
29
  active-color="neutral"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erp-blocks",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Ready-to-use UI layouts and components designed as ERP system elements ",
5
5
  "repository": {
6
6
  "type": "git",