codevdesign 0.0.48 → 0.0.50

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.
@@ -18,7 +18,7 @@
18
18
  :loading="chargement"
19
19
  :disabled="chargement || desactiver"
20
20
  >
21
- <template v-slot:append>
21
+ <template #append>
22
22
  <v-btn
23
23
  variant="flat"
24
24
  class="BarreRechercheBackIcone"
@@ -44,8 +44,8 @@
44
44
  lg="8"
45
45
  >
46
46
  <v-expansion-panels
47
- static
48
47
  v-if="rechercheAvancee"
48
+ static
49
49
  :readonly="chargement || desactiver"
50
50
  expand-icon=""
51
51
  @update:modelValue="onPanelChange"
@@ -83,10 +83,12 @@
83
83
  rechercheTexte: {
84
84
  type: String,
85
85
  required: false,
86
+ default: '',
86
87
  },
87
88
  rechercheAvanceeTexte: {
88
89
  type: String,
89
90
  required: false,
91
+ default: '',
90
92
  },
91
93
  chargement: {
92
94
  type: Boolean,
@@ -101,6 +103,7 @@
101
103
  recherche: {
102
104
  type: String,
103
105
  required: false,
106
+ default: '',
104
107
  },
105
108
  rechercheAvancee: {
106
109
  type: Boolean,
@@ -14,12 +14,11 @@
14
14
  <b>{{ props.message }}</b>
15
15
  </template>
16
16
 
17
- <template v-slot:actions>
17
+ <template #actions>
18
18
  <!-- on affiche tjrs si c'est -1 car on ne pourra pas fermer le snack -->
19
19
  <v-icon
20
20
  v-if="props.btnFermer || props.temps === -1"
21
21
  color="white"
22
- dark
23
22
  style="cursor: pointer"
24
23
  @click.stop="fermer"
25
24
  >