@dereekb/dbx-web 13.6.8 → 13.6.10

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.
@@ -1215,7 +1215,7 @@ class DbxPopoverHeaderComponent {
1215
1215
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxPopoverHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1216
1216
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.3", type: DbxPopoverHeaderComponent, isStandalone: true, selector: "dbx-popover-header", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
1217
1217
  <div class="dbx-popover-header">
1218
- <div class="dbx-popover-header-content">
1218
+ <div class="dbx-popover-header-content dbx-flex-bar">
1219
1219
  <h3>
1220
1220
  @if (icon()) {
1221
1221
  <mat-icon class="dbx-icon-spacer">{{ icon() }}</mat-icon>
@@ -1235,7 +1235,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
1235
1235
  selector: 'dbx-popover-header',
1236
1236
  template: `
1237
1237
  <div class="dbx-popover-header">
1238
- <div class="dbx-popover-header-content">
1238
+ <div class="dbx-popover-header-content dbx-flex-bar">
1239
1239
  <h3>
1240
1240
  @if (icon()) {
1241
1241
  <mat-icon class="dbx-icon-spacer">{{ icon() }}</mat-icon>
@@ -3767,7 +3767,7 @@ class DbxSectionHeaderComponent {
3767
3767
  }, ...(ngDevMode ? [{ debugName: "showTitleSignal" }] : /* istanbul ignore next */ []));
3768
3768
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3769
3769
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.3", type: DbxSectionHeaderComponent, isStandalone: true, selector: "dbx-section-header,.dbx-section-header", inputs: { headerConfig: { classPropertyName: "headerConfig", publicName: "headerConfig", isSignal: true, isRequired: false, transformFunction: null }, h: { classPropertyName: "h", publicName: "h", isSignal: true, isRequired: false, transformFunction: null }, paddedHeader: { classPropertyName: "paddedHeader", publicName: "paddedHeader", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, onlyHeader: { classPropertyName: "onlyHeader", publicName: "onlyHeader", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, hintInline: { classPropertyName: "hintInline", publicName: "hintInline", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.dbx-section-header-full-title": "headerConfigSignal().onlyHeader", "class.dbx-section-header-padded": "headerConfigSignal().paddedHeader" } }, ngImport: i0, template: `
3770
- <div class="dbx-section-header-content">
3770
+ <div class="dbx-section-header-content dbx-flex-bar">
3771
3771
  @if (showTitleSignal()) {
3772
3772
  @switch (headerConfigSignal().h ?? 1) {
3773
3773
  @case (1) {
@@ -3823,7 +3823,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
3823
3823
  args: [{
3824
3824
  selector: 'dbx-section-header,.dbx-section-header',
3825
3825
  template: `
3826
- <div class="dbx-section-header-content">
3826
+ <div class="dbx-section-header-content dbx-flex-bar">
3827
3827
  @if (showTitleSignal()) {
3828
3828
  @switch (headerConfigSignal().h ?? 1) {
3829
3829
  @case (1) {
@@ -8608,7 +8608,7 @@ class DbxPagebarComponent {
8608
8608
  }, ...(ngDevMode ? [{ debugName: "cssClassSignal" }] : /* istanbul ignore next */ []));
8609
8609
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxPagebarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8610
8610
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.3", type: DbxPagebarComponent, isStandalone: true, selector: "dbx-pagebar", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
8611
- <mat-toolbar class="dbx-pagebar" [ngClass]="cssClassSignal()">
8611
+ <mat-toolbar class="dbx-pagebar dbx-flex-bar" [ngClass]="cssClassSignal()">
8612
8612
  <ng-content select="[left]"></ng-content>
8613
8613
  <span class="spacer"></span>
8614
8614
  <ng-content select="[right]"></ng-content>
@@ -8620,7 +8620,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
8620
8620
  args: [{
8621
8621
  selector: 'dbx-pagebar',
8622
8622
  template: `
8623
- <mat-toolbar class="dbx-pagebar" [ngClass]="cssClassSignal()">
8623
+ <mat-toolbar class="dbx-pagebar dbx-flex-bar" [ngClass]="cssClassSignal()">
8624
8624
  <ng-content select="[left]"></ng-content>
8625
8625
  <span class="spacer"></span>
8626
8626
  <ng-content select="[right]"></ng-content>