@creatorsn/vfluent3 0.3.49 → 0.3.52

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.
@@ -19,7 +19,6 @@ export declare const FvRadio: import("../../types/plugins/component-plugin").Com
19
19
  }, {}, {
20
20
  $theme(): string;
21
21
  isActived(): boolean;
22
- isGroup(): boolean;
23
22
  isDisabled(): any;
24
23
  model: {
25
24
  get(): any;
@@ -27,7 +26,6 @@ export declare const FvRadio: import("../../types/plugins/component-plugin").Com
27
26
  };
28
27
  }, {
29
28
  click(): void;
30
- setGroup(parent: any): void;
31
29
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
32
30
  P: {};
33
31
  B: {};
@@ -54,7 +52,6 @@ export declare const FvRadio: import("../../types/plugins/component-plugin").Com
54
52
  }, {}, {
55
53
  $theme(): string;
56
54
  isActived(): boolean;
57
- isGroup(): boolean;
58
55
  isDisabled(): any;
59
56
  model: {
60
57
  get(): any;
@@ -62,7 +59,6 @@ export declare const FvRadio: import("../../types/plugins/component-plugin").Com
62
59
  };
63
60
  }, {
64
61
  click(): void;
65
- setGroup(parent: any): void;
66
62
  }, {}>;
67
63
  __isFragment?: undefined;
68
64
  __isTeleport?: undefined;
