File tree 1 file changed +0
-50
lines changed
1 file changed +0
-50
lines changed Original file line number Diff line number Diff line change @@ -67,56 +67,6 @@ export class NgtObjectEvents {
67
67
}
68
68
}
69
69
70
- /**
71
- * @deprecated this has never worked. Use `NgtObjectEvents` and explicit value for inputs and outputs instead
72
- * @since 2.12.0 Will be removed in 3.0.0
73
- */
74
- export const NgtObjectEventsInputs = [ 'ngtObjectEvents' ] ;
75
-
76
- /**
77
- * @deprecated this has never worked. Use `NgtObjectEvents` and explicit value for inputs and outputs instead
78
- * @since 2.12.0 Will be removed in 3.0.0
79
- */
80
- export const NgtObjectEventsOutputs = [
81
- 'click' ,
82
- 'dblclick' ,
83
- 'contextmenu' ,
84
- 'pointerup' ,
85
- 'pointerdown' ,
86
- 'pointerover' ,
87
- 'pointerout' ,
88
- 'pointerenter' ,
89
- 'pointerleave' ,
90
- 'pointermove' ,
91
- 'pointermissed' ,
92
- 'pointercancel' ,
93
- 'wheel' ,
94
- ] ;
95
-
96
- /**
97
- * @deprecated Use NgtObjectEventsInputs and NgtObjectEventsOutputs instead along with NgtObjectEvents
98
- * @since 2.6.0 Will be removed in 3.0.0
99
- */
100
- export const NgtObjectEventsHostDirective = {
101
- directive : NgtObjectEvents ,
102
- inputs : [ 'ngtObjectEvents' ] ,
103
- outputs : [
104
- 'click' ,
105
- 'dblclick' ,
106
- 'contextmenu' ,
107
- 'pointerup' ,
108
- 'pointerdown' ,
109
- 'pointerover' ,
110
- 'pointerout' ,
111
- 'pointerenter' ,
112
- 'pointerleave' ,
113
- 'pointermove' ,
114
- 'pointermissed' ,
115
- 'pointercancel' ,
116
- 'wheel' ,
117
- ] ,
118
- } ;
119
-
120
70
export function injectObjectEvents (
121
71
target : ( ) => ElementRef < Object3D > | Object3D | null | undefined ,
122
72
events : NgtEventHandlers ,
You can’t perform that action at this time.
0 commit comments