@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,4 +1,6 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
3
|
+
import { Size } from '../helpers';
|
|
2
4
|
|
|
3
5
|
import * as ComponentsConst from './select';
|
|
4
6
|
/**
|
|
@@ -20,74 +22,74 @@ import * as ComponentsConst from './select';
|
|
|
20
22
|
*
|
|
21
23
|
*/
|
|
22
24
|
declare const meta: {
|
|
23
|
-
component:
|
|
25
|
+
component: DefineComponent<{
|
|
24
26
|
modelValue: {
|
|
25
27
|
required: true;
|
|
26
|
-
type:
|
|
28
|
+
type: PropType<string | number>;
|
|
27
29
|
};
|
|
28
30
|
icon: {
|
|
29
|
-
type:
|
|
31
|
+
type: PropType<string>;
|
|
30
32
|
};
|
|
31
33
|
title: {
|
|
32
|
-
type:
|
|
34
|
+
type: PropType<string>;
|
|
33
35
|
};
|
|
34
36
|
size: {
|
|
35
|
-
type:
|
|
37
|
+
type: PropType<Size>;
|
|
36
38
|
default: string;
|
|
37
39
|
};
|
|
38
40
|
name: {
|
|
39
|
-
type:
|
|
41
|
+
type: PropType<string>;
|
|
40
42
|
};
|
|
41
43
|
disabled: {
|
|
42
|
-
type:
|
|
44
|
+
type: PropType<boolean>;
|
|
43
45
|
};
|
|
44
46
|
isError: {
|
|
45
|
-
type:
|
|
47
|
+
type: PropType<boolean>;
|
|
46
48
|
};
|
|
47
49
|
options: {
|
|
48
|
-
type:
|
|
50
|
+
type: PropType<ComponentsConst.Options | ComponentsConst.OptionsArray>;
|
|
49
51
|
required: true;
|
|
50
52
|
};
|
|
51
53
|
addChanger: {
|
|
52
|
-
type:
|
|
54
|
+
type: PropType<boolean>;
|
|
53
55
|
};
|
|
54
|
-
}, {}, unknown, {}, {},
|
|
56
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
55
57
|
"update:modelValue": (value: string | number) => void;
|
|
56
|
-
}, string,
|
|
58
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
57
59
|
modelValue: {
|
|
58
60
|
required: true;
|
|
59
|
-
type:
|
|
61
|
+
type: PropType<string | number>;
|
|
60
62
|
};
|
|
61
63
|
icon: {
|
|
62
|
-
type:
|
|
64
|
+
type: PropType<string>;
|
|
63
65
|
};
|
|
64
66
|
title: {
|
|
65
|
-
type:
|
|
67
|
+
type: PropType<string>;
|
|
66
68
|
};
|
|
67
69
|
size: {
|
|
68
|
-
type:
|
|
70
|
+
type: PropType<Size>;
|
|
69
71
|
default: string;
|
|
70
72
|
};
|
|
71
73
|
name: {
|
|
72
|
-
type:
|
|
74
|
+
type: PropType<string>;
|
|
73
75
|
};
|
|
74
76
|
disabled: {
|
|
75
|
-
type:
|
|
77
|
+
type: PropType<boolean>;
|
|
76
78
|
};
|
|
77
79
|
isError: {
|
|
78
|
-
type:
|
|
80
|
+
type: PropType<boolean>;
|
|
79
81
|
};
|
|
80
82
|
options: {
|
|
81
|
-
type:
|
|
83
|
+
type: PropType<ComponentsConst.Options | ComponentsConst.OptionsArray>;
|
|
82
84
|
required: true;
|
|
83
85
|
};
|
|
84
86
|
addChanger: {
|
|
85
|
-
type:
|
|
87
|
+
type: PropType<boolean>;
|
|
86
88
|
};
|
|
87
89
|
}>> & {
|
|
88
90
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
89
91
|
}, {
|
|
90
|
-
size:
|
|
92
|
+
size: Size;
|
|
91
93
|
}, {}>;
|
|
92
94
|
tags: string[];
|
|
93
95
|
argTypes: any;
|
|
@@ -1,72 +1,73 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { Size } from '../helpers';
|
|
3
|
+
import { Options, OptionsArray } from './select';
|
|
4
|
+
declare const _default: DefineComponent<{
|
|
4
5
|
modelValue: {
|
|
5
6
|
required: true;
|
|
6
|
-
type:
|
|
7
|
+
type: PropType<string | number>;
|
|
7
8
|
};
|
|
8
9
|
icon: {
|
|
9
|
-
type:
|
|
10
|
+
type: PropType<string>;
|
|
10
11
|
};
|
|
11
12
|
title: {
|
|
12
|
-
type:
|
|
13
|
+
type: PropType<string>;
|
|
13
14
|
};
|
|
14
15
|
size: {
|
|
15
|
-
type:
|
|
16
|
+
type: PropType<Size>;
|
|
16
17
|
default: string;
|
|
17
18
|
};
|
|
18
19
|
name: {
|
|
19
|
-
type:
|
|
20
|
+
type: PropType<string>;
|
|
20
21
|
};
|
|
21
22
|
disabled: {
|
|
22
|
-
type:
|
|
23
|
+
type: PropType<boolean>;
|
|
23
24
|
};
|
|
24
25
|
isError: {
|
|
25
|
-
type:
|
|
26
|
+
type: PropType<boolean>;
|
|
26
27
|
};
|
|
27
28
|
options: {
|
|
28
|
-
type:
|
|
29
|
+
type: PropType< Options | OptionsArray>;
|
|
29
30
|
required: true;
|
|
30
31
|
};
|
|
31
32
|
addChanger: {
|
|
32
|
-
type:
|
|
33
|
+
type: PropType<boolean>;
|
|
33
34
|
};
|
|
34
|
-
}, {}, unknown, {}, {},
|
|
35
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
35
36
|
"update:modelValue": (value: string | number) => void;
|
|
36
|
-
}, string,
|
|
37
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
37
38
|
modelValue: {
|
|
38
39
|
required: true;
|
|
39
|
-
type:
|
|
40
|
+
type: PropType<string | number>;
|
|
40
41
|
};
|
|
41
42
|
icon: {
|
|
42
|
-
type:
|
|
43
|
+
type: PropType<string>;
|
|
43
44
|
};
|
|
44
45
|
title: {
|
|
45
|
-
type:
|
|
46
|
+
type: PropType<string>;
|
|
46
47
|
};
|
|
47
48
|
size: {
|
|
48
|
-
type:
|
|
49
|
+
type: PropType<Size>;
|
|
49
50
|
default: string;
|
|
50
51
|
};
|
|
51
52
|
name: {
|
|
52
|
-
type:
|
|
53
|
+
type: PropType<string>;
|
|
53
54
|
};
|
|
54
55
|
disabled: {
|
|
55
|
-
type:
|
|
56
|
+
type: PropType<boolean>;
|
|
56
57
|
};
|
|
57
58
|
isError: {
|
|
58
|
-
type:
|
|
59
|
+
type: PropType<boolean>;
|
|
59
60
|
};
|
|
60
61
|
options: {
|
|
61
|
-
type:
|
|
62
|
+
type: PropType< Options | OptionsArray>;
|
|
62
63
|
required: true;
|
|
63
64
|
};
|
|
64
65
|
addChanger: {
|
|
65
|
-
type:
|
|
66
|
+
type: PropType<boolean>;
|
|
66
67
|
};
|
|
67
68
|
}>> & {
|
|
68
69
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
69
70
|
}, {
|
|
70
|
-
size:
|
|
71
|
+
size: Size;
|
|
71
72
|
}, {}>;
|
|
72
73
|
export default _default;
|
|
@@ -1,50 +1,51 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
2
3
|
|
|
3
4
|
declare const meta: {
|
|
4
5
|
component: {
|
|
5
|
-
new (...args: any[]):
|
|
6
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
6
7
|
modelValue: {
|
|
7
|
-
type:
|
|
8
|
+
type: PropType<boolean | string[] | Set<string>>;
|
|
8
9
|
required: true;
|
|
9
10
|
};
|
|
10
11
|
name: {
|
|
11
|
-
type:
|
|
12
|
+
type: PropType<string>;
|
|
12
13
|
};
|
|
13
14
|
value: {
|
|
14
|
-
type:
|
|
15
|
+
type: PropType<string>;
|
|
15
16
|
};
|
|
16
17
|
description: {
|
|
17
|
-
type:
|
|
18
|
+
type: PropType<string>;
|
|
18
19
|
};
|
|
19
20
|
disabled: {
|
|
20
|
-
type:
|
|
21
|
+
type: PropType<boolean>;
|
|
21
22
|
};
|
|
22
23
|
isError: {
|
|
23
|
-
type:
|
|
24
|
+
type: PropType<boolean>;
|
|
24
25
|
};
|
|
25
26
|
}>> & {
|
|
26
27
|
"onUpdate:modelValue"?: ((value: boolean | string[] | Set<string>) => any) | undefined;
|
|
27
|
-
}, {}, unknown, {}, {},
|
|
28
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
28
29
|
"update:modelValue": (value: boolean | string[] | Set<string>) => void;
|
|
29
|
-
},
|
|
30
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
30
31
|
modelValue: {
|
|
31
|
-
type:
|
|
32
|
+
type: PropType<boolean | string[] | Set<string>>;
|
|
32
33
|
required: true;
|
|
33
34
|
};
|
|
34
35
|
name: {
|
|
35
|
-
type:
|
|
36
|
+
type: PropType<string>;
|
|
36
37
|
};
|
|
37
38
|
value: {
|
|
38
|
-
type:
|
|
39
|
+
type: PropType<string>;
|
|
39
40
|
};
|
|
40
41
|
description: {
|
|
41
|
-
type:
|
|
42
|
+
type: PropType<string>;
|
|
42
43
|
};
|
|
43
44
|
disabled: {
|
|
44
|
-
type:
|
|
45
|
+
type: PropType<boolean>;
|
|
45
46
|
};
|
|
46
47
|
isError: {
|
|
47
|
-
type:
|
|
48
|
+
type: PropType<boolean>;
|
|
48
49
|
};
|
|
49
50
|
}>> & {
|
|
50
51
|
"onUpdate:modelValue"?: ((value: boolean | string[] | Set<string>) => any) | undefined;
|
|
@@ -55,57 +56,57 @@ declare const meta: {
|
|
|
55
56
|
C: {};
|
|
56
57
|
M: {};
|
|
57
58
|
Defaults: {};
|
|
58
|
-
}, Readonly<
|
|
59
|
+
}, Readonly< ExtractPropTypes<{
|
|
59
60
|
modelValue: {
|
|
60
|
-
type:
|
|
61
|
+
type: PropType<boolean | string[] | Set<string>>;
|
|
61
62
|
required: true;
|
|
62
63
|
};
|
|
63
64
|
name: {
|
|
64
|
-
type:
|
|
65
|
+
type: PropType<string>;
|
|
65
66
|
};
|
|
66
67
|
value: {
|
|
67
|
-
type:
|
|
68
|
+
type: PropType<string>;
|
|
68
69
|
};
|
|
69
70
|
description: {
|
|
70
|
-
type:
|
|
71
|
+
type: PropType<string>;
|
|
71
72
|
};
|
|
72
73
|
disabled: {
|
|
73
|
-
type:
|
|
74
|
+
type: PropType<boolean>;
|
|
74
75
|
};
|
|
75
76
|
isError: {
|
|
76
|
-
type:
|
|
77
|
+
type: PropType<boolean>;
|
|
77
78
|
};
|
|
78
79
|
}>> & {
|
|
79
80
|
"onUpdate:modelValue"?: ((value: boolean | string[] | Set<string>) => any) | undefined;
|
|
80
81
|
}, {}, {}, {}, {}, {}>;
|
|
81
|
-
__isFragment?:
|
|
82
|
-
__isTeleport?:
|
|
83
|
-
__isSuspense?:
|
|
84
|
-
} &
|
|
82
|
+
__isFragment?: undefined;
|
|
83
|
+
__isTeleport?: undefined;
|
|
84
|
+
__isSuspense?: undefined;
|
|
85
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
85
86
|
modelValue: {
|
|
86
|
-
type:
|
|
87
|
+
type: PropType<boolean | string[] | Set<string>>;
|
|
87
88
|
required: true;
|
|
88
89
|
};
|
|
89
90
|
name: {
|
|
90
|
-
type:
|
|
91
|
+
type: PropType<string>;
|
|
91
92
|
};
|
|
92
93
|
value: {
|
|
93
|
-
type:
|
|
94
|
+
type: PropType<string>;
|
|
94
95
|
};
|
|
95
96
|
description: {
|
|
96
|
-
type:
|
|
97
|
+
type: PropType<string>;
|
|
97
98
|
};
|
|
98
99
|
disabled: {
|
|
99
|
-
type:
|
|
100
|
+
type: PropType<boolean>;
|
|
100
101
|
};
|
|
101
102
|
isError: {
|
|
102
|
-
type:
|
|
103
|
+
type: PropType<boolean>;
|
|
103
104
|
};
|
|
104
105
|
}>> & {
|
|
105
106
|
"onUpdate:modelValue"?: ((value: boolean | string[] | Set<string>) => any) | undefined;
|
|
106
|
-
}, {}, unknown, {}, {},
|
|
107
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
107
108
|
"update:modelValue": (value: boolean | string[] | Set<string>) => void;
|
|
108
|
-
}, string, {}, {}, string, {}> &
|
|
109
|
+
}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
109
110
|
$slots: {
|
|
110
111
|
default?(_: {}): any;
|
|
111
112
|
};
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
import { Props } from './switcher';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7
5
|
"update:modelValue": (value: boolean | string[] | Set<string>) => void;
|
|
8
|
-
}, string,
|
|
6
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
9
7
|
"onUpdate:modelValue"?: ((value: boolean | string[] | Set<string>) => any) | undefined;
|
|
10
|
-
}, {}, {}
|
|
11
|
-
|
|
8
|
+
}, {}, {}>, {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
}>;
|
|
12
11
|
export default _default;
|
|
13
12
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
13
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
15
14
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
-
type:
|
|
15
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
17
16
|
} : {
|
|
18
|
-
type:
|
|
17
|
+
type: PropType<T[K]>;
|
|
19
18
|
required: true;
|
|
20
19
|
};
|
|
21
20
|
};
|
|
@@ -1,75 +1,76 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
|
|
3
4
|
declare const meta: {
|
|
4
|
-
component:
|
|
5
|
+
component: DefineComponent<{
|
|
5
6
|
name: {
|
|
6
|
-
type:
|
|
7
|
+
type: PropType<string>;
|
|
7
8
|
};
|
|
8
9
|
disabled: {
|
|
9
|
-
type:
|
|
10
|
+
type: PropType<boolean>;
|
|
10
11
|
};
|
|
11
12
|
modelValue: {
|
|
12
|
-
type:
|
|
13
|
+
type: PropType<string>;
|
|
13
14
|
required: true;
|
|
14
15
|
};
|
|
15
16
|
isError: {
|
|
16
|
-
type:
|
|
17
|
+
type: PropType<boolean>;
|
|
17
18
|
};
|
|
18
19
|
hint: {
|
|
19
|
-
type:
|
|
20
|
+
type: PropType<string>;
|
|
20
21
|
};
|
|
21
22
|
readonly: {
|
|
22
|
-
type:
|
|
23
|
+
type: PropType<boolean>;
|
|
23
24
|
};
|
|
24
25
|
placeholder: {
|
|
25
|
-
type:
|
|
26
|
+
type: PropType<string>;
|
|
26
27
|
};
|
|
27
28
|
rows: {
|
|
28
|
-
type:
|
|
29
|
+
type: PropType<number>;
|
|
29
30
|
default: number;
|
|
30
31
|
};
|
|
31
32
|
minHeight: {
|
|
32
|
-
type:
|
|
33
|
+
type: PropType<number>;
|
|
33
34
|
default: number;
|
|
34
35
|
};
|
|
35
36
|
expandable: {
|
|
36
|
-
type:
|
|
37
|
+
type: PropType<boolean>;
|
|
37
38
|
};
|
|
38
|
-
}, {}, unknown, {}, {},
|
|
39
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
39
40
|
"update:modelValue": (value?: string | undefined) => void;
|
|
40
|
-
}, string,
|
|
41
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
41
42
|
name: {
|
|
42
|
-
type:
|
|
43
|
+
type: PropType<string>;
|
|
43
44
|
};
|
|
44
45
|
disabled: {
|
|
45
|
-
type:
|
|
46
|
+
type: PropType<boolean>;
|
|
46
47
|
};
|
|
47
48
|
modelValue: {
|
|
48
|
-
type:
|
|
49
|
+
type: PropType<string>;
|
|
49
50
|
required: true;
|
|
50
51
|
};
|
|
51
52
|
isError: {
|
|
52
|
-
type:
|
|
53
|
+
type: PropType<boolean>;
|
|
53
54
|
};
|
|
54
55
|
hint: {
|
|
55
|
-
type:
|
|
56
|
+
type: PropType<string>;
|
|
56
57
|
};
|
|
57
58
|
readonly: {
|
|
58
|
-
type:
|
|
59
|
+
type: PropType<boolean>;
|
|
59
60
|
};
|
|
60
61
|
placeholder: {
|
|
61
|
-
type:
|
|
62
|
+
type: PropType<string>;
|
|
62
63
|
};
|
|
63
64
|
rows: {
|
|
64
|
-
type:
|
|
65
|
+
type: PropType<number>;
|
|
65
66
|
default: number;
|
|
66
67
|
};
|
|
67
68
|
minHeight: {
|
|
68
|
-
type:
|
|
69
|
+
type: PropType<number>;
|
|
69
70
|
default: number;
|
|
70
71
|
};
|
|
71
72
|
expandable: {
|
|
72
|
-
type:
|
|
73
|
+
type: PropType<boolean>;
|
|
73
74
|
};
|
|
74
75
|
}>> & {
|
|
75
76
|
"onUpdate:modelValue"?: ((value?: string | undefined) => any) | undefined;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { Props } from './textarea';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
4
5
|
rows: number;
|
|
5
6
|
minHeight: number;
|
|
6
|
-
}>, {}, unknown, {}, {},
|
|
7
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7
8
|
"update:modelValue": (value?: string | undefined) => void;
|
|
8
|
-
}, string,
|
|
9
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
9
10
|
rows: number;
|
|
10
11
|
minHeight: number;
|
|
11
12
|
}>>> & {
|
|
@@ -18,9 +19,9 @@ export default _default;
|
|
|
18
19
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
20
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
21
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
-
type:
|
|
22
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
23
|
} : {
|
|
23
|
-
type:
|
|
24
|
+
type: PropType<T[K]>;
|
|
24
25
|
required: true;
|
|
25
26
|
};
|
|
26
27
|
};
|