add deprecated tag for old double tag

This commit is contained in:
Eugenio Romano
2018-03-29 10:34:04 +01:00
parent aaddc58bfd
commit 99abef0b0a
5 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
import { Directive, HostListener, Input } from '@angular/core';
import { ContextMenuService } from './context-menu.service';
// @deprecated 2.3.0 context-menu tag removed
@Directive({
selector: '[adf-context-menu], [context-menu]'
})

View File

@@ -21,6 +21,7 @@ import { Observer } from 'rxjs/Observer';
import { ReportParametersModel } from '../../diagram/models/report/reportParameters.model';
import { AnalyticsService } from '../services/analytics.service';
// @deprecated 2.3.0 analytics-report-list tag removed
@Component({
selector: 'adf-analytics-report-list, analytics-report-list',
templateUrl: './analytics-report-list.component.html',

View File

@@ -38,6 +38,7 @@ import { ReportParametersModel } from '../../diagram/models/report/reportParamet
import { ReportQuery } from '../../diagram/models/report/reportQuery.model';
import { AnalyticsService } from '../services/analytics.service';
// @deprecated 2.3.0 analytics-report-parameters tag removed
@Component({
selector: 'adf-analytics-report-parameters, analytics-report-parameters',
templateUrl: './analytics-report-parameters.component.html',

View File

@@ -17,6 +17,7 @@
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
// @deprecated 2.3.0 diagram-alfresco-publish-task tag removed
@Component({
selector: 'adf-diagram-publish-task, diagram-alfresco-publish-task',
templateUrl: './diagram-alfresco-publish-task.component.html'

View File

@@ -17,6 +17,7 @@
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
// @deprecated 2.3.0 diagram-sequence-flow tag removed
@Component({
selector: 'adf-diagram-sequence-flow, diagram-sequence-flow',
templateUrl: './diagram-sequence-flow.component.html'