@topvisor/ui 0.9.32 → 0.9.33-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-B2sjxM3R.amd.js +247 -0
- package/.chunks/datepicker-B2sjxM3R.amd.js.map +1 -0
- package/.chunks/datepicker-V4rjmE4P.es.js +289 -0
- package/.chunks/datepicker-V4rjmE4P.es.js.map +1 -0
- package/.chunks/forms-Dixfp052.amd.js +4 -0
- package/.chunks/forms-Dixfp052.amd.js.map +1 -0
- package/.chunks/forms-o7UeMJFf.es.js +1507 -0
- package/.chunks/forms-o7UeMJFf.es.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-BliXIrA8.es.js} +2 -2
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-BliXIrA8.es.js.map +1 -0
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-C7tg-67i.amd.js → listItem.vue_vue_type_script_setup_true_lang-C0tRJmSC.amd.js} +2 -2
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C0tRJmSC.amd.js.map +1 -0
- package/.chunks/{menu-v5knQbeF.es.js → menu-CHczkYl6.es.js} +2 -2
- package/.chunks/menu-CHczkYl6.es.js.map +1 -0
- package/.chunks/{menu-S1Hk7D3W.amd.js → menu-buQxcAhv.amd.js} +2 -2
- package/.chunks/menu-buQxcAhv.amd.js.map +1 -0
- package/.chunks/{popup-DncRq57t.amd.js → popup-BMNS1F2G.amd.js} +440 -440
- package/.chunks/popup-BMNS1F2G.amd.js.map +1 -0
- package/.chunks/{popup-BK3xlBZm.es.js → popup-CJLGyBwQ.es.js} +485 -485
- package/.chunks/popup-CJLGyBwQ.es.js.map +1 -0
- package/.chunks/store-Bl79G7T_.amd.js.map +1 -1
- package/.chunks/store-PoMCiuBr.es.js.map +1 -1
- package/.chunks/{widgetInput-CrrUoVPc.amd.js → widgetInput-ASxjfQpi.amd.js} +2 -2
- package/.chunks/widgetInput-ASxjfQpi.amd.js.map +1 -0
- package/.chunks/{widgetInput-Br5COpvG.es.js → widgetInput-p8fSQGk9.es.js} +2 -2
- package/.chunks/widgetInput-p8fSQGk9.es.js.map +1 -0
- package/README.md +86 -86
- 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/forms/forms.amd.js +1 -1
- package/forms/forms.js +15 -14
- package/forms/forms.js.map +1 -1
- package/forms/helpers.amd.js.map +1 -1
- package/forms/helpers.js.map +1 -1
- package/formsExt/formsExt.amd.js +1 -1
- package/formsExt/formsExt.amd.js.map +1 -1
- package/formsExt/formsExt.js +82 -82
- package/formsExt/formsExt.js.map +1 -1
- package/icomoon/Read Me.txt +7 -7
- package/icomoon/demo-files/demo.css +161 -161
- package/icomoon/demo-files/demo.js +30 -30
- package/icomoon/demo.html +3379 -3379
- package/icomoon/fonts/Topvisor-2.svg +263 -263
- package/icomoon/style.css +740 -740
- package/package.json +24 -24
- 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.js +2 -2
- package/popup/worker.js.map +1 -1
- package/project/project.amd.js +1 -1
- package/project/project.amd.js.map +1 -1
- package/project/project.js +3 -3
- package/project/project.js.map +1 -1
- package/require/css.amd.js +11 -11
- 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 +62 -60
- package/src/components/forms/button/button.vue.d.ts +14 -14
- package/src/components/forms/checkbox/checkbox.stories.d.ts +37 -37
- package/src/components/forms/checkbox/checkbox.vue.d.ts +20 -23
- package/src/components/forms/controlLabel/controlLabel.stories.d.ts +17 -16
- package/src/components/forms/controlLabel/controlLabel.vue.d.ts +5 -6
- package/src/components/forms/forms.d.ts +8 -0
- package/src/components/forms/hint/hint.stories.d.ts +87 -22
- package/src/components/forms/hint/hint.vue.d.ts +4 -3
- package/src/components/forms/input/input.stories.d.ts +67 -65
- package/src/components/forms/input/input.vue.d.ts +13 -13
- package/src/components/forms/inputDate/datepicker.d.ts +2 -0
- 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 +124 -89
- package/src/components/forms/inputRange/inputRange.vue.d.ts +3 -4
- 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 +35 -34
- package/src/components/forms/radio/radio.vue.d.ts +8 -9
- package/src/components/forms/select/select.stories.d.ts +24 -22
- package/src/components/forms/select/select.vue.d.ts +25 -24
- package/src/components/forms/switcher/switcher.stories.d.ts +35 -34
- package/src/components/forms/switcher/switcher.vue.d.ts +8 -9
- 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 +25 -22
- package/src/components/formsExt/editInput/editInput.vue.d.ts +8 -9
- 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/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 +3 -3
- package/src/components/formsExt/selector2/itemMulti.vue.d.ts +5 -4
- package/src/components/formsExt/selector2/selector2.stories.d.ts +98 -97
- package/src/components/formsExt/selector2/selector2.vue.d.ts +47 -47
- package/src/components/popup/popup/listItem.vue.d.ts +9 -10
- package/src/components/popup/popup/opener.vue.d.ts +11 -12
- package/src/components/popup/popup/popup.stories.d.ts +271 -202
- package/src/components/popup/popup/popup.vue.d.ts +17 -18
- package/src/components/popup/popup/widgetInput.vue.d.ts +31 -28
- package/src/components/project/selectorCompetitors/composables.d.ts +2 -2
- package/src/components/project/selectorCompetitors/selectorCompetitors.stories.d.ts +9 -8
- package/src/components/project/selectorCompetitors/selectorCompetitors.vue.d.ts +10 -10
- package/src/components/project/selectorCompetitors/stories/items.d.ts +2 -1
- package/src/components/tabs/tabs/content.vue.d.ts +5 -6
- package/src/components/tabs/tabs/tab.vue.d.ts +5 -6
- package/src/components/tabs/tabs/tabs.stories.d.ts +244 -177
- package/src/components/tabs/tabs/tabs.vue.d.ts +5 -6
- package/src/components/tabsView/tabsView/menu.vue.d.ts +10 -11
- package/src/components/tabsView/tabsView/menuDelimeter.vue.d.ts +2 -1
- package/src/components/tabsView/tabsView/menuItem.vue.d.ts +9 -10
- package/src/components/tabsView/tabsView/menuTitle.vue.d.ts +5 -6
- package/src/components/tabsView/tabsView/store.d.ts +129 -72
- package/src/components/tabsView/tabsView/tabsView.d.ts +1 -1
- package/src/components/tabsView/tabsView/tabsView.stories.d.ts +107 -106
- package/src/components/tabsView/tabsView/tabsView.vue.d.ts +16 -17
- 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 +102 -101
- 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 +54 -53
- package/src/core/core/core.d.ts +2 -1
- package/src/core/core/page.d.ts +4 -0
- package/src/core/core/plugin.d.ts +38 -0
- package/src/core/core/state.d.ts +4 -0
- package/src/core/utils/device.d.ts +9 -0
- package/src/core/utils/image.d.ts +12 -0
- package/src/core/utils/number.d.ts +7 -0
- package/src/core/utils/price.d.ts +1 -1
- package/src/core/utils/store/localStorage.d.ts +1 -1
- package/src/core/utils/store/plugin.d.ts +2 -1
- package/src/core/utils/store/store.d.ts +2 -2
- package/src/core/utils/string.d.ts +5 -1
- 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 +2 -2
- package/tabsView/tabsView.js.map +1 -1
- package/utils/check.amd.js +1 -1
- package/utils/check.amd.js.map +1 -1
- package/utils/check.js +5 -22
- package/utils/check.js.map +1 -1
- package/utils/css.amd.js.map +1 -1
- package/utils/css.js.map +1 -1
- package/utils/date.amd.js +1 -1
- package/utils/date.js +4 -4
- package/utils/device.amd.js +1 -1
- package/utils/device.js +7 -6
- 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 +13 -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.map +1 -1
- package/utils/price.js.map +1 -1
- 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 +1 -1
- package/utils/scroll.js.map +1 -1
- package/utils/string.amd.js +1 -1
- package/utils/string.amd.js.map +1 -1
- package/utils/string.js +17 -128
- 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 +1 -2
- package/utils/url.amd.js.map +1 -1
- package/utils/url.js +8 -173
- package/utils/url.js.map +1 -1
- package/utils/window.amd.js +1 -1
- package/utils/window.js +1 -1
- package/.chunks/datepicker-5QMJRJn-.amd.js +0 -247
- package/.chunks/datepicker-5QMJRJn-.amd.js.map +0 -1
- package/.chunks/datepicker-D1JLNEmV.es.js +0 -289
- package/.chunks/datepicker-D1JLNEmV.es.js.map +0 -1
- package/.chunks/forms-B2NcBl7S.amd.js +0 -3
- package/.chunks/forms-B2NcBl7S.amd.js.map +0 -1
- package/.chunks/forms-S36M7cBH.es.js +0 -1170
- package/.chunks/forms-S36M7cBH.es.js.map +0 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-BfCj7kQR.es.js.map +0 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C7tg-67i.amd.js.map +0 -1
- package/.chunks/menu-S1Hk7D3W.amd.js.map +0 -1
- package/.chunks/menu-v5knQbeF.es.js.map +0 -1
- package/.chunks/popup-BK3xlBZm.es.js.map +0 -1
- package/.chunks/popup-DncRq57t.amd.js.map +0 -1
- package/.chunks/widgetInput-Br5COpvG.es.js.map +0 -1
- package/.chunks/widgetInput-CrrUoVPc.amd.js.map +0 -1
- 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
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import { Props } from './tabs';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
|
|
4
5
|
buttons?(_: {}): any;
|
|
5
6
|
header?(_: {}): any;
|
|
6
7
|
contents?(_: {}): any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
9
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
8
|
+
}>;
|
|
10
9
|
export default _default;
|
|
11
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
11
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
13
12
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
-
type:
|
|
13
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
14
|
} : {
|
|
16
|
-
type:
|
|
15
|
+
type: PropType<T[K]>;
|
|
17
16
|
required: true;
|
|
18
17
|
};
|
|
19
18
|
};
|
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
5
|
-
isLoading: import('vue').PropType<any>;
|
|
1
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
3
|
+
isLoading: PropType<any>;
|
|
6
4
|
isShortable: {
|
|
7
|
-
type:
|
|
5
|
+
type: PropType<boolean | undefined>;
|
|
8
6
|
required: true;
|
|
9
7
|
};
|
|
10
|
-
}, {}, unknown, {}, {},
|
|
11
|
-
isLoading:
|
|
8
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
9
|
+
isLoading: PropType<any>;
|
|
12
10
|
isShortable: {
|
|
13
|
-
type:
|
|
11
|
+
type: PropType<boolean | undefined>;
|
|
14
12
|
required: true;
|
|
15
13
|
};
|
|
16
|
-
}>>, {}, {}
|
|
17
|
-
|
|
14
|
+
}>>, {}, {}>, {
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
}>;
|
|
18
17
|
export default _default;
|
|
19
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
19
|
new (): {
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>;
|
|
2
3
|
export default _default;
|
|
@@ -1,26 +1,25 @@
|
|
|
1
1
|
import { PropsMenuItem } from './tabsView';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, Component, PropType } from 'vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PropsMenuItem>, {
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PropsMenuItem>, {
|
|
7
5
|
scrollable: boolean;
|
|
8
6
|
component: undefined;
|
|
9
|
-
}>, {}, unknown, {}, {},
|
|
7
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PropsMenuItem>, {
|
|
10
8
|
scrollable: boolean;
|
|
11
9
|
component: undefined;
|
|
12
10
|
}>>>, {
|
|
13
|
-
component:
|
|
11
|
+
component: Component;
|
|
14
12
|
scrollable: boolean;
|
|
15
|
-
}, {}
|
|
16
|
-
|
|
13
|
+
}, {}>, {
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
}>;
|
|
17
16
|
export default _default;
|
|
18
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
18
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
19
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
-
type:
|
|
20
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
21
|
} : {
|
|
23
|
-
type:
|
|
22
|
+
type: PropType<T[K]>;
|
|
24
23
|
required: true;
|
|
25
24
|
};
|
|
26
25
|
};
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { PropsMenuTitle } from './tabsView';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<PropsMenuTitle>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsMenuTitle>>>, {}, {}>, {
|
|
4
5
|
default?(_: {}): any;
|
|
5
|
-
}
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<PropsMenuTitle>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsMenuTitle>>>, {}, {}>;
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
6
|
+
}>;
|
|
8
7
|
export default _default;
|
|
9
8
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
9
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
10
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type:
|
|
11
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
12
|
} : {
|
|
14
|
-
type:
|
|
13
|
+
type: PropType<T[K]>;
|
|
15
14
|
required: true;
|
|
16
15
|
};
|
|
17
16
|
};
|
|
@@ -1,53 +1,50 @@
|
|
|
1
|
-
import { ModelRef, InjectionKey } from 'vue';
|
|
1
|
+
import { ModelRef, InjectionKey, Slot, Component, ComputedOptions, MethodOptions, Directive, WatchCallback, WatchOptions, ComponentProvideOptions, DebuggerEvent, ComponentPublicInstance, ComponentOptionsBase, ComponentPropsOptions } from 'vue';
|
|
2
2
|
import { Props, Store } from './tabsView';
|
|
3
|
+
import { LooseRequired } from '@vue/shared';
|
|
4
|
+
import { Store } from '../../../core/utils/store/store';
|
|
3
5
|
|
|
4
6
|
export declare const injectionKey: InjectionKey<Store>;
|
|
5
7
|
/**
|
|
6
8
|
* Инициировать Store компонента
|
|
7
9
|
*/
|
|
8
10
|
export declare const defineTabsStore: (props: Props, model: ModelRef<string | undefined>) => {
|
|
9
|
-
showMenuInPopup:
|
|
11
|
+
showMenuInPopup: boolean | undefined;
|
|
10
12
|
isShort: boolean;
|
|
11
|
-
activeItemName:
|
|
12
|
-
component
|
|
13
|
-
new (...args: any[]): any;
|
|
14
|
-
__isFragment?: never;
|
|
15
|
-
__isTeleport?: never;
|
|
16
|
-
__isSuspense?: never;
|
|
17
|
-
} | {
|
|
13
|
+
activeItemName: string;
|
|
14
|
+
component: {
|
|
18
15
|
[x: string]: any;
|
|
19
|
-
setup
|
|
16
|
+
setup: (this: void, props: LooseRequired<any>, ctx: {
|
|
20
17
|
attrs: {
|
|
21
18
|
[x: string]: unknown;
|
|
22
19
|
};
|
|
23
20
|
slots: Readonly<{
|
|
24
|
-
[name: string]:
|
|
21
|
+
[name: string]: Slot<any> | undefined;
|
|
25
22
|
}>;
|
|
26
23
|
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
27
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
28
|
-
}) => any
|
|
29
|
-
name
|
|
30
|
-
template
|
|
31
|
-
render
|
|
32
|
-
components
|
|
33
|
-
directives
|
|
34
|
-
inheritAttrs
|
|
35
|
-
emits
|
|
36
|
-
slots
|
|
37
|
-
expose
|
|
38
|
-
serverPrefetch
|
|
39
|
-
compilerOptions
|
|
24
|
+
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void;
|
|
25
|
+
}) => any;
|
|
26
|
+
name: string;
|
|
27
|
+
template: string | object;
|
|
28
|
+
render: Function;
|
|
29
|
+
components: Record<string, Component<any, any, any, ComputedOptions, MethodOptions, {}, any>>;
|
|
30
|
+
directives: Record<string, Directive<any, any>>;
|
|
31
|
+
inheritAttrs: boolean;
|
|
32
|
+
emits: any;
|
|
33
|
+
slots: {};
|
|
34
|
+
expose: string[];
|
|
35
|
+
serverPrefetch: () => void | Promise<any>;
|
|
36
|
+
compilerOptions: {
|
|
40
37
|
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
41
|
-
whitespace?:
|
|
38
|
+
whitespace?: "preserve" | "condense" | undefined;
|
|
42
39
|
comments?: boolean | undefined;
|
|
43
40
|
delimiters?: [string, string] | undefined;
|
|
44
|
-
}
|
|
45
|
-
call
|
|
46
|
-
__isFragment
|
|
47
|
-
__isTeleport
|
|
48
|
-
__isSuspense
|
|
49
|
-
__defaults
|
|
50
|
-
compatConfig
|
|
41
|
+
};
|
|
42
|
+
call: (this: unknown, ...args: unknown[]) => never;
|
|
43
|
+
__isFragment: never;
|
|
44
|
+
__isTeleport: never;
|
|
45
|
+
__isSuspense: never;
|
|
46
|
+
__defaults: any;
|
|
47
|
+
compatConfig: {
|
|
51
48
|
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
52
49
|
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
53
50
|
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
@@ -90,47 +87,107 @@ export declare const defineTabsStore: (props: Props, model: ModelRef<string | un
|
|
|
90
87
|
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
91
88
|
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
92
89
|
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
93
|
-
MODE?:
|
|
94
|
-
}
|
|
95
|
-
data
|
|
96
|
-
computed
|
|
97
|
-
methods
|
|
98
|
-
watch
|
|
99
|
-
[x: string]: (string |
|
|
100
|
-
handler:
|
|
101
|
-
} &
|
|
102
|
-
handler:
|
|
103
|
-
} &
|
|
104
|
-
}
|
|
105
|
-
provide
|
|
106
|
-
inject
|
|
107
|
-
filters
|
|
108
|
-
mixins
|
|
109
|
-
extends
|
|
110
|
-
beforeCreate
|
|
111
|
-
created
|
|
112
|
-
beforeMount
|
|
113
|
-
mounted
|
|
114
|
-
beforeUpdate
|
|
115
|
-
updated
|
|
116
|
-
activated
|
|
117
|
-
deactivated
|
|
118
|
-
beforeDestroy
|
|
119
|
-
beforeUnmount
|
|
120
|
-
destroyed
|
|
121
|
-
unmounted
|
|
122
|
-
renderTracked
|
|
123
|
-
renderTriggered
|
|
124
|
-
errorCaptured
|
|
125
|
-
delimiters
|
|
126
|
-
__differentiator
|
|
127
|
-
__isBuiltIn
|
|
128
|
-
__file
|
|
129
|
-
__name
|
|
90
|
+
MODE?: 2 | 3 | ((comp: Component<any, any, any, ComputedOptions, MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
91
|
+
};
|
|
92
|
+
data: (this: any, vm: any) => any;
|
|
93
|
+
computed: ComputedOptions;
|
|
94
|
+
methods: MethodOptions;
|
|
95
|
+
watch: {
|
|
96
|
+
[x: string]: (string | WatchCallback<any, any> | ({
|
|
97
|
+
handler: string | WatchCallback<any, any>;
|
|
98
|
+
} & WatchOptions<boolean>)) | (string | WatchCallback<any, any> | ({
|
|
99
|
+
handler: string | WatchCallback<any, any>;
|
|
100
|
+
} & WatchOptions<boolean>))[];
|
|
101
|
+
};
|
|
102
|
+
provide: ComponentProvideOptions;
|
|
103
|
+
inject: {} | string[];
|
|
104
|
+
filters: Record<string, Function>;
|
|
105
|
+
mixins: any[];
|
|
106
|
+
extends: any;
|
|
107
|
+
beforeCreate: () => void;
|
|
108
|
+
created: () => void;
|
|
109
|
+
beforeMount: () => void;
|
|
110
|
+
mounted: () => void;
|
|
111
|
+
beforeUpdate: () => void;
|
|
112
|
+
updated: () => void;
|
|
113
|
+
activated: () => void;
|
|
114
|
+
deactivated: () => void;
|
|
115
|
+
beforeDestroy: () => void;
|
|
116
|
+
beforeUnmount: () => void;
|
|
117
|
+
destroyed: () => void;
|
|
118
|
+
unmounted: () => void;
|
|
119
|
+
renderTracked: (e: DebuggerEvent) => void;
|
|
120
|
+
renderTriggered: (e: DebuggerEvent) => void;
|
|
121
|
+
errorCaptured: (err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void;
|
|
122
|
+
delimiters: [string, string];
|
|
123
|
+
__differentiator: string | number | symbol;
|
|
124
|
+
__isBuiltIn: boolean;
|
|
125
|
+
__file: string;
|
|
126
|
+
__name: string;
|
|
127
|
+
} | {
|
|
128
|
+
props: ComponentPropsOptions<any>;
|
|
129
|
+
emits: {} | never[];
|
|
130
|
+
slots: Readonly<{
|
|
131
|
+
[name: string]: Slot<any> | undefined;
|
|
132
|
+
}>;
|
|
133
|
+
inheritAttrs: boolean;
|
|
134
|
+
displayName: string;
|
|
135
|
+
compatConfig: {
|
|
136
|
+
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
137
|
+
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
138
|
+
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
139
|
+
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
140
|
+
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
141
|
+
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
142
|
+
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
143
|
+
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
144
|
+
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
145
|
+
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
146
|
+
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
147
|
+
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
148
|
+
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
149
|
+
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
150
|
+
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
151
|
+
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
152
|
+
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
153
|
+
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
154
|
+
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
155
|
+
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
156
|
+
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
157
|
+
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
158
|
+
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
159
|
+
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
160
|
+
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
161
|
+
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
162
|
+
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
163
|
+
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
164
|
+
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
165
|
+
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
166
|
+
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
167
|
+
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
168
|
+
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
169
|
+
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
170
|
+
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
171
|
+
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
172
|
+
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
173
|
+
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
174
|
+
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
175
|
+
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
176
|
+
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
177
|
+
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
178
|
+
MODE?: 2 | 3 | ((comp: Component<any, any, any, ComputedOptions, MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
179
|
+
};
|
|
180
|
+
__isBuiltIn: boolean;
|
|
181
|
+
__file: string;
|
|
182
|
+
__name: string;
|
|
183
|
+
} | {
|
|
184
|
+
__isFragment: never;
|
|
185
|
+
__isTeleport: never;
|
|
186
|
+
__isSuspense: never;
|
|
130
187
|
} | undefined;
|
|
131
|
-
scrollable?:
|
|
132
|
-
} &
|
|
188
|
+
scrollable?: boolean | undefined;
|
|
189
|
+
} & Store;
|
|
133
190
|
/**
|
|
134
191
|
* Получить Store компонента
|
|
135
192
|
*/
|
|
136
|
-
export declare const useTabsStore: () => Store &
|
|
193
|
+
export declare const useTabsStore: () => Store & Store;
|
|
@@ -16,7 +16,7 @@ export interface Store {
|
|
|
16
16
|
/**
|
|
17
17
|
* Vue компонент активной вкладки
|
|
18
18
|
*/
|
|
19
|
-
component
|
|
19
|
+
component: Required<PropsMenuItem['component']>;
|
|
20
20
|
/**
|
|
21
21
|
* Если false - контент вкладки будет без отступов и скролла (по умолчанию true).
|
|
22
22
|
* Задается через PropsMenuItems.scrollable активного пункта меню.
|