@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,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
|
|
2
3
|
import * as ComponentsConst from './inputDate';
|
|
3
4
|
/**
|
|
4
5
|
* Поле ввода с выбором даты.
|
|
@@ -11,91 +12,91 @@ import * as ComponentsConst from './inputDate';
|
|
|
11
12
|
* Формат определяется настройкой dateFormat, которую можно указать при подклчюении UI к приложению Vue или через Core.defineOptions().
|
|
12
13
|
*/
|
|
13
14
|
declare const meta: {
|
|
14
|
-
component: import(
|
|
15
|
+
component: import('vue').DefineComponent<{
|
|
15
16
|
icon: {
|
|
16
|
-
type: import(
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
17
18
|
};
|
|
18
19
|
icon2: {
|
|
19
|
-
type: import(
|
|
20
|
+
type: import('vue').PropType<string>;
|
|
20
21
|
default: string;
|
|
21
22
|
};
|
|
22
23
|
title: {
|
|
23
|
-
type: import(
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
24
25
|
};
|
|
25
26
|
size: {
|
|
26
|
-
type: import(
|
|
27
|
+
type: import('vue').PropType<import('../helpers').Size>;
|
|
27
28
|
};
|
|
28
29
|
name: {
|
|
29
|
-
type: import(
|
|
30
|
+
type: import('vue').PropType<string>;
|
|
30
31
|
};
|
|
31
32
|
disabled: {
|
|
32
|
-
type: import(
|
|
33
|
+
type: import('vue').PropType<boolean>;
|
|
33
34
|
};
|
|
34
35
|
modelValue: {
|
|
35
|
-
type: import(
|
|
36
|
+
type: import('vue').PropType<string>;
|
|
36
37
|
required: true;
|
|
37
38
|
};
|
|
38
39
|
isError: {
|
|
39
|
-
type: import(
|
|
40
|
+
type: import('vue').PropType<boolean>;
|
|
40
41
|
};
|
|
41
42
|
readonly: {
|
|
42
|
-
type: import(
|
|
43
|
+
type: import('vue').PropType<boolean>;
|
|
43
44
|
};
|
|
44
45
|
modificator: {
|
|
45
|
-
type: import(
|
|
46
|
+
type: import('vue').PropType<string>;
|
|
46
47
|
};
|
|
47
48
|
isLoading: {
|
|
48
|
-
type: import(
|
|
49
|
+
type: import('vue').PropType<boolean>;
|
|
49
50
|
};
|
|
50
51
|
addCleaner: {
|
|
51
|
-
type: import(
|
|
52
|
+
type: import('vue').PropType<boolean>;
|
|
52
53
|
};
|
|
53
54
|
captionType: {
|
|
54
|
-
type: import(
|
|
55
|
+
type: import('vue').PropType<ComponentsConst.CaptionType>;
|
|
55
56
|
};
|
|
56
|
-
}, {}, unknown, {}, {}, import(
|
|
57
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
57
58
|
"update:modelValue": (value: string) => void;
|
|
58
|
-
}, string, import(
|
|
59
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
59
60
|
icon: {
|
|
60
|
-
type: import(
|
|
61
|
+
type: import('vue').PropType<string>;
|
|
61
62
|
};
|
|
62
63
|
icon2: {
|
|
63
|
-
type: import(
|
|
64
|
+
type: import('vue').PropType<string>;
|
|
64
65
|
default: string;
|
|
65
66
|
};
|
|
66
67
|
title: {
|
|
67
|
-
type: import(
|
|
68
|
+
type: import('vue').PropType<string>;
|
|
68
69
|
};
|
|
69
70
|
size: {
|
|
70
|
-
type: import(
|
|
71
|
+
type: import('vue').PropType<import('../helpers').Size>;
|
|
71
72
|
};
|
|
72
73
|
name: {
|
|
73
|
-
type: import(
|
|
74
|
+
type: import('vue').PropType<string>;
|
|
74
75
|
};
|
|
75
76
|
disabled: {
|
|
76
|
-
type: import(
|
|
77
|
+
type: import('vue').PropType<boolean>;
|
|
77
78
|
};
|
|
78
79
|
modelValue: {
|
|
79
|
-
type: import(
|
|
80
|
+
type: import('vue').PropType<string>;
|
|
80
81
|
required: true;
|
|
81
82
|
};
|
|
82
83
|
isError: {
|
|
83
|
-
type: import(
|
|
84
|
+
type: import('vue').PropType<boolean>;
|
|
84
85
|
};
|
|
85
86
|
readonly: {
|
|
86
|
-
type: import(
|
|
87
|
+
type: import('vue').PropType<boolean>;
|
|
87
88
|
};
|
|
88
89
|
modificator: {
|
|
89
|
-
type: import(
|
|
90
|
+
type: import('vue').PropType<string>;
|
|
90
91
|
};
|
|
91
92
|
isLoading: {
|
|
92
|
-
type: import(
|
|
93
|
+
type: import('vue').PropType<boolean>;
|
|
93
94
|
};
|
|
94
95
|
addCleaner: {
|
|
95
|
-
type: import(
|
|
96
|
+
type: import('vue').PropType<boolean>;
|
|
96
97
|
};
|
|
97
98
|
captionType: {
|
|
98
|
-
type: import(
|
|
99
|
+
type: import('vue').PropType<ComponentsConst.CaptionType>;
|
|
99
100
|
};
|
|
100
101
|
}>> & {
|
|
101
102
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { Props } from './inputDate';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
3
4
|
icon2: string;
|
|
4
|
-
}>, {}, unknown, {}, {}, import(
|
|
5
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
6
|
"update:modelValue": (value: string) => void;
|
|
6
|
-
}, string, import(
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
7
8
|
icon2: string;
|
|
8
9
|
}>>> & {
|
|
9
10
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
|
|
2
3
|
/**
|
|
3
4
|
* В компоненте используется 2 именованых слота:
|
|
4
5
|
* - **#from**: поле ввода "от"
|
|
@@ -6,18 +7,18 @@ import type { StoryObj } from '@storybook/vue3';
|
|
|
6
7
|
*/
|
|
7
8
|
declare const meta: {
|
|
8
9
|
component: {
|
|
9
|
-
new (...args: any[]): import(
|
|
10
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
10
11
|
P: {};
|
|
11
12
|
B: {};
|
|
12
13
|
D: {};
|
|
13
14
|
C: {};
|
|
14
15
|
M: {};
|
|
15
16
|
Defaults: {};
|
|
16
|
-
}, Readonly<import(
|
|
17
|
+
}, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
17
18
|
__isFragment?: undefined;
|
|
18
19
|
__isTeleport?: undefined;
|
|
19
20
|
__isSuspense?: undefined;
|
|
20
|
-
} & import(
|
|
21
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
21
22
|
$slots: {
|
|
22
23
|
from?(_: {}): any;
|
|
23
24
|
to?(_: {}): any;
|
|
@@ -30,167 +31,167 @@ type Story = StoryObj<typeof meta>;
|
|
|
30
31
|
export declare const Playground: {
|
|
31
32
|
render: (_args: {
|
|
32
33
|
style?: unknown;
|
|
33
|
-
key?:
|
|
34
|
-
ref?: import(
|
|
34
|
+
key?: PropertyKey | undefined;
|
|
35
|
+
ref?: import('vue').VNodeRef | undefined;
|
|
35
36
|
class?: unknown;
|
|
36
37
|
ref_for?: boolean | undefined;
|
|
37
38
|
ref_key?: string | undefined;
|
|
38
|
-
onVnodeBeforeMount?: ((vnode: import(
|
|
39
|
+
onVnodeBeforeMount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
39
40
|
[key: string]: any;
|
|
40
|
-
}>) => void) | ((vnode: import(
|
|
41
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
41
42
|
[key: string]: any;
|
|
42
43
|
}>) => void)[] | undefined;
|
|
43
|
-
onVnodeMounted?: ((vnode: import(
|
|
44
|
+
onVnodeMounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
44
45
|
[key: string]: any;
|
|
45
|
-
}>) => void) | ((vnode: import(
|
|
46
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
46
47
|
[key: string]: any;
|
|
47
48
|
}>) => void)[] | undefined;
|
|
48
|
-
onVnodeBeforeUpdate?: ((vnode: import(
|
|
49
|
+
onVnodeBeforeUpdate?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
49
50
|
[key: string]: any;
|
|
50
|
-
}>, oldVNode: import(
|
|
51
|
+
}>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
51
52
|
[key: string]: any;
|
|
52
|
-
}>) => void) | ((vnode: import(
|
|
53
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
53
54
|
[key: string]: any;
|
|
54
|
-
}>, oldVNode: import(
|
|
55
|
+
}>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
55
56
|
[key: string]: any;
|
|
56
57
|
}>) => void)[] | undefined;
|
|
57
|
-
onVnodeUpdated?: ((vnode: import(
|
|
58
|
+
onVnodeUpdated?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
58
59
|
[key: string]: any;
|
|
59
|
-
}>, oldVNode: import(
|
|
60
|
+
}>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
60
61
|
[key: string]: any;
|
|
61
|
-
}>) => void) | ((vnode: import(
|
|
62
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
62
63
|
[key: string]: any;
|
|
63
|
-
}>, oldVNode: import(
|
|
64
|
+
}>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
64
65
|
[key: string]: any;
|
|
65
66
|
}>) => void)[] | undefined;
|
|
66
|
-
onVnodeBeforeUnmount?: ((vnode: import(
|
|
67
|
+
onVnodeBeforeUnmount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
67
68
|
[key: string]: any;
|
|
68
|
-
}>) => void) | ((vnode: import(
|
|
69
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
69
70
|
[key: string]: any;
|
|
70
71
|
}>) => void)[] | undefined;
|
|
71
|
-
onVnodeUnmounted?: ((vnode: import(
|
|
72
|
+
onVnodeUnmounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
72
73
|
[key: string]: any;
|
|
73
|
-
}>) => void) | ((vnode: import(
|
|
74
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
74
75
|
[key: string]: any;
|
|
75
76
|
}>) => void)[] | undefined;
|
|
76
|
-
from?: ((_: {}) => any) | import(
|
|
77
|
-
to?: ((_: {}) => any) | import(
|
|
77
|
+
from?: ((_: {}) => any) | import('vue').VNodeChild;
|
|
78
|
+
to?: ((_: {}) => any) | import('vue').VNodeChild;
|
|
78
79
|
}) => {
|
|
79
80
|
components: {
|
|
80
81
|
InputRange: {
|
|
81
|
-
new (...args: any[]): import(
|
|
82
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
82
83
|
P: {};
|
|
83
84
|
B: {};
|
|
84
85
|
D: {};
|
|
85
86
|
C: {};
|
|
86
87
|
M: {};
|
|
87
88
|
Defaults: {};
|
|
88
|
-
}, Readonly<import(
|
|
89
|
+
}, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
89
90
|
__isFragment?: undefined;
|
|
90
91
|
__isTeleport?: undefined;
|
|
91
92
|
__isSuspense?: undefined;
|
|
92
|
-
} & import(
|
|
93
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
93
94
|
$slots: {
|
|
94
95
|
from?(_: {}): any;
|
|
95
96
|
to?(_: {}): any;
|
|
96
97
|
};
|
|
97
98
|
});
|
|
98
99
|
Input: {
|
|
99
|
-
new (...args: any[]): import(
|
|
100
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
100
101
|
icon: {
|
|
101
|
-
type: import(
|
|
102
|
+
type: import('vue').PropType<string>;
|
|
102
103
|
};
|
|
103
104
|
icon2: {
|
|
104
|
-
type: import(
|
|
105
|
+
type: import('vue').PropType<string>;
|
|
105
106
|
};
|
|
106
107
|
title: {
|
|
107
|
-
type: import(
|
|
108
|
+
type: import('vue').PropType<string>;
|
|
108
109
|
};
|
|
109
110
|
size: {
|
|
110
|
-
type: import(
|
|
111
|
+
type: import('vue').PropType<import('../helpers').Size>;
|
|
111
112
|
default: string;
|
|
112
113
|
};
|
|
113
114
|
name: {
|
|
114
|
-
type: import(
|
|
115
|
+
type: import('vue').PropType<string>;
|
|
115
116
|
};
|
|
116
117
|
disabled: {
|
|
117
|
-
type: import(
|
|
118
|
+
type: import('vue').PropType<boolean>;
|
|
118
119
|
};
|
|
119
120
|
modelValue: {
|
|
120
|
-
type: import(
|
|
121
|
+
type: import('vue').PropType<string>;
|
|
121
122
|
required: true;
|
|
122
123
|
};
|
|
123
124
|
isError: {
|
|
124
|
-
type: import(
|
|
125
|
+
type: import('vue').PropType<boolean>;
|
|
125
126
|
};
|
|
126
127
|
readonly: {
|
|
127
|
-
type: import(
|
|
128
|
+
type: import('vue').PropType<boolean>;
|
|
128
129
|
};
|
|
129
130
|
modificator: {
|
|
130
|
-
type: import(
|
|
131
|
+
type: import('vue').PropType<string>;
|
|
131
132
|
};
|
|
132
133
|
isLoading: {
|
|
133
|
-
type: import(
|
|
134
|
+
type: import('vue').PropType<boolean>;
|
|
134
135
|
};
|
|
135
136
|
addCleaner: {
|
|
136
|
-
type: import(
|
|
137
|
+
type: import('vue').PropType<boolean>;
|
|
137
138
|
};
|
|
138
139
|
captionType: {
|
|
139
|
-
type: import(
|
|
140
|
+
type: import('vue').PropType<import('../input/input').CaptionType>;
|
|
140
141
|
default: string;
|
|
141
142
|
};
|
|
142
143
|
}>> & {
|
|
143
144
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
144
|
-
}, {}, unknown, {}, {}, import(
|
|
145
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
145
146
|
"update:modelValue": (value: string) => void;
|
|
146
|
-
}, import(
|
|
147
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
147
148
|
icon: {
|
|
148
|
-
type: import(
|
|
149
|
+
type: import('vue').PropType<string>;
|
|
149
150
|
};
|
|
150
151
|
icon2: {
|
|
151
|
-
type: import(
|
|
152
|
+
type: import('vue').PropType<string>;
|
|
152
153
|
};
|
|
153
154
|
title: {
|
|
154
|
-
type: import(
|
|
155
|
+
type: import('vue').PropType<string>;
|
|
155
156
|
};
|
|
156
157
|
size: {
|
|
157
|
-
type: import(
|
|
158
|
+
type: import('vue').PropType<import('../helpers').Size>;
|
|
158
159
|
default: string;
|
|
159
160
|
};
|
|
160
161
|
name: {
|
|
161
|
-
type: import(
|
|
162
|
+
type: import('vue').PropType<string>;
|
|
162
163
|
};
|
|
163
164
|
disabled: {
|
|
164
|
-
type: import(
|
|
165
|
+
type: import('vue').PropType<boolean>;
|
|
165
166
|
};
|
|
166
167
|
modelValue: {
|
|
167
|
-
type: import(
|
|
168
|
+
type: import('vue').PropType<string>;
|
|
168
169
|
required: true;
|
|
169
170
|
};
|
|
170
171
|
isError: {
|
|
171
|
-
type: import(
|
|
172
|
+
type: import('vue').PropType<boolean>;
|
|
172
173
|
};
|
|
173
174
|
readonly: {
|
|
174
|
-
type: import(
|
|
175
|
+
type: import('vue').PropType<boolean>;
|
|
175
176
|
};
|
|
176
177
|
modificator: {
|
|
177
|
-
type: import(
|
|
178
|
+
type: import('vue').PropType<string>;
|
|
178
179
|
};
|
|
179
180
|
isLoading: {
|
|
180
|
-
type: import(
|
|
181
|
+
type: import('vue').PropType<boolean>;
|
|
181
182
|
};
|
|
182
183
|
addCleaner: {
|
|
183
|
-
type: import(
|
|
184
|
+
type: import('vue').PropType<boolean>;
|
|
184
185
|
};
|
|
185
186
|
captionType: {
|
|
186
|
-
type: import(
|
|
187
|
+
type: import('vue').PropType<import('../input/input').CaptionType>;
|
|
187
188
|
default: string;
|
|
188
189
|
};
|
|
189
190
|
}>> & {
|
|
190
191
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
191
192
|
}, {
|
|
192
|
-
size: import(
|
|
193
|
-
captionType: import(
|
|
193
|
+
size: import('../helpers').Size;
|
|
194
|
+
captionType: import('../input/input').CaptionType;
|
|
194
195
|
}, true, {}, {}, {
|
|
195
196
|
P: {};
|
|
196
197
|
B: {};
|
|
@@ -198,109 +199,109 @@ export declare const Playground: {
|
|
|
198
199
|
C: {};
|
|
199
200
|
M: {};
|
|
200
201
|
Defaults: {};
|
|
201
|
-
}, Readonly<import(
|
|
202
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
202
203
|
icon: {
|
|
203
|
-
type: import(
|
|
204
|
+
type: import('vue').PropType<string>;
|
|
204
205
|
};
|
|
205
206
|
icon2: {
|
|
206
|
-
type: import(
|
|
207
|
+
type: import('vue').PropType<string>;
|
|
207
208
|
};
|
|
208
209
|
title: {
|
|
209
|
-
type: import(
|
|
210
|
+
type: import('vue').PropType<string>;
|
|
210
211
|
};
|
|
211
212
|
size: {
|
|
212
|
-
type: import(
|
|
213
|
+
type: import('vue').PropType<import('../helpers').Size>;
|
|
213
214
|
default: string;
|
|
214
215
|
};
|
|
215
216
|
name: {
|
|
216
|
-
type: import(
|
|
217
|
+
type: import('vue').PropType<string>;
|
|
217
218
|
};
|
|
218
219
|
disabled: {
|
|
219
|
-
type: import(
|
|
220
|
+
type: import('vue').PropType<boolean>;
|
|
220
221
|
};
|
|
221
222
|
modelValue: {
|
|
222
|
-
type: import(
|
|
223
|
+
type: import('vue').PropType<string>;
|
|
223
224
|
required: true;
|
|
224
225
|
};
|
|
225
226
|
isError: {
|
|
226
|
-
type: import(
|
|
227
|
+
type: import('vue').PropType<boolean>;
|
|
227
228
|
};
|
|
228
229
|
readonly: {
|
|
229
|
-
type: import(
|
|
230
|
+
type: import('vue').PropType<boolean>;
|
|
230
231
|
};
|
|
231
232
|
modificator: {
|
|
232
|
-
type: import(
|
|
233
|
+
type: import('vue').PropType<string>;
|
|
233
234
|
};
|
|
234
235
|
isLoading: {
|
|
235
|
-
type: import(
|
|
236
|
+
type: import('vue').PropType<boolean>;
|
|
236
237
|
};
|
|
237
238
|
addCleaner: {
|
|
238
|
-
type: import(
|
|
239
|
+
type: import('vue').PropType<boolean>;
|
|
239
240
|
};
|
|
240
241
|
captionType: {
|
|
241
|
-
type: import(
|
|
242
|
+
type: import('vue').PropType<import('../input/input').CaptionType>;
|
|
242
243
|
default: string;
|
|
243
244
|
};
|
|
244
245
|
}>> & {
|
|
245
246
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
246
247
|
}, {}, {}, {}, {}, {
|
|
247
|
-
size: import(
|
|
248
|
-
captionType: import(
|
|
248
|
+
size: import('../helpers').Size;
|
|
249
|
+
captionType: import('../input/input').CaptionType;
|
|
249
250
|
}>;
|
|
250
251
|
__isFragment?: undefined;
|
|
251
252
|
__isTeleport?: undefined;
|
|
252
253
|
__isSuspense?: undefined;
|
|
253
|
-
} & import(
|
|
254
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
254
255
|
icon: {
|
|
255
|
-
type: import(
|
|
256
|
+
type: import('vue').PropType<string>;
|
|
256
257
|
};
|
|
257
258
|
icon2: {
|
|
258
|
-
type: import(
|
|
259
|
+
type: import('vue').PropType<string>;
|
|
259
260
|
};
|
|
260
261
|
title: {
|
|
261
|
-
type: import(
|
|
262
|
+
type: import('vue').PropType<string>;
|
|
262
263
|
};
|
|
263
264
|
size: {
|
|
264
|
-
type: import(
|
|
265
|
+
type: import('vue').PropType<import('../helpers').Size>;
|
|
265
266
|
default: string;
|
|
266
267
|
};
|
|
267
268
|
name: {
|
|
268
|
-
type: import(
|
|
269
|
+
type: import('vue').PropType<string>;
|
|
269
270
|
};
|
|
270
271
|
disabled: {
|
|
271
|
-
type: import(
|
|
272
|
+
type: import('vue').PropType<boolean>;
|
|
272
273
|
};
|
|
273
274
|
modelValue: {
|
|
274
|
-
type: import(
|
|
275
|
+
type: import('vue').PropType<string>;
|
|
275
276
|
required: true;
|
|
276
277
|
};
|
|
277
278
|
isError: {
|
|
278
|
-
type: import(
|
|
279
|
+
type: import('vue').PropType<boolean>;
|
|
279
280
|
};
|
|
280
281
|
readonly: {
|
|
281
|
-
type: import(
|
|
282
|
+
type: import('vue').PropType<boolean>;
|
|
282
283
|
};
|
|
283
284
|
modificator: {
|
|
284
|
-
type: import(
|
|
285
|
+
type: import('vue').PropType<string>;
|
|
285
286
|
};
|
|
286
287
|
isLoading: {
|
|
287
|
-
type: import(
|
|
288
|
+
type: import('vue').PropType<boolean>;
|
|
288
289
|
};
|
|
289
290
|
addCleaner: {
|
|
290
|
-
type: import(
|
|
291
|
+
type: import('vue').PropType<boolean>;
|
|
291
292
|
};
|
|
292
293
|
captionType: {
|
|
293
|
-
type: import(
|
|
294
|
+
type: import('vue').PropType<import('../input/input').CaptionType>;
|
|
294
295
|
default: string;
|
|
295
296
|
};
|
|
296
297
|
}>> & {
|
|
297
298
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
298
|
-
}, {}, unknown, {}, {}, import(
|
|
299
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
299
300
|
"update:modelValue": (value: string) => void;
|
|
300
301
|
}, string, {
|
|
301
|
-
size: import(
|
|
302
|
-
captionType: import(
|
|
303
|
-
}, {}, string, {}> & import(
|
|
302
|
+
size: import('../helpers').Size;
|
|
303
|
+
captionType: import('../input/input').CaptionType;
|
|
304
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
304
305
|
$slots: {
|
|
305
306
|
default?(_: {}): any;
|
|
306
307
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
from?(_: {}): any;
|
|
3
3
|
to?(_: {}): any;
|
|
4
4
|
}>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Компонент полоска загрузки, необходим для вставки внутри блока при загрузке данных.
|
|
3
3
|
*/
|
|
4
4
|
declare const meta: {
|
|
5
|
-
component: import(
|
|
5
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
6
6
|
tags: string[];
|
|
7
7
|
};
|
|
8
8
|
export declare const Playground: {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|