codevdesign 1.0.45 → 1.0.46

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.
@@ -148,16 +148,16 @@
148
148
  </template>
149
149
  <script setup lang="ts">
150
150
  /* eslint-disable @typescript-eslint/no-explicit-any */
151
- import { computed, onMounted, ref, type PropType, type Slots, defineAsyncComponent } from 'vue'
151
+ import { computed, onMounted, ref, type PropType, type Slots } from 'vue'
152
152
  import { useI18n } from 'vue-i18n'
153
153
  import type { SortItem } from 'vuetify/lib/components/VDataTable/composables/sort.mjs'
154
154
 
155
155
  import Recherche from '../csqcRecherche.vue'
156
156
  import confirmation from '../csqcConfirmation.vue'
157
+ import exportExcelComponent from './csqcTableExportExcel.vue'
158
+ import ModaleChoix from './csqcTableModaleChoixColonnes.vue'
157
159
  import axios from '../../outils/appAxios'
158
160
  import Colonne from '../../modeles/composants/datatableColonne'
159
- const ModaleChoix = defineAsyncComponent(() => import('./csqcTableModaleChoixColonnes.vue'))
160
- const exportExcelComponent = defineAsyncComponent(() => import('./csqcTableExportExcel.vue'))
161
161
 
162
162
  type VueColonnes = {
163
163
  nomVue: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",