@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,19 +1,20 @@
|
|
|
1
1
|
import { Props } from './tabs';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
3
|
|
|
3
4
|
declare function __VLS_template(): {
|
|
4
5
|
buttons?(_: {}): any;
|
|
5
6
|
header?(_: {}): any;
|
|
6
7
|
contents?(_: {}): any;
|
|
7
8
|
};
|
|
8
|
-
declare const __VLS_component:
|
|
9
|
+
declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
9
10
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
11
|
export default _default;
|
|
11
12
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
13
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
13
14
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
-
type:
|
|
15
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
16
|
} : {
|
|
16
|
-
type:
|
|
17
|
+
type: PropType<T[K]>;
|
|
17
18
|
required: true;
|
|
18
19
|
};
|
|
19
20
|
};
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { ComponentCustomProps } from 'vue';
|
|
2
|
+
import { default as Tabs } from './tabs/tabs.vue';
|
|
3
|
+
import { default as TabsTab } from './tabs/tab.vue';
|
|
4
|
+
import { default as TabsContent } from './tabs/content.vue';
|
|
5
|
+
|
|
6
|
+
export declare const TopTabs: typeof Tabs & ComponentCustomProps;
|
|
7
|
+
export declare const TopTabsTab: typeof TabsTab & ComponentCustomProps;
|
|
8
|
+
export declare const TopTabsContent: typeof TabsContent & ComponentCustomProps;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
1
2
|
declare function __VLS_template(): {
|
|
2
3
|
default?(_: {}): any;
|
|
3
4
|
};
|
|
4
|
-
declare const __VLS_component:
|
|
5
|
-
isLoading:
|
|
5
|
+
declare const __VLS_component: DefineComponent<{
|
|
6
|
+
isLoading: PropType<any>;
|
|
6
7
|
isShortable: {
|
|
7
|
-
type:
|
|
8
|
+
type: PropType<boolean | undefined>;
|
|
8
9
|
required: true;
|
|
9
10
|
};
|
|
10
|
-
}, {}, unknown, {}, {},
|
|
11
|
-
isLoading:
|
|
11
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
12
|
+
isLoading: PropType<any>;
|
|
12
13
|
isShortable: {
|
|
13
|
-
type:
|
|
14
|
+
type: PropType<boolean | undefined>;
|
|
14
15
|
required: true;
|
|
15
16
|
};
|
|
16
17
|
}>>, {}, {}>;
|
|
@@ -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,16 +1,17 @@
|
|
|
1
1
|
import { PropsMenuItem } from './tabsView';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, Component, 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_WithDefaults<__VLS_TypePropsToRuntimeProps<PropsMenuItem>, {
|
|
7
8
|
scrollable: boolean;
|
|
8
9
|
component: undefined;
|
|
9
|
-
}>, {}, unknown, {}, {},
|
|
10
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PropsMenuItem>, {
|
|
10
11
|
scrollable: boolean;
|
|
11
12
|
component: undefined;
|
|
12
13
|
}>>>, {
|
|
13
|
-
component:
|
|
14
|
+
component: Component;
|
|
14
15
|
scrollable: boolean;
|
|
15
16
|
}, {}>;
|
|
16
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -18,9 +19,9 @@ export default _default;
|
|
|
18
19
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
20
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
21
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
-
type:
|
|
22
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
23
|
} : {
|
|
23
|
-
type:
|
|
24
|
+
type: PropType<T[K]>;
|
|
24
25
|
required: true;
|
|
25
26
|
};
|
|
26
27
|
};
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { PropsMenuTitle } from './tabsView';
|
|
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<PropsMenuTitle>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsMenuTitle>>>, {}, {}>;
|
|
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,5 +1,7 @@
|
|
|
1
|
-
import { ModelRef, InjectionKey } from 'vue';
|
|
2
|
-
import { Props, Store } from './tabsView';
|
|
1
|
+
import { ModelRef, InjectionKey, Slot, Component, Directive, ComputedOptions, MethodOptions, WatchCallback, WatchOptions, ComponentProvideOptions, DebuggerEvent, ComponentPublicInstance, ComponentPropsOptions } from 'vue';
|
|
2
|
+
import { Props, Store, PropsMenuItem } 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
|
/**
|
|
@@ -9,45 +11,40 @@ export declare const defineTabsStore: (props: Props, model: ModelRef<string | un
|
|
|
9
11
|
showMenuInPopup: Props["showMenuInPopup"];
|
|
10
12
|
isShort: boolean;
|
|
11
13
|
activeItemName: Props["modelValue"];
|
|
12
|
-
component
|
|
13
|
-
new (...args: any[]): any;
|
|
14
|
-
__isFragment?: never;
|
|
15
|
-
__isTeleport?: never;
|
|
16
|
-
__isSuspense?: never;
|
|
17
|
-
} | {
|
|
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
24
|
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
|
|
25
|
+
}) => any;
|
|
26
|
+
name: string;
|
|
27
|
+
template: string | object;
|
|
28
|
+
render: Function;
|
|
29
|
+
components: Record<string, Component>;
|
|
30
|
+
directives: Record<string, Directive>;
|
|
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
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?: (2 | 3 | ((comp:
|
|
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 | 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: WatchCallback | string;
|
|
98
|
+
} & WatchOptions<boolean>)) | (string | WatchCallback<any, any> | ({
|
|
99
|
+
handler: WatchCallback | string;
|
|
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 | 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 | 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?: PropsMenuItem["scrollable"];
|
|
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 активного пункта меню.
|