release 3.1.0-rc.1
This commit is contained in:
parent
8e92ddf0fc
commit
506a057876
90 changed files with 616 additions and 616 deletions
858
dist/iview.js
vendored
858
dist/iview.js
vendored
File diff suppressed because it is too large
Load diff
2
dist/iview.js.map
vendored
2
dist/iview.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/iview.min.js
vendored
2
dist/iview.min.js
vendored
File diff suppressed because one or more lines are too long
BIN
dist/iview.min.js.gz
vendored
BIN
dist/iview.min.js.gz
vendored
Binary file not shown.
2
dist/iview.min.js.map
vendored
2
dist/iview.min.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/cs-CZ.js.map
vendored
2
dist/locale/cs-CZ.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/de-DE.js.map
vendored
2
dist/locale/de-DE.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/el-GR.js.map
vendored
2
dist/locale/el-GR.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/en-US.js.map
vendored
2
dist/locale/en-US.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/es-ES.js.map
vendored
2
dist/locale/es-ES.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/fa-IR.js.map
vendored
2
dist/locale/fa-IR.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/fr-FR.js.map
vendored
2
dist/locale/fr-FR.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/hi-IN.js.map
vendored
2
dist/locale/hi-IN.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/id-ID.js.map
vendored
2
dist/locale/id-ID.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/it-IT.js.map
vendored
2
dist/locale/it-IT.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/ja-JP.js.map
vendored
2
dist/locale/ja-JP.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/ko-KR.js.map
vendored
2
dist/locale/ko-KR.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/mn-MN.js.map
vendored
2
dist/locale/mn-MN.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/nl-NL.js.map
vendored
2
dist/locale/nl-NL.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/pt-BR.js.map
vendored
2
dist/locale/pt-BR.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/pt-PT.js.map
vendored
2
dist/locale/pt-PT.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/ro-RO.js.map
vendored
2
dist/locale/ro-RO.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/ru-RU.js.map
vendored
2
dist/locale/ru-RU.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/sv-SE.js.map
vendored
2
dist/locale/sv-SE.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/th-TH.js.map
vendored
2
dist/locale/th-TH.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/tr-TR.js.map
vendored
2
dist/locale/tr-TR.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/uk-UA.js.map
vendored
2
dist/locale/uk-UA.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/vi-VN.js.map
vendored
2
dist/locale/vi-VN.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/zh-CN.js.map
vendored
2
dist/locale/zh-CN.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/locale/zh-TW.js.map
vendored
2
dist/locale/zh-TW.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/types/affix.d.ts
vendored
4
dist/types/affix.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Affix extends Vue {
|
export declare interface Affix extends Vue {
|
||||||
/**
|
/**
|
||||||
* 距离窗口顶部达到指定偏移量后触发
|
* 距离窗口顶部达到指定偏移量后触发
|
||||||
* @default 0
|
* @default 0
|
||||||
|
|
4
dist/types/alert.d.ts
vendored
4
dist/types/alert.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Alert extends Vue {
|
export declare interface Alert extends Vue {
|
||||||
/**
|
/**
|
||||||
* 警告提示样式,可选值为info、success、warning、error
|
* 警告提示样式,可选值为info、success、warning、error
|
||||||
* @default info
|
* @default info
|
||||||
|
|
6
dist/types/anchor.d.ts
vendored
6
dist/types/anchor.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Anchor extends Vue {
|
export declare interface Anchor extends Vue {
|
||||||
/**
|
/**
|
||||||
* 固定模式
|
* 固定模式
|
||||||
* @default true
|
* @default true
|
||||||
|
@ -48,7 +48,7 @@ export declare class Anchor extends Vue {
|
||||||
$emit(eventName: 'on-change', []): this;
|
$emit(eventName: 'on-change', []): this;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class AnchorLink extends Vue {
|
export declare interface AnchorLink extends Vue {
|
||||||
/**
|
/**
|
||||||
* 锚点链接
|
* 锚点链接
|
||||||
* @default
|
* @default
|
||||||
|
|
4
dist/types/auto-complete.d.ts
vendored
4
dist/types/auto-complete.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class AutoComplete extends Vue {
|
export declare interface AutoComplete extends Vue {
|
||||||
/**
|
/**
|
||||||
* 绑定的值,可使用 v-model 双向绑定
|
* 绑定的值,可使用 v-model 双向绑定
|
||||||
*/
|
*/
|
||||||
|
|
4
dist/types/avatar.d.ts
vendored
4
dist/types/avatar.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Avatar extends Vue {
|
export declare interface Avatar extends Vue {
|
||||||
/**
|
/**
|
||||||
* 指定头像的形状,可选值为 circle、square
|
* 指定头像的形状,可选值为 circle、square
|
||||||
* @default circle
|
* @default circle
|
||||||
|
|
4
dist/types/back-top.d.ts
vendored
4
dist/types/back-top.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class BackTop extends Vue {
|
export declare interface BackTop extends Vue {
|
||||||
/**
|
/**
|
||||||
* 页面滚动高度达到该值时才显示BackTop组件
|
* 页面滚动高度达到该值时才显示BackTop组件
|
||||||
* @default 400
|
* @default 400
|
||||||
|
|
4
dist/types/badge.d.ts
vendored
4
dist/types/badge.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Badge extends Vue {
|
export declare interface Badge extends Vue {
|
||||||
/**
|
/**
|
||||||
* 显示的数字,大于overflowCount时,显示${overflowCount}+,为 0 时隐藏
|
* 显示的数字,大于overflowCount时,显示${overflowCount}+,为 0 时隐藏
|
||||||
*/
|
*/
|
||||||
|
|
6
dist/types/breadcrumb.d.ts
vendored
6
dist/types/breadcrumb.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Breadcrumb extends Vue {
|
export declare interface Breadcrumb extends Vue {
|
||||||
/**
|
/**
|
||||||
* 自定义分隔符
|
* 自定义分隔符
|
||||||
* @default /
|
* @default /
|
||||||
|
@ -12,7 +12,7 @@ export declare class Breadcrumb extends Vue {
|
||||||
separator?: string;
|
separator?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class BreadcrumbItem extends Vue {
|
export declare interface BreadcrumbItem extends Vue {
|
||||||
/**
|
/**
|
||||||
* 链接,不传则没有链接
|
* 链接,不传则没有链接
|
||||||
*/
|
*/
|
||||||
|
|
6
dist/types/button.d.ts
vendored
6
dist/types/button.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Button extends Vue {
|
export declare interface Button extends Vue {
|
||||||
/**
|
/**
|
||||||
* 按钮类型,可选值为 default、primary、dashed、text、info、success、warning、error或者不设置
|
* 按钮类型,可选值为 default、primary、dashed、text、info、success、warning、error或者不设置
|
||||||
* @default default
|
* @default default
|
||||||
|
@ -68,7 +68,7 @@ export declare class Button extends Vue {
|
||||||
target?: '_blank' | '_self' | '_parent' | '_top';
|
target?: '_blank' | '_self' | '_parent' | '_top';
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class ButtonGroup extends Vue {
|
export declare interface ButtonGroup extends Vue {
|
||||||
/**
|
/**
|
||||||
* 按钮组合大小,可选值为large、small、default或者不设置
|
* 按钮组合大小,可选值为large、small、default或者不设置
|
||||||
* @default default
|
* @default default
|
||||||
|
|
4
dist/types/card.d.ts
vendored
4
dist/types/card.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Card extends Vue {
|
export declare interface Card extends Vue {
|
||||||
/**
|
/**
|
||||||
* 是否显示边框,建议在灰色背景下使用
|
* 是否显示边框,建议在灰色背景下使用
|
||||||
* @default true
|
* @default true
|
||||||
|
|
6
dist/types/carousel.d.ts
vendored
6
dist/types/carousel.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Carousel extends Vue {
|
export declare interface Carousel extends Vue {
|
||||||
/**
|
/**
|
||||||
* 幻灯片的索引,从 0 开始,可以使用 v-model 双向绑定数据
|
* 幻灯片的索引,从 0 开始,可以使用 v-model 双向绑定数据
|
||||||
* @default 0
|
* @default 0
|
||||||
|
@ -60,6 +60,6 @@ export declare class Carousel extends Vue {
|
||||||
$emit(eventName: 'on-change', oldValue: number, value: number): this;
|
$emit(eventName: 'on-change', oldValue: number, value: number): this;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class CarouselItem extends Vue {
|
export declare interface CarouselItem extends Vue {
|
||||||
|
|
||||||
}
|
}
|
4
dist/types/cascader.d.ts
vendored
4
dist/types/cascader.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Cascader extends Vue {
|
export declare interface Cascader extends Vue {
|
||||||
/**
|
/**
|
||||||
* 可选项的数据源,格式参照示例说明
|
* 可选项的数据源,格式参照示例说明
|
||||||
* @default []
|
* @default []
|
||||||
|
|
6
dist/types/cell.d.ts
vendored
6
dist/types/cell.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Cell extends Vue {
|
export declare interface Cell extends Vue {
|
||||||
/**
|
/**
|
||||||
* 用来标识这一项
|
* 用来标识这一项
|
||||||
*/
|
*/
|
||||||
|
@ -72,7 +72,7 @@ export declare class Cell extends Vue {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class CellGroup extends Vue {
|
export declare interface CellGroup extends Vue {
|
||||||
/**
|
/**
|
||||||
* 点击单元格时触发
|
* 点击单元格时触发
|
||||||
*
|
*
|
||||||
|
|
6
dist/types/checkbox.d.ts
vendored
6
dist/types/checkbox.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Checkbox extends Vue {
|
export declare interface Checkbox extends Vue {
|
||||||
/**
|
/**
|
||||||
* 只在单独使用时有效。可以使用 v-model 双向绑定数据
|
* 只在单独使用时有效。可以使用 v-model 双向绑定数据
|
||||||
* @default false
|
* @default false
|
||||||
|
@ -44,7 +44,7 @@ export declare class Checkbox extends Vue {
|
||||||
$emit(eventName: 'on-change', value: boolean): this;
|
$emit(eventName: 'on-change', value: boolean): this;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class CheckboxGroup extends Vue {
|
export declare interface CheckboxGroup extends Vue {
|
||||||
/**
|
/**
|
||||||
* 指定选中项目的集合,可以使用 v-model 双向绑定数据
|
* 指定选中项目的集合,可以使用 v-model 双向绑定数据
|
||||||
* @default []
|
* @default []
|
||||||
|
|
4
dist/types/circle.d.ts
vendored
4
dist/types/circle.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Circle extends Vue {
|
export declare interface Circle extends Vue {
|
||||||
/**
|
/**
|
||||||
* 百分比
|
* 百分比
|
||||||
* @default 0
|
* @default 0
|
||||||
|
|
6
dist/types/collapse.d.ts
vendored
6
dist/types/collapse.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Collapse extends Vue {
|
export declare interface Collapse extends Vue {
|
||||||
/**
|
/**
|
||||||
* 当前激活的面板的 name,可以使用 v-model 双向绑定
|
* 当前激活的面板的 name,可以使用 v-model 双向绑定
|
||||||
*/
|
*/
|
||||||
|
@ -26,7 +26,7 @@ export declare class Collapse extends Vue {
|
||||||
$emit(eventName: 'on-change', []): this;
|
$emit(eventName: 'on-change', []): this;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class CollapsePanel extends Vue {
|
export declare interface CollapsePanel extends Vue {
|
||||||
/**
|
/**
|
||||||
* 当前面板的 name,与 Collapse的value对应,不填为索引值
|
* 当前面板的 name,与 Collapse的value对应,不填为索引值
|
||||||
* @default index的值
|
* @default index的值
|
||||||
|
|
4
dist/types/color-picker.d.ts
vendored
4
dist/types/color-picker.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class ColorPicker extends Vue {
|
export declare interface ColorPicker extends Vue {
|
||||||
/**
|
/**
|
||||||
* 绑定的值,可使用 v-model 双向绑定
|
* 绑定的值,可使用 v-model 双向绑定
|
||||||
*/
|
*/
|
||||||
|
|
4
dist/types/content.d.ts
vendored
4
dist/types/content.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Content extends Vue {
|
export declare interface Content extends Vue {
|
||||||
}
|
}
|
8
dist/types/date-picker.d.ts
vendored
8
dist/types/date-picker.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class DatePicker extends Vue {
|
export declare interface DatePicker extends Vue {
|
||||||
/**
|
/**
|
||||||
* 显示类型,可选值为 date、daterange、datetime、datetimerange、year、month'|'默认值date
|
* 显示类型,可选值为 date、daterange、datetime、datetimerange、year、month'|'默认值date
|
||||||
*/
|
*/
|
||||||
|
@ -40,7 +40,7 @@ export declare class DatePicker extends Vue {
|
||||||
/**
|
/**
|
||||||
* 选择器额外配置,比如不可选日期与快捷选项,具体项详见下表
|
* 选择器额外配置,比如不可选日期与快捷选项,具体项详见下表
|
||||||
*/
|
*/
|
||||||
options?: object;
|
options?: DatePickerOptions;
|
||||||
/**
|
/**
|
||||||
* 开启后,左右面板不联动,仅在 daterange 和 datetimerange 下可用。
|
* 开启后,左右面板不联动,仅在 daterange 和 datetimerange 下可用。
|
||||||
* @default false
|
* @default false
|
||||||
|
@ -138,7 +138,7 @@ export declare class DatePicker extends Vue {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class DatePickerOptions extends Vue {
|
export declare interface DatePickerOptions {
|
||||||
/**
|
/**
|
||||||
* 设置快捷选项,每项内容:
|
* 设置快捷选项,每项内容:
|
||||||
* text:显示的文案
|
* text:显示的文案
|
||||||
|
|
4
dist/types/divider.d.ts
vendored
4
dist/types/divider.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Divider extends Vue {
|
export declare interface Divider extends Vue {
|
||||||
/**
|
/**
|
||||||
* 水平还是垂直类型,可选值为 horizontal 或 vertical
|
* 水平还是垂直类型,可选值为 horizontal 或 vertical
|
||||||
* @default horizontal
|
* @default horizontal
|
||||||
|
|
2
dist/types/drawer.d.ts
vendored
2
dist/types/drawer.d.ts
vendored
|
@ -4,7 +4,7 @@
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Drawer extends Vue {
|
export declare interface Drawer extends Vue {
|
||||||
/**
|
/**
|
||||||
* 抽屉是否显示,可使用 v-model 双向绑定数据
|
* 抽屉是否显示,可使用 v-model 双向绑定数据
|
||||||
* @default false
|
* @default false
|
||||||
|
|
8
dist/types/dropdown.d.ts
vendored
8
dist/types/dropdown.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Dropdown extends Vue {
|
export declare interface Dropdown extends Vue {
|
||||||
/**
|
/**
|
||||||
* 触发方式,可选值为 hover(悬停)click(点击)contextMenu(右键)custom(自定义),使用 custom 时,需配合 visible 一起使用
|
* 触发方式,可选值为 hover(悬停)click(点击)contextMenu(右键)custom(自定义),使用 custom 时,需配合 visible 一起使用
|
||||||
* @default hover
|
* @default hover
|
||||||
|
@ -56,10 +56,10 @@ export declare class Dropdown extends Vue {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class DropdownMenu extends Vue {
|
export declare interface DropdownMenu extends Vue {
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class DropdownItem extends Vue {
|
export declare interface DropdownItem extends Vue {
|
||||||
/**
|
/**
|
||||||
* 用来标识这一项
|
* 用来标识这一项
|
||||||
*/
|
*/
|
||||||
|
|
4
dist/types/footer.d.ts
vendored
4
dist/types/footer.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Footer extends Vue {
|
export declare interface Footer extends Vue {
|
||||||
}
|
}
|
6
dist/types/form.d.ts
vendored
6
dist/types/form.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Form extends Vue {
|
export declare interface Form extends Vue {
|
||||||
/**
|
/**
|
||||||
* 表单数据对象
|
* 表单数据对象
|
||||||
*/
|
*/
|
||||||
|
@ -46,7 +46,7 @@ export declare class Form extends Vue {
|
||||||
resetFields(): void;
|
resetFields(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class FormItem extends Vue {
|
export declare interface FormItem extends Vue {
|
||||||
/**
|
/**
|
||||||
* 对应表单域 model 里的字段
|
* 对应表单域 model 里的字段
|
||||||
*/
|
*/
|
||||||
|
|
6
dist/types/grid.d.ts
vendored
6
dist/types/grid.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Row extends Vue {
|
export declare interface Row extends Vue {
|
||||||
/**
|
/**
|
||||||
* 栅格间距,单位 px,左右平分
|
* 栅格间距,单位 px,左右平分
|
||||||
* @default 0
|
* @default 0
|
||||||
|
@ -28,7 +28,7 @@ export declare class Row extends Vue {
|
||||||
'class-name'?: string;
|
'class-name'?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class Col extends Vue {
|
export declare interface Col extends Vue {
|
||||||
/**
|
/**
|
||||||
* 栅格的占位格数,可选值为0~24的整数,为 0 时,相当于display:none
|
* 栅格的占位格数,可选值为0~24的整数,为 0 时,相当于display:none
|
||||||
*/
|
*/
|
||||||
|
|
4
dist/types/header.d.ts
vendored
4
dist/types/header.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Header extends Vue {
|
export declare interface Header extends Vue {
|
||||||
}
|
}
|
4
dist/types/icon.d.ts
vendored
4
dist/types/icon.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Icon extends Vue {
|
export declare interface Icon extends Vue {
|
||||||
/**
|
/**
|
||||||
* 图标的名称
|
* 图标的名称
|
||||||
*/
|
*/
|
||||||
|
|
4
dist/types/input-number.d.ts
vendored
4
dist/types/input-number.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class InputNumber extends Vue {
|
export declare interface InputNumber extends Vue {
|
||||||
/**
|
/**
|
||||||
* 最大值,默认值Infinity
|
* 最大值,默认值Infinity
|
||||||
*/
|
*/
|
||||||
|
|
4
dist/types/input.d.ts
vendored
4
dist/types/input.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Input extends Vue {
|
export declare interface Input extends Vue {
|
||||||
/**
|
/**
|
||||||
* 输入框类型,可选值为 text、password、textarea、url、email、date
|
* 输入框类型,可选值为 text、password、textarea、url、email、date
|
||||||
* @default text
|
* @default text
|
||||||
|
|
20
dist/types/iview.components.d.ts
vendored
20
dist/types/iview.components.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export { Affix } from './affix';
|
export { Affix } from './affix';
|
||||||
export { Alert } from './alert';
|
export { Alert } from './alert';
|
||||||
|
@ -22,12 +22,13 @@ export { Circle, Circle as ICircle } from './circle';
|
||||||
export { Collapse, CollapsePanel } from './collapse';
|
export { Collapse, CollapsePanel } from './collapse';
|
||||||
export { ColorPicker } from './color-picker';
|
export { ColorPicker } from './color-picker';
|
||||||
export { Content } from './content';
|
export { Content } from './content';
|
||||||
export { DatePicker } from './date-picker';
|
export { DatePicker, DatePickerOptions } from './date-picker';
|
||||||
export { Divider } from './divider';
|
export { Divider } from './divider';
|
||||||
export { Drawer } from './drawer';
|
export { Drawer } from './drawer';
|
||||||
export { Dropdown, DropdownMenu, DropdownItem } from './dropdown';
|
export { Dropdown, DropdownMenu, DropdownItem } from './dropdown';
|
||||||
export { Footer } from './footer';
|
export { Footer } from './footer';
|
||||||
export { Form, FormItem } from './form';
|
export { Form, FormItem } from './form';
|
||||||
|
export { Row, Col } from './grid';
|
||||||
export { Header } from './header';
|
export { Header } from './header';
|
||||||
export { Icon } from './icon';
|
export { Icon } from './icon';
|
||||||
export { Input } from './input';
|
export { Input } from './input';
|
||||||
|
@ -35,22 +36,23 @@ export { InputNumber } from './input-number';
|
||||||
export { Scroll } from './scroll';
|
export { Scroll } from './scroll';
|
||||||
export { Split } from './split';
|
export { Split } from './split';
|
||||||
export { Layout } from './layout';
|
export { Layout } from './layout';
|
||||||
export { LoadingBar } from './loading-bar';
|
export { LoadingBar, LoadingBarConfig } from './loading-bar';
|
||||||
export { Menu, MenuGroup, MenuItem, MenuSub } from './menu';
|
export { Menu, MenuGroup, MenuItem, MenuSub } from './menu';
|
||||||
export { Message } from './message';
|
export { Message, MessageConfig } from './message';
|
||||||
export { Modal } from './modal';
|
export { Modal, ModalInstance, ModalConfig } from './modal';
|
||||||
export { Notice } from './notice';
|
export { Notice, NoticeConfig, NoticeGlobalConfig } from './notice';
|
||||||
export { Page } from './page';
|
export { Page } from './page';
|
||||||
export { Poptip } from './poptip';
|
export { Poptip } from './poptip';
|
||||||
export { Progress } from './progress';
|
export { Progress } from './progress';
|
||||||
export { Radio, RadioGroup } from './radio';
|
export { Radio, RadioGroup } from './radio';
|
||||||
export { Rate } from './rate';
|
export { Rate } from './rate';
|
||||||
|
export { Select, Option, OptionGroup } from './select';
|
||||||
export { Sider } from './sider';
|
export { Sider } from './sider';
|
||||||
export { Slider } from './slider';
|
export { Slider } from './slider';
|
||||||
export { Spin } from './spin';
|
export { Spin } from './spin';
|
||||||
export { Steps, StepsStep } from './steps';
|
export { Steps, StepsStep } from './steps';
|
||||||
export { Switch, Switch as ISwitch } from './switch';
|
export { Switch, Switch as ISwitch } from './switch';
|
||||||
export { Table } from './table';
|
export { Table, TableColumn, TableRenderCreateElementData, TableColumnRenderParams, TableRenderCreateElementResult, TableColumnRenderHeadParams, TableExportCsvParams } from './table';
|
||||||
export { Tabs, TabsPane } from './tabs';
|
export { Tabs, TabsPane } from './tabs';
|
||||||
export { Tag } from './tag';
|
export { Tag } from './tag';
|
||||||
export { Time } from './time';
|
export { Time } from './time';
|
||||||
|
@ -58,10 +60,8 @@ export { Timeline, TimelineItem } from './timeline';
|
||||||
export { TimePicker } from './time-picker';
|
export { TimePicker } from './time-picker';
|
||||||
export { Tooltip } from './tooltip';
|
export { Tooltip } from './tooltip';
|
||||||
export { Transfer } from './transfer';
|
export { Transfer } from './transfer';
|
||||||
export { Tree } from './tree';
|
export { Tree, TreeChild } from './tree';
|
||||||
export { Upload } from './upload';
|
export { Upload } from './upload';
|
||||||
export { Row, Col } from './grid';
|
|
||||||
export { Select, Option, OptionGroup } from './select';
|
|
||||||
|
|
||||||
declare const API: {
|
declare const API: {
|
||||||
version: string;
|
version: string;
|
||||||
|
|
4
dist/types/layout.d.ts
vendored
4
dist/types/layout.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Layout extends Vue {
|
export declare interface Layout extends Vue {
|
||||||
/**
|
/**
|
||||||
* 触发响应式布局的断点,可选值为xs,sm,md,lg,xl或xxl,若不设此属性则不会触发响应式布局。
|
* 触发响应式布局的断点,可选值为xs,sm,md,lg,xl或xxl,若不设此属性则不会触发响应式布局。
|
||||||
* {
|
* {
|
||||||
|
|
6
dist/types/loading-bar.d.ts
vendored
6
dist/types/loading-bar.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class LoadingBar {
|
export declare interface LoadingBar {
|
||||||
/**
|
/**
|
||||||
* 开始从 0 显示进度条,并自动加载进度
|
* 开始从 0 显示进度条,并自动加载进度
|
||||||
*/
|
*/
|
||||||
|
@ -33,7 +33,7 @@ export declare class LoadingBar {
|
||||||
destroy(): void;
|
destroy(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class LoadingBarConfig {
|
export declare interface LoadingBarConfig {
|
||||||
/**
|
/**
|
||||||
* 进度条的颜色,默认为 iView 主色
|
* 进度条的颜色,默认为 iView 主色
|
||||||
* @default primary
|
* @default primary
|
||||||
|
|
10
dist/types/menu.d.ts
vendored
10
dist/types/menu.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Menu extends Vue {
|
export declare interface Menu extends Vue {
|
||||||
/**
|
/**
|
||||||
* 菜单类型,可选值为 horizontal(水平) 和 vertical(垂直)
|
* 菜单类型,可选值为 horizontal(水平) 和 vertical(垂直)
|
||||||
* @default vertical
|
* @default vertical
|
||||||
|
@ -52,7 +52,7 @@ export declare class Menu extends Vue {
|
||||||
updateActiveName(): void;
|
updateActiveName(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class MenuItem extends Vue {
|
export declare interface MenuItem extends Vue {
|
||||||
/**
|
/**
|
||||||
* 菜单项的唯一标识,必填
|
* 菜单项的唯一标识,必填
|
||||||
*/
|
*/
|
||||||
|
@ -73,7 +73,7 @@ export declare class MenuItem extends Vue {
|
||||||
target?: '_blank' | '_self' | '_parent' | '_top';
|
target?: '_blank' | '_self' | '_parent' | '_top';
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class MenuSub extends Vue {
|
export declare interface MenuSub extends Vue {
|
||||||
/**
|
/**
|
||||||
* 子菜单的唯一标识,必填
|
* 子菜单的唯一标识,必填
|
||||||
*/
|
*/
|
||||||
|
@ -93,7 +93,7 @@ export declare class MenuSub extends Vue {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class MenuGroup extends Vue {
|
export declare interface MenuGroup extends Vue {
|
||||||
/**
|
/**
|
||||||
* 分组标题
|
* 分组标题
|
||||||
* @default 空
|
* @default 空
|
||||||
|
|
4
dist/types/message.d.ts
vendored
4
dist/types/message.d.ts
vendored
|
@ -4,7 +4,7 @@
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode, CreateElement } from "vue";
|
import Vue, { VNode, CreateElement } from "vue";
|
||||||
|
|
||||||
export declare class Message {
|
export declare interface Message {
|
||||||
/**
|
/**
|
||||||
* 消息
|
* 消息
|
||||||
* @param config MessageConfig为相关配置,string为待显示的内容
|
* @param config MessageConfig为相关配置,string为待显示的内容
|
||||||
|
@ -41,7 +41,7 @@ export declare class Message {
|
||||||
destroy(): void;
|
destroy(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class MessageConfig {
|
export declare interface MessageConfig {
|
||||||
/**
|
/**
|
||||||
* 提示内容
|
* 提示内容
|
||||||
*/
|
*/
|
||||||
|
|
8
dist/types/modal.d.ts
vendored
8
dist/types/modal.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Modal {
|
export declare interface Modal {
|
||||||
/**
|
/**
|
||||||
* 对话框是否显示,可使用 v-model 双向绑定数据。
|
* 对话框是否显示,可使用 v-model 双向绑定数据。
|
||||||
* @default false
|
* @default false
|
||||||
|
@ -123,7 +123,7 @@ export declare class Modal {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class ModalInstance {
|
export declare interface ModalInstance {
|
||||||
/**
|
/**
|
||||||
* 消息
|
* 消息
|
||||||
* @param config ModalConfig为相关配置,string为待显示的内容
|
* @param config ModalConfig为相关配置,string为待显示的内容
|
||||||
|
@ -155,7 +155,7 @@ export declare class ModalInstance {
|
||||||
remove(): void;
|
remove(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class ModalConfig {
|
export declare interface ModalConfig {
|
||||||
/**
|
/**
|
||||||
* 标题或者Element选择器字符串
|
* 标题或者Element选择器字符串
|
||||||
*/
|
*/
|
||||||
|
|
6
dist/types/notice.d.ts
vendored
6
dist/types/notice.d.ts
vendored
|
@ -4,7 +4,7 @@
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode, CreateElement } from "vue";
|
import Vue, { VNode, CreateElement } from "vue";
|
||||||
|
|
||||||
export declare class Notice {
|
export declare interface Notice {
|
||||||
/**
|
/**
|
||||||
* 打开
|
* 打开
|
||||||
* @param config NoticeConfig为相关配置,string为待显示的内容
|
* @param config NoticeConfig为相关配置,string为待显示的内容
|
||||||
|
@ -44,7 +44,7 @@ export declare class Notice {
|
||||||
destroy(): void;
|
destroy(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class NoticeConfig {
|
export declare interface NoticeConfig {
|
||||||
/**
|
/**
|
||||||
* 通知提醒的标题
|
* 通知提醒的标题
|
||||||
*/
|
*/
|
||||||
|
@ -71,7 +71,7 @@ export declare class NoticeConfig {
|
||||||
onClose?: Function;
|
onClose?: Function;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class NoticeGlobalConfig {
|
export declare interface NoticeGlobalConfig {
|
||||||
/**
|
/**
|
||||||
* 通知组件距离顶端的距离,单位像素 默认24
|
* 通知组件距离顶端的距离,单位像素 默认24
|
||||||
*/
|
*/
|
||||||
|
|
4
dist/types/page.d.ts
vendored
4
dist/types/page.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Page extends Vue {
|
export declare interface Page extends Vue {
|
||||||
/**
|
/**
|
||||||
* 当前页码,支持 .sync 修饰符
|
* 当前页码,支持 .sync 修饰符
|
||||||
* @default 1
|
* @default 1
|
||||||
|
|
4
dist/types/poptip.d.ts
vendored
4
dist/types/poptip.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Poptip extends Vue {
|
export declare interface Poptip extends Vue {
|
||||||
/**
|
/**
|
||||||
* 触发方式,可选值为hover(悬停)click(点击)focus(聚焦),
|
* 触发方式,可选值为hover(悬停)click(点击)focus(聚焦),
|
||||||
* 在 confirm 模式下,只有 click 有效
|
* 在 confirm 模式下,只有 click 有效
|
||||||
|
|
4
dist/types/progress.d.ts
vendored
4
dist/types/progress.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Progress extends Vue {
|
export declare interface Progress extends Vue {
|
||||||
/**
|
/**
|
||||||
* 百分比
|
* 百分比
|
||||||
* @default 0
|
* @default 0
|
||||||
|
|
6
dist/types/radio.d.ts
vendored
6
dist/types/radio.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Radio extends Vue {
|
export declare interface Radio extends Vue {
|
||||||
/**
|
/**
|
||||||
* 只在单独使用时有效。可以使用 v-model 双向绑定数据
|
* 只在单独使用时有效。可以使用 v-model 双向绑定数据
|
||||||
* @default false
|
* @default false
|
||||||
|
@ -39,7 +39,7 @@ export declare class Radio extends Vue {
|
||||||
$emit(eventName: 'on-change', arg: string | number | boolean): this;
|
$emit(eventName: 'on-change', arg: string | number | boolean): this;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class RadioGroup extends Vue {
|
export declare interface RadioGroup extends Vue {
|
||||||
/**
|
/**
|
||||||
* 指定当前选中的项目数据。可以使用 v-model 双向绑定数据
|
* 指定当前选中的项目数据。可以使用 v-model 双向绑定数据
|
||||||
*/
|
*/
|
||||||
|
|
4
dist/types/rate.d.ts
vendored
4
dist/types/rate.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Rate extends Vue {
|
export declare interface Rate extends Vue {
|
||||||
/**
|
/**
|
||||||
* star总数
|
* star总数
|
||||||
* @default 5
|
* @default 5
|
||||||
|
|
4
dist/types/scroll.d.ts
vendored
4
dist/types/scroll.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Scroll extends Vue {
|
export declare interface Scroll extends Vue {
|
||||||
/**
|
/**
|
||||||
* 滚动区域的高度,单位像素
|
* 滚动区域的高度,单位像素
|
||||||
* @default 300
|
* @default 300
|
||||||
|
|
8
dist/types/select.d.ts
vendored
8
dist/types/select.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Select extends Vue {
|
export declare interface Select extends Vue {
|
||||||
/**
|
/**
|
||||||
* 指定选中项目的 value 值,可以使用 v-model 双向绑定数据。
|
* 指定选中项目的 value 值,可以使用 v-model 双向绑定数据。
|
||||||
* 单选时只接受 String 或 Number,多选时只接受 Array
|
* 单选时只接受 String 或 Number,多选时只接受 Array
|
||||||
|
@ -114,7 +114,7 @@ export declare class Select extends Vue {
|
||||||
clearSingleSelect(): void;
|
clearSingleSelect(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class Option extends Vue {
|
export declare interface Option extends Vue {
|
||||||
/**
|
/**
|
||||||
* 选项值,默认根据此属性值进行筛选,必填
|
* 选项值,默认根据此属性值进行筛选,必填
|
||||||
*/
|
*/
|
||||||
|
@ -132,7 +132,7 @@ export declare class Option extends Vue {
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class OptionGroup extends Vue {
|
export declare interface OptionGroup extends Vue {
|
||||||
/**
|
/**
|
||||||
* 分组的组名
|
* 分组的组名
|
||||||
* @default 空
|
* @default 空
|
||||||
|
|
4
dist/types/sider.d.ts
vendored
4
dist/types/sider.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Sider extends Vue {
|
export declare interface Sider extends Vue {
|
||||||
}
|
}
|
4
dist/types/slider.d.ts
vendored
4
dist/types/slider.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Slider extends Vue {
|
export declare interface Slider extends Vue {
|
||||||
/**
|
/**
|
||||||
* 滑块选定的值,可以使用 v-model 双向绑定数据。普通模式下,数据格式为数字,
|
* 滑块选定的值,可以使用 v-model 双向绑定数据。普通模式下,数据格式为数字,
|
||||||
* 在双滑块模式下,数据格式为长度是2的数组,且每项都为数字,
|
* 在双滑块模式下,数据格式为长度是2的数组,且每项都为数字,
|
||||||
|
|
4
dist/types/spin.d.ts
vendored
4
dist/types/spin.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Spin extends Vue {
|
export declare interface Spin extends Vue {
|
||||||
/**
|
/**
|
||||||
* Spin尺寸,可选值为large和small或者不设置
|
* Spin尺寸,可选值为large和small或者不设置
|
||||||
*/
|
*/
|
||||||
|
|
4
dist/types/split.d.ts
vendored
4
dist/types/split.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Split extends Vue {
|
export declare interface Split extends Vue {
|
||||||
/**
|
/**
|
||||||
* 面板位置,可以是 0~1 代表百分比,或具体数值的像素,可用 v-model 双向绑定
|
* 面板位置,可以是 0~1 代表百分比,或具体数值的像素,可用 v-model 双向绑定
|
||||||
* @default 0.5
|
* @default 0.5
|
||||||
|
|
6
dist/types/steps.d.ts
vendored
6
dist/types/steps.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Steps extends Vue {
|
export declare interface Steps extends Vue {
|
||||||
/**
|
/**
|
||||||
* 当前步骤,从 0 开始计数
|
* 当前步骤,从 0 开始计数
|
||||||
* @default 0
|
* @default 0
|
||||||
|
@ -26,7 +26,7 @@ export declare class Steps extends Vue {
|
||||||
direction?: 'horizontal' | 'vertical';
|
direction?: 'horizontal' | 'vertical';
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class StepsStep extends Vue {
|
export declare interface StepsStep extends Vue {
|
||||||
/**
|
/**
|
||||||
* 步骤的状态,可选值为wait、process、finish、error,不设置时自动判断
|
* 步骤的状态,可选值为wait、process、finish、error,不设置时自动判断
|
||||||
* @default process
|
* @default process
|
||||||
|
|
4
dist/types/switch.d.ts
vendored
4
dist/types/switch.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Switch extends Vue {
|
export declare interface Switch extends Vue {
|
||||||
/**
|
/**
|
||||||
* 指定当前是否选中,可以使用 v-model 双向绑定数据
|
* 指定当前是否选中,可以使用 v-model 双向绑定数据
|
||||||
* @default false
|
* @default false
|
||||||
|
|
16
dist/types/table.d.ts
vendored
16
dist/types/table.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Table extends Vue {
|
export declare interface Table extends Vue {
|
||||||
/**
|
/**
|
||||||
* 显示的结构化数据,其中,字段 cellClassName 用于设置任意单元格的样式名称,
|
* 显示的结构化数据,其中,字段 cellClassName 用于设置任意单元格的样式名称,
|
||||||
* 因此数据不能使用该字段,详见示例特定样式。
|
* 因此数据不能使用该字段,详见示例特定样式。
|
||||||
|
@ -163,7 +163,7 @@ export declare class Table extends Vue {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class TableColumn {
|
export declare interface TableColumn {
|
||||||
/**
|
/**
|
||||||
* 列类型,可选值为 index、selection、expand、html
|
* 列类型,可选值为 index、selection、expand、html
|
||||||
*/
|
*/
|
||||||
|
@ -279,7 +279,7 @@ export declare class TableColumn {
|
||||||
children?: object[];
|
children?: object[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class TableRenderCreateElementData {
|
export declare interface TableRenderCreateElementData {
|
||||||
/**
|
/**
|
||||||
* 和`v-bind:class`一样的 API
|
* 和`v-bind:class`一样的 API
|
||||||
*/
|
*/
|
||||||
|
@ -329,7 +329,7 @@ export declare class TableRenderCreateElementData {
|
||||||
ref?: string
|
ref?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class TableColumnRenderParams {
|
export declare interface TableColumnRenderParams {
|
||||||
/**
|
/**
|
||||||
* 当前行数据
|
* 当前行数据
|
||||||
*/
|
*/
|
||||||
|
@ -344,7 +344,7 @@ export declare class TableColumnRenderParams {
|
||||||
index?: number;
|
index?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class TableRenderCreateElementResult {
|
export declare interface TableRenderCreateElementResult {
|
||||||
child?: object;
|
child?: object;
|
||||||
children?: Array<any>;
|
children?: Array<any>;
|
||||||
componentInstance?: object;
|
componentInstance?: object;
|
||||||
|
@ -366,7 +366,7 @@ export declare class TableRenderCreateElementResult {
|
||||||
text?: object;
|
text?: object;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class TableColumnRenderHeadParams {
|
export declare interface TableColumnRenderHeadParams {
|
||||||
/**
|
/**
|
||||||
* 当前列数据
|
* 当前列数据
|
||||||
*/
|
*/
|
||||||
|
@ -377,7 +377,7 @@ export declare class TableColumnRenderHeadParams {
|
||||||
index?: number;
|
index?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class TableExportCsvParams {
|
export declare interface TableExportCsvParams {
|
||||||
/**
|
/**
|
||||||
* 文件名,默认为 table.csv
|
* 文件名,默认为 table.csv
|
||||||
*/
|
*/
|
||||||
|
|
6
dist/types/tabs.d.ts
vendored
6
dist/types/tabs.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Tabs extends Vue {
|
export declare interface Tabs extends Vue {
|
||||||
/**
|
/**
|
||||||
* 当前激活 tab 面板的 name,可以使用 v-model 双向绑定数据
|
* 当前激活 tab 面板的 name,可以使用 v-model 双向绑定数据
|
||||||
* @default 默认为第一项的 name
|
* @default 默认为第一项的 name
|
||||||
|
@ -54,7 +54,7 @@ export declare class Tabs extends Vue {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class TabsPane extends Vue {
|
export declare interface TabsPane extends Vue {
|
||||||
/**
|
/**
|
||||||
* 用于标识当前面板,对应 value,默认为其索引值
|
* 用于标识当前面板,对应 value,默认为其索引值
|
||||||
*/
|
*/
|
||||||
|
|
4
dist/types/tag.d.ts
vendored
4
dist/types/tag.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Tag extends Vue {
|
export declare interface Tag extends Vue {
|
||||||
/**
|
/**
|
||||||
* 标签是否可以关闭
|
* 标签是否可以关闭
|
||||||
* @default false
|
* @default false
|
||||||
|
|
4
dist/types/time-picker.d.ts
vendored
4
dist/types/time-picker.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class TimePicker extends Vue {
|
export declare interface TimePicker extends Vue {
|
||||||
/**
|
/**
|
||||||
* 显示类型,可选值为 time、timerange
|
* 显示类型,可选值为 time、timerange
|
||||||
* @default time
|
* @default time
|
||||||
|
|
4
dist/types/time.ts
vendored
4
dist/types/time.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Time extends Vue {
|
export declare interface Time extends Vue {
|
||||||
/**
|
/**
|
||||||
* 需要对比的时间,可以是时间戳或 Date 类型
|
* 需要对比的时间,可以是时间戳或 Date 类型
|
||||||
*/
|
*/
|
||||||
|
|
6
dist/types/timeline.d.ts
vendored
6
dist/types/timeline.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Timeline extends Vue {
|
export declare interface Timeline extends Vue {
|
||||||
/**
|
/**
|
||||||
* 指定是否最后一个节点为幽灵节点
|
* 指定是否最后一个节点为幽灵节点
|
||||||
* @default false
|
* @default false
|
||||||
|
@ -12,7 +12,7 @@ export declare class Timeline extends Vue {
|
||||||
pending?: boolean;
|
pending?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class TimelineItem extends Vue {
|
export declare interface TimelineItem extends Vue {
|
||||||
/**
|
/**
|
||||||
* 圆圈颜色,可选值为blue、red、green,或自定义色值
|
* 圆圈颜色,可选值为blue、red、green,或自定义色值
|
||||||
* @default blue
|
* @default blue
|
||||||
|
|
4
dist/types/tooltip.d.ts
vendored
4
dist/types/tooltip.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Tooltip extends Vue {
|
export declare interface Tooltip extends Vue {
|
||||||
/**
|
/**
|
||||||
* 显示的内容
|
* 显示的内容
|
||||||
* @default 空
|
* @default 空
|
||||||
|
|
4
dist/types/transfer.d.ts
vendored
4
dist/types/transfer.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Transfer extends Vue {
|
export declare interface Transfer extends Vue {
|
||||||
/**
|
/**
|
||||||
* 数据源,其中的数据将会被渲染到左边一栏中,targetKeys 中指定的除外。
|
* 数据源,其中的数据将会被渲染到左边一栏中,targetKeys 中指定的除外。
|
||||||
* @default []
|
* @default []
|
||||||
|
|
6
dist/types/tree.d.ts
vendored
6
dist/types/tree.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Tree extends Vue {
|
export declare interface Tree extends Vue {
|
||||||
/**
|
/**
|
||||||
* 可嵌套的节点属性的数组,生成 tree 的数据
|
* 可嵌套的节点属性的数组,生成 tree 的数据
|
||||||
*/
|
*/
|
||||||
|
@ -62,7 +62,7 @@ export declare class Tree extends Vue {
|
||||||
getSelectedNodes(): void;
|
getSelectedNodes(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class TreeChild extends Vue {
|
export declare interface TreeChild extends Vue {
|
||||||
/**
|
/**
|
||||||
* 标题
|
* 标题
|
||||||
*/
|
*/
|
||||||
|
|
4
dist/types/upload.d.ts
vendored
4
dist/types/upload.d.ts
vendored
|
@ -2,9 +2,9 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue,{ VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Upload extends Vue {
|
export declare interface Upload extends Vue {
|
||||||
/**
|
/**
|
||||||
* 上传的地址,必填
|
* 上传的地址,必填
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iview",
|
"name": "iview",
|
||||||
"version": "3.0.1",
|
"version": "3.1.0-rc.1",
|
||||||
"title": "iView",
|
"title": "iView",
|
||||||
"description": "A high quality UI components Library with Vue.js",
|
"description": "A high quality UI components Library with Vue.js",
|
||||||
"homepage": "http://www.iviewui.com",
|
"homepage": "http://www.iviewui.com",
|
||||||
|
|
Loading…
Add table
Reference in a new issue