@propbinder/mobile-design 0.2.67 → 0.2.68
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
|
@@ -1299,6 +1299,12 @@ declare class DsMobileSectionComponent {
|
|
|
1299
1299
|
* @default ''
|
|
1300
1300
|
*/
|
|
1301
1301
|
padding: _angular_core.InputSignal<string>;
|
|
1302
|
+
/**
|
|
1303
|
+
* Section padding override for desktop (≥768px)
|
|
1304
|
+
* Falls back to `padding` if not set, then to the default 32px
|
|
1305
|
+
* @default ''
|
|
1306
|
+
*/
|
|
1307
|
+
paddingDesktop: _angular_core.InputSignal<string>;
|
|
1302
1308
|
/**
|
|
1303
1309
|
* Gap between section header and content
|
|
1304
1310
|
* Accepts any valid CSS gap value
|
|
@@ -1330,7 +1336,7 @@ declare class DsMobileSectionComponent {
|
|
|
1330
1336
|
*/
|
|
1331
1337
|
handleLinkClick(): void;
|
|
1332
1338
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileSectionComponent, never>;
|
|
1333
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileSectionComponent, "ds-mobile-section", never, { "headline": { "alias": "headline"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "linkText": { "alias": "linkText"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; "contentGap": { "alias": "contentGap"; "required": false; "isSignal": true; }; "showBorder": { "alias": "showBorder"; "required": false; "isSignal": true; }; "overflow": { "alias": "overflow"; "required": false; "isSignal": true; }; }, { "linkClick": "linkClick"; }, never, ["[header-action]", "*"], true, never>;
|
|
1339
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileSectionComponent, "ds-mobile-section", never, { "headline": { "alias": "headline"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "linkText": { "alias": "linkText"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "paddingDesktop": { "alias": "paddingDesktop"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; "contentGap": { "alias": "contentGap"; "required": false; "isSignal": true; }; "showBorder": { "alias": "showBorder"; "required": false; "isSignal": true; }; "overflow": { "alias": "overflow"; "required": false; "isSignal": true; }; }, { "linkClick": "linkClick"; }, never, ["[header-action]", "*"], true, never>;
|
|
1334
1340
|
}
|
|
1335
1341
|
|
|
1336
1342
|
/**
|