Commit 438e24d78b2b7165b23749cff7b74f6025fd2d73

Authored by yangd
1 parent 6d9afa9c

去掉不需要用到的导出VNode

types/affix.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Affix extends Vue {
8 8 /**
... ...
types/alert.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Alert extends Vue {
8 8 /**
... ...
types/anchor.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Anchor extends Vue {
8 8 /**
... ...
types/auto-complete.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class AutoComplete extends Vue {
8 8 /**
... ...
types/avatar.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Avatar extends Vue {
8 8 /**
... ...
types/back-top.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class BackTop extends Vue {
8 8 /**
... ...
types/badge.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Badge extends Vue {
8 8 /**
... ...
types/breadcrumb.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Breadcrumb extends Vue {
8 8 /**
... ...
types/button.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Button extends Vue {
8 8 /**
... ...
types/card.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Card extends Vue {
8 8 /**
... ...
types/carousel.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Carousel extends Vue {
8 8 /**
... ...
types/cascader.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Cascader extends Vue {
8 8 /**
... ...
types/cell.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Cell extends Vue {
8 8 /**
... ...
types/checkbox.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Checkbox extends Vue {
8 8 /**
... ...
types/circle.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Circle extends Vue {
8 8 /**
... ...
types/collapse.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Collapse extends Vue {
8 8 /**
... ...
types/color-picker.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class ColorPicker extends Vue {
8 8 /**
... ...
types/content.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Content extends Vue {
8 8 }
9 9 \ No newline at end of file
... ...
types/date-picker.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class DatePicker extends Vue {
8 8 /**
... ...
types/divider.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Divider extends Vue {
8 8 /**
... ...
types/drawer.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Drawer extends Vue {
8 8 }
9 9 \ No newline at end of file
... ...
types/dropdown.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Dropdown extends Vue {
8 8 /**
... ...
types/footer.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Footer extends Vue {
8 8 }
9 9 \ No newline at end of file
... ...
types/form.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Form extends Vue {
8 8 /**
... ...
types/grid.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Row extends Vue {
8 8 /**
... ...
types/header.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Header extends Vue {
8 8 }
9 9 \ No newline at end of file
... ...
types/icon.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Icon extends Vue {
8 8 /**
... ...
types/input-number.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class InputNumber extends Vue {
8 8 /**
... ...
types/input.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Input extends Vue {
8 8 /**
... ...
types/layout.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Layout extends Vue {
8 8 /**
... ...
types/loading-bar.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class LoadingBar {
8 8 /**
... ...
types/menu.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Menu extends Vue {
8 8 /**
... ...
types/modal.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Modal {
8 8 /**
... ...
types/page.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Page extends Vue {
8 8 /**
... ...
types/poptip.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Poptip extends Vue {
8 8 /**
... ...
types/progress.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Progress extends Vue {
8 8 /**
... ...
types/radio.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Radio extends Vue {
8 8 /**
... ...
types/rate.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Rate extends Vue {
8 8 /**
... ...
types/scroll.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Scroll extends Vue {
8 8 /**
... ...
types/select.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Select extends Vue {
8 8 /**
... ...
types/sider.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Sider extends Vue {
8 8 }
9 9 \ No newline at end of file
... ...
types/slider.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Slider extends Vue {
8 8 /**
... ...
types/spin.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Spin extends Vue {
8 8 /**
... ...
types/split.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Split extends Vue {
8 8 /**
... ...
types/steps.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Steps extends Vue {
8 8 /**
... ...
types/switch.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Switch extends Vue {
8 8 /**
... ...
types/table.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Table extends Vue {
8 8 /**
... ...
types/tabs.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Tabs extends Vue {
8 8 /**
... ...
types/tag.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Tag extends Vue {
8 8 /**
... ...
types/time-picker.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class TimePicker extends Vue {
8 8 /**
... ...
types/time.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Time extends Vue {
8 8 /**
... ...
types/timeline.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Timeline extends Vue {
8 8 /**
... ...
types/tooltip.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Tooltip extends Vue {
8 8 /**
... ...
types/transfer.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Transfer extends Vue {
8 8 /**
... ...
types/tree.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Tree extends Vue {
8 8 /**
... ...
types/upload.d.ts
... ... @@ -2,7 +2,7 @@
2 2 // Project: https://github.com/iview/iview
3 3 // Definitions by: yangdan
4 4 // Definitions: https://github.com/yangdan8/iview.git
5   -import Vue, { VNode } from 'vue';
  5 +import Vue from 'vue';
6 6  
7 7 export declare class Upload extends Vue {
8 8 /**
... ...