@propbinder/mobile-design 0.2.69 → 0.2.70

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
@@ -621,6 +621,7 @@ interface Language {
621
621
  declare class DsMobileProfileActionsSheetComponent implements OnInit, OnChanges {
622
622
  private modalController;
623
623
  private injector;
624
+ private elementRef;
624
625
  /**
625
626
  * Action groups to display in main view
626
627
  */
@@ -665,7 +666,7 @@ declare class DsMobileProfileActionsSheetComponent implements OnInit, OnChanges
665
666
  * Is animating between views
666
667
  */
667
668
  isAnimating: _angular_core.WritableSignal<boolean>;
668
- constructor(modalController: ModalController, injector: Injector);
669
+ constructor(modalController: ModalController, injector: Injector, elementRef: ElementRef);
669
670
  ngOnChanges(changes: SimpleChanges): void;
670
671
  ngOnInit(): void;
671
672
  /**
@@ -700,6 +701,10 @@ declare class DsMobileProfileActionsSheetComponent implements OnInit, OnChanges
700
701
  * Animate view transition with height change
701
702
  */
702
703
  private animateViewTransition;
704
+ /**
705
+ * Walk up the DOM to find the parent ion-modal element
706
+ */
707
+ private getModalElement;
703
708
  /**
704
709
  * Helper to create delay promise
705
710
  */
@@ -3591,6 +3596,7 @@ declare class DsMobileTabBarComponent implements OnInit, AfterViewInit, OnDestro
3591
3596
  private userService;
3592
3597
  constructor(elementRef: ElementRef);
3593
3598
  ngOnInit(): void;
3599
+ private syncActiveTabFromUrl;
3594
3600
  ngAfterViewInit(): void;
3595
3601
  private updateSlot;
3596
3602
  private setupSlotEnforcement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propbinder/mobile-design",
3
- "version": "0.2.69",
3
+ "version": "0.2.70",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"