@indigina/ui-kit 1.1.441 → 1.1.442

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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.441",
10
+ "version": "1.1.442",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -3235,7 +3235,6 @@ declare class KitScrollNavigationSectionComponent implements OnChanges {
3235
3235
  badgeCount?: number;
3236
3236
  propertyChanged?: EventEmitter<void>;
3237
3237
  sectionTemplate: TemplateRef<HTMLElement> | null;
3238
- sectionContent: ElementRef | null;
3239
3238
  ngOnChanges(): void;
3240
3239
  static ɵfac: i0.ɵɵFactoryDeclaration<KitScrollNavigationSectionComponent, never>;
3241
3240
  static ɵcmp: i0.ɵɵComponentDeclaration<KitScrollNavigationSectionComponent, "kit-scroll-navigation-section", never, { "title": { "alias": "title"; "required": false; }; "id": { "alias": "id"; "required": false; }; "buttonState": { "alias": "buttonState"; "required": false; }; "buttonIcon": { "alias": "buttonIcon"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "badgeCount": { "alias": "badgeCount"; "required": false; }; }, { "propertyChanged": "propertyChanged"; }, never, ["*"], true, never>;
@@ -3243,9 +3242,11 @@ declare class KitScrollNavigationSectionComponent implements OnChanges {
3243
3242
 
3244
3243
  declare class KitScrollNavigationComponent implements AfterViewInit, OnInit {
3245
3244
  private readonly activatedRoute;
3245
+ private readonly destroyRef;
3246
3246
  readonly isNavigationBtnDisabled: InputSignal<boolean>;
3247
3247
  readonly dropdownDefaultText: InputSignal<string>;
3248
3248
  sections: QueryList<KitScrollNavigationSectionComponent> | null;
3249
+ sectionContentRefs: QueryList<ElementRef>;
3249
3250
  content: ElementRef | null;
3250
3251
  collapsedList: KitCollapsedListComponent<KitCollapsedListItem> | null;
3251
3252
  readonly kitButtonType: typeof KitButtonType;