Skip to content

Commit 09b07bf

Browse files
fix: Add tags for blazor gen as indirect render and visual children support. (#1701)
Added meta tags for calendar and date-picker --------- Co-authored-by: Radoslav Karaivanov <[email protected]>
1 parent 32c5c7e commit 09b07bf

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/components/calendar/calendar.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ import IgcYearsViewComponent from './years-view/years-view.js';
5656

5757
export const focusActiveDate = Symbol();
5858

59+
/* blazorIndirectRender */
60+
/* blazorSupportsVisualChildren */
5961
/**
6062
* Represents a calendar that lets users
6163
* to select a date value in a variety of different ways.

src/components/common/mixins/combo-box.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ interface IgcBaseComboBoxEventMap {
1212
igcClosed: CustomEvent<void>;
1313
}
1414

15+
/* blazorIndirectRender */
1516
export abstract class IgcBaseComboBoxLikeComponent extends LitElement {
1617
declare public emitEvent: <
1718
K extends keyof IgcBaseComboBoxEventMap,

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ export interface IgcDatePickerComponentEventMap {
6969

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

72+
/* blazorIndirectRender */
73+
/* blazorSupportsVisualChildren */
7274
/**
7375
* igc-date-picker is a feature rich component used for entering a date through manual text input or
7476
* choosing date values from a calendar dialog that pops up.

0 commit comments

Comments
 (0)