0.0.33 • Published 2 years ago

@types/jquery.uniform v0.0.33

Weekly downloads
877
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/jquery.uniform

Summary

This package contains type definitions for Uniform.js (https://github.com/pixelmatrix/uniform).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.uniform.

index.d.ts

// Type definitions for Uniform.js
// Project: https://github.com/pixelmatrix/uniform
// Definitions by: flyfishMT <https://github.com/flyfishMT>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

/// <reference types="jquery" />

interface UniformCoreOptions {
    activeClass?: string | undefined;
    autoHide?: boolean | undefined;
    buttonClass?: string | undefined;
    checkboxClass?: string | undefined;
    checkedClass?: string | undefined;
    disabledClass?: string | undefined;
    eventNamespace?: string | undefined;
    fileButtonClass?: string | undefined;
    fileButtonHtml?: string | undefined;
    fileClass?: string | undefined;
    fileDefaultHtml?: string | undefined;
    filenameClass?: string | undefined;
    focusClass?: string | undefined;
    hoverClass?: string | undefined;
    idPrefix?: string | undefined;
    inputAddTypeAsClass?: boolean | undefined;
    inputClass?: string | undefined;
    radioClass?: string | undefined;
    resetDefaultHtml?: string | undefined;
    resetSelector?: any;
    selectAutoWidth?: boolean | undefined;
    selectClass?: string | undefined;
    selectMultiClass?: string | undefined;
    submitDefaultHtml?: string | undefined;
    textareaClass?: string | undefined;
    useID?: boolean | undefined;
    wrapperClass?: string | undefined;
}

interface UniformOptions extends UniformCoreOptions {
    [option: string]: any;
}

interface Uniform {
    (options?: UniformOptions): JQuery;
    update(elemOrSelector?: any): void;
    restore(elemOrSelector?: any): void;
    elements: JQuery[];
    defaults: UniformOptions;
}
interface JQueryStatic {
    uniform: Uniform;
}

interface JQuery {
    uniform: Uniform;
}

Additional Details

  • Last updated: Thu, 08 Jul 2021 16:22:44 GMT
  • Dependencies: @types/jquery
  • Global values: none

Credits

These definitions were written by flyfishMT.

0.0.32

2 years ago

0.0.33

2 years ago

0.0.31

4 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28

9 years ago

0.0.27

9 years ago

0.0.26-alpha

9 years ago

0.0.25-alpha

9 years ago

0.0.24-alpha

9 years ago

0.0.23-alpha

9 years ago

0.0.22-alpha

9 years ago

0.0.21-alpha

9 years ago

0.0.20-alpha

9 years ago

0.0.15-alpha

9 years ago

0.0.14-alpha

9 years ago