PeriodSelect

Компонент выбора периода используется в ExtendedSorter

Props

modelValue

  • type: String as PropType<PeriodId>
  • default: null

Выбранный период, типы:

export enum PeriodType {
  DAY = 'day',

disabled

  • type: boolean
  • default: false

Заблокирован ли выбор периода

Events

update:modelValue

  • type: [null, String] as PropType<PeriodId>
export enum PeriodType {
  DAY = 'day',

Example