@club-employes/utopia 4.426.0 → 4.427.0

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.
@@ -42,6 +42,7 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, Comp
42
42
  editable: boolean;
43
43
  rows: number;
44
44
  lazy: boolean;
45
+ showFooter: boolean;
45
46
  totalPages: number;
46
47
  columns: ColumnType[];
47
48
  isCsvDataCheckMode: boolean;
package/dist/index.js CHANGED
@@ -42382,7 +42382,7 @@ const cR = /* @__PURE__ */ ce(Lm, [["__scopeId", "data-v-9dd1d69b"]]), uR = 300,
42382
42382
  showPaginator: { type: Boolean, default: !0 },
42383
42383
  rowsPerPageOptions: { default: () => [10, 20, 50, 100] },
42384
42384
  goToPageDropdownMaxPages: {},
42385
- showFooter: { type: Boolean },
42385
+ showFooter: { type: Boolean, default: !0 },
42386
42386
  lazy: { type: Boolean, default: !0 },
42387
42387
  columns: { default: () => [] },
42388
42388
  activatedColumns: { default: void 0 },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@club-employes/utopia",
3
3
  "description": "🎨 Modern Vue 3 design system with multi-brand theming, design tokens, and 30+ components. Supports Club Employés & Gifteo brands with light/dark modes.",
4
- "version": "4.426.0",
4
+ "version": "4.427.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",