diff --git a/src/components/calendar/calendar.ts b/src/components/calendar/calendar.ts index b72750145..4da802b9a 100644 --- a/src/components/calendar/calendar.ts +++ b/src/components/calendar/calendar.ts @@ -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. diff --git a/src/components/common/mixins/combo-box.ts b/src/components/common/mixins/combo-box.ts index cb05725d3..645187fa3 100644 --- a/src/components/common/mixins/combo-box.ts +++ b/src/components/common/mixins/combo-box.ts @@ -12,6 +12,7 @@ interface IgcBaseComboBoxEventMap { igcClosed: CustomEvent; } +/* blazorIndirectRender */ export abstract class IgcBaseComboBoxLikeComponent extends LitElement { declare public emitEvent: < K extends keyof IgcBaseComboBoxEventMap, diff --git a/src/components/date-picker/date-picker.ts b/src/components/date-picker/date-picker.ts index 1488a93c7..aacb75829 100644 --- a/src/components/date-picker/date-picker.ts +++ b/src/components/date-picker/date-picker.ts @@ -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.