@@ -86,7 +82,6 @@ export declare const FvRadio: import("../../types/plugins/component-plugin").Com
86
82
  }, {}, {
87
83
  $theme(): string;
88
84
  isActived(): boolean;
89
- isGroup(): boolean;
90
85
  isDisabled(): any;
91
86
  model: {
92
87
  get(): any;
@@ -94,7 +89,6 @@ export declare const FvRadio: import("../../types/plugins/component-plugin").Com
94
89
  };
95
90
  }, {
96
91
  click(): void;
97
- setGroup(parent: any): void;
98
92
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
99
93
  $slots: {
100
94
  default: (_: {}) => any;
@@ -18,7 +18,6 @@ declare const _default: {
18
18
  }, {}, {
19
19
  $theme(): string;
20
20
  isActived(): boolean;
21
- isGroup(): boolean;
22
21
  isDisabled(): any;
23
22
  model: {
24
23
  get(): any;
@@ -26,7 +25,6 @@ declare const _default: {
26
25
  };
27
26
  }, {
28
27
  click(): void;
29
- setGroup(parent: any): void;
30
28
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
31
29
  P: {};
32
30
  B: {};
@@ -53,7 +51,6 @@ declare const _default: {
53
51
  }, {}, {
54
52
  $theme(): string;
55
53
  isActived(): boolean;
56
- isGroup(): boolean;
57
54
  isDisabled(): any;
58
55
  model: {
59
56
  get(): any;
@@ -61,7 +58,6 @@ declare const _default: {
61
58
  };
62
59
  }, {
63
60
  click(): void;
64
- setGroup(parent: any): void;
65
61
  }, {}>;
66
62
  __isFragment?: undefined;
67
63
  __isTeleport?: undefined;
@@ -85,7 +81,6 @@ declare const _default: {
85
81
  }, {}, {
86
82
  $theme(): string;
87
83
  isActived(): boolean;
88
- isGroup(): boolean;
89
84
  isDisabled(): any;
90
85
  model: {
91
86
  get(): any;
@@ -93,7 +88,6 @@ declare const _default: {
93
88
  };
94
89
  }, {
95
90
  click(): void;
96
- setGroup(parent: any): void;
97
91
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
98
92
  $slots: {
99
93
  default: (_: {}) => any;
@@ -0,0 +1,290 @@
1
+ import "./style";
2
+ export declare const FvTabView: import("../../types/plugins/component-plugin").ComponentPlugin<{
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
4
+ $props: {
5
+ readonly fontSize?: number | undefined;
6
+ readonly background?: string | undefined;
7
+ readonly borderRadius?: number | undefined;
8
+ readonly padding?: string | undefined;
9
+ readonly theme?: string | undefined;
10
+ readonly disabled?: boolean | undefined;
11
+ readonly lang?: string | undefined;
12
+ readonly modelValue?: (() => null) | undefined;
13
+ readonly foreground?: string | undefined;
14
+ readonly hoverBackground?: string | undefined;
15
+ readonly itemHeight?: number | undefined;
16
+ readonly draggable?: boolean | undefined;
17
+ readonly items?: {
18
+ name: string;
19
+ }[] | undefined;
20
+ readonly choosenForeground?: string | undefined;
21
+ readonly itemWidth?: number | undefined;
22
+ readonly chooseBackground?: string | undefined;
23
+ readonly activeBackground?: string | undefined;
24
+ readonly imgBorderRadius?: number | undefined;
25
+ readonly closable?: boolean | undefined;
26
+ readonly showAddButton?: boolean | undefined;
27
+ readonly addButtonIcon?: string | undefined;
28
+ readonly addButtonBackground?: string | undefined;
29
+ readonly addButtonForeground?: string | undefined;
30
+ readonly closeButtonIcon?: string | undefined;
31
+ readonly closeIconSize?: number | undefined;
32
+ readonly closeButtonForeground?: string | undefined;
33
+ readonly overflowMode?: string | undefined;
34
+ };
35
+ $emit: (event: "add" | "change" | "close" | "update:modelValue" | "update:items" | "reorder", ...args: any[]) => void;
36
+ }, {
37
+ thisItems: never[];
38
+ thisValue: null;
39
+ itemKeySeed: number;
40
+ dragState: {
41
+ dragKey: null;
42
+ dragIndex: number;
43
+ dropKey: null;
44
+ dropPosition: string;
45
+ };
46
+ }, {
47
+ isDisabled(): boolean;
48
+ $theme(): string;
49
+ normalizedOverflowMode(): "scroll" | "shrink";
50
+ overflowClass(): string;
51
+ tabItemSizeStyle(): {
52
+ width: any;
53
+ minWidth: string;
54
+ maxWidth: string;
55
+ flex: string;
56
+ } | {
57
+ width: any;
58
+ minWidth: any;
59
+ maxWidth: any;
60
+ flex?: undefined;
61
+ };
62
+ }, {
63
+ itemsInit(): void;
64
+ generateItemKey(item: any): string;
65
+ findCurrentValue(): void;
66
+ defaultItemInit(): void;
67
+ sameItem(a: any, b: any): boolean;
68
+ itemClick(item: any): void;
69
+ tabDraggable(item: any): any;
70
+ tabClosable(item: any): any;
71
+ handleDragStart(event: any, index: any, item: any): void;
72
+ handleDragOver(event: any, index: any, item: any): void;
73
+ handleDrop(event: any, index: any, item: any): void;
74
+ canDrop(index: any, item: any): boolean;
75
+ computeDropPosition(event: any): "after" | "before";
76
+ reorderItems(targetIndex: any, dropPosition: any): void;
77
+ addClick(event: any): void;
78
+ closeItem(event: any, index: any, item: any): void;
79
+ isDragging(item: any): boolean;
80
+ isDropPosition(item: any, position: any): boolean;
81
+ itemImage(item: any): any;
82
+ itemTitle(item: any): any;
83
+ isURL(url: any): boolean;
84
+ publicItem(item: any): any;
85
+ publicItems(items?: any[]): any[];
86
+ eqal(item: any): boolean;
87
+ valueTrigger(val: any): any;
88
+ formatSize(value: any): any;
89
+ clearDragState(): void;
90
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
91
+ P: {};
92
+ B: {};
93
+ D: {};
94
+ C: {};
95
+ M: {};
96
+ Defaults: {};
97
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, {
98
+ $props: {
99
+ readonly fontSize?: number | undefined;
100
+ readonly background?: string | undefined;
101
+ readonly borderRadius?: number | undefined;
102
+ readonly padding?: string | undefined;
103
+ readonly theme?: string | undefined;
104
+ readonly disabled?: boolean | undefined;
105
+ readonly lang?: string | undefined;
106
+ readonly modelValue?: (() => null) | undefined;
107
+ readonly foreground?: string | undefined;
108
+ readonly hoverBackground?: string | undefined;
109
+ readonly itemHeight?: number | undefined;
110
+ readonly draggable?: boolean | undefined;
111
+ readonly items?: {
112
+ name: string;
113
+ }[] | undefined;
114
+ readonly choosenForeground?: string | undefined;
115
+ readonly itemWidth?: number | undefined;
116
+ readonly chooseBackground?: string | undefined;
117
+ readonly activeBackground?: string | undefined;
118
+ readonly imgBorderRadius?: number | undefined;
119
+ readonly closable?: boolean | undefined;
120
+ readonly showAddButton?: boolean | undefined;
121
+ readonly addButtonIcon?: string | undefined;
122
+ readonly addButtonBackground?: string | undefined;
123
+ readonly addButtonForeground?: string | undefined;
124
+ readonly closeButtonIcon?: string | undefined;
125
+ readonly closeIconSize?: number | undefined;
126
+ readonly closeButtonForeground?: string | undefined;
127
+ readonly overflowMode?: string | undefined;
128
+ };
129
+ $emit: (event: "add" | "change" | "close" | "update:modelValue" | "update:items" | "reorder", ...args: any[]) => void;
130
+ }, {
131
+ thisItems: never[];
132
+ thisValue: null;
133
+ itemKeySeed: number;
134
+ dragState: {
135
+ dragKey: null;
136
+ dragIndex: number;
137
+ dropKey: null;
138
+ dropPosition: string;
139
+ };
140
+ }, {
141
+ isDisabled(): boolean;
142
+ $theme(): string;
143
+ normalizedOverflowMode(): "scroll" | "shrink";
144
+ overflowClass(): string;
145
+ tabItemSizeStyle(): {
146
+ width: any;
147
+ minWidth: string;
148
+ maxWidth: string;
149
+ flex: string;
150
+ } | {
151
+ width: any;
152
+ minWidth: any;
153
+ maxWidth: any;
154
+ flex?: undefined;
155
+ };
156
+ }, {
157
+ itemsInit(): void;
158
+ generateItemKey(item: any): string;
159
+ findCurrentValue(): void;
160
+ defaultItemInit(): void;
161
+ sameItem(a: any, b: any): boolean;
162
+ itemClick(item: any): void;
163
+ tabDraggable(item: any): any;
164
+ tabClosable(item: any): any;
165
+ handleDragStart(event: any, index: any, item: any): void;
166
+ handleDragOver(event: any, index: any, item: any): void;
167
+ handleDrop(event: any, index: any, item: any): void;
168
+ canDrop(index: any, item: any): boolean;
169
+ computeDropPosition(event: any): "after" | "before";
170
+ reorderItems(targetIndex: any, dropPosition: any): void;
171
+ addClick(event: any): void;
172
+ closeItem(event: any, index: any, item: any): void;
173
+ isDragging(item: any): boolean;
174
+ isDropPosition(item: any, position: any): boolean;
175
+ itemImage(item: any): any;
176
+ itemTitle(item: any): any;
177
+ isURL(url: any): boolean;
178
+ publicItem(item: any): any;
179
+ publicItems(items?: any[]): any[];
180
+ eqal(item: any): boolean;
181
+ valueTrigger(val: any): any;
182
+ formatSize(value: any): any;
183
+ clearDragState(): void;
184
+ }, {}>;
185
+ __isFragment?: undefined;
186
+ __isTeleport?: undefined;
187
+ __isSuspense?: undefined;
188
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
189
+ $props: {
190
+ readonly fontSize?: number | undefined;
191
+ readonly background?: string | undefined;
192
+ readonly borderRadius?: number | undefined;
193
+ readonly padding?: string | undefined;
194
+ readonly theme?: string | undefined;
195
+ readonly disabled?: boolean | undefined;
196
+ readonly lang?: string | undefined;
197
+ readonly modelValue?: (() => null) | undefined;
198
+ readonly foreground?: string | undefined;
199
+ readonly hoverBackground?: string | undefined;
200
+ readonly itemHeight?: number | undefined;
201
+ readonly draggable?: boolean | undefined;
202
+ readonly items?: {
203
+ name: string;
204
+ }[] | undefined;
205
+ readonly choosenForeground?: string | undefined;
206
+ readonly itemWidth?: number | undefined;
207
+ readonly chooseBackground?: string | undefined;
208
+ readonly activeBackground?: string | undefined;
209
+ readonly imgBorderRadius?: number | undefined;
210
+ readonly closable?: boolean | undefined;
211
+ readonly showAddButton?: boolean | undefined;
212
+ readonly addButtonIcon?: string | undefined;
213
+ readonly addButtonBackground?: string | undefined;
214
+ readonly addButtonForeground?: string | undefined;
215
+ readonly closeButtonIcon?: string | undefined;
216
+ readonly closeIconSize?: number | undefined;
217
+ readonly closeButtonForeground?: string | undefined;
218
+ readonly overflowMode?: string | undefined;
219
+ };
220
+ $emit: (event: "add" | "change" | "close" | "update:modelValue" | "update:items" | "reorder", ...args: any[]) => void;
221
+ }, {
222
+ thisItems: never[];
223
+ thisValue: null;
224
+ itemKeySeed: number;
225
+ dragState: {
226
+ dragKey: null;
227
+ dragIndex: number;
228
+ dropKey: null;
229
+ dropPosition: string;
230
+ };
231
+ }, {
232
+ isDisabled(): boolean;
233
+ $theme(): string;
234
+ normalizedOverflowMode(): "scroll" | "shrink";
235
+ overflowClass(): string;
236
+ tabItemSizeStyle(): {
237
+ width: any;
238
+ minWidth: string;
239
+ maxWidth: string;
240
+ flex: string;
241
+ } | {
242
+ width: any;
243
+ minWidth: any;
244
+ maxWidth: any;
245
+ flex?: undefined;
246
+ };
247
+ }, {
248
+ itemsInit(): void;
249
+ generateItemKey(item: any): string;
250
+ findCurrentValue(): void;
251
+ defaultItemInit(): void;
252
+ sameItem(a: any, b: any): boolean;
253
+ itemClick(item: any): void;
254
+ tabDraggable(item: any): any;
255
+ tabClosable(item: any): any;
256
+ handleDragStart(event: any, index: any, item: any): void;
257
+ handleDragOver(event: any, index: any, item: any): void;
258
+ handleDrop(event: any, index: any, item: any): void;
259
+ canDrop(index: any, item: any): boolean;
260
+ computeDropPosition(event: any): "after" | "before";
261
+ reorderItems(targetIndex: any, dropPosition: any): void;
262
+ addClick(event: any): void;
263
+ closeItem(event: any, index: any, item: any): void;
264
+ isDragging(item: any): boolean;
265
+ isDropPosition(item: any, position: any): boolean;
266
+ itemImage(item: any): any;
267
+ itemTitle(item: any): any;
268
+ isURL(url: any): boolean;
269
+ publicItem(item: any): any;
270
+ publicItems(items?: any[]): any[];
271
+ eqal(item: any): boolean;
272
+ valueTrigger(val: any): any;
273
+ formatSize(value: any): any;
274
+ clearDragState(): void;
275
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
276
+ $slots: {
277
+ item: (_: {
278
+ item: never;
279
+ index: number;
280
+ eqal: (item: any) => boolean;
281
+ valueTrigger: (val: any) => any;
282
+ }) => any;
283
+ 'close-button': (_: {
284
+ item: never;
285
+ index: number;
286
+ }) => any;
287
+ 'add-button': (_: {}) => any;
288
+ };
289
+ })>;
290
+ export default FvTabView;
@@ -0,0 +1,289 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
3
+ $props: {
4
+ readonly fontSize?: number | undefined;
5
+ readonly background?: string | undefined;
6
+ readonly borderRadius?: number | undefined;
7
+ readonly padding?: string | undefined;
8
+ readonly theme?: string | undefined;
9
+ readonly disabled?: boolean | undefined;
10
+ readonly lang?: string | undefined;
11
+ readonly modelValue?: (() => null) | undefined;
12
+ readonly foreground?: string | undefined;
13
+ readonly hoverBackground?: string | undefined;
14
+ readonly itemHeight?: number | undefined;
15
+ readonly draggable?: boolean | undefined;
16
+ readonly items?: {
17
+ name: string;
18
+ }[] | undefined;
19
+ readonly choosenForeground?: string | undefined;
20
+ readonly itemWidth?: number | undefined;
21
+ readonly chooseBackground?: string | undefined;
22
+ readonly activeBackground?: string | undefined;
23
+ readonly imgBorderRadius?: number | undefined;
24
+ readonly closable?: boolean | undefined;
25
+ readonly showAddButton?: boolean | undefined;
26
+ readonly addButtonIcon?: string | undefined;
27
+ readonly addButtonBackground?: string | undefined;
28
+ readonly addButtonForeground?: string | undefined;
29
+ readonly closeButtonIcon?: string | undefined;
30
+ readonly closeIconSize?: number | undefined;
31
+ readonly closeButtonForeground?: string | undefined;
32
+ readonly overflowMode?: string | undefined;
33
+ };
34
+ $emit: (event: "add" | "change" | "close" | "update:modelValue" | "update:items" | "reorder", ...args: any[]) => void;
35
+ }, {
36
+ thisItems: never[];
37
+ thisValue: null;
38
+ itemKeySeed: number;
39
+ dragState: {
40
+ dragKey: null;
41
+ dragIndex: number;
42
+ dropKey: null;
43
+ dropPosition: string;
44
+ };
45
+ }, {
46
+ isDisabled(): boolean;
47
+ $theme(): string;
48
+ normalizedOverflowMode(): "scroll" | "shrink";
49
+ overflowClass(): string;
50
+ tabItemSizeStyle(): {
51
+ width: any;
52
+ minWidth: string;
53
+ maxWidth: string;
54
+ flex: string;
55
+ } | {
56
+ width: any;
57
+ minWidth: any;
58
+ maxWidth: any;
59
+ flex?: undefined;
60
+ };
61
+ }, {
62
+ itemsInit(): void;
63
+ generateItemKey(item: any): string;
64
+ findCurrentValue(): void;
65
+ defaultItemInit(): void;
66
+ sameItem(a: any, b: any): boolean;
67
+ itemClick(item: any): void;
68
+ tabDraggable(item: any): any;
69
+ tabClosable(item: any): any;
70
+ handleDragStart(event: any, index: any, item: any): void;
71
+ handleDragOver(event: any, index: any, item: any): void;
72
+ handleDrop(event: any, index: any, item: any): void;
73
+ canDrop(index: any, item: any): boolean;
74
+ computeDropPosition(event: any): "after" | "before";
75
+ reorderItems(targetIndex: any, dropPosition: any): void;
76
+ addClick(event: any): void;
77
+ closeItem(event: any, index: any, item: any): void;
78
+ isDragging(item: any): boolean;
79
+ isDropPosition(item: any, position: any): boolean;
80
+ itemImage(item: any): any;
81
+ itemTitle(item: any): any;
82
+ isURL(url: any): boolean;
83
+ publicItem(item: any): any;
84
+ publicItems(items?: any[]): any[];
85
+ eqal(item: any): boolean;
86
+ valueTrigger(val: any): any;
87
+ formatSize(value: any): any;
88
+ clearDragState(): void;
89
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
90
+ P: {};
91
+ B: {};
92
+ D: {};
93
+ C: {};
94
+ M: {};
95
+ Defaults: {};
96
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, {
97
+ $props: {
98
+ readonly fontSize?: number | undefined;
99
+ readonly background?: string | undefined;
100
+ readonly borderRadius?: number | undefined;
101
+ readonly padding?: string | undefined;
102
+ readonly theme?: string | undefined;
103
+ readonly disabled?: boolean | undefined;
104
+ readonly lang?: string | undefined;
105
+ readonly modelValue?: (() => null) | undefined;
106
+ readonly foreground?: string | undefined;
107
+ readonly hoverBackground?: string | undefined;
108
+ readonly itemHeight?: number | undefined;
109
+ readonly draggable?: boolean | undefined;
110
+ readonly items?: {
111
+ name: string;
112
+ }[] | undefined;
113
+ readonly choosenForeground?: string | undefined;
114
+ readonly itemWidth?: number | undefined;
115
+ readonly chooseBackground?: string | undefined;
116
+ readonly activeBackground?: string | undefined;
117
+ readonly imgBorderRadius?: number | undefined;
118
+ readonly closable?: boolean | undefined;
119
+ readonly showAddButton?: boolean | undefined;
120
+ readonly addButtonIcon?: string | undefined;
121
+ readonly addButtonBackground?: string | undefined;
122
+ readonly addButtonForeground?: string | undefined;
123
+ readonly closeButtonIcon?: string | undefined;
124
+ readonly closeIconSize?: number | undefined;
125
+ readonly closeButtonForeground?: string | undefined;
126
+ readonly overflowMode?: string | undefined;
127
+ };
128
+ $emit: (event: "add" | "change" | "close" | "update:modelValue" | "update:items" | "reorder", ...args: any[]) => void;
129
+ }, {
130
+ thisItems: never[];
131
+ thisValue: null;
132
+ itemKeySeed: number;
133
+ dragState: {
134
+ dragKey: null;
135
+ dragIndex: number;
136
+ dropKey: null;
137
+ dropPosition: string;
138
+ };
139
+ }, {
140
+ isDisabled(): boolean;
141
+ $theme(): string;
142
+ normalizedOverflowMode(): "scroll" | "shrink";
143
+ overflowClass(): string;
144
+ tabItemSizeStyle(): {
145
+ width: any;
146
+ minWidth: string;
147
+ maxWidth: string;
148
+ flex: string;
149
+ } | {
150
+ width: any;
151
+ minWidth: any;
152
+ maxWidth: any;
153
+ flex?: undefined;
154
+ };
155
+ }, {
156
+ itemsInit(): void;
157
+ generateItemKey(item: any): string;
158
+ findCurrentValue(): void;
159
+ defaultItemInit(): void;
160
+ sameItem(a: any, b: any): boolean;
161
+ itemClick(item: any): void;
162
+ tabDraggable(item: any): any;
163
+ tabClosable(item: any): any;
164
+ handleDragStart(event: any, index: any, item: any): void;
165
+ handleDragOver(event: any, index: any, item: any): void;
166
+ handleDrop(event: any, index: any, item: any): void;
167
+ canDrop(index: any, item: any): boolean;
168
+ computeDropPosition(event: any): "after" | "before";
169
+ reorderItems(targetIndex: any, dropPosition: any): void;
170
+ addClick(event: any): void;
171
+ closeItem(event: any, index: any, item: any): void;
172
+ isDragging(item: any): boolean;
173
+ isDropPosition(item: any, position: any): boolean;
174
+ itemImage(item: any): any;
175
+ itemTitle(item: any): any;
176
+ isURL(url: any): boolean;
177
+ publicItem(item: any): any;
178
+ publicItems(items?: any[]): any[];
179
+ eqal(item: any): boolean;
180
+ valueTrigger(val: any): any;
181
+ formatSize(value: any): any;
182
+ clearDragState(): void;
183
+ }, {}>;
184
+ __isFragment?: undefined;
185
+ __isTeleport?: undefined;
186
+ __isSuspense?: undefined;
187
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
188
+ $props: {
189
+ readonly fontSize?: number | undefined;
190
+ readonly background?: string | undefined;
191
+ readonly borderRadius?: number | undefined;
192
+ readonly padding?: string | undefined;
193
+ readonly theme?: string | undefined;
194
+ readonly disabled?: boolean | undefined;
195
+ readonly lang?: string | undefined;
196
+ readonly modelValue?: (() => null) | undefined;
197
+ readonly foreground?: string | undefined;
198
+ readonly hoverBackground?: string | undefined;
199
+ readonly itemHeight?: number | undefined;
200
+ readonly draggable?: boolean | undefined;
201
+ readonly items?: {
202
+ name: string;
203
+ }[] | undefined;
204
+ readonly choosenForeground?: string | undefined;
205
+ readonly itemWidth?: number | undefined;
206
+ readonly chooseBackground?: string | undefined;
207
+ readonly activeBackground?: string | undefined;
208
+ readonly imgBorderRadius?: number | undefined;
209
+ readonly closable?: boolean | undefined;
210
+ readonly showAddButton?: boolean | undefined;
211
+ readonly addButtonIcon?: string | undefined;
212
+ readonly addButtonBackground?: string | undefined;
213
+ readonly addButtonForeground?: string | undefined;
214
+ readonly closeButtonIcon?: string | undefined;
215
+ readonly closeIconSize?: number | undefined;
216
+ readonly closeButtonForeground?: string | undefined;
217
+ readonly overflowMode?: string | undefined;
218
+ };
219
+ $emit: (event: "add" | "change" | "close" | "update:modelValue" | "update:items" | "reorder", ...args: any[]) => void;
220
+ }, {
221
+ thisItems: never[];
222
+ thisValue: null;
223
+ itemKeySeed: number;
224
+ dragState: {
225
+ dragKey: null;
226
+ dragIndex: number;
227
+ dropKey: null;
228
+ dropPosition: string;
229
+ };
230
+ }, {
231
+ isDisabled(): boolean;
232
+ $theme(): string;
233
+ normalizedOverflowMode(): "scroll" | "shrink";
234
+ overflowClass(): string;
235
+ tabItemSizeStyle(): {
236
+ width: any;
237
+ minWidth: string;
238
+ maxWidth: string;
239
+ flex: string;
240
+ } | {
241
+ width: any;
242
+ minWidth: any;
243
+ maxWidth: any;
244
+ flex?: undefined;
245
+ };
246
+ }, {
247
+ itemsInit(): void;
248
+ generateItemKey(item: any): string;
249
+ findCurrentValue(): void;
250
+ defaultItemInit(): void;
251
+ sameItem(a: any, b: any): boolean;
252
+ itemClick(item: any): void;
253
+ tabDraggable(item: any): any;
254
+ tabClosable(item: any): any;
255
+ handleDragStart(event: any, index: any, item: any): void;
256
+ handleDragOver(event: any, index: any, item: any): void;
257
+ handleDrop(event: any, index: any, item: any): void;
258
+ canDrop(index: any, item: any): boolean;
259
+ computeDropPosition(event: any): "after" | "before";
260
+ reorderItems(targetIndex: any, dropPosition: any): void;
261
+ addClick(event: any): void;
262
+ closeItem(event: any, index: any, item: any): void;
263
+ isDragging(item: any): boolean;
264
+ isDropPosition(item: any, position: any): boolean;
265
+ itemImage(item: any): any;
266
+ itemTitle(item: any): any;
267
+ isURL(url: any): boolean;
268
+ publicItem(item: any): any;
269
+ publicItems(items?: any[]): any[];
270
+ eqal(item: any): boolean;
271
+ valueTrigger(val: any): any;
272
+ formatSize(value: any): any;
273
+ clearDragState(): void;
274
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
275
+ $slots: {
276
+ item: (_: {
277
+ item: never;
278
+ index: number;
279
+ eqal: (item: any) => boolean;
280
+ valueTrigger: (val: any) => any;
281
+ }) => any;
282
+ 'close-button': (_: {
283
+ item: never;
284
+ index: number;
285
+ }) => any;
286
+ 'add-button': (_: {}) => any;
287
+ };
288
+ });
289
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import "@/styles/theme/base/tab-view/index.scss";
2
+ import "@/styles/theme/light/tab-view/index.scss";
3
+ import "@/styles/theme/dark/tab-view/index.scss";