vxe-pc-ui 0.1.0 → 0.2.0
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 +7 -0
- package/es/anchor/src/anchor-link.js +2 -2
- package/es/anchor/src/util.js +1 -1
- package/es/checkbox/src/checkbox.js +3 -3
- package/es/checkbox/src/group.js +3 -3
- package/es/components.js +6 -0
- package/es/form/src/form-config-item.js +1 -1
- package/es/form/src/form-gather.js +1 -1
- package/es/form/src/form-item.js +4 -4
- package/es/form/src/form.js +3 -3
- package/es/input/src/input.js +3 -3
- package/es/layout-aside/src/layout-aside.js +4 -2
- package/es/layout-aside/style.css +3 -1
- package/es/layout-aside/style.min.css +1 -1
- package/es/layout-body/src/layout-body.js +7 -2
- package/es/layout-body/style.css +2 -0
- package/es/layout-body/style.min.css +1 -1
- package/es/layout-container/src/layout-container.js +2 -1
- package/es/layout-footer/src/layout-footer.js +5 -3
- package/es/layout-footer/style.css +3 -1
- package/es/layout-footer/style.min.css +1 -1
- package/es/layout-header/style.css +0 -1
- package/es/layout-header/style.min.css +1 -1
- package/es/radio/src/button.js +4 -4
- package/es/radio/src/group.js +4 -4
- package/es/radio/src/radio.js +4 -4
- package/es/select/src/optgroup.js +1 -1
- package/es/select/src/option.js +1 -1
- package/es/select/src/select.js +4 -4
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/switch/src/switch.js +3 -3
- package/es/tab-pane/index.js +8 -0
- package/es/tab-pane/style.css +0 -0
- package/es/tab-pane/style.min.css +0 -0
- package/es/tabs/index.js +8 -0
- package/es/tabs/src/tab-pane.js +64 -0
- package/es/tabs/src/tabs.js +195 -0
- package/es/tabs/src/util.js +17 -0
- package/es/tabs/style.css +113 -0
- package/es/tabs/style.min.css +1 -0
- package/es/textarea/src/textarea.js +3 -3
- package/es/ui/src/core.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/es/vxe-layout-aside/style.css +3 -1
- package/es/vxe-layout-aside/style.min.css +1 -1
- package/es/vxe-layout-body/style.css +2 -0
- package/es/vxe-layout-body/style.min.css +1 -1
- package/es/vxe-layout-footer/style.css +3 -1
- package/es/vxe-layout-footer/style.min.css +1 -1
- package/es/vxe-layout-header/style.css +0 -1
- package/es/vxe-layout-header/style.min.css +1 -1
- package/es/vxe-tab-pane/index.js +3 -0
- package/es/vxe-tab-pane/style.css +0 -0
- package/es/vxe-tab-pane/style.min.css +0 -0
- package/es/vxe-tabs/index.js +3 -0
- package/es/vxe-tabs/style.css +113 -0
- package/es/vxe-tabs/style.min.css +1 -0
- package/lib/anchor/src/anchor-link.js +1 -1
- package/lib/anchor/src/anchor-link.min.js +1 -1
- package/lib/anchor/src/util.js +2 -2
- package/lib/anchor/src/util.min.js +1 -1
- package/lib/checkbox/src/checkbox.js +3 -3
- package/lib/checkbox/src/checkbox.min.js +1 -1
- package/lib/checkbox/src/group.js +3 -3
- package/lib/checkbox/src/group.min.js +1 -1
- package/lib/components.js +25 -1
- package/lib/components.min.js +1 -1
- package/lib/form/src/form-config-item.js +1 -1
- package/lib/form/src/form-config-item.min.js +1 -1
- package/lib/form/src/form-gather.js +1 -1
- package/lib/form/src/form-gather.min.js +1 -1
- package/lib/form/src/form-item.js +4 -4
- package/lib/form/src/form-item.min.js +1 -1
- package/lib/form/src/form.js +3 -3
- package/lib/form/src/form.min.js +1 -1
- package/lib/index.umd.js +421 -55
- package/lib/index.umd.min.js +1 -1
- package/lib/input/src/input.js +3 -3
- package/lib/input/src/input.min.js +1 -1
- package/lib/layout-aside/src/layout-aside.js +5 -2
- package/lib/layout-aside/src/layout-aside.min.js +1 -1
- package/lib/layout-aside/style/style.css +3 -1
- package/lib/layout-aside/style/style.min.css +1 -1
- package/lib/layout-body/src/layout-body.js +9 -2
- package/lib/layout-body/src/layout-body.min.js +1 -1
- package/lib/layout-body/style/style.css +2 -0
- package/lib/layout-body/style/style.min.css +1 -1
- package/lib/layout-container/src/layout-container.js +4 -1
- package/lib/layout-container/src/layout-container.min.js +1 -1
- package/lib/layout-footer/src/layout-footer.js +8 -3
- package/lib/layout-footer/src/layout-footer.min.js +1 -1
- package/lib/layout-footer/style/style.css +3 -1
- package/lib/layout-footer/style/style.min.css +1 -1
- package/lib/layout-header/style/style.css +0 -1
- package/lib/layout-header/style/style.min.css +1 -1
- package/lib/radio/src/button.js +4 -4
- package/lib/radio/src/button.min.js +1 -1
- package/lib/radio/src/group.js +4 -4
- package/lib/radio/src/group.min.js +1 -1
- package/lib/radio/src/radio.js +4 -4
- package/lib/radio/src/radio.min.js +1 -1
- package/lib/select/src/optgroup.js +1 -1
- package/lib/select/src/optgroup.min.js +1 -1
- package/lib/select/src/option.js +1 -1
- package/lib/select/src/option.min.js +1 -1
- package/lib/select/src/select.js +4 -4
- package/lib/select/src/select.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/switch/src/switch.js +3 -3
- package/lib/switch/src/switch.min.js +1 -1
- package/lib/tab-pane/index.js +15 -0
- package/lib/tab-pane/index.min.js +1 -0
- package/lib/tab-pane/style/index.js +1 -0
- package/lib/tab-pane/style/style.css +0 -0
- package/lib/tab-pane/style/style.min.css +0 -0
- package/lib/tabs/index.js +15 -0
- package/lib/tabs/index.min.js +1 -0
- package/lib/tabs/src/tab-pane.js +73 -0
- package/lib/tabs/src/tab-pane.min.js +1 -0
- package/lib/tabs/src/tabs.js +240 -0
- package/lib/tabs/src/tabs.min.js +1 -0
- package/lib/tabs/src/util.js +27 -0
- package/lib/tabs/src/util.min.js +1 -0
- package/lib/tabs/style/index.js +1 -0
- package/lib/tabs/style/style.css +113 -0
- package/lib/tabs/style/style.min.css +1 -0
- package/lib/textarea/src/textarea.js +3 -3
- package/lib/textarea/src/textarea.min.js +1 -1
- package/lib/ui/src/core.js +1 -1
- package/lib/ui/src/core.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/lib/vxe-layout-aside/style/style.css +3 -1
- package/lib/vxe-layout-aside/style/style.min.css +1 -1
- package/lib/vxe-layout-body/style/style.css +2 -0
- package/lib/vxe-layout-body/style/style.min.css +1 -1
- package/lib/vxe-layout-footer/style/style.css +3 -1
- package/lib/vxe-layout-footer/style/style.min.css +1 -1
- package/lib/vxe-layout-header/style/style.css +0 -1
- package/lib/vxe-layout-header/style/style.min.css +1 -1
- package/lib/vxe-tab-pane/index.js +22 -0
- package/lib/vxe-tab-pane/index.min.js +1 -0
- package/lib/vxe-tab-pane/style/index.js +1 -0
- package/lib/vxe-tab-pane/style/style.css +0 -0
- package/lib/vxe-tab-pane/style/style.min.css +0 -0
- package/lib/vxe-tabs/index.js +22 -0
- package/lib/vxe-tabs/index.min.js +1 -0
- package/lib/vxe-tabs/style/index.js +1 -0
- package/lib/vxe-tabs/style/style.css +113 -0
- package/lib/vxe-tabs/style/style.min.css +1 -0
- package/package.json +1 -1
- package/packages/anchor/src/anchor-link.ts +2 -2
- package/packages/anchor/src/util.ts +1 -1
- package/packages/checkbox/src/checkbox.ts +3 -3
- package/packages/checkbox/src/group.ts +3 -3
- package/packages/components.ts +6 -0
- package/packages/form/src/form-config-item.ts +1 -1
- package/packages/form/src/form-gather.ts +1 -1
- package/packages/form/src/form-item.ts +4 -4
- package/packages/form/src/form.ts +4 -3
- package/packages/input/src/input.ts +3 -3
- package/packages/layout-aside/src/layout-aside.ts +8 -6
- package/packages/layout-body/src/layout-body.ts +9 -4
- package/packages/layout-container/src/layout-container.ts +5 -4
- package/packages/layout-footer/src/layout-footer.ts +7 -5
- package/packages/layout-header/src/layout-header.ts +3 -3
- package/packages/radio/src/button.ts +4 -4
- package/packages/radio/src/group.ts +4 -4
- package/packages/radio/src/radio.ts +4 -4
- package/packages/select/src/optgroup.ts +1 -1
- package/packages/select/src/option.ts +1 -1
- package/packages/select/src/select.ts +4 -4
- package/packages/switch/src/switch.ts +3 -3
- package/packages/tab-pane/index.ts +11 -0
- package/packages/tabs/index.ts +11 -0
- package/packages/tabs/src/tab-pane.ts +85 -0
- package/packages/tabs/src/tabs.ts +223 -0
- package/packages/tabs/src/util.ts +21 -0
- package/packages/textarea/src/textarea.ts +3 -3
- package/styles/all.scss +2 -0
- package/styles/components/layout-aside.scss +3 -1
- package/styles/components/layout-body.scss +3 -1
- package/styles/components/layout-footer.scss +3 -1
- package/styles/components/layout-header.scss +0 -1
- package/styles/components/tab-pane.scss +0 -0
- package/styles/components/tabs.scss +116 -0
- package/types/all.d.ts +2 -0
- package/types/components/layout-aside.d.ts +10 -1
- package/types/components/layout-body.d.ts +4 -1
- package/types/components/layout-container.d.ts +4 -1
- package/types/components/layout-footer.d.ts +7 -2
- package/types/components/layout-header.d.ts +4 -1
- package/types/components/tab-pane.d.ts +84 -0
- package/types/components/tabs.d.ts +80 -0
- package/types/tool/common.d.ts +5 -0
package/types/all.d.ts
CHANGED
|
@@ -96,5 +96,7 @@ export * from './components/radio-group'
|
|
|
96
96
|
export * from './components/row'
|
|
97
97
|
export * from './components/select'
|
|
98
98
|
export * from './components/switch'
|
|
99
|
+
export * from './components/tab-pane'
|
|
100
|
+
export * from './components/tabs'
|
|
99
101
|
export * from './components/textarea'
|
|
100
102
|
export * from './components/tooltip'
|
|
@@ -22,9 +22,18 @@ export interface LayoutAsidePrivateRef {
|
|
|
22
22
|
export interface VxeLayoutAsidePrivateRef extends LayoutAsidePrivateRef { }
|
|
23
23
|
|
|
24
24
|
export namespace VxeLayoutAsidePropTypes {
|
|
25
|
+
export type Width = string | number
|
|
26
|
+
export type Collapsed = boolean
|
|
27
|
+
export type CollapseWidth = string | number
|
|
28
|
+
export type Padding = boolean
|
|
25
29
|
}
|
|
26
30
|
|
|
27
|
-
export type VxeLayoutAsideProps = {
|
|
31
|
+
export type VxeLayoutAsideProps = {
|
|
32
|
+
width?: VxeLayoutAsidePropTypes.Width
|
|
33
|
+
collapsed?: VxeLayoutAsidePropTypes.Collapsed
|
|
34
|
+
collapseWidth?: VxeLayoutAsidePropTypes.CollapseWidth
|
|
35
|
+
padding?: VxeLayoutAsidePropTypes.Padding
|
|
36
|
+
}
|
|
28
37
|
|
|
29
38
|
export interface LayoutAsidePrivateComputed {
|
|
30
39
|
}
|
|
@@ -22,9 +22,12 @@ export interface LayoutBodyPrivateRef {
|
|
|
22
22
|
export interface VxeLayoutBodyPrivateRef extends LayoutBodyPrivateRef { }
|
|
23
23
|
|
|
24
24
|
export namespace VxeLayoutBodyPropTypes {
|
|
25
|
+
export type Padding = boolean
|
|
25
26
|
}
|
|
26
27
|
|
|
27
|
-
export type VxeLayoutBodyProps = {
|
|
28
|
+
export type VxeLayoutBodyProps = {
|
|
29
|
+
padding?: VxeLayoutBodyPropTypes.Padding
|
|
30
|
+
}
|
|
28
31
|
|
|
29
32
|
export interface LayoutBodyPrivateComputed {
|
|
30
33
|
}
|
|
@@ -22,9 +22,12 @@ export interface LayoutContainerPrivateRef {
|
|
|
22
22
|
export interface VxeLayoutContainerPrivateRef extends LayoutContainerPrivateRef { }
|
|
23
23
|
|
|
24
24
|
export namespace VxeLayoutContainerPropTypes {
|
|
25
|
+
export type Vertical = boolean
|
|
25
26
|
}
|
|
26
27
|
|
|
27
|
-
export type VxeLayoutContainerProps = {
|
|
28
|
+
export type VxeLayoutContainerProps = {
|
|
29
|
+
vertical?: VxeLayoutContainerPropTypes.Vertical
|
|
30
|
+
}
|
|
28
31
|
|
|
29
32
|
export interface LayoutContainerPrivateComputed {
|
|
30
33
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RenderFunction, SetupContext, Ref, ComponentPublicInstance } from 'vue'
|
|
2
|
-
import { defineVxeComponent, VxeComponentBase, VxeComponentEvent } from '../tool'
|
|
2
|
+
import { defineVxeComponent, VxeComponentBase, VxeComponentEvent, VxeComponentAlign } from '../tool'
|
|
3
3
|
|
|
4
4
|
/* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
|
|
5
5
|
|
|
@@ -22,9 +22,14 @@ export interface LayoutFooterPrivateRef {
|
|
|
22
22
|
export interface VxeLayoutFooterPrivateRef extends LayoutFooterPrivateRef { }
|
|
23
23
|
|
|
24
24
|
export namespace VxeLayoutFooterPropTypes {
|
|
25
|
+
export type Fixed = boolean
|
|
26
|
+
export type Align = VxeComponentAlign
|
|
25
27
|
}
|
|
26
28
|
|
|
27
|
-
export type VxeLayoutFooterProps = {
|
|
29
|
+
export type VxeLayoutFooterProps = {
|
|
30
|
+
fixed?: VxeLayoutFooterPropTypes.Fixed
|
|
31
|
+
align?: VxeLayoutFooterPropTypes.Align
|
|
32
|
+
}
|
|
28
33
|
|
|
29
34
|
export interface LayoutFooterPrivateComputed {
|
|
30
35
|
}
|
|
@@ -20,9 +20,12 @@ export interface LayoutHeaderPrivateRef {
|
|
|
20
20
|
export interface VxeLayoutHeaderPrivateRef extends LayoutHeaderPrivateRef { }
|
|
21
21
|
|
|
22
22
|
export namespace VxeLayoutHeaderPropTypes {
|
|
23
|
+
export type Fixed = boolean
|
|
23
24
|
}
|
|
24
25
|
|
|
25
|
-
export type VxeLayoutHeaderProps = {
|
|
26
|
+
export type VxeLayoutHeaderProps = {
|
|
27
|
+
fixed?: VxeLayoutHeaderPropTypes.Fixed
|
|
28
|
+
}
|
|
26
29
|
|
|
27
30
|
export interface LayoutHeaderPrivateComputed {
|
|
28
31
|
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { RenderFunction, SetupContext, Ref, ComponentPublicInstance } from 'vue'
|
|
2
|
+
import { defineVxeComponent, VxeComponentBase, VxeComponentEvent, VxeComponentSlot } from '../tool'
|
|
3
|
+
|
|
4
|
+
/* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
|
|
5
|
+
|
|
6
|
+
export declare const VxeTabPane: defineVxeComponent<VxeTabPaneProps, VxeTabPaneEventProps>
|
|
7
|
+
|
|
8
|
+
export type VxeTabPaneInstance = ComponentPublicInstance<VxeTabPaneProps, VxeTabPaneConstructor>
|
|
9
|
+
|
|
10
|
+
export interface VxeTabPaneConstructor extends VxeComponentBase, VxeTabPaneMethods {
|
|
11
|
+
props: VxeTabPaneProps
|
|
12
|
+
context: SetupContext<VxeTabPaneEmits>
|
|
13
|
+
reactData: TabPaneReactData
|
|
14
|
+
getRefMaps(): TabPanePrivateRef
|
|
15
|
+
getComputeMaps(): TabPanePrivateComputed
|
|
16
|
+
renderVN: RenderFunction
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface TabPanePrivateRef {
|
|
20
|
+
refElem: Ref<HTMLDivElement | undefined>
|
|
21
|
+
}
|
|
22
|
+
export interface VxeTabPanePrivateRef extends TabPanePrivateRef { }
|
|
23
|
+
|
|
24
|
+
export namespace VxeTabPanePropTypes {
|
|
25
|
+
export type Title = string | number
|
|
26
|
+
export type Name = string | number | boolean
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type VxeTabPaneProps = {
|
|
30
|
+
title?: VxeTabPanePropTypes.Title
|
|
31
|
+
name?: VxeTabPanePropTypes.Name
|
|
32
|
+
|
|
33
|
+
slots?: {
|
|
34
|
+
tab?: string | ((params: { [key: string]: any }) => VxeComponentSlot | VxeComponentSlot[])
|
|
35
|
+
default?: string | ((params: { [key: string]: any }) => VxeComponentSlot | VxeComponentSlot[])
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface TabPanePrivateComputed {
|
|
40
|
+
}
|
|
41
|
+
export interface VxeTabPanePrivateComputed extends TabPanePrivateComputed { }
|
|
42
|
+
|
|
43
|
+
export interface TabPaneReactData {
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface TabPaneMethods {
|
|
47
|
+
}
|
|
48
|
+
export interface VxeTabPaneMethods extends TabPaneMethods { }
|
|
49
|
+
|
|
50
|
+
export interface TabPanePrivateMethods { }
|
|
51
|
+
export interface VxeTabPanePrivateMethods extends TabPanePrivateMethods { }
|
|
52
|
+
|
|
53
|
+
export type VxeTabPaneEmits = []
|
|
54
|
+
|
|
55
|
+
export namespace VxeTabPaneDefines {
|
|
56
|
+
export interface TabPaneEventParams extends VxeComponentEvent {
|
|
57
|
+
$tabPane: VxeTabPaneConstructor
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface TabConfig {
|
|
61
|
+
id: string
|
|
62
|
+
title?: VxeTabPanePropTypes.Title
|
|
63
|
+
name?: VxeTabPanePropTypes.Name
|
|
64
|
+
slots?: Readonly<VxeTabPaneSlots>
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export type VxeTabPaneEventProps = {}
|
|
69
|
+
|
|
70
|
+
export interface VxeTabPaneListeners { }
|
|
71
|
+
|
|
72
|
+
export namespace VxeTabPaneEvents { }
|
|
73
|
+
|
|
74
|
+
export namespace VxeTabPaneSlotTypes {
|
|
75
|
+
export interface DefaultSlotParams {}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export interface VxeTabPaneSlots {
|
|
79
|
+
tab?: (params: VxeTabPaneSlotTypes.DefaultSlotParams) => any
|
|
80
|
+
default?: (params: VxeTabPaneSlotTypes.DefaultSlotParams) => any
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export const TabPane: typeof VxeTabPane
|
|
84
|
+
export default VxeTabPane
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { RenderFunction, SetupContext, Ref, ComponentPublicInstance } from 'vue'
|
|
2
|
+
import { defineVxeComponent, VxeComponentBase, VxeComponentEvent } from '../tool'
|
|
3
|
+
import { VxeTabPaneProps, VxeTabPaneDefines } from './tab-pane'
|
|
4
|
+
|
|
5
|
+
/* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
|
|
6
|
+
|
|
7
|
+
export declare const VxeTabs: defineVxeComponent<VxeTabsProps, VxeTabsEventProps>
|
|
8
|
+
|
|
9
|
+
export type VxeTabsInstance = ComponentPublicInstance<VxeTabsProps, VxeTabsConstructor>
|
|
10
|
+
|
|
11
|
+
export interface VxeTabsConstructor extends VxeComponentBase, VxeTabsMethods {
|
|
12
|
+
props: VxeTabsProps
|
|
13
|
+
context: SetupContext<VxeTabsEmits>
|
|
14
|
+
reactData: TabsReactData
|
|
15
|
+
getRefMaps(): TabsPrivateRef
|
|
16
|
+
getComputeMaps(): TabsPrivateComputed
|
|
17
|
+
renderVN: RenderFunction
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface TabsPrivateRef {
|
|
21
|
+
refElem: Ref<HTMLDivElement | undefined>
|
|
22
|
+
}
|
|
23
|
+
export interface VxeTabsPrivateRef extends TabsPrivateRef { }
|
|
24
|
+
|
|
25
|
+
export namespace VxeTabsPropTypes {
|
|
26
|
+
export type ModelValue = undefined | null | string | number | boolean
|
|
27
|
+
export type Options = VxeTabPaneProps[]
|
|
28
|
+
export type DestroyOnClose = boolean
|
|
29
|
+
export type Type = null | '' | 'default' | 'card' | 'border-card'
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export type VxeTabsProps = {
|
|
33
|
+
modelValue?: VxeTabsPropTypes.ModelValue
|
|
34
|
+
options?: VxeTabsPropTypes.Options
|
|
35
|
+
destroyOnClose?: VxeTabsPropTypes.DestroyOnClose
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface TabsPrivateComputed {
|
|
39
|
+
}
|
|
40
|
+
export interface VxeTabsPrivateComputed extends TabsPrivateComputed { }
|
|
41
|
+
|
|
42
|
+
export interface TabsReactData {
|
|
43
|
+
staticTabs: VxeTabPaneDefines.TabConfig[]
|
|
44
|
+
activeName: VxeTabsPropTypes.ModelValue
|
|
45
|
+
initNames: VxeTabsPropTypes.ModelValue[]
|
|
46
|
+
lintLeft: number
|
|
47
|
+
lintWidth: number
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export interface TabsMethods {
|
|
51
|
+
}
|
|
52
|
+
export interface VxeTabsMethods extends TabsMethods { }
|
|
53
|
+
|
|
54
|
+
export interface TabsPrivateMethods { }
|
|
55
|
+
export interface VxeTabsPrivateMethods extends TabsPrivateMethods { }
|
|
56
|
+
|
|
57
|
+
export type VxeTabsEmits = []
|
|
58
|
+
|
|
59
|
+
export namespace VxeTabsDefines {
|
|
60
|
+
export interface TabsEventParams extends VxeComponentEvent {
|
|
61
|
+
$tabs: VxeTabsConstructor
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export type VxeTabsEventProps = {}
|
|
66
|
+
|
|
67
|
+
export interface VxeTabsListeners { }
|
|
68
|
+
|
|
69
|
+
export namespace VxeTabsEvents { }
|
|
70
|
+
|
|
71
|
+
export namespace VxeTabsSlotTypes {
|
|
72
|
+
export interface DefaultSlotParams {}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export interface VxeTabsSlots {
|
|
76
|
+
default: (params: VxeTabsSlotTypes.DefaultSlotParams) => any
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export const Tabs: typeof VxeTabs
|
|
80
|
+
export default VxeTabs
|
package/types/tool/common.d.ts
CHANGED