/* * © 2017 Stratio Big Data Inc., Sucursal en España. * * This software is licensed under the Apache License, Version 2.0. * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the terms of the License for more details. * * SPDX-License-Identifier: Apache-2.0. */ import { PipesModule } from './pipes/pipes.module'; import { StAlertsModule } from './st-alerts/st-alerts.module'; import { StBubbleModule } from './st-bubble/st-bubble.module'; import { StBreadcrumbsModule } from './st-breadcrumbs/st-breadcrumbs.module'; import { StCheckboxModule } from './st-checkbox/st-checkbox.module'; import { StDocsModule } from './st-docs/st-docs.module'; import { StDropdownMenuModule } from './st-dropdown-menu/st-dropdown-menu.module'; import { StFileButtonModule } from './st-file-button/st-file-button.module'; import { StFormDirectiveModule } from './directives/form/form-directives.module'; import { StFormModule } from './st-form/st-form.module'; import { StFormListModule } from './st-form-list/st-form-list.module'; import { StFullscreenLayoutModule } from './st-fullscreen-layout/st-fullscreen-layout.module'; import { StHeaderModule } from './st-header/st-header.module'; import { StHorizontalTabsModule } from './st-horizontal-tabs/st-horizontal-tabs.module'; import { StInfoBoxModule } from './st-info-box/st-info-box.module'; import { StInputModule } from './st-input/st-input.module'; import { StItemListModule } from './st-item-list/st-item-list.module'; import { StLabelModule } from './st-label/index'; import { StModalModule } from './st-modal/st-modal.module'; import { StModal2Module } from './st-modal2/st-modal2.module'; import { StPaginationModule } from './st-pagination/st-pagination.module'; import { StPopModule } from './st-pop/st-pop.module'; import { StPopOverModule } from './st-pop-over/st-pop-over.module'; import { StPrismModule } from './st-docs/st-prism/st-prism.module'; import { StProgressBarModule } from './st-progress-bar/st-progress-bar.module'; import { StRadioMenuModule } from './st-radio-menu/st-radio-menu.module'; import { StRadioModule } from './st-radio/st-radio.module'; import { StSearchModule } from './st-search/st-search.module'; import { StSelectModule } from './st-select/st-select.module'; import { StSidebarModule } from './st-sidebar/st-sidebar.module'; import { StSpinnerModule } from './st-spinner/st-spinner.module'; import { StSwitchModule } from './st-switch/st-switch.module'; import { StTableModule } from './st-table/st-table.module'; import { StTagInputModule } from './st-tag-input/st-tag-input.module'; import { StTextareaModule } from './st-textarea/st-textarea.module'; import { StToggleButtonsModule } from './st-toggle-buttons/st-toggle-buttons.module'; import { StTooltipModule } from './st-tooltip/st-tooltip.module'; import { StTwoListSelectionModule } from './st-two-list-selection/st-two-list-selection.module'; import { StVerticalTabsModule } from './st-vertical-tabs/st-vertical-tabs.module'; import { StFormFieldModule } from './st-form/st-form-field/st-form-field.module'; import { StForegroundNotificationsModule } from './st-foreground-notifications/st-foreground-notifications.module'; import { StZeroPageModule } from './st-zero-page/st-zero-page.module'; import { StColorPickerModule } from './st-color-picker/st-color-picker.module'; import { StDynamicTableModule } from './st-dynamic-table/st-dynamic-table.module'; import { StVerticalIconTabsModule } from './st-vertical-icon-tabs/st-vertical-icon-tabs.module'; export const DECLARATIONS: any[] = [ PipesModule, StAlertsModule, StBreadcrumbsModule, StBubbleModule, StCheckboxModule, StColorPickerModule, StDocsModule, StDropdownMenuModule, StFileButtonModule, StForegroundNotificationsModule, StFormDirectiveModule, StFormModule, StFormFieldModule, StFormListModule, StFullscreenLayoutModule, StHeaderModule, StHorizontalTabsModule, StInfoBoxModule, StInputModule, StItemListModule, StLabelModule, StModalModule, StModal2Module, StPaginationModule, StPopModule, StPrismModule, StProgressBarModule, StPopOverModule, StRadioMenuModule, StRadioModule, StSearchModule, StSelectModule, StSidebarModule, StSpinnerModule, StSwitchModule, StDynamicTableModule, StTableModule, StTagInputModule, StTextareaModule, StToggleButtonsModule, StTooltipModule, StTwoListSelectionModule, StVerticalIconTabsModule, StVerticalTabsModule, StZeroPageModule ];