@datagouv/components-next 0.1.2 → 0.1.3
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.
- package/dist/{JsonPreview.client-D1edt8qV.js → JsonPreview.client-D6ptqXOA.js} +1 -1
- package/dist/{MapContainer.client-BZtlxwJc.js → MapContainer.client-D4dQoauJ.js} +1 -1
- package/dist/{PdfPreview.client-6KQ851U-.js → PdfPreview.client-DTUPMgrP.js} +1 -1
- package/dist/{Pmtiles.client-C-RQDc3I.js → Pmtiles.client-Cx6JUqT9.js} +1 -1
- package/dist/Swagger.client-BuBFNfiL.js +4 -0
- package/dist/{XmlPreview.client-CLYk2Hu6.js → XmlPreview.client-DDSXyn0x.js} +2 -2
- package/dist/components-next.js +1 -1
- package/dist/{main-DP8L5VBL.js → main-CarU0Io9.js} +4705 -4708
- package/dist/{vue3-xml-viewer.common-CgX1ysWP.js → vue3-xml-viewer.common-Cqxs_s2H.js} +1 -1
- package/package.json +1 -1
- package/src/components/ActivityList/ActivityList.vue +4 -3
- package/dist/Swagger.client-Z16yOhd9.js +0 -4
package/package.json
CHANGED
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
v-else
|
|
95
95
|
class="flex flex-col items-center"
|
|
96
96
|
>
|
|
97
|
-
<
|
|
98
|
-
src="
|
|
97
|
+
<img
|
|
98
|
+
:src="listSrc"
|
|
99
99
|
class="h-32"
|
|
100
|
-
|
|
100
|
+
>
|
|
101
101
|
<p class="fr-text--bold fr-my-3v">
|
|
102
102
|
{{ t(`Il n'y a pas encore d'activité`) }}
|
|
103
103
|
</p>
|
|
@@ -120,6 +120,7 @@ import Avatar from '../Avatar.vue'
|
|
|
120
120
|
import LoadingBlock from '../LoadingBlock.vue'
|
|
121
121
|
import Pagination from '../Pagination.vue'
|
|
122
122
|
import PaddedContainer from '../PaddedContainer.vue'
|
|
123
|
+
import listSrc from '../../../../public/illustrations/list.svg?url'
|
|
123
124
|
|
|
124
125
|
const props = defineProps<{
|
|
125
126
|
id?: string
|