matcha-components 19.138.0 → 19.140.0

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/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnInit, EventEmitter, AfterContentInit, QueryList, OnDestroy, ElementRef, OnChanges, SimpleChanges, Renderer2, ChangeDetectorRef, AfterViewInit, TemplateRef, NgZone, ApplicationRef, Injector, RendererFactory2, Type, ComponentRef } from '@angular/core';
3
3
  import * as rxjs from 'rxjs';
4
- import { Observable, BehaviorSubject } from 'rxjs';
4
+ import { Observable } from 'rxjs';
5
5
  import * as i3 from '@angular/forms';
6
6
  import { FormControlName, ControlValueAccessor, NgControl } from '@angular/forms';
7
7
  import * as i2 from '@angular/common';
@@ -141,12 +141,6 @@ declare class MatchaLazyloadDataComponent implements OnInit, OnDestroy, OnChange
141
141
  * Threshold para o Intersection Observer (padrão: 0.1 = 10% do elemento visível).
142
142
  */
143
143
  threshold: number;
144
- /**
145
- * Root margin para o Intersection Observer (padrão: '0px').
146
- * Use valores como '100px' para acionar 100px antes do elemento aparecer.
147
- * Aceita valores como: '10px', '10px 20px', '10% 5% 0px 5%'
148
- */
149
- rootMargin: string;
150
144
  /**
151
145
  * Chave para resetar a diretiva (para componentes como select).
152
146
  */
@@ -191,7 +185,7 @@ declare class MatchaLazyloadDataComponent implements OnInit, OnDestroy, OnChange
191
185
  private checkExactMatch;
192
186
  ngOnDestroy(): void;
193
187
  static ɵfac: i0.ɵɵFactoryDeclaration<MatchaLazyloadDataComponent, never>;
194
- static ɵcmp: i0.ɵɵComponentDeclaration<MatchaLazyloadDataComponent, "matcha-lazyload-data", never, { "loadData": { "alias": "loadData"; "required": false; }; "initialList": { "alias": "initialList"; "required": false; }; "threshold": { "alias": "threshold"; "required": false; }; "rootMargin": { "alias": "rootMargin"; "required": false; }; "resetKey": { "alias": "resetKey"; "required": false; }; "searchTerm": { "alias": "searchTerm"; "required": false; }; }, { "aggregatedData": "aggregatedData"; "exactMatch": "exactMatch"; }, never, ["*"], false, never>;
188
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaLazyloadDataComponent, "matcha-lazyload-data", never, { "loadData": { "alias": "loadData"; "required": false; }; "initialList": { "alias": "initialList"; "required": false; }; "threshold": { "alias": "threshold"; "required": false; }; "resetKey": { "alias": "resetKey"; "required": false; }; "searchTerm": { "alias": "searchTerm"; "required": false; }; }, { "aggregatedData": "aggregatedData"; "exactMatch": "exactMatch"; }, never, ["*"], false, never>;
195
189
  }
196
190
 
197
191
  declare class MatchaButtonComponent implements OnChanges, OnInit {
@@ -749,15 +743,14 @@ declare class StepComponent {
749
743
  static ɵcmp: i0.ɵɵComponentDeclaration<StepComponent, "matcha-step", never, { "step": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
750
744
  }
751
745
 
752
- declare class MatchaStepperComponent {
753
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaStepperComponent, never>;
754
- static ɵcmp: i0.ɵɵComponentDeclaration<MatchaStepperComponent, "matcha-stepper", never, {}, {}, never, ["*"], false, never>;
755
- }
756
-
757
746
  declare class MatchaStepperStateService {
758
- steps$: BehaviorSubject<string[]>;
759
- activeStep$: BehaviorSubject<number>;
760
- setSteps(steps: string[]): void;
747
+ private steps;
748
+ private _steps$;
749
+ steps$: rxjs.Observable<any[]>;
750
+ private _activeStep$;
751
+ activeStep$: rxjs.Observable<number>;
752
+ private pendingActiveStep;
753
+ setSteps(steps: any[]): void;
761
754
  setActiveStep(index: number): void;
762
755
  nextStep(): void;
763
756
  prevStep(): void;
@@ -765,6 +758,15 @@ declare class MatchaStepperStateService {
765
758
  static ɵprov: i0.ɵɵInjectableDeclaration<MatchaStepperStateService>;
766
759
  }
767
760
 
761
+ declare class MatchaStepperComponent {
762
+ private stepperState;
763
+ active: number;
764
+ constructor(stepperState: MatchaStepperStateService);
765
+ ngOnChanges(changes: SimpleChanges): void;
766
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaStepperComponent, never>;
767
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaStepperComponent, "matcha-stepper", never, { "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], false, never>;
768
+ }
769
+
768
770
  declare class MatchaStepperContentComponent implements AfterContentInit {
769
771
  private stepperState;
770
772
  steps: QueryList<StepComponent>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "19.138.0",
3
+ "version": "19.140.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"