@abgov/angular-components 4.10.0-dev.5 → 4.10.0-dev.6
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.
|
@@ -1537,13 +1537,15 @@ class GoabContainer extends GoabBaseComponent {
|
|
|
1537
1537
|
}, 0);
|
|
1538
1538
|
}
|
|
1539
1539
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabContainer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1540
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabContainer, isStandalone: true, selector: "goab-container", inputs: { type: "type", accent: "accent", padding: "padding", width: "width", maxWidth: "maxWidth", title: "title", actions: "actions" }, usesInheritance: true, ngImport: i0, template: `<goa-container
|
|
1540
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabContainer, isStandalone: true, selector: "goab-container", inputs: { type: "type", accent: "accent", padding: "padding", width: "width", maxWidth: "maxWidth", minHeight: "minHeight", maxHeight: "maxHeight", title: "title", actions: "actions" }, usesInheritance: true, ngImport: i0, template: `<goa-container
|
|
1541
1541
|
*ngIf="isReady"
|
|
1542
1542
|
[attr.type]="type"
|
|
1543
1543
|
[attr.accent]="accent"
|
|
1544
1544
|
[attr.padding]="padding"
|
|
1545
1545
|
[attr.width]="width"
|
|
1546
1546
|
[attr.maxwidth]="maxWidth"
|
|
1547
|
+
[attr.minheight]="minHeight"
|
|
1548
|
+
[attr.maxheight]="maxHeight"
|
|
1547
1549
|
[attr.testid]="testId"
|
|
1548
1550
|
[attr.mt]="mt"
|
|
1549
1551
|
[attr.mb]="mb"
|
|
@@ -1572,6 +1574,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
1572
1574
|
[attr.padding]="padding"
|
|
1573
1575
|
[attr.width]="width"
|
|
1574
1576
|
[attr.maxwidth]="maxWidth"
|
|
1577
|
+
[attr.minheight]="minHeight"
|
|
1578
|
+
[attr.maxheight]="maxHeight"
|
|
1575
1579
|
[attr.testid]="testId"
|
|
1576
1580
|
[attr.mt]="mt"
|
|
1577
1581
|
[attr.mb]="mb"
|
|
@@ -1598,6 +1602,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
1598
1602
|
type: Input
|
|
1599
1603
|
}], maxWidth: [{
|
|
1600
1604
|
type: Input
|
|
1605
|
+
}], minHeight: [{
|
|
1606
|
+
type: Input
|
|
1607
|
+
}], maxHeight: [{
|
|
1608
|
+
type: Input
|
|
1601
1609
|
}], title: [{
|
|
1602
1610
|
type: Input
|
|
1603
1611
|
}], actions: [{
|