@elderbyte/ngx-starter 19.1.21 → 19.1.22
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.
|
@@ -20040,7 +20040,7 @@ class ElderPaneTitleComponent {
|
|
|
20040
20040
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.6", type: ElderPaneTitleComponent, isStandalone: true, selector: "elder-pane-title", ngImport: i0, template: `<!-- template -->
|
|
20041
20041
|
<h3 class="elder-pane-title text-title-large">
|
|
20042
20042
|
<ng-content></ng-content>
|
|
20043
|
-
</h3> `, isInline: true, styles: [".elder-pane-title{margin-top:2px;margin-bottom:
|
|
20043
|
+
</h3> `, isInline: true, styles: [".elder-pane-title{margin-top:2px;margin-bottom:var(--elder-pane-title-margin-bottom)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
20044
20044
|
}
|
|
20045
20045
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.6", ngImport: i0, type: ElderPaneTitleComponent, decorators: [{
|
|
20046
20046
|
type: Component,
|
|
@@ -20049,7 +20049,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.6", ngImpor
|
|
|
20049
20049
|
}, template: `<!-- template -->
|
|
20050
20050
|
<h3 class="elder-pane-title text-title-large">
|
|
20051
20051
|
<ng-content></ng-content>
|
|
20052
|
-
</h3> `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".elder-pane-title{margin-top:2px;margin-bottom:
|
|
20052
|
+
</h3> `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".elder-pane-title{margin-top:2px;margin-bottom:var(--elder-pane-title-margin-bottom)}\n"] }]
|
|
20053
20053
|
}] });
|
|
20054
20054
|
|
|
20055
20055
|
class ElderPaneHeaderComponent {
|
|
@@ -20115,7 +20115,7 @@ class ElderPaneSubtitleComponent {
|
|
|
20115
20115
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.6", type: ElderPaneSubtitleComponent, isStandalone: true, selector: "elder-pane-subtitle", ngImport: i0, template: `<!-- template -->
|
|
20116
20116
|
<h4 class="elder-pane-subtitle text-title-medium">
|
|
20117
20117
|
<ng-content></ng-content>
|
|
20118
|
-
</h4> `, isInline: true, styles: [".elder-pane-subtitle{margin-top:0!important;padding-bottom:0!important;margin-bottom:
|
|
20118
|
+
</h4> `, isInline: true, styles: [".elder-pane-subtitle{margin-top:0!important;padding-bottom:0!important;margin-bottom:var(--elder-pane-subtitle-margin-bottom)!important}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
20119
20119
|
}
|
|
20120
20120
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.6", ngImport: i0, type: ElderPaneSubtitleComponent, decorators: [{
|
|
20121
20121
|
type: Component,
|
|
@@ -20124,7 +20124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.6", ngImpor
|
|
|
20124
20124
|
}, template: `<!-- template -->
|
|
20125
20125
|
<h4 class="elder-pane-subtitle text-title-medium">
|
|
20126
20126
|
<ng-content></ng-content>
|
|
20127
|
-
</h4> `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".elder-pane-subtitle{margin-top:0!important;padding-bottom:0!important;margin-bottom:
|
|
20127
|
+
</h4> `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".elder-pane-subtitle{margin-top:0!important;padding-bottom:0!important;margin-bottom:var(--elder-pane-subtitle-margin-bottom)!important}\n"] }]
|
|
20128
20128
|
}] });
|
|
20129
20129
|
|
|
20130
20130
|
class ElderPaneActionsComponent {
|