@topvisor/ui 0.9.26-dev → 0.9.27-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-C0rB8tdN.amd.js → datepicker-34kJtztn.amd.js} +2 -2
- package/.chunks/{datepicker-C0rB8tdN.amd.js.map → datepicker-34kJtztn.amd.js.map} +1 -1
- package/.chunks/{datepicker-BMrdz1zd.es.js → datepicker-DwZTG-k0.es.js} +3 -4
- package/.chunks/{datepicker-BMrdz1zd.es.js.map → datepicker-DwZTG-k0.es.js.map} +1 -1
- package/.chunks/forms-1ZAO_mt8.es.js +1179 -0
- package/.chunks/forms-1ZAO_mt8.es.js.map +1 -0
- package/.chunks/forms-D_IeAEJM.amd.js +3 -0
- package/.chunks/forms-D_IeAEJM.amd.js.map +1 -0
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-CHYNz0kA.es.js → listItem.vue_vue_type_script_setup_true_lang-DsAW8MMm.es.js} +38 -38
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-DsAW8MMm.es.js.map +1 -0
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-HVMrwfs6.amd.js +2 -0
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-HVMrwfs6.amd.js.map +1 -0
- package/.chunks/menu-C-SkDk9B.amd.js +2 -0
- package/.chunks/menu-C-SkDk9B.amd.js.map +1 -0
- package/.chunks/menu-CBKYqQZZ.es.js +120 -0
- package/.chunks/menu-CBKYqQZZ.es.js.map +1 -0
- package/.chunks/{popup-CyJ0WBUB.amd.js → popup-7Bt5JEDW.amd.js} +2 -2
- package/.chunks/{popup-CyJ0WBUB.amd.js.map → popup-7Bt5JEDW.amd.js.map} +1 -1
- package/.chunks/{popup-B2BoAirk.es.js → popup-D0tRWEp2.es.js} +9 -16
- package/.chunks/{popup-B2BoAirk.es.js.map → popup-D0tRWEp2.es.js.map} +1 -1
- package/.chunks/{widgetInput-Ce8a61St.amd.js → widgetInput-CeUAGCKd.amd.js} +2 -2
- package/.chunks/widgetInput-CeUAGCKd.amd.js.map +1 -0
- package/.chunks/{widgetInput-pNYn7i5g.es.js → widgetInput-CmVe9G3z.es.js} +2 -2
- package/.chunks/{widgetInput-pNYn7i5g.es.js.map → widgetInput-CmVe9G3z.es.js.map} +1 -1
- package/assets/forms.css +1 -1
- package/assets/formsExt.css +1 -1
- package/assets/menu.css +1 -0
- package/assets/project.css +1 -0
- package/core/core.amd.js +1 -1
- package/core/core.js +1 -1
- package/forms/forms.amd.js +1 -1
- package/forms/forms.js +8 -8
- package/formsExt/formsExt.amd.js +1 -1
- package/formsExt/formsExt.amd.js.map +1 -1
- package/formsExt/formsExt.js +248 -357
- package/formsExt/formsExt.js.map +1 -1
- package/icomoon/demo.html +16 -2
- package/icomoon/fonts/Topvisor-2.svg +1 -0
- package/icomoon/fonts/Topvisor-2.ttf +0 -0
- package/icomoon/fonts/Topvisor-2.woff +0 -0
- package/icomoon/selection.json +1 -1
- package/icomoon/style.css +6 -3
- package/package.json +2 -2
- 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.d.ts +2 -0
- package/popup/worker.js +4 -6
- package/popup/worker.js.map +1 -1
- package/project/project.amd.js +2 -0
- package/project/project.amd.js.map +1 -0
- package/project/project.d.ts +1 -0
- package/project/project.js +93 -0
- package/project/project.js.map +1 -0
- package/src/components/forms/avatar/avatar.stories.d.ts +16 -15
- package/src/components/forms/avatar/avatar.vue.d.ts +5 -4
- package/src/components/forms/button/button.d.ts +2 -2
- package/src/components/forms/button/button.stories.d.ts +59 -58
- package/src/components/forms/button/button.vue.d.ts +7 -6
- package/src/components/forms/checkbox/checkbox.stories.d.ts +35 -34
- package/src/components/forms/checkbox/checkbox.vue.d.ts +16 -16
- package/src/components/forms/controlLabel/controlLabel.stories.d.ts +13 -13
- package/src/components/forms/controlLabel/controlLabel.vue.d.ts +3 -2
- package/src/components/forms/hint/hint.stories.d.ts +44 -44
- package/src/components/forms/hint/hint.vue.d.ts +3 -2
- package/src/components/forms/input/input.d.ts +2 -2
- package/src/components/forms/input/input.stories.d.ts +64 -63
- package/src/components/forms/input/input.vue.d.ts +7 -6
- package/src/components/forms/inputDate/inputDate.d.ts +2 -1
- package/src/components/forms/inputDate/inputDate.stories.d.ts +31 -30
- package/src/components/forms/inputDate/inputDate.vue.d.ts +5 -4
- package/src/components/forms/inputRange/inputRange.stories.d.ts +93 -92
- package/src/components/forms/inputRange/inputRange.vue.d.ts +1 -1
- package/src/components/forms/loadbar/loadbar.stories.d.ts +1 -1
- package/src/components/forms/loadbar/loadbar.vue.d.ts +1 -1
- package/src/components/forms/radio/radio.stories.d.ts +33 -32
- package/src/components/forms/radio/radio.vue.d.ts +4 -3
- package/src/components/forms/select/select.d.ts +2 -2
- package/src/components/forms/select/select.stories.d.ts +24 -23
- package/src/components/forms/select/select.vue.d.ts +22 -22
- package/src/components/forms/select/stories/exampleOptions.d.ts +2 -1
- package/src/components/forms/switcher/switcher.stories.d.ts +33 -32
- package/src/components/forms/switcher/switcher.vue.d.ts +4 -3
- package/src/components/forms/textarea/textarea.stories.d.ts +25 -24
- package/src/components/forms/textarea/textarea.vue.d.ts +5 -4
- package/src/components/formsExt/editArea/editArea.d.ts +2 -1
- package/src/components/formsExt/editArea/editArea.stories.d.ts +47 -46
- package/src/components/formsExt/editArea/editArea.vue.d.ts +5 -4
- package/src/components/formsExt/editInput/editInput.d.ts +3 -2
- package/src/components/formsExt/editInput/editInput.stories.d.ts +21 -20
- package/src/components/formsExt/editInput/editInput.vue.d.ts +4 -3
- package/src/components/formsExt/menu/menu.d.ts +2 -1
- 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/menu/stories/items.d.ts +2 -1
- package/src/components/formsExt/radioGroup/radioGroup.d.ts +2 -2
- package/src/components/formsExt/radioGroup/radioGroup.stories.d.ts +16 -15
- package/src/components/formsExt/radioGroup/radioGroup.vue.d.ts +14 -14
- package/src/components/formsExt/selector2/api.d.ts +3 -2
- package/src/components/formsExt/selector2/itemMulti.vue.d.ts +4 -3
- package/src/components/formsExt/selector2/selector2.d.ts +2 -2
- package/src/components/formsExt/selector2/selector2.stories.d.ts +67 -66
- package/src/components/formsExt/selector2/selector2.vue.d.ts +33 -32
- package/src/components/popup/lib/popup.d.ts +2 -4
- package/src/components/popup/lib/worker.d.ts +2 -1
- package/src/components/popup/popup/listItem.vue.d.ts +4 -3
- package/src/components/popup/popup/opener.vue.d.ts +6 -5
- package/src/components/popup/popup/popup.stories.d.ts +217 -216
- package/src/components/popup/popup/popup.vue.d.ts +8 -7
- package/src/components/popup/popup/widgetInput.vue.d.ts +28 -28
- package/src/components/project/project.d.ts +1 -0
- package/src/components/project/selectorCompetitors/selectorCompetitors.d.ts +20 -0
- package/src/components/project/selectorCompetitors/selectorCompetitors.stories.d.ts +42 -0
- package/src/components/project/selectorCompetitors/selectorCompetitors.vue.d.ts +24 -0
- package/src/components/project/selectorCompetitors/stories/items.d.ts +4 -0
- package/src/components/tabs/tabs/content.vue.d.ts +3 -2
- package/src/components/tabs/tabs/tab.vue.d.ts +3 -2
- package/src/components/tabs/tabs/tabs.stories.d.ts +184 -184
- package/src/components/tabs/tabs/tabs.vue.d.ts +3 -2
- package/src/components/tabsView/tabsView/menu.vue.d.ts +6 -6
- package/src/components/tabsView/tabsView/menuDelimeter.vue.d.ts +1 -1
- package/src/components/tabsView/tabsView/menuItem.vue.d.ts +5 -4
- package/src/components/tabsView/tabsView/menuTitle.vue.d.ts +3 -2
- package/src/components/tabsView/tabsView/store.d.ts +23 -22
- package/src/components/tabsView/tabsView/tabsView.d.ts +2 -1
- package/src/components/tabsView/tabsView/tabsView.stories.d.ts +94 -94
- package/src/components/tabsView/tabsView/tabsView.vue.d.ts +12 -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 +92 -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 +44 -44
- package/src/core/core/core.d.ts +3 -3
- package/src/core/core/page.d.ts +4 -0
- package/src/core/core/state.d.ts +4 -0
- package/src/core/utils/check.d.ts +22 -0
- package/src/core/utils/date.d.ts +30 -12
- package/src/core/utils/device.d.ts +34 -1
- package/src/core/utils/dom.d.ts +23 -27
- package/src/core/utils/image.d.ts +6 -0
- package/src/core/utils/keyboard.d.ts +3 -0
- package/src/core/utils/number.d.ts +7 -0
- package/src/core/utils/price.d.ts +8 -0
- package/src/core/utils/scroll.d.ts +4 -0
- package/src/core/utils/store/localStorage.d.ts +2 -1
- package/src/core/utils/store/plugin.d.ts +3 -2
- package/src/core/utils/store/store.d.ts +3 -11
- package/src/core/utils/string.d.ts +80 -0
- package/src/core/utils/url.d.ts +32 -0
- 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 +6 -10
- package/tabsView/tabsView.js.map +1 -1
- package/utils/check.amd.js +2 -0
- package/utils/check.amd.js.map +1 -0
- package/utils/check.d.ts +1 -0
- package/utils/check.js +26 -0
- package/utils/check.js.map +1 -0
- package/utils/css.amd.js.map +1 -1
- package/utils/css.js +1 -2
- package/utils/css.js.map +1 -1
- package/utils/date.amd.js +1 -1
- package/utils/date.js +8 -5
- package/utils/device.amd.js +1 -1
- package/utils/device.js +11 -7
- 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 +8 -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 +2 -0
- package/utils/price.amd.js.map +1 -0
- package/utils/price.d.ts +1 -0
- package/utils/price.js +10 -0
- package/utils/price.js.map +1 -0
- 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 +21 -15
- package/utils/scroll.js.map +1 -1
- package/utils/string.amd.js +2 -0
- package/utils/string.amd.js.map +1 -0
- package/utils/string.d.ts +1 -0
- package/utils/string.js +138 -0
- package/utils/string.js.map +1 -0
- package/utils/system.amd.js.map +1 -1
- package/utils/system.js.map +1 -1
- package/utils/url.amd.js +3 -0
- package/utils/url.amd.js.map +1 -0
- package/utils/url.d.ts +1 -0
- package/utils/url.js +176 -0
- package/utils/url.js.map +1 -0
- package/utils/window.amd.js +1 -1
- package/utils/window.js +1 -1
- package/.chunks/forms-C4UtO06K.es.js +0 -1026
- package/.chunks/forms-C4UtO06K.es.js.map +0 -1
- package/.chunks/forms-DujTMzoW.amd.js +0 -3
- package/.chunks/forms-DujTMzoW.amd.js.map +0 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CHYNz0kA.es.js.map +0 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-Ob3185Bq.amd.js +0 -2
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-Ob3185Bq.amd.js.map +0 -1
- package/.chunks/widgetInput-Ce8a61St.amd.js.map +0 -1
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
2
|
-
modelValue: import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
+
modelValue: import('vue').PropType<string>;
|
|
3
3
|
showMenuInPopup: {
|
|
4
|
-
type: import(
|
|
4
|
+
type: import('vue').PropType<boolean>;
|
|
5
5
|
default: undefined;
|
|
6
6
|
};
|
|
7
7
|
isShortable: {
|
|
8
|
-
type: import(
|
|
8
|
+
type: import('vue').PropType<boolean>;
|
|
9
9
|
default: boolean;
|
|
10
10
|
};
|
|
11
11
|
pageMod: {
|
|
12
|
-
type: import(
|
|
12
|
+
type: import('vue').PropType<boolean>;
|
|
13
13
|
};
|
|
14
14
|
idState: {
|
|
15
|
-
type: import(
|
|
15
|
+
type: import('vue').PropType<string>;
|
|
16
16
|
};
|
|
17
|
-
}, {}, unknown, {}, {}, import(
|
|
18
|
-
modelValue: import(
|
|
17
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
modelValue: import('vue').PropType<string>;
|
|
19
19
|
showMenuInPopup: {
|
|
20
|
-
type: import(
|
|
20
|
+
type: import('vue').PropType<boolean>;
|
|
21
21
|
default: undefined;
|
|
22
22
|
};
|
|
23
23
|
isShortable: {
|
|
24
|
-
type: import(
|
|
24
|
+
type: import('vue').PropType<boolean>;
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
27
|
pageMod: {
|
|
28
|
-
type: import(
|
|
28
|
+
type: import('vue').PropType<boolean>;
|
|
29
29
|
};
|
|
30
30
|
idState: {
|
|
31
|
-
type: import(
|
|
31
|
+
type: import('vue').PropType<string>;
|
|
32
32
|
};
|
|
33
33
|
}>>, {
|
|
34
34
|
showMenuInPopup: boolean;
|
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
declare const meta: {
|
|
2
2
|
component: {
|
|
3
|
-
new (...args: any[]): import(
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
4
4
|
icon: {
|
|
5
|
-
type: import(
|
|
5
|
+
type: import('vue').PropType<string>;
|
|
6
6
|
};
|
|
7
7
|
component: {
|
|
8
|
-
type: import(
|
|
8
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
9
9
|
default: undefined;
|
|
10
10
|
};
|
|
11
11
|
name: {
|
|
12
|
-
type: import(
|
|
12
|
+
type: import('vue').PropType<string>;
|
|
13
13
|
};
|
|
14
14
|
href: {
|
|
15
|
-
type: import(
|
|
15
|
+
type: import('vue').PropType<string>;
|
|
16
16
|
};
|
|
17
17
|
disabled: {
|
|
18
|
-
type: import(
|
|
18
|
+
type: import('vue').PropType<boolean>;
|
|
19
19
|
};
|
|
20
20
|
scrollable: {
|
|
21
|
-
type: import(
|
|
21
|
+
type: import('vue').PropType<boolean>;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
-
}>>, {}, unknown, {}, {}, import(
|
|
24
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
25
25
|
icon: {
|
|
26
|
-
type: import(
|
|
26
|
+
type: import('vue').PropType<string>;
|
|
27
27
|
};
|
|
28
28
|
component: {
|
|
29
|
-
type: import(
|
|
29
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
30
30
|
default: undefined;
|
|
31
31
|
};
|
|
32
32
|
name: {
|
|
33
|
-
type: import(
|
|
33
|
+
type: import('vue').PropType<string>;
|
|
34
34
|
};
|
|
35
35
|
href: {
|
|
36
|
-
type: import(
|
|
36
|
+
type: import('vue').PropType<string>;
|
|
37
37
|
};
|
|
38
38
|
disabled: {
|
|
39
|
-
type: import(
|
|
39
|
+
type: import('vue').PropType<boolean>;
|
|
40
40
|
};
|
|
41
41
|
scrollable: {
|
|
42
|
-
type: import(
|
|
42
|
+
type: import('vue').PropType<boolean>;
|
|
43
43
|
default: boolean;
|
|
44
44
|
};
|
|
45
45
|
}>>, {
|
|
46
|
-
component: import(
|
|
46
|
+
component: import('vue').Component;
|
|
47
47
|
scrollable: boolean;
|
|
48
48
|
}, true, {}, {}, {
|
|
49
49
|
P: {};
|
|
@@ -52,59 +52,59 @@ declare const meta: {
|
|
|
52
52
|
C: {};
|
|
53
53
|
M: {};
|
|
54
54
|
Defaults: {};
|
|
55
|
-
}, Readonly<import(
|
|
55
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
56
56
|
icon: {
|
|
57
|
-
type: import(
|
|
57
|
+
type: import('vue').PropType<string>;
|
|
58
58
|
};
|
|
59
59
|
component: {
|
|
60
|
-
type: import(
|
|
60
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
61
61
|
default: undefined;
|
|
62
62
|
};
|
|
63
63
|
name: {
|
|
64
|
-
type: import(
|
|
64
|
+
type: import('vue').PropType<string>;
|
|
65
65
|
};
|
|
66
66
|
href: {
|
|
67
|
-
type: import(
|
|
67
|
+
type: import('vue').PropType<string>;
|
|
68
68
|
};
|
|
69
69
|
disabled: {
|
|
70
|
-
type: import(
|
|
70
|
+
type: import('vue').PropType<boolean>;
|
|
71
71
|
};
|
|
72
72
|
scrollable: {
|
|
73
|
-
type: import(
|
|
73
|
+
type: import('vue').PropType<boolean>;
|
|
74
74
|
default: boolean;
|
|
75
75
|
};
|
|
76
76
|
}>>, {}, {}, {}, {}, {
|
|
77
|
-
component: import(
|
|
77
|
+
component: import('vue').Component;
|
|
78
78
|
scrollable: boolean;
|
|
79
79
|
}>;
|
|
80
80
|
__isFragment?: undefined;
|
|
81
81
|
__isTeleport?: undefined;
|
|
82
82
|
__isSuspense?: undefined;
|
|
83
|
-
} & import(
|
|
83
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
84
84
|
icon: {
|
|
85
|
-
type: import(
|
|
85
|
+
type: import('vue').PropType<string>;
|
|
86
86
|
};
|
|
87
87
|
component: {
|
|
88
|
-
type: import(
|
|
88
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
89
89
|
default: undefined;
|
|
90
90
|
};
|
|
91
91
|
name: {
|
|
92
|
-
type: import(
|
|
92
|
+
type: import('vue').PropType<string>;
|
|
93
93
|
};
|
|
94
94
|
href: {
|
|
95
|
-
type: import(
|
|
95
|
+
type: import('vue').PropType<string>;
|
|
96
96
|
};
|
|
97
97
|
disabled: {
|
|
98
|
-
type: import(
|
|
98
|
+
type: import('vue').PropType<boolean>;
|
|
99
99
|
};
|
|
100
100
|
scrollable: {
|
|
101
|
-
type: import(
|
|
101
|
+
type: import('vue').PropType<boolean>;
|
|
102
102
|
default: boolean;
|
|
103
103
|
};
|
|
104
|
-
}>>, {}, unknown, {}, {}, import(
|
|
105
|
-
component: import(
|
|
104
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
105
|
+
component: import('vue').Component;
|
|
106
106
|
scrollable: boolean;
|
|
107
|
-
}, {}, string, {}> & import(
|
|
107
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
108
108
|
$slots: {
|
|
109
109
|
default?(_: {}): any;
|
|
110
110
|
};
|
|
@@ -123,37 +123,37 @@ export declare const MenuItem: {
|
|
|
123
123
|
render: (args: any) => {
|
|
124
124
|
components: {
|
|
125
125
|
TabsView: {
|
|
126
|
-
new (...args: any[]): import(
|
|
127
|
-
modelValue: import(
|
|
126
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
127
|
+
modelValue: import('vue').PropType<string>;
|
|
128
128
|
showMenuInPopup: {
|
|
129
|
-
type: import(
|
|
129
|
+
type: import('vue').PropType<boolean>;
|
|
130
130
|
default: undefined;
|
|
131
131
|
};
|
|
132
132
|
isShortable: {
|
|
133
|
-
type: import(
|
|
133
|
+
type: import('vue').PropType<boolean>;
|
|
134
134
|
default: boolean;
|
|
135
135
|
};
|
|
136
136
|
pageMod: {
|
|
137
|
-
type: import(
|
|
137
|
+
type: import('vue').PropType<boolean>;
|
|
138
138
|
};
|
|
139
139
|
idState: {
|
|
140
|
-
type: import(
|
|
140
|
+
type: import('vue').PropType<string>;
|
|
141
141
|
};
|
|
142
|
-
}>>, {}, unknown, {}, {}, import(
|
|
143
|
-
modelValue: import(
|
|
142
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
143
|
+
modelValue: import('vue').PropType<string>;
|
|
144
144
|
showMenuInPopup: {
|
|
145
|
-
type: import(
|
|
145
|
+
type: import('vue').PropType<boolean>;
|
|
146
146
|
default: undefined;
|
|
147
147
|
};
|
|
148
148
|
isShortable: {
|
|
149
|
-
type: import(
|
|
149
|
+
type: import('vue').PropType<boolean>;
|
|
150
150
|
default: boolean;
|
|
151
151
|
};
|
|
152
152
|
pageMod: {
|
|
153
|
-
type: import(
|
|
153
|
+
type: import('vue').PropType<boolean>;
|
|
154
154
|
};
|
|
155
155
|
idState: {
|
|
156
|
-
type: import(
|
|
156
|
+
type: import('vue').PropType<string>;
|
|
157
157
|
};
|
|
158
158
|
}>>, {
|
|
159
159
|
showMenuInPopup: boolean;
|
|
@@ -165,21 +165,21 @@ export declare const MenuItem: {
|
|
|
165
165
|
C: {};
|
|
166
166
|
M: {};
|
|
167
167
|
Defaults: {};
|
|
168
|
-
}, Readonly<import(
|
|
169
|
-
modelValue: import(
|
|
168
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
169
|
+
modelValue: import('vue').PropType<string>;
|
|
170
170
|
showMenuInPopup: {
|
|
171
|
-
type: import(
|
|
171
|
+
type: import('vue').PropType<boolean>;
|
|
172
172
|
default: undefined;
|
|
173
173
|
};
|
|
174
174
|
isShortable: {
|
|
175
|
-
type: import(
|
|
175
|
+
type: import('vue').PropType<boolean>;
|
|
176
176
|
default: boolean;
|
|
177
177
|
};
|
|
178
178
|
pageMod: {
|
|
179
|
-
type: import(
|
|
179
|
+
type: import('vue').PropType<boolean>;
|
|
180
180
|
};
|
|
181
181
|
idState: {
|
|
182
|
-
type: import(
|
|
182
|
+
type: import('vue').PropType<string>;
|
|
183
183
|
};
|
|
184
184
|
}>>, {}, {}, {}, {}, {
|
|
185
185
|
showMenuInPopup: boolean;
|
|
@@ -188,75 +188,75 @@ export declare const MenuItem: {
|
|
|
188
188
|
__isFragment?: undefined;
|
|
189
189
|
__isTeleport?: undefined;
|
|
190
190
|
__isSuspense?: undefined;
|
|
191
|
-
} & import(
|
|
192
|
-
modelValue: import(
|
|
191
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
192
|
+
modelValue: import('vue').PropType<string>;
|
|
193
193
|
showMenuInPopup: {
|
|
194
|
-
type: import(
|
|
194
|
+
type: import('vue').PropType<boolean>;
|
|
195
195
|
default: undefined;
|
|
196
196
|
};
|
|
197
197
|
isShortable: {
|
|
198
|
-
type: import(
|
|
198
|
+
type: import('vue').PropType<boolean>;
|
|
199
199
|
default: boolean;
|
|
200
200
|
};
|
|
201
201
|
pageMod: {
|
|
202
|
-
type: import(
|
|
202
|
+
type: import('vue').PropType<boolean>;
|
|
203
203
|
};
|
|
204
204
|
idState: {
|
|
205
|
-
type: import(
|
|
205
|
+
type: import('vue').PropType<string>;
|
|
206
206
|
};
|
|
207
|
-
}>>, {}, unknown, {}, {}, import(
|
|
207
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
208
208
|
showMenuInPopup: boolean;
|
|
209
209
|
isShortable: boolean;
|
|
210
|
-
}, {}, string, {}> & import(
|
|
210
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
211
211
|
$slots: {
|
|
212
212
|
menu?(_: {}): any;
|
|
213
213
|
};
|
|
214
214
|
});
|
|
215
215
|
TabsViewMenuItem: {
|
|
216
|
-
new (...args: any[]): import(
|
|
216
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
217
217
|
icon: {
|
|
218
|
-
type: import(
|
|
218
|
+
type: import('vue').PropType<string>;
|
|
219
219
|
};
|
|
220
220
|
component: {
|
|
221
|
-
type: import(
|
|
221
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
222
222
|
default: undefined;
|
|
223
223
|
};
|
|
224
224
|
name: {
|
|
225
|
-
type: import(
|
|
225
|
+
type: import('vue').PropType<string>;
|
|
226
226
|
};
|
|
227
227
|
href: {
|
|
228
|
-
type: import(
|
|
228
|
+
type: import('vue').PropType<string>;
|
|
229
229
|
};
|
|
230
230
|
disabled: {
|
|
231
|
-
type: import(
|
|
231
|
+
type: import('vue').PropType<boolean>;
|
|
232
232
|
};
|
|
233
233
|
scrollable: {
|
|
234
|
-
type: import(
|
|
234
|
+
type: import('vue').PropType<boolean>;
|
|
235
235
|
default: boolean;
|
|
236
236
|
};
|
|
237
|
-
}>>, {}, unknown, {}, {}, import(
|
|
237
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
238
238
|
icon: {
|
|
239
|
-
type: import(
|
|
239
|
+
type: import('vue').PropType<string>;
|
|
240
240
|
};
|
|
241
241
|
component: {
|
|
242
|
-
type: import(
|
|
242
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
243
243
|
default: undefined;
|
|
244
244
|
};
|
|
245
245
|
name: {
|
|
246
|
-
type: import(
|
|
246
|
+
type: import('vue').PropType<string>;
|
|
247
247
|
};
|
|
248
248
|
href: {
|
|
249
|
-
type: import(
|
|
249
|
+
type: import('vue').PropType<string>;
|
|
250
250
|
};
|
|
251
251
|
disabled: {
|
|
252
|
-
type: import(
|
|
252
|
+
type: import('vue').PropType<boolean>;
|
|
253
253
|
};
|
|
254
254
|
scrollable: {
|
|
255
|
-
type: import(
|
|
255
|
+
type: import('vue').PropType<boolean>;
|
|
256
256
|
default: boolean;
|
|
257
257
|
};
|
|
258
258
|
}>>, {
|
|
259
|
-
component: import(
|
|
259
|
+
component: import('vue').Component;
|
|
260
260
|
scrollable: boolean;
|
|
261
261
|
}, true, {}, {}, {
|
|
262
262
|
P: {};
|
|
@@ -265,59 +265,59 @@ export declare const MenuItem: {
|
|
|
265
265
|
C: {};
|
|
266
266
|
M: {};
|
|
267
267
|
Defaults: {};
|
|
268
|
-
}, Readonly<import(
|
|
268
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
269
269
|
icon: {
|
|
270
|
-
type: import(
|
|
270
|
+
type: import('vue').PropType<string>;
|
|
271
271
|
};
|
|
272
272
|
component: {
|
|
273
|
-
type: import(
|
|
273
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
274
274
|
default: undefined;
|
|
275
275
|
};
|
|
276
276
|
name: {
|
|
277
|
-
type: import(
|
|
277
|
+
type: import('vue').PropType<string>;
|
|
278
278
|
};
|
|
279
279
|
href: {
|
|
280
|
-
type: import(
|
|
280
|
+
type: import('vue').PropType<string>;
|
|
281
281
|
};
|
|
282
282
|
disabled: {
|
|
283
|
-
type: import(
|
|
283
|
+
type: import('vue').PropType<boolean>;
|
|
284
284
|
};
|
|
285
285
|
scrollable: {
|
|
286
|
-
type: import(
|
|
286
|
+
type: import('vue').PropType<boolean>;
|
|
287
287
|
default: boolean;
|
|
288
288
|
};
|
|
289
289
|
}>>, {}, {}, {}, {}, {
|
|
290
|
-
component: import(
|
|
290
|
+
component: import('vue').Component;
|
|
291
291
|
scrollable: boolean;
|
|
292
292
|
}>;
|
|
293
293
|
__isFragment?: undefined;
|
|
294
294
|
__isTeleport?: undefined;
|
|
295
295
|
__isSuspense?: undefined;
|
|
296
|
-
} & import(
|
|
296
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
297
297
|
icon: {
|
|
298
|
-
type: import(
|
|
298
|
+
type: import('vue').PropType<string>;
|
|
299
299
|
};
|
|
300
300
|
component: {
|
|
301
|
-
type: import(
|
|
301
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
302
302
|
default: undefined;
|
|
303
303
|
};
|
|
304
304
|
name: {
|
|
305
|
-
type: import(
|
|
305
|
+
type: import('vue').PropType<string>;
|
|
306
306
|
};
|
|
307
307
|
href: {
|
|
308
|
-
type: import(
|
|
308
|
+
type: import('vue').PropType<string>;
|
|
309
309
|
};
|
|
310
310
|
disabled: {
|
|
311
|
-
type: import(
|
|
311
|
+
type: import('vue').PropType<boolean>;
|
|
312
312
|
};
|
|
313
313
|
scrollable: {
|
|
314
|
-
type: import(
|
|
314
|
+
type: import('vue').PropType<boolean>;
|
|
315
315
|
default: boolean;
|
|
316
316
|
};
|
|
317
|
-
}>>, {}, unknown, {}, {}, import(
|
|
318
|
-
component: import(
|
|
317
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
318
|
+
component: import('vue').Component;
|
|
319
319
|
scrollable: boolean;
|
|
320
|
-
}, {}, string, {}> & import(
|
|
320
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
321
321
|
$slots: {
|
|
322
322
|
default?(_: {}): any;
|
|
323
323
|
};
|