@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,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { Props } from './tabs';
|
|
2
|
+
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
|
|
3
4
|
buttons?(_: {}): any;
|
|
4
5
|
header?(_: {}): any;
|
|
5
6
|
contents?(_: {}): any;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
2
|
-
isLoading: import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
+
isLoading: import('vue').PropType<any>;
|
|
3
3
|
isShortable: {
|
|
4
|
-
type: import(
|
|
4
|
+
type: import('vue').PropType<boolean | undefined>;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
|
-
}, {}, unknown, {}, {}, import(
|
|
8
|
-
isLoading: import(
|
|
7
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8
|
+
isLoading: import('vue').PropType<any>;
|
|
9
9
|
isShortable: {
|
|
10
|
-
type: import(
|
|
10
|
+
type: import('vue').PropType<boolean | undefined>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
13
|
}>>, {}, {}>, {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { PropsMenuItem } from './tabsView';
|
|
2
|
+
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PropsMenuItem>, {
|
|
3
4
|
scrollable: boolean;
|
|
4
5
|
component: undefined;
|
|
5
|
-
}>, {}, unknown, {}, {}, import(
|
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PropsMenuItem>, {
|
|
6
7
|
scrollable: boolean;
|
|
7
8
|
component: undefined;
|
|
8
9
|
}>>>, {
|
|
9
|
-
component: import(
|
|
10
|
+
component: import('vue').Component;
|
|
10
11
|
scrollable: boolean;
|
|
11
12
|
}, {}>, {
|
|
12
13
|
default?(_: {}): any;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { PropsMenuTitle } from './tabsView';
|
|
2
|
+
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<PropsMenuTitle>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsMenuTitle>>>, {}, {}>, {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
}>;
|
|
5
6
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { ModelRef, InjectionKey } from 'vue';
|
|
2
|
+
import { Props, Store } from './tabsView';
|
|
3
|
+
|
|
3
4
|
export declare const injectionKey: InjectionKey<Store>;
|
|
4
5
|
/**
|
|
5
6
|
* Инициировать Store компонента
|
|
@@ -8,28 +9,28 @@ export declare const defineTabsStore: (props: Props, model: ModelRef<string | un
|
|
|
8
9
|
showMenuInPopup: boolean | undefined;
|
|
9
10
|
isShort: boolean;
|
|
10
11
|
activeItemName: string;
|
|
11
|
-
component?: import(
|
|
12
|
+
component?: import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
12
13
|
new (...args: any[]): any;
|
|
13
14
|
__isFragment?: undefined;
|
|
14
15
|
__isTeleport?: undefined;
|
|
15
16
|
__isSuspense?: undefined;
|
|
16
17
|
} | {
|
|
17
18
|
[x: string]: any;
|
|
18
|
-
setup?: ((this: void, props: import(
|
|
19
|
+
setup?: ((this: void, props: import('@vue/shared').LooseRequired<any>, ctx: {
|
|
19
20
|
attrs: {
|
|
20
21
|
[x: string]: unknown;
|
|
21
22
|
};
|
|
22
23
|
slots: Readonly<{
|
|
23
|
-
[name: string]: import(
|
|
24
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
24
25
|
}>;
|
|
25
26
|
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
26
|
-
expose:
|
|
27
|
+
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void;
|
|
27
28
|
}) => any) | undefined;
|
|
28
29
|
name?: string | undefined;
|
|
29
30
|
template?: string | object | undefined;
|
|
30
31
|
render?: Function | undefined;
|
|
31
|
-
components?: Record<string, import(
|
|
32
|
-
directives?: Record<string, import(
|
|
32
|
+
components?: Record<string, import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>> | undefined;
|
|
33
|
+
directives?: Record<string, import('vue').Directive<any, any>> | undefined;
|
|
33
34
|
inheritAttrs?: boolean | undefined;
|
|
34
35
|
emits?: any;
|
|
35
36
|
slots?: {} | undefined;
|
|
@@ -89,19 +90,19 @@ export declare const defineTabsStore: (props: Props, model: ModelRef<string | un
|
|
|
89
90
|
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
90
91
|
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
91
92
|
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
92
|
-
MODE?: 2 | 3 | ((comp: import(
|
|
93
|
+
MODE?: 2 | 3 | ((comp: import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
93
94
|
} | undefined;
|
|
94
95
|
data?: ((this: any, vm: any) => any) | undefined;
|
|
95
|
-
computed?: import(
|
|
96
|
-
methods?: import(
|
|
96
|
+
computed?: import('vue').ComputedOptions | undefined;
|
|
97
|
+
methods?: import('vue').MethodOptions | undefined;
|
|
97
98
|
watch?: {
|
|
98
|
-
[x: string]: (string | import(
|
|
99
|
-
handler: string | import(
|
|
100
|
-
} & import(
|
|
101
|
-
handler: string | import(
|
|
102
|
-
} & import(
|
|
99
|
+
[x: string]: (string | import('vue').WatchCallback<any, any> | ({
|
|
100
|
+
handler: string | import('vue').WatchCallback<any, any>;
|
|
101
|
+
} & import('vue').WatchOptions<boolean>)) | (string | import('vue').WatchCallback<any, any> | ({
|
|
102
|
+
handler: string | import('vue').WatchCallback<any, any>;
|
|
103
|
+
} & import('vue').WatchOptions<boolean>))[];
|
|
103
104
|
} | undefined;
|
|
104
|
-
provide?: import(
|
|
105
|
+
provide?: import('vue').ComponentProvideOptions | undefined;
|
|
105
106
|
inject?: {} | string[] | undefined;
|
|
106
107
|
filters?: Record<string, Function> | undefined;
|
|
107
108
|
mixins?: any[] | undefined;
|
|
@@ -118,9 +119,9 @@ export declare const defineTabsStore: (props: Props, model: ModelRef<string | un
|
|
|
118
119
|
beforeUnmount?: (() => void) | undefined;
|
|
119
120
|
destroyed?: (() => void) | undefined;
|
|
120
121
|
unmounted?: (() => void) | undefined;
|
|
121
|
-
renderTracked?: ((e: import(
|
|
122
|
-
renderTriggered?: ((e: import(
|
|
123
|
-
errorCaptured?: ((err: unknown, instance: import(
|
|
122
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | undefined;
|
|
123
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | undefined;
|
|
124
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | undefined;
|
|
124
125
|
delimiters?: [string, string] | undefined;
|
|
125
126
|
__differentiator?: string | number | symbol | undefined;
|
|
126
127
|
__isBuiltIn?: boolean | undefined;
|
|
@@ -128,8 +129,8 @@ export declare const defineTabsStore: (props: Props, model: ModelRef<string | un
|
|
|
128
129
|
__name?: string | undefined;
|
|
129
130
|
} | undefined;
|
|
130
131
|
scrollable?: boolean | undefined;
|
|
131
|
-
} & import(
|
|
132
|
+
} & import('../../../core/utils/store/store').Store;
|
|
132
133
|
/**
|
|
133
134
|
* Получить Store компонента
|
|
134
135
|
*/
|
|
135
|
-
export declare const useTabsStore: () => Store & import(
|
|
136
|
+
export declare const useTabsStore: () => Store & import('../../../core/utils/store/store').Store;
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
declare const meta: {
|
|
2
2
|
component: {
|
|
3
|
-
new (...args: any[]): import(
|
|
4
|
-
modelValue: import(
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
4
|
+
modelValue: import('vue').PropType<string>;
|
|
5
5
|
showMenuInPopup: {
|
|
6
|
-
type: import(
|
|
6
|
+
type: import('vue').PropType<boolean>;
|
|
7
7
|
default: undefined;
|
|
8
8
|
};
|
|
9
9
|
isShortable: {
|
|
10
|
-
type: import(
|
|
10
|
+
type: import('vue').PropType<boolean>;
|
|
11
11
|
default: boolean;
|
|
12
12
|
};
|
|
13
13
|
pageMod: {
|
|
14
|
-
type: import(
|
|
14
|
+
type: import('vue').PropType<boolean>;
|
|
15
15
|
};
|
|
16
16
|
idState: {
|
|
17
|
-
type: import(
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
18
|
};
|
|
19
|
-
}>>, {}, unknown, {}, {}, import(
|
|
20
|
-
modelValue: import(
|
|
19
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
modelValue: import('vue').PropType<string>;
|
|
21
21
|
showMenuInPopup: {
|
|
22
|
-
type: import(
|
|
22
|
+
type: import('vue').PropType<boolean>;
|
|
23
23
|
default: undefined;
|
|
24
24
|
};
|
|
25
25
|
isShortable: {
|
|
26
|
-
type: import(
|
|
26
|
+
type: import('vue').PropType<boolean>;
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
pageMod: {
|
|
30
|
-
type: import(
|
|
30
|
+
type: import('vue').PropType<boolean>;
|
|
31
31
|
};
|
|
32
32
|
idState: {
|
|
33
|
-
type: import(
|
|
33
|
+
type: import('vue').PropType<string>;
|
|
34
34
|
};
|
|
35
35
|
}>>, {
|
|
36
36
|
showMenuInPopup: boolean;
|
|
@@ -42,21 +42,21 @@ declare const meta: {
|
|
|
42
42
|
C: {};
|
|
43
43
|
M: {};
|
|
44
44
|
Defaults: {};
|
|
45
|
-
}, Readonly<import(
|
|
46
|
-
modelValue: import(
|
|
45
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
46
|
+
modelValue: import('vue').PropType<string>;
|
|
47
47
|
showMenuInPopup: {
|
|
48
|
-
type: import(
|
|
48
|
+
type: import('vue').PropType<boolean>;
|
|
49
49
|
default: undefined;
|
|
50
50
|
};
|
|
51
51
|
isShortable: {
|
|
52
|
-
type: import(
|
|
52
|
+
type: import('vue').PropType<boolean>;
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
55
|
pageMod: {
|
|
56
|
-
type: import(
|
|
56
|
+
type: import('vue').PropType<boolean>;
|
|
57
57
|
};
|
|
58
58
|
idState: {
|
|
59
|
-
type: import(
|
|
59
|
+
type: import('vue').PropType<string>;
|
|
60
60
|
};
|
|
61
61
|
}>>, {}, {}, {}, {}, {
|
|
62
62
|
showMenuInPopup: boolean;
|
|
@@ -65,26 +65,26 @@ declare const meta: {
|
|
|
65
65
|
__isFragment?: undefined;
|
|
66
66
|
__isTeleport?: undefined;
|
|
67
67
|
__isSuspense?: undefined;
|
|
68
|
-
} & import(
|
|
69
|
-
modelValue: import(
|
|
68
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
69
|
+
modelValue: import('vue').PropType<string>;
|
|
70
70
|
showMenuInPopup: {
|
|
71
|
-
type: import(
|
|
71
|
+
type: import('vue').PropType<boolean>;
|
|
72
72
|
default: undefined;
|
|
73
73
|
};
|
|
74
74
|
isShortable: {
|
|
75
|
-
type: import(
|
|
75
|
+
type: import('vue').PropType<boolean>;
|
|
76
76
|
default: boolean;
|
|
77
77
|
};
|
|
78
78
|
pageMod: {
|
|
79
|
-
type: import(
|
|
79
|
+
type: import('vue').PropType<boolean>;
|
|
80
80
|
};
|
|
81
81
|
idState: {
|
|
82
|
-
type: import(
|
|
82
|
+
type: import('vue').PropType<string>;
|
|
83
83
|
};
|
|
84
|
-
}>>, {}, unknown, {}, {}, import(
|
|
84
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
85
85
|
showMenuInPopup: boolean;
|
|
86
86
|
isShortable: boolean;
|
|
87
|
-
}, {}, string, {}> & import(
|
|
87
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
88
88
|
$slots: {
|
|
89
89
|
menu?(_: {}): any;
|
|
90
90
|
};
|
|
@@ -108,37 +108,37 @@ export declare const Overview: {
|
|
|
108
108
|
render: (args: any) => {
|
|
109
109
|
components: {
|
|
110
110
|
TabsView: {
|
|
111
|
-
new (...args: any[]): import(
|
|
112
|
-
modelValue: import(
|
|
111
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
112
|
+
modelValue: import('vue').PropType<string>;
|
|
113
113
|
showMenuInPopup: {
|
|
114
|
-
type: import(
|
|
114
|
+
type: import('vue').PropType<boolean>;
|
|
115
115
|
default: undefined;
|
|
116
116
|
};
|
|
117
117
|
isShortable: {
|
|
118
|
-
type: import(
|
|
118
|
+
type: import('vue').PropType<boolean>;
|
|
119
119
|
default: boolean;
|
|
120
120
|
};
|
|
121
121
|
pageMod: {
|
|
122
|
-
type: import(
|
|
122
|
+
type: import('vue').PropType<boolean>;
|
|
123
123
|
};
|
|
124
124
|
idState: {
|
|
125
|
-
type: import(
|
|
125
|
+
type: import('vue').PropType<string>;
|
|
126
126
|
};
|
|
127
|
-
}>>, {}, unknown, {}, {}, import(
|
|
128
|
-
modelValue: import(
|
|
127
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
128
|
+
modelValue: import('vue').PropType<string>;
|
|
129
129
|
showMenuInPopup: {
|
|
130
|
-
type: import(
|
|
130
|
+
type: import('vue').PropType<boolean>;
|
|
131
131
|
default: undefined;
|
|
132
132
|
};
|
|
133
133
|
isShortable: {
|
|
134
|
-
type: import(
|
|
134
|
+
type: import('vue').PropType<boolean>;
|
|
135
135
|
default: boolean;
|
|
136
136
|
};
|
|
137
137
|
pageMod: {
|
|
138
|
-
type: import(
|
|
138
|
+
type: import('vue').PropType<boolean>;
|
|
139
139
|
};
|
|
140
140
|
idState: {
|
|
141
|
-
type: import(
|
|
141
|
+
type: import('vue').PropType<string>;
|
|
142
142
|
};
|
|
143
143
|
}>>, {
|
|
144
144
|
showMenuInPopup: boolean;
|
|
@@ -150,21 +150,21 @@ export declare const Overview: {
|
|
|
150
150
|
C: {};
|
|
151
151
|
M: {};
|
|
152
152
|
Defaults: {};
|
|
153
|
-
}, Readonly<import(
|
|
154
|
-
modelValue: import(
|
|
153
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
154
|
+
modelValue: import('vue').PropType<string>;
|
|
155
155
|
showMenuInPopup: {
|
|
156
|
-
type: import(
|
|
156
|
+
type: import('vue').PropType<boolean>;
|
|
157
157
|
default: undefined;
|
|
158
158
|
};
|
|
159
159
|
isShortable: {
|
|
160
|
-
type: import(
|
|
160
|
+
type: import('vue').PropType<boolean>;
|
|
161
161
|
default: boolean;
|
|
162
162
|
};
|
|
163
163
|
pageMod: {
|
|
164
|
-
type: import(
|
|
164
|
+
type: import('vue').PropType<boolean>;
|
|
165
165
|
};
|
|
166
166
|
idState: {
|
|
167
|
-
type: import(
|
|
167
|
+
type: import('vue').PropType<string>;
|
|
168
168
|
};
|
|
169
169
|
}>>, {}, {}, {}, {}, {
|
|
170
170
|
showMenuInPopup: boolean;
|
|
@@ -173,75 +173,75 @@ export declare const Overview: {
|
|
|
173
173
|
__isFragment?: undefined;
|
|
174
174
|
__isTeleport?: undefined;
|
|
175
175
|
__isSuspense?: undefined;
|
|
176
|
-
} & import(
|
|
177
|
-
modelValue: import(
|
|
176
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
177
|
+
modelValue: import('vue').PropType<string>;
|
|
178
178
|
showMenuInPopup: {
|
|
179
|
-
type: import(
|
|
179
|
+
type: import('vue').PropType<boolean>;
|
|
180
180
|
default: undefined;
|
|
181
181
|
};
|
|
182
182
|
isShortable: {
|
|
183
|
-
type: import(
|
|
183
|
+
type: import('vue').PropType<boolean>;
|
|
184
184
|
default: boolean;
|
|
185
185
|
};
|
|
186
186
|
pageMod: {
|
|
187
|
-
type: import(
|
|
187
|
+
type: import('vue').PropType<boolean>;
|
|
188
188
|
};
|
|
189
189
|
idState: {
|
|
190
|
-
type: import(
|
|
190
|
+
type: import('vue').PropType<string>;
|
|
191
191
|
};
|
|
192
|
-
}>>, {}, unknown, {}, {}, import(
|
|
192
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
193
193
|
showMenuInPopup: boolean;
|
|
194
194
|
isShortable: boolean;
|
|
195
|
-
}, {}, string, {}> & import(
|
|
195
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
196
196
|
$slots: {
|
|
197
197
|
menu?(_: {}): any;
|
|
198
198
|
};
|
|
199
199
|
});
|
|
200
200
|
TabsViewMenuItem: {
|
|
201
|
-
new (...args: any[]): import(
|
|
201
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
202
202
|
icon: {
|
|
203
|
-
type: import(
|
|
203
|
+
type: import('vue').PropType<string>;
|
|
204
204
|
};
|
|
205
205
|
component: {
|
|
206
|
-
type: import(
|
|
206
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
207
207
|
default: undefined;
|
|
208
208
|
};
|
|
209
209
|
name: {
|
|
210
|
-
type: import(
|
|
210
|
+
type: import('vue').PropType<string>;
|
|
211
211
|
};
|
|
212
212
|
href: {
|
|
213
|
-
type: import(
|
|
213
|
+
type: import('vue').PropType<string>;
|
|
214
214
|
};
|
|
215
215
|
disabled: {
|
|
216
|
-
type: import(
|
|
216
|
+
type: import('vue').PropType<boolean>;
|
|
217
217
|
};
|
|
218
218
|
scrollable: {
|
|
219
|
-
type: import(
|
|
219
|
+
type: import('vue').PropType<boolean>;
|
|
220
220
|
default: boolean;
|
|
221
221
|
};
|
|
222
|
-
}>>, {}, unknown, {}, {}, import(
|
|
222
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
223
223
|
icon: {
|
|
224
|
-
type: import(
|
|
224
|
+
type: import('vue').PropType<string>;
|
|
225
225
|
};
|
|
226
226
|
component: {
|
|
227
|
-
type: import(
|
|
227
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
228
228
|
default: undefined;
|
|
229
229
|
};
|
|
230
230
|
name: {
|
|
231
|
-
type: import(
|
|
231
|
+
type: import('vue').PropType<string>;
|
|
232
232
|
};
|
|
233
233
|
href: {
|
|
234
|
-
type: import(
|
|
234
|
+
type: import('vue').PropType<string>;
|
|
235
235
|
};
|
|
236
236
|
disabled: {
|
|
237
|
-
type: import(
|
|
237
|
+
type: import('vue').PropType<boolean>;
|
|
238
238
|
};
|
|
239
239
|
scrollable: {
|
|
240
|
-
type: import(
|
|
240
|
+
type: import('vue').PropType<boolean>;
|
|
241
241
|
default: boolean;
|
|
242
242
|
};
|
|
243
243
|
}>>, {
|
|
244
|
-
component: import(
|
|
244
|
+
component: import('vue').Component;
|
|
245
245
|
scrollable: boolean;
|
|
246
246
|
}, true, {}, {}, {
|
|
247
247
|
P: {};
|
|
@@ -250,71 +250,71 @@ export declare const Overview: {
|
|
|
250
250
|
C: {};
|
|
251
251
|
M: {};
|
|
252
252
|
Defaults: {};
|
|
253
|
-
}, Readonly<import(
|
|
253
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
254
254
|
icon: {
|
|
255
|
-
type: import(
|
|
255
|
+
type: import('vue').PropType<string>;
|
|
256
256
|
};
|
|
257
257
|
component: {
|
|
258
|
-
type: import(
|
|
258
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
259
259
|
default: undefined;
|
|
260
260
|
};
|
|
261
261
|
name: {
|
|
262
|
-
type: import(
|
|
262
|
+
type: import('vue').PropType<string>;
|
|
263
263
|
};
|
|
264
264
|
href: {
|
|
265
|
-
type: import(
|
|
265
|
+
type: import('vue').PropType<string>;
|
|
266
266
|
};
|
|
267
267
|
disabled: {
|
|
268
|
-
type: import(
|
|
268
|
+
type: import('vue').PropType<boolean>;
|
|
269
269
|
};
|
|
270
270
|
scrollable: {
|
|
271
|
-
type: import(
|
|
271
|
+
type: import('vue').PropType<boolean>;
|
|
272
272
|
default: boolean;
|
|
273
273
|
};
|
|
274
274
|
}>>, {}, {}, {}, {}, {
|
|
275
|
-
component: import(
|
|
275
|
+
component: import('vue').Component;
|
|
276
276
|
scrollable: boolean;
|
|
277
277
|
}>;
|
|
278
278
|
__isFragment?: undefined;
|
|
279
279
|
__isTeleport?: undefined;
|
|
280
280
|
__isSuspense?: undefined;
|
|
281
|
-
} & import(
|
|
281
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
282
282
|
icon: {
|
|
283
|
-
type: import(
|
|
283
|
+
type: import('vue').PropType<string>;
|
|
284
284
|
};
|
|
285
285
|
component: {
|
|
286
|
-
type: import(
|
|
286
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
287
287
|
default: undefined;
|
|
288
288
|
};
|
|
289
289
|
name: {
|
|
290
|
-
type: import(
|
|
290
|
+
type: import('vue').PropType<string>;
|
|
291
291
|
};
|
|
292
292
|
href: {
|
|
293
|
-
type: import(
|
|
293
|
+
type: import('vue').PropType<string>;
|
|
294
294
|
};
|
|
295
295
|
disabled: {
|
|
296
|
-
type: import(
|
|
296
|
+
type: import('vue').PropType<boolean>;
|
|
297
297
|
};
|
|
298
298
|
scrollable: {
|
|
299
|
-
type: import(
|
|
299
|
+
type: import('vue').PropType<boolean>;
|
|
300
300
|
default: boolean;
|
|
301
301
|
};
|
|
302
|
-
}>>, {}, unknown, {}, {}, import(
|
|
303
|
-
component: import(
|
|
302
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
303
|
+
component: import('vue').Component;
|
|
304
304
|
scrollable: boolean;
|
|
305
|
-
}, {}, string, {}> & import(
|
|
305
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
306
306
|
$slots: {
|
|
307
307
|
default?(_: {}): any;
|
|
308
308
|
};
|
|
309
309
|
});
|
|
310
310
|
TabsViewMenuTitle: {
|
|
311
|
-
new (...args: any[]): import(
|
|
311
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
312
312
|
isSubtitle: {
|
|
313
|
-
type: import(
|
|
313
|
+
type: import('vue').PropType<boolean>;
|
|
314
314
|
};
|
|
315
|
-
}>>, {}, unknown, {}, {}, import(
|
|
315
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
316
316
|
isSubtitle: {
|
|
317
|
-
type: import(
|
|
317
|
+
type: import('vue').PropType<boolean>;
|
|
318
318
|
};
|
|
319
319
|
}>>, {}, true, {}, {}, {
|
|
320
320
|
P: {};
|
|
@@ -323,19 +323,19 @@ export declare const Overview: {
|
|
|
323
323
|
C: {};
|
|
324
324
|
M: {};
|
|
325
325
|
Defaults: {};
|
|
326
|
-
}, Readonly<import(
|
|
326
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
327
327
|
isSubtitle: {
|
|
328
|
-
type: import(
|
|
328
|
+
type: import('vue').PropType<boolean>;
|
|
329
329
|
};
|
|
330
330
|
}>>, {}, {}, {}, {}, {}>;
|
|
331
331
|
__isFragment?: undefined;
|
|
332
332
|
__isTeleport?: undefined;
|
|
333
333
|
__isSuspense?: undefined;
|
|
334
|
-
} & import(
|
|
334
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
335
335
|
isSubtitle: {
|
|
336
|
-
type: import(
|
|
336
|
+
type: import('vue').PropType<boolean>;
|
|
337
337
|
};
|
|
338
|
-
}>>, {}, unknown, {}, {}, import(
|
|
338
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
339
339
|
$slots: {
|
|
340
340
|
default?(_: {}): any;
|
|
341
341
|
};
|