File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -269,8 +269,8 @@ export interface GridOption<C extends BaseColumn = BaseColumn> {
269269 /** Defaults to true, which leads to render a separate span for the number and styles it with css class <i>slick-sort-indicator-numbered</i> */
270270 sortColNumberInSeparateSpan ?: boolean ;
271271
272- /** Defaults to undefined. If we are inside a shadow DOM tree, this must be the shadow root of the tree */
273- shadowRoot ?: ShadowRoot
272+ /** Defaults to undefined. If we are inside a Shadow DOM tree, this must be the Shadow root of the tree */
273+ shadowRoot ?: ShadowRoot ;
274274
275275 /**
276276 * Defaults to false, which leads to suppress the cell from becoming active when cell as an editor and is clicked.
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ export class SlickHeaderMenu implements SlickPlugin {
220220 const menu = column ?. header ?. menu as HeaderMenuItems ;
221221
222222 if ( menu ?. items ) {
223- console . warn ( '[SlickGrid] Header Menu "items" prperty was deprecated in favor of "commandItems" to align with all other Menu plugins.' ) ;
223+ console . warn ( '[SlickGrid] Header Menu "items" property was deprecated in favor of "commandItems" to align with all other Menu plugins.' ) ;
224224 }
225225
226226 if ( menu ) {
You can’t perform that action at this time.
0 commit comments