|
|
@@ -13,47 +13,47 @@ import {
|
|
|
ActionBarLeftComponent,
|
|
|
ActionBarRightComponent,
|
|
|
} from './components/action-bar/action-bar.component';
|
|
|
-import { AffixedInputComponent } from './components/affixed-input/affixed-input.component';
|
|
|
-import { PercentageSuffixInputComponent } from './components/affixed-input/percentage-suffix-input.component';
|
|
|
-import { ChipComponent } from './components/chip/chip.component';
|
|
|
-import { ConfigurableInputComponent } from './components/configurable-input/configurable-input.component';
|
|
|
-import { CurrencyInputComponent } from './components/currency-input/currency-input.component';
|
|
|
-import { CustomFieldControlComponent } from './components/custom-field-control/custom-field-control.component';
|
|
|
-import { CustomerLabelComponent } from './components/customer-label/customer-label.component';
|
|
|
-import { DataTableColumnComponent } from './components/data-table/data-table-column.component';
|
|
|
-import { DataTableComponent } from './components/data-table/data-table.component';
|
|
|
-import { DropdownItemDirective } from './components/dropdown/dropdown-item.directive';
|
|
|
-import { DropdownMenuComponent } from './components/dropdown/dropdown-menu.component';
|
|
|
-import { DropdownTriggerDirective } from './components/dropdown/dropdown-trigger.directive';
|
|
|
-import { DropdownComponent } from './components/dropdown/dropdown.component';
|
|
|
-import { FacetValueChipComponent } from './components/facet-value-chip/facet-value-chip.component';
|
|
|
-import { FacetValueSelectorComponent } from './components/facet-value-selector/facet-value-selector.component';
|
|
|
-import { FormFieldControlDirective } from './components/form-field/form-field-control.directive';
|
|
|
-import { FormFieldComponent } from './components/form-field/form-field.component';
|
|
|
-import { FormItemComponent } from './components/form-item/form-item.component';
|
|
|
-import { FormattedAddressComponent } from './components/formatted-address/formatted-address.component';
|
|
|
-import { ItemsPerPageControlsComponent } from './components/items-per-page-controls/items-per-page-controls.component';
|
|
|
-import { LabeledDataComponent } from './components/labeled-data/labeled-data.component';
|
|
|
-import { LanguageSelectorComponent } from './components/language-selector/language-selector.component';
|
|
|
-import { DialogButtonsDirective } from './components/modal-dialog/dialog-buttons.directive';
|
|
|
-import { DialogComponentOutletComponent } from './components/modal-dialog/dialog-component-outlet.component';
|
|
|
-import { DialogTitleDirective } from './components/modal-dialog/dialog-title.directive';
|
|
|
-import { ModalDialogComponent } from './components/modal-dialog/modal-dialog.component';
|
|
|
-import { ObjectTreeComponent } from './components/object-tree/object-tree.component';
|
|
|
-import { OrderStateLabelComponent } from './components/order-state-label/order-state-label.component';
|
|
|
-import { PaginationControlsComponent } from './components/pagination-controls/pagination-controls.component';
|
|
|
-import { RichTextEditorComponent } from './components/rich-text-editor/rich-text-editor.component';
|
|
|
-import { SelectToggleComponent } from './components/select-toggle/select-toggle.component';
|
|
|
-import { SimpleDialogComponent } from './components/simple-dialog/simple-dialog.component';
|
|
|
-import { TableRowActionComponent } from './components/table-row-action/table-row-action.component';
|
|
|
-import { TitleInputComponent } from './components/title-input/title-input.component';
|
|
|
-import { CurrencyNamePipe } from './pipes/currency-name.pipe';
|
|
|
-import { FileSizePipe } from './pipes/file-size.pipe';
|
|
|
-import { SentenceCasePipe } from './pipes/sentence-case.pipe';
|
|
|
-import { SortPipe } from './pipes/sort.pipe';
|
|
|
-import { StringToColorPipe } from './pipes/string-to-color.pipe';
|
|
|
import { ModalService } from './providers/modal/modal.service';
|
|
|
import { CanDeactivateDetailGuard } from './providers/routing/can-deactivate-detail-guard';
|
|
|
+import { AffixedInputComponent } from './shared-declarations';
|
|
|
+import { PercentageSuffixInputComponent } from './shared-declarations';
|
|
|
+import { ChipComponent } from './shared-declarations';
|
|
|
+import { ConfigurableInputComponent } from './shared-declarations';
|
|
|
+import { CurrencyInputComponent } from './shared-declarations';
|
|
|
+import { CustomFieldControlComponent } from './shared-declarations';
|
|
|
+import { CustomerLabelComponent } from './shared-declarations';
|
|
|
+import { DataTableColumnComponent } from './shared-declarations';
|
|
|
+import { DataTableComponent } from './shared-declarations';
|
|
|
+import { DropdownItemDirective } from './shared-declarations';
|
|
|
+import { DropdownMenuComponent } from './shared-declarations';
|
|
|
+import { DropdownTriggerDirective } from './shared-declarations';
|
|
|
+import { DropdownComponent } from './shared-declarations';
|
|
|
+import { FacetValueChipComponent } from './shared-declarations';
|
|
|
+import { FacetValueSelectorComponent } from './shared-declarations';
|
|
|
+import { FormFieldControlDirective } from './shared-declarations';
|
|
|
+import { FormFieldComponent } from './shared-declarations';
|
|
|
+import { FormItemComponent } from './shared-declarations';
|
|
|
+import { FormattedAddressComponent } from './shared-declarations';
|
|
|
+import { ItemsPerPageControlsComponent } from './shared-declarations';
|
|
|
+import { LabeledDataComponent } from './shared-declarations';
|
|
|
+import { LanguageSelectorComponent } from './shared-declarations';
|
|
|
+import { DialogButtonsDirective } from './shared-declarations';
|
|
|
+import { DialogComponentOutletComponent } from './shared-declarations';
|
|
|
+import { DialogTitleDirective } from './shared-declarations';
|
|
|
+import { ModalDialogComponent } from './shared-declarations';
|
|
|
+import { ObjectTreeComponent } from './shared-declarations';
|
|
|
+import { OrderStateLabelComponent } from './shared-declarations';
|
|
|
+import { PaginationControlsComponent } from './shared-declarations';
|
|
|
+import { RichTextEditorComponent } from './shared-declarations';
|
|
|
+import { SelectToggleComponent } from './shared-declarations';
|
|
|
+import { SimpleDialogComponent } from './shared-declarations';
|
|
|
+import { TableRowActionComponent } from './shared-declarations';
|
|
|
+import { TitleInputComponent } from './shared-declarations';
|
|
|
+import { CurrencyNamePipe } from './shared-declarations';
|
|
|
+import { FileSizePipe } from './shared-declarations';
|
|
|
+import { SentenceCasePipe } from './shared-declarations';
|
|
|
+import { SortPipe } from './shared-declarations';
|
|
|
+import { StringToColorPipe } from './shared-declarations';
|
|
|
|
|
|
const IMPORTS = [
|
|
|
ClarityModule,
|