vue-devui 1.3.1 → 1.3.3-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -10
- package/button/index.es.js +10 -4
- package/button/index.umd.js +5 -5
- package/button/style.css +1 -1
- package/checkbox/index.es.js +2 -1
- package/checkbox/index.umd.js +3 -3
- package/date-picker-pro/index.es.js +17 -6
- package/date-picker-pro/index.umd.js +8 -8
- package/date-picker-pro/style.css +1 -1
- package/mention/index.es.js +2 -2
- package/mention/index.umd.js +1 -1
- package/message/index.es.js +2 -2
- package/message/index.umd.js +1 -1
- package/message/style.css +1 -1
- package/package.json +1 -1
- package/pagination/index.es.js +8 -2
- package/pagination/index.umd.js +1 -1
- package/pagination/style.css +1 -1
- package/select/index.es.js +2 -1
- package/select/index.umd.js +4 -4
- package/splitter/index.es.js +6 -15
- package/splitter/index.umd.js +9 -9
- package/style.css +1 -1
- package/table/index.es.js +12 -5
- package/table/index.umd.js +4 -4
- package/table/style.css +1 -1
- package/tabs/style.css +1 -1
- package/time-picker/index.es.js +10 -4
- package/time-picker/index.umd.js +5 -5
- package/time-picker/style.css +1 -1
- package/time-select/index.es.js +2 -1
- package/time-select/index.umd.js +1 -1
- package/tree/index.es.js +9 -3
- package/tree/index.umd.js +12 -12
- package/types/accordion/src/accordion-item-hreflink.d.ts +2 -2
- package/types/accordion/src/accordion-item-routerlink.d.ts +2 -2
- package/types/accordion/src/accordion-item.d.ts +2 -2
- package/types/accordion/src/accordion-list.d.ts +2 -2
- package/types/accordion/src/accordion-menu.d.ts +2 -2
- package/types/accordion/src/accordion.d.ts +2 -2
- package/types/auto-complete/src/auto-complete-types.d.ts +4 -3
- package/types/auto-complete/src/auto-complete.d.ts +1 -1
- package/types/auto-complete/src/composables/use-input-handle.d.ts +2 -2
- package/types/checkbox/src/checkbox-button.d.ts +1 -1
- package/types/checkbox/src/checkbox.d.ts +1 -1
- package/types/collapse/src/collapse.d.ts +1 -1
- package/types/date-picker/src/date-picker.d.ts +1 -1
- package/types/mention/__tests__/mention.spec.d.ts +1 -0
- package/types/nav-sprite/src/nav-sprite.d.ts +1 -1
- package/types/progress/src/progress.d.ts +1 -1
- package/types/shared/utils/is.d.ts +1 -0
- package/types/steps-guide/src/steps-guide.d.ts +1 -1
- package/types/table/src/components/column/column.d.ts +1 -1
- package/types/tag-input/src/tag-input.d.ts +1 -1
- package/types/tree/src/components/tree-node.d.ts +1 -1
- package/types/tree/src/tree.d.ts +1 -1
- package/types/virtual-list/src/components/resize-observer.d.ts +2 -0
- package/types/vue-devui.d.ts +24 -1
- package/vue-devui.es.js +15599 -7027
- package/vue-devui.umd.js +22 -22
|
@@ -220,15 +220,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
220
|
}>>, {
|
|
221
221
|
data: import("./accordion.type").AccordionMenuType;
|
|
222
222
|
parent: AccordionMenuItem;
|
|
223
|
-
disabledKey: string;
|
|
224
|
-
itemTemplate: boolean;
|
|
225
223
|
linkType: string;
|
|
226
224
|
titleKey: string;
|
|
227
225
|
loadingKey: string;
|
|
228
226
|
childrenKey: string;
|
|
227
|
+
disabledKey: string;
|
|
229
228
|
activeKey: string;
|
|
230
229
|
openKey: string;
|
|
231
230
|
menuItemTemplate: boolean;
|
|
231
|
+
itemTemplate: boolean;
|
|
232
232
|
menuToggle: (event: MouseEvent) => void;
|
|
233
233
|
itemClick: (event: MouseEvent) => void;
|
|
234
234
|
activeItemChange: (event: MouseEvent) => void;
|
|
@@ -220,15 +220,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
220
|
}>>, {
|
|
221
221
|
data: import("./accordion.type").AccordionMenuType;
|
|
222
222
|
parent: AccordionMenuItem;
|
|
223
|
-
disabledKey: string;
|
|
224
|
-
itemTemplate: boolean;
|
|
225
223
|
linkType: string;
|
|
226
224
|
titleKey: string;
|
|
227
225
|
loadingKey: string;
|
|
228
226
|
childrenKey: string;
|
|
227
|
+
disabledKey: string;
|
|
229
228
|
activeKey: string;
|
|
230
229
|
openKey: string;
|
|
231
230
|
menuItemTemplate: boolean;
|
|
231
|
+
itemTemplate: boolean;
|
|
232
232
|
menuToggle: (event: MouseEvent) => void;
|
|
233
233
|
itemClick: (event: MouseEvent) => void;
|
|
234
234
|
activeItemChange: (event: MouseEvent) => void;
|
|
@@ -220,15 +220,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
220
|
}>>, {
|
|
221
221
|
data: import("./accordion.type").AccordionMenuType;
|
|
222
222
|
parent: AccordionMenuItem;
|
|
223
|
-
disabledKey: string;
|
|
224
|
-
itemTemplate: boolean;
|
|
225
223
|
linkType: string;
|
|
226
224
|
titleKey: string;
|
|
227
225
|
loadingKey: string;
|
|
228
226
|
childrenKey: string;
|
|
227
|
+
disabledKey: string;
|
|
229
228
|
activeKey: string;
|
|
230
229
|
openKey: string;
|
|
231
230
|
menuItemTemplate: boolean;
|
|
231
|
+
itemTemplate: boolean;
|
|
232
232
|
menuToggle: (event: MouseEvent) => void;
|
|
233
233
|
itemClick: (event: MouseEvent) => void;
|
|
234
234
|
activeItemChange: (event: MouseEvent) => void;
|
|
@@ -206,15 +206,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
206
206
|
}>>, {
|
|
207
207
|
data: AccordionMenuItem[];
|
|
208
208
|
parent: AccordionMenuItem;
|
|
209
|
-
disabledKey: string;
|
|
210
|
-
itemTemplate: boolean;
|
|
211
209
|
linkType: string;
|
|
212
210
|
titleKey: string;
|
|
213
211
|
loadingKey: string;
|
|
214
212
|
childrenKey: string;
|
|
213
|
+
disabledKey: string;
|
|
215
214
|
activeKey: string;
|
|
216
215
|
openKey: string;
|
|
217
216
|
menuItemTemplate: boolean;
|
|
217
|
+
itemTemplate: boolean;
|
|
218
218
|
menuToggle: (event: MouseEvent) => void;
|
|
219
219
|
itemClick: (event: MouseEvent) => void;
|
|
220
220
|
activeItemChange: (event: MouseEvent) => void;
|
|
@@ -220,15 +220,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
220
|
}>>, {
|
|
221
221
|
data: import("./accordion.type").AccordionMenuType;
|
|
222
222
|
parent: AccordionMenuItem;
|
|
223
|
-
disabledKey: string;
|
|
224
|
-
itemTemplate: boolean;
|
|
225
223
|
linkType: string;
|
|
226
224
|
titleKey: string;
|
|
227
225
|
loadingKey: string;
|
|
228
226
|
childrenKey: string;
|
|
227
|
+
disabledKey: string;
|
|
229
228
|
activeKey: string;
|
|
230
229
|
openKey: string;
|
|
231
230
|
menuItemTemplate: boolean;
|
|
231
|
+
itemTemplate: boolean;
|
|
232
232
|
menuToggle: (event: MouseEvent) => void;
|
|
233
233
|
itemClick: (event: MouseEvent) => void;
|
|
234
234
|
activeItemChange: (event: MouseEvent) => void;
|
|
@@ -195,15 +195,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
195
195
|
};
|
|
196
196
|
}>>, {
|
|
197
197
|
readonly data: import("./accordion.type").AccordionMenuType;
|
|
198
|
-
readonly disabledKey: string;
|
|
199
|
-
readonly itemTemplate: boolean;
|
|
200
198
|
readonly linkType: string;
|
|
201
199
|
readonly titleKey: string;
|
|
202
200
|
readonly loadingKey: string;
|
|
203
201
|
readonly childrenKey: string;
|
|
202
|
+
readonly disabledKey: string;
|
|
204
203
|
readonly activeKey: string;
|
|
205
204
|
readonly openKey: string;
|
|
206
205
|
readonly menuItemTemplate: boolean;
|
|
206
|
+
readonly itemTemplate: boolean;
|
|
207
207
|
readonly menuToggle: (event: MouseEvent) => void;
|
|
208
208
|
readonly itemClick: (event: MouseEvent) => void;
|
|
209
209
|
readonly activeItemChange: (event: MouseEvent) => void;
|
|
@@ -144,7 +144,7 @@ export declare type SearchFnType = (term: string) => SourceType;
|
|
|
144
144
|
export declare type FormatterType = (item: string | SourceItemObj) => string;
|
|
145
145
|
export declare type DefaultFuncType = () => void;
|
|
146
146
|
export declare type HandleSearch = (term: string, enableLazyLoad?: boolean) => void;
|
|
147
|
-
export declare type RecentlyFocus = (latestSource:
|
|
147
|
+
export declare type RecentlyFocus = (latestSource: Array<SourceItemObj>) => void;
|
|
148
148
|
export declare type InputDebounceCb = (value: string) => void;
|
|
149
149
|
export declare type TransInputFocusEmit = () => unknown;
|
|
150
150
|
export declare type SelectOptionClick = (item: string | SourceItemObj) => void;
|
|
@@ -161,9 +161,10 @@ export declare type DropdownProps = {
|
|
|
161
161
|
dropDownRef: Ref;
|
|
162
162
|
showLoading: Ref<boolean>;
|
|
163
163
|
loadMore: () => void;
|
|
164
|
-
latestSource: Ref
|
|
164
|
+
latestSource: Ref;
|
|
165
165
|
modelValue: Ref<string>;
|
|
166
166
|
hoverIndex: Ref<number>;
|
|
167
|
-
valueParser:
|
|
167
|
+
valueParser: Ref;
|
|
168
|
+
isDisabled: ComputedRef<boolean>;
|
|
168
169
|
};
|
|
169
170
|
export declare const DropdownPropsKey: InjectionKey<DropdownProps>;
|
|
@@ -226,11 +226,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
226
226
|
readonly disabled: boolean;
|
|
227
227
|
readonly size: import("./auto-complete-types").AutoCompleteSize;
|
|
228
228
|
readonly placeholder: string;
|
|
229
|
+
readonly disabledKey: string;
|
|
229
230
|
readonly modelValue: string;
|
|
230
231
|
readonly allowEmptyValueSearch: boolean;
|
|
231
232
|
readonly appendToBody: boolean;
|
|
232
233
|
readonly delay: number;
|
|
233
|
-
readonly disabledKey: string;
|
|
234
234
|
readonly formatter: (item: string | import("./auto-complete-types").SourceItemObj) => string;
|
|
235
235
|
readonly isSearching: boolean;
|
|
236
236
|
readonly sceneType: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Ref, SetupContext } from 'vue';
|
|
2
|
-
import { HandleSearch, RecentlyFocus, TransInputFocusEmit, SourceType,
|
|
3
|
-
export default function useInputHandle(ctx: SetupContext, searchList: Ref<SourceType>, showNoResultItemTemplate: Ref<boolean>, modelValue: Ref<string>, isDisabled: Ref<boolean>, delay: Ref<number>, handleSearch: HandleSearch, transInputFocusEmit: Ref<TransInputFocusEmit>, recentlyFocus: RecentlyFocus, latestSource: Ref
|
|
2
|
+
import { HandleSearch, RecentlyFocus, TransInputFocusEmit, SourceType, UseInputHandle } from '../auto-complete-types';
|
|
3
|
+
export default function useInputHandle(ctx: SetupContext, searchList: Ref<SourceType>, showNoResultItemTemplate: Ref<boolean>, modelValue: Ref<string>, isDisabled: Ref<boolean>, delay: Ref<number>, handleSearch: HandleSearch, transInputFocusEmit: Ref<TransInputFocusEmit>, recentlyFocus: RecentlyFocus, latestSource: Ref): UseInputHandle;
|
|
@@ -140,8 +140,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
140
140
|
readonly checked: boolean;
|
|
141
141
|
readonly modelValue: boolean;
|
|
142
142
|
readonly showAnimation: boolean;
|
|
143
|
-
readonly 'onUpdate:checked': (v: boolean) => void;
|
|
144
143
|
readonly halfChecked: boolean;
|
|
144
|
+
readonly 'onUpdate:checked': (v: boolean) => void;
|
|
145
145
|
readonly isShowTitle: boolean;
|
|
146
146
|
readonly beforeChange: (isChecked: boolean, v: string | undefined) => boolean | Promise<boolean>;
|
|
147
147
|
}>;
|
|
@@ -140,8 +140,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
140
140
|
readonly checked: boolean;
|
|
141
141
|
readonly modelValue: boolean;
|
|
142
142
|
readonly showAnimation: boolean;
|
|
143
|
-
readonly 'onUpdate:checked': (v: boolean) => void;
|
|
144
143
|
readonly halfChecked: boolean;
|
|
144
|
+
readonly 'onUpdate:checked': (v: boolean) => void;
|
|
145
145
|
readonly isShowTitle: boolean;
|
|
146
146
|
readonly beforeChange: (isChecked: boolean, v: string | undefined) => boolean | Promise<boolean>;
|
|
147
147
|
}>;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}, {
|
|
27
|
-
readonly modelValue: CollapseActiveData;
|
|
28
27
|
readonly accordion: boolean;
|
|
28
|
+
readonly modelValue: CollapseActiveData;
|
|
29
29
|
}>;
|
|
30
30
|
export default _default;
|
|
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
}>>, {
|
|
69
69
|
readonly range: boolean;
|
|
70
70
|
readonly format: string;
|
|
71
|
-
readonly showTime: boolean;
|
|
72
71
|
readonly autoClose: boolean;
|
|
72
|
+
readonly showTime: boolean;
|
|
73
73
|
readonly rangeSpliter: string;
|
|
74
74
|
}>;
|
|
75
75
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -114,8 +114,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
114
|
title: string;
|
|
115
115
|
mode: import("./nav-sprite-types").SpriteMode;
|
|
116
116
|
isOpen: boolean;
|
|
117
|
-
indent: number;
|
|
118
117
|
hashSupport: boolean;
|
|
119
118
|
maxLevel: number;
|
|
119
|
+
indent: number;
|
|
120
120
|
}>;
|
|
121
121
|
export default _default;
|
|
@@ -80,11 +80,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
}>>, {
|
|
81
81
|
height: string;
|
|
82
82
|
strokeWidth: number;
|
|
83
|
+
showContent: boolean;
|
|
83
84
|
percentage: number;
|
|
84
85
|
percentageText: string;
|
|
85
86
|
barBgColor: string;
|
|
86
87
|
isCircle: boolean;
|
|
87
|
-
showContent: boolean;
|
|
88
88
|
percentageTextPlacement: string;
|
|
89
89
|
percentageTextColor: string;
|
|
90
90
|
}>;
|
|
@@ -5,3 +5,4 @@ export declare const isObject: (value: unknown) => value is Record<string, unkno
|
|
|
5
5
|
export declare const isFunction: (value: unknown) => value is () => unknown;
|
|
6
6
|
export declare const isUndefined: (value: unknown) => value is undefined;
|
|
7
7
|
export declare const isNull: (value: unknown) => value is null;
|
|
8
|
+
export declare const isHTMLElement: (value: unknown) => value is HTMLElement;
|
|
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
"onUpdate:stepIndex"?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
}, {
|
|
59
59
|
readonly zIndex: number;
|
|
60
|
-
readonly showClose: boolean;
|
|
61
60
|
readonly showDots: boolean;
|
|
61
|
+
readonly showClose: boolean;
|
|
62
62
|
readonly stepIndex: number;
|
|
63
63
|
readonly scrollToTargetSwitch: boolean;
|
|
64
64
|
readonly stepChange: Function;
|
|
@@ -175,9 +175,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
175
175
|
order: number;
|
|
176
176
|
align: import("./column-types").ColumnAlign;
|
|
177
177
|
field: string;
|
|
178
|
+
filterable: boolean;
|
|
178
179
|
sortable: boolean;
|
|
179
180
|
sortDirection: import("./column-types").SortDirection;
|
|
180
|
-
filterable: boolean;
|
|
181
181
|
filterMultiple: boolean;
|
|
182
182
|
filterList: import("./column-types").FilterConfig[];
|
|
183
183
|
showOverflowTooltip: boolean;
|
|
@@ -118,8 +118,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
118
118
|
readonly spellcheck: boolean;
|
|
119
119
|
readonly disabled: boolean;
|
|
120
120
|
readonly placeholder: string;
|
|
121
|
-
readonly modelValue: Suggestion[];
|
|
122
121
|
readonly noData: string;
|
|
122
|
+
readonly modelValue: Suggestion[];
|
|
123
123
|
readonly maxLength: number;
|
|
124
124
|
readonly displayProperty: string;
|
|
125
125
|
readonly minLength: number;
|
|
@@ -35,8 +35,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
};
|
|
36
36
|
}>>, {
|
|
37
37
|
data: IInnerTreeNode;
|
|
38
|
+
operate: import("../composables").IOperate;
|
|
38
39
|
check: import("../composables").ICheck;
|
|
39
40
|
dragdrop: import("../composables").IDragdrop;
|
|
40
|
-
operate: import("../composables").IOperate;
|
|
41
41
|
}>;
|
|
42
42
|
export default _default;
|
package/types/tree/src/tree.d.ts
CHANGED
|
@@ -41,8 +41,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
};
|
|
42
42
|
}>>, {
|
|
43
43
|
data: import("./composables").ITreeNode[];
|
|
44
|
+
operate: import("./composables").IOperate;
|
|
44
45
|
check: import("./composables").ICheck;
|
|
45
46
|
dragdrop: import("./composables").IDragdrop;
|
|
46
|
-
operate: import("./composables").IOperate;
|
|
47
47
|
}>;
|
|
48
48
|
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
|
|
2
|
+
export default _default;
|
package/types/vue-devui.d.ts
CHANGED
|
@@ -1,38 +1,55 @@
|
|
|
1
1
|
import type { App } from 'vue';
|
|
2
|
+
import { Accordion } from './accordion';
|
|
2
3
|
import { Alert } from './alert';
|
|
4
|
+
import { Anchor } from './anchor';
|
|
3
5
|
import { AutoComplete } from './auto-complete';
|
|
4
6
|
import { Avatar } from './avatar';
|
|
7
|
+
import { BackTop } from './back-top';
|
|
5
8
|
import { Badge } from './badge';
|
|
9
|
+
import { Breadcrumb } from './breadcrumb';
|
|
6
10
|
import { Button, ButtonGroup } from './button';
|
|
7
11
|
import { Card } from './card';
|
|
12
|
+
import { Carousel, CarouselItem } from './carousel';
|
|
13
|
+
import { Cascader } from './cascader';
|
|
8
14
|
import { Checkbox, CheckboxGroup, CheckboxButton } from './checkbox';
|
|
9
15
|
import { Collapse, CollapseItem } from './collapse';
|
|
16
|
+
import { ColorPicker } from './color-picker';
|
|
17
|
+
import { Comment } from './comment';
|
|
10
18
|
import { Countdown } from './countdown';
|
|
19
|
+
import { DatePicker, StickSlider } from './date-picker';
|
|
11
20
|
import { DatePickerPro, DRangeDatePickerPro } from './date-picker-pro';
|
|
21
|
+
import { DraggableDirective, DroppableDirective, SortableDirective } from './dragdrop';
|
|
12
22
|
import { Drawer, DrawerService } from './drawer';
|
|
13
23
|
import { Dropdown, DropdownMenu } from './dropdown';
|
|
14
24
|
import { EditableSelect } from './editable-select';
|
|
15
25
|
import { Form, FormItem, FormOperation } from './form';
|
|
16
26
|
import { Fullscreen } from './fullscreen';
|
|
27
|
+
import { Gantt } from './gantt';
|
|
17
28
|
import { Row, Col } from './grid';
|
|
18
29
|
import { Icon, IconGroup } from './icon';
|
|
19
30
|
import { ImagePreviewDirective, ImagePreviewService } from './image-preview';
|
|
20
31
|
import { Input } from './input';
|
|
32
|
+
import { InputIcon } from './input-icon';
|
|
21
33
|
import { InputNumber } from './input-number';
|
|
22
34
|
import { Layout, Content, Header, Footer, Aside } from './layout';
|
|
35
|
+
import { List, ListItem } from './list';
|
|
23
36
|
import { LoadingService, LoadingDirective } from './loading';
|
|
24
37
|
import { Mention } from './mention';
|
|
25
38
|
import { Menu, SubMenu, MenuItem } from './menu';
|
|
26
39
|
import { Message } from './message';
|
|
27
40
|
import { Modal } from './modal';
|
|
41
|
+
import { MultiAutoComplete } from './multi-auto-complete';
|
|
42
|
+
import { NavSprite } from './nav-sprite';
|
|
28
43
|
import { Notification, NotificationService } from './notification';
|
|
29
44
|
import { FlexibleOverlay, FixedOverlay } from './overlay';
|
|
30
45
|
import { Pagination } from './pagination';
|
|
31
46
|
import { Panel, PanelHeader, PanelBody, PanelFooter } from './panel';
|
|
32
47
|
import { Popover } from './popover';
|
|
33
48
|
import { Progress } from './progress';
|
|
49
|
+
import { QuadrantDiagram } from './quadrant-diagram';
|
|
34
50
|
import { Radio, RadioGroup, RadioButton } from './radio';
|
|
35
51
|
import { Rate } from './rate';
|
|
52
|
+
import { ReadTip } from './read-tip';
|
|
36
53
|
import { Result } from './result';
|
|
37
54
|
import { RippleDirective } from './ripple';
|
|
38
55
|
import { Search } from './search';
|
|
@@ -43,19 +60,25 @@ import { Splitter } from './splitter';
|
|
|
43
60
|
import { Statistic } from './statistic';
|
|
44
61
|
import { Status } from './status';
|
|
45
62
|
import { Steps, Step } from './steps';
|
|
63
|
+
import { StepsGuide, StepsGuideDirective } from './steps-guide';
|
|
64
|
+
import { Sticky } from './sticky';
|
|
46
65
|
import { Switch } from './switch';
|
|
47
66
|
import { Table, Column } from './table';
|
|
48
67
|
import { Tabs, Tab } from './tabs';
|
|
49
68
|
import { Tag } from './tag';
|
|
69
|
+
import { TagInput } from './tag-input';
|
|
50
70
|
import { Textarea } from './textarea';
|
|
51
71
|
import { TimePicker } from './time-picker';
|
|
52
72
|
import { TimeSelect } from './time-select';
|
|
53
73
|
import { Timeline, TimelineItem } from './timeline';
|
|
54
74
|
import { Tooltip } from './tooltip';
|
|
75
|
+
import { Transfer } from './transfer';
|
|
55
76
|
import { Tree } from './tree';
|
|
77
|
+
import { TreeSelect } from './tree-select';
|
|
56
78
|
import { Upload } from './upload';
|
|
79
|
+
import { VirtualList } from './virtual-list';
|
|
57
80
|
import './style/devui.scss';
|
|
58
|
-
export { Alert, AutoComplete, Avatar, Badge, Button, ButtonGroup, Card, Checkbox, CheckboxGroup, CheckboxButton, Collapse, CollapseItem, Countdown, DatePickerPro, DRangeDatePickerPro, Drawer, DrawerService, Dropdown, DropdownMenu, EditableSelect, Form, FormItem, FormOperation, Fullscreen, Row, Col, Icon, IconGroup, ImagePreviewDirective, ImagePreviewService, Input, InputNumber, Layout, Content, Header, Footer, Aside, LoadingService, LoadingDirective, Mention, Menu, SubMenu, MenuItem, Message, Modal, Notification, NotificationService, FlexibleOverlay, FixedOverlay, Pagination, Panel, PanelHeader, PanelBody, PanelFooter, Popover, Progress, Radio, RadioGroup, RadioButton, Rate, Result, RippleDirective, Search, Select, Option, OptionGroup, Skeleton, SkeletonItem, Slider, Splitter, Statistic, Status, Steps, Step, Switch, Table, Column, Tabs, Tab, Tag, Textarea, TimePicker, TimeSelect, Timeline, TimelineItem, Tooltip, Tree, Upload };
|
|
81
|
+
export { Accordion, Alert, Anchor, AutoComplete, Avatar, BackTop, Badge, Breadcrumb, Button, ButtonGroup, Card, Carousel, CarouselItem, Cascader, Checkbox, CheckboxGroup, CheckboxButton, Collapse, CollapseItem, ColorPicker, Comment, Countdown, DatePicker, StickSlider, DatePickerPro, DRangeDatePickerPro, DraggableDirective, DroppableDirective, SortableDirective, Drawer, DrawerService, Dropdown, DropdownMenu, EditableSelect, Form, FormItem, FormOperation, Fullscreen, Gantt, Row, Col, Icon, IconGroup, ImagePreviewDirective, ImagePreviewService, Input, InputIcon, InputNumber, Layout, Content, Header, Footer, Aside, List, ListItem, LoadingService, LoadingDirective, Mention, Menu, SubMenu, MenuItem, Message, Modal, MultiAutoComplete, NavSprite, Notification, NotificationService, FlexibleOverlay, FixedOverlay, Pagination, Panel, PanelHeader, PanelBody, PanelFooter, Popover, Progress, QuadrantDiagram, Radio, RadioGroup, RadioButton, Rate, ReadTip, Result, RippleDirective, Search, Select, Option, OptionGroup, Skeleton, SkeletonItem, Slider, Splitter, Statistic, Status, Steps, Step, StepsGuide, StepsGuideDirective, Sticky, Switch, Table, Column, Tabs, Tab, Tag, TagInput, Textarea, TimePicker, TimeSelect, Timeline, TimelineItem, Tooltip, Transfer, Tree, TreeSelect, Upload, VirtualList };
|
|
59
82
|
declare const _default: {
|
|
60
83
|
version: string;
|
|
61
84
|
install(app: App): void;
|