File tree 1 file changed +14
-6
lines changed
packages/calcite-components/src/components/shell-center-row
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ import { Position, Scale } from "../interfaces";
9
9
import { logger } from "../../utils/logger" ;
10
10
import { CSS , SLOTS } from "./resources" ;
11
11
12
- logger . deprecated ( "component" , {
13
- name : "shell-center-row" ,
14
- removalVersion : 4 ,
15
- suggested : "shell-panel" ,
16
- } ) ;
17
-
18
12
/**
19
13
* @deprecated Use the `calcite-shell-panel` component instead.
20
14
* @slot - A slot for adding content to the `calcite-shell-panel`.
@@ -69,6 +63,20 @@ export class ShellCenterRow implements ConditionalSlotComponent {
69
63
disconnectConditionalSlotComponent ( this ) ;
70
64
}
71
65
66
+ //--------------------------------------------------------------------------
67
+ //
68
+ // Lifecycle
69
+ //
70
+ //--------------------------------------------------------------------------
71
+
72
+ componentWillLoad ( ) : void {
73
+ logger . deprecated ( "component" , {
74
+ name : "shell-center-row" ,
75
+ removalVersion : 4 ,
76
+ suggested : "shell-panel" ,
77
+ } ) ;
78
+ }
79
+
72
80
// --------------------------------------------------------------------------
73
81
//
74
82
// Render Methods
You can’t perform that action at this time.
0 commit comments