vft 0.0.161 → 0.0.162
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/es/app-components/button/use-button.d.ts +1 -1
- package/es/components/autocomplete/autocomplete.vue.d.ts +12 -12
- package/es/components/autocomplete/index.d.ts +56 -56
- package/es/components/avatar/index.d.ts +4 -4
- package/es/components/backtop/index.d.ts +4 -4
- package/es/components/button/index.d.ts +20 -20
- package/es/components/clamp-tooltip/index.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +1 -1
- package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/components/config-provider/index.d.ts +8 -8
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker-com/basic-cell-render.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +11 -11
- package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker.d.ts +65 -65
- package/es/components/date-picker/index.d.ts +130 -130
- package/es/components/date-picker/panel-utils.d.ts +20 -20
- package/es/components/date-picker/props/date-picker.d.ts +3 -3
- package/es/components/date-time-select/index.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +15 -15
- package/es/components/empty/index.d.ts +4 -4
- package/es/components/form/index.d.ts +8 -8
- package/es/components/full-screen/index.d.ts +4 -4
- package/es/components/header-layout/index.d.ts +4 -4
- package/es/components/horizontal-menu/index.d.ts +8 -8
- package/es/components/icon-text/index.d.ts +4 -4
- package/es/components/input/index.d.ts +12 -12
- package/es/components/link/index.d.ts +8 -8
- package/es/components/md-code-tabs/index.d.ts +2 -2
- package/es/components/menu/index.d.ts +28 -28
- package/es/components/modal/index.d.ts +12 -12
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/popconfirm/index.d.ts +18 -18
- package/es/components/popover/index.d.ts +4 -4
- package/es/components/popper/composables/use-content.d.ts +2 -2
- package/es/components/popper/index.d.ts +6 -6
- package/es/components/result/index.d.ts +2 -2
- package/es/components/search/index.d.ts +16 -16
- package/es/components/select/useSelect.d.ts +12 -12
- package/es/components/slider/slider.vue.d.ts +6 -6
- package/es/components/space/use-space.d.ts +1 -1
- package/es/components/super-form/index.d.ts +32 -32
- package/es/components/super-form/super-form.vue.d.ts +3 -3
- package/es/components/switch/index.d.ts +4 -4
- package/es/components/table/index.d.ts +132 -132
- package/es/components/table/table.vue.d.ts +14 -14
- package/es/components/table/use/use-data-source.d.ts +1 -1
- package/es/components/tabs/index.d.ts +8 -8
- package/es/components/tag/index.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +6 -6
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +122 -122
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +12 -12
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker.d.ts +61 -61
- package/es/components/time-select/time-select.vue.d.ts +20 -20
- package/es/components/tooltip/index.d.ts +12 -12
- package/es/components/tree/index.d.ts +50 -50
- package/es/components/tree/tree.vue.d.ts +7 -7
- package/es/components/upload/index.d.ts +27 -27
- package/es/components/upload/upload-content.vue.d.ts +1 -1
- package/es/components/upload/upload.vue.d.ts +1 -1
- package/es/components/upload/use-handlers.d.ts +1 -1
- package/es/components/virtual-list/builders/build-list.d.ts +38 -38
- package/es/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/es/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/es/defaults.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +2 -2
- package/es/index.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/vue/install.d.ts +1 -1
- package/es/utils/vue/props/runtime.d.ts +1 -1
- package/lib/app-components/button/use-button.d.ts +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +12 -12
- package/lib/components/autocomplete/index.d.ts +56 -56
- package/lib/components/avatar/index.d.ts +4 -4
- package/lib/components/backtop/index.d.ts +4 -4
- package/lib/components/button/index.d.ts +20 -20
- package/lib/components/clamp-tooltip/index.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +1 -1
- package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/components/config-provider/index.d.ts +8 -8
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker-com/basic-cell-render.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +11 -11
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker.d.ts +65 -65
- package/lib/components/date-picker/index.d.ts +130 -130
- package/lib/components/date-picker/panel-utils.d.ts +20 -20
- package/lib/components/date-picker/props/date-picker.d.ts +3 -3
- package/lib/components/date-time-select/index.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +15 -15
- package/lib/components/empty/index.d.ts +4 -4
- package/lib/components/form/index.d.ts +8 -8
- package/lib/components/full-screen/index.d.ts +4 -4
- package/lib/components/header-layout/index.d.ts +4 -4
- package/lib/components/horizontal-menu/index.d.ts +8 -8
- package/lib/components/icon-text/index.d.ts +4 -4
- package/lib/components/input/index.d.ts +12 -12
- package/lib/components/link/index.d.ts +8 -8
- package/lib/components/md-code-tabs/index.d.ts +2 -2
- package/lib/components/menu/index.d.ts +28 -28
- package/lib/components/modal/index.d.ts +12 -12
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/popconfirm/index.d.ts +18 -18
- package/lib/components/popover/index.d.ts +4 -4
- package/lib/components/popper/composables/use-content.d.ts +2 -2
- package/lib/components/popper/index.d.ts +6 -6
- package/lib/components/result/index.d.ts +2 -2
- package/lib/components/search/index.d.ts +16 -16
- package/lib/components/select/useSelect.d.ts +12 -12
- package/lib/components/slider/slider.vue.d.ts +6 -6
- package/lib/components/space/use-space.d.ts +1 -1
- package/lib/components/super-form/index.d.ts +32 -32
- package/lib/components/super-form/super-form.vue.d.ts +3 -3
- package/lib/components/switch/index.d.ts +4 -4
- package/lib/components/table/index.d.ts +132 -132
- package/lib/components/table/table.vue.d.ts +14 -14
- package/lib/components/table/use/use-data-source.d.ts +1 -1
- package/lib/components/tabs/index.d.ts +8 -8
- package/lib/components/tag/index.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +6 -6
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +122 -122
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +12 -12
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker.d.ts +61 -61
- package/lib/components/time-select/time-select.vue.d.ts +20 -20
- package/lib/components/tooltip/index.d.ts +12 -12
- package/lib/components/tree/index.d.ts +50 -50
- package/lib/components/tree/tree.vue.d.ts +7 -7
- package/lib/components/upload/index.d.ts +27 -27
- package/lib/components/upload/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/upload.vue.d.ts +1 -1
- package/lib/components/upload/use-handlers.d.ts +1 -1
- package/lib/components/virtual-list/builders/build-list.d.ts +38 -38
- package/lib/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/lib/defaults.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/vue/install.d.ts +1 -1
- package/lib/utils/vue/props/runtime.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
|
@@ -53,13 +53,13 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
53
53
|
type: globalThis.PropType<boolean>;
|
|
54
54
|
};
|
|
55
55
|
suffixIcon: {
|
|
56
|
-
type: globalThis.PropType<string | import("
|
|
56
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
57
57
|
};
|
|
58
58
|
prefixIcon: {
|
|
59
|
-
type: globalThis.PropType<string | import("
|
|
59
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
60
60
|
};
|
|
61
61
|
clearIcon: {
|
|
62
|
-
type: globalThis.PropType<string | import("
|
|
62
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
63
63
|
};
|
|
64
64
|
containerRole: {
|
|
65
65
|
type: globalThis.PropType<string>;
|
|
@@ -175,13 +175,13 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
175
175
|
type: globalThis.PropType<boolean>;
|
|
176
176
|
};
|
|
177
177
|
suffixIcon: {
|
|
178
|
-
type: globalThis.PropType<string | import("
|
|
178
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
179
179
|
};
|
|
180
180
|
prefixIcon: {
|
|
181
|
-
type: globalThis.PropType<string | import("
|
|
181
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
182
182
|
};
|
|
183
183
|
clearIcon: {
|
|
184
|
-
type: globalThis.PropType<string | import("
|
|
184
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
185
185
|
};
|
|
186
186
|
containerRole: {
|
|
187
187
|
type: globalThis.PropType<string>;
|
|
@@ -274,13 +274,13 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
274
274
|
type: globalThis.PropType<boolean>;
|
|
275
275
|
};
|
|
276
276
|
suffixIcon: {
|
|
277
|
-
type: globalThis.PropType<string | import("
|
|
277
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
278
278
|
};
|
|
279
279
|
prefixIcon: {
|
|
280
|
-
type: globalThis.PropType<string | import("
|
|
280
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
281
281
|
};
|
|
282
282
|
clearIcon: {
|
|
283
|
-
type: globalThis.PropType<string | import("
|
|
283
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
284
284
|
};
|
|
285
285
|
containerRole: {
|
|
286
286
|
type: globalThis.PropType<string>;
|
|
@@ -384,13 +384,13 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
384
384
|
type: globalThis.PropType<boolean>;
|
|
385
385
|
};
|
|
386
386
|
suffixIcon: {
|
|
387
|
-
type: globalThis.PropType<string | import("
|
|
387
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
388
388
|
};
|
|
389
389
|
prefixIcon: {
|
|
390
|
-
type: globalThis.PropType<string | import("
|
|
390
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
391
391
|
};
|
|
392
392
|
clearIcon: {
|
|
393
|
-
type: globalThis.PropType<string | import("
|
|
393
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
394
394
|
};
|
|
395
395
|
containerRole: {
|
|
396
396
|
type: globalThis.PropType<string>;
|
|
@@ -10,13 +10,13 @@ export declare const VftLink: import("vft/es/utils").SFCWithInstall<{
|
|
|
10
10
|
type: globalThis.PropType<boolean>;
|
|
11
11
|
};
|
|
12
12
|
route: {
|
|
13
|
-
type: globalThis.PropType<import("
|
|
13
|
+
type: globalThis.PropType<import("@vft/router").WinOpenType | import("vue-router").RouteLocationRaw>;
|
|
14
14
|
};
|
|
15
15
|
isReplace: {
|
|
16
16
|
type: globalThis.PropType<boolean>;
|
|
17
17
|
};
|
|
18
18
|
icon: {
|
|
19
|
-
type: globalThis.PropType<import("
|
|
19
|
+
type: globalThis.PropType<import("vft/es/components").IconProps>;
|
|
20
20
|
};
|
|
21
21
|
}>> & {
|
|
22
22
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -33,13 +33,13 @@ export declare const VftLink: import("vft/es/utils").SFCWithInstall<{
|
|
|
33
33
|
type: globalThis.PropType<boolean>;
|
|
34
34
|
};
|
|
35
35
|
route: {
|
|
36
|
-
type: globalThis.PropType<import("
|
|
36
|
+
type: globalThis.PropType<import("@vft/router").WinOpenType | import("vue-router").RouteLocationRaw>;
|
|
37
37
|
};
|
|
38
38
|
isReplace: {
|
|
39
39
|
type: globalThis.PropType<boolean>;
|
|
40
40
|
};
|
|
41
41
|
icon: {
|
|
42
|
-
type: globalThis.PropType<import("
|
|
42
|
+
type: globalThis.PropType<import("vft/es/components").IconProps>;
|
|
43
43
|
};
|
|
44
44
|
}>> & {
|
|
45
45
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -61,13 +61,13 @@ export declare const VftLink: import("vft/es/utils").SFCWithInstall<{
|
|
|
61
61
|
type: globalThis.PropType<boolean>;
|
|
62
62
|
};
|
|
63
63
|
route: {
|
|
64
|
-
type: globalThis.PropType<import("
|
|
64
|
+
type: globalThis.PropType<import("@vft/router").WinOpenType | import("vue-router").RouteLocationRaw>;
|
|
65
65
|
};
|
|
66
66
|
isReplace: {
|
|
67
67
|
type: globalThis.PropType<boolean>;
|
|
68
68
|
};
|
|
69
69
|
icon: {
|
|
70
|
-
type: globalThis.PropType<import("
|
|
70
|
+
type: globalThis.PropType<import("vft/es/components").IconProps>;
|
|
71
71
|
};
|
|
72
72
|
}>> & {
|
|
73
73
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -86,13 +86,13 @@ export declare const VftLink: import("vft/es/utils").SFCWithInstall<{
|
|
|
86
86
|
type: globalThis.PropType<boolean>;
|
|
87
87
|
};
|
|
88
88
|
route: {
|
|
89
|
-
type: globalThis.PropType<import("
|
|
89
|
+
type: globalThis.PropType<import("@vft/router").WinOpenType | import("vue-router").RouteLocationRaw>;
|
|
90
90
|
};
|
|
91
91
|
isReplace: {
|
|
92
92
|
type: globalThis.PropType<boolean>;
|
|
93
93
|
};
|
|
94
94
|
icon: {
|
|
95
|
-
type: globalThis.PropType<import("
|
|
95
|
+
type: globalThis.PropType<import("vft/es/components").IconProps>;
|
|
96
96
|
};
|
|
97
97
|
}>> & {
|
|
98
98
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,7 +4,7 @@ export declare const VftMdCodeTabs: import("vft/es/utils").SFCWithInstall<import
|
|
|
4
4
|
default: number;
|
|
5
5
|
};
|
|
6
6
|
data: {
|
|
7
|
-
type: globalThis.PropType<import("
|
|
7
|
+
type: globalThis.PropType<import("vft/es/components").TabProps[]>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
10
|
id: {
|
|
@@ -23,7 +23,7 @@ export declare const VftMdCodeTabs: import("vft/es/utils").SFCWithInstall<import
|
|
|
23
23
|
default: number;
|
|
24
24
|
};
|
|
25
25
|
data: {
|
|
26
|
-
type: globalThis.PropType<import("
|
|
26
|
+
type: globalThis.PropType<import("vft/es/components").TabProps[]>;
|
|
27
27
|
required: true;
|
|
28
28
|
};
|
|
29
29
|
id: {
|
|
@@ -110,7 +110,7 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
110
110
|
type: globalThis.PropType<boolean>;
|
|
111
111
|
};
|
|
112
112
|
icon: {
|
|
113
|
-
type: globalThis.PropType<string | import("
|
|
113
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
114
114
|
};
|
|
115
115
|
title: {
|
|
116
116
|
type: globalThis.PropType<string | number>;
|
|
@@ -149,7 +149,7 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
149
149
|
type: globalThis.PropType<boolean>;
|
|
150
150
|
};
|
|
151
151
|
icon: {
|
|
152
|
-
type: globalThis.PropType<string | import("
|
|
152
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
153
153
|
};
|
|
154
154
|
title: {
|
|
155
155
|
type: globalThis.PropType<string | number>;
|
|
@@ -191,7 +191,7 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
191
191
|
type: globalThis.PropType<boolean>;
|
|
192
192
|
};
|
|
193
193
|
icon: {
|
|
194
|
-
type: globalThis.PropType<string | import("
|
|
194
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
195
195
|
};
|
|
196
196
|
title: {
|
|
197
197
|
type: globalThis.PropType<string | number>;
|
|
@@ -230,7 +230,7 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
230
230
|
type: globalThis.PropType<boolean>;
|
|
231
231
|
};
|
|
232
232
|
icon: {
|
|
233
|
-
type: globalThis.PropType<string | import("
|
|
233
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
234
234
|
};
|
|
235
235
|
title: {
|
|
236
236
|
type: globalThis.PropType<string | number>;
|
|
@@ -310,7 +310,7 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
310
310
|
type: globalThis.PropType<number>;
|
|
311
311
|
};
|
|
312
312
|
popperClass: {
|
|
313
|
-
type: globalThis.PropType<import("
|
|
313
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
314
314
|
};
|
|
315
315
|
disabled: {
|
|
316
316
|
type: globalThis.PropType<boolean>;
|
|
@@ -319,22 +319,22 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
319
319
|
type: globalThis.PropType<number>;
|
|
320
320
|
};
|
|
321
321
|
expandIcon: {
|
|
322
|
-
type: globalThis.PropType<string | import("
|
|
322
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
323
323
|
};
|
|
324
324
|
collapseIcon: {
|
|
325
|
-
type: globalThis.PropType<string | import("
|
|
325
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
326
326
|
};
|
|
327
327
|
title: {
|
|
328
328
|
type: globalThis.PropType<string>;
|
|
329
329
|
};
|
|
330
330
|
icon: {
|
|
331
|
-
type: globalThis.PropType<string | import("
|
|
331
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
332
332
|
};
|
|
333
333
|
showArrow: {
|
|
334
334
|
type: globalThis.PropType<boolean>;
|
|
335
335
|
};
|
|
336
336
|
toolTipCfg: {
|
|
337
|
-
type: globalThis.PropType<import("
|
|
337
|
+
type: globalThis.PropType<import("vft/es/components").ToolTipProps>;
|
|
338
338
|
};
|
|
339
339
|
teleported: {
|
|
340
340
|
type: globalThis.PropType<boolean>;
|
|
@@ -359,7 +359,7 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
359
359
|
type: globalThis.PropType<number>;
|
|
360
360
|
};
|
|
361
361
|
popperClass: {
|
|
362
|
-
type: globalThis.PropType<import("
|
|
362
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
363
363
|
};
|
|
364
364
|
disabled: {
|
|
365
365
|
type: globalThis.PropType<boolean>;
|
|
@@ -368,22 +368,22 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
368
368
|
type: globalThis.PropType<number>;
|
|
369
369
|
};
|
|
370
370
|
expandIcon: {
|
|
371
|
-
type: globalThis.PropType<string | import("
|
|
371
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
372
372
|
};
|
|
373
373
|
collapseIcon: {
|
|
374
|
-
type: globalThis.PropType<string | import("
|
|
374
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
375
375
|
};
|
|
376
376
|
title: {
|
|
377
377
|
type: globalThis.PropType<string>;
|
|
378
378
|
};
|
|
379
379
|
icon: {
|
|
380
|
-
type: globalThis.PropType<string | import("
|
|
380
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
381
381
|
};
|
|
382
382
|
showArrow: {
|
|
383
383
|
type: globalThis.PropType<boolean>;
|
|
384
384
|
};
|
|
385
385
|
toolTipCfg: {
|
|
386
|
-
type: globalThis.PropType<import("
|
|
386
|
+
type: globalThis.PropType<import("vft/es/components").ToolTipProps>;
|
|
387
387
|
};
|
|
388
388
|
teleported: {
|
|
389
389
|
type: globalThis.PropType<boolean>;
|
|
@@ -412,7 +412,7 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
412
412
|
type: globalThis.PropType<boolean>;
|
|
413
413
|
};
|
|
414
414
|
icon: {
|
|
415
|
-
type: globalThis.PropType<string | import("
|
|
415
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
416
416
|
};
|
|
417
417
|
title: {
|
|
418
418
|
type: globalThis.PropType<string | number>;
|
|
@@ -451,7 +451,7 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
451
451
|
type: globalThis.PropType<boolean>;
|
|
452
452
|
};
|
|
453
453
|
icon: {
|
|
454
|
-
type: globalThis.PropType<string | import("
|
|
454
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
455
455
|
};
|
|
456
456
|
title: {
|
|
457
457
|
type: globalThis.PropType<string | number>;
|
|
@@ -493,7 +493,7 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
493
493
|
type: globalThis.PropType<boolean>;
|
|
494
494
|
};
|
|
495
495
|
icon: {
|
|
496
|
-
type: globalThis.PropType<string | import("
|
|
496
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
497
497
|
};
|
|
498
498
|
title: {
|
|
499
499
|
type: globalThis.PropType<string | number>;
|
|
@@ -532,7 +532,7 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
532
532
|
type: globalThis.PropType<boolean>;
|
|
533
533
|
};
|
|
534
534
|
icon: {
|
|
535
|
-
type: globalThis.PropType<string | import("
|
|
535
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
536
536
|
};
|
|
537
537
|
title: {
|
|
538
538
|
type: globalThis.PropType<string | number>;
|
|
@@ -612,7 +612,7 @@ export declare const VftSubMenu: import("vft/es/utils").SFCWithInstall<import("v
|
|
|
612
612
|
type: globalThis.PropType<number>;
|
|
613
613
|
};
|
|
614
614
|
popperClass: {
|
|
615
|
-
type: globalThis.PropType<import("
|
|
615
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
616
616
|
};
|
|
617
617
|
disabled: {
|
|
618
618
|
type: globalThis.PropType<boolean>;
|
|
@@ -621,22 +621,22 @@ export declare const VftSubMenu: import("vft/es/utils").SFCWithInstall<import("v
|
|
|
621
621
|
type: globalThis.PropType<number>;
|
|
622
622
|
};
|
|
623
623
|
expandIcon: {
|
|
624
|
-
type: globalThis.PropType<string | import("
|
|
624
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
625
625
|
};
|
|
626
626
|
collapseIcon: {
|
|
627
|
-
type: globalThis.PropType<string | import("
|
|
627
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
628
628
|
};
|
|
629
629
|
title: {
|
|
630
630
|
type: globalThis.PropType<string>;
|
|
631
631
|
};
|
|
632
632
|
icon: {
|
|
633
|
-
type: globalThis.PropType<string | import("
|
|
633
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
634
634
|
};
|
|
635
635
|
showArrow: {
|
|
636
636
|
type: globalThis.PropType<boolean>;
|
|
637
637
|
};
|
|
638
638
|
toolTipCfg: {
|
|
639
|
-
type: globalThis.PropType<import("
|
|
639
|
+
type: globalThis.PropType<import("vft/es/components").ToolTipProps>;
|
|
640
640
|
};
|
|
641
641
|
teleported: {
|
|
642
642
|
type: globalThis.PropType<boolean>;
|
|
@@ -661,7 +661,7 @@ export declare const VftSubMenu: import("vft/es/utils").SFCWithInstall<import("v
|
|
|
661
661
|
type: globalThis.PropType<number>;
|
|
662
662
|
};
|
|
663
663
|
popperClass: {
|
|
664
|
-
type: globalThis.PropType<import("
|
|
664
|
+
type: globalThis.PropType<import("vft/es/components/types").ClassType>;
|
|
665
665
|
};
|
|
666
666
|
disabled: {
|
|
667
667
|
type: globalThis.PropType<boolean>;
|
|
@@ -670,22 +670,22 @@ export declare const VftSubMenu: import("vft/es/utils").SFCWithInstall<import("v
|
|
|
670
670
|
type: globalThis.PropType<number>;
|
|
671
671
|
};
|
|
672
672
|
expandIcon: {
|
|
673
|
-
type: globalThis.PropType<string | import("
|
|
673
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
674
674
|
};
|
|
675
675
|
collapseIcon: {
|
|
676
|
-
type: globalThis.PropType<string | import("
|
|
676
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
677
677
|
};
|
|
678
678
|
title: {
|
|
679
679
|
type: globalThis.PropType<string>;
|
|
680
680
|
};
|
|
681
681
|
icon: {
|
|
682
|
-
type: globalThis.PropType<string | import("
|
|
682
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
683
683
|
};
|
|
684
684
|
showArrow: {
|
|
685
685
|
type: globalThis.PropType<boolean>;
|
|
686
686
|
};
|
|
687
687
|
toolTipCfg: {
|
|
688
|
-
type: globalThis.PropType<import("
|
|
688
|
+
type: globalThis.PropType<import("vft/es/components").ToolTipProps>;
|
|
689
689
|
};
|
|
690
690
|
teleported: {
|
|
691
691
|
type: globalThis.PropType<boolean>;
|
|
@@ -96,17 +96,17 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
96
96
|
default: boolean;
|
|
97
97
|
};
|
|
98
98
|
submitButtonOptions: {
|
|
99
|
-
type: globalThis.PropType<import("
|
|
99
|
+
type: globalThis.PropType<import("vft/es/components").ButtonProps>;
|
|
100
100
|
};
|
|
101
101
|
actionRowOptions: {
|
|
102
|
-
type: globalThis.PropType<Partial<import("
|
|
102
|
+
type: globalThis.PropType<Partial<import("vft/es/components").RowProps>>;
|
|
103
103
|
};
|
|
104
104
|
showCancelButton: {
|
|
105
105
|
type: globalThis.PropType<boolean>;
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
108
|
cancelButtonOptions: {
|
|
109
|
-
type: globalThis.PropType<import("
|
|
109
|
+
type: globalThis.PropType<import("vft/es/components").ButtonProps>;
|
|
110
110
|
};
|
|
111
111
|
closeFunc: {
|
|
112
112
|
type: globalThis.PropType<() => Promise<any>>;
|
|
@@ -209,17 +209,17 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
209
209
|
default: boolean;
|
|
210
210
|
};
|
|
211
211
|
submitButtonOptions: {
|
|
212
|
-
type: globalThis.PropType<import("
|
|
212
|
+
type: globalThis.PropType<import("vft/es/components").ButtonProps>;
|
|
213
213
|
};
|
|
214
214
|
actionRowOptions: {
|
|
215
|
-
type: globalThis.PropType<Partial<import("
|
|
215
|
+
type: globalThis.PropType<Partial<import("vft/es/components").RowProps>>;
|
|
216
216
|
};
|
|
217
217
|
showCancelButton: {
|
|
218
218
|
type: globalThis.PropType<boolean>;
|
|
219
219
|
default: boolean;
|
|
220
220
|
};
|
|
221
221
|
cancelButtonOptions: {
|
|
222
|
-
type: globalThis.PropType<import("
|
|
222
|
+
type: globalThis.PropType<import("vft/es/components").ButtonProps>;
|
|
223
223
|
};
|
|
224
224
|
closeFunc: {
|
|
225
225
|
type: globalThis.PropType<() => Promise<any>>;
|
|
@@ -348,17 +348,17 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
348
348
|
default: boolean;
|
|
349
349
|
};
|
|
350
350
|
submitButtonOptions: {
|
|
351
|
-
type: globalThis.PropType<import("
|
|
351
|
+
type: globalThis.PropType<import("vft/es/components").ButtonProps>;
|
|
352
352
|
};
|
|
353
353
|
actionRowOptions: {
|
|
354
|
-
type: globalThis.PropType<Partial<import("
|
|
354
|
+
type: globalThis.PropType<Partial<import("vft/es/components").RowProps>>;
|
|
355
355
|
};
|
|
356
356
|
showCancelButton: {
|
|
357
357
|
type: globalThis.PropType<boolean>;
|
|
358
358
|
default: boolean;
|
|
359
359
|
};
|
|
360
360
|
cancelButtonOptions: {
|
|
361
|
-
type: globalThis.PropType<import("
|
|
361
|
+
type: globalThis.PropType<import("vft/es/components").ButtonProps>;
|
|
362
362
|
};
|
|
363
363
|
closeFunc: {
|
|
364
364
|
type: globalThis.PropType<() => Promise<any>>;
|
|
@@ -484,17 +484,17 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
484
484
|
default: boolean;
|
|
485
485
|
};
|
|
486
486
|
submitButtonOptions: {
|
|
487
|
-
type: globalThis.PropType<import("
|
|
487
|
+
type: globalThis.PropType<import("vft/es/components").ButtonProps>;
|
|
488
488
|
};
|
|
489
489
|
actionRowOptions: {
|
|
490
|
-
type: globalThis.PropType<Partial<import("
|
|
490
|
+
type: globalThis.PropType<Partial<import("vft/es/components").RowProps>>;
|
|
491
491
|
};
|
|
492
492
|
showCancelButton: {
|
|
493
493
|
type: globalThis.PropType<boolean>;
|
|
494
494
|
default: boolean;
|
|
495
495
|
};
|
|
496
496
|
cancelButtonOptions: {
|
|
497
|
-
type: globalThis.PropType<import("
|
|
497
|
+
type: globalThis.PropType<import("vft/es/components").ButtonProps>;
|
|
498
498
|
};
|
|
499
499
|
closeFunc: {
|
|
500
500
|
type: globalThis.PropType<() => Promise<any>>;
|
|
@@ -33,13 +33,13 @@ export declare const VftPagination: import("vft/es/utils").SFCWithInstall<import
|
|
|
33
33
|
type: globalThis.PropType<string>;
|
|
34
34
|
};
|
|
35
35
|
prevIcon: {
|
|
36
|
-
type: globalThis.PropType<string | import("
|
|
36
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
37
37
|
};
|
|
38
38
|
nextText: {
|
|
39
39
|
type: globalThis.PropType<string>;
|
|
40
40
|
};
|
|
41
41
|
nextIcon: {
|
|
42
|
-
type: globalThis.PropType<string | import("
|
|
42
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
43
43
|
};
|
|
44
44
|
small: {
|
|
45
45
|
type: globalThis.PropType<boolean>;
|
|
@@ -95,13 +95,13 @@ export declare const VftPagination: import("vft/es/utils").SFCWithInstall<import
|
|
|
95
95
|
type: globalThis.PropType<string>;
|
|
96
96
|
};
|
|
97
97
|
prevIcon: {
|
|
98
|
-
type: globalThis.PropType<string | import("
|
|
98
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
99
99
|
};
|
|
100
100
|
nextText: {
|
|
101
101
|
type: globalThis.PropType<string>;
|
|
102
102
|
};
|
|
103
103
|
nextIcon: {
|
|
104
|
-
type: globalThis.PropType<string | import("
|
|
104
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
105
105
|
};
|
|
106
106
|
small: {
|
|
107
107
|
type: globalThis.PropType<boolean>;
|
|
@@ -12,7 +12,7 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
12
12
|
default: number;
|
|
13
13
|
};
|
|
14
14
|
icon: {
|
|
15
|
-
type: globalThis.PropType<string | import("
|
|
15
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
persistent: {
|
|
@@ -30,11 +30,11 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
30
30
|
type: globalThis.PropType<string>;
|
|
31
31
|
};
|
|
32
32
|
confirmButtonType: {
|
|
33
|
-
type: globalThis.PropType<import("
|
|
33
|
+
type: globalThis.PropType<import("vft/es/components").ButtonType>;
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
cancelButtonType: {
|
|
37
|
-
type: globalThis.PropType<import("
|
|
37
|
+
type: globalThis.PropType<import("vft/es/components").ButtonType>;
|
|
38
38
|
};
|
|
39
39
|
iconColor: {
|
|
40
40
|
type: globalThis.PropType<string>;
|
|
@@ -63,7 +63,7 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
63
63
|
default: number;
|
|
64
64
|
};
|
|
65
65
|
icon: {
|
|
66
|
-
type: globalThis.PropType<string | import("
|
|
66
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
69
|
persistent: {
|
|
@@ -81,11 +81,11 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
81
81
|
type: globalThis.PropType<string>;
|
|
82
82
|
};
|
|
83
83
|
confirmButtonType: {
|
|
84
|
-
type: globalThis.PropType<import("
|
|
84
|
+
type: globalThis.PropType<import("vft/es/components").ButtonType>;
|
|
85
85
|
default: string;
|
|
86
86
|
};
|
|
87
87
|
cancelButtonType: {
|
|
88
|
-
type: globalThis.PropType<import("
|
|
88
|
+
type: globalThis.PropType<import("vft/es/components").ButtonType>;
|
|
89
89
|
};
|
|
90
90
|
iconColor: {
|
|
91
91
|
type: globalThis.PropType<string>;
|
|
@@ -101,10 +101,10 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
101
101
|
}, {
|
|
102
102
|
width: string | number;
|
|
103
103
|
hideAfter: number;
|
|
104
|
-
icon: string | import("
|
|
104
|
+
icon: string | import("vft/es/components").IconProps;
|
|
105
105
|
persistent: boolean;
|
|
106
106
|
teleported: boolean;
|
|
107
|
-
confirmButtonType: import("
|
|
107
|
+
confirmButtonType: import("vft/es/components").ButtonType;
|
|
108
108
|
iconColor: string;
|
|
109
109
|
hideIcon: boolean;
|
|
110
110
|
}, true, {}, {}, {
|
|
@@ -127,7 +127,7 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
127
127
|
default: number;
|
|
128
128
|
};
|
|
129
129
|
icon: {
|
|
130
|
-
type: globalThis.PropType<string | import("
|
|
130
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
131
131
|
default: string;
|
|
132
132
|
};
|
|
133
133
|
persistent: {
|
|
@@ -145,11 +145,11 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
145
145
|
type: globalThis.PropType<string>;
|
|
146
146
|
};
|
|
147
147
|
confirmButtonType: {
|
|
148
|
-
type: globalThis.PropType<import("
|
|
148
|
+
type: globalThis.PropType<import("vft/es/components").ButtonType>;
|
|
149
149
|
default: string;
|
|
150
150
|
};
|
|
151
151
|
cancelButtonType: {
|
|
152
|
-
type: globalThis.PropType<import("
|
|
152
|
+
type: globalThis.PropType<import("vft/es/components").ButtonType>;
|
|
153
153
|
};
|
|
154
154
|
iconColor: {
|
|
155
155
|
type: globalThis.PropType<string>;
|
|
@@ -165,10 +165,10 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
165
165
|
}, {}, {}, {}, {}, {
|
|
166
166
|
width: string | number;
|
|
167
167
|
hideAfter: number;
|
|
168
|
-
icon: string | import("
|
|
168
|
+
icon: string | import("vft/es/components").IconProps;
|
|
169
169
|
persistent: boolean;
|
|
170
170
|
teleported: boolean;
|
|
171
|
-
confirmButtonType: import("
|
|
171
|
+
confirmButtonType: import("vft/es/components").ButtonType;
|
|
172
172
|
iconColor: string;
|
|
173
173
|
hideIcon: boolean;
|
|
174
174
|
}>;
|
|
@@ -188,7 +188,7 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
188
188
|
default: number;
|
|
189
189
|
};
|
|
190
190
|
icon: {
|
|
191
|
-
type: globalThis.PropType<string | import("
|
|
191
|
+
type: globalThis.PropType<string | import("vft/es/components").IconProps>;
|
|
192
192
|
default: string;
|
|
193
193
|
};
|
|
194
194
|
persistent: {
|
|
@@ -206,11 +206,11 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
206
206
|
type: globalThis.PropType<string>;
|
|
207
207
|
};
|
|
208
208
|
confirmButtonType: {
|
|
209
|
-
type: globalThis.PropType<import("
|
|
209
|
+
type: globalThis.PropType<import("vft/es/components").ButtonType>;
|
|
210
210
|
default: string;
|
|
211
211
|
};
|
|
212
212
|
cancelButtonType: {
|
|
213
|
-
type: globalThis.PropType<import("
|
|
213
|
+
type: globalThis.PropType<import("vft/es/components").ButtonType>;
|
|
214
214
|
};
|
|
215
215
|
iconColor: {
|
|
216
216
|
type: globalThis.PropType<string>;
|
|
@@ -229,10 +229,10 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
229
229
|
}, string, {
|
|
230
230
|
width: string | number;
|
|
231
231
|
hideAfter: number;
|
|
232
|
-
icon: string | import("
|
|
232
|
+
icon: string | import("vft/es/components").IconProps;
|
|
233
233
|
persistent: boolean;
|
|
234
234
|
teleported: boolean;
|
|
235
|
-
confirmButtonType: import("
|
|
235
|
+
confirmButtonType: import("vft/es/components").ButtonType;
|
|
236
236
|
iconColor: string;
|
|
237
237
|
hideIcon: boolean;
|
|
238
238
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
3
3
|
trigger: {
|
|
4
|
-
type: globalThis.PropType<import("
|
|
4
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
5
5
|
};
|
|
6
6
|
placement: {
|
|
7
7
|
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
@@ -80,7 +80,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
|
|
|
80
80
|
"update:visible": (...args: any[]) => void;
|
|
81
81
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
82
82
|
trigger: {
|
|
83
|
-
type: globalThis.PropType<import("
|
|
83
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
84
84
|
};
|
|
85
85
|
placement: {
|
|
86
86
|
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
@@ -157,7 +157,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
|
|
|
157
157
|
Defaults: {};
|
|
158
158
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
159
159
|
trigger: {
|
|
160
|
-
type: globalThis.PropType<import("
|
|
160
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
161
161
|
};
|
|
162
162
|
placement: {
|
|
163
163
|
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
@@ -234,7 +234,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
|
|
|
234
234
|
__isSuspense?: undefined;
|
|
235
235
|
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
236
236
|
trigger: {
|
|
237
|
-
type: globalThis.PropType<import("
|
|
237
|
+
type: globalThis.PropType<import("vft/es/components").TooltipTriggerType>;
|
|
238
238
|
};
|
|
239
239
|
placement: {
|
|
240
240
|
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
@@ -21,8 +21,8 @@ export declare const usePopperContent: (props: PopperContentProps) => {
|
|
|
21
21
|
orderedModifiers?: Modifier<any, any>[] | undefined;
|
|
22
22
|
rects?: import("@popperjs/core").StateRects | undefined;
|
|
23
23
|
scrollParents?: {
|
|
24
|
-
reference: (Element | import("@popperjs/core").
|
|
25
|
-
popper: (Element | import("@popperjs/core").
|
|
24
|
+
reference: (Element | import("@popperjs/core").VisualViewport | import("@popperjs/core").Window)[];
|
|
25
|
+
popper: (Element | import("@popperjs/core").VisualViewport | import("@popperjs/core").Window)[];
|
|
26
26
|
} | undefined;
|
|
27
27
|
styles?: {
|
|
28
28
|
[key: string]: Partial<CSSStyleDeclaration>;
|