@abgov/angular-components 4.5.0-alpha.1 → 4.5.0-alpha.2

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 (54) hide show
  1. package/esm2022/lib/components/accordion/accordion.mjs +5 -4
  2. package/esm2022/lib/components/badge/badge.mjs +5 -4
  3. package/esm2022/lib/components/base.component.mjs +1 -1
  4. package/esm2022/lib/components/button/button.mjs +5 -4
  5. package/esm2022/lib/components/card/card.mjs +5 -4
  6. package/esm2022/lib/components/checkbox/checkbox.mjs +5 -4
  7. package/esm2022/lib/components/chip/chip.mjs +7 -5
  8. package/esm2022/lib/components/circular-progress/circular-progress.mjs +8 -6
  9. package/esm2022/lib/components/details/details.mjs +5 -4
  10. package/esm2022/lib/components/drawer/drawer.mjs +4 -4
  11. package/esm2022/lib/components/dropdown/dropdown.mjs +9 -6
  12. package/esm2022/lib/components/file-upload-card/file-upload-card.mjs +8 -6
  13. package/esm2022/lib/components/filter-chip/filter-chip.mjs +7 -5
  14. package/esm2022/lib/components/form/public-form-page.mjs +6 -7
  15. package/esm2022/lib/components/form/public-form.mjs +2 -3
  16. package/esm2022/lib/components/header/header.mjs +5 -4
  17. package/esm2022/lib/components/icon/icon.mjs +7 -5
  18. package/esm2022/lib/components/icon-button/icon-button.mjs +5 -4
  19. package/esm2022/lib/components/input/input.mjs +13 -8
  20. package/esm2022/lib/components/input-number/input-number.mjs +17 -10
  21. package/esm2022/lib/components/modal/modal.mjs +5 -4
  22. package/esm2022/lib/components/pages/pages.mjs +5 -4
  23. package/esm2022/lib/components/radio-item/radio-item.mjs +9 -6
  24. package/esm2022/lib/components/skeleton/skeleton.mjs +5 -4
  25. package/esm2022/lib/components/tabs/tabs.mjs +6 -7
  26. package/esm2022/lib/components/textarea/textarea.mjs +7 -5
  27. package/fesm2022/abgov-angular-components.mjs +118 -80
  28. package/fesm2022/abgov-angular-components.mjs.map +1 -1
  29. package/lib/components/accordion/accordion.d.ts +1 -0
  30. package/lib/components/badge/badge.d.ts +1 -0
  31. package/lib/components/button/button.d.ts +1 -0
  32. package/lib/components/card/card.d.ts +1 -0
  33. package/lib/components/checkbox/checkbox.d.ts +1 -0
  34. package/lib/components/chip/chip.d.ts +2 -0
  35. package/lib/components/circular-progress/circular-progress.d.ts +2 -0
  36. package/lib/components/details/details.d.ts +1 -0
  37. package/lib/components/drawer/drawer.d.ts +1 -0
  38. package/lib/components/dropdown/dropdown.d.ts +3 -0
  39. package/lib/components/file-upload-card/file-upload-card.d.ts +2 -0
  40. package/lib/components/filter-chip/filter-chip.d.ts +2 -0
  41. package/lib/components/form/public-form-page.d.ts +4 -4
  42. package/lib/components/form/public-form.d.ts +2 -2
  43. package/lib/components/header/header.d.ts +1 -0
  44. package/lib/components/icon/icon.d.ts +2 -0
  45. package/lib/components/icon-button/icon-button.d.ts +1 -0
  46. package/lib/components/input/input.d.ts +5 -0
  47. package/lib/components/input-number/input-number.d.ts +7 -0
  48. package/lib/components/modal/modal.d.ts +1 -0
  49. package/lib/components/pages/pages.d.ts +1 -0
  50. package/lib/components/radio-item/radio-item.d.ts +3 -0
  51. package/lib/components/skeleton/skeleton.d.ts +1 -0
  52. package/lib/components/tabs/tabs.d.ts +1 -0
  53. package/lib/components/textarea/textarea.d.ts +2 -0
  54. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { forwardRef, Directive, HostListener, NgModule, CUSTOM_ELEMENTS_SCHEMA, Component, Input, booleanAttribute, EventEmitter, Output, TemplateRef } from '@angular/core';
2
+ import { forwardRef, HostListener, Directive, CUSTOM_ELEMENTS_SCHEMA, NgModule, Input, Component, booleanAttribute, EventEmitter, Output, numberAttribute, TemplateRef } from '@angular/core';
3
3
  import { NG_VALUE_ACCESSOR, CheckboxControlValueAccessor } from '@angular/forms';
4
4
  import { NgTemplateOutlet, NgIf } from '@angular/common';
5
5
  export * from '@abgov/ui-components-common';
@@ -331,7 +331,7 @@ class GoabAccordion extends GoabBaseComponent {
331
331
  this.onChange.emit(detail.open);
332
332
  }
