Hierarchy

  • CronVuetify

Properties

$: ComponentInternalInstance
$attrs: Data
$data: {}

Type declaration

    $el: any
    $emit: ((event, ...args) => void)

    Type declaration

      • (event, ...args): void
      • Parameters

        • event: "update:model-value" | "update:period" | "error"
        • Rest ...args: any[]

        Returns void

    $forceUpdate: (() => void)

    Type declaration

      • (): void
      • Returns void

    $nextTick: (<T, R>(this, fn?) => Promise<Awaited<R>>)

    Type declaration

      • <T, R>(this, fn?): Promise<Awaited<R>>
      • Type Parameters

        • T = void

        • R = void

        Parameters

        • this: T
        • Optional fn: ((this) => R)
            • (this): R
            • Parameters

              • this: T

              Returns R

        Returns Promise<Awaited<R>>

    $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
        chipProps: {
            type: ObjectConstructor;
            default() => {};
        };
        cols: {
            default: (() => {
                day: number;
                hour: number;
                minute: number;
                second: number;
            });
            type: PropType<Record<string, number>>;
        };
        customLocale: {
            type: PropType<Localization>;
        };
        disabled: {
            default: boolean;
            type: BooleanConstructor;
        };
        fields: {
            type: PropType<Field[]>;
        };
        format: {
            type: PropType<CronFormat>;
        };
        locale: {
            type: StringConstructor;
        };
        modelValue: {
            type: StringConstructor;
        };
        period: {
            type: StringConstructor;
        };
        periods: {
            type: PropType<Period[]>;
        };
    }>> & {
        onError?: ((...args) => any);
        onUpdate:model-value?: ((...args) => any);
        onUpdate:period?: ((...args) => any);
    }, {
        cron: Ref<string>;
        error: Ref<string>;
        period: {
            items: {
                id: string;
                text: any;
                value: string[];
            }[];
            prefix: Ref<string>;
            select: ((periodId) => void);
            selected: Ref<{
                id: string;
                text: any;
                value: string[];
            }>;
            suffix: Ref<string>;
        };
        segments: {
            cron: Ref<string>;
            error: Ref<string>;
            id: string;
            items: FieldItem[];
            prefix: Ref<string>;
            select: ((evt) => void);
            selected: Ref<number[]>;
            suffix: Ref<string>;
            text: Ref<string>;
        }[];
        selected: ComputedRef<{
            cron: Ref<string>;
            error: Ref<string>;
            id: string;
            items: FieldItem[];
            prefix: Ref<string>;
            select: ((evt) => void);
            selected: Ref<number[]>;
            suffix: Ref<string>;
            text: Ref<string>;
        }[]>;
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:model-value" | "update:period" | "error")[], string, {
        chipProps: Record<string, any>;
        cols: Record<string, number>;
        disabled: boolean;
    }, {}, string, {}> & MergedComponentOptionsOverride
    $parent: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
    $props: Partial<{
        chipProps: Record<string, any>;
        cols: Record<string, number>;
        disabled: boolean;
    }> & Omit<{
        chipProps: Record<string, any>;
        cols: Record<string, number>;
        customLocale?: Localization;
        disabled: boolean;
        fields?: Field[];
        format?: CronFormat;
        locale?: string;
        modelValue?: string;
        onError?: ((...args) => any);
        onUpdate:model-value?: ((...args) => any);
        onUpdate:period?: ((...args) => any);
        period?: string;
        periods?: Period[];
    } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
        chipProps: {
            type: ObjectConstructor;
            default() => {};
        };
        cols: {
            default: (() => {
                day: number;
                hour: number;
                minute: number;
                second: number;
            });
            type: PropType<Record<string, number>>;
        };
        customLocale: {
            type: PropType<Localization>;
        };
        disabled: {
            default: boolean;
            type: BooleanConstructor;
        };
        fields: {
            type: PropType<Field[]>;
        };
        format: {
            type: PropType<CronFormat>;
        };
        locale: {
            type: StringConstructor;
        };
        modelValue: {
            type: StringConstructor;
        };
        period: {
            type: StringConstructor;
        };
        periods: {
            type: PropType<Period[]>;
        };
    }>> & {
        onError?: ((...args) => any);
        onUpdate:model-value?: ((...args) => any);
        onUpdate:period?: ((...args) => any);
    }, "cols" | "disabled" | "chipProps">
    $refs: Data
    $root: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
    $slots: Readonly<InternalSlots>
    chipProps: Record<string, any>

    Properties of Vuetify VChip

    cols: Record<string, number>
    cron: string
    customLocale?: Localization
    disabled: boolean
    error: string
    fields?: Field[]
    format?: CronFormat
    locale?: string
    modelValue?: string
    onError?: ((...args) => any)

    Type declaration

      • (...args): any
      • Parameters

        • Rest ...args: any[]

        Returns any

    onUpdate:model-value?: ((...args) => any)

    Type declaration

      • (...args): any
      • Parameters

        • Rest ...args: any[]

        Returns any

    onUpdate:period?: ((...args) => any)

    Type declaration

      • (...args): any
      • Parameters

        • Rest ...args: any[]

        Returns any

    period: string & {
        items: {
            id: string;
            text: any;
            value: string[];
        }[];
        prefix: Ref<string>;
        select: ((periodId) => void);
        selected: Ref<{
            id: string;
            text: any;
            value: string[];
        }>;
        suffix: Ref<string>;
    }

    Type declaration

    • items: {
          id: string;
          text: any;
          value: string[];
      }[]
    • prefix: Ref<string>
    • select: ((periodId) => void)
        • (periodId): void
        • Parameters

          • periodId: string

          Returns void

    • selected: Ref<{
          id: string;
          text: any;
          value: string[];
      }>
    • suffix: Ref<string>
    periods?: Period[]
    segments: {
        cron: Ref<string>;
        error: Ref<string>;
        id: string;
        items: FieldItem[];
        prefix: Ref<string>;
        select: ((evt) => void);
        selected: Ref<number[]>;
        suffix: Ref<string>;
        text: Ref<string>;
    }[]

    Type declaration

    • cron: Ref<string>
    • error: Ref<string>
    • id: string
    • items: FieldItem[]
    • prefix: Ref<string>
    • select: ((evt) => void)
        • (evt): void
        • Parameters

          • evt: number[]

          Returns void

    • selected: Ref<number[]>
    • suffix: Ref<string>
    • text: Ref<string>
    selected: {
        cron: Ref<string>;
        error: Ref<string>;
        id: string;
        items: FieldItem[];
        prefix: Ref<string>;
        select: ((evt) => void);
        selected: Ref<number[]>;
        suffix: Ref<string>;
        text: Ref<string>;
    }[]

    Type declaration

    • cron: Ref<string>
    • error: Ref<string>
    • id: string
    • items: FieldItem[]
    • prefix: Ref<string>
    • select: ((evt) => void)
        • (evt): void
        • Parameters

          • evt: number[]

          Returns void

    • selected: Ref<number[]>
    • suffix: Ref<string>
    • text: Ref<string>

    Methods

    • Type Parameters

      • T extends string | ((...args) => any)

      Parameters

      • source: T
      • cb: T extends ((...args) => R)
            ? ((...args) => any)
            : ((...args) => any)
      • Optional options: WatchOptions<boolean>

      Returns WatchStopHandle

    Generated using TypeDoc