@porsche-design-system/components-angular 3.0.0-alpha.5 → 3.0.0-alpha.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.
Files changed (30) hide show
  1. package/CHANGELOG.md +149 -20
  2. package/esm2020/lib/components/accordion.wrapper.mjs +3 -3
  3. package/esm2020/lib/components/banner.wrapper.mjs +3 -3
  4. package/esm2020/lib/components/carousel.wrapper.mjs +3 -3
  5. package/esm2020/lib/components/inline-notification.wrapper.mjs +3 -3
  6. package/esm2020/lib/components/pagination.wrapper.mjs +3 -3
  7. package/esm2020/lib/components/segmented-control.wrapper.mjs +3 -3
  8. package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +3 -3
  9. package/esm2020/lib/components/switch.wrapper.mjs +3 -3
  10. package/esm2020/lib/components/table.wrapper.mjs +3 -3
  11. package/esm2020/lib/components/tabs-bar.wrapper.mjs +3 -3
  12. package/esm2020/lib/components/tabs.wrapper.mjs +3 -3
  13. package/esm2020/lib/types.mjs +1 -1
  14. package/fesm2015/porsche-design-system-components-angular.mjs +22 -22
  15. package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
  16. package/fesm2020/porsche-design-system-components-angular.mjs +22 -22
  17. package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
  18. package/lib/components/accordion.wrapper.d.ts +4 -4
  19. package/lib/components/banner.wrapper.d.ts +4 -1
  20. package/lib/components/carousel.wrapper.d.ts +4 -4
  21. package/lib/components/inline-notification.wrapper.d.ts +3 -1
  22. package/lib/components/pagination.wrapper.d.ts +4 -4
  23. package/lib/components/segmented-control.wrapper.d.ts +4 -4
  24. package/lib/components/stepper-horizontal.wrapper.d.ts +4 -4
  25. package/lib/components/switch.wrapper.d.ts +4 -4
  26. package/lib/components/table.wrapper.d.ts +4 -4
  27. package/lib/components/tabs-bar.wrapper.d.ts +4 -4
  28. package/lib/components/tabs.wrapper.d.ts +4 -4
  29. package/lib/types.d.ts +20 -19
  30. package/package.json +2 -2
@@ -50,7 +50,7 @@ var __decorate$X = (this && this.__decorate) || function (decorators, target, ke
50
50
  return c > 3 && r && Object.defineProperty(target, key, r), r;
51
51
  };
52
52
  const inputs$S = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
