@topvisor/ui 1.0.18 → 1.0.20
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-DKvr3NYw.amd.js → datepicker-BpcIQBQx.amd.js} +2 -2
- package/.chunks/{datepicker-DKvr3NYw.amd.js.map → datepicker-BpcIQBQx.amd.js.map} +1 -1
- package/.chunks/{datepicker-EJRX31J1.es.js → datepicker-BwpUPRh5.es.js} +2 -2
- package/.chunks/{datepicker-EJRX31J1.es.js.map → datepicker-BwpUPRh5.es.js.map} +1 -1
- package/.chunks/forms-CqYQQ4oo.amd.js +3 -0
- package/.chunks/forms-CqYQQ4oo.amd.js.map +1 -0
- package/.chunks/{forms-DDIlFXbF.es.js → forms-UBLh4e8-.es.js} +650 -584
- package/.chunks/forms-UBLh4e8-.es.js.map +1 -0
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-3UaZvDrd.es.js → listItem.vue_vue_type_script_setup_true_lang-B0jhkmeG.es.js} +10 -10
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-3UaZvDrd.es.js.map → listItem.vue_vue_type_script_setup_true_lang-B0jhkmeG.es.js.map} +1 -1
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-CnEbgJbu.amd.js → listItem.vue_vue_type_script_setup_true_lang-BbSoFbg2.amd.js} +2 -2
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-BbSoFbg2.amd.js.map +1 -0
- package/.chunks/{menu.vue_vue_type_style_index_0_lang-C4q81rOQ.es.js → menu.vue_vue_type_style_index_0_lang-CF3aS3nJ.es.js} +24 -24
- package/.chunks/{menu.vue_vue_type_style_index_0_lang-C4q81rOQ.es.js.map → menu.vue_vue_type_style_index_0_lang-CF3aS3nJ.es.js.map} +1 -1
- package/.chunks/{menu.vue_vue_type_style_index_0_lang-DcFQyQgs.amd.js → menu.vue_vue_type_style_index_0_lang-CPtzi4v1.amd.js} +2 -2
- package/.chunks/{menu.vue_vue_type_style_index_0_lang-DcFQyQgs.amd.js.map → menu.vue_vue_type_style_index_0_lang-CPtzi4v1.amd.js.map} +1 -1
- package/.chunks/{notice-CYeec0mu.amd.js → notice-CiJb1Cdk.amd.js} +2 -2
- package/.chunks/{notice-CYeec0mu.amd.js.map → notice-CiJb1Cdk.amd.js.map} +1 -1
- package/.chunks/{notice-CtXmQ8xM.es.js → notice-Dj71_6Fi.es.js} +2 -2
- package/.chunks/{notice-CtXmQ8xM.es.js.map → notice-Dj71_6Fi.es.js.map} +1 -1
- package/.chunks/{popup-38TbXxcV.amd.js → popup-Cw2abdjh.amd.js} +2 -2
- package/.chunks/popup-Cw2abdjh.amd.js.map +1 -0
- package/.chunks/{popup-BzCXSDdA.es.js → popup-DbEAZSBK.es.js} +6 -7
- package/.chunks/popup-DbEAZSBK.es.js.map +1 -0
- package/.chunks/punycode.es6-C2yitnNb.amd.js.map +1 -1
- package/.chunks/punycode.es6-CNI-zL6U.es.js.map +1 -1
- package/.chunks/store-CX_6ZXhO.es.js.map +1 -1
- package/.chunks/store-esTid5oI.amd.js.map +1 -1
- package/.chunks/utils-3FaaPSyL.es.js +225 -0
- package/.chunks/utils-3FaaPSyL.es.js.map +1 -0
- package/.chunks/utils-DF6k2YnU.amd.js +2 -0
- package/.chunks/utils-DF6k2YnU.amd.js.map +1 -0
- package/.chunks/{utils-CI9JyH64.amd.js → utils-DSzOIsFV.amd.js} +2 -2
- package/.chunks/{utils-CI9JyH64.amd.js.map → utils-DSzOIsFV.amd.js.map} +1 -1
- package/.chunks/{utils-DXI6F7F9.es.js → utils-zcyFDsBL.es.js} +78 -78
- package/.chunks/{utils-DXI6F7F9.es.js.map → utils-zcyFDsBL.es.js.map} +1 -1
- package/assets/charts.css +1 -1
- package/assets/core.css +1 -1
- package/assets/forms.css +1 -1
- package/assets/formsExt.css +1 -1
- package/assets/layout.css +1 -1
- package/assets/notice.css +1 -1
- package/charts/charts.amd.js +1 -1
- package/charts/charts.amd.js.map +1 -1
- package/charts/charts.js +1 -1
- package/components/charts/miniChart/miniChart.vue.d.ts +5 -5
- package/components/charts/miniCharts/miniCharts.vue.d.ts +9 -6
- package/components/core/notice/item/item.vue.d.ts +1 -1
- package/components/dialog/dialog/dialog.vue.d.ts +3 -2
- package/components/dialog/dialog/dialogs/dialogs.vue.d.ts +1 -1
- package/components/dialog/dialog/page/page.vue.d.ts +2 -1
- package/components/dialog/dialog/page/types.d.ts +7 -0
- package/components/forms/avatar/avatar.vue.d.ts +1 -1
- package/components/forms/button/button.vue.d.ts +2 -1
- package/components/forms/checkbox/checkbox.vue.d.ts +7 -6
- package/components/forms/controlLabel/controlLabel.vue.d.ts +3 -2
- package/components/forms/hint/hint.vue.d.ts +1 -1
- package/components/forms/input/input.vue.d.ts +2 -1
- package/components/forms/inputDate/inputDate.vue.d.ts +3 -1
- package/components/forms/inputRange/inputRange.vue.d.ts +3 -2
- package/components/forms/loadbar/loadbar.vue.d.ts +1 -1
- package/components/forms/radio/radio.vue.d.ts +3 -2
- package/components/forms/select/select.vue.d.ts +5 -5
- package/components/forms/switcher/switcher.vue.d.ts +3 -2
- package/components/formsExt/editArea/editArea.vue.d.ts +1 -1
- package/components/formsExt/editInput/editInput.vue.d.ts +1 -1
- package/components/formsExt/formsExt.d.ts +2 -0
- package/components/formsExt/info/info.vue.d.ts +20 -0
- package/components/formsExt/info/types.d.ts +21 -0
- package/components/formsExt/menu/menu.vue.d.ts +7 -5
- package/components/formsExt/radioGroup/radioGroup.vue.d.ts +7 -5
- package/components/formsExt/selector2/itemMulti.vue.d.ts +1 -1
- package/components/formsExt/selector2/selector2.vue.d.ts +98 -8
- package/components/layout/islandRows/islandRows.vue.d.ts +3 -2
- package/components/layout/islandRows/islandRowsRow/islandRowsRow.vue.d.ts +3 -2
- package/components/layout/islandRows/islandRowsSubTitle/islandRowsSubTitle.vue.d.ts +3 -2
- package/components/layout/rows/rows.vue.d.ts +3 -2
- package/components/popup/alert/alert.vue.d.ts +2 -1
- package/components/popup/confirm/confirm.vue.d.ts +2 -1
- package/components/popup/lib/popup.d.ts +2 -3
- package/components/popup/lib/worker.d.ts +7 -7
- package/components/popup/popup/listItem.vue.d.ts +2 -1
- package/components/popup/popup/opener.vue.d.ts +2 -1
- package/components/popup/popup/popup.vue.d.ts +2 -1
- package/components/popup/popup/widgetInput.vue.d.ts +4 -4
- package/components/popup/prompt/prompt.vue.d.ts +2 -1
- package/components/project/selectorCompetitors/selectorCompetitors.vue.d.ts +5 -5
- package/components/project/selectorRegion/selectorRegion.vue.d.ts +7 -7
- package/components/project/selectorRegion/utils/consts.d.ts +0 -2
- package/components/project/tagSelector/popupListItem/tagPopupListItem.vue.d.ts +5 -3
- package/components/project/tagSelector/popupOpener/popupOpener.vue.d.ts +6 -5
- package/components/project/tagSelector/tagIcon/tagIcon.vue.d.ts +1 -1
- package/components/project/tagSelector/tagSelector.vue.d.ts +6 -6
- package/components/tabs/tabs/content.vue.d.ts +3 -2
- package/components/tabs/tabs/tab.vue.d.ts +2 -1
- package/components/tabs/tabs/tabs.vue.d.ts +3 -2
- package/components/tabsView/tabsView/menu.vue.d.ts +9 -6
- package/components/tabsView/tabsView/menuDelimeter.vue.d.ts +1 -1
- package/components/tabsView/tabsView/menuItem.vue.d.ts +2 -1
- package/components/tabsView/tabsView/menuTitle.vue.d.ts +2 -1
- package/components/tabsView/tabsView/store.d.ts +5 -5
- package/components/tabsView/tabsView/tabsView.vue.d.ts +9 -6
- package/core/app.amd.js +1 -1
- package/core/app.amd.js.map +1 -1
- package/core/app.d.ts +2 -2
- package/core/app.js +147 -127
- package/core/app.js.map +1 -1
- package/core/core/core.d.ts +2 -0
- package/core/core/preloaders.d.ts +19 -0
- package/core/directives/focus.d.ts +3 -1
- package/core/directives/scrollIntoView.d.ts +3 -0
- package/core/directives/scrollShadow.d.ts +2 -2
- package/core/plugins/i18n.d.ts +13 -13
- package/core/utils/scroll.d.ts +18 -0
- package/core/utils/searchers.d.ts +0 -2
- package/dialog/dialog.amd.js +1 -1
- package/dialog/dialog.amd.js.map +1 -1
- package/dialog/dialog.js +47 -42
- package/dialog/dialog.js.map +1 -1
- package/forms/forms.amd.js +1 -1
- package/forms/forms.js +1 -1
- package/forms/helpers.amd.js.map +1 -1
- package/formsExt/formsExt.amd.js +1 -1
- package/formsExt/formsExt.amd.js.map +1 -1
- package/formsExt/formsExt.js +344 -301
- package/formsExt/formsExt.js.map +1 -1
- package/icomoon/Topvisor icons.json +233 -118
- package/icomoon/demo.html +71 -1
- package/icomoon/fonts/Topvisor-2.eot +0 -0
- package/icomoon/fonts/Topvisor-2.svg +5 -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 +20 -5
- package/layout/layout.amd.js +1 -1
- package/layout/layout.amd.js.map +1 -1
- package/layout/layout.js +27 -26
- package/layout/layout.js.map +1 -1
- package/package.json +31 -31
- package/popup/popup.amd.js +1 -1
- package/popup/popup.amd.js.map +1 -1
- package/popup/popup.js +17 -17
- package/popup/worker.amd.js +1 -1
- package/popup/worker.amd.js.map +1 -1
- package/popup/worker.js +3 -3
- 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 +315 -317
- package/project/project.js.map +1 -1
- package/tabsView/tabsView.amd.js +1 -1
- package/tabsView/tabsView.amd.js.map +1 -1
- package/tabsView/tabsView.js +23 -23
- package/utils/check.amd.js.map +1 -1
- package/utils/check.js.map +1 -1
- package/utils/clipboard.amd.js +1 -1
- package/utils/clipboard.amd.js.map +1 -1
- package/utils/clipboard.js +1 -1
- package/utils/clipboard.js.map +1 -1
- package/utils/date.amd.js +1 -1
- package/utils/date.js +1 -1
- package/utils/device.amd.js +1 -1
- package/utils/device.js +1 -1
- package/utils/dom.amd.js +1 -1
- package/utils/dom.amd.js.map +1 -1
- package/utils/dom.js +30 -30
- package/utils/dom.js.map +1 -1
- package/utils/image.amd.js.map +1 -1
- package/utils/keyboard.amd.js.map +1 -1
- package/utils/lodash.amd.js +1 -1
- package/utils/lodash.js +5 -5
- package/utils/number.amd.js.map +1 -1
- package/utils/price.amd.js +1 -1
- package/utils/price.amd.js.map +1 -1
- package/utils/price.js +1 -1
- package/utils/price.js.map +1 -1
- package/utils/route.amd.js +1 -1
- package/utils/route.amd.js.map +1 -1
- package/utils/route.js +5 -5
- 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 +39 -7
- package/utils/scroll.js.map +1 -1
- package/utils/searchers.amd.js +1 -1
- package/utils/searchers.amd.js.map +1 -1
- package/utils/searchers.js +0 -2
- package/utils/searchers.js.map +1 -1
- package/utils/string.amd.js +1 -1
- package/utils/string.amd.js.map +1 -1
- package/utils/string.js +29 -29
- package/utils/string.js.map +1 -1
- package/utils/system.amd.js.map +1 -1
- package/utils/system.js.map +1 -1
- package/utils/url.amd.js.map +1 -1
- package/utils/url.js.map +1 -1
- package/web-types.json +28 -0
- package/.chunks/forms-CmlWMEyk.amd.js +0 -3
- package/.chunks/forms-CmlWMEyk.amd.js.map +0 -1
- package/.chunks/forms-DDIlFXbF.es.js.map +0 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CnEbgJbu.amd.js.map +0 -1
- package/.chunks/popup-38TbXxcV.amd.js.map +0 -1
- package/.chunks/popup-BzCXSDdA.es.js.map +0 -1
- package/.chunks/utils-CFCfvsI8.es.js +0 -223
- package/.chunks/utils-CFCfvsI8.es.js.map +0 -1
- package/.chunks/utils-lvXB5hbW.amd.js +0 -2
- package/.chunks/utils-lvXB5hbW.amd.js.map +0 -1
- package/components/formsExt/info/info.d.ts +0 -20
|
@@ -6,5 +6,5 @@ export declare const getDialogWorker: (id: string) => TopDialogHandle<TopDialogC
|
|
|
6
6
|
* Добавить компонент диалогового окна для использования
|
|
7
7
|
*/
|
|
8
8
|
export declare const addDialogWorker: <T extends TopDialogComponent>(TopDialogComponent: T) => TopDialogHandle<T>;
|
|
9
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
9
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
10
10
|
export default _default;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { Props, Slots } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: Readonly<Slots> & Slots;
|
|
5
6
|
refs: {};
|
|
6
|
-
|
|
7
|
+
rootEl: any;
|
|
7
8
|
};
|
|
8
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
10
|
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
@@ -28,6 +28,12 @@ export interface PropsCommon {
|
|
|
28
28
|
* Для кнопки Назад / Закрыть в мобильной версии
|
|
29
29
|
*/
|
|
30
30
|
prevName?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Стиль отображения футера, при котороым элементы растягиваются на всю ширину
|
|
33
|
+
*
|
|
34
|
+
* Разрешены переносы
|
|
35
|
+
*/
|
|
36
|
+
footerFullWith?: boolean;
|
|
31
37
|
}
|
|
32
38
|
/**
|
|
33
39
|
* Общие props для компонентов реализуюущих TopDialogPage
|
|
@@ -44,6 +50,7 @@ export declare const propsPageCommon: {
|
|
|
44
50
|
required: boolean;
|
|
45
51
|
};
|
|
46
52
|
prevName: StringConstructor;
|
|
53
|
+
footerFullWith: BooleanConstructor;
|
|
47
54
|
};
|
|
48
55
|
export interface Slots {
|
|
49
56
|
/**
|
|
@@ -6,5 +6,5 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
6
6
|
LastSeen: string;
|
|
7
7
|
};
|
|
8
8
|
size: Size;
|
|
9
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
9
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
10
|
export default _default;
|
|
@@ -2,12 +2,13 @@ import { Props, Color, Style } from './types';
|
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { Size } from '../helpers';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
5
6
|
slots: {
|
|
6
7
|
default?(_: {}): any;
|
|
7
8
|
html?(_: {}): any;
|
|
8
9
|
};
|
|
9
10
|
refs: {};
|
|
10
|
-
|
|
11
|
+
rootEl: any;
|
|
11
12
|
};
|
|
12
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
14
|
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
import { Props } from './checkbox';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = Props;
|
|
4
4
|
type __VLS_PublicProps = {
|
|
5
5
|
modelValue?: Props['modelValue'];
|
|
6
|
-
} &
|
|
6
|
+
} & __VLS_Props;
|
|
7
7
|
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
8
9
|
slots: {
|
|
9
10
|
default?(_: {}): any;
|
|
10
11
|
};
|
|
11
12
|
refs: {};
|
|
12
|
-
|
|
13
|
+
rootEl: HTMLLabelElement;
|
|
13
14
|
};
|
|
14
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
16
|
declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16
|
-
"update:modelValue": (
|
|
17
|
+
"update:modelValue": (value: boolean | string[] | Set<string> | undefined) => any;
|
|
17
18
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
|
-
"onUpdate:modelValue"?: ((
|
|
19
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
19
|
+
"onUpdate:modelValue"?: ((value: boolean | string[] | Set<string> | undefined) => any) | undefined;
|
|
20
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
20
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
22
|
export default _default;
|
|
22
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { Props } from './controlLabel';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: {
|
|
5
6
|
default?(_: {}): any;
|
|
6
7
|
};
|
|
7
8
|
refs: {};
|
|
8
|
-
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
9
10
|
};
|
|
10
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
12
|
+
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
13
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
14
|
export default _default;
|
|
14
15
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Props } from './hint';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
3
|
+
declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
4
4
|
export default _default;
|
|
@@ -2,11 +2,12 @@ import { Props, CaptionType } from './input';
|
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { Size } from '../helpers';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
5
6
|
slots: {
|
|
6
7
|
default?(_: {}): any;
|
|
7
8
|
};
|
|
8
9
|
refs: {};
|
|
9
|
-
|
|
10
|
+
rootEl: any;
|
|
10
11
|
};
|
|
11
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
13
|
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -6,5 +6,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
6
6
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
7
7
|
}>, {
|
|
8
8
|
icon2: string;
|
|
9
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
9
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
10
|
+
el: HTMLInputElement;
|
|
11
|
+
}, any>;
|
|
10
12
|
export default _default;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
from?(_: {}): any;
|
|
5
6
|
to?(_: {}): any;
|
|
6
7
|
};
|
|
7
8
|
refs: {};
|
|
8
|
-
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
9
10
|
};
|
|
10
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
12
|
+
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
12
13
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
14
|
export default _default;
|
|
14
15
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
3
|
export default _default;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import { Props } from './radio';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: {
|
|
5
6
|
default?(_: {}): any;
|
|
6
7
|
};
|
|
7
8
|
refs: {};
|
|
8
|
-
|
|
9
|
+
rootEl: HTMLLabelElement;
|
|
9
10
|
};
|
|
10
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
12
|
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12
13
|
"update:modelValue": (value: string | object) => any;
|
|
13
14
|
}, string, PublicProps, Readonly<Props> & Readonly<{
|
|
14
15
|
"onUpdate:modelValue"?: ((value: string | object) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
16
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
16
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
18
|
export default _default;
|
|
18
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Props } from './select';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { Size } from '../helpers';
|
|
4
|
-
|
|
4
|
+
type __VLS_Props = Props;
|
|
5
5
|
type __VLS_PublicProps = {
|
|
6
6
|
modelValue: Props['modelValue'];
|
|
7
|
-
} &
|
|
7
|
+
} & __VLS_Props;
|
|
8
8
|
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9
|
-
"update:modelValue": (
|
|
9
|
+
"update:modelValue": (value: string | number) => any;
|
|
10
10
|
} & {
|
|
11
11
|
"update:modelValue": (value: string | number) => any;
|
|
12
12
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
"onUpdate:modelValue"?: ((
|
|
13
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
15
|
size: Size;
|
|
16
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
16
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
17
17
|
export default _default;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import { Props } from './switcher';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: {
|
|
5
6
|
default?(_: {}): any;
|
|
6
7
|
};
|
|
7
8
|
refs: {};
|
|
8
|
-
|
|
9
|
+
rootEl: HTMLLabelElement;
|
|
9
10
|
};
|
|
10
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
12
|
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12
13
|
"update:modelValue": (value: boolean | string[] | Set<string>) => any;
|
|
13
14
|
}, string, PublicProps, Readonly<Props> & Readonly<{
|
|
14
15
|
"onUpdate:modelValue"?: ((value: boolean | string[] | Set<string>) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
16
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
16
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
18
|
export default _default;
|
|
18
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -14,5 +14,5 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
14
14
|
submitText: string;
|
|
15
15
|
cancelText: string;
|
|
16
16
|
defaultValue: string;
|
|
17
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
17
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
18
|
export default _default;
|
|
@@ -4,5 +4,5 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
4
4
|
"update:modelValue": (value: string) => any;
|
|
5
5
|
}, string, PublicProps, Readonly<Props> & Readonly<{
|
|
6
6
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
7
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8
8
|
export default _default;
|
|
@@ -4,8 +4,10 @@ import { default as EditInput } from './editInput/editInput.vue';
|
|
|
4
4
|
import { default as RadioGroup } from './radioGroup/radioGroup.vue';
|
|
5
5
|
import { default as Selector2 } from './selector2/selector2.vue';
|
|
6
6
|
import { default as Menu } from './menu/menu.vue';
|
|
7
|
+
import { default as Info } from './info/info.vue';
|
|
7
8
|
export declare const TopEditArea: typeof EditArea & ComponentCustomProps;
|
|
8
9
|
export declare const TopEditInput: typeof EditInput & ComponentCustomProps;
|
|
9
10
|
export declare const TopRadioGroup: typeof RadioGroup & ComponentCustomProps;
|
|
10
11
|
export declare const TopSelector2: typeof Selector2 & ComponentCustomProps;
|
|
11
12
|
export declare const TopMenu: typeof Menu & ComponentCustomProps;
|
|
13
|
+
export declare const TopInfo: typeof Info & ComponentCustomProps;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Props, Slots } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
5
|
+
slots: Readonly<Slots> & Slots;
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
11
|
+
size: "default" | "s" | "m" | "l";
|
|
12
|
+
styling: "default" | "info" | "warning" | "negative";
|
|
13
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface Props {
|
|
2
|
+
icon: string;
|
|
3
|
+
/**
|
|
4
|
+
* Стиль оформления
|
|
5
|
+
*/
|
|
6
|
+
styling?: 'default' | 'info' | 'warning' | 'negative';
|
|
7
|
+
/**
|
|
8
|
+
* Размер
|
|
9
|
+
*/
|
|
10
|
+
size?: 'default' | 's' | 'm' | 'l';
|
|
11
|
+
}
|
|
12
|
+
export interface Slots {
|
|
13
|
+
/**
|
|
14
|
+
* Текст сообщения
|
|
15
|
+
*/
|
|
16
|
+
default(props: {}): any;
|
|
17
|
+
/**
|
|
18
|
+
* Текст справа от сообещния с дополнительной информацией (например, сумма к оплате)
|
|
19
|
+
*/
|
|
20
|
+
additional(props: {}): any;
|
|
21
|
+
}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { Props, styling } from './menu';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = Props;
|
|
4
4
|
type __VLS_PublicProps = {
|
|
5
5
|
modelValue: any;
|
|
6
|
-
} &
|
|
6
|
+
} & __VLS_Props;
|
|
7
7
|
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
|
-
"update:modelValue": (
|
|
8
|
+
"update:modelValue": (value: any) => any;
|
|
9
9
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
10
|
-
"onUpdate:modelValue"?: ((
|
|
10
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
11
11
|
}>, {
|
|
12
12
|
styling: styling[keyof styling];
|
|
13
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
13
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
14
|
+
el: HTMLDivElement;
|
|
15
|
+
}, HTMLDivElement>;
|
|
14
16
|
export default _default;
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
import { Props } from './radioGroup';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { Size } from '../../forms/helpers';
|
|
4
|
-
|
|
4
|
+
type __VLS_Props = Props;
|
|
5
5
|
type __VLS_PublicProps = {
|
|
6
6
|
modelValue: string;
|
|
7
|
-
} &
|
|
7
|
+
} & __VLS_Props;
|
|
8
8
|
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9
|
-
"update:modelValue": (
|
|
9
|
+
"update:modelValue": (value: string) => any;
|
|
10
10
|
} & {
|
|
11
11
|
"update:modelValue": (value: string) => any;
|
|
12
12
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
"onUpdate:modelValue"?: ((
|
|
13
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
15
|
size: Size;
|
|
16
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
16
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
17
|
+
elRef: HTMLDivElement;
|
|
18
|
+
}, HTMLDivElement>;
|
|
17
19
|
export default _default;
|
|
@@ -4,5 +4,5 @@ declare const _default: DefineComponent<PropsItemMulti, {}, {}, {}, {}, Componen
|
|
|
4
4
|
delete: (id: number | null) => any;
|
|
5
5
|
}, string, PublicProps, Readonly<PropsItemMulti> & Readonly<{
|
|
6
6
|
onDelete?: ((id: number | null) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
7
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8
8
|
export default _default;
|
|
@@ -4,11 +4,12 @@ import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, Component
|
|
|
4
4
|
import { PopupEvent, Props } from '../../popup/popup/popup';
|
|
5
5
|
import { OnCleanup } from '@vue/reactivity';
|
|
6
6
|
import { Size } from '../../forms/helpers';
|
|
7
|
-
|
|
7
|
+
type __VLS_Props = Props;
|
|
8
8
|
type __VLS_PublicProps = {
|
|
9
9
|
modelValue?: Props['modelValue'];
|
|
10
|
-
} &
|
|
10
|
+
} & __VLS_Props;
|
|
11
11
|
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
12
13
|
slots: Readonly<Slots> & Slots;
|
|
13
14
|
refs: {
|
|
14
15
|
popupRef: ({
|
|
@@ -19,10 +20,10 @@ declare function __VLS_template(): {
|
|
|
19
20
|
readonly class?: string | undefined;
|
|
20
21
|
readonly transitionDuration?: number | undefined;
|
|
21
22
|
readonly footerSupportLink?: string | undefined;
|
|
22
|
-
readonly pos?:
|
|
23
|
+
readonly pos?: "0" | "1" | "2" | "3" | "4" | undefined;
|
|
23
24
|
readonly notch?: boolean | undefined;
|
|
24
25
|
readonly openByHover?: boolean | undefined;
|
|
25
|
-
readonly posBy?:
|
|
26
|
+
readonly posBy?: "fixed" | "left" | "right" | undefined;
|
|
26
27
|
readonly onClose?: ((popupEvent: PopupEvent) => any) | undefined;
|
|
27
28
|
readonly onOpen?: ((popupEvent: PopupEvent) => any) | undefined;
|
|
28
29
|
readonly onScrollContentList?: ((e: Event) => any) | undefined;
|
|
@@ -97,20 +98,109 @@ declare function __VLS_template(): {
|
|
|
97
98
|
footer?(_: {}): any;
|
|
98
99
|
};
|
|
99
100
|
}) | null;
|
|
101
|
+
elRef: HTMLDivElement;
|
|
100
102
|
};
|
|
101
|
-
|
|
103
|
+
rootEl: any;
|
|
102
104
|
};
|
|
103
105
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
104
106
|
declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
105
|
-
"update:modelValue": (
|
|
107
|
+
"update:modelValue": (value: Item | Item[]) => any;
|
|
106
108
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
107
|
-
"onUpdate:modelValue"?: ((
|
|
109
|
+
"onUpdate:modelValue"?: ((value: Item | Item[]) => any) | undefined;
|
|
108
110
|
}>, {
|
|
109
111
|
size: Size;
|
|
110
112
|
items: Item[];
|
|
111
113
|
minLength: number;
|
|
112
114
|
showSelectedInInput: boolean;
|
|
113
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
115
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
116
|
+
popupRef: ({
|
|
117
|
+
$: ComponentInternalInstance;
|
|
118
|
+
$data: {};
|
|
119
|
+
$props: {
|
|
120
|
+
readonly id?: string | undefined;
|
|
121
|
+
readonly class?: string | undefined;
|
|
122
|
+
readonly transitionDuration?: number | undefined;
|
|
123
|
+
readonly footerSupportLink?: string | undefined;
|
|
124
|
+
readonly pos?: "0" | "1" | "2" | "3" | "4" | undefined;
|
|
125
|
+
readonly notch?: boolean | undefined;
|
|
126
|
+
readonly openByHover?: boolean | undefined;
|
|
127
|
+
readonly posBy?: "fixed" | "left" | "right" | undefined;
|
|
128
|
+
readonly onClose?: ((popupEvent: PopupEvent) => any) | undefined;
|
|
129
|
+
readonly onOpen?: ((popupEvent: PopupEvent) => any) | undefined;
|
|
130
|
+
readonly onScrollContentList?: ((e: Event) => any) | undefined;
|
|
131
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
132
|
+
$attrs: {
|
|
133
|
+
[x: string]: unknown;
|
|
134
|
+
};
|
|
135
|
+
$refs: {
|
|
136
|
+
[x: string]: unknown;
|
|
137
|
+
};
|
|
138
|
+
$slots: Readonly<{
|
|
139
|
+
[name: string]: Slot<any> | undefined;
|
|
140
|
+
}>;
|
|
141
|
+
$root: ComponentPublicInstance | null;
|
|
142
|
+
$parent: ComponentPublicInstance | null;
|
|
143
|
+
$host: Element | null;
|
|
144
|
+
$emit: ((event: "close", popupEvent: PopupEvent) => void) & ((event: "open", popupEvent: PopupEvent) => void) & ((event: "scrollContentList", e: Event) => void);
|
|
145
|
+
$el: any;
|
|
146
|
+
$options: ComponentOptionsBase<Readonly< Props> & Readonly<{
|
|
147
|
+
onClose?: ((popupEvent: PopupEvent) => any) | undefined;
|
|
148
|
+
onOpen?: ((popupEvent: PopupEvent) => any) | undefined;
|
|
149
|
+
onScrollContentList?: ((e: Event) => any) | undefined;
|
|
150
|
+
}>, {
|
|
151
|
+
popup: PopupClass | undefined;
|
|
152
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
153
|
+
close: (popupEvent: PopupEvent) => any;
|
|
154
|
+
open: (popupEvent: PopupEvent) => any;
|
|
155
|
+
scrollContentList: (e: Event) => any;
|
|
156
|
+
}, string, {
|
|
157
|
+
id: string;
|
|
158
|
+
posBy: "fixed" | "left" | "right";
|
|
159
|
+
pos: "0" | "1" | "2" | "3" | "4";
|
|
160
|
+
notch: boolean;
|
|
161
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
162
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
163
|
+
created?: (() => void) | (() => void)[];
|
|
164
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
165
|
+
mounted?: (() => void) | (() => void)[];
|
|
166
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
167
|
+
updated?: (() => void) | (() => void)[];
|
|
168
|
+
activated?: (() => void) | (() => void)[];
|
|
169
|
+
deactivated?: (() => void) | (() => void)[];
|
|
170
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
171
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
172
|
+
destroyed?: (() => void) | (() => void)[];
|
|
173
|
+
unmounted?: (() => void) | (() => void)[];
|
|
174
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
175
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
176
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
177
|
+
};
|
|
178
|
+
$forceUpdate: () => void;
|
|
179
|
+
$nextTick: nextTick;
|
|
180
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
181
|
+
} & Readonly<{
|
|
182
|
+
id: string;
|
|
183
|
+
posBy: "fixed" | "left" | "right";
|
|
184
|
+
pos: "0" | "1" | "2" | "3" | "4";
|
|
185
|
+
notch: boolean;
|
|
186
|
+
}> & Omit<Readonly< Props> & Readonly<{
|
|
187
|
+
onClose?: ((popupEvent: PopupEvent) => any) | undefined;
|
|
188
|
+
onOpen?: ((popupEvent: PopupEvent) => any) | undefined;
|
|
189
|
+
onScrollContentList?: ((e: Event) => any) | undefined;
|
|
190
|
+
}>, ("id" | "posBy" | "pos" | "notch") | "popup"> & ShallowUnwrapRef<{
|
|
191
|
+
popup: PopupClass | undefined;
|
|
192
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
193
|
+
$slots: {
|
|
194
|
+
opener?(_: {}): any;
|
|
195
|
+
header?(_: {}): any;
|
|
196
|
+
widget?(_: {}): any;
|
|
197
|
+
content?(_: {}): any;
|
|
198
|
+
contentList?(_: {}): any;
|
|
199
|
+
footer?(_: {}): any;
|
|
200
|
+
};
|
|
201
|
+
}) | null;
|
|
202
|
+
elRef: HTMLDivElement;
|
|
203
|
+
}, any>;
|
|
114
204
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
115
205
|
export default _default;
|
|
116
206
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { Slots } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: Readonly<Slots> & Slots;
|
|
5
6
|
refs: {};
|
|
6
|
-
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
7
8
|
};
|
|
8
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
10
|
+
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
10
11
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
12
|
export default _default;
|
|
12
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
11
|
+
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11
12
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
13
|
export default _default;
|
|
13
14
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
11
|
+
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11
12
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
13
|
export default _default;
|
|
13
14
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { Props } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: {
|
|
5
6
|
default?(_: {}): any;
|
|
6
7
|
};
|
|
7
8
|
refs: {};
|
|
8
|
-
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
9
10
|
};
|
|
10
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
12
|
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
13
|
gap: "none" | "xs" | "s" | "m" | "l";
|
|
13
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
14
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
15
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
16
|
export default _default;
|
|
16
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -2,6 +2,7 @@ import { Props } from './alert';
|
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { PopupEvent } from '../popup/popup';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
5
6
|
slots: {
|
|
6
7
|
opener?(_: {}): any;
|
|
7
8
|
header?(_: {}): any;
|
|
@@ -9,7 +10,7 @@ declare function __VLS_template(): {
|
|
|
9
10
|
footer?(_: {}): any;
|
|
10
11
|
};
|
|
11
12
|
refs: {};
|
|
12
|
-
|
|
13
|
+
rootEl: any;
|
|
13
14
|
};
|
|
14
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
16
|
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -2,6 +2,7 @@ import { PopupEvent } from '../popup/popup';
|
|
|
2
2
|
import { Props } from './confirm';
|
|
3
3
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
5
6
|
slots: {
|
|
6
7
|
opener?(_: {}): any;
|
|
7
8
|
header?(_: {}): any;
|
|
@@ -9,7 +10,7 @@ declare function __VLS_template(): {
|
|
|
9
10
|
footer?(_: {}): any;
|
|
10
11
|
};
|
|
11
12
|
refs: {};
|
|
12
|
-
|
|
13
|
+
rootEl: any;
|
|
13
14
|
};
|
|
14
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
16
|
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|