@elderbyte/ngx-starter 19.1.0-beta.0 → 19.1.0-beta.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.
|
@@ -19866,13 +19866,13 @@ class ElderPaneComponent {
|
|
|
19866
19866
|
this.class = '';
|
|
19867
19867
|
}
|
|
19868
19868
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ElderPaneComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19869
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: ElderPaneComponent, isStandalone: true, selector: "elder-pane", host: { properties: { "class": "this.class" }, classAttribute: "elder-pane" }, ngImport: i0, template: '<div class="elder-pane-inner"><ng-content></ng-content></div>', isInline: true, styles: [":host{display:block;overflow:hidden;border-radius:var(--elder-pane-border-radius);background-color:var(--elder-pane-bg-color);flex:1 1 0}.elder-pane-inner{display:
|
|
19869
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: ElderPaneComponent, isStandalone: true, selector: "elder-pane", host: { properties: { "class": "this.class" }, classAttribute: "elder-pane" }, ngImport: i0, template: '<div class="elder-pane-inner"><ng-content></ng-content></div>', isInline: true, styles: [":host{display:block;overflow:hidden;border-radius:var(--elder-pane-border-radius);background-color:var(--elder-pane-bg-color);flex:1 1 0}.elder-pane-inner{display:flex;flex-flow:column nowrap;width:100%;height:100%;overflow:auto}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
19870
19870
|
}
|
|
19871
19871
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ElderPaneComponent, decorators: [{
|
|
19872
19872
|
type: Component,
|
|
19873
19873
|
args: [{ selector: 'elder-pane', imports: [], host: {
|
|
19874
19874
|
class: 'elder-pane',
|
|
19875
|
-
}, template: '<div class="elder-pane-inner"><ng-content></ng-content></div>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;overflow:hidden;border-radius:var(--elder-pane-border-radius);background-color:var(--elder-pane-bg-color);flex:1 1 0}.elder-pane-inner{display:
|
|
19875
|
+
}, template: '<div class="elder-pane-inner"><ng-content></ng-content></div>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;overflow:hidden;border-radius:var(--elder-pane-border-radius);background-color:var(--elder-pane-bg-color);flex:1 1 0}.elder-pane-inner{display:flex;flex-flow:column nowrap;width:100%;height:100%;overflow:auto}\n"] }]
|
|
19876
19876
|
}], propDecorators: { class: [{
|
|
19877
19877
|
type: HostBinding,
|
|
19878
19878
|
args: ['class']
|
|
@@ -35868,23 +35868,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
|
35868
35868
|
}], ctorParameters: () => [{ type: i0.Renderer2 }] });
|
|
35869
35869
|
function createOriginalStyleList() {
|
|
35870
35870
|
return [
|
|
35871
|
-
{
|
|
35872
|
-
name: 'BG color: surface-container-highest',
|
|
35873
|
-
css: `
|
|
35874
|
-
.elder-light-theme {
|
|
35875
|
-
--mat-app-background-color: var(--md-sys-color-surface-container-highest) !important;
|
|
35876
|
-
}
|
|
35877
|
-
`,
|
|
35878
|
-
},
|
|
35879
|
-
// {
|
|
35880
|
-
// name: 'Card-header BG color',
|
|
35881
|
-
// css: `
|
|
35882
|
-
// .elder-card-header {
|
|
35883
|
-
// background-color: var(--md-sys-color-surface-container);
|
|
35884
|
-
// margin-bottom: 12px !important;
|
|
35885
|
-
// }
|
|
35886
|
-
// `,
|
|
35887
|
-
// },
|
|
35888
35871
|
{
|
|
35889
35872
|
name: 'm3 style nav',
|
|
35890
35873
|
css: `
|