Michael Lando | dd60339 | 2017-07-12 00:54:52 +0300 | [diff] [blame] | 1 | /*- |
| 2 | * ============LICENSE_START======================================================= |
| 3 | * SDC |
| 4 | * ================================================================================ |
| 5 | * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 6 | * ================================================================================ |
| 7 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | * you may not use this file except in compliance with the License. |
| 9 | * You may obtain a copy of the License at |
Idan Amit | 7363f3d | 2018-03-21 12:04:57 +0200 | [diff] [blame] | 10 | * |
Michael Lando | dd60339 | 2017-07-12 00:54:52 +0300 | [diff] [blame] | 11 | * http://www.apache.org/licenses/LICENSE-2.0 |
Idan Amit | 7363f3d | 2018-03-21 12:04:57 +0200 | [diff] [blame] | 12 | * |
Michael Lando | dd60339 | 2017-07-12 00:54:52 +0300 | [diff] [blame] | 13 | * Unless required by applicable law or agreed to in writing, software |
| 14 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | * See the License for the specific language governing permissions and |
| 17 | * limitations under the License. |
| 18 | * ============LICENSE_END========================================================= |
| 19 | */ |
| 20 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 21 | import {ClickedOutsideDirective} from "../directives/clicked-outside/clicked-outside-directive"; |
| 22 | import {LoaderDirective} from "../directives/loader/loader-directive"; |
| 23 | import {UserHeaderDetailsDirective} from "../directives/user-header-details/user-header-details-directive"; |
| 24 | import {FileTypeDirective} from "../directives/file-type/file-type"; |
| 25 | import {DownloadArtifactDirective} from "../directives/download-artifact/download-artifact"; |
| 26 | import {EllipsisDirective} from "../directives/ellipsis/ellipsis-directive"; |
| 27 | import {InvalidCharactersDirective} from "../directives/invalid-characters/invalid-characters"; |
| 28 | import {ExpandCollapseDirective} from "../directives/utils/expand-collapse/expand-collapse"; |
| 29 | import {PerfectScrollerDirective} from "../directives/perfect-scrollbar/angular-perfect-scrollbar"; |
| 30 | import {SdcModalDirective} from "../directives/modal/sdc-modal"; |
| 31 | import {FileOpenerDirective} from "../directives/file-opener/file-opener"; |
| 32 | import {FileUploadDirective} from "../directives/file-upload/file-upload"; |
| 33 | import {StructureTreeDirective} from "../directives/structure-tree/structure-tree-directive"; |
| 34 | import {SmartTooltipDirective} from "../directives/utils/smart-tooltip/smart-tooltip"; |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 35 | import {TagDirective} from "../directives/tag/tag-directive"; |
| 36 | import {SdcTagsDirective} from "../directives/utils/sdc-tags/sdc-tags"; |
| 37 | import {SdcKeyboardEventsDirective} from "../directives/utils/sdc-keyboard-events/sdc-keyboard-events"; |
| 38 | import {ExpandCollapseMenuBoxDirective} from "../directives/utils/expand-collapse-menu-box/expand-collaps-menu-box"; |
| 39 | import {PunchOutDirective} from "../directives/punch-out/punch-out"; |
| 40 | import {CustomValidationDirective} from "../directives/custom-validation/custom-validation"; |
| 41 | import {EcompHeaderDirective} from "../directives/ecomp-header/ecomp-header"; |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 42 | import {EditNamePopoverDirective} from "../directives/edit-name-popover/edit-name-popover-directive"; |
| 43 | import {DataTypeFieldsStructureDirective} from "../directives/property-types/data-type-fields-structure/data-type-fields-structure"; |
| 44 | import {TypeMapDirective} from "../directives/property-types/type-map/type-map-directive"; |
| 45 | import {TypeListDirective} from "../directives/property-types/type-list/type-list-directive"; |
| 46 | import {SelectDataTypeFieldsStructureDirective} from "../directives/select-property-types/select-data-type-fields-structure/select-data-type-fields-structure"; |
| 47 | import {SelectTypeMapDirective} from "../directives/select-property-types/select-type-map/select-type-map-directive"; |
| 48 | import {SelectTypeListDirective} from "../directives/select-property-types/select-type-list/select-type-list-directive"; |
| 49 | import {ValidationOnLoadDirective} from "../directives/utils/validation-on-load/validation-on-load"; |
| 50 | import {InfoTooltipDirective} from "../directives/info-tooltip/info-tooltip"; |
| 51 | import {SdcTabsDirective} from "../directives/sdc-tabs/sdc-tabs-directive"; |
| 52 | import {SdcSingleTabDirective, InnerSdcSingleTabDirective} from "../directives/sdc-tabs/sdc-single-tab/sdc-single-tab-directive"; |
| 53 | import {ExpandCollapseListHeaderDirective} from "../directives/utils/expand-collapse-list-header/expand-collapse-list-header"; |
| 54 | import {JsonExportExcelDirective} from "../directives/export-json-to-excel/export-json-to-excel"; |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 55 | import {TopProgressDirective} from "../directives/layout/top-progress/top-progress"; |
| 56 | import {CheckboxElementDirective} from "../directives/elements/checkbox/checkbox"; |
| 57 | import {RadiobuttonElementDirective} from "../directives/elements/radiobutton/radiobutton"; |
| 58 | import {OnLastRepeatDirective} from "../directives/events/on-last-repeat/on-last-repeat"; |
| 59 | import {InputRowDirective} from "../directives/inputs-and-properties/inputs/input-row-directive"; |
| 60 | import {PropertyRowDirective} from "../directives/inputs-and-properties/properties/property-row-directive"; |
| 61 | import {NodesFactory} from "../models/graph/nodes/nodes-factory"; |
| 62 | import {LinksFactory} from "../models/graph/graph-links/links-factory"; |
| 63 | import {ImageCreatorService} from "../directives/graphs-v2/image-creator/image-creator.service"; |
| 64 | import {Palette} from "../directives/graphs-v2/palette/palette.directive"; |
| 65 | import {CompositionGraph} from "../directives/graphs-v2/composition-graph/composition-graph.directive"; |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 66 | import {DeploymentGraph} from "../directives/graphs-v2/deployment-graph/deployment-graph.directive"; |
| 67 | import {CommonGraphUtils} from "../directives/graphs-v2/common/common-graph-utils"; |
| 68 | import {CompositionGraphNodesUtils} from "../directives/graphs-v2/composition-graph/utils/composition-graph-nodes-utils"; |
| 69 | import {CompositionGraphGeneralUtils} from "../directives/graphs-v2/composition-graph/utils/composition-graph-general-utils"; |
| 70 | import {CompositionGraphLinkUtils} from "../directives/graphs-v2/composition-graph/utils/composition-graph-links-utils"; |
| 71 | import {DeploymentGraphGeneralUtils} from "../directives/graphs-v2/deployment-graph/deployment-utils/deployment-graph-general-utils"; |
| 72 | import {CompositionGraphPaletteUtils} from "../directives/graphs-v2/composition-graph/utils/composition-graph-palette-utils"; |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 73 | import {CompositionGraphZoneUtils} from "../directives/graphs-v2/composition-graph/utils/composition-graph-zone-utils"; |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 74 | import {MatchCapabilitiesRequirementsUtils} from "../directives/graphs-v2/composition-graph/utils/match-capability-requierment-utils"; |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 75 | import {CapabilitiesListDirective} from "../directives/capabilities-and-requirements/capability/capabilities-list-directive"; |
| 76 | import {RequirementsListDirective} from "../directives/capabilities-and-requirements/requirement/requirements-list-directive"; |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 77 | import {ServicePathGraphUtils} from "../directives/graphs-v2/composition-graph/utils/composition-graph-service-path-utils"; |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 78 | import {PreventDoubleClickDirective} from "../directives/prevent-double-click/prevent-double-click"; |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 79 | |
| 80 | let moduleName:string = 'Sdc.Directives'; |
| 81 | let directiveModule:ng.IModule = angular.module(moduleName, []); |
| 82 | |
| 83 | directiveModule.directive('clickedOutside', ClickedOutsideDirective.factory); |
| 84 | directiveModule.directive('loader', LoaderDirective.factory); |
| 85 | directiveModule.directive('userHeaderDetails', UserHeaderDetailsDirective.factory); |
| 86 | directiveModule.directive('ellipsis', EllipsisDirective.factory); |
| 87 | directiveModule.directive('downloadArtifact', DownloadArtifactDirective.factory); |
| 88 | directiveModule.directive('fileType', FileTypeDirective.factory); |
| 89 | directiveModule.directive('invalidCharacters', InvalidCharactersDirective.factory); |
| 90 | directiveModule.directive('perfectScrollbar', PerfectScrollerDirective.factory); |
| 91 | directiveModule.directive('expandCollapse', ExpandCollapseDirective.factory); |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 92 | directiveModule.directive('ng1Modal', SdcModalDirective.factory); |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 93 | directiveModule.directive('fileOpener', FileOpenerDirective.factory); |
| 94 | directiveModule.directive('fileUpload', FileUploadDirective.factory); |
| 95 | directiveModule.directive('structureTree', StructureTreeDirective.factory); |
| 96 | directiveModule.directive('sdcSmartTooltip', SmartTooltipDirective.factory); |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 97 | directiveModule.directive('sdcTag', TagDirective.factory); |
| 98 | directiveModule.directive('sdcTags', SdcTagsDirective.factory); |
| 99 | directiveModule.directive('sdcKeyboardEvents', SdcKeyboardEventsDirective.factory); |
| 100 | directiveModule.directive('expandCollapseMenuBox', ExpandCollapseMenuBoxDirective.factory); |
| 101 | directiveModule.directive('punchOut', PunchOutDirective.factory); |
| 102 | directiveModule.directive('customValidation', CustomValidationDirective.factory); |
| 103 | directiveModule.directive('ecompHeader', EcompHeaderDirective.factory); |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 104 | directiveModule.directive('editNamePopover', EditNamePopoverDirective.factory); |
| 105 | directiveModule.directive('fieldsStructure', DataTypeFieldsStructureDirective.factory); |
| 106 | directiveModule.directive('typeMap', TypeMapDirective.factory); |
| 107 | directiveModule.directive('typeList', TypeListDirective.factory); |
| 108 | directiveModule.directive('selectFieldsStructure', SelectDataTypeFieldsStructureDirective.factory); |
| 109 | directiveModule.directive('selectTypeMap', SelectTypeMapDirective.factory); |
| 110 | directiveModule.directive('selectTypeList', SelectTypeListDirective.factory); |
| 111 | directiveModule.directive('infoTooltip', InfoTooltipDirective.factory); |
| 112 | directiveModule.directive('validationOnLoad', ValidationOnLoadDirective.factory); |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 113 | directiveModule.directive('ng1Tabs', SdcTabsDirective.factory); |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 114 | directiveModule.directive('sdcSingleTab', SdcSingleTabDirective.factory); |
| 115 | directiveModule.directive('innerSdcSingleTab', InnerSdcSingleTabDirective.factory); |
| 116 | directiveModule.directive('jsonExportExcel', JsonExportExcelDirective.factory); |
| 117 | directiveModule.directive('expandCollapseListHeader', ExpandCollapseListHeaderDirective.factory); |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 118 | directiveModule.directive('preventDoubleClick', PreventDoubleClickDirective.factory); |
| 119 | // |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 120 | // |
| 121 | // // Layouts |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 122 | directiveModule.directive('topProgress', TopProgressDirective.factory); |
| 123 | // |
| 124 | // // Elements |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 125 | directiveModule.directive('ng1Checkbox', CheckboxElementDirective.factory); |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 126 | directiveModule.directive('sdcRadioButton', RadiobuttonElementDirective.factory); |
| 127 | // |
| 128 | // // Events |
| 129 | directiveModule.directive('onLastRepeat', OnLastRepeatDirective.factory); |
| 130 | // |
| 131 | // //Inputs & Properties |
| 132 | directiveModule.directive('inputRow', InputRowDirective.factory); |
| 133 | directiveModule.directive('propertyRow', PropertyRowDirective.factory); |
| 134 | // |
| 135 | // |
| 136 | // // ------------------------------------------- Composition & Deployment Graphs------------------------------------------// |
| 137 | // |
| 138 | // //Util service for Graph |
| 139 | directiveModule.service('NodesFactory', NodesFactory); |
| 140 | directiveModule.service('LinksFactory', LinksFactory); |
| 141 | directiveModule.service('ImageCreatorService', ImageCreatorService); |
| 142 | // |
| 143 | // //composition |
| 144 | directiveModule.directive('palette', Palette.factory); |
| 145 | directiveModule.directive('compositionGraph', CompositionGraph.factory); |
Anjali walsatwar | 3527b3e | 2018-09-26 18:53:06 +0530 | [diff] [blame] | 146 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 147 | // |
| 148 | // //deployment |
| 149 | directiveModule.directive('deploymentGraph', DeploymentGraph.factory); |
| 150 | // |
| 151 | // //Graph Utils - Common |
| 152 | directiveModule.service('CommonGraphUtils', CommonGraphUtils); |
| 153 | // |
| 154 | // //Composition Graph Utils |
| 155 | directiveModule.service('CompositionGraphNodesUtils', CompositionGraphNodesUtils); |
| 156 | directiveModule.service('CompositionGraphGeneralUtils', CompositionGraphGeneralUtils); |
| 157 | directiveModule.service('CompositionGraphLinkUtils', CompositionGraphLinkUtils); |
| 158 | directiveModule.service('CompositionGraphPaletteUtils', CompositionGraphPaletteUtils); |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 159 | directiveModule.service('CompositionGraphZoneUtils', CompositionGraphZoneUtils); |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 160 | directiveModule.service('MatchCapabilitiesRequirementsUtils', MatchCapabilitiesRequirementsUtils); |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 161 | directiveModule.service('ServicePathGraphUtils', ServicePathGraphUtils); |
| 162 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 163 | // |
| 164 | // //Deployment Graph Utils |
| 165 | directiveModule.service('DeploymentGraphGeneralUtils', DeploymentGraphGeneralUtils); |
| 166 | |
| 167 | |
| 168 | //Compoisiton right tab directives |
| 169 | directiveModule.directive('capabilitiesList', CapabilitiesListDirective.factory); |
| 170 | directiveModule.directive('requirementsList', RequirementsListDirective.factory); |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 171 | |
| 172 | |
| 173 | // *** NG2 Components (downgraded) *** // |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 174 | import { downgradeComponent } from "@angular/upgrade/static"; |
| 175 | import { MenuListNg2Component } from "../ng2/components/downgrade-wrappers/menu-list-ng2/menu-list-ng2.component"; |
| 176 | import { TopNavComponent } from "../ng2/components/layout/top-nav/top-nav.component"; |
| 177 | import { ZoneContainerComponent } from "../ng2/components/ui/canvas-zone/zone-container.component"; |
| 178 | import { ZoneInstanceComponent } from "../ng2/components/ui/canvas-zone/zone-instance/zone-instance.component"; |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 179 | import { CompositionPanelComponent } from 'app/ng2/pages/composition/panel/panel.component'; |
| 180 | import { CompositionPanelHeaderComponent } from 'app/ng2/pages/composition/panel/panel-header/panel-header.component'; |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 181 | import { PropertiesAssignmentComponent } from "../ng2/pages/properties-assignment/properties-assignment.page.component"; |
| 182 | import { SearchWithAutoCompleteComponent } from "../ng2/components/ui/search-with-autocomplete/search-with-autocomplete.component"; |
| 183 | import { PalettePopupPanelComponent } from "../ng2/components/ui/palette-popup-panel/palette-popup-panel.component"; |
| 184 | import { ServicePathComponent } from '../ng2/components/logic/service-path/service-path.component'; |
| 185 | import { ServicePathSelectorComponent } from '../ng2/components/logic/service-path-selector/service-path-selector.component'; |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 186 | import { MultilineEllipsisComponent } from "../ng2/shared/multiline-ellipsis/multiline-ellipsis.component"; |
Arielk | 802bd2a | 2018-04-16 15:37:39 +0300 | [diff] [blame] | 187 | import { InterfaceOperationComponent } from '../ng2/pages/interface-operation/interface-operation.page.component'; |
| 188 | import { PluginFrameComponent } from "../ng2/components/ui/plugin/plugin-frame.component"; |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 189 | import { TileComponent } from "../ng2/components/ui/tile/tile.component"; |
| 190 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 191 | |
| 192 | directiveModule.directive('menuListNg2', downgradeComponent({ |
| 193 | component: MenuListNg2Component, |
| 194 | inputs: ['props'] |
| 195 | }) as angular.IDirectiveFactory); |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 196 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 197 | directiveModule.directive('topNav', downgradeComponent({ |
| 198 | component: TopNavComponent, |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 199 | inputs: ['version', 'menuModel', 'topLvlSelectedIndex', 'hideSearch', 'searchTerm', 'notificationIconCallback', 'unsavedChanges', 'unsavedChangesCallback'], |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 200 | outputs: ['searchTermChange'] |
| 201 | }) as ng.IDirectiveFactory); |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 202 | |
| 203 | directiveModule.directive('ng2ZoneContainer', downgradeComponent({ |
| 204 | component: ZoneContainerComponent, |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 205 | inputs: ['title', 'count', 'type', 'visible', 'minimized'], |
| 206 | outputs: ['minimize', 'backgroundClick'] |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 207 | }) as angular.IDirectiveFactory); |
| 208 | |
| 209 | directiveModule.directive('ng2ZoneInstance', downgradeComponent({ |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 210 | component: ZoneInstanceComponent, |
| 211 | inputs: ['zoneInstance', 'isActive', 'activeInstanceMode', 'defaultIconText', 'isViewOnly', 'hidden', 'forceSave'], |
| 212 | outputs: ['modeChange', 'tagHandleClick', 'assignmentSaveStart', 'assignmentSaveComplete'] |
| 213 | }) as angular.IDirectiveFactory); |
| 214 | |
| 215 | directiveModule.directive('ng2CompositionPanel', downgradeComponent({ |
| 216 | component: CompositionPanelComponent, |
| 217 | inputs: ['isViewOnly', 'isLoading', 'isCertified', 'selectedZoneInstanceId', 'selectedZoneInstanceType', 'selectedZoneInstanceName', 'topologyTemplate'], |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 218 | }) as angular.IDirectiveFactory); |
| 219 | |
| 220 | directiveModule.directive('propertiesAssignment', downgradeComponent({ |
| 221 | component: PropertiesAssignmentComponent |
| 222 | }) as angular.IDirectiveFactory); |
| 223 | |
| 224 | directiveModule.directive('ng2SearchWithAutocomplete', downgradeComponent({ |
| 225 | component: SearchWithAutoCompleteComponent, |
| 226 | inputs: ['searchPlaceholder', 'searchBarClass', 'autoCompleteValues'], |
| 227 | outputs: ['searchChanged', 'searchButtonClicked'] |
| 228 | }) as angular.IDirectiveFactory); |
| 229 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 230 | directiveModule.directive('ng2PalettePopupPanel', downgradeComponent({ |
| 231 | component: PalettePopupPanelComponent, |
| 232 | inputs: [], |
| 233 | outputs: [] |
| 234 | }) as angular.IDirectiveFactory); |
| 235 | |
| 236 | directiveModule.directive('ng2ServicePath', downgradeComponent({ |
| 237 | component: ServicePathComponent, |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 238 | inputs: ['onCreate', 'service', 'isViewOnly'], |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 239 | outputs: [] |
| 240 | }) as angular.IDirectiveFactory); |
| 241 | |
| 242 | directiveModule.directive('ng2ServicePathSelector', downgradeComponent({ |
| 243 | component: ServicePathSelectorComponent, |
| 244 | inputs: ['drawPath', 'deletePaths', 'service', 'selectedPathId'], |
| 245 | outputs: [] |
| 246 | }) as angular.IDirectiveFactory); |
Idan Amit | 7363f3d | 2018-03-21 12:04:57 +0200 | [diff] [blame] | 247 | |
Arielk | aefe391 | 2018-10-14 16:50:17 +0300 | [diff] [blame^] | 248 | directiveModule.directive('interfaceOperation', downgradeComponent({ |
Arielk | 802bd2a | 2018-04-16 15:37:39 +0300 | [diff] [blame] | 249 | component: InterfaceOperationComponent, |
Arielk | bce8986 | 2018-05-30 14:52:00 +0300 | [diff] [blame] | 250 | inputs: ['component', 'readonly'], |
Arielk | 802bd2a | 2018-04-16 15:37:39 +0300 | [diff] [blame] | 251 | outputs: [] |
| 252 | }) as angular.IDirectiveFactory); |
| 253 | |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 254 | directiveModule.directive('ng2MultilineEllipsis', downgradeComponent({ |
| 255 | component: MultilineEllipsisComponent, |
| 256 | inputs: ['lines', 'lineHeight', 'className'], |
| 257 | outputs: ['hasEllipsisChanged'] |
| 258 | }) as angular.IDirectiveFactory); |
| 259 | |
| 260 | directiveModule.directive('ng2UiTile', downgradeComponent({ |
| 261 | component: TileComponent, |
| 262 | inputs: ['component'], |
| 263 | outputs: ['onTileClick'] |
| 264 | }) as angular.IDirectiveFactory); |
| 265 | |
Idan Amit | 7363f3d | 2018-03-21 12:04:57 +0200 | [diff] [blame] | 266 | directiveModule.directive('pluginFrame', downgradeComponent( { |
| 267 | component: PluginFrameComponent, |
| 268 | inputs: ['plugin', 'queryParams'], |
| 269 | outputs: ['onLoadingDone'] |
| 270 | }) as angular.IDirectiveFactory); |