ajout class sur les boutons d'export

This commit is contained in:
Christophe 2023-05-06 08:08:37 +02:00
parent 583a2b7d04
commit 0766359956
4 changed files with 6 additions and 7 deletions

File diff suppressed because one or more lines are too long

2
dist/manifest.json vendored
View file

@ -3,7 +3,7 @@
"file": "assets/vendor-f73869ed.js" "file": "assets/vendor-f73869ed.js"
}, },
"gamutable.js": { "gamutable.js": {
"file": "assets/gamutable-d97d8bc9.js", "file": "assets/gamutable-402614de.js",
"imports": [ "imports": [
"_vendor-f73869ed.js" "_vendor-f73869ed.js"
], ],

View file

@ -1,7 +1,7 @@
<paquet <paquet
prefix="gamutable" prefix="gamutable"
categorie="outil" categorie="outil"
version="4.2.9" version="4.2.10"
etat="test" etat="test"
compatibilite="[3.2.0-dev;4.1.*]" compatibilite="[3.2.0-dev;4.1.*]"
logo="prive/themes/spip/images/gamutable-xx.svg" logo="prive/themes/spip/images/gamutable-xx.svg"

View file

@ -60,7 +60,7 @@
<i class="fas fa fa-th-large"></i> <i class="fas fa fa-th-large"></i>
</button> </button>
<button <button
class="btn gamutable--exportCSV" class="btn gamutable--exportCSV export--affiche"
type="button" type="button"
@click.stop="exportCSV()" @click.stop="exportCSV()"
v-show="namecsv" v-show="namecsv"
@ -72,7 +72,7 @@
></i> ></i>
</button> </button>
<button <button
class="btn" class="btn export--affiche"
type="button" type="button"
@click.stop="genererPDF()" @click.stop="genererPDF()"
v-show="fichierpdf" v-show="fichierpdf"
@ -85,7 +85,7 @@
></i> ></i>
</button> </button>
<button <button
class="btn gamutable--exportCSV" class="btn gamutable--exportCSV export--complet"
type="button" type="button"
@click.stop="exportCSV('table')" @click.stop="exportCSV('table')"
v-show="namecsv" v-show="namecsv"
@ -99,7 +99,7 @@
</button> </button>
<button <button
class="btn" class="btn export--complet"
type="button" type="button"
@click.stop="genererPDF('table')" @click.stop="genererPDF('table')"
v-show="fichierpdf" v-show="fichierpdf"