Skip to content

Commit 1861fca

Browse files
committed
chore(*): Fix tag.
1 parent 8330409 commit 1861fca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/calendar/calendar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ import IgcYearsViewComponent from './years-view/years-view.js';
5656

5757
export const focusActiveDate = Symbol();
5858

59+
/* blazorIndirectRender */
5960
/**
6061
* Represents a calendar that lets users
6162
* to select a date value in a variety of different ways.
@@ -105,7 +106,6 @@ export const focusActiveDate = Symbol();
105106
* @csspart selected - Indicates selected state. Applies to date, month and year elements of the calendar.
106107
* @csspart current - Indicates current state. Applies to date, month and year elements of the calendar.
107108
*/
108-
/* blazorElement */
109109
@themes(all)
110110
export default class IgcCalendarComponent extends EventEmitterMixin<
111111
IgcCalendarComponentEventMap,

src/components/date-picker/date-picker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export interface IgcDatePickerComponentEventMap {
6969

7070
const formats = new Set(['short', 'medium', 'long', 'full']);
7171

72+
/* blazorIndirectRender */
7273
/**
7374
* igc-date-picker is a feature rich component used for entering a date through manual text input or
7475
* choosing date values from a calendar dialog that pops up.
@@ -145,7 +146,6 @@ const formats = new Set(['short', 'medium', 'long', 'full']);
145146
* @csspart selected - The calendar selected state for element(s). Applies to date, month and year elements.
146147
* @csspart current - The calendar current state for element(s). Applies to date, month and year elements.
147148
*/
148-
/* blazorElement */
149149
@themes(all, { exposeController: true })
150150
@blazorAdditionalDependencies(
151151
'IgcCalendarComponent, IgcDateTimeInputComponent, IgcDialogComponent, IgcIconComponent'

0 commit comments

Comments
 (0)