@topvisor/ui 0.0.43 → 0.9.3
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-92744062.es.js → datepicker-78c2af5a.es.js} +3 -3
- package/.chunks/{datepicker-92744062.es.js.map → datepicker-78c2af5a.es.js.map} +1 -1
- package/.chunks/{datepicker-a9226b0f.amd.js → datepicker-d67bd339.amd.js} +3 -3
- package/.chunks/{datepicker-a9226b0f.amd.js.map → datepicker-d67bd339.amd.js.map} +1 -1
- package/.chunks/forms-9284b6d9.amd.js +3 -0
- package/.chunks/forms-9284b6d9.amd.js.map +1 -0
- package/.chunks/forms-9516aa6c.es.js +1000 -0
- package/.chunks/forms-9516aa6c.es.js.map +1 -0
- package/.chunks/{popup-a622fe31.es.js → popup-3054fcc1.es.js} +27 -16
- package/.chunks/popup-3054fcc1.es.js.map +1 -0
- package/.chunks/{popup-de28e508.amd.js → popup-c85f28bf.amd.js} +7 -6
- package/.chunks/popup-c85f28bf.amd.js.map +1 -0
- package/assets/core.css +1 -1
- package/assets/forms.css +1 -1
- package/assets/tabsView.css +1 -0
- package/core/core.amd.js +1 -1
- package/core/core.d.ts +2 -2
- 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 +83 -84
- package/formsExt/formsExt.js.map +1 -1
- package/package.json +4 -1
- package/popup/popup.amd.js +1 -1
- package/popup/popup.amd.js.map +1 -1
- package/popup/popup.js +52 -52
- package/popup/worker.amd.js +1 -1
- package/popup/worker.amd.js.map +1 -1
- package/popup/worker.js +14 -10
- package/popup/worker.js.map +1 -1
- package/src/components/forms/button/button.stories.d.ts +97 -140
- package/src/components/forms/checkbox/checkbox.stories.d.ts +61 -100
- package/src/components/forms/controlLabel/controlLabel.stories.d.ts +20 -53
- package/src/components/forms/input/input.stories.d.ts +101 -145
- package/src/components/forms/inputRange/inputRange.stories.d.ts +117 -221
- package/src/components/forms/radio/radio.stories.d.ts +57 -95
- package/src/components/forms/switcher/switcher.stories.d.ts +55 -93
- package/src/components/formsExt/editInput/editInput.stories.d.ts +34 -69
- package/src/components/popup/popup/popup.stories.d.ts +242 -363
- package/src/components/tabs/tabs/tabs.stories.d.ts +195 -370
- package/src/components/tabsView/tabsView/_MenuItem.stories.d.ts +255 -0
- package/src/components/tabsView/tabsView/_MenuTitle.stories.d.ts +180 -0
- package/src/components/tabsView/tabsView/content.vue.d.ts +19 -0
- package/src/components/tabsView/tabsView/menu.vue.d.ts +19 -0
- package/src/components/tabsView/tabsView/menuDelimeter.vue.d.ts +2 -0
- package/src/components/tabsView/tabsView/menuItem.vue.d.ts +19 -0
- package/src/components/tabsView/tabsView/menuTitle.vue.d.ts +19 -0
- package/src/components/tabsView/tabsView/state.d.ts +14 -0
- package/src/components/tabsView/tabsView/tabsView.d.ts +69 -0
- package/src/components/tabsView/tabsView/tabsView.stories.d.ts +358 -0
- package/src/components/tabsView/tabsView/tabsView.vue.d.ts +38 -0
- package/src/components/tabsView/tabsView.d.ts +4 -0
- package/src/core/core/page.d.ts +0 -7
- package/src/core/utils/css.d.ts +5 -0
- package/src/core/utils/date.d.ts +25 -27
- package/src/core/utils/device.d.ts +10 -13
- package/tabs/tabs.amd.js +1 -1
- package/tabs/tabs.js +37 -38
- package/tabs/tabs.js.map +1 -1
- package/tabsView/tabsView.amd.js +2 -0
- package/tabsView/tabsView.amd.js.map +1 -0
- package/tabsView/tabsView.d.ts +1 -0
- package/tabsView/tabsView.js +275 -0
- package/tabsView/tabsView.js.map +1 -0
- package/utils/css.amd.js +2 -0
- package/utils/css.amd.js.map +1 -0
- package/utils/css.d.ts +1 -0
- package/utils/css.js +35 -0
- package/utils/css.js.map +1 -0
- package/utils/date.amd.js +1 -1
- package/utils/date.d.ts +0 -2
- package/utils/date.js +5 -2
- package/utils/device.amd.js +1 -1
- package/utils/device.d.ts +0 -2
- package/utils/device.js +7 -2
- package/utils/dom.amd.js +1 -1
- package/utils/dom.amd.js.map +1 -1
- package/utils/dom.d.ts +2 -2
- package/utils/dom.js +61 -3
- package/utils/dom.js.map +1 -1
- package/.chunks/forms-727cc6aa.es.js +0 -1112
- package/.chunks/forms-727cc6aa.es.js.map +0 -1
- package/.chunks/forms-771091d4.amd.js +0 -3
- package/.chunks/forms-771091d4.amd.js.map +0 -1
- package/.chunks/popup-a622fe31.es.js.map +0 -1
- package/.chunks/popup-de28e508.amd.js.map +0 -1
- package/build/cssModules.d.ts +0 -13
- package/build/plugin/amdFix.d.ts +0 -8
- package/build/plugin/autoloadCSS.d.ts +0 -19
- package/build/rollup.config.d.ts +0 -15
- package/src/components/component.d.ts +0 -25
- package/src/components/helpersStories.d.ts +0 -28
- package/src/core/base/Colors.stories.d.ts +0 -19
- package/src/core/base/Layout.stories.d.ts +0 -19
- package/src/core/base/Properties.stories.d.ts +0 -19
- package/src/core/directives/tooltip.d.ts +0 -7
- package/src/core/theme/Colors.stories.d.ts +0 -19
- package/src/core/theme/Properties.stories.d.ts +0 -19
- package/src/core//320/235/320/260/320/261/320/276/321/200 /320/270/320/272/320/276/320/275/320/276/320/272//320/235/320/260/320/261/320/276/321/200 /320/270/320/272/320/276/320/275/320/276/320/272.stories.d.ts" +0 -6
- package/src/d.d.ts +0 -4
- package/src/resources/styles/core/core.d.ts +0 -0
- package/src/resources/styles/themes/dark.d.ts +0 -0
- package/src/resources/styles/themes/light.d.ts +0 -0
- package/src/storybook/components/icomoon.d.ts +0 -2
|
@@ -8,68 +8,35 @@
|
|
|
8
8
|
*/
|
|
9
9
|
declare const meta: {
|
|
10
10
|
component: {
|
|
11
|
-
new (...args: any[]): {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
$props: Partial<{}> & Omit<{
|
|
15
|
-
readonly disabled?: boolean | undefined;
|
|
16
|
-
readonly description?: string | undefined;
|
|
17
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
-
description: {
|
|
19
|
-
type: import("vue").PropType<string>;
|
|
20
|
-
};
|
|
21
|
-
disabled: {
|
|
22
|
-
type: import("vue").PropType<boolean>;
|
|
23
|
-
};
|
|
24
|
-
}>>, never>;
|
|
25
|
-
$attrs: {
|
|
26
|
-
[x: string]: unknown;
|
|
11
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
description: {
|
|
13
|
+
type: import("vue").PropType<string>;
|
|
27
14
|
};
|
|
28
|
-
|
|
29
|
-
|
|
15
|
+
disabled: {
|
|
16
|
+
type: import("vue").PropType<boolean>;
|
|
30
17
|
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
$el: any;
|
|
38
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
-
description: {
|
|
40
|
-
type: import("vue").PropType<string>;
|
|
41
|
-
};
|
|
42
|
-
disabled: {
|
|
43
|
-
type: import("vue").PropType<boolean>;
|
|
44
|
-
};
|
|
45
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
46
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
47
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
48
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
49
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
50
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
51
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
52
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
53
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
54
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
55
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
56
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
57
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
58
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
59
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
60
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
18
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
description: {
|
|
20
|
+
type: import("vue").PropType<string>;
|
|
21
|
+
};
|
|
22
|
+
disabled: {
|
|
23
|
+
type: import("vue").PropType<boolean>;
|
|
61
24
|
};
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
25
|
+
}>>, {}, true, {}, {}, {
|
|
26
|
+
P: {};
|
|
27
|
+
B: {};
|
|
28
|
+
D: {};
|
|
29
|
+
C: {};
|
|
30
|
+
M: {};
|
|
31
|
+
Defaults: {};
|
|
32
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
66
33
|
description: {
|
|
67
34
|
type: import("vue").PropType<string>;
|
|
68
35
|
};
|
|
69
36
|
disabled: {
|
|
70
37
|
type: import("vue").PropType<boolean>;
|
|
71
38
|
};
|
|
72
|
-
}
|
|
39
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
73
40
|
__isFragment?: undefined;
|
|
74
41
|
__isTeleport?: undefined;
|
|
75
42
|
__isSuspense?: undefined;
|
|
@@ -2,150 +2,7 @@ import type { StoryObj } from '@storybook/vue3';
|
|
|
2
2
|
import * as ComponentsConst from './input';
|
|
3
3
|
declare const meta: {
|
|
4
4
|
component: {
|
|
5
|
-
new (...args: any[]): {
|
|
6
|
-
$: import("vue").ComponentInternalInstance;
|
|
7
|
-
$data: {};
|
|
8
|
-
$props: Partial<{
|
|
9
|
-
size: import("../helpers").Size;
|
|
10
|
-
captionType: ComponentsConst.CaptionType;
|
|
11
|
-
}> & Omit<{
|
|
12
|
-
readonly size: import("../helpers").Size;
|
|
13
|
-
readonly modelValue: string;
|
|
14
|
-
readonly captionType: ComponentsConst.CaptionType;
|
|
15
|
-
readonly icon?: string | undefined;
|
|
16
|
-
readonly icon2?: string | undefined;
|
|
17
|
-
readonly title?: string | undefined;
|
|
18
|
-
readonly name?: string | undefined;
|
|
19
|
-
readonly disabled?: boolean | undefined;
|
|
20
|
-
readonly isError?: boolean | undefined;
|
|
21
|
-
readonly readonly?: boolean | undefined;
|
|
22
|
-
readonly addCleaner?: boolean | undefined;
|
|
23
|
-
readonly modificator?: string | undefined;
|
|
24
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
25
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
-
icon: {
|
|
27
|
-
type: import("vue").PropType<string>;
|
|
28
|
-
};
|
|
29
|
-
icon2: {
|
|
30
|
-
type: import("vue").PropType<string>;
|
|
31
|
-
};
|
|
32
|
-
title: {
|
|
33
|
-
type: import("vue").PropType<string>;
|
|
34
|
-
};
|
|
35
|
-
size: {
|
|
36
|
-
type: import("vue").PropType<import("../helpers").Size>;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
name: {
|
|
40
|
-
type: import("vue").PropType<string>;
|
|
41
|
-
};
|
|
42
|
-
disabled: {
|
|
43
|
-
type: import("vue").PropType<boolean>;
|
|
44
|
-
};
|
|
45
|
-
modelValue: {
|
|
46
|
-
type: import("vue").PropType<string>;
|
|
47
|
-
required: true;
|
|
48
|
-
};
|
|
49
|
-
isError: {
|
|
50
|
-
type: import("vue").PropType<boolean>;
|
|
51
|
-
};
|
|
52
|
-
readonly: {
|
|
53
|
-
type: import("vue").PropType<boolean>;
|
|
54
|
-
};
|
|
55
|
-
captionType: {
|
|
56
|
-
type: import("vue").PropType<ComponentsConst.CaptionType>;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
addCleaner: {
|
|
60
|
-
type: import("vue").PropType<boolean>;
|
|
61
|
-
};
|
|
62
|
-
modificator: {
|
|
63
|
-
type: import("vue").PropType<string>;
|
|
64
|
-
};
|
|
65
|
-
}>> & {
|
|
66
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
67
|
-
}, "size" | "captionType">;
|
|
68
|
-
$attrs: {
|
|
69
|
-
[x: string]: unknown;
|
|
70
|
-
};
|
|
71
|
-
$refs: {
|
|
72
|
-
[x: string]: unknown;
|
|
73
|
-
};
|
|
74
|
-
$slots: Readonly<{
|
|
75
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
76
|
-
}>;
|
|
77
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
78
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
79
|
-
$emit: (event: "update:modelValue", value: string) => void;
|
|
80
|
-
$el: any;
|
|
81
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
82
|
-
icon: {
|
|
83
|
-
type: import("vue").PropType<string>;
|
|
84
|
-
};
|
|
85
|
-
icon2: {
|
|
86
|
-
type: import("vue").PropType<string>;
|
|
87
|
-
};
|
|
88
|
-
title: {
|
|
89
|
-
type: import("vue").PropType<string>;
|
|
90
|
-
};
|
|
91
|
-
size: {
|
|
92
|
-
type: import("vue").PropType<import("../helpers").Size>;
|
|
93
|
-
default: string;
|
|
94
|
-
};
|
|
95
|
-
name: {
|
|
96
|
-
type: import("vue").PropType<string>;
|
|
97
|
-
};
|
|
98
|
-
disabled: {
|
|
99
|
-
type: import("vue").PropType<boolean>;
|
|
100
|
-
};
|
|
101
|
-
modelValue: {
|
|
102
|
-
type: import("vue").PropType<string>;
|
|
103
|
-
required: true;
|
|
104
|
-
};
|
|
105
|
-
isError: {
|
|
106
|
-
type: import("vue").PropType<boolean>;
|
|
107
|
-
};
|
|
108
|
-
readonly: {
|
|
109
|
-
type: import("vue").PropType<boolean>;
|
|
110
|
-
};
|
|
111
|
-
captionType: {
|
|
112
|
-
type: import("vue").PropType<ComponentsConst.CaptionType>;
|
|
113
|
-
default: string;
|
|
114
|
-
};
|
|
115
|
-
addCleaner: {
|
|
116
|
-
type: import("vue").PropType<boolean>;
|
|
117
|
-
};
|
|
118
|
-
modificator: {
|
|
119
|
-
type: import("vue").PropType<string>;
|
|
120
|
-
};
|
|
121
|
-
}>> & {
|
|
122
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
123
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
124
|
-
"update:modelValue": (value: string) => void;
|
|
125
|
-
}, string, {
|
|
126
|
-
size: import("../helpers").Size;
|
|
127
|
-
captionType: ComponentsConst.CaptionType;
|
|
128
|
-
}, {}, string, {}> & {
|
|
129
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
130
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
131
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
132
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
133
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
134
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
135
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
136
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
137
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
138
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
139
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
140
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
141
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
142
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
143
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
144
|
-
};
|
|
145
|
-
$forceUpdate: () => void;
|
|
146
|
-
$nextTick: typeof import("vue").nextTick;
|
|
147
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
148
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
5
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
149
6
|
icon: {
|
|
150
7
|
type: import("vue").PropType<string>;
|
|
151
8
|
};
|
|
@@ -187,7 +44,106 @@ declare const meta: {
|
|
|
187
44
|
};
|
|
188
45
|
}>> & {
|
|
189
46
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
190
|
-
}
|
|
47
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
|
+
"update:modelValue": (value: string) => void;
|
|
49
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
50
|
+
icon: {
|
|
51
|
+
type: import("vue").PropType<string>;
|
|
52
|
+
};
|
|
53
|
+
icon2: {
|
|
54
|
+
type: import("vue").PropType<string>;
|
|
55
|
+
};
|
|
56
|
+
title: {
|
|
57
|
+
type: import("vue").PropType<string>;
|
|
58
|
+
};
|
|
59
|
+
size: {
|
|
60
|
+
type: import("vue").PropType<import("../helpers").Size>;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
name: {
|
|
64
|
+
type: import("vue").PropType<string>;
|
|
65
|
+
};
|
|
66
|
+
disabled: {
|
|
67
|
+
type: import("vue").PropType<boolean>;
|
|
68
|
+
};
|
|
69
|
+
modelValue: {
|
|
70
|
+
type: import("vue").PropType<string>;
|
|
71
|
+
required: true;
|
|
72
|
+
};
|
|
73
|
+
isError: {
|
|
74
|
+
type: import("vue").PropType<boolean>;
|
|
75
|
+
};
|
|
76
|
+
readonly: {
|
|
77
|
+
type: import("vue").PropType<boolean>;
|
|
78
|
+
};
|
|
79
|
+
captionType: {
|
|
80
|
+
type: import("vue").PropType<ComponentsConst.CaptionType>;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
addCleaner: {
|
|
84
|
+
type: import("vue").PropType<boolean>;
|
|
85
|
+
};
|
|
86
|
+
modificator: {
|
|
87
|
+
type: import("vue").PropType<string>;
|
|
88
|
+
};
|
|
89
|
+
}>> & {
|
|
90
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
91
|
+
}, {
|
|
92
|
+
size: import("../helpers").Size;
|
|
93
|
+
captionType: ComponentsConst.CaptionType;
|
|
94
|
+
}, true, {}, {}, {
|
|
95
|
+
P: {};
|
|
96
|
+
B: {};
|
|
97
|
+
D: {};
|
|
98
|
+
C: {};
|
|
99
|
+
M: {};
|
|
100
|
+
Defaults: {};
|
|
101
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
102
|
+
icon: {
|
|
103
|
+
type: import("vue").PropType<string>;
|
|
104
|
+
};
|
|
105
|
+
icon2: {
|
|
106
|
+
type: import("vue").PropType<string>;
|
|
107
|
+
};
|
|
108
|
+
title: {
|
|
109
|
+
type: import("vue").PropType<string>;
|
|
110
|
+
};
|
|
111
|
+
size: {
|
|
112
|
+
type: import("vue").PropType<import("../helpers").Size>;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
name: {
|
|
116
|
+
type: import("vue").PropType<string>;
|
|
117
|
+
};
|
|
118
|
+
disabled: {
|
|
119
|
+
type: import("vue").PropType<boolean>;
|
|
120
|
+
};
|
|
121
|
+
modelValue: {
|
|
122
|
+
type: import("vue").PropType<string>;
|
|
123
|
+
required: true;
|
|
124
|
+
};
|
|
125
|
+
isError: {
|
|
126
|
+
type: import("vue").PropType<boolean>;
|
|
127
|
+
};
|
|
128
|
+
readonly: {
|
|
129
|
+
type: import("vue").PropType<boolean>;
|
|
130
|
+
};
|
|
131
|
+
captionType: {
|
|
132
|
+
type: import("vue").PropType<ComponentsConst.CaptionType>;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
addCleaner: {
|
|
136
|
+
type: import("vue").PropType<boolean>;
|
|
137
|
+
};
|
|
138
|
+
modificator: {
|
|
139
|
+
type: import("vue").PropType<string>;
|
|
140
|
+
};
|
|
141
|
+
}>> & {
|
|
142
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
143
|
+
}, {}, {}, {}, {}, {
|
|
144
|
+
size: import("../helpers").Size;
|
|
145
|
+
captionType: ComponentsConst.CaptionType;
|
|
146
|
+
}>;
|
|
191
147
|
__isFragment?: undefined;
|
|
192
148
|
__isTeleport?: undefined;
|
|
193
149
|
__isSuspense?: undefined;
|