Skip to content

Commit

Permalink
display all cccomponents to test
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Jul 25, 2024
1 parent 9b89f75 commit 854ea09
Show file tree
Hide file tree
Showing 47 changed files with 4,676 additions and 96 deletions.
13 changes: 6 additions & 7 deletions layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<template>
<VApp>
<HeaderBar
service-title="Titre du service"
service-sub-title="Description du service"
:navigation-items="navigationItems"
/>
<AppHeader/>
<PageContainer>
<BackBtn to="/"/>
<slot />
</PageContainer>
<FooterBar
Expand All @@ -22,12 +19,14 @@

<script lang="ts">
import { defineComponent } from 'vue'
import { PageContainer, HeaderBar, FooterBar } from '@cnamts/synapse-bridge'
import { PageContainer, FooterBar, BackBtn } from '@cnamts/synapse-bridge'
import AppHeader from "../src/views/commons/AppHeader.vue";
export default defineComponent({
components: {
AppHeader,
PageContainer,
HeaderBar,
FooterBar,
BackBtn
},
data() {
return {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@cnamts/design-tokens": "2.16.6",
"@cnamts/synapse-bridge": "1.4.5-alpha.0",
"@cnamts/synapse-bridge": "1.4.9-alpha.0",
"@mdi/js": "7.2.96",
"@nuxtjs/i18n": "8.0.0-rc.4",
"axios": "^1.5.0",
Expand All @@ -43,25 +43,25 @@
"devDependencies": {
"@babel/preset-env": "7.22.15",
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/jest": "29.5.4",
"@types/node": "18.17.0",
"@vue/test-utils": "2.4.1",
"@vue/vue3-jest": "29.2.6",
"consola": "3.0.1",
"cypress": "^12.17.4",
"eslint": "^9.5.0",
"eslint-plugin-vue": "^9.21.0",
"eslint-plugin-vuejs-accessibility": "^2.2.1",
"eslint-plugin-vuetify": "^2.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.21.0",
"eslint-plugin-vuejs-accessibility": "^2.3.1",
"eslint-plugin-vuetify": "^2.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-stub": "2.0.0",
"resize-observer-polyfill": "^1.5.1",
"prettier": "^3.3.2",
"resize-observer-polyfill": "^1.5.1",
"ts-jest": "29.1.4",
"ts-node": "10.9.1",
"typescript": "^5.5.2"
Expand Down
84 changes: 10 additions & 74 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 854ea09

Please sign in to comment.