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:
+1
-8
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @license Angular v20.3.21
|
||||
* @license Angular v20.3.11
|
||||
* (c) 2010-2025 Google LLC. https://angular.dev/
|
||||
* License: MIT
|
||||
*/
|
||||
@@ -17,8 +17,6 @@ import { OutputRef, OutputRefSubscription, DestroyRef, Signal, WritableSignal, V
|
||||
* <my-comp (valueChange)="processNewValue($event)" />
|
||||
* ```
|
||||
*
|
||||
* @see [Custom events with outputs](guide/components/outputs)
|
||||
*
|
||||
* @publicAPI
|
||||
*/
|
||||
declare class OutputEmitterRef<T> implements OutputRef<T> {
|
||||
@@ -36,8 +34,6 @@ declare function getOutputDestroyRef(ref: OutputRef<unknown>): DestroyRef | unde
|
||||
/**
|
||||
* Options for declaring an output.
|
||||
*
|
||||
* @see [Customizing output names](guide/components/outputs#customizing-output-names)
|
||||
*
|
||||
* @publicApi 19.0
|
||||
*/
|
||||
interface OutputOptions {
|
||||
@@ -82,9 +78,6 @@ interface OutputOptions {
|
||||
* this.nameChange.emit(newName);
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
* @see [Custom events with outputs](guide/components/outputs#customizing-output-names)
|
||||
*
|
||||
* @initializerApiFunction {"showTypesInSignaturePreview": true}
|
||||
* @publicApi 19.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user