@porsche-design-system/components-angular 3.4.0 → 3.5.0-rc.0
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/CHANGELOG.md +14 -0
- package/esm2020/lib/components/button-tile.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-tile.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control.wrapper.mjs +3 -3
- package/esm2020/lib/types.mjs +1 -1
- package/fesm2015/porsche-design-system-components-angular.mjs +6 -6
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +6 -6
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/button-tile.wrapper.d.ts +3 -2
- package/lib/components/link-tile.wrapper.d.ts +3 -2
- package/lib/components/segmented-control.wrapper.d.ts +3 -2
- package/lib/types.d.ts +10 -5
- package/package.json +2 -2
|
@@ -210,7 +210,7 @@ var __decorate$T = (this && this.__decorate) || function (decorators, target, ke
|
|
|
210
210
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
211
211
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
212
212
|
};
|
|
213
|
-
const inputs$O = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight'];
|
|
213
|
+
const inputs$O = ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight'];
|
|
214
214
|
let PButtonTile = class PButtonTile {
|
|
215
215
|
constructor(c, r, z) {
|
|
216
216
|
this.z = z;
|
|
@@ -219,7 +219,7 @@ let PButtonTile = class PButtonTile {
|
|
|
219
219
|
}
|
|
220
220
|
};
|
|
221
221
|
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
222
|
-
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
222
|
+
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
223
223
|
PButtonTile = __decorate$T([
|
|
224
224
|
ProxyCmp({
|
|
225
225
|
inputs: inputs$O
|
|
@@ -878,7 +878,7 @@ var __decorate$y = (this && this.__decorate) || function (decorators, target, ke
|
|
|
878
878
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
879
879
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
880
880
|
};
|
|
881
|
-
const inputs$t = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
|
|
881
|
+
const inputs$t = ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
|
|
882
882
|
let PLinkTile = class PLinkTile {
|
|
883
883
|
constructor(c, r, z) {
|
|
884
884
|
this.z = z;
|
|
@@ -887,7 +887,7 @@ let PLinkTile = class PLinkTile {
|
|
|
887
887
|
}
|
|
888
888
|
};
|
|
889
889
|
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
890
|
-
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
890
|
+
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
891
891
|
PLinkTile = __decorate$y([
|
|
892
892
|
ProxyCmp({
|
|
893
893
|
inputs: inputs$t
|
|
@@ -1164,7 +1164,7 @@ var __decorate$p = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1164
1164
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1165
1165
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1166
1166
|
};
|
|
1167
|
-
const inputs$k = ['backgroundColor', 'theme', 'value'];
|
|
1167
|
+
const inputs$k = ['backgroundColor', 'columns', 'theme', 'value'];
|
|
1168
1168
|
const outputs$6 = ['segmentedControlChange', 'update'];
|
|
1169
1169
|
let PSegmentedControl = class PSegmentedControl {
|
|
1170
1170
|
constructor(c, r, z) {
|
|
@@ -1175,7 +1175,7 @@ let PSegmentedControl = class PSegmentedControl {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
};
|
|
1177
1177
|
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1178
|
-
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1178
|
+
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", columns: "columns", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1179
1179
|
PSegmentedControl = __decorate$p([
|
|
1180
1180
|
ProxyCmp({
|
|
1181
1181
|
inputs: inputs$k
|