@dao-style/core 1.31.1-beta.1 → 1.31.1-beta.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.
@@ -8,6 +8,7 @@ declare const DaoNavItem: {
8
8
  icon: string;
9
9
  title: string;
10
10
  index: import("./props").IndexType;
11
+ ellipsis: boolean;
11
12
  isActive: boolean;
12
13
  isExactActive: boolean;
13
14
  external: boolean;
@@ -39,6 +40,10 @@ declare const DaoNavItem: {
39
40
  type: StringConstructor;
40
41
  default: string;
41
42
  };
43
+ ellipsis: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
42
47
  external: {
43
48
  type: BooleanConstructor;
44
49
  default: boolean;
@@ -57,7 +62,7 @@ declare const DaoNavItem: {
57
62
  };
58
63
  }>> & {
59
64
  onClick?: ((...args: any[]) => any) | undefined;
60
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "icon" | "title" | "index" | "isActive" | "isExactActive" | "external" | "locked" | "useNormalMode" | "href">;
65
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "icon" | "title" | "index" | "ellipsis" | "isActive" | "isExactActive" | "external" | "locked" | "useNormalMode" | "href">;
61
66
  $attrs: {
62
67
  [x: string]: unknown;
63
68
  };
@@ -96,6 +101,10 @@ declare const DaoNavItem: {
96
101
  type: StringConstructor;
97
102
  default: string;
98
103
  };
104
+ ellipsis: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
99
108
  external: {
100
109
  type: BooleanConstructor;
101
110
  default: boolean;
@@ -133,6 +142,7 @@ declare const DaoNavItem: {
133
142
  icon: string;
134
143
  title: string;
135
144
  index: import("./props").IndexType;
145
+ ellipsis: boolean;
136
146
  isActive: boolean;
137
147
  isExactActive: boolean;
138
148
  external: boolean;
@@ -184,6 +194,10 @@ declare const DaoNavItem: {
184
194
  type: StringConstructor;
185
195
  default: string;
186
196
  };
197
+ ellipsis: {
198
+ type: BooleanConstructor;
199
+ default: boolean;
200
+ };
187
201
  external: {
188
202
  type: BooleanConstructor;
189
203
  default: boolean;
@@ -245,6 +259,10 @@ declare const DaoNavItem: {
245
259
  type: StringConstructor;
246
260
  default: string;
247
261
  };
262
+ ellipsis: {
263
+ type: BooleanConstructor;
264
+ default: boolean;
265
+ };
248
266
  external: {
249
267
  type: BooleanConstructor;
250
268
  default: boolean;
@@ -282,6 +300,7 @@ declare const DaoNavItem: {
282
300
  icon: string;
283
301
  title: string;
284
302
  index: import("./props").IndexType;
303
+ ellipsis: boolean;
285
304
  isActive: boolean;
286
305
  isExactActive: boolean;
287
306
  external: boolean;
@@ -23,6 +23,10 @@ declare const _default: import("vue").DefineComponent<{
23
23
  type: StringConstructor;
24
24
  default: string;
25
25
  };
26
+ ellipsis: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
26
30
  external: {
27
31
  type: BooleanConstructor;
28
32
  default: boolean;
@@ -78,6 +82,10 @@ declare const _default: import("vue").DefineComponent<{
78
82
  type: StringConstructor;
79
83
  default: string;
80
84
  };
85
+ ellipsis: {
86
+ type: BooleanConstructor;
87
+ default: boolean;
88
+ };
81
89
  external: {
82
90
  type: BooleanConstructor;
83
91
  default: boolean;
@@ -101,6 +109,7 @@ declare const _default: import("vue").DefineComponent<{
101
109
  icon: string;
102
110
  title: string;
103
111
  index: import("./props").IndexType;
112
+ ellipsis: boolean;
104
113
  isActive: boolean;
105
114
  isExactActive: boolean;
106
115
  external: boolean;
@@ -8,6 +8,7 @@ declare const DaoNavSub: {
8
8
  icon: string;
9
9
  title: string;
10
10
  index: import("./props").IndexType;
11
+ ellipsis: boolean;
11
12
  isActive: boolean;
12
13
  isExactActive: boolean;
13
14
  external: boolean;
@@ -48,6 +49,10 @@ declare const DaoNavSub: {
48
49
  type: BooleanConstructor;
49
50
  default: boolean;
50
51
  };
52
+ ellipsis: {
53
+ type: BooleanConstructor;
54
+ default: boolean;
55
+ };
51
56
  locked: {
52
57
  type: BooleanConstructor;
53
58
  default: boolean;
@@ -62,7 +67,7 @@ declare const DaoNavSub: {
62
67
  };
63
68
  }>> & {
64
69
  onClick?: ((...args: any[]) => any) | undefined;
65
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "icon" | "title" | "index" | "isActive" | "isExactActive" | "external" | "locked" | "useNormalMode" | "href" | "fold">;
70
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "icon" | "title" | "index" | "ellipsis" | "isActive" | "isExactActive" | "external" | "locked" | "useNormalMode" | "href" | "fold">;
66
71
  $attrs: {
67
72
  [x: string]: unknown;
68
73
  };
@@ -109,6 +114,10 @@ declare const DaoNavSub: {
109
114
  type: BooleanConstructor;
110
115
  default: boolean;
111
116
  };
117
+ ellipsis: {
118
+ type: BooleanConstructor;
119
+ default: boolean;
120
+ };
112
121
  locked: {
113
122
  type: BooleanConstructor;
114
123
  default: boolean;
@@ -148,6 +157,7 @@ declare const DaoNavSub: {
148
157
  icon: string;
149
158
  title: string;
150
159
  index: import("./props").IndexType;
160
+ ellipsis: boolean;
151
161
  isActive: boolean;
152
162
  isExactActive: boolean;
153
163
  external: boolean;
@@ -208,6 +218,10 @@ declare const DaoNavSub: {
208
218
  type: BooleanConstructor;
209
219
  default: boolean;
210
220
  };
221
+ ellipsis: {
222
+ type: BooleanConstructor;
223
+ default: boolean;
224
+ };
211
225
  locked: {
212
226
  type: BooleanConstructor;
213
227
  default: boolean;
@@ -279,6 +293,10 @@ declare const DaoNavSub: {
279
293
  type: BooleanConstructor;
280
294
  default: boolean;
281
295
  };
296
+ ellipsis: {
297
+ type: BooleanConstructor;
298
+ default: boolean;
299
+ };
282
300
  locked: {
283
301
  type: BooleanConstructor;
284
302
  default: boolean;
@@ -318,6 +336,7 @@ declare const DaoNavSub: {
318
336
  icon: string;
319
337
  title: string;
320
338
  index: import("./props").IndexType;
339
+ ellipsis: boolean;
321
340
  isActive: boolean;
322
341
  isExactActive: boolean;
323
342
  external: boolean;
@@ -32,6 +32,10 @@ declare const _default: import("vue").DefineComponent<{
32
32
  type: BooleanConstructor;
33
33
  default: boolean;
34
34
  };
35
+ ellipsis: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
35
39
  locked: {
36
40
  type: BooleanConstructor;
37
41
  default: boolean;
@@ -97,6 +101,10 @@ declare const _default: import("vue").DefineComponent<{
97
101
  type: BooleanConstructor;
98
102
  default: boolean;
99
103
  };
104
+ ellipsis: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
100
108
  locked: {
101
109
  type: BooleanConstructor;
102
110
  default: boolean;
@@ -116,6 +124,7 @@ declare const _default: import("vue").DefineComponent<{
116
124
  icon: string;
117
125
  title: string;
118
126
  index: IndexType;
127
+ ellipsis: boolean;
119
128
  isActive: boolean;
120
129
  isExactActive: boolean;
121
130
  external: boolean;
@@ -74,6 +74,10 @@ export declare const navSubProps: {
74
74
  type: BooleanConstructor;
75
75
  default: boolean;
76
76
  };
77
+ ellipsis: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
77
81
  locked: {
78
82
  type: BooleanConstructor;
79
83
  default: boolean;
@@ -116,6 +120,10 @@ export declare const navItemProps: {
116
120
  type: StringConstructor;
117
121
  default: string;
118
122
  };
123
+ ellipsis: {
124
+ type: BooleanConstructor;
125
+ default: boolean;
126
+ };
119
127
  external: {
120
128
  type: BooleanConstructor;
121
129
  default: boolean;