feat(planning): grille hebdomadaire complète avec API et filtres

- Connexion API via proxy Angular (résolution CORS, base path /api)
- Import CSS ng-zorro global pour les modales et composants
- Filtres Camion/Show câblés sur l'affichage de la grille
- Camions affichés via TrucksService (linkés au show du même créneau)
- Panneau de détails : spectacles + camions du jour sélectionné
- Modale de création de spectacle stylisée avec fond et centrage
- Positionnement précis des events à la minute dans leur créneau
- Auto-scroll vers l'heure courante au chargement
- Ligne "maintenant" sur la colonne du jour actuel
- Régénération des services OpenAPI (nouveaux noms de types)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 20:36:03 +02:00
parent 150b97cd2e
commit 654b297e2e
3131 changed files with 149304 additions and 104334 deletions
+10 -16
View File
@@ -1,6 +1,6 @@
{
"name": "zod-to-json-schema",
"version": "3.25.2",
"version": "3.24.6",
"description": "Converts Zod schemas to Json Schemas",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
@@ -16,7 +16,7 @@
}
},
"scripts": {
"build:test": "npm --prefix ./dist-test-v3 test && npm --prefix ./dist-test-v4 test",
"build:test": "npm --prefix ./dist-test test",
"build:types": "tsc -p tsconfig.types.json",
"build:cjs": "tsc -p tsconfig.cjs.json && tsx postcjs.ts",
"build:esm": "tsc -p tsconfig.esm.json && tsx postesm.ts",
@@ -27,14 +27,10 @@
"test": "tsx test/index.ts",
"gen": "tsx createIndex.ts"
},
"keywords": [
"zod",
"json",
"schema",
"open",
"api",
"conversion"
],
"c8": {
"exclude": ["createIndex.ts", "postcjs.ts", "postesm.ts", "test"]
},
"keywords": ["zod", "json", "schema", "open", "api", "conversion"],
"author": "Stefan Terdell",
"contributors": [
"Hammad Asif (https://github.com/mrhammadasif)",
@@ -57,9 +53,7 @@
"Isaiah Marc Sanchez (https://github.com/imsanchez)",
"Mitchell Merry (https://github.com/mitchell-merry)",
"Enzo Monjardín (https://github.com/enzomonjardin)",
"Víctor Hernández (https://github.com/NanezX)",
"Faïz Hernawan Abdillah (https://github.com/Abdillah)",
"Felix Mosheev (https://github.com/felixmosh)"
"Víctor Hernández (https://github.com/NanezX)"
],
"repository": {
"type": "git",
@@ -67,7 +61,7 @@
},
"license": "ISC",
"peerDependencies": {
"zod": "^3.25.28 || ^4"
"zod": "^3.24.1"
},
"devDependencies": {
"@types/json-schema": "^7.0.9",
@@ -77,9 +71,9 @@
"ajv-formats": "^2.1.1",
"fast-diff": "^1.3.0",
"local-ref-resolver": "^0.2.0",
"rimraf": "^6.1.3",
"rimraf": "^3.0.2",
"tsx": "^4.19.0",
"typescript": "^5.1.3",
"zod": "^3.25.28 || ^4"
"zod": "^3.24.1"
}
}