hamzus-ui 0.0.115 → 0.0.116

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.115",
3
+ "version": "0.0.116",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -75,7 +75,7 @@
75
75
  {#if !column.hidden}
76
76
  <!-- systeme d'afficher plus pour telephone -->
77
77
  <!-- {@const cellIsExtended = extended[rowIndex] ?? false} -->
78
- {@const cellIsExtended = false}
78
+ {@const cellIsExtended = true}
79
79
 
80
80
  <!-- si le format est mobile que on est a plus de trois cell afficher et que le content est pas extend on affiche pas le reste -->
81
81
  {#if !$mobileFormat || numberOfColumn <= 3 || cellIndex < 3 || cellIsExtended}