{{ intro }}

{{ basicInputsTitle }}
{{ inputsSummaryLabel }}: {{ currentInputSummary }}
{{ notesSummaryLabel }}: {{ notes }}
{{ advancedInputsTitle }}

{{ stateExamplesTitle }}

{{ advancedSummaryLabel }}: {{ advancedInputSummary }}
{{ tokenSummaryLabel }}: {{ readonlyToken }}
{{ eventsTitle }}

{{ eventsHelp }}

{{ t.common.value }}: {{ eventDrivenLookup }}
{{ lastEventLabel }}: {{ lastInputEvent.isEmpty ? '—' : lastInputEvent }}
{{ selectsTitle }}
{{ statusSummaryLabel }}: {{ selectedStatusLabel }}
{{ channelsSummaryLabel }}: {{ selectedChannelsLabel }}
{{ prioritySummaryLabel }}: {{ selectedPriorityLabel }}
{{ escalationSummaryLabel }}: {{ selectedEscalationChannelsLabel }}
{{ dateRangeTitle }}
{{ currentPeriodLabel }}: {{ selectedRangeLabel }}
{{ rangeConfigHint }}

{{ parallelWindowLabel }}: {{ contractStart != null && contractEnd != null ? formatDate(contractStart!) + (isPt ? ' ate ' : ' to ') + formatDate(contractEnd!) : undefinedWindowLabel }}
{{ secondaryRangeNote }}

{{ frozenWindowLabel }}: {{ frozenRangeStart != null && frozenRangeEnd != null ? formatDate(frozenRangeStart!) + (isPt ? ' ate ' : ' to ') + formatDate(frozenRangeEnd!) : undefinedWindowLabel }}
{{ frozenWindowNote }}

{{ apiIntro }}

{{ t.common.sectionHowToUse }}
  • li-input cobre texto, email, password, textarea, máscaras, prefixos e sufixos.
  • li-select e li-multi-select usam dataSource, labelKey e valueKey.
  • li-date-range-picker recebe início, fim, placeholder e eventos de alteração.
{{ inputSnippetTitle }}
{{ inputEventsSnippetTitle }}
Validação declarativa

Use liType para presets comuns de design system, complemente com liRules quando a regra for específica, sobrescreva mensagens por código com liMessages e ajuste quando o feedback aparece com liValidationMode.

  • liType resolve presets como cpf, email, phone e requiredText.
  • liRules compõe regras extras sem perder compatibilidade com required, minLength, maxLength e validator.
  • liMessages troca a mensagem por código de regra como required, cpf ou minLength.
  • liValidationMode aceita modos como dirty, touchedOrDirty e submitted.
{{ selectSnippetTitle }}
{{ dateRangeSnippetTitle }}