hamzus-ui 0.0.114 → 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
|
@@ -73,7 +73,9 @@
|
|
|
73
73
|
{@const column = $tableData[tableId].columns.filter((obj) => obj.name === cellKey)[0]}
|
|
74
74
|
|
|
75
75
|
{#if !column.hidden}
|
|
76
|
-
|
|
76
|
+
<!-- systeme d'afficher plus pour telephone -->
|
|
77
|
+
<!-- {@const cellIsExtended = extended[rowIndex] ?? false} -->
|
|
78
|
+
{@const cellIsExtended = true}
|
|
77
79
|
|
|
78
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 -->
|
|
79
81
|
{#if !$mobileFormat || numberOfColumn <= 3 || cellIndex < 3 || cellIsExtended}
|
|
@@ -102,7 +104,8 @@
|
|
|
102
104
|
<h4>{column.label}</h4>
|
|
103
105
|
{/if}
|
|
104
106
|
</button>
|
|
105
|
-
|
|
107
|
+
<!-- systeme afficher plus pour telephone -->
|
|
108
|
+
<!-- {#if $mobileFormat}
|
|
106
109
|
{#if !cellIsExtended && cellIndex === 2 && numberOfColumn > 3}
|
|
107
110
|
<div class="cell">
|
|
108
111
|
<Button
|
|
@@ -125,7 +128,7 @@
|
|
|
125
128
|
></Button>
|
|
126
129
|
</div>
|
|
127
130
|
{/if}
|
|
128
|
-
{/if}
|
|
131
|
+
{/if} -->
|
|
129
132
|
{/if}
|
|
130
133
|
{/if}
|
|
131
134
|
{/each}
|