333
333
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
334
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabAccordion, isStandalone: true, selector: "goab-accordion", inputs: { heading: "heading", secondaryText: "secondaryText", open: "open", headingSize: "headingSize", headingContent: "headingContent", maxWidth: "maxWidth", iconPosition: "iconPosition" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
334
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabAccordion, isStandalone: true, selector: "goab-accordion", inputs: { heading: "heading", secondaryText: "secondaryText", open: ["open", "open", booleanAttribute], headingSize: "headingSize", headingContent: "headingContent", maxWidth: "maxWidth", iconPosition: "iconPosition" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
335
335
  <goa-accordion
336
336
  [attr.heading]="heading"
337
337
  [attr.secondarytext]="secondaryText"
@@ -387,7 +387,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
387
387
  }], secondaryText: [{
388
388
  type: Input
389
389
  }], open: [{
390
- type: Input
390
+ type: Input,
391
+ args: [{ transform: booleanAttribute }]
391
392
  }], headingSize: [{
392
393
  type: Input
393
394
  }], headingContent: [{
@@ -402,7 +403,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
402
403
 
403
404
  class GoabBadge extends GoabBaseComponent {
404
405
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabBadge, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
405
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabBadge, isStandalone: true, selector: "goab-badge", inputs: { type: "type", content: "content", icon: "icon", ariaLabel: "ariaLabel" }, usesInheritance: true, ngImport: i0, template: `
406
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabBadge, isStandalone: true, selector: "goab-badge", inputs: { type: "type", content: "content", icon: ["icon", "icon", booleanAttribute], ariaLabel: "ariaLabel" }, usesInheritance: true, ngImport: i0, template: `
406
407
  <goa-badge
407
408
  [attr.type]="type"
408
409
  [attr.icon]="icon"
@@ -438,7 +439,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
438
439
  }], content: [{
439
440
  type: Input
440
441
  }], icon: [{
441
- type: Input
442
+ type: Input,
443
+ args: [{ transform: booleanAttribute }]
442
444
  }], ariaLabel: [{
443
445
  type: Input
444
446
  }] } });
@@ -500,7 +502,7 @@ class GoabButton extends GoabBaseComponent {
500
502
  this.onClick.emit();
501
503
  }
502
504
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabButton, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
503
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabButton, isStandalone: true, selector: "goab-button", inputs: { type: "type", size: "size", variant: "variant", disabled: "disabled", leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", width: "width", action: "action", actionArg: "actionArg", actionArgs: "actionArgs" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `
505
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabButton, isStandalone: true, selector: "goab-button", inputs: { type: "type", size: "size", variant: "variant", disabled: ["disabled", "disabled", booleanAttribute], leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", width: "width", action: "action", actionArg: "actionArg", actionArgs: "actionArgs" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `
504
506
  <goa-button
505
507
  [attr.type]="type"
506
508
  [attr.size]="size"
@@ -559,7 +561,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
559
561
  }], variant: [{
560
562
  type: Input
561
563
  }], disabled: [{
562
- type: Input
564
+ type: Input,
565
+ args: [{ transform: booleanAttribute }]
563
566
  }], leadingIcon: [{
564
567
  type: Input
565
568
  }], trailingIcon: [{
@@ -686,7 +689,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
686
689
 
687
690
  class GoabCard extends GoabBaseComponent {
688
691
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabCard, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
689
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabCard, isStandalone: true, selector: "goab-card", inputs: { elevation: "elevation", width: "width" }, usesInheritance: true, ngImport: i0, template: `
692
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabCard, isStandalone: true, selector: "goab-card", inputs: { elevation: ["elevation", "elevation", numberAttribute], width: "width" }, usesInheritance: true, ngImport: i0, template: `
690
693
  <goa-card
691
694
  [attr.elevation]="elevation"
692
695
  [attr.width]="width"
@@ -721,7 +724,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
721
724
  schemas: [CUSTOM_ELEMENTS_SCHEMA],
722
725
  }]
723
726
  }], propDecorators: { elevation: [{
724
- type: Input
727
+ type: Input,
728
+ args: [{ transform: numberAttribute }]
725
729
  }], width: [{
726
730
  type: Input
727
731
  }] } });
@@ -825,7 +829,7 @@ class GoabCheckbox extends GoabControlValueAccessor {
825
829
  this.fcChange?.(detail.binding === "check" ? detail.checked : detail.value || "");
826
830
  }
