@abgov/angular-components 4.11.0-dev.6 → 4.11.0-dev.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.
@@ -8091,6 +8091,115 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
8091
8091
  type: Input
8092
8092
  }] } });
8093
8093
 
8094
+ class GoabxMenuAction {
8095
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: GoabxMenuAction, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8096
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: GoabxMenuAction, isStandalone: true, selector: "goabx-menu-action", inputs: { text: "text", action: "action", icon: "icon", testId: "testId" }, ngImport: i0, template: `
8097
+ <goa-menu-action
8098
+ [attr.text]="text"
8099
+ [attr.action]="action"
8100
+ [attr.icon]="icon"
8101
+ [attr.testid]="testId"
8102
+ >
8103
+ </goa-menu-action>
8104
+ `, isInline: true }); }
8105
+ }
8106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: GoabxMenuAction, decorators: [{
8107
+ type: Component,
8108
+ args: [{
8109
+ standalone: true,
8110
+ selector: "goabx-menu-action",
8111
+ template: `
8112
+ <goa-menu-action
8113
+ [attr.text]="text"
8114
+ [attr.action]="action"
8115
+ [attr.icon]="icon"
8116
+ [attr.testid]="testId"
8117
+ >
8118
+ </goa-menu-action>
8119
+ `,
8120
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
8121
+ }]
8122
+ }], propDecorators: { text: [{
8123
+ type: Input,
8124
+ args: [{ required: true }]
8125
+ }], action: [{
8126
+ type: Input,
8127
+ args: [{ required: true }]
8128
+ }], icon: [{
8129
+ type: Input
8130
+ }], testId: [{
8131
+ type: Input
8132
+ }] } });
8133
+
8134
+ class GoabxMenuButton {
8135
+ constructor() {
8136
+ this.onAction = new EventEmitter();
8137
+ }
8138
+ _onAction(e) {
8139
+ const detail = e.detail;
8140
+ this.onAction.emit(detail);
8141
+ }
8142
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: GoabxMenuButton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8143
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: GoabxMenuButton, isStandalone: true, selector: "goabx-menu-button", inputs: { text: "text", type: "type", size: "size", variant: "variant", maxWidth: "maxWidth", leadingIcon: "leadingIcon", ariaLabel: "ariaLabel", testId: "testId" }, outputs: { onAction: "onAction" }, ngImport: i0, template: `
8144
+ <goa-menu-button
8145
+ [attr.text]="text"
8146
+ [attr.type]="type"
8147
+ [attr.size]="size"
8148
+ [attr.variant]="variant"
8149
+ version="2"
8150
+ [attr.max-width]="maxWidth"
8151
+ [attr.leading-icon]="leadingIcon"
8152
+ [attr.aria-label]="ariaLabel"
8153
+ [attr.testid]="testId"
8154
+ (_action)="_onAction($event)"
8155
+ >
8156
+ <ng-content></ng-content>
8157
+ </goa-menu-button>
8158
+ `, isInline: true }); }
8159
+ }
8160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: GoabxMenuButton, decorators: [{
8161
+ type: Component,
8162
+ args: [{
8163
+ standalone: true,
8164
+ selector: "goabx-menu-button",
8165
+ template: `
8166
+ <goa-menu-button
8167
+ [attr.text]="text"
8168
+ [attr.type]="type"
8169
+ [attr.size]="size"
8170
+ [attr.variant]="variant"
8171
+ version="2"
8172
+ [attr.max-width]="maxWidth"
8173
+ [attr.leading-icon]="leadingIcon"
8174
+ [attr.aria-label]="ariaLabel"
8175
+ [attr.testid]="testId"
8176
+ (_action)="_onAction($event)"
8177
+ >
8178
+ <ng-content></ng-content>
8179
+ </goa-menu-button>
8180
+ `,
8181
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
8182
+ }]
8183
+ }], propDecorators: { text: [{
8184
+ type: Input
8185
+ }], type: [{
8186
+ type: Input
8187
+ }], size: [{
8188
+ type: Input
8189
+ }], variant: [{
8190
+ type: Input
8191
+ }], maxWidth: [{
8192
+ type: Input
8193
+ }], leadingIcon: [{
8194
+ type: Input
8195
+ }], ariaLabel: [{
8196
+ type: Input
8197
+ }], testId: [{
8198
+ type: Input
8199
+ }], onAction: [{
8200
+ type: Output
8201
+ }] } });
8202
+
8094
8203
  class GoabxModal {
8095
8204
  constructor(cdr) {
8096
8205
  this.cdr = cdr;
@@ -9376,5 +9485,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
9376
9485
  * Generated bundle index. Do not edit.
9377
9486
  */
9378
9487
 
9379
- export { AngularComponentsModule, CheckedDirective, GoabAccordion, GoabAppFooter, GoabAppFooterMetaSection, GoabAppFooterNavSection, GoabAppHeader, GoabAppHeaderMenu, GoabBadge, GoabBlock, GoabButton, GoabButtonGroup, GoabCalendar, GoabCallout, GoabCard, GoabCardActions, GoabCardContent, GoabCardImage, GoabCheckbox, GoabCheckboxList, GoabChip, GoabCircularProgress, GoabColumnLayout, GoabContainer, GoabDataGrid, GoabDatePicker, GoabDetails, GoabDivider, GoabDrawer, GoabDropdown, GoabDropdownItem, GoabFieldset, GoabFileUploadCard, GoabFileUploadInput, GoabFilterChip, GoabFormItem, GoabFormItemSlot, GoabFormStep, GoabFormStepper, GoabGrid, GoabHeroBanner, GoabIcon, GoabIconButton, GoabInput, GoabInputNumber, GoabLinearProgress, GoabLink, GoabMenuAction, GoabMenuButton, GoabMicrositeHeader, GoabModal, GoabNotification, GoabPageBlock, GoabPages, GoabPagination, GoabPopover, GoabPublicForm, GoabPublicFormPage, GoabPublicFormSummary, GoabPublicFormTask, GoabPublicFormTaskList, GoabPublicSubform, GoabPublicSubformIndex, GoabPushDrawer, GoabRadioGroup, GoabRadioItem, GoabSideMenu, GoabSideMenuGroup, GoabSideMenuHeading, GoabSkeleton, GoabSpacer, GoabTab, GoabTable, GoabTableSortHeader, GoabTabs, GoabTemporaryNotificationCtrl, GoabText, GoabTextArea, GoabTooltip, GoabxAppFooter, GoabxAppFooterMetaSection, GoabxAppFooterNavSection, GoabxBadge, GoabxButton, GoabxCalendar, GoabxCallout, GoabxCheckbox, GoabxDatePicker, GoabxDrawer, GoabxDropdown, GoabxDropdownItem, GoabxFileUploadCard, GoabxFileUploadInput, GoabxFilterChip, GoabxFormItem, GoabxInput, GoabxLink, GoabxModal, GoabxNotification, GoabxPagination, GoabxRadioGroup, GoabxRadioItem, GoabxSideMenu, GoabxSideMenuGroup, GoabxSideMenuHeading, GoabxTab, GoabxTable, GoabxTableSortHeader, GoabxTabs, GoabxTextArea, GoabxWorkSideMenu, GoabxWorkSideMenuGroup, GoabxWorkSideMenuItem, ValueDirective, ValueListDirective };
9488
+ export { AngularComponentsModule, CheckedDirective, GoabAccordion, GoabAppFooter, GoabAppFooterMetaSection, GoabAppFooterNavSection, GoabAppHeader, GoabAppHeaderMenu, GoabBadge, GoabBlock, GoabButton, GoabButtonGroup, GoabCalendar, GoabCallout, GoabCard, GoabCardActions, GoabCardContent, GoabCardImage, GoabCheckbox, GoabCheckboxList, GoabChip, GoabCircularProgress, GoabColumnLayout, GoabContainer, GoabDataGrid, GoabDatePicker, GoabDetails, GoabDivider, GoabDrawer, GoabDropdown, GoabDropdownItem, GoabFieldset, GoabFileUploadCard, GoabFileUploadInput, GoabFilterChip, GoabFormItem, GoabFormItemSlot, GoabFormStep, GoabFormStepper, GoabGrid, GoabHeroBanner, GoabIcon, GoabIconButton, GoabInput, GoabInputNumber, GoabLinearProgress, GoabLink, GoabMenuAction, GoabMenuButton, GoabMicrositeHeader, GoabModal, GoabNotification, GoabPageBlock, GoabPages, GoabPagination, GoabPopover, GoabPublicForm, GoabPublicFormPage, GoabPublicFormSummary, GoabPublicFormTask, GoabPublicFormTaskList, GoabPublicSubform, GoabPublicSubformIndex, GoabPushDrawer, GoabRadioGroup, GoabRadioItem, GoabSideMenu, GoabSideMenuGroup, GoabSideMenuHeading, GoabSkeleton, GoabSpacer, GoabTab, GoabTable, GoabTableSortHeader, GoabTabs, GoabTemporaryNotificationCtrl, GoabText, GoabTextArea, GoabTooltip, GoabxAppFooter, GoabxAppFooterMetaSection, GoabxAppFooterNavSection, GoabxBadge, GoabxButton, GoabxCalendar, GoabxCallout, GoabxCheckbox, GoabxDatePicker, GoabxDrawer, GoabxDropdown, GoabxDropdownItem, GoabxFileUploadCard, GoabxFileUploadInput, GoabxFilterChip, GoabxFormItem, GoabxInput, GoabxLink, GoabxMenuAction, GoabxMenuButton, GoabxModal, GoabxNotification, GoabxPagination, GoabxRadioGroup, GoabxRadioItem, GoabxSideMenu, GoabxSideMenuGroup, GoabxSideMenuHeading, GoabxTab, GoabxTable, GoabxTableSortHeader, GoabxTabs, GoabxTextArea, GoabxWorkSideMenu, GoabxWorkSideMenuGroup, GoabxWorkSideMenuItem, ValueDirective, ValueListDirective };
9380
9489
  //# sourceMappingURL=abgov-angular-components.mjs.map