@topvisor/ui 0.9.32 → 0.9.33-dev
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-B2sjxM3R.amd.js +247 -0
- package/.chunks/datepicker-B2sjxM3R.amd.js.map +1 -0
- package/.chunks/datepicker-V4rjmE4P.es.js +289 -0
- package/.chunks/datepicker-V4rjmE4P.es.js.map +1 -0
- package/.chunks/forms-Dixfp052.amd.js +4 -0
- package/.chunks/forms-Dixfp052.amd.js.map +1 -0
- package/.chunks/forms-o7UeMJFf.es.js +1507 -0
- package/.chunks/forms-o7UeMJFf.es.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-BliXIrA8.es.js} +2 -2
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-BliXIrA8.es.js.map +1 -0
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-C7tg-67i.amd.js → listItem.vue_vue_type_script_setup_true_lang-C0tRJmSC.amd.js} +2 -2
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C0tRJmSC.amd.js.map +1 -0
- package/.chunks/{menu-v5knQbeF.es.js → menu-CHczkYl6.es.js} +2 -2
- package/.chunks/menu-CHczkYl6.es.js.map +1 -0
- package/.chunks/{menu-S1Hk7D3W.amd.js → menu-buQxcAhv.amd.js} +2 -2
- package/.chunks/menu-buQxcAhv.amd.js.map +1 -0
- package/.chunks/{popup-DncRq57t.amd.js → popup-BMNS1F2G.amd.js} +440 -440
- package/.chunks/popup-BMNS1F2G.amd.js.map +1 -0
- package/.chunks/{popup-BK3xlBZm.es.js → popup-CJLGyBwQ.es.js} +485 -485
- package/.chunks/popup-CJLGyBwQ.es.js.map +1 -0
- package/.chunks/store-Bl79G7T_.amd.js.map +1 -1
- package/.chunks/store-PoMCiuBr.es.js.map +1 -1
- package/.chunks/{widgetInput-CrrUoVPc.amd.js → widgetInput-ASxjfQpi.amd.js} +2 -2
- package/.chunks/widgetInput-ASxjfQpi.amd.js.map +1 -0
- package/.chunks/{widgetInput-Br5COpvG.es.js → widgetInput-p8fSQGk9.es.js} +2 -2
- package/.chunks/widgetInput-p8fSQGk9.es.js.map +1 -0
- package/README.md +86 -86
- 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/forms/forms.amd.js +1 -1
- package/forms/forms.js +15 -14
- package/forms/forms.js.map +1 -1
- package/forms/helpers.amd.js.map +1 -1
- package/forms/helpers.js.map +1 -1
- package/formsExt/formsExt.amd.js +1 -1
- package/formsExt/formsExt.amd.js.map +1 -1
- package/formsExt/formsExt.js +82 -82
- package/formsExt/formsExt.js.map +1 -1
- package/icomoon/Read Me.txt +7 -7
- package/icomoon/demo-files/demo.css +161 -161
- package/icomoon/demo-files/demo.js +30 -30
- package/icomoon/demo.html +3379 -3379
- package/icomoon/fonts/Topvisor-2.svg +263 -263
- package/icomoon/style.css +740 -740
- package/package.json +24 -24
- package/popup/popup.amd.js +1 -1
- package/popup/popup.js +2 -2
- package/popup/worker.amd.js +1 -1
- package/popup/worker.amd.js.map +1 -1
- package/popup/worker.js +2 -2
- package/popup/worker.js.map +1 -1
- package/project/project.amd.js +1 -1
- package/project/project.amd.js.map +1 -1
- package/project/project.js +3 -3
- package/project/project.js.map +1 -1
- package/require/css.amd.js +11 -11
- 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 +62 -60
- package/src/components/forms/button/button.vue.d.ts +14 -14
- package/src/components/forms/checkbox/checkbox.stories.d.ts +37 -37
- package/src/components/forms/checkbox/checkbox.vue.d.ts +20 -23
- package/src/components/forms/controlLabel/controlLabel.stories.d.ts +17 -16
- package/src/components/forms/controlLabel/controlLabel.vue.d.ts +5 -6
- package/src/components/forms/forms.d.ts +8 -0
- package/src/components/forms/hint/hint.stories.d.ts +87 -22
- package/src/components/forms/hint/hint.vue.d.ts +4 -3
- package/src/components/forms/input/input.stories.d.ts +67 -65
- package/src/components/forms/input/input.vue.d.ts +13 -13
- package/src/components/forms/inputDate/datepicker.d.ts +2 -0
- 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 +124 -89
- package/src/components/forms/inputRange/inputRange.vue.d.ts +3 -4
- 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 +35 -34
- package/src/components/forms/radio/radio.vue.d.ts +8 -9
- package/src/components/forms/select/select.stories.d.ts +24 -22
- package/src/components/forms/select/select.vue.d.ts +25 -24
- package/src/components/forms/switcher/switcher.stories.d.ts +35 -34
- package/src/components/forms/switcher/switcher.vue.d.ts +8 -9
- 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 +25 -22
- package/src/components/formsExt/editInput/editInput.vue.d.ts +8 -9
- package/src/components/formsExt/menu/menu.stories.d.ts +16 -15
- package/src/components/formsExt/menu/menu.vue.d.ts +16 -15
- 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 +3 -3
- package/src/components/formsExt/selector2/itemMulti.vue.d.ts +5 -4
- package/src/components/formsExt/selector2/selector2.stories.d.ts +98 -97
- package/src/components/formsExt/selector2/selector2.vue.d.ts +47 -47
- package/src/components/popup/popup/listItem.vue.d.ts +9 -10
- package/src/components/popup/popup/opener.vue.d.ts +11 -12
- package/src/components/popup/popup/popup.stories.d.ts +271 -202
- package/src/components/popup/popup/popup.vue.d.ts +17 -18
- package/src/components/popup/popup/widgetInput.vue.d.ts +31 -28
- package/src/components/project/selectorCompetitors/composables.d.ts +2 -2
- package/src/components/project/selectorCompetitors/selectorCompetitors.stories.d.ts +9 -8
- package/src/components/project/selectorCompetitors/selectorCompetitors.vue.d.ts +10 -10
- package/src/components/project/selectorCompetitors/stories/items.d.ts +2 -1
- package/src/components/tabs/tabs/content.vue.d.ts +5 -6
- package/src/components/tabs/tabs/tab.vue.d.ts +5 -6
- package/src/components/tabs/tabs/tabs.stories.d.ts +244 -177
- package/src/components/tabs/tabs/tabs.vue.d.ts +5 -6
- package/src/components/tabsView/tabsView/menu.vue.d.ts +10 -11
- package/src/components/tabsView/tabsView/menuDelimeter.vue.d.ts +2 -1
- package/src/components/tabsView/tabsView/menuItem.vue.d.ts +9 -10
- package/src/components/tabsView/tabsView/menuTitle.vue.d.ts +5 -6
- package/src/components/tabsView/tabsView/store.d.ts +129 -72
- package/src/components/tabsView/tabsView/tabsView.d.ts +1 -1
- package/src/components/tabsView/tabsView/tabsView.stories.d.ts +107 -106
- package/src/components/tabsView/tabsView/tabsView.vue.d.ts +16 -17
- 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 +102 -101
- 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 +54 -53
- package/src/core/core/core.d.ts +2 -1
- package/src/core/core/page.d.ts +4 -0
- package/src/core/core/plugin.d.ts +38 -0
- package/src/core/core/state.d.ts +4 -0
- package/src/core/utils/device.d.ts +9 -0
- package/src/core/utils/image.d.ts +12 -0
- package/src/core/utils/number.d.ts +7 -0
- package/src/core/utils/price.d.ts +1 -1
- package/src/core/utils/store/localStorage.d.ts +1 -1
- package/src/core/utils/store/plugin.d.ts +2 -1
- package/src/core/utils/store/store.d.ts +2 -2
- package/src/core/utils/string.d.ts +5 -1
- package/tabs/tabs.amd.js +1 -1
- package/tabs/tabs.js +1 -1
- package/tabsView/tabsView.amd.js +1 -1
- package/tabsView/tabsView.amd.js.map +1 -1
- package/tabsView/tabsView.js +2 -2
- package/tabsView/tabsView.js.map +1 -1
- package/utils/check.amd.js +1 -1
- package/utils/check.amd.js.map +1 -1
- package/utils/check.js +5 -22
- package/utils/check.js.map +1 -1
- package/utils/css.amd.js.map +1 -1
- package/utils/css.js.map +1 -1
- package/utils/date.amd.js +1 -1
- package/utils/date.js +4 -4
- package/utils/device.amd.js +1 -1
- package/utils/device.js +7 -6
- package/utils/dom.amd.js.map +1 -1
- package/utils/dom.js.map +1 -1
- 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/keyboard.amd.js.map +1 -1
- package/utils/keyboard.js.map +1 -1
- 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/price.amd.js.map +1 -1
- package/utils/price.js.map +1 -1
- package/utils/route.amd.js.map +1 -1
- package/utils/route.js.map +1 -1
- package/utils/scroll.amd.js +1 -1
- package/utils/scroll.amd.js.map +1 -1
- package/utils/scroll.js +1 -1
- package/utils/scroll.js.map +1 -1
- package/utils/string.amd.js +1 -1
- package/utils/string.amd.js.map +1 -1
- package/utils/string.js +17 -128
- 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 +1 -2
- package/utils/url.amd.js.map +1 -1
- package/utils/url.js +8 -173
- package/utils/url.js.map +1 -1
- package/utils/window.amd.js +1 -1
- package/utils/window.js +1 -1
- package/.chunks/datepicker-5QMJRJn-.amd.js +0 -247
- package/.chunks/datepicker-5QMJRJn-.amd.js.map +0 -1
- package/.chunks/datepicker-D1JLNEmV.es.js +0 -289
- package/.chunks/datepicker-D1JLNEmV.es.js.map +0 -1
- package/.chunks/forms-B2NcBl7S.amd.js +0 -3
- package/.chunks/forms-B2NcBl7S.amd.js.map +0 -1
- package/.chunks/forms-S36M7cBH.es.js +0 -1170
- package/.chunks/forms-S36M7cBH.es.js.map +0 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-BfCj7kQR.es.js.map +0 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C7tg-67i.amd.js.map +0 -1
- package/.chunks/menu-S1Hk7D3W.amd.js.map +0 -1
- package/.chunks/menu-v5knQbeF.es.js.map +0 -1
- package/.chunks/popup-BK3xlBZm.es.js.map +0 -1
- package/.chunks/popup-DncRq57t.amd.js.map +0 -1
- package/.chunks/widgetInput-Br5COpvG.es.js.map +0 -1
- package/.chunks/widgetInput-CrrUoVPc.amd.js.map +0 -1
- 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
|
@@ -1,36 +1,37 @@
|
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Component } from 'vue';
|
|
1
2
|
declare const meta: {
|
|
2
3
|
component: {
|
|
3
|
-
new (...args: any[]):
|
|
4
|
-
modelValue:
|
|
4
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
5
|
+
modelValue: PropType<string>;
|
|
5
6
|
showMenuInPopup: {
|
|
6
|
-
type:
|
|
7
|
+
type: PropType<boolean>;
|
|
7
8
|
default: undefined;
|
|
8
9
|
};
|
|
9
10
|
isShortable: {
|
|
10
|
-
type:
|
|
11
|
+
type: PropType<boolean>;
|
|
11
12
|
default: boolean;
|
|
12
13
|
};
|
|
13
14
|
pageMod: {
|
|
14
|
-
type:
|
|
15
|
+
type: PropType<boolean>;
|
|
15
16
|
};
|
|
16
17
|
idState: {
|
|
17
|
-
type:
|
|
18
|
+
type: PropType<string>;
|
|
18
19
|
};
|
|
19
|
-
}>>, {}, unknown, {}, {},
|
|
20
|
-
modelValue:
|
|
20
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
21
|
+
modelValue: PropType<string>;
|
|
21
22
|
showMenuInPopup: {
|
|
22
|
-
type:
|
|
23
|
+
type: PropType<boolean>;
|
|
23
24
|
default: undefined;
|
|
24
25
|
};
|
|
25
26
|
isShortable: {
|
|
26
|
-
type:
|
|
27
|
+
type: PropType<boolean>;
|
|
27
28
|
default: boolean;
|
|
28
29
|
};
|
|
29
30
|
pageMod: {
|
|
30
|
-
type:
|
|
31
|
+
type: PropType<boolean>;
|
|
31
32
|
};
|
|
32
33
|
idState: {
|
|
33
|
-
type:
|
|
34
|
+
type: PropType<string>;
|
|
34
35
|
};
|
|
35
36
|
}>>, {
|
|
36
37
|
showMenuInPopup: boolean;
|
|
@@ -42,49 +43,49 @@ declare const meta: {
|
|
|
42
43
|
C: {};
|
|
43
44
|
M: {};
|
|
44
45
|
Defaults: {};
|
|
45
|
-
}, Readonly<
|
|
46
|
-
modelValue:
|
|
46
|
+
}, Readonly< ExtractPropTypes<{
|
|
47
|
+
modelValue: PropType<string>;
|
|
47
48
|
showMenuInPopup: {
|
|
48
|
-
type:
|
|
49
|
+
type: PropType<boolean>;
|
|
49
50
|
default: undefined;
|
|
50
51
|
};
|
|
51
52
|
isShortable: {
|
|
52
|
-
type:
|
|
53
|
+
type: PropType<boolean>;
|
|
53
54
|
default: boolean;
|
|
54
55
|
};
|
|
55
56
|
pageMod: {
|
|
56
|
-
type:
|
|
57
|
+
type: PropType<boolean>;
|
|
57
58
|
};
|
|
58
59
|
idState: {
|
|
59
|
-
type:
|
|
60
|
+
type: PropType<string>;
|
|
60
61
|
};
|
|
61
62
|
}>>, {}, {}, {}, {}, {
|
|
62
63
|
showMenuInPopup: boolean;
|
|
63
64
|
isShortable: boolean;
|
|
64
65
|
}>;
|
|
65
|
-
__isFragment?:
|
|
66
|
-
__isTeleport?:
|
|
67
|
-
__isSuspense?:
|
|
68
|
-
} &
|
|
69
|
-
modelValue:
|
|
66
|
+
__isFragment?: undefined;
|
|
67
|
+
__isTeleport?: undefined;
|
|
68
|
+
__isSuspense?: undefined;
|
|
69
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
70
|
+
modelValue: PropType<string>;
|
|
70
71
|
showMenuInPopup: {
|
|
71
|
-
type:
|
|
72
|
+
type: PropType<boolean>;
|
|
72
73
|
default: undefined;
|
|
73
74
|
};
|
|
74
75
|
isShortable: {
|
|
75
|
-
type:
|
|
76
|
+
type: PropType<boolean>;
|
|
76
77
|
default: boolean;
|
|
77
78
|
};
|
|
78
79
|
pageMod: {
|
|
79
|
-
type:
|
|
80
|
+
type: PropType<boolean>;
|
|
80
81
|
};
|
|
81
82
|
idState: {
|
|
82
|
-
type:
|
|
83
|
+
type: PropType<string>;
|
|
83
84
|
};
|
|
84
|
-
}>>, {}, unknown, {}, {},
|
|
85
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
85
86
|
showMenuInPopup: boolean;
|
|
86
87
|
isShortable: boolean;
|
|
87
|
-
}, {}, string, {}> &
|
|
88
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
88
89
|
$slots: {
|
|
89
90
|
menu?(_: {}): any;
|
|
90
91
|
};
|
|
@@ -108,37 +109,37 @@ export declare const Overview: {
|
|
|
108
109
|
render: (args: any) => {
|
|
109
110
|
components: {
|
|
110
111
|
TabsView: {
|
|
111
|
-
new (...args: any[]):
|
|
112
|
-
modelValue:
|
|
112
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
113
|
+
modelValue: PropType<string>;
|
|
113
114
|
showMenuInPopup: {
|
|
114
|
-
type:
|
|
115
|
+
type: PropType<boolean>;
|
|
115
116
|
default: undefined;
|
|
116
117
|
};
|
|
117
118
|
isShortable: {
|
|
118
|
-
type:
|
|
119
|
+
type: PropType<boolean>;
|
|
119
120
|
default: boolean;
|
|
120
121
|
};
|
|
121
122
|
pageMod: {
|
|
122
|
-
type:
|
|
123
|
+
type: PropType<boolean>;
|
|
123
124
|
};
|
|
124
125
|
idState: {
|
|
125
|
-
type:
|
|
126
|
+
type: PropType<string>;
|
|
126
127
|
};
|
|
127
|
-
}>>, {}, unknown, {}, {},
|
|
128
|
-
modelValue:
|
|
128
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
129
|
+
modelValue: PropType<string>;
|
|
129
130
|
showMenuInPopup: {
|
|
130
|
-
type:
|
|
131
|
+
type: PropType<boolean>;
|
|
131
132
|
default: undefined;
|
|
132
133
|
};
|
|
133
134
|
isShortable: {
|
|
134
|
-
type:
|
|
135
|
+
type: PropType<boolean>;
|
|
135
136
|
default: boolean;
|
|
136
137
|
};
|
|
137
138
|
pageMod: {
|
|
138
|
-
type:
|
|
139
|
+
type: PropType<boolean>;
|
|
139
140
|
};
|
|
140
141
|
idState: {
|
|
141
|
-
type:
|
|
142
|
+
type: PropType<string>;
|
|
142
143
|
};
|
|
143
144
|
}>>, {
|
|
144
145
|
showMenuInPopup: boolean;
|
|
@@ -150,98 +151,98 @@ export declare const Overview: {
|
|
|
150
151
|
C: {};
|
|
151
152
|
M: {};
|
|
152
153
|
Defaults: {};
|
|
153
|
-
}, Readonly<
|
|
154
|
-
modelValue:
|
|
154
|
+
}, Readonly< ExtractPropTypes<{
|
|
155
|
+
modelValue: PropType<string>;
|
|
155
156
|
showMenuInPopup: {
|
|
156
|
-
type:
|
|
157
|
+
type: PropType<boolean>;
|
|
157
158
|
default: undefined;
|
|
158
159
|
};
|
|
159
160
|
isShortable: {
|
|
160
|
-
type:
|
|
161
|
+
type: PropType<boolean>;
|
|
161
162
|
default: boolean;
|
|
162
163
|
};
|
|
163
164
|
pageMod: {
|
|
164
|
-
type:
|
|
165
|
+
type: PropType<boolean>;
|
|
165
166
|
};
|
|
166
167
|
idState: {
|
|
167
|
-
type:
|
|
168
|
+
type: PropType<string>;
|
|
168
169
|
};
|
|
169
170
|
}>>, {}, {}, {}, {}, {
|
|
170
171
|
showMenuInPopup: boolean;
|
|
171
172
|
isShortable: boolean;
|
|
172
173
|
}>;
|
|
173
|
-
__isFragment?:
|
|
174
|
-
__isTeleport?:
|
|
175
|
-
__isSuspense?:
|
|
176
|
-
} &
|
|
177
|
-
modelValue:
|
|
174
|
+
__isFragment?: undefined;
|
|
175
|
+
__isTeleport?: undefined;
|
|
176
|
+
__isSuspense?: undefined;
|
|
177
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
178
|
+
modelValue: PropType<string>;
|
|
178
179
|
showMenuInPopup: {
|
|
179
|
-
type:
|
|
180
|
+
type: PropType<boolean>;
|
|
180
181
|
default: undefined;
|
|
181
182
|
};
|
|
182
183
|
isShortable: {
|
|
183
|
-
type:
|
|
184
|
+
type: PropType<boolean>;
|
|
184
185
|
default: boolean;
|
|
185
186
|
};
|
|
186
187
|
pageMod: {
|
|
187
|
-
type:
|
|
188
|
+
type: PropType<boolean>;
|
|
188
189
|
};
|
|
189
190
|
idState: {
|
|
190
|
-
type:
|
|
191
|
+
type: PropType<string>;
|
|
191
192
|
};
|
|
192
|
-
}>>, {}, unknown, {}, {},
|
|
193
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
193
194
|
showMenuInPopup: boolean;
|
|
194
195
|
isShortable: boolean;
|
|
195
|
-
}, {}, string, {}> &
|
|
196
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
196
197
|
$slots: {
|
|
197
198
|
menu?(_: {}): any;
|
|
198
199
|
};
|
|
199
200
|
});
|
|
200
201
|
TabsViewMenuItem: {
|
|
201
|
-
new (...args: any[]):
|
|
202
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
202
203
|
icon: {
|
|
203
|
-
type:
|
|
204
|
+
type: PropType<string>;
|
|
204
205
|
};
|
|
205
206
|
component: {
|
|
206
|
-
type:
|
|
207
|
+
type: PropType<Component>;
|
|
207
208
|
default: undefined;
|
|
208
209
|
};
|
|
209
210
|
name: {
|
|
210
|
-
type:
|
|
211
|
+
type: PropType<string>;
|
|
211
212
|
};
|
|
212
213
|
href: {
|
|
213
|
-
type:
|
|
214
|
+
type: PropType<string>;
|
|
214
215
|
};
|
|
215
216
|
disabled: {
|
|
216
|
-
type:
|
|
217
|
+
type: PropType<boolean>;
|
|
217
218
|
};
|
|
218
219
|
scrollable: {
|
|
219
|
-
type:
|
|
220
|
+
type: PropType<boolean>;
|
|
220
221
|
default: boolean;
|
|
221
222
|
};
|
|
222
|
-
}>>, {}, unknown, {}, {},
|
|
223
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
223
224
|
icon: {
|
|
224
|
-
type:
|
|
225
|
+
type: PropType<string>;
|
|
225
226
|
};
|
|
226
227
|
component: {
|
|
227
|
-
type:
|
|
228
|
+
type: PropType<Component>;
|
|
228
229
|
default: undefined;
|
|
229
230
|
};
|
|
230
231
|
name: {
|
|
231
|
-
type:
|
|
232
|
+
type: PropType<string>;
|
|
232
233
|
};
|
|
233
234
|
href: {
|
|
234
|
-
type:
|
|
235
|
+
type: PropType<string>;
|
|
235
236
|
};
|
|
236
237
|
disabled: {
|
|
237
|
-
type:
|
|
238
|
+
type: PropType<boolean>;
|
|
238
239
|
};
|
|
239
240
|
scrollable: {
|
|
240
|
-
type:
|
|
241
|
+
type: PropType<boolean>;
|
|
241
242
|
default: boolean;
|
|
242
243
|
};
|
|
243
244
|
}>>, {
|
|
244
|
-
component:
|
|
245
|
+
component: Component;
|
|
245
246
|
scrollable: boolean;
|
|
246
247
|
}, true, {}, {}, {
|
|
247
248
|
P: {};
|
|
@@ -250,71 +251,71 @@ export declare const Overview: {
|
|
|
250
251
|
C: {};
|
|
251
252
|
M: {};
|
|
252
253
|
Defaults: {};
|
|
253
|
-
}, Readonly<
|
|
254
|
+
}, Readonly< ExtractPropTypes<{
|
|
254
255
|
icon: {
|
|
255
|
-
type:
|
|
256
|
+
type: PropType<string>;
|
|
256
257
|
};
|
|
257
258
|
component: {
|
|
258
|
-
type:
|
|
259
|
+
type: PropType<Component>;
|
|
259
260
|
default: undefined;
|
|
260
261
|
};
|
|
261
262
|
name: {
|
|
262
|
-
type:
|
|
263
|
+
type: PropType<string>;
|
|
263
264
|
};
|
|
264
265
|
href: {
|
|
265
|
-
type:
|
|
266
|
+
type: PropType<string>;
|
|
266
267
|
};
|
|
267
268
|
disabled: {
|
|
268
|
-
type:
|
|
269
|
+
type: PropType<boolean>;
|
|
269
270
|
};
|
|
270
271
|
scrollable: {
|
|
271
|
-
type:
|
|
272
|
+
type: PropType<boolean>;
|
|
272
273
|
default: boolean;
|
|
273
274
|
};
|
|
274
275
|
}>>, {}, {}, {}, {}, {
|
|
275
|
-
component:
|
|
276
|
+
component: Component;
|
|
276
277
|
scrollable: boolean;
|
|
277
278
|
}>;
|
|
278
|
-
__isFragment?:
|
|
279
|
-
__isTeleport?:
|
|
280
|
-
__isSuspense?:
|
|
281
|
-
} &
|
|
279
|
+
__isFragment?: undefined;
|
|
280
|
+
__isTeleport?: undefined;
|
|
281
|
+
__isSuspense?: undefined;
|
|
282
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
282
283
|
icon: {
|
|
283
|
-
type:
|
|
284
|
+
type: PropType<string>;
|
|
284
285
|
};
|
|
285
286
|
component: {
|
|
286
|
-
type:
|
|
287
|
+
type: PropType<Component>;
|
|
287
288
|
default: undefined;
|
|
288
289
|
};
|
|
289
290
|
name: {
|
|
290
|
-
type:
|
|
291
|
+
type: PropType<string>;
|
|
291
292
|
};
|
|
292
293
|
href: {
|
|
293
|
-
type:
|
|
294
|
+
type: PropType<string>;
|
|
294
295
|
};
|
|
295
296
|
disabled: {
|
|
296
|
-
type:
|
|
297
|
+
type: PropType<boolean>;
|
|
297
298
|
};
|
|
298
299
|
scrollable: {
|
|
299
|
-
type:
|
|
300
|
+
type: PropType<boolean>;
|
|
300
301
|
default: boolean;
|
|
301
302
|
};
|
|
302
|
-
}>>, {}, unknown, {}, {},
|
|
303
|
-
component:
|
|
303
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
304
|
+
component: Component;
|
|
304
305
|
scrollable: boolean;
|
|
305
|
-
}, {}, string, {}> &
|
|
306
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
306
307
|
$slots: {
|
|
307
308
|
default?(_: {}): any;
|
|
308
309
|
};
|
|
309
310
|
});
|
|
310
311
|
TabsViewMenuTitle: {
|
|
311
|
-
new (...args: any[]):
|
|
312
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
312
313
|
isSubtitle: {
|
|
313
|
-
type:
|
|
314
|
+
type: PropType<boolean>;
|
|
314
315
|
};
|
|
315
|
-
}>>, {}, unknown, {}, {},
|
|
316
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
316
317
|
isSubtitle: {
|
|
317
|
-
type:
|
|
318
|
+
type: PropType<boolean>;
|
|
318
319
|
};
|
|
319
320
|
}>>, {}, true, {}, {}, {
|
|
320
321
|
P: {};
|
|
@@ -323,19 +324,19 @@ export declare const Overview: {
|
|
|
323
324
|
C: {};
|
|
324
325
|
M: {};
|
|
325
326
|
Defaults: {};
|
|
326
|
-
}, Readonly<
|
|
327
|
+
}, Readonly< ExtractPropTypes<{
|
|
327
328
|
isSubtitle: {
|
|
328
|
-
type:
|
|
329
|
+
type: PropType<boolean>;
|
|
329
330
|
};
|
|
330
331
|
}>>, {}, {}, {}, {}, {}>;
|
|
331
|
-
__isFragment?:
|
|
332
|
-
__isTeleport?:
|
|
333
|
-
__isSuspense?:
|
|
334
|
-
} &
|
|
332
|
+
__isFragment?: undefined;
|
|
333
|
+
__isTeleport?: undefined;
|
|
334
|
+
__isSuspense?: undefined;
|
|
335
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
335
336
|
isSubtitle: {
|
|
336
|
-
type:
|
|
337
|
+
type: PropType<boolean>;
|
|
337
338
|
};
|
|
338
|
-
}>>, {}, unknown, {}, {},
|
|
339
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
339
340
|
$slots: {
|
|
340
341
|
default?(_: {}): any;
|
|
341
342
|
};
|
|
@@ -1,43 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
5
|
-
modelValue: import('vue').PropType<string>;
|
|
1
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
3
|
+
modelValue: PropType<string>;
|
|
6
4
|
showMenuInPopup: {
|
|
7
|
-
type:
|
|
5
|
+
type: PropType<boolean>;
|
|
8
6
|
default: undefined;
|
|
9
7
|
};
|
|
10
8
|
isShortable: {
|
|
11
|
-
type:
|
|
9
|
+
type: PropType<boolean>;
|
|
12
10
|
default: boolean;
|
|
13
11
|
};
|
|
14
12
|
pageMod: {
|
|
15
|
-
type:
|
|
13
|
+
type: PropType<boolean>;
|
|
16
14
|
};
|
|
17
15
|
idState: {
|
|
18
|
-
type:
|
|
16
|
+
type: PropType<string>;
|
|
19
17
|
};
|
|
20
|
-
}, {}, unknown, {}, {},
|
|
21
|
-
modelValue:
|
|
18
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
19
|
+
modelValue: PropType<string>;
|
|
22
20
|
showMenuInPopup: {
|
|
23
|
-
type:
|
|
21
|
+
type: PropType<boolean>;
|
|
24
22
|
default: undefined;
|
|
25
23
|
};
|
|
26
24
|
isShortable: {
|
|
27
|
-
type:
|
|
25
|
+
type: PropType<boolean>;
|
|
28
26
|
default: boolean;
|
|
29
27
|
};
|
|
30
28
|
pageMod: {
|
|
31
|
-
type:
|
|
29
|
+
type: PropType<boolean>;
|
|
32
30
|
};
|
|
33
31
|
idState: {
|
|
34
|
-
type:
|
|
32
|
+
type: PropType<string>;
|
|
35
33
|
};
|
|
36
34
|
}>>, {
|
|
37
35
|
showMenuInPopup: boolean;
|
|
38
36
|
isShortable: boolean;
|
|
39
|
-
}, {}
|
|
40
|
-
|
|
37
|
+
}, {}>, {
|
|
38
|
+
menu?(_: {}): any;
|
|
39
|
+
}>;
|
|
41
40
|
export default _default;
|
|
42
41
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
42
|
new (): {
|