827
831
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabCheckbox, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
828
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabCheckbox, isStandalone: true, selector: "goab-checkbox", inputs: { name: "name", checked: "checked", text: "text", value: "value", ariaLabel: "ariaLabel", description: "description", maxWidth: "maxWidth" }, outputs: { onChange: "onChange" }, providers: [
832
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabCheckbox, isStandalone: true, selector: "goab-checkbox", inputs: { name: "name", checked: ["checked", "checked", booleanAttribute], text: "text", value: "value", ariaLabel: "ariaLabel", description: "description", maxWidth: "maxWidth" }, outputs: { onChange: "onChange" }, providers: [
829
833
  {
830
834
  provide: NG_VALUE_ACCESSOR,
831
835
  multi: true,
@@ -896,7 +900,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
896
900
  }], propDecorators: { name: [{
897
901
  type: Input
898
902
  }], checked: [{
899
- type: Input
903
+ type: Input,
904
+ args: [{ transform: booleanAttribute }]
900
905
  }], text: [{
901
906
  type: Input
902
907
  }], value: [{
@@ -921,7 +926,7 @@ class GoabChip extends GoabBaseComponent {
921
926
  this.onClick.emit();
922
927
  }
923
928
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabChip, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
924
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabChip, isStandalone: true, selector: "goab-chip", inputs: { leadingIcon: "leadingIcon", error: "error", deletable: "deletable", content: "content", variant: "variant", iconTheme: "iconTheme" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `<goa-chip
929
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabChip, isStandalone: true, selector: "goab-chip", inputs: { leadingIcon: "leadingIcon", error: ["error", "error", booleanAttribute], deletable: ["deletable", "deletable", booleanAttribute], content: "content", variant: "variant", iconTheme: "iconTheme" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `<goa-chip
925
930
  [attr.leadingicon]="leadingIcon"
926
931
  [attr.variant]="variant"
927
932
  [attr.error]="error"
@@ -964,9 +969,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
964
969
  }], propDecorators: { leadingIcon: [{
965
970
  type: Input
966
971
  }], error: [{
967
- type: Input
972
+ type: Input,
973
+ args: [{ transform: booleanAttribute }]
968
974
  }], deletable: [{
969
- type: Input
975
+ type: Input,
976
+ args: [{ transform: booleanAttribute }]
970
977
  }], content: [{
971
978
  type: Input
972
979
  }], variant: [{
@@ -979,7 +986,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
979
986
 
980
987
  class GoabCircularProgress {
981
988
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabCircularProgress, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
982
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabCircularProgress, isStandalone: true, selector: "goab-circular-progress", inputs: { variant: "variant", size: "size", message: "message", visible: "visible", progress: "progress", testId: "testId" }, ngImport: i0, template: `
989
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabCircularProgress, isStandalone: true, selector: "goab-circular-progress", inputs: { variant: "variant", size: "size", message: "message", visible: ["visible", "visible", booleanAttribute], progress: ["progress", "progress", numberAttribute], testId: "testId" }, ngImport: i0, template: `
983
990
  <goa-circular-progress
984
991
  [attr.variant]="variant"
985
992
  [attr.size]="size"
@@ -1007,7 +1014,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
1007
1014
  >
1008
1015
  </goa-circular-progress>
1009
1016
  `,
1010
- schemas: [CUSTOM_ELEMENTS_SCHEMA]
1017
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
1011
1018
  }]
1012
1019
  }], propDecorators: { variant: [{
1013
1020
  type: Input
@@ -1016,9 +1023,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
1016
1023
  }], message: [{
1017
1024
  type: Input
1018
1025
  }], visible: [{
1019
- type: Input
1026
+ type: Input,
1027
+ args: [{ transform: booleanAttribute }]
1020
1028
  }], progress: [{
1021
- type: Input
1029
+ type: Input,
1030
+ args: [{ transform: numberAttribute }]
1022
1031
  }], testId: [{
1023
1032
  type: Input
1024
1033
  }] } });
@@ -1231,7 +1240,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
1231
1240
 
1232
1241
  class GoabDetails extends GoabBaseComponent {
1233
1242
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabDetails, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1234
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabDetails, isStandalone: true, selector: "goab-details", inputs: { heading: "heading", open: "open", maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
1243
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabDetails, isStandalone: true, selector: "goab-details", inputs: { heading: "heading", open: ["open", "open", booleanAttribute], maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
1235
1244
  <goa-details
1236
1245
  [attr.heading]="heading"
1237
1246
  [attr.testid]="testId"
@@ -1271,7 +1280,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
1271
1280
  type: Input,
1272
1281
  args: [{ required: true }]
1273
1282
  }], open: [{
1274
- type: Input
1283
+ type: Input,
1284
+ args: [{ transform: booleanAttribute }]
1275
1285
  }], maxWidth: [{
1276
1286
  type: Input
1277
1287
  }] } });
@@ -1324,7 +1334,7 @@ class GoabDrawer {
1324
1334
  return this.heading instanceof TemplateRef ? this.heading : null;
1325
1335
  }
1326
1336
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabDrawer, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1327
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabDrawer, isStandalone: true, selector: "goab-drawer", inputs: { open: "open", position: "position", heading: "heading", maxSize: "maxSize", testId: "testId", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
1337
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabDrawer, isStandalone: true, selector: "goab-drawer", inputs: { open: ["open", "open", booleanAttribute], position: "position", heading: "heading", maxSize: "maxSize", testId: "testId", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
1328
1338
  <goa-drawer
1329
1339
  [open]="open"
1330
1340
  [attr.position]="position"
@@ -1371,7 +1381,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
1371
1381
  }]
1372
1382
  }], propDecorators: { open: [{
1373
1383
  type: Input,
1374
- args: [{ required: true }]
1384
+ args: [{ required: true, transform: booleanAttribute }]
1375
1385
  }], position: [{
1376
1386
  type: Input,
1377
1387
  args: [{ required: true }]
@@ -1400,7 +1410,7 @@ class GoabDropdown extends GoabControlValueAccessor {
1400
1410
  this.fcChange?.(detail.value || "");
1401
1411
  }
1402
1412
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabDropdown, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1403
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabDropdown, isStandalone: true, selector: "goab-dropdown", inputs: { name: "name", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", filterable: "filterable", leadingIcon: "leadingIcon", maxHeight: "maxHeight", multiselect: "multiselect", native: "native", placeholder: "placeholder", width: "width", relative: "relative" }, outputs: { onChange: "onChange" }, providers: [
1413
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabDropdown, isStandalone: true, selector: "goab-dropdown", inputs: { name: "name", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", filterable: ["filterable", "filterable", booleanAttribute], leadingIcon: "leadingIcon", maxHeight: "maxHeight", multiselect: ["multiselect", "multiselect", booleanAttribute], native: ["native", "native", booleanAttribute], placeholder: "placeholder", width: "width", relative: "relative" }, outputs: { onChange: "onChange" }, providers: [
1404
1414
  {
1405
1415
  provide: NG_VALUE_ACCESSOR,
1406
1416
  multi: true,
@@ -1482,15 +1492,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
1482
1492
  }], ariaLabelledBy: [{
1483
1493
  type: Input
1484
1494
  }], filterable: [{
1485
- type: Input
1495
+ type: Input,
1496
+ args: [{ transform: booleanAttribute }]
1486
1497
  }], leadingIcon: [{
1487
1498
  type: Input
1488
1499
  }], maxHeight: [{
1489
1500
  type: Input
1490
1501
  }], multiselect: [{
1491
- type: Input
1502
+ type: Input,
1503
+ args: [{ transform: booleanAttribute }]
1492
1504
  }], native: [{
1493
- type: Input
1505
+ type: Input,
1506
+ args: [{ transform: booleanAttribute }]
1494
1507
  }], placeholder: [{
1495
1508
  type: Input
1496
1509
  }], width: [{
@@ -1555,7 +1568,7 @@ class GoabFileUploadCard {
1555
1568
  this.onDelete.emit({ filename: this.filename });
1556
1569
  }
1557
1570
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabFileUploadCard, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1558
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabFileUploadCard, isStandalone: true, selector: "goab-file-upload-card", inputs: { filename: "filename", size: "size", type: "type", progress: "progress", error: "error", testId: "testId" }, outputs: { onCancel: "onCancel", onDelete: "onDelete" }, ngImport: i0, template: `<goa-file-upload-card
1571
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabFileUploadCard, isStandalone: true, selector: "goab-file-upload-card", inputs: { filename: "filename", size: ["size", "size", numberAttribute], type: "type", progress: ["progress", "progress", numberAttribute], error: "error", testId: "testId" }, outputs: { onCancel: "onCancel", onDelete: "onDelete" }, ngImport: i0, template: `<goa-file-upload-card
1559
1572
  [attr.filename]="filename"
1560
1573
  [attr.size]="size"
1561
1574
  [attr.type]="type"
@@ -1583,17 +1596,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
1583
1596
  (_delete)="_onDelete()"
1584
1597
  >
1585
1598
  </goa-file-upload-card>`,
1586
- schemas: [CUSTOM_ELEMENTS_SCHEMA]
1599
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
1587
1600
  }]
1588
1601
  }], propDecorators: { filename: [{
1589
1602
  type: Input,
1590
1603
  args: [{ required: true }]
1591
1604
  }], size: [{
1592
- type: Input
1605
+ type: Input,
1606
+ args: [{ transform: numberAttribute }]
1593
1607
  }], type: [{
1594
1608
  type: Input
1595
1609
  }], progress: [{
1596
- type: Input
1610
+ type: Input,
1611
+ args: [{ transform: numberAttribute }]
1597
1612
  }], error: [{
1598
1613
  type: Input
1599
1614
  }], testId: [{
@@ -1673,7 +1688,7 @@ class GoabFilterChip extends GoabBaseComponent {
1673
1688
  this.onClick.emit();
1674
1689
  }
1675
1690
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabFilterChip, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1676
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabFilterChip, isStandalone: true, selector: "goab-filter-chip", inputs: { error: "error", deletable: "deletable", content: "content", iconTheme: "iconTheme" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `<goa-filter-chip
1691
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabFilterChip, isStandalone: true, selector: "goab-filter-chip", inputs: { error: ["error", "error", booleanAttribute], deletable: ["deletable", "deletable", booleanAttribute], content: "content", iconTheme: "iconTheme" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `<goa-filter-chip
1677
1692
  [attr.error]="error"
1678
1693
  [attr.icontheme]="iconTheme"
1679
1694
  [attr.content]="content"
@@ -1708,9 +1723,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
1708
1723
  schemas: [CUSTOM_ELEMENTS_SCHEMA],
1709
1724
  }]
1710
1725
  }], propDecorators: { error: [{
1711
- type: Input
1726
+ type: Input,
1727
+ args: [{ transform: booleanAttribute }]
1712
1728
  }], deletable: [{
1713
- type: Input
1729
+ type: Input,
1730
+ args: [{ transform: booleanAttribute }]
1714
1731
  }], content: [{
1715
1732
  type: Input
1716
1733
  }], iconTheme: [{
@@ -1826,8 +1843,7 @@ class GoabPublicForm {
1826
1843
  this.onStateChange = new EventEmitter();
1827
1844
  }
1828
1845
  _onInit(e) {
1829
- const detail = e.detail;
1830
- this.onInit.emit(detail);
1846
+ this.onInit.emit(e);
1831
1847
  }
1832
1848
  _onComplete(e) {
1833
1849
  const detail = e.detail;
@@ -1912,11 +1928,10 @@ class GoabPublicFormPage extends GoabBaseComponent {
1912
1928
  this.onComplete = new EventEmitter();
1913
1929
  }
1914
1930
  _onContinue(event) {
1915
- const detail = event.detail;
1916
- this.onContinue.emit(detail);
1931
+ this.onContinue.emit(event);
1917
1932
  }
1918
- _onBack() {
1919
- this.onBack.emit();
1933
+ _onBack(event) {
1934
+ this.onBack.emit(event);
1920
1935
  }
1921
1936
  _onFieldsetChange(event) {
1922
1937
  const detail = event.detail;
@@ -1945,7 +1960,7 @@ class GoabPublicFormPage extends GoabBaseComponent {
1945
1960
  [attr.mb]="mb"
1946
1961
  [attr.ml]="ml"
1947
1962
  (_continue)="_onContinue($event)"
1948
- (_back)="_onBack()"
1963
+ (_back)="_onBack($event)"
1949
1964
  (_fieldsetChange)="_onFieldsetChange($event)"
1950
1965
  (_complete)="_onComplete($event)"
1951
1966
  >
@@ -1976,7 +1991,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
1976
1991
  [attr.mb]="mb"
1977
1992
  [attr.ml]="ml"
1978
1993
  (_continue)="_onContinue($event)"
1979
- (_back)="_onBack()"
1994
+ (_back)="_onBack($event)"
1980
1995
  (_fieldsetChange)="_onFieldsetChange($event)"
1981
1996
  (_complete)="_onComplete($event)"
1982
1997
  >
@@ -2322,7 +2337,7 @@ class GoabAppHeader {
2322
2337
  this.onMenuClick.emit();
2323
2338
  }
2324
2339
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabAppHeader, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2325
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabAppHeader, isStandalone: true, selector: "goab-app-header", inputs: { url: "url", heading: "heading", maxContentWidth: "maxContentWidth", testId: "testId", fullMenuBreakpoint: "fullMenuBreakpoint" }, outputs: { onMenuClick: "onMenuClick" }, ngImport: i0, template: `
2340
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabAppHeader, isStandalone: true, selector: "goab-app-header", inputs: { url: "url", heading: "heading", maxContentWidth: "maxContentWidth", testId: "testId", fullMenuBreakpoint: ["fullMenuBreakpoint", "fullMenuBreakpoint", numberAttribute] }, outputs: { onMenuClick: "onMenuClick" }, ngImport: i0, template: `
2326
2341
  <goa-app-header
2327
2342
  [attr.url]="url"
2328
2343
  [attr.heading]="heading"
@@ -2365,7 +2380,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
2365
2380
  }], testId: [{
2366
2381
  type: Input
2367
2382
  }], fullMenuBreakpoint: [{
2368
- type: Input
2383
+ type: Input,
2384
+ args: [{ transform: numberAttribute }]
2369
2385
  }], onMenuClick: [{
2370
2386
  type: Output
2371
2387
  }] } });
@@ -2474,7 +2490,7 @@ class GoabIcon extends GoabBaseComponent {
2474
2490
  this.theme = "outline";
2475
2491
  }
2476
2492
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabIcon, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2477
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabIcon, isStandalone: true, selector: "goab-icon", inputs: { type: "type", size: "size", theme: "theme", inverted: "inverted", fillColor: "fillColor", opacity: "opacity", title: "title", ariaLabel: "ariaLabel" }, usesInheritance: true, ngImport: i0, template: `
2493
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabIcon, isStandalone: true, selector: "goab-icon", inputs: { type: "type", size: "size", theme: "theme", inverted: ["inverted", "inverted", booleanAttribute], fillColor: "fillColor", opacity: ["opacity", "opacity", numberAttribute], title: "title", ariaLabel: "ariaLabel" }, usesInheritance: true, ngImport: i0, template: `
2478
2494
  <goa-icon
2479
2495
  [attr.type]="type"
2480
2496
  [attr.theme]="theme"
@@ -2526,11 +2542,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
2526
2542
  }], theme: [{
2527
2543
  type: Input
2528
2544
  }], inverted: [{
2529
- type: Input
2545
+ type: Input,
2546
+ args: [{ transform: booleanAttribute }]
2530
2547
  }], fillColor: [{
2531
2548
  type: Input
2532
2549
  }], opacity: [{
2533
- type: Input
2550
+ type: Input,
2551
+ args: [{ transform: numberAttribute }]
2534
2552
  }], title: [{
2535
2553
  type: Input
2536
2554
  }], ariaLabel: [{
@@ -2548,7 +2566,7 @@ class GoabIconButton extends GoabBaseComponent {
2548
2566
  this.onClick.emit();
2549
2567
  }
2550
2568
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabIconButton, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2551
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabIconButton, isStandalone: true, selector: "goab-icon-button", inputs: { icon: "icon", size: "size", variant: "variant", title: "title", disabled: "disabled", ariaLabel: "ariaLabel", action: "action", actionArg: "actionArg", actionArgs: "actionArgs" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `
2569
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabIconButton, isStandalone: true, selector: "goab-icon-button", inputs: { icon: "icon", size: "size", variant: "variant", title: "title", disabled: ["disabled", "disabled", booleanAttribute], ariaLabel: "ariaLabel", action: "action", actionArg: "actionArg", actionArgs: "actionArgs" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `
2552
2570
  <goa-icon-button
2553
2571
  [attr.icon]="icon"
2554
2572
  [disabled]="disabled"
@@ -2608,7 +2626,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
2608
2626
  }], title: [{
2609
2627
  type: Input
2610
2628
  }], disabled: [{
2611
- type: Input
2629
+ type: Input,
2630
+ args: [{ transform: booleanAttribute }]
2612
2631
  }], ariaLabel: [{
2613
2632
  type: Input
2614
2633
  }], action: [{
@@ -2665,7 +2684,7 @@ class GoabInput extends GoabControlValueAccessor {
2665
2684
  this.onBlur.emit(detail);
2666
2685
  }
2667
2686
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabInput, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2668
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabInput, isStandalone: true, selector: "goab-input", inputs: { type: "type", name: "name", debounce: "debounce", autoCapitalize: "autoCapitalize", placeholder: "placeholder", leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", variant: "variant", focused: "focused", readonly: "readonly", width: "width", prefix: "prefix", suffix: "suffix", ariaLabel: "ariaLabel", maxLength: "maxLength", min: "min", max: "max", step: "step", ariaLabelledBy: "ariaLabelledBy", trailingIconAriaLabel: "trailingIconAriaLabel" }, outputs: { onTrailingIconClick: "onTrailingIconClick", onFocus: "onFocus", onBlur: "onBlur", onKeyPress: "onKeyPress", onChange: "onChange" }, providers: [
2687
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabInput, isStandalone: true, selector: "goab-input", inputs: { type: "type", name: "name", debounce: ["debounce", "debounce", numberAttribute], autoCapitalize: "autoCapitalize", placeholder: "placeholder", leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", variant: "variant", focused: ["focused", "focused", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], width: "width", prefix: "prefix", suffix: "suffix", ariaLabel: "ariaLabel", maxLength: ["maxLength", "maxLength", numberAttribute], min: "min", max: "max", step: ["step", "step", numberAttribute], ariaLabelledBy: "ariaLabelledBy", trailingIconAriaLabel: "trailingIconAriaLabel" }, outputs: { onTrailingIconClick: "onTrailingIconClick", onFocus: "onFocus", onBlur: "onBlur", onKeyPress: "onKeyPress", onChange: "onChange" }, providers: [
2669
2688
  {
2670
2689
  provide: NG_VALUE_ACCESSOR,
2671
2690
  multi: true,
@@ -2773,7 +2792,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
2773
2792
  }], name: [{
2774
2793
  type: Input
2775
2794
  }], debounce: [{
2776
- type: Input
2795
+ type: Input,
2796
+ args: [{ transform: numberAttribute }]
2777
2797
  }], autoCapitalize: [{
2778
2798
  type: Input
2779
2799
  }], placeholder: [{
@@ -2785,9 +2805,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
2785
2805
  }], variant: [{
2786
2806
  type: Input
2787
2807
  }], focused: [{
2788
- type: Input
2808
+ type: Input,
2809
+ args: [{ transform: booleanAttribute }]
2789
2810
  }], readonly: [{
2790
- type: Input
2811
+ type: Input,
2812
+ args: [{ transform: booleanAttribute }]
2791
2813
  }], width: [{
2792
2814
  type: Input
2793
2815
  }], prefix: [{
@@ -2797,13 +2819,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
2797
2819
  }], ariaLabel: [{
2798
2820
  type: Input
2799
2821
  }], maxLength: [{
2800
- type: Input
2822
+ type: Input,
2823
+ args: [{ transform: numberAttribute }]
2801
2824
  }], min: [{
2802
2825
  type: Input
2803
2826
  }], max: [{
2804
2827
  type: Input
2805
2828
  }], step: [{
2806
- type: Input
2829
+ type: Input,
2830
+ args: [{ transform: numberAttribute }]
2807
2831
  }], ariaLabelledBy: [{
2808
2832
  type: Input
2809
2833
  }], trailingIconAriaLabel: [{
@@ -2889,7 +2913,7 @@ class GoabInputNumber {
2889
2913
  this.disabled = isDisabled;
2890
2914
  }
2891
2915
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabInputNumber, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2892
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabInputNumber, isStandalone: true, selector: "goab-input-number", inputs: { type: "type", name: "name", id: "id", debounce: "debounce", disabled: "disabled", autoCapitalize: "autoCapitalize", placeholder: "placeholder", leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", variant: "variant", focused: "focused", readonly: "readonly", error: "error", width: "width", prefix: "prefix", suffix: "suffix", testId: "testId", ariaLabel: "ariaLabel", maxLength: "maxLength", min: "min", max: "max", step: "step", ariaLabelledBy: "ariaLabelledBy", mt: "mt", mr: "mr", mb: "mb", ml: "ml", trailingIconAriaLabel: "trailingIconAriaLabel", value: "value" }, outputs: { onTrailingIconClick: "onTrailingIconClick", onFocus: "onFocus", onBlur: "onBlur", onKeyPress: "onKeyPress", onChange: "onChange" }, providers: [
2916
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabInputNumber, isStandalone: true, selector: "goab-input-number", inputs: { type: "type", name: "name", id: "id", debounce: ["debounce", "debounce", numberAttribute], disabled: ["disabled", "disabled", booleanAttribute], autoCapitalize: "autoCapitalize", placeholder: "placeholder", leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", variant: "variant", focused: ["focused", "focused", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], error: ["error", "error", booleanAttribute], width: "width", prefix: "prefix", suffix: "suffix", testId: "testId", ariaLabel: "ariaLabel", maxLength: ["maxLength", "maxLength", numberAttribute], min: "min", max: "max", step: ["step", "step", numberAttribute], ariaLabelledBy: "ariaLabelledBy", mt: "mt", mr: "mr", mb: "mb", ml: "ml", trailingIconAriaLabel: "trailingIconAriaLabel", value: "value" }, outputs: { onTrailingIconClick: "onTrailingIconClick", onFocus: "onFocus", onBlur: "onBlur", onKeyPress: "onKeyPress", onChange: "onChange" }, providers: [
2893
2917
  {
2894
2918
  provide: NG_VALUE_ACCESSOR,
2895
2919
  multi: true,
@@ -3001,9 +3025,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
3001
3025
  }], id: [{
3002
3026
  type: Input
3003
3027
  }], debounce: [{
3004
- type: Input
3028
+ type: Input,
3029
+ args: [{ transform: numberAttribute }]
3005
3030
  }], disabled: [{
3006
- type: Input
3031
+ type: Input,
3032
+ args: [{ transform: booleanAttribute }]
3007
3033
  }], autoCapitalize: [{
3008
3034
  type: Input
3009
3035
  }], placeholder: [{
@@ -3015,11 +3041,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
3015
3041
  }], variant: [{
3016
3042
  type: Input
3017
3043
  }], focused: [{
3018
- type: Input
3044
+ type: Input,
3045
+ args: [{ transform: booleanAttribute }]
3019
3046
  }], readonly: [{
3020
- type: Input
3047
+ type: Input,
3048
+ args: [{ transform: booleanAttribute }]
3021
3049
  }], error: [{
3022
- type: Input
3050
+ type: Input,
3051
+ args: [{ transform: booleanAttribute }]
3023
3052
  }], width: [{
3024
3053
  type: Input
3025
3054
  }], prefix: [{
@@ -3031,13 +3060,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
3031
3060
  }], ariaLabel: [{
3032
3061
  type: Input
3033
3062
  }], maxLength: [{
3034
- type: Input
3063
+ type: Input,
3064
+ args: [{ transform: numberAttribute }]
3035
3065
  }], min: [{
3036
3066
  type: Input
3037
3067
  }], max: [{
3038
3068
  type: Input
3039
3069
  }], step: [{
3040
- type: Input
3070
+ type: Input,
3071
+ args: [{ transform: numberAttribute }]
3041
3072
  }], ariaLabelledBy: [{
3042
3073
  type: Input
3043
3074
  }], mt: [{
@@ -3226,7 +3257,7 @@ class GoabModal {
3226
3257
  this.onClose.emit();
3227
3258
  }
3228
3259
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabModal, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3229
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabModal, isStandalone: true, selector: "goab-modal", inputs: { calloutVariant: "calloutVariant", open: "open", maxWidth: "maxWidth", closable: "closable", transition: "transition", testId: "testId", role: "role", heading: "heading", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
3260
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabModal, isStandalone: true, selector: "goab-modal", inputs: { calloutVariant: "calloutVariant", open: ["open", "open", booleanAttribute], maxWidth: "maxWidth", closable: "closable", transition: "transition", testId: "testId", role: "role", heading: "heading", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
3230
3261
  <goa-modal
3231
3262
  [attr.calloutvariant]="calloutVariant"
3232
3263
  [attr.open]="open"
@@ -3284,7 +3315,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
3284
3315
  }], propDecorators: { calloutVariant: [{
3285
3316
  type: Input
3286
3317
  }], open: [{
3287
- type: Input
3318
+ type: Input,
3319
+ args: [{ transform: booleanAttribute }]
3288
3320
  }], maxWidth: [{
3289
3321
  type: Input
3290
3322
  }], closable: [{
@@ -3356,7 +3388,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
3356
3388
 
3357
3389
  class GoabPages extends GoabBaseComponent {
3358
3390
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabPages, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3359
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabPages, isStandalone: true, selector: "goab-pages", inputs: { current: "current" }, usesInheritance: true, ngImport: i0, template: `
3391
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabPages, isStandalone: true, selector: "goab-pages", inputs: { current: ["current", "current", numberAttribute] }, usesInheritance: true, ngImport: i0, template: `
3360
3392
  <goa-pages
3361
3393
  [attr.current]="current"
3362
3394
  [attr.mt]="mt"
@@ -3387,7 +3419,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
3387
3419
  schemas: [CUSTOM_ELEMENTS_SCHEMA],
3388
3420
  }]
3389
3421
  }], propDecorators: { current: [{
3390
- type: Input
3422
+ type: Input,
3423
+ args: [{ transform: numberAttribute }]
3391
3424
  }] } });
3392
3425
 
3393
3426
  class GoabPagination extends GoabBaseComponent {
@@ -3616,7 +3649,7 @@ class GoabRadioItem extends GoabBaseComponent {
3616
3649
  return this.description instanceof TemplateRef ? this.description : null;
3617
3650
  }
3618
3651
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabRadioItem, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3619
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabRadioItem, isStandalone: true, selector: "goab-radio-item", inputs: { value: "value", label: "label", name: "name", description: "description", ariaLabel: "ariaLabel", disabled: "disabled", checked: "checked", error: "error", maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
3652
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabRadioItem, isStandalone: true, selector: "goab-radio-item", inputs: { value: "value", label: "label", name: "name", description: "description", ariaLabel: "ariaLabel", disabled: ["disabled", "disabled", booleanAttribute], checked: ["checked", "checked", booleanAttribute], error: ["error", "error", booleanAttribute], maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
3620
3653
  <goa-radio-item
3621
3654
  [attr.name]="name"
3622
3655
  [attr.value]="value"
@@ -3680,11 +3713,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
3680
3713
  }], ariaLabel: [{
3681
3714
  type: Input
3682
3715
  }], disabled: [{
3683
- type: Input
3716
+ type: Input,
3717
+ args: [{ transform: booleanAttribute }]
3684
3718
  }], checked: [{
3685
- type: Input
3719
+ type: Input,
3720
+ args: [{ transform: booleanAttribute }]
3686
3721
  }], error: [{
3687
- type: Input
3722
+ type: Input,
3723
+ args: [{ transform: booleanAttribute }]
3688
3724
  }], maxWidth: [{
3689
3725
  type: Input
3690
3726
  }] } });
@@ -3797,7 +3833,7 @@ class GoabSkeleton extends GoabBaseComponent {
3797
3833
  this.maxWidth = "300px";
3798
3834
  }
3799
3835
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabSkeleton, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3800
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabSkeleton, isStandalone: true, selector: "goab-skeleton", inputs: { type: "type", maxWidth: "maxWidth", size: "size", lineCount: "lineCount" }, usesInheritance: true, ngImport: i0, template: `
3836
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabSkeleton, isStandalone: true, selector: "goab-skeleton", inputs: { type: "type", maxWidth: "maxWidth", size: "size", lineCount: ["lineCount", "lineCount", numberAttribute] }, usesInheritance: true, ngImport: i0, template: `
3801
3837
  <goa-skeleton
3802
3838
  [attr.maxwidth]="maxWidth"
3803
3839
  [attr.size]="size"
@@ -3841,7 +3877,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
3841
3877
  }], size: [{
3842
3878
  type: Input
3843
3879
  }], lineCount: [{
3844
- type: Input
3880
+ type: Input,
3881
+ args: [{ transform: numberAttribute }]
3845
3882
  }] } });
3846
3883
 
3847
3884
  class GoabSpacer {
@@ -4021,12 +4058,11 @@ class GoabTabs {
4021
4058
  this.onChange.emit(detail);
4022
4059
  }
4023
4060
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabTabs, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4024
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabTabs, isStandalone: true, selector: "goab-tabs", inputs: { initialTab: "initialTab", testId: "testId" }, outputs: { onChange: "onChange" }, ngImport: i0, template: `
4061
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabTabs, isStandalone: true, selector: "goab-tabs", inputs: { initialTab: ["initialTab", "initialTab", numberAttribute], testId: "testId" }, outputs: { onChange: "onChange" }, ngImport: i0, template: `
4025
4062
  <goa-tabs
4026
4063
  [attr.initialtab]="initialTab"
4027
4064
  [attr.testid]="testId"
4028
4065
  (_change)="_onChange($event)"
4029
-
4030
4066
  >
4031
4067
  <ng-content />
4032
4068
  </goa-tabs>
@@ -4042,15 +4078,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
4042
4078
  [attr.initialtab]="initialTab"
4043
4079
  [attr.testid]="testId"
4044
4080
  (_change)="_onChange($event)"
4045
-
4046
4081
  >
4047
4082
  <ng-content />
4048
4083
  </goa-tabs>
4049
4084
  `,
4050
- schemas: [CUSTOM_ELEMENTS_SCHEMA]
4085
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
4051
4086
  }]
4052
4087
  }], propDecorators: { initialTab: [{
4053
- type: Input
4088
+ type: Input,
4089
+ args: [{ transform: numberAttribute }]
4054
4090
  }], testId: [{
4055
4091
  type: Input
4056
4092
  }], onChange: [{
@@ -4131,7 +4167,7 @@ class GoabTextArea extends GoabControlValueAccessor {
4131
4167
  this.onKeyPress.emit(detail);
4132
4168
  }
4133
4169
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: GoabTextArea, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4134
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: GoabTextArea, isStandalone: true, selector: "goab-textarea", inputs: { name: "name", placeholder: "placeholder", rows: "rows", readOnly: "readOnly", width: "width", ariaLabel: "ariaLabel", countBy: "countBy", maxCount: "maxCount", maxWidth: "maxWidth" }, outputs: { onChange: "onChange", onKeyPress: "onKeyPress" }, providers: [
4170
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.3", type: GoabTextArea, isStandalone: true, selector: "goab-textarea", inputs: { name: "name", placeholder: "placeholder", rows: ["rows", "rows", numberAttribute], readOnly: ["readOnly", "readOnly", booleanAttribute], width: "width", ariaLabel: "ariaLabel", countBy: "countBy", maxCount: "maxCount", maxWidth: "maxWidth" }, outputs: { onChange: "onChange", onKeyPress: "onKeyPress" }, providers: [
4135
4171
  {
4136
4172
  provide: NG_VALUE_ACCESSOR,
4137
4173
  multi: true,
@@ -4205,9 +4241,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImpor
4205
4241
  }], placeholder: [{
4206
4242
  type: Input
4207
4243
  }], rows: [{
4208
- type: Input
4244
+ type: Input,
4245
+ args: [{ transform: numberAttribute }]
4209
4246
  }], readOnly: [{
4210
- type: Input
4247
+ type: Input,
4248
+ args: [{ transform: booleanAttribute }]
4211
4249
  }], width: [{
4212
4250
  type: Input
4213
4251
  }], ariaLabel: [{