mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add deprecated tag for old double tag
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
import { Directive, HostListener, Input } from '@angular/core';
|
import { Directive, HostListener, Input } from '@angular/core';
|
||||||
import { ContextMenuService } from './context-menu.service';
|
import { ContextMenuService } from './context-menu.service';
|
||||||
|
|
||||||
|
// @deprecated 2.3.0 context-menu tag removed
|
||||||
@Directive({
|
@Directive({
|
||||||
selector: '[adf-context-menu], [context-menu]'
|
selector: '[adf-context-menu], [context-menu]'
|
||||||
})
|
})
|
||||||
|
@@ -21,6 +21,7 @@ import { Observer } from 'rxjs/Observer';
|
|||||||
import { ReportParametersModel } from '../../diagram/models/report/reportParameters.model';
|
import { ReportParametersModel } from '../../diagram/models/report/reportParameters.model';
|
||||||
import { AnalyticsService } from '../services/analytics.service';
|
import { AnalyticsService } from '../services/analytics.service';
|
||||||
|
|
||||||
|
// @deprecated 2.3.0 analytics-report-list tag removed
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'adf-analytics-report-list, analytics-report-list',
|
selector: 'adf-analytics-report-list, analytics-report-list',
|
||||||
templateUrl: './analytics-report-list.component.html',
|
templateUrl: './analytics-report-list.component.html',
|
||||||
|
@@ -38,6 +38,7 @@ import { ReportParametersModel } from '../../diagram/models/report/reportParamet
|
|||||||
import { ReportQuery } from '../../diagram/models/report/reportQuery.model';
|
import { ReportQuery } from '../../diagram/models/report/reportQuery.model';
|
||||||
import { AnalyticsService } from '../services/analytics.service';
|
import { AnalyticsService } from '../services/analytics.service';
|
||||||
|
|
||||||
|
// @deprecated 2.3.0 analytics-report-parameters tag removed
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'adf-analytics-report-parameters, analytics-report-parameters',
|
selector: 'adf-analytics-report-parameters, analytics-report-parameters',
|
||||||
templateUrl: './analytics-report-parameters.component.html',
|
templateUrl: './analytics-report-parameters.component.html',
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
|
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
|
||||||
|
|
||||||
|
// @deprecated 2.3.0 diagram-alfresco-publish-task tag removed
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'adf-diagram-publish-task, diagram-alfresco-publish-task',
|
selector: 'adf-diagram-publish-task, diagram-alfresco-publish-task',
|
||||||
templateUrl: './diagram-alfresco-publish-task.component.html'
|
templateUrl: './diagram-alfresco-publish-task.component.html'
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
|
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
|
||||||
|
|
||||||
|
// @deprecated 2.3.0 diagram-sequence-flow tag removed
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'adf-diagram-sequence-flow, diagram-sequence-flow',
|
selector: 'adf-diagram-sequence-flow, diagram-sequence-flow',
|
||||||
templateUrl: './diagram-sequence-flow.component.html'
|
templateUrl: './diagram-sequence-flow.component.html'
|
||||||
|
Reference in New Issue
Block a user