vmware-archive/clarity

ClrCommonStrings interface contains 4 typos

pniv opened this issue · 1 comments

pniv commented

Describe the bug

ClrCommonStrings interface has typos in the following fields:

export interface ClrCommonStrings {
  ...
  dategridExpandableBeginningOf?: string;
  dategridExpandableEndOf?: string;
  dategridExpandableRowContent?: string;
  dategridExpandableRowsHelperText?: string;
  ...
}

How to reproduce

Look into the ClrCommonStrings interface in "angular" branch:
https://github.com/vmware/clarity/blob/angular/projects/angular/src/utils/i18n/common-strings.interface.ts#L234

Expected behavior

dategridExpandableBeginningOf --> datagridExpandableBeginningOf
dategridExpandableEndOf --> datagridExpandableEndOf
dategridExpandableRowContent --> datagridExpandableRowContent
dategridExpandableRowsHelperText --> datagridExpandableRowsHelperText

Versions

Clarity project:

  • Clarity Core
  • Clarity Angular/UI

Clarity version:

  • v3.x
  • v4.x
  • v5.x

Framework:

  • Angular
  • React
  • Vue
  • Other:

Framework version:
ie: Angular 11

Device:

  • Type: [e.g. MacBook]
  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional notes

Affects the public API and fixing it will be a breaking change.

Hi there 👋, this is an automated message. To help Clarity keep track of discussions, we automatically lock closed issues after 14 days. Please look for another open issue or open a new issue with updated details and reference this one as necessary.