@topvisor/ui 0.9.33 → 0.9.34-utils-components-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.
- package/.chunks/{datepicker-D1JLNEmV.es.js → datepicker-BGhDjLcn.es.js} +2 -2
- package/.chunks/{datepicker-D1JLNEmV.es.js.map → datepicker-BGhDjLcn.es.js.map} +1 -1
- package/.chunks/{datepicker-5QMJRJn-.amd.js → datepicker-DM6aPyRB.amd.js} +2 -2
- package/.chunks/{datepicker-5QMJRJn-.amd.js.map → datepicker-DM6aPyRB.amd.js.map} +1 -1
- package/.chunks/{forms-S36M7cBH.es.js → forms-CRAV8PiZ.es.js} +328 -312
- package/.chunks/forms-CRAV8PiZ.es.js.map +1 -0
- package/.chunks/forms-Cksc7Rb7.amd.js +3 -0
- package/.chunks/forms-Cksc7Rb7.amd.js.map +1 -0
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-BfCj7kQR.es.js → listItem.vue_vue_type_script_setup_true_lang-C2XaxeNZ.es.js} +9 -9
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-BfCj7kQR.es.js.map → listItem.vue_vue_type_script_setup_true_lang-C2XaxeNZ.es.js.map} +1 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CpNwVBHY.amd.js +2 -0
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-C7tg-67i.amd.js.map → listItem.vue_vue_type_script_setup_true_lang-CpNwVBHY.amd.js.map} +1 -1
- package/.chunks/{menu-v5knQbeF.es.js → menu-BWjYRHkQ.es.js} +8 -8
- package/.chunks/menu-BWjYRHkQ.es.js.map +1 -0
- package/.chunks/{menu-S1Hk7D3W.amd.js → menu-BX8GV8-v.amd.js} +2 -2
- package/.chunks/menu-BX8GV8-v.amd.js.map +1 -0
- package/.chunks/{popup-DncRq57t.amd.js → popup-3fVBIqu0.amd.js} +3 -3
- package/.chunks/{popup-DncRq57t.amd.js.map → popup-3fVBIqu0.amd.js.map} +1 -1
- package/.chunks/{popup-BK3xlBZm.es.js → popup-BWTP6yaC.es.js} +3 -3
- package/.chunks/{popup-BK3xlBZm.es.js.map → popup-BWTP6yaC.es.js.map} +1 -1
- package/.chunks/punycode.es6-C2yitnNb.amd.js +2 -0
- package/.chunks/punycode.es6-C2yitnNb.amd.js.map +1 -0
- package/.chunks/punycode.es6-CNI-zL6U.es.js +134 -0
- package/.chunks/punycode.es6-CNI-zL6U.es.js.map +1 -0
- package/assets/core.css +1 -1
- package/assets/dark.css +1 -1
- package/assets/forms.css +1 -1
- package/assets/formsExt.css +1 -1
- package/assets/light.css +1 -1
- package/core/core.amd.js +1 -1
- package/core/core.js +1 -1
- package/core/directives/focus.amd.js +2 -0
- package/core/directives/focus.amd.js.map +1 -0
- package/core/directives/focus.d.ts +3 -0
- package/core/directives/focus.js +5 -0
- package/core/directives/focus.js.map +1 -0
- package/core/directives/sticky.amd.js +2 -0
- package/core/directives/sticky.amd.js.map +1 -0
- package/core/directives/sticky.d.ts +3 -0
- package/core/directives/sticky.js +5 -0
- package/core/directives/sticky.js.map +1 -0
- package/core/directives/swimUp.amd.js +2 -0
- package/core/directives/swimUp.amd.js.map +1 -0
- package/core/directives/swimUp.d.ts +3 -0
- package/core/directives/swimUp.js +5 -0
- package/core/directives/swimUp.js.map +1 -0
- package/core/directives/tooltip.amd.js +2 -0
- package/core/directives/tooltip.amd.js.map +1 -0
- package/core/directives/tooltip.d.ts +3 -0
- package/core/directives/tooltip.js +5 -0
- package/core/directives/tooltip.js.map +1 -0
- package/core/plugin/plugin.amd.js +2 -0
- package/core/plugin/plugin.amd.js.map +1 -0
- package/core/plugin/plugin.d.ts +3 -0
- package/core/plugin/plugin.js +23 -0
- package/core/plugin/plugin.js.map +1 -0
- package/forms/forms.amd.js +1 -1
- package/forms/forms.js +14 -14
- package/formsExt/formsExt.amd.js +1 -1
- package/formsExt/formsExt.amd.js.map +1 -1
- package/formsExt/formsExt.js +122 -363
- package/formsExt/formsExt.js.map +1 -1
- package/package.json +32 -24
- package/popup/popup.amd.js +1 -1
- package/popup/popup.amd.js.map +1 -1
- package/popup/popup.js +47 -6
- package/popup/popup.js.map +1 -1
- package/popup/worker.amd.js +1 -1
- package/popup/worker.js +3 -3
- package/project/project.amd.js +1 -1
- package/project/project.amd.js.map +1 -1
- package/project/project.js +15 -15
- package/project/project.js.map +1 -1
- package/src/components/forms/avatar/avatar.stories.d.ts +15 -14
- package/src/components/forms/avatar/avatar.vue.d.ts +7 -6
- package/src/components/forms/button/button.stories.d.ts +59 -57
- package/src/components/forms/button/button.vue.d.ts +10 -8
- package/src/components/forms/checkbox/checkbox.stories.d.ts +34 -33
- package/src/components/forms/checkbox/checkbox.vue.d.ts +17 -16
- package/src/components/forms/controlLabel/controlLabel.stories.d.ts +14 -13
- package/src/components/forms/controlLabel/controlLabel.vue.d.ts +4 -3
- package/src/components/forms/forms.d.ts +33 -13
- package/src/components/forms/hint/hint.stories.d.ts +23 -22
- package/src/components/forms/hint/hint.vue.d.ts +4 -3
- package/src/components/forms/input/input.stories.d.ts +64 -62
- package/src/components/forms/input/input.vue.d.ts +10 -8
- package/src/components/forms/inputDate/inputDate.d.ts +1 -1
- package/src/components/forms/inputDate/inputDate.stories.d.ts +31 -29
- package/src/components/forms/inputDate/inputDate.vue.d.ts +6 -5
- package/src/components/forms/inputRange/inputRange.stories.d.ts +84 -81
- package/src/components/forms/inputRange/inputRange.vue.d.ts +2 -1
- package/src/components/forms/loadbar/loadbar.stories.d.ts +2 -1
- package/src/components/forms/loadbar/loadbar.vue.d.ts +2 -1
- package/src/components/forms/radio/radio.stories.d.ts +32 -31
- package/src/components/forms/radio/radio.vue.d.ts +5 -4
- package/src/components/forms/select/select.stories.d.ts +24 -22
- package/src/components/forms/select/select.vue.d.ts +25 -23
- package/src/components/forms/switcher/switcher.stories.d.ts +32 -31
- package/src/components/forms/switcher/switcher.vue.d.ts +5 -4
- package/src/components/forms/textarea/textarea.stories.d.ts +24 -23
- package/src/components/forms/textarea/textarea.vue.d.ts +6 -5
- package/src/components/formsExt/editArea/editArea.stories.d.ts +40 -39
- package/src/components/formsExt/editArea/editArea.vue.d.ts +6 -5
- package/src/components/formsExt/editInput/editInput.stories.d.ts +22 -19
- package/src/components/formsExt/editInput/editInput.vue.d.ts +5 -4
- package/src/components/formsExt/formsExt.d.ts +10 -5
- package/src/components/formsExt/menu/menu.stories.d.ts +15 -14
- package/src/components/formsExt/menu/menu.vue.d.ts +17 -16
- package/src/components/formsExt/radioGroup/radioGroup.stories.d.ts +16 -14
- package/src/components/formsExt/radioGroup/radioGroup.vue.d.ts +17 -14
- package/src/components/formsExt/selector2/api.d.ts +2 -2
- package/src/components/formsExt/selector2/selector2.stories.d.ts +67 -65
- package/src/components/popup/popup/listItem.vue.d.ts +5 -4
- package/src/components/popup/popup/opener.vue.d.ts +8 -7
- package/src/components/popup/popup/popup.stories.d.ts +198 -193
- package/src/components/popup/popup/popup.vue.d.ts +9 -8
- package/src/components/popup/popup/widgetInput.vue.d.ts +31 -28
- package/src/components/popup/popup.d.ts +10 -4
- package/src/components/popup/worker.d.ts +4 -1
- package/src/components/project/project.d.ts +4 -1
- package/src/components/project/selectorCompetitors/composables.d.ts +2 -1
- package/src/components/project/selectorCompetitors/selectorCompetitors.stories.d.ts +9 -8
- package/src/components/project/selectorCompetitors/selectorCompetitors.vue.d.ts +10 -9
- package/src/components/project/selectorCompetitors/stories/items.d.ts +2 -1
- package/src/components/tabs/tabs/content.vue.d.ts +4 -3
- package/src/components/tabs/tabs/tab.vue.d.ts +4 -3
- package/src/components/tabs/tabs/tabs.stories.d.ts +165 -162
- package/src/components/tabs/tabs/tabs.vue.d.ts +4 -3
- package/src/components/tabs/tabs.d.ts +8 -3
- package/src/components/tabsView/tabsView/menu.vue.d.ts +7 -6
- package/src/components/tabsView/tabsView/menuDelimeter.vue.d.ts +2 -1
- package/src/components/tabsView/tabsView/menuItem.vue.d.ts +6 -5
- package/src/components/tabsView/tabsView/menuTitle.vue.d.ts +4 -3
- package/src/components/tabsView/tabsView/store.d.ts +126 -69
- package/src/components/tabsView/tabsView/tabsView.d.ts +1 -1
- package/src/components/tabsView/tabsView/tabsView.stories.d.ts +95 -94
- package/src/components/tabsView/tabsView/tabsView.vue.d.ts +13 -12
- package/src/components/tabsView/tabsView//320/255/320/273/320/265/320/274/320/265/320/275/321/202/321/213/MenuItem.stories.d.ts +93 -92
- package/src/components/tabsView/tabsView//320/255/320/273/320/265/320/274/320/265/320/275/321/202/321/213/MenuTitle.stories.d.ts +45 -44
- package/src/components/tabsView/tabsView.d.ts +8 -3
- package/src/core/core/core.d.ts +1 -0
- package/src/core/core/page.d.ts +4 -0
- package/src/core/core/state.d.ts +4 -0
- package/src/core/directives/focus.d.ts +9 -0
- package/src/core/directives/sticky.d.ts +11 -0
- package/src/core/directives/swimUp.d.ts +10 -0
- package/src/core/directives/tooltip.d.ts +11 -0
- package/src/core/plugin/plugin.d.ts +48 -0
- package/src/core/utils/device.d.ts +6 -0
- package/src/core/utils/image.d.ts +12 -0
- package/src/core/utils/number.d.ts +7 -0
- package/src/core/utils/store/plugin.d.ts +2 -1
- package/src/core/utils/string.d.ts +4 -0
- package/tabs/tabs.amd.js +1 -1
- package/tabs/tabs.amd.js.map +1 -1
- package/tabs/tabs.js +23 -23
- package/tabs/tabs.js.map +1 -1
- package/tabsView/tabsView.amd.js +1 -1
- package/tabsView/tabsView.amd.js.map +1 -1
- package/tabsView/tabsView.js +72 -73
- package/tabsView/tabsView.js.map +1 -1
- package/utils/date.amd.js +1 -1
- package/utils/date.js +7 -7
- package/utils/device.amd.js +1 -1
- package/utils/device.js +9 -8
- package/utils/image.amd.js +2 -0
- package/utils/image.amd.js.map +1 -0
- package/utils/image.d.ts +1 -0
- package/utils/image.js +13 -0
- package/utils/image.js.map +1 -0
- package/utils/number.amd.js +2 -0
- package/utils/number.amd.js.map +1 -0
- package/utils/number.d.ts +1 -0
- package/utils/number.js +9 -0
- package/utils/number.js.map +1 -0
- package/utils/scroll.amd.js +1 -1
- package/utils/scroll.js +1 -1
- package/utils/string.amd.js +1 -1
- package/utils/string.amd.js.map +1 -1
- package/utils/string.js +20 -13
- package/utils/string.js.map +1 -1
- package/utils/system.amd.js +1 -1
- package/utils/system.amd.js.map +1 -1
- package/utils/system.js +8 -8
- package/utils/system.js.map +1 -1
- package/utils/url.amd.js +2 -2
- package/utils/url.amd.js.map +1 -1
- package/utils/url.js +40 -168
- package/utils/url.js.map +1 -1
- package/utils/window.amd.js +1 -1
- package/utils/window.js +1 -1
- package/web-types.json +62 -0
- package/.chunks/forms-B2NcBl7S.amd.js +0 -3
- package/.chunks/forms-B2NcBl7S.amd.js.map +0 -1
- package/.chunks/forms-S36M7cBH.es.js.map +0 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C7tg-67i.amd.js +0 -2
- package/.chunks/menu-S1Hk7D3W.amd.js.map +0 -1
- package/.chunks/menu-v5knQbeF.es.js.map +0 -1
- package/.chunks/widgetInput-Br5COpvG.es.js +0 -46
- package/.chunks/widgetInput-Br5COpvG.es.js.map +0 -1
- package/.chunks/widgetInput-CrrUoVPc.amd.js +0 -2
- package/.chunks/widgetInput-CrrUoVPc.amd.js.map +0 -1
- package/src/components/formsExt/selector2/itemMulti.vue.d.ts +0 -17
- package/src/components/formsExt/selector2/selector2.vue.d.ts +0 -130
- package/src/core/utils/common.d.ts +0 -21
- package/utils/common.amd.js +0 -2
- package/utils/common.amd.js.map +0 -1
- package/utils/common.d.ts +0 -1
- package/utils/common.js +0 -21
- package/utils/common.js.map +0 -1
- /package/assets/{widgetInput.css → popup.css} +0 -0
|
@@ -1,69 +1,74 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, VNodeRef, VNode, VNodeChild, DefineComponent, PublicProps } from 'vue';
|
|
3
|
+
import { Popup } from '../lib/popup';
|
|
4
|
+
import { Size } from '../../forms/helpers';
|
|
5
|
+
import { CaptionType } from '../../forms/input/input';
|
|
6
|
+
import { Color, Style } from '../../forms/button/button';
|
|
2
7
|
|
|
3
8
|
import * as ComponentsConst from './popup';
|
|
4
9
|
declare const meta: {
|
|
5
10
|
component: {
|
|
6
|
-
new (...args: any[]):
|
|
11
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
7
12
|
class: {
|
|
8
|
-
type:
|
|
13
|
+
type: PropType<string>;
|
|
9
14
|
};
|
|
10
15
|
id: {
|
|
11
|
-
type:
|
|
16
|
+
type: PropType<string>;
|
|
12
17
|
default: string;
|
|
13
18
|
};
|
|
14
19
|
pos: {
|
|
15
|
-
type:
|
|
20
|
+
type: PropType<ComponentsConst.Pos>;
|
|
16
21
|
default: string;
|
|
17
22
|
};
|
|
18
23
|
notch: {
|
|
19
|
-
type:
|
|
24
|
+
type: PropType<boolean>;
|
|
20
25
|
default: boolean;
|
|
21
26
|
};
|
|
22
27
|
openByHover: {
|
|
23
|
-
type:
|
|
28
|
+
type: PropType<boolean>;
|
|
24
29
|
};
|
|
25
30
|
posBy: {
|
|
26
|
-
type:
|
|
31
|
+
type: PropType<ComponentsConst.PosBy>;
|
|
27
32
|
default: string;
|
|
28
33
|
};
|
|
29
34
|
transitionDuration: {
|
|
30
|
-
type:
|
|
35
|
+
type: PropType<number>;
|
|
31
36
|
};
|
|
32
37
|
}>> & {
|
|
33
38
|
onClose?: (() => any) | undefined;
|
|
34
39
|
onOpen?: (() => any) | undefined;
|
|
35
40
|
onScrollContentList?: ((value: Event) => any) | undefined;
|
|
36
41
|
}, {
|
|
37
|
-
popup:
|
|
38
|
-
}, unknown, {}, {},
|
|
42
|
+
popup: Popup | undefined;
|
|
43
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
39
44
|
open: () => void;
|
|
40
45
|
close: () => void;
|
|
41
46
|
scrollContentList: (value: Event) => void;
|
|
42
|
-
},
|
|
47
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
43
48
|
class: {
|
|
44
|
-
type:
|
|
49
|
+
type: PropType<string>;
|
|
45
50
|
};
|
|
46
51
|
id: {
|
|
47
|
-
type:
|
|
52
|
+
type: PropType<string>;
|
|
48
53
|
default: string;
|
|
49
54
|
};
|
|
50
55
|
pos: {
|
|
51
|
-
type:
|
|
56
|
+
type: PropType<ComponentsConst.Pos>;
|
|
52
57
|
default: string;
|
|
53
58
|
};
|
|
54
59
|
notch: {
|
|
55
|
-
type:
|
|
60
|
+
type: PropType<boolean>;
|
|
56
61
|
default: boolean;
|
|
57
62
|
};
|
|
58
63
|
openByHover: {
|
|
59
|
-
type:
|
|
64
|
+
type: PropType<boolean>;
|
|
60
65
|
};
|
|
61
66
|
posBy: {
|
|
62
|
-
type:
|
|
67
|
+
type: PropType<ComponentsConst.PosBy>;
|
|
63
68
|
default: string;
|
|
64
69
|
};
|
|
65
70
|
transitionDuration: {
|
|
66
|
-
type:
|
|
71
|
+
type: PropType<number>;
|
|
67
72
|
};
|
|
68
73
|
}>> & {
|
|
69
74
|
onClose?: (() => any) | undefined;
|
|
@@ -81,38 +86,38 @@ declare const meta: {
|
|
|
81
86
|
C: {};
|
|
82
87
|
M: {};
|
|
83
88
|
Defaults: {};
|
|
84
|
-
}, Readonly<
|
|
89
|
+
}, Readonly< ExtractPropTypes<{
|
|
85
90
|
class: {
|
|
86
|
-
type:
|
|
91
|
+
type: PropType<string>;
|
|
87
92
|
};
|
|
88
93
|
id: {
|
|
89
|
-
type:
|
|
94
|
+
type: PropType<string>;
|
|
90
95
|
default: string;
|
|
91
96
|
};
|
|
92
97
|
pos: {
|
|
93
|
-
type:
|
|
98
|
+
type: PropType<ComponentsConst.Pos>;
|
|
94
99
|
default: string;
|
|
95
100
|
};
|
|
96
101
|
notch: {
|
|
97
|
-
type:
|
|
102
|
+
type: PropType<boolean>;
|
|
98
103
|
default: boolean;
|
|
99
104
|
};
|
|
100
105
|
openByHover: {
|
|
101
|
-
type:
|
|
106
|
+
type: PropType<boolean>;
|
|
102
107
|
};
|
|
103
108
|
posBy: {
|
|
104
|
-
type:
|
|
109
|
+
type: PropType<ComponentsConst.PosBy>;
|
|
105
110
|
default: string;
|
|
106
111
|
};
|
|
107
112
|
transitionDuration: {
|
|
108
|
-
type:
|
|
113
|
+
type: PropType<number>;
|
|
109
114
|
};
|
|
110
115
|
}>> & {
|
|
111
116
|
onClose?: (() => any) | undefined;
|
|
112
117
|
onOpen?: (() => any) | undefined;
|
|
113
118
|
onScrollContentList?: ((value: Event) => any) | undefined;
|
|
114
119
|
}, {
|
|
115
|
-
popup:
|
|
120
|
+
popup: Popup | undefined;
|
|
116
121
|
}, {}, {}, {}, {
|
|
117
122
|
id: string;
|
|
118
123
|
pos: ComponentsConst.Pos;
|
|
@@ -122,39 +127,39 @@ declare const meta: {
|
|
|
122
127
|
__isFragment?: never;
|
|
123
128
|
__isTeleport?: never;
|
|
124
129
|
__isSuspense?: never;
|
|
125
|
-
} &
|
|
130
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
126
131
|
class: {
|
|
127
|
-
type:
|
|
132
|
+
type: PropType<string>;
|
|
128
133
|
};
|
|
129
134
|
id: {
|
|
130
|
-
type:
|
|
135
|
+
type: PropType<string>;
|
|
131
136
|
default: string;
|
|
132
137
|
};
|
|
133
138
|
pos: {
|
|
134
|
-
type:
|
|
139
|
+
type: PropType<ComponentsConst.Pos>;
|
|
135
140
|
default: string;
|
|
136
141
|
};
|
|
137
142
|
notch: {
|
|
138
|
-
type:
|
|
143
|
+
type: PropType<boolean>;
|
|
139
144
|
default: boolean;
|
|
140
145
|
};
|
|
141
146
|
openByHover: {
|
|
142
|
-
type:
|
|
147
|
+
type: PropType<boolean>;
|
|
143
148
|
};
|
|
144
149
|
posBy: {
|
|
145
|
-
type:
|
|
150
|
+
type: PropType<ComponentsConst.PosBy>;
|
|
146
151
|
default: string;
|
|
147
152
|
};
|
|
148
153
|
transitionDuration: {
|
|
149
|
-
type:
|
|
154
|
+
type: PropType<number>;
|
|
150
155
|
};
|
|
151
156
|
}>> & {
|
|
152
157
|
onClose?: (() => any) | undefined;
|
|
153
158
|
onOpen?: (() => any) | undefined;
|
|
154
159
|
onScrollContentList?: ((value: Event) => any) | undefined;
|
|
155
160
|
}, {
|
|
156
|
-
popup:
|
|
157
|
-
}, unknown, {}, {},
|
|
161
|
+
popup: Popup | undefined;
|
|
162
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
158
163
|
open: () => void;
|
|
159
164
|
close: () => void;
|
|
160
165
|
scrollContentList: (value: Event) => void;
|
|
@@ -163,7 +168,7 @@ declare const meta: {
|
|
|
163
168
|
pos: ComponentsConst.Pos;
|
|
164
169
|
notch: boolean;
|
|
165
170
|
posBy: ComponentsConst.PosBy;
|
|
166
|
-
}, {}, string, {}> &
|
|
171
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
167
172
|
$slots: {
|
|
168
173
|
opener?(_: {}): any;
|
|
169
174
|
header?(_: {}): any;
|
|
@@ -192,91 +197,91 @@ export declare const Playground: {
|
|
|
192
197
|
posBy?: ComponentsConst.PosBy | undefined;
|
|
193
198
|
style?: unknown;
|
|
194
199
|
key?: PropertyKey | undefined;
|
|
195
|
-
ref?:
|
|
200
|
+
ref?: VNodeRef | undefined;
|
|
196
201
|
class?: string | undefined;
|
|
197
202
|
ref_for?: boolean | undefined;
|
|
198
203
|
ref_key?: string | undefined;
|
|
199
|
-
onVnodeBeforeMount?: (((vnode:
|
|
200
|
-
onVnodeMounted?: (((vnode:
|
|
201
|
-
onVnodeBeforeUpdate?: (((vnode:
|
|
202
|
-
onVnodeUpdated?: (((vnode:
|
|
203
|
-
onVnodeBeforeUnmount?: (((vnode:
|
|
204
|
-
onVnodeUnmounted?: (((vnode:
|
|
204
|
+
onVnodeBeforeMount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
205
|
+
onVnodeMounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
206
|
+
onVnodeBeforeUpdate?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
|
|
207
|
+
onVnodeUpdated?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
|
|
208
|
+
onVnodeBeforeUnmount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
209
|
+
onVnodeUnmounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
205
210
|
onClose?: (() => any) | undefined;
|
|
206
211
|
readonly openByHover?: boolean | undefined;
|
|
207
212
|
readonly transitionDuration?: number | undefined;
|
|
208
213
|
onOpen?: (() => any) | undefined;
|
|
209
214
|
onScrollContentList?: ((value: Event) => any) | undefined;
|
|
210
|
-
opener?: ((_: {}) => any) |
|
|
211
|
-
header?: ((_: {}) => any) |
|
|
212
|
-
widget?: ((_: {}) => any) |
|
|
213
|
-
content?: ((_: {}) => any) |
|
|
214
|
-
contentList?: ((_: {}) => any) |
|
|
215
|
-
footer?: ((_: {}) => any) |
|
|
215
|
+
opener?: ((_: {}) => any) | VNodeChild;
|
|
216
|
+
header?: ((_: {}) => any) | VNodeChild;
|
|
217
|
+
widget?: ((_: {}) => any) | VNodeChild;
|
|
218
|
+
content?: ((_: {}) => any) | VNodeChild;
|
|
219
|
+
contentList?: ((_: {}) => any) | VNodeChild;
|
|
220
|
+
footer?: ((_: {}) => any) | VNodeChild;
|
|
216
221
|
}) => {
|
|
217
222
|
components: {
|
|
218
223
|
Popup: {
|
|
219
|
-
new (...args: any[]):
|
|
224
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
220
225
|
class: {
|
|
221
|
-
type:
|
|
226
|
+
type: PropType<string>;
|
|
222
227
|
};
|
|
223
228
|
id: {
|
|
224
|
-
type:
|
|
229
|
+
type: PropType<string>;
|
|
225
230
|
default: string;
|
|
226
231
|
};
|
|
227
232
|
pos: {
|
|
228
|
-
type:
|
|
233
|
+
type: PropType<ComponentsConst.Pos>;
|
|
229
234
|
default: string;
|
|
230
235
|
};
|
|
231
236
|
notch: {
|
|
232
|
-
type:
|
|
237
|
+
type: PropType<boolean>;
|
|
233
238
|
default: boolean;
|
|
234
239
|
};
|
|
235
240
|
openByHover: {
|
|
236
|
-
type:
|
|
241
|
+
type: PropType<boolean>;
|
|
237
242
|
};
|
|
238
243
|
posBy: {
|
|
239
|
-
type:
|
|
244
|
+
type: PropType<ComponentsConst.PosBy>;
|
|
240
245
|
default: string;
|
|
241
246
|
};
|
|
242
247
|
transitionDuration: {
|
|
243
|
-
type:
|
|
248
|
+
type: PropType<number>;
|
|
244
249
|
};
|
|
245
250
|
}>> & {
|
|
246
251
|
onClose?: (() => any) | undefined;
|
|
247
252
|
onOpen?: (() => any) | undefined;
|
|
248
253
|
onScrollContentList?: ((value: Event) => any) | undefined;
|
|
249
254
|
}, {
|
|
250
|
-
popup:
|
|
251
|
-
}, unknown, {}, {},
|
|
255
|
+
popup: Popup | undefined;
|
|
256
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
252
257
|
open: () => void;
|
|
253
258
|
close: () => void;
|
|
254
259
|
scrollContentList: (value: Event) => void;
|
|
255
|
-
},
|
|
260
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
256
261
|
class: {
|
|
257
|
-
type:
|
|
262
|
+
type: PropType<string>;
|
|
258
263
|
};
|
|
259
264
|
id: {
|
|
260
|
-
type:
|
|
265
|
+
type: PropType<string>;
|
|
261
266
|
default: string;
|
|
262
267
|
};
|
|
263
268
|
pos: {
|
|
264
|
-
type:
|
|
269
|
+
type: PropType<ComponentsConst.Pos>;
|
|
265
270
|
default: string;
|
|
266
271
|
};
|
|
267
272
|
notch: {
|
|
268
|
-
type:
|
|
273
|
+
type: PropType<boolean>;
|
|
269
274
|
default: boolean;
|
|
270
275
|
};
|
|
271
276
|
openByHover: {
|
|
272
|
-
type:
|
|
277
|
+
type: PropType<boolean>;
|
|
273
278
|
};
|
|
274
279
|
posBy: {
|
|
275
|
-
type:
|
|
280
|
+
type: PropType<ComponentsConst.PosBy>;
|
|
276
281
|
default: string;
|
|
277
282
|
};
|
|
278
283
|
transitionDuration: {
|
|
279
|
-
type:
|
|
284
|
+
type: PropType<number>;
|
|
280
285
|
};
|
|
281
286
|
}>> & {
|
|
282
287
|
onClose?: (() => any) | undefined;
|
|
@@ -294,38 +299,38 @@ export declare const Playground: {
|
|
|
294
299
|
C: {};
|
|
295
300
|
M: {};
|
|
296
301
|
Defaults: {};
|
|
297
|
-
}, Readonly<
|
|
302
|
+
}, Readonly< ExtractPropTypes<{
|
|
298
303
|
class: {
|
|
299
|
-
type:
|
|
304
|
+
type: PropType<string>;
|
|
300
305
|
};
|
|
301
306
|
id: {
|
|
302
|
-
type:
|
|
307
|
+
type: PropType<string>;
|
|
303
308
|
default: string;
|
|
304
309
|
};
|
|
305
310
|
pos: {
|
|
306
|
-
type:
|
|
311
|
+
type: PropType<ComponentsConst.Pos>;
|
|
307
312
|
default: string;
|
|
308
313
|
};
|
|
309
314
|
notch: {
|
|
310
|
-
type:
|
|
315
|
+
type: PropType<boolean>;
|
|
311
316
|
default: boolean;
|
|
312
317
|
};
|
|
313
318
|
openByHover: {
|
|
314
|
-
type:
|
|
319
|
+
type: PropType<boolean>;
|
|
315
320
|
};
|
|
316
321
|
posBy: {
|
|
317
|
-
type:
|
|
322
|
+
type: PropType<ComponentsConst.PosBy>;
|
|
318
323
|
default: string;
|
|
319
324
|
};
|
|
320
325
|
transitionDuration: {
|
|
321
|
-
type:
|
|
326
|
+
type: PropType<number>;
|
|
322
327
|
};
|
|
323
328
|
}>> & {
|
|
324
329
|
onClose?: (() => any) | undefined;
|
|
325
330
|
onOpen?: (() => any) | undefined;
|
|
326
331
|
onScrollContentList?: ((value: Event) => any) | undefined;
|
|
327
332
|
}, {
|
|
328
|
-
popup:
|
|
333
|
+
popup: Popup | undefined;
|
|
329
334
|
}, {}, {}, {}, {
|
|
330
335
|
id: string;
|
|
331
336
|
pos: ComponentsConst.Pos;
|
|
@@ -335,39 +340,39 @@ export declare const Playground: {
|
|
|
335
340
|
__isFragment?: never;
|
|
336
341
|
__isTeleport?: never;
|
|
337
342
|
__isSuspense?: never;
|
|
338
|
-
} &
|
|
343
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
339
344
|
class: {
|
|
340
|
-
type:
|
|
345
|
+
type: PropType<string>;
|
|
341
346
|
};
|
|
342
347
|
id: {
|
|
343
|
-
type:
|
|
348
|
+
type: PropType<string>;
|
|
344
349
|
default: string;
|
|
345
350
|
};
|
|
346
351
|
pos: {
|
|
347
|
-
type:
|
|
352
|
+
type: PropType<ComponentsConst.Pos>;
|
|
348
353
|
default: string;
|
|
349
354
|
};
|
|
350
355
|
notch: {
|
|
351
|
-
type:
|
|
356
|
+
type: PropType<boolean>;
|
|
352
357
|
default: boolean;
|
|
353
358
|
};
|
|
354
359
|
openByHover: {
|
|
355
|
-
type:
|
|
360
|
+
type: PropType<boolean>;
|
|
356
361
|
};
|
|
357
362
|
posBy: {
|
|
358
|
-
type:
|
|
363
|
+
type: PropType<ComponentsConst.PosBy>;
|
|
359
364
|
default: string;
|
|
360
365
|
};
|
|
361
366
|
transitionDuration: {
|
|
362
|
-
type:
|
|
367
|
+
type: PropType<number>;
|
|
363
368
|
};
|
|
364
369
|
}>> & {
|
|
365
370
|
onClose?: (() => any) | undefined;
|
|
366
371
|
onOpen?: (() => any) | undefined;
|
|
367
372
|
onScrollContentList?: ((value: Event) => any) | undefined;
|
|
368
373
|
}, {
|
|
369
|
-
popup:
|
|
370
|
-
}, unknown, {}, {},
|
|
374
|
+
popup: Popup | undefined;
|
|
375
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
371
376
|
open: () => void;
|
|
372
377
|
close: () => void;
|
|
373
378
|
scrollContentList: (value: Event) => void;
|
|
@@ -376,7 +381,7 @@ export declare const Playground: {
|
|
|
376
381
|
pos: ComponentsConst.Pos;
|
|
377
382
|
notch: boolean;
|
|
378
383
|
posBy: ComponentsConst.PosBy;
|
|
379
|
-
}, {}, string, {}> &
|
|
384
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
380
385
|
$slots: {
|
|
381
386
|
opener?(_: {}): any;
|
|
382
387
|
header?(_: {}): any;
|
|
@@ -386,172 +391,172 @@ export declare const Playground: {
|
|
|
386
391
|
footer?(_: {}): any;
|
|
387
392
|
};
|
|
388
393
|
});
|
|
389
|
-
WidgetInput:
|
|
390
|
-
modelValue:
|
|
394
|
+
WidgetInput: DefineComponent<{
|
|
395
|
+
modelValue: PropType<any>;
|
|
391
396
|
icon: {
|
|
392
|
-
type:
|
|
397
|
+
type: PropType<string>;
|
|
393
398
|
};
|
|
394
399
|
icon2: {
|
|
395
|
-
type:
|
|
400
|
+
type: PropType<string>;
|
|
396
401
|
};
|
|
397
402
|
title: {
|
|
398
|
-
type:
|
|
403
|
+
type: PropType<string>;
|
|
399
404
|
};
|
|
400
405
|
size: {
|
|
401
|
-
type:
|
|
406
|
+
type: PropType<Size>;
|
|
402
407
|
};
|
|
403
408
|
name: {
|
|
404
|
-
type:
|
|
409
|
+
type: PropType<string>;
|
|
405
410
|
};
|
|
406
411
|
disabled: {
|
|
407
|
-
type:
|
|
412
|
+
type: PropType<boolean>;
|
|
408
413
|
};
|
|
409
414
|
isError: {
|
|
410
|
-
type:
|
|
415
|
+
type: PropType<boolean>;
|
|
411
416
|
};
|
|
412
417
|
readonly: {
|
|
413
|
-
type:
|
|
418
|
+
type: PropType<boolean>;
|
|
414
419
|
};
|
|
415
420
|
modificator: {
|
|
416
|
-
type:
|
|
421
|
+
type: PropType<string>;
|
|
417
422
|
};
|
|
418
423
|
isLoading: {
|
|
419
|
-
type:
|
|
424
|
+
type: PropType<boolean>;
|
|
420
425
|
};
|
|
421
426
|
addCleaner: {
|
|
422
|
-
type:
|
|
427
|
+
type: PropType<boolean>;
|
|
423
428
|
default: boolean;
|
|
424
429
|
};
|
|
425
430
|
captionType: {
|
|
426
|
-
type:
|
|
431
|
+
type: PropType<CaptionType>;
|
|
427
432
|
};
|
|
428
|
-
}, {}, unknown, {}, {},
|
|
429
|
-
modelValue:
|
|
433
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
434
|
+
modelValue: PropType<any>;
|
|
430
435
|
icon: {
|
|
431
|
-
type:
|
|
436
|
+
type: PropType<string>;
|
|
432
437
|
};
|
|
433
438
|
icon2: {
|
|
434
|
-
type:
|
|
439
|
+
type: PropType<string>;
|
|
435
440
|
};
|
|
436
441
|
title: {
|
|
437
|
-
type:
|
|
442
|
+
type: PropType<string>;
|
|
438
443
|
};
|
|
439
444
|
size: {
|
|
440
|
-
type:
|
|
445
|
+
type: PropType<Size>;
|
|
441
446
|
};
|
|
442
447
|
name: {
|
|
443
|
-
type:
|
|
448
|
+
type: PropType<string>;
|
|
444
449
|
};
|
|
445
450
|
disabled: {
|
|
446
|
-
type:
|
|
451
|
+
type: PropType<boolean>;
|
|
447
452
|
};
|
|
448
453
|
isError: {
|
|
449
|
-
type:
|
|
454
|
+
type: PropType<boolean>;
|
|
450
455
|
};
|
|
451
456
|
readonly: {
|
|
452
|
-
type:
|
|
457
|
+
type: PropType<boolean>;
|
|
453
458
|
};
|
|
454
459
|
modificator: {
|
|
455
|
-
type:
|
|
460
|
+
type: PropType<string>;
|
|
456
461
|
};
|
|
457
462
|
isLoading: {
|
|
458
|
-
type:
|
|
463
|
+
type: PropType<boolean>;
|
|
459
464
|
};
|
|
460
465
|
addCleaner: {
|
|
461
|
-
type:
|
|
466
|
+
type: PropType<boolean>;
|
|
462
467
|
default: boolean;
|
|
463
468
|
};
|
|
464
469
|
captionType: {
|
|
465
|
-
type:
|
|
470
|
+
type: PropType<CaptionType>;
|
|
466
471
|
};
|
|
467
472
|
}>>, {
|
|
468
473
|
addCleaner: boolean;
|
|
469
474
|
}, {}>;
|
|
470
475
|
Button: {
|
|
471
|
-
new (...args: any[]):
|
|
476
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
472
477
|
icon: {
|
|
473
|
-
type:
|
|
478
|
+
type: PropType<string>;
|
|
474
479
|
};
|
|
475
480
|
icon2: {
|
|
476
|
-
type:
|
|
481
|
+
type: PropType<string>;
|
|
477
482
|
};
|
|
478
483
|
title: {
|
|
479
|
-
type:
|
|
484
|
+
type: PropType<string>;
|
|
480
485
|
};
|
|
481
486
|
size: {
|
|
482
|
-
type:
|
|
487
|
+
type: PropType<Size>;
|
|
483
488
|
default: string;
|
|
484
489
|
};
|
|
485
490
|
color: {
|
|
486
|
-
type:
|
|
491
|
+
type: PropType<Color>;
|
|
487
492
|
default: string;
|
|
488
493
|
};
|
|
489
494
|
styling: {
|
|
490
|
-
type:
|
|
495
|
+
type: PropType<Style>;
|
|
491
496
|
default: string;
|
|
492
497
|
};
|
|
493
498
|
name: {
|
|
494
|
-
type:
|
|
499
|
+
type: PropType<string>;
|
|
495
500
|
};
|
|
496
501
|
href: {
|
|
497
|
-
type:
|
|
502
|
+
type: PropType<string>;
|
|
498
503
|
};
|
|
499
504
|
disabled: {
|
|
500
|
-
type:
|
|
505
|
+
type: PropType<boolean>;
|
|
501
506
|
};
|
|
502
507
|
isSubmit: {
|
|
503
|
-
type:
|
|
508
|
+
type: PropType<boolean>;
|
|
504
509
|
};
|
|
505
510
|
isActive: {
|
|
506
|
-
type:
|
|
511
|
+
type: PropType<boolean>;
|
|
507
512
|
};
|
|
508
513
|
isProgress: {
|
|
509
|
-
type:
|
|
514
|
+
type: PropType<boolean>;
|
|
510
515
|
};
|
|
511
|
-
}>>, {}, unknown, {}, {},
|
|
516
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
512
517
|
icon: {
|
|
513
|
-
type:
|
|
518
|
+
type: PropType<string>;
|
|
514
519
|
};
|
|
515
520
|
icon2: {
|
|
516
|
-
type:
|
|
521
|
+
type: PropType<string>;
|
|
517
522
|
};
|
|
518
523
|
title: {
|
|
519
|
-
type:
|
|
524
|
+
type: PropType<string>;
|
|
520
525
|
};
|
|
521
526
|
size: {
|
|
522
|
-
type:
|
|
527
|
+
type: PropType<Size>;
|
|
523
528
|
default: string;
|
|
524
529
|
};
|
|
525
530
|
color: {
|
|
526
|
-
type:
|
|
531
|
+
type: PropType<Color>;
|
|
527
532
|
default: string;
|
|
528
533
|
};
|
|
529
534
|
styling: {
|
|
530
|
-
type:
|
|
535
|
+
type: PropType<Style>;
|
|
531
536
|
default: string;
|
|
532
537
|
};
|
|
533
538
|
name: {
|
|
534
|
-
type:
|
|
539
|
+
type: PropType<string>;
|
|
535
540
|
};
|
|
536
541
|
href: {
|
|
537
|
-
type:
|
|
542
|
+
type: PropType<string>;
|
|
538
543
|
};
|
|
539
544
|
disabled: {
|
|
540
|
-
type:
|
|
545
|
+
type: PropType<boolean>;
|
|
541
546
|
};
|
|
542
547
|
isSubmit: {
|
|
543
|
-
type:
|
|
548
|
+
type: PropType<boolean>;
|
|
544
549
|
};
|
|
545
550
|
isActive: {
|
|
546
|
-
type:
|
|
551
|
+
type: PropType<boolean>;
|
|
547
552
|
};
|
|
548
553
|
isProgress: {
|
|
549
|
-
type:
|
|
554
|
+
type: PropType<boolean>;
|
|
550
555
|
};
|
|
551
556
|
}>>, {
|
|
552
|
-
size:
|
|
553
|
-
color:
|
|
554
|
-
styling:
|
|
557
|
+
size: Size;
|
|
558
|
+
color: Color;
|
|
559
|
+
styling: Style;
|
|
555
560
|
}, true, {}, {}, {
|
|
556
561
|
P: {};
|
|
557
562
|
B: {};
|
|
@@ -559,99 +564,99 @@ export declare const Playground: {
|
|
|
559
564
|
C: {};
|
|
560
565
|
M: {};
|
|
561
566
|
Defaults: {};
|
|
562
|
-
}, Readonly<
|
|
567
|
+
}, Readonly< ExtractPropTypes<{
|
|
563
568
|
icon: {
|
|
564
|
-
type:
|
|
569
|
+
type: PropType<string>;
|
|
565
570
|
};
|
|
566
571
|
icon2: {
|
|
567
|
-
type:
|
|
572
|
+
type: PropType<string>;
|
|
568
573
|
};
|
|
569
574
|
title: {
|
|
570
|
-
type:
|
|
575
|
+
type: PropType<string>;
|
|
571
576
|
};
|
|
572
577
|
size: {
|
|
573
|
-
type:
|
|
578
|
+
type: PropType<Size>;
|
|
574
579
|
default: string;
|
|
575
580
|
};
|
|
576
581
|
color: {
|
|
577
|
-
type:
|
|
582
|
+
type: PropType<Color>;
|
|
578
583
|
default: string;
|
|
579
584
|
};
|
|
580
585
|
styling: {
|
|
581
|
-
type:
|
|
586
|
+
type: PropType<Style>;
|
|
582
587
|
default: string;
|
|
583
588
|
};
|
|
584
589
|
name: {
|
|
585
|
-
type:
|
|
590
|
+
type: PropType<string>;
|
|
586
591
|
};
|
|
587
592
|
href: {
|
|
588
|
-
type:
|
|
593
|
+
type: PropType<string>;
|
|
589
594
|
};
|
|
590
595
|
disabled: {
|
|
591
|
-
type:
|
|
596
|
+
type: PropType<boolean>;
|
|
592
597
|
};
|
|
593
598
|
isSubmit: {
|
|
594
|
-
type:
|
|
599
|
+
type: PropType<boolean>;
|
|
595
600
|
};
|
|
596
601
|
isActive: {
|
|
597
|
-
type:
|
|
602
|
+
type: PropType<boolean>;
|
|
598
603
|
};
|
|
599
604
|
isProgress: {
|
|
600
|
-
type:
|
|
605
|
+
type: PropType<boolean>;
|
|
601
606
|
};
|
|
602
607
|
}>>, {}, {}, {}, {}, {
|
|
603
|
-
size:
|
|
604
|
-
color:
|
|
605
|
-
styling:
|
|
608
|
+
size: Size;
|
|
609
|
+
color: Color;
|
|
610
|
+
styling: Style;
|
|
606
611
|
}>;
|
|
607
612
|
__isFragment?: never;
|
|
608
613
|
__isTeleport?: never;
|
|
609
614
|
__isSuspense?: never;
|
|
610
|
-
} &
|
|
615
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
611
616
|
icon: {
|
|
612
|
-
type:
|
|
617
|
+
type: PropType<string>;
|
|
613
618
|
};
|
|
614
619
|
icon2: {
|
|
615
|
-
type:
|
|
620
|
+
type: PropType<string>;
|
|
616
621
|
};
|
|
617
622
|
title: {
|
|
618
|
-
type:
|
|
623
|
+
type: PropType<string>;
|
|
619
624
|
};
|
|
620
625
|
size: {
|
|
621
|
-
type:
|
|
626
|
+
type: PropType<Size>;
|
|
622
627
|
default: string;
|
|
623
628
|
};
|
|
624
629
|
color: {
|
|
625
|
-
type:
|
|
630
|
+
type: PropType<Color>;
|
|
626
631
|
default: string;
|
|
627
632
|
};
|
|
628
633
|
styling: {
|
|
629
|
-
type:
|
|
634
|
+
type: PropType<Style>;
|
|
630
635
|
default: string;
|
|
631
636
|
};
|
|
632
637
|
name: {
|
|
633
|
-
type:
|
|
638
|
+
type: PropType<string>;
|
|
634
639
|
};
|
|
635
640
|
href: {
|
|
636
|
-
type:
|
|
641
|
+
type: PropType<string>;
|
|
637
642
|
};
|
|
638
643
|
disabled: {
|
|
639
|
-
type:
|
|
644
|
+
type: PropType<boolean>;
|
|
640
645
|
};
|
|
641
646
|
isSubmit: {
|
|
642
|
-
type:
|
|
647
|
+
type: PropType<boolean>;
|
|
643
648
|
};
|
|
644
649
|
isActive: {
|
|
645
|
-
type:
|
|
650
|
+
type: PropType<boolean>;
|
|
646
651
|
};
|
|
647
652
|
isProgress: {
|
|
648
|
-
type:
|
|
653
|
+
type: PropType<boolean>;
|
|
649
654
|
};
|
|
650
|
-
}>>, {}, unknown, {}, {},
|
|
651
|
-
size:
|
|
652
|
-
color:
|
|
653
|
-
styling:
|
|
654
|
-
}, {}, string, {}> &
|
|
655
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
656
|
+
size: Size;
|
|
657
|
+
color: Color;
|
|
658
|
+
styling: Style;
|
|
659
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
655
660
|
$slots: {
|
|
656
661
|
default?(_: {}): any;
|
|
657
662
|
html?(_: {}): any;
|
|
@@ -666,27 +671,27 @@ export declare const Playground: {
|
|
|
666
671
|
posBy?: ComponentsConst.PosBy | undefined;
|
|
667
672
|
style?: unknown;
|
|
668
673
|
key?: PropertyKey | undefined;
|
|
669
|
-
ref?:
|
|
674
|
+
ref?: VNodeRef | undefined;
|
|
670
675
|
class?: string | undefined;
|
|
671
676
|
ref_for?: boolean | undefined;
|
|
672
677
|
ref_key?: string | undefined;
|
|
673
|
-
onVnodeBeforeMount?: (((vnode:
|
|
674
|
-
onVnodeMounted?: (((vnode:
|
|
675
|
-
onVnodeBeforeUpdate?: (((vnode:
|
|
676
|
-
onVnodeUpdated?: (((vnode:
|
|
677
|
-
onVnodeBeforeUnmount?: (((vnode:
|
|
678
|
-
onVnodeUnmounted?: (((vnode:
|
|
678
|
+
onVnodeBeforeMount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
679
|
+
onVnodeMounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
680
|
+
onVnodeBeforeUpdate?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
|
|
681
|
+
onVnodeUpdated?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
|
|
682
|
+
onVnodeBeforeUnmount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
683
|
+
onVnodeUnmounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
679
684
|
onClose?: (() => any) | undefined;
|
|
680
685
|
readonly openByHover?: boolean | undefined;
|
|
681
686
|
readonly transitionDuration?: number | undefined;
|
|
682
687
|
onOpen?: (() => any) | undefined;
|
|
683
688
|
onScrollContentList?: ((value: Event) => any) | undefined;
|
|
684
|
-
opener?: ((_: {}) => any) |
|
|
685
|
-
header?: ((_: {}) => any) |
|
|
686
|
-
widget?: ((_: {}) => any) |
|
|
687
|
-
content?: ((_: {}) => any) |
|
|
688
|
-
contentList?: ((_: {}) => any) |
|
|
689
|
-
footer?: ((_: {}) => any) |
|
|
689
|
+
opener?: ((_: {}) => any) | VNodeChild;
|
|
690
|
+
header?: ((_: {}) => any) | VNodeChild;
|
|
691
|
+
widget?: ((_: {}) => any) | VNodeChild;
|
|
692
|
+
content?: ((_: {}) => any) | VNodeChild;
|
|
693
|
+
contentList?: ((_: {}) => any) | VNodeChild;
|
|
694
|
+
footer?: ((_: {}) => any) | VNodeChild;
|
|
690
695
|
};
|
|
691
696
|
};
|
|
692
697
|
template: string;
|