@almoamendev/ngx-md3 0.2.0 → 0.2.1
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.
|
@@ -3782,31 +3782,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImpor
|
|
|
3782
3782
|
* the content scrolls underneath.
|
|
3783
3783
|
*/
|
|
3784
3784
|
class FullScreenDialogHeader {
|
|
3785
|
-
title = input('', { ...(ngDevMode ? { debugName: "title" } : /* istanbul ignore next */ {}), alias: 'title' });
|
|
3786
3785
|
// context values
|
|
3787
3786
|
buttonContextSize = signal('small', /* @ts-ignore */
|
|
3788
3787
|
...(ngDevMode ? [{ debugName: "buttonContextSize" }] : /* istanbul ignore next */ []));
|
|
3789
3788
|
buttonContextWidth = signal('default', /* @ts-ignore */
|
|
3790
3789
|
...(ngDevMode ? [{ debugName: "buttonContextWidth" }] : /* istanbul ignore next */ []));
|
|
3791
3790
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.0", ngImport: i0, type: FullScreenDialogHeader, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3792
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3791
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.0", type: FullScreenDialogHeader, isStandalone: true, selector: "md3-fullscreen-dialog-header", providers: [
|
|
3793
3792
|
{
|
|
3794
3793
|
provide: MD3_BUTTON_CONTEXT,
|
|
3795
3794
|
useExisting: FullScreenDialogHeader,
|
|
3796
3795
|
},
|
|
3797
|
-
], ngImport: i0, template: "<ng-content select=\"[md3-icon-button][md3-header-leading]\"></ng-content>\n<div class=\"md3-title-container\">\n <
|
|
3796
|
+
], ngImport: i0, template: "<ng-content select=\"[md3-icon-button][md3-header-leading]\"></ng-content>\n<div class=\"md3-title-container\">\n <ng-content></ng-content>\n</div>\n<div class=\"md3-actions-container\">\n <ng-content select=\"[md3-header-trailing]\"></ng-content>\n</div>\n", styles: [":host{--foreground-color: rgb(var(--md-scheme-on-surface));position:sticky;top:0;z-index:3;grid-area:header;display:flex;align-items:center;gap:.5em;height:4em;padding:0 1em;color:var(--foreground-color);background-color:rgb(var(--md-scheme-surface))}:host ::ng-deep [md3-header-leading]:first-child{margin-inline-start:-.5em}:host .md3-title-container{flex:1 1 auto;min-width:0;color:inherit}:host .md3-title-container:first-child{padding-inline-start:.5em}:host .md3-actions-container{display:flex;flex:0 0 auto;align-items:center;gap:.5em}\n"] });
|
|
3798
3797
|
}
|
|
3799
3798
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImport: i0, type: FullScreenDialogHeader, decorators: [{
|
|
3800
3799
|
type: Component,
|
|
3801
|
-
args: [{ selector: 'md3-fullscreen-dialog-header', imports: [
|
|
3802
|
-
TypeTitle,
|
|
3803
|
-
], providers: [
|
|
3800
|
+
args: [{ selector: 'md3-fullscreen-dialog-header', imports: [], providers: [
|
|
3804
3801
|
{
|
|
3805
3802
|
provide: MD3_BUTTON_CONTEXT,
|
|
3806
3803
|
useExisting: FullScreenDialogHeader,
|
|
3807
3804
|
},
|
|
3808
|
-
], template: "<ng-content select=\"[md3-icon-button][md3-header-leading]\"></ng-content>\n<div class=\"md3-title-container\">\n <
|
|
3809
|
-
}]
|
|
3805
|
+
], template: "<ng-content select=\"[md3-icon-button][md3-header-leading]\"></ng-content>\n<div class=\"md3-title-container\">\n <ng-content></ng-content>\n</div>\n<div class=\"md3-actions-container\">\n <ng-content select=\"[md3-header-trailing]\"></ng-content>\n</div>\n", styles: [":host{--foreground-color: rgb(var(--md-scheme-on-surface));position:sticky;top:0;z-index:3;grid-area:header;display:flex;align-items:center;gap:.5em;height:4em;padding:0 1em;color:var(--foreground-color);background-color:rgb(var(--md-scheme-surface))}:host ::ng-deep [md3-header-leading]:first-child{margin-inline-start:-.5em}:host .md3-title-container{flex:1 1 auto;min-width:0;color:inherit}:host .md3-title-container:first-child{padding-inline-start:.5em}:host .md3-actions-container{display:flex;flex:0 0 auto;align-items:center;gap:.5em}\n"] }]
|
|
3806
|
+
}] });
|
|
3810
3807
|
|
|
3811
3808
|
const MENU_DATA = new InjectionToken('MD3_MENU_DATA');
|
|
3812
3809
|
const MENU_CONFIG = new InjectionToken('MD3_MENU_CONFIG');
|