@dereekb/dbx-web 9.15.5 → 9.15.7
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/esm2020/lib/layout/section/section.component.mjs +6 -6
- package/esm2020/lib/layout/section/section.header.component.mjs +27 -3
- package/esm2020/lib/layout/section/section.mjs +1 -1
- package/esm2020/lib/layout/section/section.page.component.mjs +1 -1
- package/esm2020/lib/layout/section/subsection.component.mjs +4 -4
- package/fesm2015/dereekb-dbx-web.mjs +35 -11
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +35 -11
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/layout/section/_section.scss +25 -5
- package/lib/layout/section/section.d.ts +9 -0
- package/lib/layout/section/section.header.component.d.ts +5 -3
- package/mapbox/package.json +3 -3
- package/package.json +3 -3
|
@@ -12,20 +12,20 @@ export class DbxSectionComponent extends DbxSectionHeaderComponent {
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
DbxSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSectionComponent, selector: "dbx-section", inputs: { elevate: "elevate" }, host: { properties: { "class": "(elevate) ? 'dbx-section-elevate dbx-content-elevate' : ''" }, classAttribute: "d-block
|
|
16
|
-
<div class="dbx-section-header" [h]="3" [header]="header" [icon]="icon" [hint]="hint">
|
|
15
|
+
DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSectionComponent, selector: "dbx-section", inputs: { elevate: "elevate" }, host: { properties: { "class": "(elevate) ? 'dbx-section-elevate dbx-content-elevate' : ''" }, classAttribute: "d-block dbx-section" }, usesInheritance: true, ngImport: i0, template: `
|
|
16
|
+
<div class="dbx-section-header" [h]="h ?? 3" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="hintInline">
|
|
17
17
|
<ng-content select="[sectionHeader]"></ng-content>
|
|
18
18
|
</div>
|
|
19
19
|
<div class="dbx-section-content">
|
|
20
20
|
<ng-content></ng-content>
|
|
21
21
|
</div>
|
|
22
|
-
`, isInline: true, dependencies: [{ kind: "component", type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
|
|
22
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline", "headerConfig"] }] });
|
|
23
23
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionComponent, decorators: [{
|
|
24
24
|
type: Component,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: 'dbx-section',
|
|
27
27
|
template: `
|
|
28
|
-
<div class="dbx-section-header" [h]="3" [header]="header" [icon]="icon" [hint]="hint">
|
|
28
|
+
<div class="dbx-section-header" [h]="h ?? 3" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="hintInline">
|
|
29
29
|
<ng-content select="[sectionHeader]"></ng-content>
|
|
30
30
|
</div>
|
|
31
31
|
<div class="dbx-section-content">
|
|
@@ -33,11 +33,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
33
33
|
</div>
|
|
34
34
|
`,
|
|
35
35
|
host: {
|
|
36
|
-
class: 'd-block
|
|
36
|
+
class: 'd-block dbx-section',
|
|
37
37
|
'[class]': `(elevate) ? 'dbx-section-elevate dbx-content-elevate' : ''`
|
|
38
38
|
}
|
|
39
39
|
}]
|
|
40
40
|
}], propDecorators: { elevate: [{
|
|
41
41
|
type: Input
|
|
42
42
|
}] } });
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL3NyYy9saWIvbGF5b3V0L3NlY3Rpb24vc2VjdGlvbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sNEJBQTRCLENBQUM7OztBQUV2RTs7R0FFRztBQWdCSCxNQUFNLE9BQU8sbUJBQW9CLFNBQVEseUJBQXlCO0lBZmxFOztRQWlCRSxZQUFPLEdBQUcsS0FBSyxDQUFDO0tBQ2pCOztnSEFIWSxtQkFBbUI7b0dBQW5CLG1CQUFtQixrUEFicEI7Ozs7Ozs7R0FPVDsyRkFNVSxtQkFBbUI7a0JBZi9CLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGFBQWE7b0JBQ3ZCLFFBQVEsRUFBRTs7Ozs7OztHQU9UO29CQUNELElBQUksRUFBRTt3QkFDSixLQUFLLEVBQUUscUJBQXFCO3dCQUM1QixTQUFTLEVBQUUsNERBQTREO3FCQUN4RTtpQkFDRjs4QkFHQyxPQUFPO3NCQUROLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEYnhTZWN0aW9uSGVhZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9zZWN0aW9uLmhlYWRlci5jb21wb25lbnQnO1xuXG4vKipcbiAqIENvbXBvbmVudCB1c2VkIHRvIGZvcm1hdCBjb250ZW50IG9uIGEgcGFnZSB3aXRoaW4gYSBzZWN0aW9uLlxuICovXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkYngtc2VjdGlvbicsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRpdiBjbGFzcz1cImRieC1zZWN0aW9uLWhlYWRlclwiIFtoXT1cImggPz8gM1wiIFtoZWFkZXJdPVwiaGVhZGVyXCIgW29ubHlIZWFkZXJdPVwib25seUhlYWRlclwiIFtpY29uXT1cImljb25cIiBbaGludF09XCJoaW50XCIgW2hpbnRJbmxpbmVdPVwiaGludElubGluZVwiPlxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3NlY3Rpb25IZWFkZXJdXCI+PC9uZy1jb250ZW50PlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJkYngtc2VjdGlvbi1jb250ZW50XCI+XG4gICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgPC9kaXY+XG4gIGAsXG4gIGhvc3Q6IHtcbiAgICBjbGFzczogJ2QtYmxvY2sgZGJ4LXNlY3Rpb24nLFxuICAgICdbY2xhc3NdJzogYChlbGV2YXRlKSA/ICdkYngtc2VjdGlvbi1lbGV2YXRlIGRieC1jb250ZW50LWVsZXZhdGUnIDogJydgXG4gIH1cbn0pXG5leHBvcnQgY2xhc3MgRGJ4U2VjdGlvbkNvbXBvbmVudCBleHRlbmRzIERieFNlY3Rpb25IZWFkZXJDb21wb25lbnQge1xuICBASW5wdXQoKVxuICBlbGV2YXRlID0gZmFsc2U7XG59XG4iXX0=
|
|
@@ -9,12 +9,34 @@ export class DbxSectionHeaderComponent {
|
|
|
9
9
|
constructor() {
|
|
10
10
|
this.onlyHeader = false;
|
|
11
11
|
}
|
|
12
|
+
set headerConfig(headerConfig) {
|
|
13
|
+
if (headerConfig) {
|
|
14
|
+
if (headerConfig.h !== undefined) {
|
|
15
|
+
this.h = headerConfig.h;
|
|
16
|
+
}
|
|
17
|
+
if (headerConfig.header !== undefined) {
|
|
18
|
+
this.header = headerConfig.header;
|
|
19
|
+
}
|
|
20
|
+
if (headerConfig.onlyHeader !== undefined) {
|
|
21
|
+
this.onlyHeader = headerConfig.onlyHeader;
|
|
22
|
+
}
|
|
23
|
+
if (headerConfig.icon !== undefined) {
|
|
24
|
+
this.icon = headerConfig.icon;
|
|
25
|
+
}
|
|
26
|
+
if (headerConfig.hint !== undefined) {
|
|
27
|
+
this.hint = headerConfig.hint;
|
|
28
|
+
}
|
|
29
|
+
if (headerConfig.hintInline !== undefined) {
|
|
30
|
+
this.hintInline = headerConfig.hintInline;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
12
34
|
get showTitle() {
|
|
13
35
|
return Boolean(this.header || this.icon);
|
|
14
36
|
}
|
|
15
37
|
}
|
|
16
38
|
DbxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: { h: "h", header: "header", onlyHeader: "onlyHeader", icon: "icon", hint: "hint", hintInline: "hintInline" }, host: { properties: { "class.dbx-section-header-full-title": "onlyHeader" } }, ngImport: i0, template: `
|
|
39
|
+
DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: { h: "h", header: "header", onlyHeader: "onlyHeader", icon: "icon", hint: "hint", hintInline: "hintInline", headerConfig: "headerConfig" }, host: { properties: { "class.dbx-section-header-full-title": "onlyHeader" } }, ngImport: i0, template: `
|
|
18
40
|
<div class="dbx-section-header-content">
|
|
19
41
|
<ng-container [ngSwitch]="showTitle && (h ?? 1)">
|
|
20
42
|
<h1 *ngSwitchCase="1" class="dbx-section-header-content-title">
|
|
@@ -84,7 +106,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
84
106
|
'[class.dbx-section-header-full-title]': 'onlyHeader'
|
|
85
107
|
}
|
|
86
108
|
}]
|
|
87
|
-
}], propDecorators: { h: [{
|
|
109
|
+
}], ctorParameters: function () { return []; }, propDecorators: { h: [{
|
|
88
110
|
type: Input
|
|
89
111
|
}], header: [{
|
|
90
112
|
type: Input
|
|
@@ -96,5 +118,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
96
118
|
type: Input
|
|
97
119
|
}], hintInline: [{
|
|
98
120
|
type: Input
|
|
121
|
+
}], headerConfig: [{
|
|
122
|
+
type: Input
|
|
99
123
|
}] } });
|
|
100
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
124
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdGlvbi5oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9zcmMvbGliL2xheW91dC9zZWN0aW9uL3NlY3Rpb24uaGVhZGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQUlqRDs7R0FFRztBQXNDSCxNQUFNLE9BQU8seUJBQXlCO0lBbUJwQztRQVhBLGVBQVUsR0FBb0IsS0FBSyxDQUFDO0lBV3JCLENBQUM7SUFFaEIsSUFDSSxZQUFZLENBQUMsWUFBMkM7UUFDMUQsSUFBSSxZQUFZLEVBQUU7WUFDaEIsSUFBSSxZQUFZLENBQUMsQ0FBQyxLQUFLLFNBQVMsRUFBRTtnQkFDaEMsSUFBSSxDQUFDLENBQUMsR0FBRyxZQUFZLENBQUMsQ0FBQyxDQUFDO2FBQ3pCO1lBRUQsSUFBSSxZQUFZLENBQUMsTUFBTSxLQUFLLFNBQVMsRUFBRTtnQkFDckMsSUFBSSxDQUFDLE1BQU0sR0FBRyxZQUFZLENBQUMsTUFBTSxDQUFDO2FBQ25DO1lBRUQsSUFBSSxZQUFZLENBQUMsVUFBVSxLQUFLLFNBQVMsRUFBRTtnQkFDekMsSUFBSSxDQUFDLFVBQVUsR0FBRyxZQUFZLENBQUMsVUFBVSxDQUFDO2FBQzNDO1lBRUQsSUFBSSxZQUFZLENBQUMsSUFBSSxLQUFLLFNBQVMsRUFBRTtnQkFDbkMsSUFBSSxDQUFDLElBQUksR0FBRyxZQUFZLENBQUMsSUFBSSxDQUFDO2FBQy9CO1lBRUQsSUFBSSxZQUFZLENBQUMsSUFBSSxLQUFLLFNBQVMsRUFBRTtnQkFDbkMsSUFBSSxDQUFDLElBQUksR0FBRyxZQUFZLENBQUMsSUFBSSxDQUFDO2FBQy9CO1lBRUQsSUFBSSxZQUFZLENBQUMsVUFBVSxLQUFLLFNBQVMsRUFBRTtnQkFDekMsSUFBSSxDQUFDLFVBQVUsR0FBRyxZQUFZLENBQUMsVUFBVSxDQUFDO2FBQzNDO1NBQ0Y7SUFDSCxDQUFDO0lBRUQsSUFBSSxTQUFTO1FBQ1gsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLE1BQU0sSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDM0MsQ0FBQzs7c0hBcERVLHlCQUF5QjswR0FBekIseUJBQXlCLGlUQW5DMUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQThCVDsyRkFLVSx5QkFBeUI7a0JBckNyQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx3Q0FBd0M7b0JBQ2xELFFBQVEsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBOEJUO29CQUNELElBQUksRUFBRTt3QkFDSix1Q0FBdUMsRUFBRSxZQUFZO3FCQUN0RDtpQkFDRjswRUFHQyxDQUFDO3NCQURBLEtBQUs7Z0JBSU4sTUFBTTtzQkFETCxLQUFLO2dCQUlOLFVBQVU7c0JBRFQsS0FBSztnQkFJTixJQUFJO3NCQURILEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLFVBQVU7c0JBRFQsS0FBSztnQkFNRixZQUFZO3NCQURmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXliZSB9IGZyb20gJ0BkZXJlZWtiL3V0aWwnO1xuaW1wb3J0IHsgRGJ4U2VjdGlvbkhlYWRlckNvbmZpZywgRGJ4U2VjdGlvbkhlYWRlckhUeXBlIH0gZnJvbSAnLi9zZWN0aW9uJztcblxuLyoqXG4gKiBDb21wb25lbnQgdXNlZCB0byBzdHlsZSBhIHNlY3Rpb24ncyBoZWFkZXIuXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RieC1zZWN0aW9uLWhlYWRlciwuZGJ4LXNlY3Rpb24taGVhZGVyJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8ZGl2IGNsYXNzPVwiZGJ4LXNlY3Rpb24taGVhZGVyLWNvbnRlbnRcIj5cbiAgICAgIDxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cInNob3dUaXRsZSAmJiAoaCA/PyAxKVwiPlxuICAgICAgICA8aDEgKm5nU3dpdGNoQ2FzZT1cIjFcIiBjbGFzcz1cImRieC1zZWN0aW9uLWhlYWRlci1jb250ZW50LXRpdGxlXCI+XG4gICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlckNvbnRlbnRUaXRsZVRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvaDE+XG4gICAgICAgIDxoMiAqbmdTd2l0Y2hDYXNlPVwiMlwiIGNsYXNzPVwiZGJ4LXNlY3Rpb24taGVhZGVyLWNvbnRlbnQtdGl0bGVcIj5cbiAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyQ29udGVudFRpdGxlVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9oMj5cbiAgICAgICAgPGgzICpuZ1N3aXRjaENhc2U9XCIzXCIgY2xhc3M9XCJkYngtc2VjdGlvbi1oZWFkZXItY29udGVudC10aXRsZVwiPlxuICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJoZWFkZXJDb250ZW50VGl0bGVUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICA8L2gzPlxuICAgICAgICA8aDQgKm5nU3dpdGNoQ2FzZT1cIjRcIiBjbGFzcz1cImRieC1zZWN0aW9uLWhlYWRlci1jb250ZW50LXRpdGxlXCI+XG4gICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlckNvbnRlbnRUaXRsZVRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvaDQ+XG4gICAgICAgIDxoNSAqbmdTd2l0Y2hDYXNlPVwiNVwiIGNsYXNzPVwiZGJ4LXNlY3Rpb24taGVhZGVyLWNvbnRlbnQtdGl0bGVcIj5cbiAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyQ29udGVudFRpdGxlVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9oNT5cbiAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgPHNwYW4gY2xhc3M9XCJzcGFjZXJcIj48L3NwYW4+XG4gICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgPC9kaXY+XG4gICAgPHAgKm5nSWY9XCJoaW50ICYmICFoaW50SW5saW5lXCIgY2xhc3M9XCJkYngtc2VjdGlvbi1oaW50IGRieC1oaW50XCI+e3sgaGludCB9fTwvcD5cbiAgICA8bmctdGVtcGxhdGUgI2hlYWRlckNvbnRlbnRUaXRsZVRlbXBsYXRlPlxuICAgICAgPG1hdC1pY29uICpuZ0lmPVwiaWNvblwiPnt7IGljb24gfX08L21hdC1pY29uPlxuICAgICAgPHNwYW4gY2xhc3M9XCJ0aXRsZS10ZXh0XCI+XG4gICAgICAgIHt7IGhlYWRlciB9fVxuICAgICAgICA8c3BhbiAqbmdJZj1cImhpbnQgJiYgaGludElubGluZVwiIGNsYXNzPVwiZGJ4LXNlY3Rpb24taGludC1pbmxpbmUgZGJ4LWhpbnRcIj57eyBoaW50IH19PC9zcGFuPlxuICAgICAgPC9zcGFuPlxuICAgIDwvbmctdGVtcGxhdGU+XG4gIGAsXG4gIGhvc3Q6IHtcbiAgICAnW2NsYXNzLmRieC1zZWN0aW9uLWhlYWRlci1mdWxsLXRpdGxlXSc6ICdvbmx5SGVhZGVyJ1xuICB9XG59KVxuZXhwb3J0IGNsYXNzIERieFNlY3Rpb25IZWFkZXJDb21wb25lbnQge1xuICBASW5wdXQoKVxuICBoPzogTWF5YmU8RGJ4U2VjdGlvbkhlYWRlckhUeXBlPjtcblxuICBASW5wdXQoKVxuICBoZWFkZXI/OiBNYXliZTxzdHJpbmc+O1xuXG4gIEBJbnB1dCgpXG4gIG9ubHlIZWFkZXI/OiBNYXliZTxib29sZWFuPiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIGljb24/OiBNYXliZTxzdHJpbmc+O1xuXG4gIEBJbnB1dCgpXG4gIGhpbnQ/OiBNYXliZTxzdHJpbmc+O1xuXG4gIEBJbnB1dCgpXG4gIGhpbnRJbmxpbmU/OiBNYXliZTxib29sZWFuPjtcblxuICBjb25zdHJ1Y3RvcigpIHt9XG5cbiAgQElucHV0KClcbiAgc2V0IGhlYWRlckNvbmZpZyhoZWFkZXJDb25maWc6IE1heWJlPERieFNlY3Rpb25IZWFkZXJDb25maWc+KSB7XG4gICAgaWYgKGhlYWRlckNvbmZpZykge1xuICAgICAgaWYgKGhlYWRlckNvbmZpZy5oICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgdGhpcy5oID0gaGVhZGVyQ29uZmlnLmg7XG4gICAgICB9XG5cbiAgICAgIGlmIChoZWFkZXJDb25maWcuaGVhZGVyICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgdGhpcy5oZWFkZXIgPSBoZWFkZXJDb25maWcuaGVhZGVyO1xuICAgICAgfVxuXG4gICAgICBpZiAoaGVhZGVyQ29uZmlnLm9ubHlIZWFkZXIgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICB0aGlzLm9ubHlIZWFkZXIgPSBoZWFkZXJDb25maWcub25seUhlYWRlcjtcbiAgICAgIH1cblxuICAgICAgaWYgKGhlYWRlckNvbmZpZy5pY29uICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgdGhpcy5pY29uID0gaGVhZGVyQ29uZmlnLmljb247XG4gICAgICB9XG5cbiAgICAgIGlmIChoZWFkZXJDb25maWcuaGludCAhPT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIHRoaXMuaGludCA9IGhlYWRlckNvbmZpZy5oaW50O1xuICAgICAgfVxuXG4gICAgICBpZiAoaGVhZGVyQ29uZmlnLmhpbnRJbmxpbmUgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICB0aGlzLmhpbnRJbmxpbmUgPSBoZWFkZXJDb25maWcuaGludElubGluZTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICBnZXQgc2hvd1RpdGxlKCkge1xuICAgIHJldHVybiBCb29sZWFuKHRoaXMuaGVhZGVyIHx8IHRoaXMuaWNvbik7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9sYXlvdXQvc2VjdGlvbi9zZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBNYXliZSB9IGZyb20gJ0BkZXJlZWtiL3V0aWwnO1xuXG5leHBvcnQgdHlwZSBEYnhTZWN0aW9uSGVhZGVySFR5cGUgPSAxIHwgMiB8IDMgfCA0IHwgNTtcblxuZXhwb3J0IGludGVyZmFjZSBEYnhTZWN0aW9uSGVhZGVyQ29uZmlnIHtcbiAgaD86IE1heWJlPERieFNlY3Rpb25IZWFkZXJIVHlwZT47XG4gIGhlYWRlcj86IE1heWJlPHN0cmluZz47XG4gIG9ubHlIZWFkZXI/OiBNYXliZTxib29sZWFuPjtcbiAgaWNvbj86IE1heWJlPHN0cmluZz47XG4gIGhpbnQ/OiBNYXliZTxzdHJpbmc+O1xuICBoaW50SW5saW5lPzogTWF5YmU8Ym9vbGVhbj47XG59XG4iXX0=
|
|
@@ -23,7 +23,7 @@ DbxSectionPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
23
23
|
</div>
|
|
24
24
|
<ng-content></ng-content>
|
|
25
25
|
</div>
|
|
26
|
-
`, isInline: true, dependencies: [{ kind: "component", type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
|
|
26
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline", "headerConfig"] }] });
|
|
27
27
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionPageComponent, decorators: [{
|
|
28
28
|
type: Component,
|
|
29
29
|
args: [{
|
|
@@ -10,21 +10,21 @@ export class DbxSubSectionComponent extends DbxSectionComponent {
|
|
|
10
10
|
DbxSubSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSubSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
11
11
|
DbxSubSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSubSectionComponent, selector: "dbx-subsection", usesInheritance: true, ngImport: i0, template: `
|
|
12
12
|
<div class="dbx-subsection">
|
|
13
|
-
<div class="dbx-section-header" [h]="h ?? 4" [header]="header" [icon]="icon" [hint]="hint">
|
|
13
|
+
<div class="dbx-section-header" [h]="h ?? 4" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="hintInline">
|
|
14
14
|
<ng-content select="[sectionHeader]"></ng-content>
|
|
15
15
|
</div>
|
|
16
16
|
<div class="dbx-section-content">
|
|
17
17
|
<ng-content></ng-content>
|
|
18
18
|
</div>
|
|
19
19
|
</div>
|
|
20
|
-
`, isInline: true, dependencies: [{ kind: "component", type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
|
|
20
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline", "headerConfig"] }] });
|
|
21
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSubSectionComponent, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
23
|
args: [{
|
|
24
24
|
selector: 'dbx-subsection',
|
|
25
25
|
template: `
|
|
26
26
|
<div class="dbx-subsection">
|
|
27
|
-
<div class="dbx-section-header" [h]="h ?? 4" [header]="header" [icon]="icon" [hint]="hint">
|
|
27
|
+
<div class="dbx-section-header" [h]="h ?? 4" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="hintInline">
|
|
28
28
|
<ng-content select="[sectionHeader]"></ng-content>
|
|
29
29
|
</div>
|
|
30
30
|
<div class="dbx-section-content">
|
|
@@ -34,4 +34,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
34
34
|
`
|
|
35
35
|
}]
|
|
36
36
|
}] });
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Vic2VjdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL3NyYy9saWIvbGF5b3V0L3NlY3Rpb24vc3Vic2VjdGlvbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7O0FBRTFEOztHQUVHO0FBY0gsTUFBTSxPQUFPLHNCQUF1QixTQUFRLG1CQUFtQjs7bUhBQWxELHNCQUFzQjt1R0FBdEIsc0JBQXNCLDZFQVh2Qjs7Ozs7Ozs7O0dBU1Q7MkZBRVUsc0JBQXNCO2tCQWJsQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLFFBQVEsRUFBRTs7Ozs7Ozs7O0dBU1Q7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERieFNlY3Rpb25Db21wb25lbnQgfSBmcm9tICcuL3NlY3Rpb24uY29tcG9uZW50JztcblxuLyoqXG4gKiBBIHN1YnNlY3Rpb24uXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RieC1zdWJzZWN0aW9uJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8ZGl2IGNsYXNzPVwiZGJ4LXN1YnNlY3Rpb25cIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJkYngtc2VjdGlvbi1oZWFkZXJcIiBbaF09XCJoID8/
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Vic2VjdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL3NyYy9saWIvbGF5b3V0L3NlY3Rpb24vc3Vic2VjdGlvbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7O0FBRTFEOztHQUVHO0FBY0gsTUFBTSxPQUFPLHNCQUF1QixTQUFRLG1CQUFtQjs7bUhBQWxELHNCQUFzQjt1R0FBdEIsc0JBQXNCLDZFQVh2Qjs7Ozs7Ozs7O0dBU1Q7MkZBRVUsc0JBQXNCO2tCQWJsQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLFFBQVEsRUFBRTs7Ozs7Ozs7O0dBU1Q7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERieFNlY3Rpb25Db21wb25lbnQgfSBmcm9tICcuL3NlY3Rpb24uY29tcG9uZW50JztcblxuLyoqXG4gKiBBIHN1YnNlY3Rpb24uXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RieC1zdWJzZWN0aW9uJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8ZGl2IGNsYXNzPVwiZGJ4LXN1YnNlY3Rpb25cIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJkYngtc2VjdGlvbi1oZWFkZXJcIiBbaF09XCJoID8/IDRcIiBbaGVhZGVyXT1cImhlYWRlclwiIFtvbmx5SGVhZGVyXT1cIm9ubHlIZWFkZXJcIiBbaWNvbl09XCJpY29uXCIgW2hpbnRdPVwiaGludFwiIFtoaW50SW5saW5lXT1cImhpbnRJbmxpbmVcIj5cbiAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3NlY3Rpb25IZWFkZXJdXCI+PC9uZy1jb250ZW50PlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwiZGJ4LXNlY3Rpb24tY29udGVudFwiPlxuICAgICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgYFxufSlcbmV4cG9ydCBjbGFzcyBEYnhTdWJTZWN0aW9uQ29tcG9uZW50IGV4dGVuZHMgRGJ4U2VjdGlvbkNvbXBvbmVudCB7fVxuIl19
|
|
@@ -4712,12 +4712,34 @@ class DbxSectionHeaderComponent {
|
|
|
4712
4712
|
constructor() {
|
|
4713
4713
|
this.onlyHeader = false;
|
|
4714
4714
|
}
|
|
4715
|
+
set headerConfig(headerConfig) {
|
|
4716
|
+
if (headerConfig) {
|
|
4717
|
+
if (headerConfig.h !== undefined) {
|
|
4718
|
+
this.h = headerConfig.h;
|
|
4719
|
+
}
|
|
4720
|
+
if (headerConfig.header !== undefined) {
|
|
4721
|
+
this.header = headerConfig.header;
|
|
4722
|
+
}
|
|
4723
|
+
if (headerConfig.onlyHeader !== undefined) {
|
|
4724
|
+
this.onlyHeader = headerConfig.onlyHeader;
|
|
4725
|
+
}
|
|
4726
|
+
if (headerConfig.icon !== undefined) {
|
|
4727
|
+
this.icon = headerConfig.icon;
|
|
4728
|
+
}
|
|
4729
|
+
if (headerConfig.hint !== undefined) {
|
|
4730
|
+
this.hint = headerConfig.hint;
|
|
4731
|
+
}
|
|
4732
|
+
if (headerConfig.hintInline !== undefined) {
|
|
4733
|
+
this.hintInline = headerConfig.hintInline;
|
|
4734
|
+
}
|
|
4735
|
+
}
|
|
4736
|
+
}
|
|
4715
4737
|
get showTitle() {
|
|
4716
4738
|
return Boolean(this.header || this.icon);
|
|
4717
4739
|
}
|
|
4718
4740
|
}
|
|
4719
4741
|
DbxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4720
|
-
DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: { h: "h", header: "header", onlyHeader: "onlyHeader", icon: "icon", hint: "hint", hintInline: "hintInline" }, host: { properties: { "class.dbx-section-header-full-title": "onlyHeader" } }, ngImport: i0, template: `
|
|
4742
|
+
DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: { h: "h", header: "header", onlyHeader: "onlyHeader", icon: "icon", hint: "hint", hintInline: "hintInline", headerConfig: "headerConfig" }, host: { properties: { "class.dbx-section-header-full-title": "onlyHeader" } }, ngImport: i0, template: `
|
|
4721
4743
|
<div class="dbx-section-header-content">
|
|
4722
4744
|
<ng-container [ngSwitch]="showTitle && (h ?? 1)">
|
|
4723
4745
|
<h1 *ngSwitchCase="1" class="dbx-section-header-content-title">
|
|
@@ -4787,7 +4809,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4787
4809
|
'[class.dbx-section-header-full-title]': 'onlyHeader'
|
|
4788
4810
|
}
|
|
4789
4811
|
}]
|
|
4790
|
-
}], propDecorators: { h: [{
|
|
4812
|
+
}], ctorParameters: function () { return []; }, propDecorators: { h: [{
|
|
4791
4813
|
type: Input
|
|
4792
4814
|
}], header: [{
|
|
4793
4815
|
type: Input
|
|
@@ -4799,6 +4821,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4799
4821
|
type: Input
|
|
4800
4822
|
}], hintInline: [{
|
|
4801
4823
|
type: Input
|
|
4824
|
+
}], headerConfig: [{
|
|
4825
|
+
type: Input
|
|
4802
4826
|
}] } });
|
|
4803
4827
|
|
|
4804
4828
|
/**
|
|
@@ -4811,20 +4835,20 @@ class DbxSectionComponent extends DbxSectionHeaderComponent {
|
|
|
4811
4835
|
}
|
|
4812
4836
|
}
|
|
4813
4837
|
DbxSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
4814
|
-
DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSectionComponent, selector: "dbx-section", inputs: { elevate: "elevate" }, host: { properties: { "class": "(elevate) ? 'dbx-section-elevate dbx-content-elevate' : ''" }, classAttribute: "d-block
|
|
4815
|
-
<div class="dbx-section-header" [h]="3" [header]="header" [icon]="icon" [hint]="hint">
|
|
4838
|
+
DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSectionComponent, selector: "dbx-section", inputs: { elevate: "elevate" }, host: { properties: { "class": "(elevate) ? 'dbx-section-elevate dbx-content-elevate' : ''" }, classAttribute: "d-block dbx-section" }, usesInheritance: true, ngImport: i0, template: `
|
|
4839
|
+
<div class="dbx-section-header" [h]="h ?? 3" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="hintInline">
|
|
4816
4840
|
<ng-content select="[sectionHeader]"></ng-content>
|
|
4817
4841
|
</div>
|
|
4818
4842
|
<div class="dbx-section-content">
|
|
4819
4843
|
<ng-content></ng-content>
|
|
4820
4844
|
</div>
|
|
4821
|
-
`, isInline: true, dependencies: [{ kind: "component", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
|
|
4845
|
+
`, isInline: true, dependencies: [{ kind: "component", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline", "headerConfig"] }] });
|
|
4822
4846
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionComponent, decorators: [{
|
|
4823
4847
|
type: Component,
|
|
4824
4848
|
args: [{
|
|
4825
4849
|
selector: 'dbx-section',
|
|
4826
4850
|
template: `
|
|
4827
|
-
<div class="dbx-section-header" [h]="3" [header]="header" [icon]="icon" [hint]="hint">
|
|
4851
|
+
<div class="dbx-section-header" [h]="h ?? 3" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="hintInline">
|
|
4828
4852
|
<ng-content select="[sectionHeader]"></ng-content>
|
|
4829
4853
|
</div>
|
|
4830
4854
|
<div class="dbx-section-content">
|
|
@@ -4832,7 +4856,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4832
4856
|
</div>
|
|
4833
4857
|
`,
|
|
4834
4858
|
host: {
|
|
4835
|
-
class: 'd-block
|
|
4859
|
+
class: 'd-block dbx-section',
|
|
4836
4860
|
'[class]': `(elevate) ? 'dbx-section-elevate dbx-content-elevate' : ''`
|
|
4837
4861
|
}
|
|
4838
4862
|
}]
|
|
@@ -4909,21 +4933,21 @@ class DbxSubSectionComponent extends DbxSectionComponent {
|
|
|
4909
4933
|
DbxSubSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSubSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
4910
4934
|
DbxSubSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSubSectionComponent, selector: "dbx-subsection", usesInheritance: true, ngImport: i0, template: `
|
|
4911
4935
|
<div class="dbx-subsection">
|
|
4912
|
-
<div class="dbx-section-header" [h]="h ?? 4" [header]="header" [icon]="icon" [hint]="hint">
|
|
4936
|
+
<div class="dbx-section-header" [h]="h ?? 4" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="hintInline">
|
|
4913
4937
|
<ng-content select="[sectionHeader]"></ng-content>
|
|
4914
4938
|
</div>
|
|
4915
4939
|
<div class="dbx-section-content">
|
|
4916
4940
|
<ng-content></ng-content>
|
|
4917
4941
|
</div>
|
|
4918
4942
|
</div>
|
|
4919
|
-
`, isInline: true, dependencies: [{ kind: "component", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
|
|
4943
|
+
`, isInline: true, dependencies: [{ kind: "component", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline", "headerConfig"] }] });
|
|
4920
4944
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSubSectionComponent, decorators: [{
|
|
4921
4945
|
type: Component,
|
|
4922
4946
|
args: [{
|
|
4923
4947
|
selector: 'dbx-subsection',
|
|
4924
4948
|
template: `
|
|
4925
4949
|
<div class="dbx-subsection">
|
|
4926
|
-
<div class="dbx-section-header" [h]="h ?? 4" [header]="header" [icon]="icon" [hint]="hint">
|
|
4950
|
+
<div class="dbx-section-header" [h]="h ?? 4" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="hintInline">
|
|
4927
4951
|
<ng-content select="[sectionHeader]"></ng-content>
|
|
4928
4952
|
</div>
|
|
4929
4953
|
<div class="dbx-section-content">
|
|
@@ -4955,7 +4979,7 @@ DbxSectionPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
4955
4979
|
</div>
|
|
4956
4980
|
<ng-content></ng-content>
|
|
4957
4981
|
</div>
|
|
4958
|
-
`, isInline: true, dependencies: [{ kind: "component", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
|
|
4982
|
+
`, isInline: true, dependencies: [{ kind: "component", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline", "headerConfig"] }] });
|
|
4959
4983
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionPageComponent, decorators: [{
|
|
4960
4984
|
type: Component,
|
|
4961
4985
|
args: [{
|