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