codevdesign 0.0.24 → 0.0.25

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.
@@ -16,6 +16,7 @@
16
16
  :rechercheTexte="rechercheTexte"
17
17
  :chargement="chargementListe"
18
18
  :recherche="recherche"
19
+ :rechercheAvancee="rechercheAvancee"
19
20
  @update:recherche="chargerRecherche"
20
21
  class="flex-grow-1"
21
22
  ></Recherche>
@@ -181,6 +182,7 @@
181
182
  // rechercheDepart: { type: String, default: '' },
182
183
  rechercheTexte: { type: String, default: '' },
183
184
  rechercheAfficher: { type: Boolean, default: true },
185
+ rechercheAvancee: { type: Boolean, default: false },
184
186
  // selectionChoixColonnesDepart: { type: String, default: '' },
185
187
  // showSelect: { type: Boolean, default: false },
186
188
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",