2eb7a5247a
feat(input-rich-text) : ajout d'un éditeur de texte riche basé sur TipTap v3 ( #37 )
...
## Résumé
Nouveau composant `MalioInputRichText` : éditeur WYSIWYG basé sur **TipTap v3** + **StarterKit** + **tiptap-markdown**, aligné sur le thème Malio (couleurs `m-*`, icônes `mdi:*`, états error / success / hint).
## Détails
- **Toolbar** : gras, italique, barré, H2, H3, liste à puces, liste numérotée, citation, code inline, bloc de code, lien (prompt URL), undo / redo
- **Sortie** : `markdown` (par défaut) ou `html` via la prop `outputFormat`
- **Modes** : `editable`, `disabled`, `readonly` ; mode lecture seule (`editable=false`) rend le contenu en `prose` sans toolbar
- **Accessibilité** : label `for/id`, `aria-invalid`, `aria-describedby`, `aria-pressed` sur les boutons toolbar
- **Style** : floating focus border `m-primary`, error `m-danger`, success `m-success`, toolbar `bg-m-bg`
## Dépendances ajoutées (purement additives, aucun bump existant)
- `@tiptap/vue-3` ^3.22.5
- `@tiptap/starter-kit` ^3.22.5
- `@tiptap/extension-placeholder` ^3.22.5
- `@tiptap/pm` ^3.22.5
- `tiptap-markdown` ^0.9.0
> Note : `@tiptap/extension-link` n'est pas installé séparément car StarterKit v3 l'inclut nativement (configuré via `StarterKit.configure({ link: { ... } })`).
## Test plan
- [x] `npm run test` — 315/315 (12 nouveaux tests sur InputRichText)
- [x] `npm run lint` — 0 erreur sur les fichiers ajoutés
- [x] `npm run story:build` — Histoire build OK (story `Input/RichText` listée)
- [x] `npm run dev` — playground `/composant/input/inputRichText` (vérification visuelle des 8 variantes : simple, hint, erreur, succès, readonly, disabled, lecture seule, sortie HTML)
- [x] `npm run story:dev` — story `Input/RichText` avec docs
## Fichiers
- `app/components/malio/input/InputRichText.vue` — composant
- `app/components/malio/input/InputRichText.test.ts` — tests
- `.playground/pages/composant/input/inputRichText.vue` — playground
- `app/story/input/inputRichText.story.vue` — story Histoire
- `histoire.config.ts` — alias ESM + `optimizeDeps` pour `tiptap-markdown` (sinon Histoire choisit la build UMD)
- `CHANGELOG.md`, `COMPONENTS.md` — documentation
Reviewed-on: #37
Co-authored-by: matthieu <matthieu@yuno.malio.fr >
Co-committed-by: matthieu <matthieu@yuno.malio.fr >
2026-05-04 13:12:38 +00:00
3336ff0c69
Merge branch 'main' into develop
2026-04-27 14:58:25 +02:00
da3a4cb349
fix(select) : option vide rendue uniquement si emptyOptionLabel non vide
2026-04-27 14:51:49 +02:00
a95cf8cdfb
fix: select checkbox ( #35 )
...
Release / release (push) Successful in 1m10s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Co-authored-by: kevin <kevin@yuno.malio.fr >
Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr >
Reviewed-on: #35
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
v1.4.5
2026-04-27 10:09:24 +00:00
0ddae4dd70
Merge branch 'main' into develop
2026-04-27 12:05:31 +02:00
23210e6868
refactor(select-checkbox) : ré-aligner la structure sur MalioSelect
2026-04-27 11:44:18 +02:00
ba2ecb5768
fix: suppression de la marge top sur la Checkbox ( #34 )
...
Release / release (push) Successful in 1m12s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Co-authored-by: kevin <kevin@yuno.malio.fr >
Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr >
Reviewed-on: #34
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
v1.4.4
2026-04-27 09:31:14 +00:00
1c0fcd24e3
Merge branch 'main' into develop
2026-04-27 11:30:22 +02:00
d74f3acc97
fix : suppression de la marge top des Checkbox.vue
2026-04-27 11:26:21 +02:00
87940481d6
fix: utilisation de la bonne police ( #33 )
...
Release / release (push) Successful in 1m6s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Co-authored-by: kevin <kevin@yuno.malio.fr >
Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr >
Reviewed-on: #33
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
v1.4.3
2026-04-24 12:15:03 +00:00
014a057196
Merge branch 'main' into develop
2026-04-24 14:14:27 +02:00
73483b0573
fix : utilisation de la bonne police
2026-04-24 09:01:28 +02:00
66fbbf8abe
fix: suppression de la margin top du textArea component ( #32 )
...
Release / release (push) Successful in 1m3s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Co-authored-by: kevin <kevin@yuno.malio.fr >
Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr >
Reviewed-on: #32
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
v1.4.2
2026-04-20 13:02:59 +00:00
4855923008
Merge branch 'main' into develop
2026-04-20 15:02:23 +02:00
fc844078a6
fix : suppression de la marge top du champ textArea
2026-04-20 15:01:50 +02:00
8de950c402
fix: distribution de tailwind.config.ts aux projets consommateurs avec paths content absolus ( #31 )
...
Release / release (push) Successful in 1m8s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Co-authored-by: kevin <kevin@yuno.malio.fr >
Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr >
Reviewed-on: #31
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
v1.4.1
2026-04-20 12:54:42 +00:00
02495245a5
Merge branch 'main' into develop
2026-04-20 14:54:04 +02:00
330fb2130b
fix(build) : distribuer tailwind.config.ts + paths absolus + pagination datatable
...
- Ajoute tailwind.config.ts aux files du package pour qu'il soit inclus dans le tarball npm
- Convertit les paths content en absolus (via fileURLToPath) pour que Tailwind scanne les composants du layer depuis node_modules côté consommateur
- Aligne la hauteur des boutons de pagination du DataTable (h-10) sur le Select
- Ajuste --m-radius à 6px
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-20 14:53:20 +02:00
1a14629404
feat: ajout du composant site selector ( #30 )
...
Release / release (push) Successful in 1m7s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [x] TU/TI/TF rédigée
- [x] TU/TI/TF OK
- [x] CHANGELOG modifié
Co-authored-by: kevin <kevin@yuno.malio.fr >
Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr >
Reviewed-on: #30
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
v1.4.0
2026-04-17 12:32:09 +00:00
5acefc1d59
Merge branch 'main' into develop
...
# Conflicts:
# CHANGELOG.md
# COMPONENTS.md
2026-04-17 14:30:39 +02:00
e77bf49146
[#MUI-27] Création d'un composant sélection de site ( #29 )
...
Composant MalioSiteSelector : bande horizontale pour choisir un site
(usine ou lieu) parmi une liste. Tuiles flex proportionnelles, couleur
du site sélectionné partagée par toutes les tuiles (opacité 1 / 0.4).
Expose update:modelValue (id) + change (objet site complet) pour
faciliter les appels API côté consommateur.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Reviewed-on: #29
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-04-17 12:28:44 +00:00
6720e3062a
feat: ajout du composant datatable ( #28 )
...
Release / release (push) Successful in 1m5s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [x] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [x] CHANGELOG modifié
Co-authored-by: kevin <kevin@yuno.malio.fr >
Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr >
Reviewed-on: #28
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
v1.3.0
2026-04-16 07:06:50 +00:00
f59f866354
Merge branch 'main' into develop
2026-04-16 09:06:04 +02:00
660c3787fd
[#MUI-22] Création d'un composant datatable ( #27 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [x] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [x] CHANGELOG modifié
Reviewed-on: #27
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-04-16 07:00:59 +00:00
e38255341d
fix: suppression du doublon du composant Checkbox ( #26 )
...
Release / release (push) Successful in 1m13s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Co-authored-by: kevin <kevin@yuno.malio.fr >
Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr >
Reviewed-on: #26
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
v1.2.3
2026-04-07 12:32:09 +00:00
e9741ff38d
Merge branch 'main' into develop
2026-04-07 14:31:29 +02:00
32608c8f71
fix : suppression du doublon du composant Checkbox
2026-04-07 14:30:06 +02:00
1bbe77d391
fix: style des composants inputs + affichage des hint/error/success ( #25 )
...
Release / release (push) Successful in 1m19s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [x] TU/TI/TF rédigée
- [x] TU/TI/TF OK
- [ ] CHANGELOG modifié
Co-authored-by: kevin <kevin@yuno.malio.fr >
Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr >
Reviewed-on: #25
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
v1.2.2
2026-04-07 08:15:16 +00:00
e1965db04e
Merge remote-tracking branch 'origin/main' into develop
2026-04-07 10:14:51 +02:00
0ad344bab9
fix : style des inputs + hint/success/error
2026-04-07 10:02:11 +02:00
ccc8410da0
fix: Ajout du COMPONENTS.md au livrable ( #24 )
...
Release / release (push) Successful in 1m14s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [x] TU/TI/TF rédigée
- [x] TU/TI/TF OK
- [x] CHANGELOG modifié
Co-authored-by: kevin <kevin@yuno.malio.fr >
Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr >
Reviewed-on: #24
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
v1.2.1
2026-03-26 08:15:09 +00:00
96719be78d
Merge branch 'main' into develop
...
# Conflicts:
# COMPONENTS.md
2026-03-26 08:57:02 +01:00
b90baec571
fix : livraison + COMPONENTS.md
2026-03-26 08:54:49 +01:00
82c4cfaa90
feat: Ajout de composant ( #23 )
...
Release / release (push) Successful in 1m14s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [x] Pas de régression
- [x] TU/TI/TF rédigée
- [x] TU/TI/TF OK
- [x] CHANGELOG modifié
Co-authored-by: kevin <kevin@yuno.malio.fr >
Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr >
Reviewed-on: #23
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
v1.2.0
2026-03-26 07:40:04 +00:00
384f86a3b3
Merge remote-tracking branch 'origin/main' into develop
...
# Conflicts:
# CHANGELOG.md
2026-03-26 08:39:11 +01:00
e8ddf4e083
[#MUI-24] Fix composant Select ( #22 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Reviewed-on: #22
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-03-26 07:33:20 +00:00
7ee64289a8
fix : drawer animation
2026-03-25 08:38:36 +01:00
f09f8a91ac
[#MUI-15] Création d'un composant drawer ( #21 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Reviewed-on: #21
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-03-24 10:49:27 +00:00
bcadd46ce2
[#MUI-2] Faire un MCP pour la librairie de composant ( #20 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Reviewed-on: #20
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-03-24 10:31:20 +00:00
e76337502a
[#MUI-10] Création d'un composant bouton ( #19 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Reviewed-on: #19
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-03-24 10:12:28 +00:00
968b7087b5
[#MUI-23] Revoir la config couleur tailwind ( #18 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Reviewed-on: #18
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-03-24 09:05:23 +00:00
3deba3f369
[#MUI-20] Développer le composant Menu ( #17 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Reviewed-on: #17
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-03-23 16:36:16 +00:00
cf46ab0c85
[#MUI-11] Création d'un composant navigation par onglets ( #16 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Reviewed-on: #16
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-03-23 07:48:55 +00:00
09cc3edf6f
feat : reorganisation de la structure projet
2026-03-20 14:22:40 +01:00
c95a3657c0
[#MUI-14] Création d'un composant bouton icône ( #15 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Reviewed-on: #15
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-03-20 11:00:38 +00:00
9843f4d032
feat : ajout de state dans les histoires des composants
2026-03-19 17:45:03 +01:00
9d9b9c9dc4
feat : ajout d'un sélecteur "Tout cocher" dans le composant SelectCheckbox
2026-03-19 17:30:52 +01:00
187ef52865
[#MUI-9] Ajout composant upload ( #14 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Reviewed-on: #14
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-03-19 09:51:37 +00:00
9925f1ced4
[#MUI-8] Ajout composant mot de passe ( #13 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié
Reviewed-on: #13
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-03-19 09:43:55 +00:00
ded414ba1a
[#MUI12] Correction composant Nombre et Taux horaire ( #12 )
...
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
| | |
## Description de la PR
## Modification du .env
## Check list
- [x] Pas de régression
- [x] TU/TI/TF rédigée
- [x] TU/TI/TF OK
- [x] CHANGELOG modifié
Reviewed-on: #12
Co-authored-by: tristan <tristan@yuno.malio.fr >
Co-committed-by: tristan <tristan@yuno.malio.fr >
2026-03-19 08:22:37 +00:00