@topvisor/ui 0.9.34-utils-components-4 → 0.9.34-utils-components-5
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-Bh_DAFqD.es.js +289 -0
- package/.chunks/datepicker-Bh_DAFqD.es.js.map +1 -0
- package/.chunks/datepicker-CIbLjf_3.amd.js +247 -0
- package/.chunks/datepicker-CIbLjf_3.amd.js.map +1 -0
- package/.chunks/forms-BfIXIMY_.es.js +1089 -0
- package/.chunks/forms-BfIXIMY_.es.js.map +1 -0
- package/.chunks/forms-C__H1yL_.amd.js +3 -0
- package/.chunks/forms-C__H1yL_.amd.js.map +1 -0
- package/.chunks/i18n-BNGjUFTp.amd.js +2 -0
- package/.chunks/i18n-BNGjUFTp.amd.js.map +1 -0
- package/.chunks/i18n-DCbk4MSK.es.js +20 -0
- package/.chunks/i18n-DCbk4MSK.es.js.map +1 -0
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CaBP5R7L.amd.js +2 -0
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CaBP5R7L.amd.js.map +1 -0
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-DJZS6vRL.es.js +161 -0
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-DJZS6vRL.es.js.map +1 -0
- package/.chunks/{menu-D8Pkjvdh.es.js → menu-24EpQtdy.es.js} +37 -37
- package/.chunks/menu-24EpQtdy.es.js.map +1 -0
- package/.chunks/menu-DV1iSTyB.amd.js +2 -0
- package/.chunks/menu-DV1iSTyB.amd.js.map +1 -0
- package/.chunks/popup-BKd_kjT8.amd.js +440 -0
- package/.chunks/popup-BKd_kjT8.amd.js.map +1 -0
- package/.chunks/{popup-DUd8G4iQ.es.js → popup-DwpeWN20.es.js} +515 -511
- package/.chunks/popup-DwpeWN20.es.js.map +1 -0
- package/.chunks/store-Bl79G7T_.amd.js.map +1 -1
- package/.chunks/store-PoMCiuBr.es.js.map +1 -1
- package/README.md +86 -86
- package/assets/forms.css +1 -1
- package/common/common.d.ts +1 -1
- package/{src/components → components}/formsExt/editInput/editInput.vue.d.ts +1 -10
- package/{src/components → components}/popup/lib/popup.d.ts +0 -3
- package/{src/components → components}/popup/lib/worker.d.ts +0 -4
- package/core/app.amd.js +2 -0
- package/core/app.amd.js.map +1 -0
- package/core/app.d.ts +7 -0
- package/core/app.js +307 -0
- package/core/app.js.map +1 -0
- package/{src/core → core}/core/core.d.ts +17 -24
- package/core/core/options.d.ts +24 -0
- package/{src/core → core}/core/state.d.ts +3 -2
- package/core/core.amd.js +1 -1
- package/core/core.d.ts +2 -2
- package/core/core.js +1 -1
- package/core/directives/focus.d.ts +9 -3
- package/core/directives/sticky.d.ts +11 -3
- package/core/directives/swimUp.d.ts +10 -3
- package/core/directives/tooltip.d.ts +11 -3
- package/{src/core/plugin/plugin.d.ts → core/plugins/core.d.ts} +14 -17
- package/core/plugins/i18n.d.ts +98 -0
- package/core/plugins/piniaTPA.d.ts +18 -0
- package/core/utils/clipboard.d.ts +1 -0
- package/{src/core → core}/utils/price.d.ts +3 -1
- package/{src/core → core}/utils/system.d.ts +0 -1
- package/forms/forms.amd.js +1 -1
- package/forms/forms.d.ts +1 -1
- package/forms/forms.js +7 -7
- package/forms/helpers.amd.js.map +1 -1
- package/forms/helpers.d.ts +1 -1
- package/forms/helpers.js.map +1 -1
- package/formsExt/formsExt.amd.js +1 -1
- package/formsExt/formsExt.amd.js.map +1 -1
- package/formsExt/formsExt.d.ts +1 -1
- package/formsExt/formsExt.js +76 -81
- package/formsExt/formsExt.js.map +1 -1
- package/icomoon/Read Me.txt +7 -7
- package/icomoon/demo-files/demo.css +161 -161
- package/icomoon/demo-files/demo.js +30 -30
- package/icomoon/demo.html +3379 -3379
- package/icomoon/fonts/Topvisor-2.svg +263 -263
- package/icomoon/style.css +740 -740
- package/package.json +36 -32
- package/popup/popup.amd.js +1 -1
- package/popup/popup.amd.js.map +1 -1
- package/popup/popup.d.ts +1 -1
- package/popup/popup.js +6 -6
- package/popup/popup.js.map +1 -1
- package/popup/worker.amd.js +1 -1
- package/popup/worker.amd.js.map +1 -1
- package/popup/worker.d.ts +2 -2
- package/popup/worker.js +5 -7
- 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.d.ts +1 -1
- package/project/project.js +7 -7
- package/project/project.js.map +1 -1
- package/require/css.amd.js +11 -11
- package/tabs/tabs.amd.js +1 -1
- package/tabs/tabs.amd.js.map +1 -1
- package/tabs/tabs.d.ts +1 -1
- package/tabs/tabs.js +5 -5
- 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.d.ts +1 -1
- package/tabsView/tabsView.js +8 -8
- package/tabsView/tabsView.js.map +1 -1
- package/utils/check.amd.js.map +1 -1
- package/utils/check.d.ts +1 -1
- package/utils/check.js.map +1 -1
- package/utils/clipboard.amd.js +2 -0
- package/utils/clipboard.amd.js.map +1 -0
- package/utils/clipboard.d.ts +1 -0
- package/utils/clipboard.js +10 -0
- package/utils/clipboard.js.map +1 -0
- package/utils/css.amd.js.map +1 -1
- package/utils/css.d.ts +1 -1
- package/utils/css.js.map +1 -1
- package/utils/date.amd.js +1 -1
- package/utils/date.d.ts +1 -1
- package/utils/date.js +4 -4
- package/utils/device.amd.js +1 -1
- package/utils/device.d.ts +1 -1
- package/utils/device.js +5 -5
- package/utils/dom.amd.js.map +1 -1
- package/utils/dom.d.ts +2 -2
- package/utils/dom.js.map +1 -1
- package/utils/image.amd.js.map +1 -1
- package/utils/image.d.ts +1 -1
- package/utils/image.js.map +1 -1
- package/utils/keyboard.amd.js.map +1 -1
- package/utils/keyboard.d.ts +1 -1
- package/utils/keyboard.js.map +1 -1
- package/utils/number.amd.js.map +1 -1
- package/utils/number.d.ts +1 -1
- package/utils/number.js.map +1 -1
- package/utils/price.amd.js +1 -1
- package/utils/price.amd.js.map +1 -1
- package/utils/price.d.ts +1 -1
- package/utils/price.js +8 -5
- package/utils/price.js.map +1 -1
- package/utils/route.amd.js.map +1 -1
- package/utils/route.d.ts +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.d.ts +1 -1
- package/utils/scroll.js +1 -1
- package/utils/scroll.js.map +1 -1
- package/utils/store.d.ts +1 -1
- package/utils/string.amd.js +1 -1
- package/utils/string.amd.js.map +1 -1
- package/utils/string.d.ts +1 -1
- package/utils/string.js +38 -35
- 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.d.ts +1 -1
- package/utils/system.js +16 -17
- package/utils/system.js.map +1 -1
- package/utils/url.amd.js.map +1 -1
- package/utils/url.d.ts +1 -1
- package/utils/url.js.map +1 -1
- package/utils/window.amd.js +1 -1
- package/utils/window.d.ts +1 -1
- package/utils/window.js +1 -1
- package/.chunks/datepicker-B-QNMaqL.es.js +0 -289
- package/.chunks/datepicker-B-QNMaqL.es.js.map +0 -1
- package/.chunks/datepicker-BtTKGtP7.amd.js +0 -247
- package/.chunks/datepicker-BtTKGtP7.amd.js.map +0 -1
- package/.chunks/forms-CRdPxA6a.es.js +0 -1186
- package/.chunks/forms-CRdPxA6a.es.js.map +0 -1
- package/.chunks/forms-CbJDUr1_.amd.js +0 -3
- package/.chunks/forms-CbJDUr1_.amd.js.map +0 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-D5EXHsIJ.es.js +0 -164
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-D5EXHsIJ.es.js.map +0 -1
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-W45jLCVb.amd.js +0 -2
- package/.chunks/listItem.vue_vue_type_script_setup_true_lang-W45jLCVb.amd.js.map +0 -1
- package/.chunks/menu-BNQ5GpPq.amd.js +0 -2
- package/.chunks/menu-BNQ5GpPq.amd.js.map +0 -1
- package/.chunks/menu-D8Pkjvdh.es.js.map +0 -1
- package/.chunks/popup-DUd8G4iQ.es.js.map +0 -1
- package/.chunks/popup-DcfMTbwU.amd.js +0 -440
- package/.chunks/popup-DcfMTbwU.amd.js.map +0 -1
- package/core/directives/focus.amd.js +0 -2
- package/core/directives/focus.amd.js.map +0 -1
- package/core/directives/focus.js +0 -5
- package/core/directives/focus.js.map +0 -1
- package/core/directives/sticky.amd.js +0 -2
- package/core/directives/sticky.amd.js.map +0 -1
- package/core/directives/sticky.js +0 -5
- package/core/directives/sticky.js.map +0 -1
- package/core/directives/swimUp.amd.js +0 -2
- package/core/directives/swimUp.amd.js.map +0 -1
- package/core/directives/swimUp.js +0 -5
- package/core/directives/swimUp.js.map +0 -1
- package/core/directives/tooltip.amd.js +0 -2
- package/core/directives/tooltip.amd.js.map +0 -1
- package/core/directives/tooltip.js +0 -5
- package/core/directives/tooltip.js.map +0 -1
- package/core/plugin/plugin.amd.js +0 -2
- package/core/plugin/plugin.amd.js.map +0 -1
- package/core/plugin/plugin.d.ts +0 -3
- package/core/plugin/plugin.js +0 -23
- package/core/plugin/plugin.js.map +0 -1
- package/src/components/forms/avatar/avatar.stories.d.ts +0 -85
- package/src/components/forms/button/button.stories.d.ts +0 -278
- package/src/components/forms/checkbox/checkbox.stories.d.ts +0 -116
- package/src/components/forms/controlLabel/controlLabel.stories.d.ts +0 -65
- package/src/components/forms/hint/hint.stories.d.ts +0 -75
- package/src/components/forms/input/input.stories.d.ts +0 -226
- package/src/components/forms/inputDate/inputDate.stories.d.ts +0 -117
- package/src/components/forms/inputRange/inputRange.stories.d.ts +0 -285
- package/src/components/forms/loadbar/loadbar.stories.d.ts +0 -10
- package/src/components/forms/radio/radio.stories.d.ts +0 -132
- package/src/components/forms/select/select.stories.d.ts +0 -108
- package/src/components/forms/switcher/switcher.stories.d.ts +0 -127
- package/src/components/forms/textarea/textarea.stories.d.ts +0 -90
- package/src/components/formsExt/editArea/editArea.stories.d.ts +0 -158
- package/src/components/formsExt/editInput/editInput.stories.d.ts +0 -98
- package/src/components/formsExt/menu/menu.stories.d.ts +0 -82
- package/src/components/formsExt/radioGroup/radioGroup.stories.d.ts +0 -67
- package/src/components/formsExt/selector2/selector2.stories.d.ts +0 -277
- package/src/components/popup/popup/popup.stories.d.ts +0 -701
- package/src/components/project/selectorCompetitors/selectorCompetitors.stories.d.ts +0 -43
- package/src/components/tabs/tabs/tabs.stories.d.ts +0 -539
- package/src/components/tabsView/tabsView/tabsView.stories.d.ts +0 -352
- 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 +0 -333
- 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 +0 -175
- package/src/core/core/options.d.ts +0 -13
- package/src/core/core/page.d.ts +0 -7
- package/src/core/directives/focus.d.ts +0 -9
- package/src/core/directives/sticky.d.ts +0 -11
- package/src/core/directives/swimUp.d.ts +0 -10
- package/src/core/directives/tooltip.d.ts +0 -11
- /package/{src/components → components}/common/common.d.ts +0 -0
- /package/{src/components → components}/common/icon/icon.d.ts +0 -0
- /package/{src/components → components}/forms/avatar/avatar.d.ts +0 -0
- /package/{src/components → components}/forms/avatar/avatar.vue.d.ts +0 -0
- /package/{src/components → components}/forms/button/button.d.ts +0 -0
- /package/{src/components → components}/forms/button/button.vue.d.ts +0 -0
- /package/{src/components → components}/forms/checkbox/checkbox.d.ts +0 -0
- /package/{src/components → components}/forms/checkbox/checkbox.vue.d.ts +0 -0
- /package/{src/components → components}/forms/controlLabel/controlLabel.d.ts +0 -0
- /package/{src/components → components}/forms/controlLabel/controlLabel.vue.d.ts +0 -0
- /package/{src/components → components}/forms/forms.d.ts +0 -0
- /package/{src/components → components}/forms/helpers.d.ts +0 -0
- /package/{src/components → components}/forms/hint/hint.d.ts +0 -0
- /package/{src/components → components}/forms/hint/hint.vue.d.ts +0 -0
- /package/{src/components → components}/forms/input/input.d.ts +0 -0
- /package/{src/components → components}/forms/input/input.vue.d.ts +0 -0
- /package/{src/components → components}/forms/inputDate/datepicker.d.ts +0 -0
- /package/{src/components → components}/forms/inputDate/inputDate.d.ts +0 -0
- /package/{src/components → components}/forms/inputDate/inputDate.vue.d.ts +0 -0
- /package/{src/components → components}/forms/inputRange/inputRange.d.ts +0 -0
- /package/{src/components → components}/forms/inputRange/inputRange.vue.d.ts +0 -0
- /package/{src/components → components}/forms/loadbar/loadbar.vue.d.ts +0 -0
- /package/{src/components → components}/forms/radio/radio.d.ts +0 -0
- /package/{src/components → components}/forms/radio/radio.vue.d.ts +0 -0
- /package/{src/components → components}/forms/select/select.d.ts +0 -0
- /package/{src/components → components}/forms/select/select.vue.d.ts +0 -0
- /package/{src/components → components}/forms/select/stories/exampleOptions.d.ts +0 -0
- /package/{src/components → components}/forms/switcher/switcher.d.ts +0 -0
- /package/{src/components → components}/forms/switcher/switcher.vue.d.ts +0 -0
- /package/{src/components → components}/forms/textarea/textarea.d.ts +0 -0
- /package/{src/components → components}/forms/textarea/textarea.vue.d.ts +0 -0
- /package/{src/components → components}/formsExt/editArea/editArea.d.ts +0 -0
- /package/{src/components → components}/formsExt/editArea/editArea.vue.d.ts +0 -0
- /package/{src/components → components}/formsExt/editInput/editInput.d.ts +0 -0
- /package/{src/components → components}/formsExt/formsExt.d.ts +0 -0
- /package/{src/components → components}/formsExt/menu/menu.d.ts +0 -0
- /package/{src/components → components}/formsExt/menu/menu.vue.d.ts +0 -0
- /package/{src/components → components}/formsExt/menu/stories/items.d.ts +0 -0
- /package/{src/components → components}/formsExt/radioGroup/radioGroup.d.ts +0 -0
- /package/{src/components → components}/formsExt/radioGroup/radioGroup.vue.d.ts +0 -0
- /package/{src/components → components}/formsExt/selector2/api.d.ts +0 -0
- /package/{src/components → components}/formsExt/selector2/itemMulti.vue.d.ts +0 -0
- /package/{src/components → components}/formsExt/selector2/selector2.d.ts +0 -0
- /package/{src/components → components}/formsExt/selector2/selector2.vue.d.ts +0 -0
- /package/{src/components → components}/formsExt/selector2/stories/dummyAPIRequest.d.ts +0 -0
- /package/{src/components → components}/popup/lib/popup.globalEvents.d.ts +0 -0
- /package/{src/components → components}/popup/lib/worker.globalEvents.d.ts +0 -0
- /package/{src/components → components}/popup/popup/listItem.vue.d.ts +0 -0
- /package/{src/components → components}/popup/popup/opener.vue.d.ts +0 -0
- /package/{src/components → components}/popup/popup/popup.d.ts +0 -0
- /package/{src/components → components}/popup/popup/popup.vue.d.ts +0 -0
- /package/{src/components → components}/popup/popup/widgetInput.vue.d.ts +0 -0
- /package/{src/components → components}/popup/popup.d.ts +0 -0
- /package/{src/components → components}/popup/worker.d.ts +0 -0
- /package/{src/components → components}/project/project.d.ts +0 -0
- /package/{src/components → components}/project/selectorCompetitors/composables.d.ts +0 -0
- /package/{src/components → components}/project/selectorCompetitors/selectorCompetitors.d.ts +0 -0
- /package/{src/components → components}/project/selectorCompetitors/selectorCompetitors.vue.d.ts +0 -0
- /package/{src/components → components}/project/selectorCompetitors/stories/items.d.ts +0 -0
- /package/{src/components → components}/project/selectorCompetitors/types/competitor.d.ts +0 -0
- /package/{src/components → components}/tabs/tabs/content.vue.d.ts +0 -0
- /package/{src/components → components}/tabs/tabs/tab.vue.d.ts +0 -0
- /package/{src/components → components}/tabs/tabs/tabs.d.ts +0 -0
- /package/{src/components → components}/tabs/tabs/tabs.vue.d.ts +0 -0
- /package/{src/components → components}/tabs/tabs.d.ts +0 -0
- /package/{src/components → components}/tabsView/tabsView/menu.vue.d.ts +0 -0
- /package/{src/components → components}/tabsView/tabsView/menuDelimeter.vue.d.ts +0 -0
- /package/{src/components → components}/tabsView/tabsView/menuItem.vue.d.ts +0 -0
- /package/{src/components → components}/tabsView/tabsView/menuTitle.vue.d.ts +0 -0
- /package/{src/components → components}/tabsView/tabsView/store.d.ts +0 -0
- /package/{src/components → components}/tabsView/tabsView/tabsView.d.ts +0 -0
- /package/{src/components → components}/tabsView/tabsView/tabsView.vue.d.ts +0 -0
- /package/{src/components → components}/tabsView/tabsView/utils.d.ts +0 -0
- /package/{src/components → components}/tabsView/tabsView.d.ts +0 -0
- /package/{src/core → core}/core/events.d.ts +0 -0
- /package/{src/core → core}/utils/check.d.ts +0 -0
- /package/{src/core → core}/utils/css.d.ts +0 -0
- /package/{src/core → core}/utils/date.d.ts +0 -0
- /package/{src/core → core}/utils/device.d.ts +0 -0
- /package/{src/core → core}/utils/dom.d.ts +0 -0
- /package/{src/core → core}/utils/image.d.ts +0 -0
- /package/{src/core → core}/utils/keyboard.d.ts +0 -0
- /package/{src/core → core}/utils/number.d.ts +0 -0
- /package/{src/core → core}/utils/route.d.ts +0 -0
- /package/{src/core → core}/utils/scroll.d.ts +0 -0
- /package/{src/core → core}/utils/store/localStorage.d.ts +0 -0
- /package/{src/core → core}/utils/store/plugin.d.ts +0 -0
- /package/{src/core → core}/utils/store/store.d.ts +0 -0
- /package/{src/core → core}/utils/store.d.ts +0 -0
- /package/{src/core → core}/utils/string.d.ts +0 -0
- /package/{src/core → core}/utils/url.d.ts +0 -0
- /package/{src/core → core}/utils/window.d.ts +0 -0
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes, VNodeRef, VNode } from 'vue';
|
|
2
|
-
/**
|
|
3
|
-
* Компонент для вывода иконки с подсказкой
|
|
4
|
-
*
|
|
5
|
-
* Для настройки tooltip см. директиву v-top-tooltip
|
|
6
|
-
*/
|
|
7
|
-
declare const meta: {
|
|
8
|
-
component: DefineComponent<{
|
|
9
|
-
hint: {
|
|
10
|
-
type: PropType<string>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
14
|
-
hint: {
|
|
15
|
-
type: PropType<string>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
}>>, {}, {}>;
|
|
19
|
-
tags: string[];
|
|
20
|
-
args: {
|
|
21
|
-
hint: string;
|
|
22
|
-
};
|
|
23
|
-
argTypes: any;
|
|
24
|
-
};
|
|
25
|
-
export declare const Playground: {};
|
|
26
|
-
export declare const Tooltip: {
|
|
27
|
-
render: (args: {
|
|
28
|
-
style?: unknown;
|
|
29
|
-
key?: PropertyKey | undefined;
|
|
30
|
-
ref?: VNodeRef | undefined;
|
|
31
|
-
class?: unknown;
|
|
32
|
-
ref_for?: boolean | undefined;
|
|
33
|
-
ref_key?: string | undefined;
|
|
34
|
-
onVnodeBeforeMount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
35
|
-
onVnodeMounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
36
|
-
onVnodeBeforeUpdate?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
|
|
37
|
-
onVnodeUpdated?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
|
|
38
|
-
onVnodeBeforeUnmount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
39
|
-
onVnodeUnmounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
40
|
-
readonly hint: string;
|
|
41
|
-
}) => {
|
|
42
|
-
components: {
|
|
43
|
-
Hint: DefineComponent<{
|
|
44
|
-
hint: {
|
|
45
|
-
type: PropType<string>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
49
|
-
hint: {
|
|
50
|
-
type: PropType<string>;
|
|
51
|
-
required: true;
|
|
52
|
-
};
|
|
53
|
-
}>>, {}, {}>;
|
|
54
|
-
};
|
|
55
|
-
setup(this: void): {
|
|
56
|
-
args: {
|
|
57
|
-
style?: unknown;
|
|
58
|
-
key?: PropertyKey | undefined;
|
|
59
|
-
ref?: VNodeRef | undefined;
|
|
60
|
-
class?: unknown;
|
|
61
|
-
ref_for?: boolean | undefined;
|
|
62
|
-
ref_key?: string | undefined;
|
|
63
|
-
onVnodeBeforeMount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
64
|
-
onVnodeMounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
65
|
-
onVnodeBeforeUpdate?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
|
|
66
|
-
onVnodeUpdated?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
|
|
67
|
-
onVnodeBeforeUnmount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
68
|
-
onVnodeUnmounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
69
|
-
readonly hint: string;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
template: string;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
export default meta;
|
|
@@ -1,226 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/vue3';
|
|
2
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
|
-
import { Size } from '../helpers';
|
|
4
|
-
|
|
5
|
-
import * as ComponentsConst from './input';
|
|
6
|
-
declare const meta: {
|
|
7
|
-
component: {
|
|
8
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
9
|
-
icon: {
|
|
10
|
-
type: PropType<string>;
|
|
11
|
-
};
|
|
12
|
-
icon2: {
|
|
13
|
-
type: PropType<string>;
|
|
14
|
-
};
|
|
15
|
-
title: {
|
|
16
|
-
type: PropType<string>;
|
|
17
|
-
};
|
|
18
|
-
size: {
|
|
19
|
-
type: PropType<Size>;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
name: {
|
|
23
|
-
type: PropType<string>;
|
|
24
|
-
};
|
|
25
|
-
disabled: {
|
|
26
|
-
type: PropType<boolean>;
|
|
27
|
-
};
|
|
28
|
-
modelValue: {
|
|
29
|
-
type: PropType<string>;
|
|
30
|
-
required: true;
|
|
31
|
-
};
|
|
32
|
-
isError: {
|
|
33
|
-
type: PropType<boolean>;
|
|
34
|
-
};
|
|
35
|
-
readonly: {
|
|
36
|
-
type: PropType<boolean>;
|
|
37
|
-
};
|
|
38
|
-
modificator: {
|
|
39
|
-
type: PropType<string>;
|
|
40
|
-
};
|
|
41
|
-
isLoading: {
|
|
42
|
-
type: PropType<boolean>;
|
|
43
|
-
};
|
|
44
|
-
addCleaner: {
|
|
45
|
-
type: PropType<boolean>;
|
|
46
|
-
};
|
|
47
|
-
captionType: {
|
|
48
|
-
type: PropType<ComponentsConst.CaptionType>;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
}>> & {
|
|
52
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
53
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
54
|
-
"update:modelValue": (value: string) => void;
|
|
55
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
56
|
-
icon: {
|
|
57
|
-
type: PropType<string>;
|
|
58
|
-
};
|
|
59
|
-
icon2: {
|
|
60
|
-
type: PropType<string>;
|
|
61
|
-
};
|
|
62
|
-
title: {
|
|
63
|
-
type: PropType<string>;
|
|
64
|
-
};
|
|
65
|
-
size: {
|
|
66
|
-
type: PropType<Size>;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
name: {
|
|
70
|
-
type: PropType<string>;
|
|
71
|
-
};
|
|
72
|
-
disabled: {
|
|
73
|
-
type: PropType<boolean>;
|
|
74
|
-
};
|
|
75
|
-
modelValue: {
|
|
76
|
-
type: PropType<string>;
|
|
77
|
-
required: true;
|
|
78
|
-
};
|
|
79
|
-
isError: {
|
|
80
|
-
type: PropType<boolean>;
|
|
81
|
-
};
|
|
82
|
-
readonly: {
|
|
83
|
-
type: PropType<boolean>;
|
|
84
|
-
};
|
|
85
|
-
modificator: {
|
|
86
|
-
type: PropType<string>;
|
|
87
|
-
};
|
|
88
|
-
isLoading: {
|
|
89
|
-
type: PropType<boolean>;
|
|
90
|
-
};
|
|
91
|
-
addCleaner: {
|
|
92
|
-
type: PropType<boolean>;
|
|
93
|
-
};
|
|
94
|
-
captionType: {
|
|
95
|
-
type: PropType<ComponentsConst.CaptionType>;
|
|
96
|
-
default: string;
|
|
97
|
-
};
|
|
98
|
-
}>> & {
|
|
99
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
100
|
-
}, {
|
|
101
|
-
size: Size;
|
|
102
|
-
captionType: ComponentsConst.CaptionType;
|
|
103
|
-
}, true, {}, {}, {
|
|
104
|
-
P: {};
|
|
105
|
-
B: {};
|
|
106
|
-
D: {};
|
|
107
|
-
C: {};
|
|
108
|
-
M: {};
|
|
109
|
-
Defaults: {};
|
|
110
|
-
}, Readonly< ExtractPropTypes<{
|
|
111
|
-
icon: {
|
|
112
|
-
type: PropType<string>;
|
|
113
|
-
};
|
|
114
|
-
icon2: {
|
|
115
|
-
type: PropType<string>;
|
|
116
|
-
};
|
|
117
|
-
title: {
|
|
118
|
-
type: PropType<string>;
|
|
119
|
-
};
|
|
120
|
-
size: {
|
|
121
|
-
type: PropType<Size>;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
|
-
name: {
|
|
125
|
-
type: PropType<string>;
|
|
126
|
-
};
|
|
127
|
-
disabled: {
|
|
128
|
-
type: PropType<boolean>;
|
|
129
|
-
};
|
|
130
|
-
modelValue: {
|
|
131
|
-
type: PropType<string>;
|
|
132
|
-
required: true;
|
|
133
|
-
};
|
|
134
|
-
isError: {
|
|
135
|
-
type: PropType<boolean>;
|
|
136
|
-
};
|
|
137
|
-
readonly: {
|
|
138
|
-
type: PropType<boolean>;
|
|
139
|
-
};
|
|
140
|
-
modificator: {
|
|
141
|
-
type: PropType<string>;
|
|
142
|
-
};
|
|
143
|
-
isLoading: {
|
|
144
|
-
type: PropType<boolean>;
|
|
145
|
-
};
|
|
146
|
-
addCleaner: {
|
|
147
|
-
type: PropType<boolean>;
|
|
148
|
-
};
|
|
149
|
-
captionType: {
|
|
150
|
-
type: PropType<ComponentsConst.CaptionType>;
|
|
151
|
-
default: string;
|
|
152
|
-
};
|
|
153
|
-
}>> & {
|
|
154
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
155
|
-
}, {}, {}, {}, {}, {
|
|
156
|
-
size: Size;
|
|
157
|
-
captionType: ComponentsConst.CaptionType;
|
|
158
|
-
}>;
|
|
159
|
-
__isFragment?: never;
|
|
160
|
-
__isTeleport?: never;
|
|
161
|
-
__isSuspense?: never;
|
|
162
|
-
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
163
|
-
icon: {
|
|
164
|
-
type: PropType<string>;
|
|
165
|
-
};
|
|
166
|
-
icon2: {
|
|
167
|
-
type: PropType<string>;
|
|
168
|
-
};
|
|
169
|
-
title: {
|
|
170
|
-
type: PropType<string>;
|
|
171
|
-
};
|
|
172
|
-
size: {
|
|
173
|
-
type: PropType<Size>;
|
|
174
|
-
default: string;
|
|
175
|
-
};
|
|
176
|
-
name: {
|
|
177
|
-
type: PropType<string>;
|
|
178
|
-
};
|
|
179
|
-
disabled: {
|
|
180
|
-
type: PropType<boolean>;
|
|
181
|
-
};
|
|
182
|
-
modelValue: {
|
|
183
|
-
type: PropType<string>;
|
|
184
|
-
required: true;
|
|
185
|
-
};
|
|
186
|
-
isError: {
|
|
187
|
-
type: PropType<boolean>;
|
|
188
|
-
};
|
|
189
|
-
readonly: {
|
|
190
|
-
type: PropType<boolean>;
|
|
191
|
-
};
|
|
192
|
-
modificator: {
|
|
193
|
-
type: PropType<string>;
|
|
194
|
-
};
|
|
195
|
-
isLoading: {
|
|
196
|
-
type: PropType<boolean>;
|
|
197
|
-
};
|
|
198
|
-
addCleaner: {
|
|
199
|
-
type: PropType<boolean>;
|
|
200
|
-
};
|
|
201
|
-
captionType: {
|
|
202
|
-
type: PropType<ComponentsConst.CaptionType>;
|
|
203
|
-
default: string;
|
|
204
|
-
};
|
|
205
|
-
}>> & {
|
|
206
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
207
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
208
|
-
"update:modelValue": (value: string) => void;
|
|
209
|
-
}, string, {
|
|
210
|
-
size: Size;
|
|
211
|
-
captionType: ComponentsConst.CaptionType;
|
|
212
|
-
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
213
|
-
$slots: {
|
|
214
|
-
default?(_: {}): any;
|
|
215
|
-
};
|
|
216
|
-
});
|
|
217
|
-
tags: string[];
|
|
218
|
-
argTypes: any;
|
|
219
|
-
args: {
|
|
220
|
-
modelValue: string;
|
|
221
|
-
};
|
|
222
|
-
};
|
|
223
|
-
type Story = StoryObj<typeof meta>;
|
|
224
|
-
export declare const Playground: {};
|
|
225
|
-
export declare const Overview: Story;
|
|
226
|
-
export default meta;
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/vue3';
|
|
2
|
-
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
3
|
-
import { Size } from '../helpers';
|
|
4
|
-
|
|
5
|
-
import * as ComponentsConst from './inputDate';
|
|
6
|
-
/**
|
|
7
|
-
* Поле ввода с выбором даты.
|
|
8
|
-
*
|
|
9
|
-
* В современных браузерах для тач устройств выводится нативный выбор даты, в остальных устройствах подклчюается jQuery Datepicker
|
|
10
|
-
* с автоформатом вводимой даты.
|
|
11
|
-
*
|
|
12
|
-
* Для формата дат используются функции utils/date.
|
|
13
|
-
*
|
|
14
|
-
* Формат определяется настройкой dateFormat, которую можно указать при подклчюении UI к приложению Vue или через Core.defineOptions().
|
|
15
|
-
*/
|
|
16
|
-
declare const meta: {
|
|
17
|
-
component: DefineComponent<{
|
|
18
|
-
icon: {
|
|
19
|
-
type: PropType<string>;
|
|
20
|
-
};
|
|
21
|
-
icon2: {
|
|
22
|
-
type: PropType<string>;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
title: {
|
|
26
|
-
type: PropType<string>;
|
|
27
|
-
};
|
|
28
|
-
size: {
|
|
29
|
-
type: PropType<Size>;
|
|
30
|
-
};
|
|
31
|
-
name: {
|
|
32
|
-
type: PropType<string>;
|
|
33
|
-
};
|
|
34
|
-
disabled: {
|
|
35
|
-
type: PropType<boolean>;
|
|
36
|
-
};
|
|
37
|
-
modelValue: {
|
|
38
|
-
type: PropType<string>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
isError: {
|
|
42
|
-
type: PropType<boolean>;
|
|
43
|
-
};
|
|
44
|
-
readonly: {
|
|
45
|
-
type: PropType<boolean>;
|
|
46
|
-
};
|
|
47
|
-
modificator: {
|
|
48
|
-
type: PropType<string>;
|
|
49
|
-
};
|
|
50
|
-
isLoading: {
|
|
51
|
-
type: PropType<boolean>;
|
|
52
|
-
};
|
|
53
|
-
addCleaner: {
|
|
54
|
-
type: PropType<boolean>;
|
|
55
|
-
};
|
|
56
|
-
captionType: {
|
|
57
|
-
type: PropType<ComponentsConst.CaptionType>;
|
|
58
|
-
};
|
|
59
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
60
|
-
"update:modelValue": (value: string) => void;
|
|
61
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
62
|
-
icon: {
|
|
63
|
-
type: PropType<string>;
|
|
64
|
-
};
|
|
65
|
-
icon2: {
|
|
66
|
-
type: PropType<string>;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
title: {
|
|
70
|
-
type: PropType<string>;
|
|
71
|
-
};
|
|
72
|
-
size: {
|
|
73
|
-
type: PropType<Size>;
|
|
74
|
-
};
|
|
75
|
-
name: {
|
|
76
|
-
type: PropType<string>;
|
|
77
|
-
};
|
|
78
|
-
disabled: {
|
|
79
|
-
type: PropType<boolean>;
|
|
80
|
-
};
|
|
81
|
-
modelValue: {
|
|
82
|
-
type: PropType<string>;
|
|
83
|
-
required: true;
|
|
84
|
-
};
|
|
85
|
-
isError: {
|
|
86
|
-
type: PropType<boolean>;
|
|
87
|
-
};
|
|
88
|
-
readonly: {
|
|
89
|
-
type: PropType<boolean>;
|
|
90
|
-
};
|
|
91
|
-
modificator: {
|
|
92
|
-
type: PropType<string>;
|
|
93
|
-
};
|
|
94
|
-
isLoading: {
|
|
95
|
-
type: PropType<boolean>;
|
|
96
|
-
};
|
|
97
|
-
addCleaner: {
|
|
98
|
-
type: PropType<boolean>;
|
|
99
|
-
};
|
|
100
|
-
captionType: {
|
|
101
|
-
type: PropType<ComponentsConst.CaptionType>;
|
|
102
|
-
};
|
|
103
|
-
}>> & {
|
|
104
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
105
|
-
}, {
|
|
106
|
-
icon2: string;
|
|
107
|
-
}, {}>;
|
|
108
|
-
tags: string[];
|
|
109
|
-
argTypes: any;
|
|
110
|
-
args: {
|
|
111
|
-
modelValue: string;
|
|
112
|
-
};
|
|
113
|
-
};
|
|
114
|
-
type Story = StoryObj<typeof meta>;
|
|
115
|
-
export declare const Playground: {};
|
|
116
|
-
export declare const Overview: Story;
|
|
117
|
-
export default meta;
|
|
@@ -1,285 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/vue3';
|
|
2
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, VNodeRef, VNode, VNodeChild, PropType } from 'vue';
|
|
3
|
-
import { Size } from '../helpers';
|
|
4
|
-
import { CaptionType } from '../input/input';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* В компоненте используется 2 именованых слота:
|
|
8
|
-
* - **#from**: поле ввода "от"
|
|
9
|
-
* - **#to**: поле ввода "до"
|
|
10
|
-
*/
|
|
11
|
-
declare const meta: {
|
|
12
|
-
component: {
|
|
13
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
14
|
-
P: {};
|
|
15
|
-
B: {};
|
|
16
|
-
D: {};
|
|
17
|
-
C: {};
|
|
18
|
-
M: {};
|
|
19
|
-
Defaults: {};
|
|
20
|
-
}, Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
21
|
-
__isFragment?: never;
|
|
22
|
-
__isTeleport?: never;
|
|
23
|
-
__isSuspense?: never;
|
|
24
|
-
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
25
|
-
$slots: {
|
|
26
|
-
from?(_: {}): any;
|
|
27
|
-
to?(_: {}): any;
|
|
28
|
-
};
|
|
29
|
-
});
|
|
30
|
-
tags: string[];
|
|
31
|
-
argTypes: any;
|
|
32
|
-
};
|
|
33
|
-
type Story = StoryObj<typeof meta>;
|
|
34
|
-
export declare const Playground: {
|
|
35
|
-
render: (_args: {
|
|
36
|
-
style?: unknown;
|
|
37
|
-
key?: PropertyKey | undefined;
|
|
38
|
-
ref?: VNodeRef | undefined;
|
|
39
|
-
class?: unknown;
|
|
40
|
-
ref_for?: boolean | undefined;
|
|
41
|
-
ref_key?: string | undefined;
|
|
42
|
-
onVnodeBeforeMount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
43
|
-
onVnodeMounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
44
|
-
onVnodeBeforeUpdate?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
|
|
45
|
-
onVnodeUpdated?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
|
|
46
|
-
onVnodeBeforeUnmount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
47
|
-
onVnodeUnmounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
|
|
48
|
-
from?: ((_: {}) => any) | VNodeChild;
|
|
49
|
-
to?: ((_: {}) => any) | VNodeChild;
|
|
50
|
-
}) => {
|
|
51
|
-
components: {
|
|
52
|
-
InputRange: {
|
|
53
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
54
|
-
P: {};
|
|
55
|
-
B: {};
|
|
56
|
-
D: {};
|
|
57
|
-
C: {};
|
|
58
|
-
M: {};
|
|
59
|
-
Defaults: {};
|
|
60
|
-
}, Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
61
|
-
__isFragment?: never;
|
|
62
|
-
__isTeleport?: never;
|
|
63
|
-
__isSuspense?: never;
|
|
64
|
-
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
65
|
-
$slots: {
|
|
66
|
-
from?(_: {}): any;
|
|
67
|
-
to?(_: {}): any;
|
|
68
|
-
};
|
|
69
|
-
});
|
|
70
|
-
TopInput: {
|
|
71
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
72
|
-
icon: {
|
|
73
|
-
type: PropType<string>;
|
|
74
|
-
};
|
|
75
|
-
icon2: {
|
|
76
|
-
type: PropType<string>;
|
|
77
|
-
};
|
|
78
|
-
title: {
|
|
79
|
-
type: PropType<string>;
|
|
80
|
-
};
|
|
81
|
-
size: {
|
|
82
|
-
type: PropType<Size>;
|
|
83
|
-
default: string;
|
|
84
|
-
};
|
|
85
|
-
name: {
|
|
86
|
-
type: PropType<string>;
|
|
87
|
-
};
|
|
88
|
-
disabled: {
|
|
89
|
-
type: PropType<boolean>;
|
|
90
|
-
};
|
|
91
|
-
modelValue: {
|
|
92
|
-
type: PropType<string>;
|
|
93
|
-
required: true;
|
|
94
|
-
};
|
|
95
|
-
isError: {
|
|
96
|
-
type: PropType<boolean>;
|
|
97
|
-
};
|
|
98
|
-
readonly: {
|
|
99
|
-
type: PropType<boolean>;
|
|
100
|
-
};
|
|
101
|
-
modificator: {
|
|
102
|
-
type: PropType<string>;
|
|
103
|
-
};
|
|
104
|
-
isLoading: {
|
|
105
|
-
type: PropType<boolean>;
|
|
106
|
-
};
|
|
107
|
-
addCleaner: {
|
|
108
|
-
type: PropType<boolean>;
|
|
109
|
-
};
|
|
110
|
-
captionType: {
|
|
111
|
-
type: PropType<CaptionType>;
|
|
112
|
-
default: string;
|
|
113
|
-
};
|
|
114
|
-
}>> & {
|
|
115
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
116
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
117
|
-
"update:modelValue": (value: string) => void;
|
|
118
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
119
|
-
icon: {
|
|
120
|
-
type: PropType<string>;
|
|
121
|
-
};
|
|
122
|
-
icon2: {
|
|
123
|
-
type: PropType<string>;
|
|
124
|
-
};
|
|
125
|
-
title: {
|
|
126
|
-
type: PropType<string>;
|
|
127
|
-
};
|
|
128
|
-
size: {
|
|
129
|
-
type: PropType<Size>;
|
|
130
|
-
default: string;
|
|
131
|
-
};
|
|
132
|
-
name: {
|
|
133
|
-
type: PropType<string>;
|
|
134
|
-
};
|
|
135
|
-
disabled: {
|
|
136
|
-
type: PropType<boolean>;
|
|
137
|
-
};
|
|
138
|
-
modelValue: {
|
|
139
|
-
type: PropType<string>;
|
|
140
|
-
required: true;
|
|
141
|
-
};
|
|
142
|
-
isError: {
|
|
143
|
-
type: PropType<boolean>;
|
|
144
|
-
};
|
|
145
|
-
readonly: {
|
|
146
|
-
type: PropType<boolean>;
|
|
147
|
-
};
|
|
148
|
-
modificator: {
|
|
149
|
-
type: PropType<string>;
|
|
150
|
-
};
|
|
151
|
-
isLoading: {
|
|
152
|
-
type: PropType<boolean>;
|
|
153
|
-
};
|
|
154
|
-
addCleaner: {
|
|
155
|
-
type: PropType<boolean>;
|
|
156
|
-
};
|
|
157
|
-
captionType: {
|
|
158
|
-
type: PropType<CaptionType>;
|
|
159
|
-
default: string;
|
|
160
|
-
};
|
|
161
|
-
}>> & {
|
|
162
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
163
|
-
}, {
|
|
164
|
-
size: Size;
|
|
165
|
-
captionType: CaptionType;
|
|
166
|
-
}, true, {}, {}, {
|
|
167
|
-
P: {};
|
|
168
|
-
B: {};
|
|
169
|
-
D: {};
|
|
170
|
-
C: {};
|
|
171
|
-
M: {};
|
|
172
|
-
Defaults: {};
|
|
173
|
-
}, Readonly< ExtractPropTypes<{
|
|
174
|
-
icon: {
|
|
175
|
-
type: PropType<string>;
|
|
176
|
-
};
|
|
177
|
-
icon2: {
|
|
178
|
-
type: PropType<string>;
|
|
179
|
-
};
|
|
180
|
-
title: {
|
|
181
|
-
type: PropType<string>;
|
|
182
|
-
};
|
|
183
|
-
size: {
|
|
184
|
-
type: PropType<Size>;
|
|
185
|
-
default: string;
|
|
186
|
-
};
|
|
187
|
-
name: {
|
|
188
|
-
type: PropType<string>;
|
|
189
|
-
};
|
|
190
|
-
disabled: {
|
|
191
|
-
type: PropType<boolean>;
|
|
192
|
-
};
|
|
193
|
-
modelValue: {
|
|
194
|
-
type: PropType<string>;
|
|
195
|
-
required: true;
|
|
196
|
-
};
|
|
197
|
-
isError: {
|
|
198
|
-
type: PropType<boolean>;
|
|
199
|
-
};
|
|
200
|
-
readonly: {
|
|
201
|
-
type: PropType<boolean>;
|
|
202
|
-
};
|
|
203
|
-
modificator: {
|
|
204
|
-
type: PropType<string>;
|
|
205
|
-
};
|
|
206
|
-
isLoading: {
|
|
207
|
-
type: PropType<boolean>;
|
|
208
|
-
};
|
|
209
|
-
addCleaner: {
|
|
210
|
-
type: PropType<boolean>;
|
|
211
|
-
};
|
|
212
|
-
captionType: {
|
|
213
|
-
type: PropType<CaptionType>;
|
|
214
|
-
default: string;
|
|
215
|
-
};
|
|
216
|
-
}>> & {
|
|
217
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
218
|
-
}, {}, {}, {}, {}, {
|
|
219
|
-
size: Size;
|
|
220
|
-
captionType: CaptionType;
|
|
221
|
-
}>;
|
|
222
|
-
__isFragment?: never;
|
|
223
|
-
__isTeleport?: never;
|
|
224
|
-
__isSuspense?: never;
|
|
225
|
-
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
226
|
-
icon: {
|
|
227
|
-
type: PropType<string>;
|
|
228
|
-
};
|
|
229
|
-
icon2: {
|
|
230
|
-
type: PropType<string>;
|
|
231
|
-
};
|
|
232
|
-
title: {
|
|
233
|
-
type: PropType<string>;
|
|
234
|
-
};
|
|
235
|
-
size: {
|
|
236
|
-
type: PropType<Size>;
|
|
237
|
-
default: string;
|
|
238
|
-
};
|
|
239
|
-
name: {
|
|
240
|
-
type: PropType<string>;
|
|
241
|
-
};
|
|
242
|
-
disabled: {
|
|
243
|
-
type: PropType<boolean>;
|
|
244
|
-
};
|
|
245
|
-
modelValue: {
|
|
246
|
-
type: PropType<string>;
|
|
247
|
-
required: true;
|
|
248
|
-
};
|
|
249
|
-
isError: {
|
|
250
|
-
type: PropType<boolean>;
|
|
251
|
-
};
|
|
252
|
-
readonly: {
|
|
253
|
-
type: PropType<boolean>;
|
|
254
|
-
};
|
|
255
|
-
modificator: {
|
|
256
|
-
type: PropType<string>;
|
|
257
|
-
};
|
|
258
|
-
isLoading: {
|
|
259
|
-
type: PropType<boolean>;
|
|
260
|
-
};
|
|
261
|
-
addCleaner: {
|
|
262
|
-
type: PropType<boolean>;
|
|
263
|
-
};
|
|
264
|
-
captionType: {
|
|
265
|
-
type: PropType<CaptionType>;
|
|
266
|
-
default: string;
|
|
267
|
-
};
|
|
268
|
-
}>> & {
|
|
269
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
270
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
271
|
-
"update:modelValue": (value: string) => void;
|
|
272
|
-
}, string, {
|
|
273
|
-
size: Size;
|
|
274
|
-
captionType: CaptionType;
|
|
275
|
-
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
276
|
-
$slots: {
|
|
277
|
-
default?(_: {}): any;
|
|
278
|
-
};
|
|
279
|
-
});
|
|
280
|
-
};
|
|
281
|
-
template: string;
|
|
282
|
-
};
|
|
283
|
-
};
|
|
284
|
-
export declare const Overview: Story;
|
|
285
|
-
export default meta;
|