s4y-ui 2.5.2 → 2.6.2

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.
@@ -13,5 +13,5 @@ export declare class StepComponent {
13
13
  linear: boolean;
14
14
  onClick(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<StepComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<StepComponent, "s4y-step", never, { "value": { "alias": "value"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "isCompleted": { "alias": "isCompleted"; "required": false; }; }, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepComponent, "s4y-step", never, { "value": { "alias": "value"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "isCompleted": { "alias": "isCompleted"; "required": false; }; }, {}, never, never, true, never>;
17
17
  }
@@ -11,5 +11,5 @@ export declare class StepPanelComponent {
11
11
  animationState: 'left' | 'center' | 'right';
12
12
  canNavigateTo(value: number): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<StepPanelComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<StepPanelComponent, "s4y-step-panel", never, { "value": { "alias": "value"; "required": true; }; "visible": { "alias": "visible"; "required": false; }; }, {}, ["templatePanel"], never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepPanelComponent, "s4y-step-panel", never, { "value": { "alias": "value"; "required": true; }; "visible": { "alias": "visible"; "required": false; }; }, {}, ["templatePanel"], never, true, never>;
15
15
  }
@@ -1,4 +1,3 @@
1
1
  export * from './stepper.component';
2
2
  export * from './components/step/step.component';
3
- export * from './stepper.module';
4
3
  export * from './components/step-panel/step-panel.component';
@@ -19,5 +19,5 @@ export declare class StepperComponent implements OnInit, AfterContentInit, OnDes
19
19
  setSelected(value: number): void;
20
20
  ngOnDestroy(): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "s4y-stepper", never, { "linear": { "alias": "linear"; "required": false; }; "isTabsNavigate": { "alias": "isTabsNavigate"; "required": false; }; }, {}, ["steps", "stepsPanel"], ["s4y-step", "s4y-step-panel"], false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "s4y-stepper", never, { "linear": { "alias": "linear"; "required": false; }; "isTabsNavigate": { "alias": "isTabsNavigate"; "required": false; }; }, {}, ["steps", "stepsPanel"], ["s4y-step", "s4y-step-panel"], true, never>;
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s4y-ui",
3
- "version": "2.5.2",
3
+ "version": "2.6.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0"
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./stepper.component";
3
- import * as i2 from "./components/step/step.component";
4
- import * as i3 from "./components/step-panel/step-panel.component";
5
- import * as i4 from "@angular/common";
6
- export declare class StepperModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<StepperModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, [typeof i1.StepperComponent, typeof i2.StepComponent, typeof i3.StepPanelComponent], [typeof i4.CommonModule], [typeof i1.StepperComponent, typeof i2.StepComponent, typeof i3.StepPanelComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>;
10
- }