Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/calendar/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export class IgcCalendarBaseComponent extends LitElement {
return this._i18nController.locale;
}

/* blazorCSSuppress */
/**
* The resource strings for localization.
*/
Expand Down
1 change: 1 addition & 0 deletions src/components/carousel/carousel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ export default class IgcCarouselComponent extends EventEmitterMixin<
return this._i18nController.locale;
}

/* blazorCSSuppress */
/**
* The resource strings for localization.
* Currently only aria-label attributes are localized for the carousel.
Expand Down
1 change: 1 addition & 0 deletions src/components/chip/chip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export default class IgcChipComponent extends EventEmitterMixin<
return this._i18nController.locale;
}

/* blazorCSSuppress */
/**
* The resource strings for localization.
* Currently only aria-labels for the default select/remove icons are localized.
Expand Down
1 change: 1 addition & 0 deletions src/components/combo/combo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ export default class IgcComboComponent<
@property({ type: Boolean, reflect: true })
public open = false;

/* blazorCSSuppress */
/**
* The resource strings for localization.
*/
Expand Down
1 change: 1 addition & 0 deletions src/components/date-picker/date-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ export default class IgcDatePickerComponent extends FormAssociatedRequiredMixin(
return this._i18nController.locale;
}

/* blazorCSSuppress */
/**
* The resource strings for localization.
*/
Expand Down
1 change: 1 addition & 0 deletions src/components/date-range-picker/date-range-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ export default class IgcDateRangePickerComponent extends FormAssociatedRequiredM
return this._i18nController.locale;
}

/* blazorCSSuppress */
/** The resource strings of the date range picker. */
@property({ attribute: false })
public set resourceStrings(value: IgcDateRangePickerResourceStrings) {
Expand Down
1 change: 1 addition & 0 deletions src/components/file-input/file-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default class IgcFileInputComponent extends EventEmitterMixin<
return this._input?.value ?? '';
}

/* blazorCSSuppress */
/**
* The resource strings for localization.
*/
Expand Down
1 change: 1 addition & 0 deletions src/components/tree/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export default class IgcTreeComponent extends EventEmitterMixin<
return this._i18nController.locale;
}

/* blazorCSSuppress */
/**
* The resource strings for localization.
* Currently only aria-labels of the default expand/collapse icons are localized for the tree item.
Expand Down