File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ import type {
5656import IgcYearsViewComponent from './years-view/years-view.js' ;
5757
5858export const focusActiveDate = Symbol ( ) ;
59- @ blazorIndirectRender
59+
6060/**
6161 * Represents a calendar that lets users
6262 * to select a date value in a variety of different ways.
@@ -106,6 +106,7 @@ export const focusActiveDate = Symbol();
106106 * @csspart selected - Indicates selected state. Applies to date, month and year elements of the calendar.
107107 * @csspart current - Indicates current state. Applies to date, month and year elements of the calendar.
108108 */
109+ @blazorIndirectRender
109110@themes ( all )
110111export default class IgcCalendarComponent extends EventEmitterMixin <
111112 IgcCalendarComponentEventMap ,
You can’t perform that action at this time.
0 commit comments