@sdata/web-vue 2.2.1 → 2.6.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 +1 -1
- package/dist/sd.css +117 -191
- package/dist/sd.min.css +1 -1
- package/es/_components/picker/input-range.vue.d.ts +2 -2
- package/es/_components/transition/expand-transition.vue.d.ts +2 -2
- package/es/_hooks/use-responsive.d.ts +2 -2
- package/es/_hooks/use-theme-mode.d.ts +3 -0
- package/es/{calendar/hooks/use-calendar-theme.js → _hooks/use-theme-mode.js} +14 -10
- package/es/_utils/date.d.ts +10 -9
- package/es/_utils/date.js +23 -7
- package/es/_utils/responsive-observe.d.ts +5 -4
- package/es/_utils/responsive-observe.js +2 -1
- package/es/alert/index.d.ts +3 -3
- package/es/anchor/anchor.vue.d.ts +52 -2
- package/es/anchor/anchor.vue_vue_type_script_setup_true_lang.js +75 -15
- package/es/anchor/index.d.ts +78 -3
- package/es/avatar/index.d.ts +20 -20
- package/es/border-beam/border-beam.js +5 -0
- package/es/border-beam/border-beam.vue.d.ts +52 -0
- package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +623 -0
- package/es/border-beam/index.d.ts +106 -0
- package/es/border-beam/index.js +10 -0
- package/es/border-beam/pulseDriver.d.ts +2 -0
- package/es/border-beam/pulseDriver.js +74 -0
- package/es/border-beam/style/css.js +2 -0
- package/es/border-beam/style/index.css +21 -0
- package/es/border-beam/style/index.d.ts +2 -0
- package/es/border-beam/style/index.js +2 -0
- package/es/border-beam/style/index.scss +12 -0
- package/es/border-beam/style/token.scss +12 -0
- package/es/border-beam/styles.d.ts +42 -0
- package/es/border-beam/styles.js +3545 -0
- package/es/border-beam/types.d.ts +27 -0
- package/es/button/button.vue.d.ts +16 -3
- package/es/button/button.vue_vue_type_script_setup_true_lang.js +39 -9
- package/es/button/index.d.ts +43 -24
- package/es/button/interface.d.ts +1 -0
- package/es/calendar/components/cell.vue.d.ts +26 -26
- package/es/calendar/components/index.vue.d.ts +1 -1
- package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/calendar/index.d.ts +5 -5
- package/es/carousel/index.d.ts +3 -3
- package/es/cascader/cascader.vue.d.ts +8 -8
- package/es/checkbox/checkbox.d.ts +3 -3
- package/es/collapse/collapse-item.d.ts +5 -5
- package/es/collapse/index.d.ts +3 -3
- package/es/components.d.ts +1 -0
- package/es/config-provider/config-provider.vue.d.ts +9 -0
- package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +10 -1
- package/es/config-provider/context.d.ts +1 -0
- package/es/config-provider/index.d.ts +36 -21
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/date-picker/hooks/use-cell-class-name.d.ts +1 -0
- package/es/date-picker/hooks/use-cell-class-name.js +3 -2
- package/es/date-picker/hooks/use-header-value.d.ts +2 -0
- package/es/date-picker/hooks/use-header-value.js +23 -19
- package/es/date-picker/hooks/use-picker-state.d.ts +2 -0
- package/es/date-picker/hooks/use-picker-state.js +3 -3
- package/es/date-picker/hooks/use-range-header-value.d.ts +2 -0
- package/es/date-picker/hooks/use-range-header-value.js +5 -1
- package/es/date-picker/hooks/use-range-picker-state.d.ts +2 -0
- package/es/date-picker/hooks/use-range-picker-state.js +3 -3
- package/es/date-picker/hooks/use-value-format.d.ts +5 -3
- package/es/date-picker/hooks/use-value-format.js +10 -8
- package/es/date-picker/index.d.ts +1373 -12
- package/es/date-picker/interface.d.ts +7 -0
- package/es/date-picker/panels/body.vue.d.ts +24 -6
- package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +13 -12
- package/es/date-picker/panels/date/index.vue.d.ts +26 -8
- package/es/date-picker/panels/date/index.vue_vue_type_script_setup_true_lang.js +18 -9
- package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +13 -20
- package/es/date-picker/panels/month/index.vue.d.ts +13 -8
- package/es/date-picker/panels/month/index.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/date-picker/panels/quarter/index.vue.d.ts +13 -8
- package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +2 -6
- package/es/date-picker/panels/week/index.vue.d.ts +13 -1
- package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +5 -2
- package/es/date-picker/panels/year/index.vue.d.ts +13 -8
- package/es/date-picker/panels/year/index.vue_vue_type_script_setup_true_lang.js +25 -15
- package/es/date-picker/picker-panel.vue.d.ts +56 -14
- package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +36 -19
- package/es/date-picker/picker.vue.d.ts +951 -3
- package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +91 -29
- package/es/date-picker/range-picker-panel.vue.d.ts +77 -15
- package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +52 -28
- package/es/date-picker/range-picker.vue.d.ts +1348 -4
- package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +114 -34
- package/es/descriptions/index.d.ts +24 -24
- package/es/drawer/drawer.vue.d.ts +5 -5
- package/es/drawer/index.d.ts +15 -15
- package/es/dropdown/dropdown-button.vue.d.ts +4 -4
- package/es/dropdown/index.d.ts +15 -15
- package/es/ellipsis/ellipsis.vue.d.ts +7 -7
- package/es/ellipsis/performant-ellipsis.vue.d.ts +5 -5
- package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +10 -10
- package/es/icon/icon-menu/icon-menu.js +5 -0
- package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-menu/index.js +9 -0
- package/es/image/preview-toolbar.vue.d.ts +2 -3
- package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/image/preview.vue.d.ts +2 -2
- package/es/index.css +117 -191
- package/es/index.d.ts +3 -1
- package/es/index.js +3 -2
- package/es/index.scss +1 -0
- package/es/input/index.d.ts +7 -7
- package/es/input/input-password.vue.d.ts +3 -3
- package/es/json-form/index.d.ts +9 -9
- package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/json-form/json-form.vue.d.ts +3 -3
- package/es/layout/content.vue.d.ts +2 -2
- package/es/layout/content.vue_vue_type_script_setup_true_lang.js +8 -3
- package/es/layout/context.d.ts +12 -9
- package/es/layout/context.js +11 -3
- package/es/layout/footer.vue.d.ts +2 -2
- package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +8 -3
- package/es/layout/header.vue.d.ts +3 -30
- package/es/layout/header.vue_vue_type_script_setup_true_lang.js +9 -339
- package/es/layout/hooks/use-has-sider.d.ts +2 -0
- package/es/layout/hooks/use-has-sider.js +38 -0
- package/es/layout/index.d.ts +91 -380
- package/es/layout/index.js +2 -2
- package/es/layout/interface.d.ts +12 -46
- package/es/layout/layout.vue.d.ts +4 -2
- package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +38 -14
- package/es/layout/sider.vue.d.ts +47 -183
- package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +191 -370
- package/es/layout/style/index.css +112 -190
- package/es/layout/style/index.scss +127 -239
- package/es/layout/style/token.scss +46 -26
- package/es/link/index.d.ts +6 -6
- package/es/list/index.d.ts +18 -18
- package/es/locale/interface.d.ts +2 -0
- package/es/locale/lang/ar-eg.js +46 -0
- package/es/locale/lang/de-de.js +46 -0
- package/es/locale/lang/es-es.js +46 -0
- package/es/locale/lang/fr-fr.js +46 -0
- package/es/locale/lang/id-id.js +46 -0
- package/es/locale/lang/it-it.js +46 -0
- package/es/locale/lang/km-kh.js +46 -0
- package/es/locale/lang/ko-kr.js +46 -0
- package/es/locale/lang/ms-my.js +46 -0
- package/es/locale/lang/pt-pt.js +46 -0
- package/es/locale/lang/th-th.js +46 -0
- package/es/locale/lang/vi-vn.js +46 -0
- package/es/mention/mention.js +2 -0
- package/es/menu/base-menu.vue.d.ts +1 -1
- package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +14 -14
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +12 -12
- package/es/menu/menu.js +3 -3
- package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/modal/index.d.ts +22 -20
- package/es/modal/index.js +47 -11
- package/es/modal/interface.d.ts +5 -0
- package/es/modal/modal.vue.d.ts +4 -4
- package/es/popconfirm/index.d.ts +12 -12
- package/es/popover/index.d.ts +12 -12
- package/es/progress/index.d.ts +6 -6
- package/es/qr-code/index.d.ts +3 -3
- package/es/radio/radio.d.ts +3 -3
- package/es/resize-box/resize-box.vue.d.ts +4 -4
- package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +7 -7
- package/es/result/index.d.ts +3 -3
- package/es/scrollbar/style/index.css +1 -1
- package/es/scrollbar/style/index.scss +4 -1
- package/es/sd-vue.js +3 -1
- package/es/select/select.d.ts +17 -17
- package/es/slider/index.d.ts +3 -3
- package/es/split/split.vue.d.ts +4 -4
- package/es/split/split.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/steps/index.d.ts +6 -6
- package/es/tabs/index.d.ts +6 -6
- package/es/tag/index.d.ts +6 -6
- package/es/tag/tag.vue.d.ts +2 -2
- package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/theme-provider/index.d.ts +9 -9
- package/es/time-picker/index.d.ts +6 -6
- package/es/time-picker/time-picker.vue.d.ts +2 -2
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +1 -1
- package/es/tooltip/index.d.ts +3 -3
- package/es/tour/index.d.ts +3 -3
- package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +6 -21
- package/es/tree/expand-transition.vue.d.ts +2 -2
- package/es/tree/node-switcher.vue.d.ts +1 -12
- package/es/tree/node-switcher.vue_vue_type_script_lang.js +1 -5
- package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +23 -23
- package/es/tree-select/tree-select.vue.d.ts +9 -9
- package/es/trigger/trigger.js +2 -1
- package/es/verification-code/verification-code.js +17 -7
- package/json/vetur-attributes.json +76 -156
- package/json/vetur-tags.json +26 -44
- package/json/web-types.json +150 -304
- package/package.json +5 -5
- package/es/_components/render-function.d.ts +0 -14
- package/es/_components/render-function.js +0 -14
- package/es/calendar/hooks/use-calendar-theme.d.ts +0 -4
- package/es/layout/utils.d.ts +0 -1
- package/es/layout/utils.js +0 -11
package/es/avatar/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import _Avatar from './avatar.vue';
|
|
|
5
5
|
declare const Avatar: {
|
|
6
6
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
shape: {
|
|
8
|
-
type: import("vue").PropType<import("./interface").AvatarShape>;
|
|
8
|
+
type: import("vue").PropType<import("./interface.ts").AvatarShape>;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
imageUrl: StringConstructor;
|
|
@@ -15,14 +15,14 @@ declare const Avatar: {
|
|
|
15
15
|
default: boolean;
|
|
16
16
|
};
|
|
17
17
|
triggerType: {
|
|
18
|
-
type: import("vue").PropType<import("./interface").AvatarTriggerType>;
|
|
18
|
+
type: import("vue").PropType<import("./interface.ts").AvatarTriggerType>;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
triggerIconStyle: {
|
|
22
22
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
23
23
|
};
|
|
24
24
|
objectFit: {
|
|
25
|
-
type: import("vue").PropType<import("./interface").ObjectFit>;
|
|
25
|
+
type: import("vue").PropType<import("./interface.ts").ObjectFit>;
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{
|
|
28
28
|
onError?: (() => any) | undefined;
|
|
@@ -33,9 +33,9 @@ declare const Avatar: {
|
|
|
33
33
|
click: (_ev: MouseEvent) => any;
|
|
34
34
|
load: () => any;
|
|
35
35
|
}, import("vue").PublicProps, {
|
|
36
|
-
shape: import("./interface").AvatarShape;
|
|
36
|
+
shape: import("./interface.ts").AvatarShape;
|
|
37
37
|
autoFixFontSize: boolean;
|
|
38
|
-
triggerType: import("./interface").AvatarTriggerType;
|
|
38
|
+
triggerType: import("./interface.ts").AvatarTriggerType;
|
|
39
39
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
40
40
|
P: {};
|
|
41
41
|
B: {};
|
|
@@ -45,7 +45,7 @@ declare const Avatar: {
|
|
|
45
45
|
Defaults: {};
|
|
46
46
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
47
47
|
shape: {
|
|
48
|
-
type: import("vue").PropType<import("./interface").AvatarShape>;
|
|
48
|
+
type: import("vue").PropType<import("./interface.ts").AvatarShape>;
|
|
49
49
|
default: string;
|
|
50
50
|
};
|
|
51
51
|
imageUrl: StringConstructor;
|
|
@@ -55,30 +55,30 @@ declare const Avatar: {
|
|
|
55
55
|
default: boolean;
|
|
56
56
|
};
|
|
57
57
|
triggerType: {
|
|
58
|
-
type: import("vue").PropType<import("./interface").AvatarTriggerType>;
|
|
58
|
+
type: import("vue").PropType<import("./interface.ts").AvatarTriggerType>;
|
|
59
59
|
default: string;
|
|
60
60
|
};
|
|
61
61
|
triggerIconStyle: {
|
|
62
62
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
63
63
|
};
|
|
64
64
|
objectFit: {
|
|
65
|
-
type: import("vue").PropType<import("./interface").ObjectFit>;
|
|
65
|
+
type: import("vue").PropType<import("./interface.ts").ObjectFit>;
|
|
66
66
|
};
|
|
67
67
|
}>> & Readonly<{
|
|
68
68
|
onError?: (() => any) | undefined;
|
|
69
69
|
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
70
70
|
onLoad?: (() => any) | undefined;
|
|
71
71
|
}>, {}, {}, {}, {}, {
|
|
72
|
-
shape: import("./interface").AvatarShape;
|
|
72
|
+
shape: import("./interface.ts").AvatarShape;
|
|
73
73
|
autoFixFontSize: boolean;
|
|
74
|
-
triggerType: import("./interface").AvatarTriggerType;
|
|
74
|
+
triggerType: import("./interface.ts").AvatarTriggerType;
|
|
75
75
|
}>;
|
|
76
76
|
__isFragment?: never;
|
|
77
77
|
__isTeleport?: never;
|
|
78
78
|
__isSuspense?: never;
|
|
79
79
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
80
80
|
shape: {
|
|
81
|
-
type: import("vue").PropType<import("./interface").AvatarShape>;
|
|
81
|
+
type: import("vue").PropType<import("./interface.ts").AvatarShape>;
|
|
82
82
|
default: string;
|
|
83
83
|
};
|
|
84
84
|
imageUrl: StringConstructor;
|
|
@@ -88,14 +88,14 @@ declare const Avatar: {
|
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
90
|
triggerType: {
|
|
91
|
-
type: import("vue").PropType<import("./interface").AvatarTriggerType>;
|
|
91
|
+
type: import("vue").PropType<import("./interface.ts").AvatarTriggerType>;
|
|
92
92
|
default: string;
|
|
93
93
|
};
|
|
94
94
|
triggerIconStyle: {
|
|
95
95
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
96
96
|
};
|
|
97
97
|
objectFit: {
|
|
98
|
-
type: import("vue").PropType<import("./interface").ObjectFit>;
|
|
98
|
+
type: import("vue").PropType<import("./interface.ts").ObjectFit>;
|
|
99
99
|
};
|
|
100
100
|
}>> & Readonly<{
|
|
101
101
|
onError?: (() => any) | undefined;
|
|
@@ -106,9 +106,9 @@ declare const Avatar: {
|
|
|
106
106
|
click: (_ev: MouseEvent) => any;
|
|
107
107
|
load: () => any;
|
|
108
108
|
}, string, {
|
|
109
|
-
shape: import("./interface").AvatarShape;
|
|
109
|
+
shape: import("./interface.ts").AvatarShape;
|
|
110
110
|
autoFixFontSize: boolean;
|
|
111
|
-
triggerType: import("./interface").AvatarTriggerType;
|
|
111
|
+
triggerType: import("./interface.ts").AvatarTriggerType;
|
|
112
112
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
113
113
|
$slots: {
|
|
114
114
|
error?: (props: {}) => any;
|
|
@@ -122,7 +122,7 @@ declare const Avatar: {
|
|
|
122
122
|
}) & {
|
|
123
123
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
124
124
|
shape: {
|
|
125
|
-
type: import("vue").PropType<import("./interface").AvatarShape>;
|
|
125
|
+
type: import("vue").PropType<import("./interface.ts").AvatarShape>;
|
|
126
126
|
default: string;
|
|
127
127
|
};
|
|
128
128
|
size: NumberConstructor;
|
|
@@ -142,11 +142,11 @@ declare const Avatar: {
|
|
|
142
142
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
143
143
|
};
|
|
144
144
|
maxPopoverTriggerProps: {
|
|
145
|
-
type: import("vue").PropType<import("
|
|
145
|
+
type: import("vue").PropType<import("../index.ts").TriggerProps>;
|
|
146
146
|
};
|
|
147
147
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
148
148
|
shape: {
|
|
149
|
-
type: import("vue").PropType<import("./interface").AvatarShape>;
|
|
149
|
+
type: import("vue").PropType<import("./interface.ts").AvatarShape>;
|
|
150
150
|
default: string;
|
|
151
151
|
};
|
|
152
152
|
size: NumberConstructor;
|
|
@@ -166,10 +166,10 @@ declare const Avatar: {
|
|
|
166
166
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
167
167
|
};
|
|
168
168
|
maxPopoverTriggerProps: {
|
|
169
|
-
type: import("vue").PropType<import("
|
|
169
|
+
type: import("vue").PropType<import("../index.ts").TriggerProps>;
|
|
170
170
|
};
|
|
171
171
|
}>> & Readonly<{}>, {
|
|
172
|
-
shape: import("./interface").AvatarShape;
|
|
172
|
+
shape: import("./interface.ts").AvatarShape;
|
|
173
173
|
autoFixFontSize: boolean;
|
|
174
174
|
maxCount: number;
|
|
175
175
|
zIndexAscend: boolean;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import border_beam_vue_vue_type_script_setup_true_lang_default from "./border-beam.vue_vue_type_script_setup_true_lang.js";
|
|
2
|
+
//#region components/border-beam/border-beam.vue
|
|
3
|
+
var border_beam_default = border_beam_vue_vue_type_script_setup_true_lang_default;
|
|
4
|
+
//#endregion
|
|
5
|
+
export { border_beam_default as default };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import type { BorderBeamTheme, BorderBeamSize, BorderBeamColorVariant, BorderBeamExposed } from './types';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
5
|
+
size?: BorderBeamSize;
|
|
6
|
+
colorVariant?: BorderBeamColorVariant;
|
|
7
|
+
theme?: BorderBeamTheme;
|
|
8
|
+
staticColors?: boolean;
|
|
9
|
+
duration?: number;
|
|
10
|
+
active?: boolean;
|
|
11
|
+
borderRadius?: number;
|
|
12
|
+
brightness?: number;
|
|
13
|
+
saturation?: number;
|
|
14
|
+
hueRange?: number;
|
|
15
|
+
strength?: number;
|
|
16
|
+
density?: number;
|
|
17
|
+
}, BorderBeamExposed, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
+
activate: () => any;
|
|
19
|
+
deactivate: () => any;
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
21
|
+
size?: BorderBeamSize;
|
|
22
|
+
colorVariant?: BorderBeamColorVariant;
|
|
23
|
+
theme?: BorderBeamTheme;
|
|
24
|
+
staticColors?: boolean;
|
|
25
|
+
duration?: number;
|
|
26
|
+
active?: boolean;
|
|
27
|
+
borderRadius?: number;
|
|
28
|
+
brightness?: number;
|
|
29
|
+
saturation?: number;
|
|
30
|
+
hueRange?: number;
|
|
31
|
+
strength?: number;
|
|
32
|
+
density?: number;
|
|
33
|
+
}> & Readonly<{
|
|
34
|
+
onActivate?: (() => any) | undefined;
|
|
35
|
+
onDeactivate?: (() => any) | undefined;
|
|
36
|
+
}>, {
|
|
37
|
+
size: BorderBeamSize;
|
|
38
|
+
active: boolean;
|
|
39
|
+
colorVariant: BorderBeamColorVariant;
|
|
40
|
+
theme: BorderBeamTheme;
|
|
41
|
+
staticColors: boolean;
|
|
42
|
+
hueRange: number;
|
|
43
|
+
strength: number;
|
|
44
|
+
density: number;
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
46
|
+
default?: (props: {}) => any;
|
|
47
|
+
}>;
|
|
48
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
49
|
+
new (): {
|
|
50
|
+
$slots: S;
|
|
51
|
+
};
|
|
52
|
+
};
|