codevdesign 0.0.72 → 0.0.73

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.
@@ -158,8 +158,11 @@
158
158
  excelNomFichier: { type: String, default: 'csqc' },
159
159
  //filtresDepart: { type: Object, default: null },
160
160
  //flechesTri: { type: Boolean, default: false },
161
- // formulaireId: { type: Number, default: -1 },
162
- //identifiant: { type: String, default: '' },
161
+ formulaireId: { type: Number, default: -1 },
162
+ identifiant: {
163
+ type: [String, null] as PropType<string | null>,
164
+ default: null,
165
+ },
163
166
  itemKey: { type: String, default: 'id' },
164
167
  itemsParPage: { type: Number, default: 10 },
165
168
  liste: {
@@ -169,7 +172,6 @@
169
172
  hover: { type: Boolean, default: false },
170
173
  // modulerDense: { type: Boolean, default: false },
171
174
  // multifiltre: { type: Boolean, default: false },
172
- // multiTri: { type: Boolean, default: false },
173
175
  itemsParPageOptions: { type: Array, default: () => [10, 25, 30, -1] },
174
176
  //pageCourante: { type: Number, default: 1 },
175
177
  //paginationBottom: { type: Boolean, default: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",