@topvisor/ui 0.9.33 → 0.9.34-utils-components-2
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-D1JLNEmV.es.js → datepicker-BGhDjLcn.es.js} +2 -2
- package/.chunks/{datepicker-D1JLNEmV.es.js.map → datepicker-BGhDjLcn.es.js.map} +1 -1
- package/.chunks/{datepicker-5QMJRJn-.amd.js → datepicker-DM6aPyRB.amd.js} +2 -2
- package/.chunks/{datepicker-5QMJRJn-.amd.js.map → datepicker-DM6aPyRB.amd.js.map} +1 -1
- package/.chunks/{forms-S36M7cBH.es.js → forms-CRAV8PiZ.es.js} +328 -312
- package/.chunks/forms-CRAV8PiZ.es.js.map +1 -0
- package/.chunks/forms-Cksc7Rb7.amd.js +3 -0
- package/.chunks/forms-Cksc7Rb7.amd.js.map +1 -0
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-BfCj7kQR.es.js → listItem.vue_vue_type_script_setup_true_lang-C2XaxeNZ.es.js} +9 -9
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-BfCj7kQR.es.js.map → listItem.vue_vue_type_script_setup_true_lang-C2XaxeNZ.es.js.map} +1 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CpNwVBHY.amd.js +2 -0
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-C7tg-67i.amd.js.map → listItem.vue_vue_type_script_setup_true_lang-CpNwVBHY.amd.js.map} +1 -1
- package/.chunks/{menu-v5knQbeF.es.js → menu-BWjYRHkQ.es.js} +8 -8
- package/.chunks/menu-BWjYRHkQ.es.js.map +1 -0
- package/.chunks/{menu-S1Hk7D3W.amd.js → menu-BX8GV8-v.amd.js} +2 -2
- package/.chunks/menu-BX8GV8-v.amd.js.map +1 -0
- package/.chunks/{popup-DncRq57t.amd.js → popup-3fVBIqu0.amd.js} +3 -3
- package/.chunks/{popup-DncRq57t.amd.js.map → popup-3fVBIqu0.amd.js.map} +1 -1
- package/.chunks/{popup-BK3xlBZm.es.js → popup-BWTP6yaC.es.js} +3 -3
- package/.chunks/{popup-BK3xlBZm.es.js.map → popup-BWTP6yaC.es.js.map} +1 -1
- package/.chunks/punycode.es6-C2yitnNb.amd.js +2 -0
- package/.chunks/punycode.es6-C2yitnNb.amd.js.map +1 -0
- package/.chunks/punycode.es6-CNI-zL6U.es.js +134 -0
- package/.chunks/punycode.es6-CNI-zL6U.es.js.map +1 -0
- package/assets/core.css +1 -1
- package/assets/dark.css +1 -1
- package/assets/forms.css +1 -1
- package/assets/formsExt.css +1 -1
- package/assets/light.css +1 -1
- package/core/core.amd.js +1 -1
- package/core/core.js +1 -1
- package/core/directives/focus.amd.js +2 -0
- package/core/directives/focus.amd.js.map +1 -0
- package/core/directives/focus.d.ts +3 -0
- package/core/directives/focus.js +5 -0
- package/core/directives/focus.js.map +1 -0
- package/core/directives/sticky.amd.js +2 -0
- package/core/directives/sticky.amd.js.map +1 -0
- package/core/directives/sticky.d.ts +3 -0
- package/core/directives/sticky.js +5 -0
- package/core/directives/sticky.js.map +1 -0
- package/core/directives/swimUp.amd.js +2 -0
- package/core/directives/swimUp.amd.js.map +1 -0
- package/core/directives/swimUp.d.ts +3 -0
- package/core/directives/swimUp.js +5 -0
- package/core/directives/swimUp.js.map +1 -0
- package/core/directives/tooltip.amd.js +2 -0
- package/core/directives/tooltip.amd.js.map +1 -0
- package/core/directives/tooltip.d.ts +3 -0
- package/core/directives/tooltip.js +5 -0
- package/core/directives/tooltip.js.map +1 -0
- package/core/plugin/plugin.amd.js +2 -0
- package/core/plugin/plugin.amd.js.map +1 -0
- package/core/plugin/plugin.d.ts +3 -0
- package/core/plugin/plugin.js +23 -0
- package/core/plugin/plugin.js.map +1 -0
- package/forms/forms.amd.js +1 -1
- package/forms/forms.js +14 -14
- package/formsExt/formsExt.amd.js +1 -1
- package/formsExt/formsExt.amd.js.map +1 -1
- package/formsExt/formsExt.js +122 -363
- package/formsExt/formsExt.js.map +1 -1
- package/package.json +32 -24
- package/popup/popup.amd.js +1 -1
- package/popup/popup.amd.js.map +1 -1
- package/popup/popup.js +47 -6
- package/popup/popup.js.map +1 -1
- package/popup/worker.amd.js +1 -1
- package/popup/worker.js +3 -3
- package/project/project.amd.js +1 -1
- package/project/project.amd.js.map +1 -1
- package/project/project.js +15 -15
- package/project/project.js.map +1 -1
- package/src/components/forms/avatar/avatar.stories.d.ts +15 -14
- package/src/components/forms/avatar/avatar.vue.d.ts +7 -6
- package/src/components/forms/button/button.stories.d.ts +59 -57
- package/src/components/forms/button/button.vue.d.ts +10 -8
- package/src/components/forms/checkbox/checkbox.stories.d.ts +34 -33
- package/src/components/forms/checkbox/checkbox.vue.d.ts +17 -16
- package/src/components/forms/controlLabel/controlLabel.stories.d.ts +14 -13
- package/src/components/forms/controlLabel/controlLabel.vue.d.ts +4 -3
- package/src/components/forms/forms.d.ts +33 -13
- package/src/components/forms/hint/hint.stories.d.ts +23 -22
- package/src/components/forms/hint/hint.vue.d.ts +4 -3
- package/src/components/forms/input/input.stories.d.ts +64 -62
- package/src/components/forms/input/input.vue.d.ts +10 -8
- package/src/components/forms/inputDate/inputDate.d.ts +1 -1
- package/src/components/forms/inputDate/inputDate.stories.d.ts +31 -29
- package/src/components/forms/inputDate/inputDate.vue.d.ts +6 -5
- package/src/components/forms/inputRange/inputRange.stories.d.ts +84 -81
- package/src/components/forms/inputRange/inputRange.vue.d.ts +2 -1
- package/src/components/forms/loadbar/loadbar.stories.d.ts +2 -1
- package/src/components/forms/loadbar/loadbar.vue.d.ts +2 -1
- package/src/components/forms/radio/radio.stories.d.ts +32 -31
- package/src/components/forms/radio/radio.vue.d.ts +5 -4
- package/src/components/forms/select/select.stories.d.ts +24 -22
- package/src/components/forms/select/select.vue.d.ts +25 -23
- package/src/components/forms/switcher/switcher.stories.d.ts +32 -31
- package/src/components/forms/switcher/switcher.vue.d.ts +5 -4
- package/src/components/forms/textarea/textarea.stories.d.ts +24 -23
- package/src/components/forms/textarea/textarea.vue.d.ts +6 -5
- package/src/components/formsExt/editArea/editArea.stories.d.ts +40 -39
- package/src/components/formsExt/editArea/editArea.vue.d.ts +6 -5
- package/src/components/formsExt/editInput/editInput.stories.d.ts +22 -19
- package/src/components/formsExt/editInput/editInput.vue.d.ts +5 -4
- package/src/components/formsExt/formsExt.d.ts +10 -5
- package/src/components/formsExt/menu/menu.stories.d.ts +15 -14
- package/src/components/formsExt/menu/menu.vue.d.ts +17 -16
- package/src/components/formsExt/radioGroup/radioGroup.stories.d.ts +16 -14
- package/src/components/formsExt/radioGroup/radioGroup.vue.d.ts +17 -14
- package/src/components/formsExt/selector2/api.d.ts +2 -2
- package/src/components/formsExt/selector2/selector2.stories.d.ts +67 -65
- package/src/components/popup/popup/listItem.vue.d.ts +5 -4
- package/src/components/popup/popup/opener.vue.d.ts +8 -7
- package/src/components/popup/popup/popup.stories.d.ts +198 -193
- package/src/components/popup/popup/popup.vue.d.ts +9 -8
- package/src/components/popup/popup/widgetInput.vue.d.ts +31 -28
- package/src/components/popup/popup.d.ts +10 -4
- package/src/components/popup/worker.d.ts +4 -1
- package/src/components/project/project.d.ts +4 -1
- package/src/components/project/selectorCompetitors/composables.d.ts +2 -1
- package/src/components/project/selectorCompetitors/selectorCompetitors.stories.d.ts +9 -8
- package/src/components/project/selectorCompetitors/selectorCompetitors.vue.d.ts +10 -9
- package/src/components/project/selectorCompetitors/stories/items.d.ts +2 -1
- package/src/components/tabs/tabs/content.vue.d.ts +4 -3
- package/src/components/tabs/tabs/tab.vue.d.ts +4 -3
- package/src/components/tabs/tabs/tabs.stories.d.ts +165 -162
- package/src/components/tabs/tabs/tabs.vue.d.ts +4 -3
- package/src/components/tabs/tabs.d.ts +8 -3
- package/src/components/tabsView/tabsView/menu.vue.d.ts +7 -6
- package/src/components/tabsView/tabsView/menuDelimeter.vue.d.ts +2 -1
- package/src/components/tabsView/tabsView/menuItem.vue.d.ts +6 -5
- package/src/components/tabsView/tabsView/menuTitle.vue.d.ts +4 -3
- package/src/components/tabsView/tabsView/store.d.ts +126 -69
- package/src/components/tabsView/tabsView/tabsView.d.ts +1 -1
- package/src/components/tabsView/tabsView/tabsView.stories.d.ts +95 -94
- package/src/components/tabsView/tabsView/tabsView.vue.d.ts +13 -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 +93 -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 +45 -44
- package/src/components/tabsView/tabsView.d.ts +8 -3
- package/src/core/core/core.d.ts +1 -0
- package/src/core/core/page.d.ts +4 -0
- package/src/core/core/state.d.ts +4 -0
- package/src/core/directives/focus.d.ts +9 -0
- package/src/core/directives/sticky.d.ts +11 -0
- package/src/core/directives/swimUp.d.ts +10 -0
- package/src/core/directives/tooltip.d.ts +11 -0
- package/src/core/plugin/plugin.d.ts +48 -0
- package/src/core/utils/device.d.ts +6 -0
- package/src/core/utils/image.d.ts +12 -0
- package/src/core/utils/number.d.ts +7 -0
- package/src/core/utils/store/plugin.d.ts +2 -1
- package/src/core/utils/string.d.ts +4 -0
- package/tabs/tabs.amd.js +1 -1
- package/tabs/tabs.amd.js.map +1 -1
- package/tabs/tabs.js +23 -23
- package/tabs/tabs.js.map +1 -1
- package/tabsView/tabsView.amd.js +1 -1
- package/tabsView/tabsView.amd.js.map +1 -1
- package/tabsView/tabsView.js +72 -73
- package/tabsView/tabsView.js.map +1 -1
- package/utils/date.amd.js +1 -1
- package/utils/date.js +7 -7
- package/utils/device.amd.js +1 -1
- package/utils/device.js +9 -8
- package/utils/image.amd.js +2 -0
- package/utils/image.amd.js.map +1 -0
- package/utils/image.d.ts +1 -0
- package/utils/image.js +13 -0
- package/utils/image.js.map +1 -0
- package/utils/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/scroll.amd.js +1 -1
- package/utils/scroll.js +1 -1
- package/utils/string.amd.js +1 -1
- package/utils/string.amd.js.map +1 -1
- package/utils/string.js +20 -13
- package/utils/string.js.map +1 -1
- package/utils/system.amd.js +1 -1
- package/utils/system.amd.js.map +1 -1
- package/utils/system.js +8 -8
- package/utils/system.js.map +1 -1
- package/utils/url.amd.js +2 -2
- package/utils/url.amd.js.map +1 -1
- package/utils/url.js +40 -168
- package/utils/url.js.map +1 -1
- package/utils/window.amd.js +1 -1
- package/utils/window.js +1 -1
- package/web-types.json +62 -0
- package/.chunks/forms-B2NcBl7S.amd.js +0 -3
- package/.chunks/forms-B2NcBl7S.amd.js.map +0 -1
- package/.chunks/forms-S36M7cBH.es.js.map +0 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C7tg-67i.amd.js +0 -2
- package/.chunks/menu-S1Hk7D3W.amd.js.map +0 -1
- package/.chunks/menu-v5knQbeF.es.js.map +0 -1
- package/.chunks/widgetInput-Br5COpvG.es.js +0 -46
- package/.chunks/widgetInput-Br5COpvG.es.js.map +0 -1
- package/.chunks/widgetInput-CrrUoVPc.amd.js +0 -2
- package/.chunks/widgetInput-CrrUoVPc.amd.js.map +0 -1
- package/src/components/formsExt/selector2/itemMulti.vue.d.ts +0 -17
- package/src/components/formsExt/selector2/selector2.vue.d.ts +0 -130
- package/src/core/utils/common.d.ts +0 -21
- package/utils/common.amd.js +0 -2
- package/utils/common.amd.js.map +0 -1
- package/utils/common.d.ts +0 -1
- package/utils/common.js +0 -21
- package/utils/common.js.map +0 -1
- /package/assets/{widgetInput.css → popup.css} +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Props } from './popup';
|
|
1
|
+
import { Props, Pos, PosBy } from './popup';
|
|
2
2
|
import { default as PopupClass } from '../lib/popup';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
4
|
|
|
4
5
|
declare function __VLS_template(): {
|
|
5
6
|
opener?(_: {}): any;
|
|
@@ -9,18 +10,18 @@ declare function __VLS_template(): {
|
|
|
9
10
|
contentList?(_: {}): any;
|
|
10
11
|
footer?(_: {}): any;
|
|
11
12
|
};
|
|
12
|
-
declare const __VLS_component:
|
|
13
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
14
|
id: string;
|
|
14
15
|
pos: string;
|
|
15
16
|
notch: boolean;
|
|
16
17
|
posBy: string;
|
|
17
18
|
}>, {
|
|
18
19
|
popup: PopupClass | undefined;
|
|
19
|
-
}, unknown, {}, {},
|
|
20
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
20
21
|
open: () => void;
|
|
21
22
|
close: () => void;
|
|
22
23
|
scrollContentList: (value: Event) => void;
|
|
23
|
-
}, string,
|
|
24
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
24
25
|
id: string;
|
|
25
26
|
pos: string;
|
|
26
27
|
notch: boolean;
|
|
@@ -31,18 +32,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
31
32
|
onScrollContentList?: ((value: Event) => any) | undefined;
|
|
32
33
|
}, {
|
|
33
34
|
id: string;
|
|
34
|
-
pos:
|
|
35
|
+
pos: Pos;
|
|
35
36
|
notch: boolean;
|
|
36
|
-
posBy:
|
|
37
|
+
posBy: PosBy;
|
|
37
38
|
}, {}>;
|
|
38
39
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
39
40
|
export default _default;
|
|
40
41
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
42
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
42
43
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
-
type:
|
|
44
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
45
|
} : {
|
|
45
|
-
type:
|
|
46
|
+
type: PropType<T[K]>;
|
|
46
47
|
required: true;
|
|
47
48
|
};
|
|
48
49
|
};
|
|
@@ -1,80 +1,83 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { Size } from '../../forms/helpers';
|
|
3
|
+
import { CaptionType } from '../../forms/input/input';
|
|
4
|
+
declare const _default: DefineComponent<{
|
|
5
|
+
modelValue: PropType<any>;
|
|
3
6
|
icon: {
|
|
4
|
-
type:
|
|
7
|
+
type: PropType<string>;
|
|
5
8
|
};
|
|
6
9
|
icon2: {
|
|
7
|
-
type:
|
|
10
|
+
type: PropType<string>;
|
|
8
11
|
};
|
|
9
12
|
title: {
|
|
10
|
-
type:
|
|
13
|
+
type: PropType<string>;
|
|
11
14
|
};
|
|
12
15
|
size: {
|
|
13
|
-
type:
|
|
16
|
+
type: PropType<Size>;
|
|
14
17
|
};
|
|
15
18
|
name: {
|
|
16
|
-
type:
|
|
19
|
+
type: PropType<string>;
|
|
17
20
|
};
|
|
18
21
|
disabled: {
|
|
19
|
-
type:
|
|
22
|
+
type: PropType<boolean>;
|
|
20
23
|
};
|
|
21
24
|
isError: {
|
|
22
|
-
type:
|
|
25
|
+
type: PropType<boolean>;
|
|
23
26
|
};
|
|
24
27
|
readonly: {
|
|
25
|
-
type:
|
|
28
|
+
type: PropType<boolean>;
|
|
26
29
|
};
|
|
27
30
|
modificator: {
|
|
28
|
-
type:
|
|
31
|
+
type: PropType<string>;
|
|
29
32
|
};
|
|
30
33
|
isLoading: {
|
|
31
|
-
type:
|
|
34
|
+
type: PropType<boolean>;
|
|
32
35
|
};
|
|
33
36
|
addCleaner: {
|
|
34
|
-
type:
|
|
37
|
+
type: PropType<boolean>;
|
|
35
38
|
default: boolean;
|
|
36
39
|
};
|
|
37
40
|
captionType: {
|
|
38
|
-
type:
|
|
41
|
+
type: PropType<CaptionType>;
|
|
39
42
|
};
|
|
40
|
-
}, {}, unknown, {}, {},
|
|
41
|
-
modelValue:
|
|
43
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
44
|
+
modelValue: PropType<any>;
|
|
42
45
|
icon: {
|
|
43
|
-
type:
|
|
46
|
+
type: PropType<string>;
|
|
44
47
|
};
|
|
45
48
|
icon2: {
|
|
46
|
-
type:
|
|
49
|
+
type: PropType<string>;
|
|
47
50
|
};
|
|
48
51
|
title: {
|
|
49
|
-
type:
|
|
52
|
+
type: PropType<string>;
|
|
50
53
|
};
|
|
51
54
|
size: {
|
|
52
|
-
type:
|
|
55
|
+
type: PropType<Size>;
|
|
53
56
|
};
|
|
54
57
|
name: {
|
|
55
|
-
type:
|
|
58
|
+
type: PropType<string>;
|
|
56
59
|
};
|
|
57
60
|
disabled: {
|
|
58
|
-
type:
|
|
61
|
+
type: PropType<boolean>;
|
|
59
62
|
};
|
|
60
63
|
isError: {
|
|
61
|
-
type:
|
|
64
|
+
type: PropType<boolean>;
|
|
62
65
|
};
|
|
63
66
|
readonly: {
|
|
64
|
-
type:
|
|
67
|
+
type: PropType<boolean>;
|
|
65
68
|
};
|
|
66
69
|
modificator: {
|
|
67
|
-
type:
|
|
70
|
+
type: PropType<string>;
|
|
68
71
|
};
|
|
69
72
|
isLoading: {
|
|
70
|
-
type:
|
|
73
|
+
type: PropType<boolean>;
|
|
71
74
|
};
|
|
72
75
|
addCleaner: {
|
|
73
|
-
type:
|
|
76
|
+
type: PropType<boolean>;
|
|
74
77
|
default: boolean;
|
|
75
78
|
};
|
|
76
79
|
captionType: {
|
|
77
|
-
type:
|
|
80
|
+
type: PropType<CaptionType>;
|
|
78
81
|
};
|
|
79
82
|
}>>, {
|
|
80
83
|
addCleaner: boolean;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { ComponentCustomProps } from 'vue';
|
|
2
|
+
import { default as Popup } from './popup/popup.vue';
|
|
3
|
+
import { default as PopupOpener } from './popup/opener.vue';
|
|
4
|
+
import { default as PopupListItem } from './popup/listItem.vue';
|
|
5
|
+
import { default as PopupWidgetInput } from './popup/widgetInput.vue';
|
|
6
|
+
|
|
7
|
+
export declare const TopPopup: typeof Popup & ComponentCustomProps;
|
|
8
|
+
export declare const TopPopupOpener: typeof PopupOpener & ComponentCustomProps;
|
|
9
|
+
export declare const TopPopupListItem: typeof PopupListItem & ComponentCustomProps;
|
|
10
|
+
export declare const TopPopupWidgetInput: typeof PopupWidgetInput & ComponentCustomProps;
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { ComponentCustomProps } from 'vue';
|
|
2
|
+
import { default as SelectorCompetitors } from './selectorCompetitors/selectorCompetitors.vue';
|
|
3
|
+
|
|
4
|
+
export declare const TopSelectorCompetitors: typeof SelectorCompetitors & ComponentCustomProps;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { MaybeRefOrGetter } from '@vueuse/core';
|
|
2
2
|
import { Item } from './selectorCompetitors';
|
|
3
3
|
import { Competitor } from './types/competitor';
|
|
4
|
+
import { ComputedRef } from 'vue';
|
|
4
5
|
|
|
5
|
-
export declare const useItemsFromCompetitors: (competitors: MaybeRefOrGetter<Competitor[]>, projectId: MaybeRefOrGetter<number>) =>
|
|
6
|
+
export declare const useItemsFromCompetitors: (competitors: MaybeRefOrGetter<Competitor[]>, projectId: MaybeRefOrGetter<number>) => ComputedRef<Item[]>;
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
1
2
|
import * as ComponentsConst from './selectorCompetitors';
|
|
2
3
|
declare const meta: {
|
|
3
|
-
component:
|
|
4
|
-
modelValue:
|
|
4
|
+
component: DefineComponent<{
|
|
5
|
+
modelValue: PropType<ComponentsConst.Props["modelValue"]>;
|
|
5
6
|
items: {
|
|
6
|
-
type:
|
|
7
|
+
type: PropType<ComponentsConst.Item[]>;
|
|
7
8
|
required: true;
|
|
8
9
|
};
|
|
9
10
|
showSelectAllItem: {
|
|
10
|
-
type:
|
|
11
|
+
type: PropType<boolean>;
|
|
11
12
|
default: boolean;
|
|
12
13
|
};
|
|
13
|
-
}, {}, unknown, {}, {},
|
|
14
|
-
modelValue:
|
|
14
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
15
|
+
modelValue: PropType<ComponentsConst.Props["modelValue"]>;
|
|
15
16
|
items: {
|
|
16
|
-
type:
|
|
17
|
+
type: PropType<ComponentsConst.Item[]>;
|
|
17
18
|
required: true;
|
|
18
19
|
};
|
|
19
20
|
showSelectAllItem: {
|
|
20
|
-
type:
|
|
21
|
+
type: PropType<boolean>;
|
|
21
22
|
default: boolean;
|
|
22
23
|
};
|
|
23
24
|
}>>, {
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
import { Props } from './selectorCompetitors';
|
|
1
|
+
import { Props, Item } from './selectorCompetitors';
|
|
2
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
-
modelValue:
|
|
4
|
+
declare const _default: DefineComponent<{
|
|
5
|
+
modelValue: PropType<Props["modelValue"]>;
|
|
5
6
|
items: {
|
|
6
|
-
type:
|
|
7
|
+
type: PropType< Item[]>;
|
|
7
8
|
required: true;
|
|
8
9
|
};
|
|
9
10
|
showSelectAllItem: {
|
|
10
|
-
type:
|
|
11
|
+
type: PropType<boolean>;
|
|
11
12
|
default: boolean;
|
|
12
13
|
};
|
|
13
|
-
}, {}, unknown, {}, {},
|
|
14
|
-
modelValue:
|
|
14
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
15
|
+
modelValue: PropType<Props["modelValue"]>;
|
|
15
16
|
items: {
|
|
16
|
-
type:
|
|
17
|
+
type: PropType< Item[]>;
|
|
17
18
|
required: true;
|
|
18
19
|
};
|
|
19
20
|
showSelectAllItem: {
|
|
20
|
-
type:
|
|
21
|
+
type: PropType<boolean>;
|
|
21
22
|
default: boolean;
|
|
22
23
|
};
|
|
23
24
|
}>>, {
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { PropsContent } from './tabs';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
3
|
|
|
3
4
|
declare function __VLS_template(): {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
|
-
declare const __VLS_component:
|
|
7
|
+
declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<PropsContent>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsContent>>>, {}, {}>;
|
|
7
8
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
8
9
|
export default _default;
|
|
9
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
11
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
12
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type:
|
|
13
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
14
|
} : {
|
|
14
|
-
type:
|
|
15
|
+
type: PropType<T[K]>;
|
|
15
16
|
required: true;
|
|
16
17
|
};
|
|
17
18
|
};
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { PropsTab } from './tabs';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
3
|
|
|
3
4
|
declare function __VLS_template(): {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
|
-
declare const __VLS_component:
|
|
7
|
+
declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<PropsTab>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsTab>>>, {}, {}>;
|
|
7
8
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
8
9
|
export default _default;
|
|
9
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
11
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
12
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type:
|
|
13
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
14
|
} : {
|
|
14
|
-
type:
|
|
15
|
+
type: PropType<T[K]>;
|
|
15
16
|
required: true;
|
|
16
17
|
};
|
|
17
18
|
};
|