@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,17 +1,18 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { Props } from './popup';
|
|
2
|
+
import { default as PopupClass } from '../lib/popup';
|
|
3
|
+
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
4
5
|
id: string;
|
|
5
6
|
pos: string;
|
|
6
7
|
notch: boolean;
|
|
7
8
|
posBy: string;
|
|
8
9
|
}>, {
|
|
9
10
|
popup: PopupClass | undefined;
|
|
10
|
-
}, unknown, {}, {}, import(
|
|
11
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
12
|
open: () => void;
|
|
12
13
|
close: () => void;
|
|
13
14
|
scrollContentList: (value: Event) => void;
|
|
14
|
-
}, string, import(
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
16
|
id: string;
|
|
16
17
|
pos: string;
|
|
17
18
|
notch: boolean;
|
|
@@ -22,9 +23,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
22
23
|
onScrollContentList?: ((value: Event) => any) | undefined;
|
|
23
24
|
}, {
|
|
24
25
|
id: string;
|
|
25
|
-
pos: import(
|
|
26
|
+
pos: import('./popup').Pos;
|
|
26
27
|
notch: boolean;
|
|
27
|
-
posBy: import(
|
|
28
|
+
posBy: import('./popup').PosBy;
|
|
28
29
|
}, {}>, {
|
|
29
30
|
opener?(_: {}): any;
|
|
30
31
|
header?(_: {}): any;
|
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
modelValue: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: import('vue').PropType<any>;
|
|
3
3
|
icon: {
|
|
4
|
-
type: import(
|
|
4
|
+
type: import('vue').PropType<string>;
|
|
5
5
|
};
|
|
6
6
|
icon2: {
|
|
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('../../forms/helpers').Size>;
|
|
14
14
|
};
|
|
15
15
|
name: {
|
|
16
|
-
type: import(
|
|
16
|
+
type: import('vue').PropType<string>;
|
|
17
17
|
};
|
|
18
18
|
disabled: {
|
|
19
|
-
type: import(
|
|
19
|
+
type: import('vue').PropType<boolean>;
|
|
20
20
|
};
|
|
21
21
|
isError: {
|
|
22
|
-
type: import(
|
|
22
|
+
type: import('vue').PropType<boolean>;
|
|
23
23
|
};
|
|
24
24
|
readonly: {
|
|
25
|
-
type: import(
|
|
25
|
+
type: import('vue').PropType<boolean>;
|
|
26
26
|
};
|
|
27
27
|
modificator: {
|
|
28
|
-
type: import(
|
|
28
|
+
type: import('vue').PropType<string>;
|
|
29
29
|
};
|
|
30
30
|
isLoading: {
|
|
31
|
-
type: import(
|
|
31
|
+
type: import('vue').PropType<boolean>;
|
|
32
32
|
};
|
|
33
33
|
addCleaner: {
|
|
34
|
-
type: import(
|
|
34
|
+
type: import('vue').PropType<boolean>;
|
|
35
35
|
default: boolean;
|
|
36
36
|
};
|
|
37
37
|
captionType: {
|
|
38
|
-
type: import(
|
|
38
|
+
type: import('vue').PropType<import('../../forms/input/input').CaptionType>;
|
|
39
39
|
};
|
|
40
|
-
}, {}, unknown, {}, {}, import(
|
|
41
|
-
modelValue: import(
|
|
40
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
41
|
+
modelValue: import('vue').PropType<any>;
|
|
42
42
|
icon: {
|
|
43
|
-
type: import(
|
|
43
|
+
type: import('vue').PropType<string>;
|
|
44
44
|
};
|
|
45
45
|
icon2: {
|
|
46
|
-
type: import(
|
|
46
|
+
type: import('vue').PropType<string>;
|
|
47
47
|
};
|
|
48
48
|
title: {
|
|
49
|
-
type: import(
|
|
49
|
+
type: import('vue').PropType<string>;
|
|
50
50
|
};
|
|
51
51
|
size: {
|
|
52
|
-
type: import(
|
|
52
|
+
type: import('vue').PropType<import('../../forms/helpers').Size>;
|
|
53
53
|
};
|
|
54
54
|
name: {
|
|
55
|
-
type: import(
|
|
55
|
+
type: import('vue').PropType<string>;
|
|
56
56
|
};
|
|
57
57
|
disabled: {
|
|
58
|
-
type: import(
|
|
58
|
+
type: import('vue').PropType<boolean>;
|
|
59
59
|
};
|
|
60
60
|
isError: {
|
|
61
|
-
type: import(
|
|
61
|
+
type: import('vue').PropType<boolean>;
|
|
62
62
|
};
|
|
63
63
|
readonly: {
|
|
64
|
-
type: import(
|
|
64
|
+
type: import('vue').PropType<boolean>;
|
|
65
65
|
};
|
|
66
66
|
modificator: {
|
|
67
|
-
type: import(
|
|
67
|
+
type: import('vue').PropType<string>;
|
|
68
68
|
};
|
|
69
69
|
isLoading: {
|
|
70
|
-
type: import(
|
|
70
|
+
type: import('vue').PropType<boolean>;
|
|
71
71
|
};
|
|
72
72
|
addCleaner: {
|
|
73
|
-
type: import(
|
|
73
|
+
type: import('vue').PropType<boolean>;
|
|
74
74
|
default: boolean;
|
|
75
75
|
};
|
|
76
76
|
captionType: {
|
|
77
|
-
type: import(
|
|
77
|
+
type: import('vue').PropType<import('../../forms/input/input').CaptionType>;
|
|
78
78
|
};
|
|
79
79
|
}>>, {
|
|
80
80
|
addCleaner: boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as SelectorCompetitors } from './selectorCompetitors/selectorCompetitors.vue';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Props as ButtonProps } from '../../forms/button/button';
|
|
2
|
+
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Массив активных ids
|
|
6
|
+
*/
|
|
7
|
+
modelValue: number[];
|
|
8
|
+
/**
|
|
9
|
+
* Дополнительно поддерижвает все props Button
|
|
10
|
+
*/
|
|
11
|
+
items: Item[];
|
|
12
|
+
/**
|
|
13
|
+
* Выводить кнопку "Выбрать все"
|
|
14
|
+
*/
|
|
15
|
+
showSelectAllItem?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export interface Item extends ButtonProps {
|
|
18
|
+
value: number;
|
|
19
|
+
content?: string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as ComponentsConst from './selectorCompetitors';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
component: import('vue').DefineComponent<{
|
|
4
|
+
modelValue: import('vue').PropType<number[]>;
|
|
5
|
+
items: {
|
|
6
|
+
type: import('vue').PropType<ComponentsConst.Item[]>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
showSelectAllItem: {
|
|
10
|
+
type: import('vue').PropType<boolean>;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
modelValue: import('vue').PropType<number[]>;
|
|
15
|
+
items: {
|
|
16
|
+
type: import('vue').PropType<ComponentsConst.Item[]>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
showSelectAllItem: {
|
|
20
|
+
type: import('vue').PropType<boolean>;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
}>>, {
|
|
24
|
+
showSelectAllItem: boolean;
|
|
25
|
+
}, {}>;
|
|
26
|
+
tags: string[];
|
|
27
|
+
argTypes: any;
|
|
28
|
+
parameters: {
|
|
29
|
+
docs: {
|
|
30
|
+
description: {
|
|
31
|
+
component: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export declare const Playground: {
|
|
37
|
+
args: {
|
|
38
|
+
modelValue: number[];
|
|
39
|
+
items: ComponentsConst.Item[];
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export default meta;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: import('vue').PropType<number[]>;
|
|
3
|
+
items: {
|
|
4
|
+
type: import('vue').PropType<import('./selectorCompetitors').Item[]>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
showSelectAllItem: {
|
|
8
|
+
type: import('vue').PropType<boolean>;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
modelValue: import('vue').PropType<number[]>;
|
|
13
|
+
items: {
|
|
14
|
+
type: import('vue').PropType<import('./selectorCompetitors').Item[]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
showSelectAllItem: {
|
|
18
|
+
type: import('vue').PropType<boolean>;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
}>>, {
|
|
22
|
+
showSelectAllItem: boolean;
|
|
23
|
+
}, {}>;
|
|
24
|
+
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { PropsContent } from './tabs';
|
|
2
|
+
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<PropsContent>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsContent>>>, {}, {}>, {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
}>;
|
|
5
6
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { PropsTab } from './tabs';
|
|
2
|
+
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<PropsTab>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsTab>>>, {}, {}>, {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
}>;
|
|
5
6
|
export default _default;
|