53
- const outputs$c = ['accordionChange', 'change'];
53
+ const outputs$c = ['accordionChange', 'update'];
54
54
  let PAccordion = class PAccordion {
55
55
  constructor(c, r, z) {
56
56
  this.z = z;
@@ -60,7 +60,7 @@ let PAccordion = class PAccordion {
60
60
  }
61
61
  };
62
62
  PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
63
- PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", change: "change" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
63
+ PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
64
64
  PAccordion = __decorate$X([
65
65
  ProxyCmp({
66
66
  inputs: inputs$S
@@ -83,7 +83,7 @@ var __decorate$W = (this && this.__decorate) || function (decorators, target, ke
83
83
  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;
84
84
  return c > 3 && r && Object.defineProperty(target, key, r), r;
85
85
  };
86
- const inputs$R = ['description', 'heading', 'persistent', 'state', 'theme', 'width'];
86
+ const inputs$R = ['description', 'dismissButton', 'heading', 'open', 'persistent', 'state', 'theme', 'width'];
87
87
  const outputs$b = ['dismiss'];
88
88
  let PBanner = class PBanner {
89
89
  constructor(c, r, z) {
@@ -94,7 +94,7 @@ let PBanner = class PBanner {
94
94
  }
95
95
  };
96
96
  PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
97
- PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", heading: "heading", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
97
+ PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
98
98
  PBanner = __decorate$W([
99
99
  ProxyCmp({
100
100
  inputs: inputs$R
@@ -242,7 +242,7 @@ var __decorate$R = (this && this.__decorate) || function (decorators, target, ke
242
242
  return c > 3 && r && Object.defineProperty(target, key, r), r;
243
243
  };
244
244
  const inputs$M = ['activeSlideIndex', 'alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
245
- const outputs$a = ['carouselChange', 'change'];
245
+ const outputs$a = ['carouselChange', 'update'];
246
246
  let PCarousel = class PCarousel {
247
247
  constructor(c, r, z) {
248
248
  this.z = z;
@@ -252,7 +252,7 @@ let PCarousel = class PCarousel {
252
252
  }
253
253
  };
254
254
  PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
255
- PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", pagination: "pagination", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", change: "change" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
255
+ PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", pagination: "pagination", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
256
256
  PCarousel = __decorate$R([
257
257
  ProxyCmp({
258
258
  inputs: inputs$M
@@ -716,7 +716,7 @@ var __decorate$C = (this && this.__decorate) || function (decorators, target, ke
716
716
  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;
717
717
  return c > 3 && r && Object.defineProperty(target, key, r), r;
718
718
  };
719
- const inputs$x = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
719
+ const inputs$x = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'dismissButton', 'heading', 'persistent', 'state', 'theme'];
720
720
  const outputs$9 = ['action', 'dismiss'];
721
721
  let PInlineNotification = class PInlineNotification {
722
722
  constructor(c, r, z) {
@@ -727,7 +727,7 @@ let PInlineNotification = class PInlineNotification {
727
727
  }
728
728
  };
729
729
  PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
730
- PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
730
+ PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
731
731
  PInlineNotification = __decorate$C([
732
732
  ProxyCmp({
733
733
  inputs: inputs$x
@@ -1004,7 +1004,7 @@ var __decorate$t = (this && this.__decorate) || function (decorators, target, ke
1004
1004
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1005
1005
  };
1006
1006
  const inputs$o = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
1007
- const outputs$7 = ['change', 'pageChange'];
1007
+ const outputs$7 = ['pageChange', 'update'];
1008
1008
  let PPagination = class PPagination {
1009
1009
  constructor(c, r, z) {
1010
1010
  this.z = z;
@@ -1014,7 +1014,7 @@ let PPagination = class PPagination {
1014
1014
  }
1015
1015
  };
1016
1016
  PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1017
- PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", intl: "intl", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { change: "change", pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1017
+ PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", intl: "intl", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1018
1018
  PPagination = __decorate$t([
1019
1019
  ProxyCmp({
1020
1020
  inputs: inputs$o
@@ -1131,7 +1131,7 @@ var __decorate$p = (this && this.__decorate) || function (decorators, target, ke
1131
1131
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1132
1132
  };
1133
1133
  const inputs$k = ['backgroundColor', 'theme', 'value'];
1134
- const outputs$6 = ['change', 'segmentedControlChange'];
1134
+ const outputs$6 = ['segmentedControlChange', 'update'];
1135
1135
  let PSegmentedControl = class PSegmentedControl {
1136
1136
  constructor(c, r, z) {
1137
1137
  this.z = z;
@@ -1141,7 +1141,7 @@ let PSegmentedControl = class PSegmentedControl {
1141
1141
  }
1142
1142
  };
1143
1143
  PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1144
- PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", theme: "theme", value: "value" }, outputs: { change: "change", segmentedControlChange: "segmentedControlChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1144
+ PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
1145
1145
  PSegmentedControl = __decorate$p([
1146
1146
  ProxyCmp({
1147
1147
  inputs: inputs$k
@@ -1258,7 +1258,7 @@ var __decorate$l = (this && this.__decorate) || function (decorators, target, ke
1258
1258
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1259
1259
  };
1260
1260
  const inputs$g = ['size', 'theme'];
1261
- const outputs$5 = ['change', 'stepChange'];
1261
+ const outputs$5 = ['stepChange', 'update'];
1262
1262
  let PStepperHorizontal = class PStepperHorizontal {
1263
1263
  constructor(c, r, z) {
1264
1264
  this.z = z;
@@ -1268,7 +1268,7 @@ let PStepperHorizontal = class PStepperHorizontal {
1268
1268
  }
1269
1269
  };
1270
1270
  PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PStepperHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1271
- PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { change: "change", stepChange: "stepChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1271
+ PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { stepChange: "stepChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1272
1272
  PStepperHorizontal = __decorate$l([
1273
1273
  ProxyCmp({
1274
1274
  inputs: inputs$g
@@ -1323,7 +1323,7 @@ var __decorate$j = (this && this.__decorate) || function (decorators, target, ke
1323
1323
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1324
1324
  };
1325
1325
  const inputs$e = ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'theme'];
1326
- const outputs$4 = ['change', 'switchChange'];
1326
+ const outputs$4 = ['switchChange', 'update'];
1327
1327
  let PSwitch = class PSwitch {
1328
1328
  constructor(c, r, z) {
1329
1329
  this.z = z;
@@ -1333,7 +1333,7 @@ let PSwitch = class PSwitch {
1333
1333
  }
1334
1334
  };
1335
1335
  PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1336
- PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSwitch, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch", theme: "theme" }, outputs: { change: "change", switchChange: "switchChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1336
+ PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSwitch, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch", theme: "theme" }, outputs: { switchChange: "switchChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1337
1337
  PSwitch = __decorate$j([
1338
1338
  ProxyCmp({
1339
1339
  inputs: inputs$e
@@ -1357,7 +1357,7 @@ var __decorate$i = (this && this.__decorate) || function (decorators, target, ke
1357
1357
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1358
1358
  };
1359
1359
  const inputs$d = ['caption', 'theme'];
1360
- const outputs$3 = ['change', 'sortingChange'];
1360
+ const outputs$3 = ['sortingChange', 'update'];
1361
1361
  let PTable = class PTable {
1362
1362
  constructor(c, r, z) {
1363
1363
  this.z = z;
@@ -1367,7 +1367,7 @@ let PTable = class PTable {
1367
1367
  }
1368
1368
  };
1369
1369
  PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1370
- PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTable, selector: "p-table,[p-table]", inputs: { caption: "caption", theme: "theme" }, outputs: { change: "change", sortingChange: "sortingChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1370
+ PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTable, selector: "p-table,[p-table]", inputs: { caption: "caption", theme: "theme" }, outputs: { sortingChange: "sortingChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1371
1371
  PTable = __decorate$i([
1372
1372
  ProxyCmp({
1373
1373
  inputs: inputs$d
@@ -1561,7 +1561,7 @@ var __decorate$b = (this && this.__decorate) || function (decorators, target, ke
1561
1561
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1562
1562
  };
1563
1563
  const inputs$a = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
1564
- const outputs$2 = ['change', 'tabChange'];
1564
+ const outputs$2 = ['tabChange', 'update'];
1565
1565
  let PTabs = class PTabs {
1566
1566
  constructor(c, r, z) {
1567
1567
  this.z = z;
@@ -1571,7 +1571,7 @@ let PTabs = class PTabs {
1571
1571
  }
1572
1572
  };
1573
1573
  PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1574
- PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { change: "change", tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1574
+ PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1575
1575
  PTabs = __decorate$b([
1576
1576
  ProxyCmp({
1577
1577
  inputs: inputs$a
@@ -1595,7 +1595,7 @@ var __decorate$a = (this && this.__decorate) || function (decorators, target, ke
1595
1595
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1596
1596
  };
1597
1597
  const inputs$9 = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
1598
- const outputs$1 = ['change', 'tabChange'];
1598
+ const outputs$1 = ['tabChange', 'update'];
1599
1599
  let PTabsBar = class PTabsBar {
1600
1600
  constructor(c, r, z) {
1601
1601
  this.z = z;
@@ -1605,7 +1605,7 @@ let PTabsBar = class PTabsBar {
1605
1605
  }
1606
1606
  };
1607
1607
  PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabsBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1608
- PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { change: "change", tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1608
+ PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1609
1609
  PTabsBar = __decorate$a([
1610
1610
  ProxyCmp({
1611
1611
  inputs: inputs$9