Skip to content
2 changes: 2 additions & 0 deletions src/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ import IgcYearsViewComponent from './years-view/years-view.js';

export const focusActiveDate = Symbol();

/* blazorIndirectRender */
/* blazorSupportsVisualChildren */
/**
* Represents a calendar that lets users
* to select a date value in a variety of different ways.
Expand Down
1 change: 1 addition & 0 deletions src/components/common/mixins/combo-box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ interface IgcBaseComboBoxEventMap {
igcClosed: CustomEvent<void>;
}

/* blazorIndirectRender */
export abstract class IgcBaseComboBoxLikeComponent extends LitElement {
declare public emitEvent: <
K extends keyof IgcBaseComboBoxEventMap,
Expand Down
2 changes: 2 additions & 0 deletions src/components/date-picker/date-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export interface IgcDatePickerComponentEventMap {

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

/* blazorIndirectRender */
/* blazorSupportsVisualChildren */
/**
* igc-date-picker is a feature rich component used for entering a date through manual text input or
* choosing date values from a calendar dialog that pops up.
Expand Down