@propbinder/mobile-design 0.2.24 → 0.2.26
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
|
@@ -472,6 +472,10 @@ declare class DsMobileProfileActionsSheetComponent implements OnInit, OnChanges
|
|
|
472
472
|
constructor(modalController: ModalController, injector: Injector);
|
|
473
473
|
ngOnChanges(changes: SimpleChanges): void;
|
|
474
474
|
ngOnInit(): void;
|
|
475
|
+
/**
|
|
476
|
+
* Try to resolve short language code from localStorage ('selectedLanguage' key)
|
|
477
|
+
*/
|
|
478
|
+
private getLanguageFromStorage;
|
|
475
479
|
/**
|
|
476
480
|
* Handle action item click
|
|
477
481
|
*/
|
|
@@ -6221,6 +6225,10 @@ declare class DsMobileIllustrationComponent {
|
|
|
6221
6225
|
* @default '120px'
|
|
6222
6226
|
*/
|
|
6223
6227
|
size: _angular_core.InputSignal<string>;
|
|
6228
|
+
/**
|
|
6229
|
+
* Accessible description for the illustration
|
|
6230
|
+
*/
|
|
6231
|
+
alt: _angular_core.InputSignal<string>;
|
|
6224
6232
|
constructor(sanitizer: DomSanitizer);
|
|
6225
6233
|
/**
|
|
6226
6234
|
* Inline SVG content for each variant
|
|
@@ -6231,7 +6239,7 @@ declare class DsMobileIllustrationComponent {
|
|
|
6231
6239
|
*/
|
|
6232
6240
|
svgContent: _angular_core.Signal<SafeHtml>;
|
|
6233
6241
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileIllustrationComponent, never>;
|
|
6234
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileIllustrationComponent, "ds-mobile-illustration", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
6242
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileIllustrationComponent, "ds-mobile-illustration", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
6235
6243
|
}
|
|
6236
6244
|
|
|
6237
6245
|
/**
|