@dao-style/core 1.4.2-beta.6 → 1.4.2-beta.7

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.
@@ -20,6 +20,10 @@ export declare const tabsProps: {
20
20
  type: StringConstructor;
21
21
  default: null;
22
22
  };
23
+ vertical: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
23
27
  };
24
28
  type modelValueType = string;
25
29
  export declare const tabsEmit: {
@@ -66,6 +70,10 @@ export declare const tabNavProps: {
66
70
  required: boolean;
67
71
  default: () => never[];
68
72
  };
73
+ vertical: {
74
+ type: BooleanConstructor;
75
+ default: boolean;
76
+ };
69
77
  };
70
78
  export declare const tabNavEmit: {
71
79
  updateValue: (content: modelValueType) => void;
@@ -12,6 +12,10 @@ declare const DaoTabNav: import("vue").DefineComponent<{
12
12
  required: boolean;
13
13
  default: () => never[];
14
14
  };
15
+ vertical: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
15
19
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
20
  [key: string]: any;
17
21
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "updateValue")[], "click" | "updateValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -28,11 +32,16 @@ declare const DaoTabNav: import("vue").DefineComponent<{
28
32
  required: boolean;
29
33
  default: () => never[];
30
34
  };
35
+ vertical: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
31
39
  }>> & {
32
40
  onClick?: ((...args: any[]) => any) | undefined;
33
41
  onUpdateValue?: ((...args: any[]) => any) | undefined;
34
42
  }, {
35
43
  type: string;
44
+ vertical: boolean;
36
45
  currentTab: string;
37
46
  tabList: import("./types").TabItemInfo[];
38
47
  }>;
@@ -12,6 +12,10 @@ declare const _default: import("vue").DefineComponent<{
12
12
  required: boolean;
13
13
  default: () => never[];
14
14
  };
15
+ vertical: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
15
19
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
20
  [key: string]: any;
17
21
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "updateValue")[], "click" | "updateValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -28,11 +32,16 @@ declare const _default: import("vue").DefineComponent<{
28
32
  required: boolean;
29
33
  default: () => never[];
30
34
  };
35
+ vertical: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
31
39
  }>> & {
32
40
  onClick?: ((...args: any[]) => any) | undefined;
33
41
  onUpdateValue?: ((...args: any[]) => any) | undefined;
34
42
  }, {
35
43
  type: string;
44
+ vertical: boolean;
36
45
  currentTab: string;
37
46
  tabList: import("./types").TabItemInfo[];
38
47
  }>;
@@ -7,6 +7,7 @@ declare const DaoTabs: {
7
7
  type: string;
8
8
  direction: string;
9
9
  modelValue: string;
10
+ vertical: boolean;
10
11
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
12
  type: {
12
13
  type: StringConstructor;
@@ -23,11 +24,15 @@ declare const DaoTabs: {
23
24
  type: StringConstructor;
24
25
  default: null;
25
26
  };
27
+ vertical: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
26
31
  }>> & {
27
32
  onChange?: ((...args: any[]) => any) | undefined;
28
33
  onClick?: ((...args: any[]) => any) | undefined;
29
34
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
30
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "direction" | "modelValue">;
35
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "direction" | "modelValue" | "vertical">;
31
36
  $attrs: {
32
37
  [x: string]: unknown;
33
38
  };
@@ -57,6 +62,10 @@ declare const DaoTabs: {
57
62
  type: StringConstructor;
58
63
  default: null;
59
64
  };
65
+ vertical: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
60
69
  }>> & {
61
70
  onChange?: ((...args: any[]) => any) | undefined;
62
71
  onClick?: ((...args: any[]) => any) | undefined;
@@ -75,6 +84,7 @@ declare const DaoTabs: {
75
84
  type: string;
76
85
  direction: string;
77
86
  modelValue: string;
87
+ vertical: boolean;
78
88
  }, {}, string> & {
79
89
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
80
90
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -111,6 +121,10 @@ declare const DaoTabs: {
111
121
  type: StringConstructor;
112
122
  default: null;
113
123
  };
124
+ vertical: {
125
+ type: BooleanConstructor;
126
+ default: boolean;
127
+ };
114
128
  }>> & {
115
129
  onChange?: ((...args: any[]) => any) | undefined;
116
130
  onClick?: ((...args: any[]) => any) | undefined;
@@ -145,6 +159,10 @@ declare const DaoTabs: {
145
159
  type: StringConstructor;
146
160
  default: null;
147
161
  };
162
+ vertical: {
163
+ type: BooleanConstructor;
164
+ default: boolean;
165
+ };
148
166
  }>> & {
149
167
  onChange?: ((...args: any[]) => any) | undefined;
150
168
  onClick?: ((...args: any[]) => any) | undefined;
@@ -163,6 +181,7 @@ declare const DaoTabs: {
163
181
  type: string;
164
182
  direction: string;
165
183
  modelValue: string;
184
+ vertical: boolean;
166
185
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
167
186
  $slots: {
168
187
  action: SlotFn;
@@ -14,6 +14,10 @@ declare const _default: import("vue").DefineComponent<{
14
14
  type: StringConstructor;
15
15
  default: null;
16
16
  };
17
+ vertical: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
17
21
  }, {
18
22
  tabList: {
19
23
  label: import("./types").DaoTabItemLabel;
@@ -40,6 +44,10 @@ declare const _default: import("vue").DefineComponent<{
40
44
  type: StringConstructor;
41
45
  default: null;
42
46
  };
47
+ vertical: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
43
51
  }>> & {
44
52
  onChange?: ((...args: any[]) => any) | undefined;
45
53
  onClick?: ((...args: any[]) => any) | undefined;
@@ -48,5 +56,6 @@ declare const _default: import("vue").DefineComponent<{
48
56
  type: string;
49
57
  direction: string;
50
58
  modelValue: string;
59
+ vertical: boolean;
51
60
  }>;
52
61
  export default _default;