@dxtmisha/d1 0.1.5 → 0.2.0
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/dist/D1Accordion.d.ts +200 -0
- package/dist/D1Accordion.js +2 -394
- package/dist/D1Accordion.vue_vue_type_script_setup_true_lang-ZmnMZM7M.js +61 -0
- package/dist/D1ActionSheet.d.ts +260 -0
- package/dist/D1ActionSheet.js +4 -0
- package/dist/D1ActionSheet.vue_vue_type_script_setup_true_lang-B1c7IkCD.js +72 -0
- package/dist/D1Actions.d.ts +176 -0
- package/dist/D1Actions.js +4 -0
- package/dist/D1Actions.vue_vue_type_script_setup_true_lang-DGLk9Bkq.js +67 -0
- package/dist/D1Anchor.d.ts +134 -0
- package/dist/D1Anchor.js +4 -0
- package/dist/D1Anchor.vue_vue_type_script_setup_true_lang-ByIV_iXR.js +59 -0
- package/dist/D1Arrow.d.ts +85 -0
- package/dist/D1Arrow.js +4 -0
- package/dist/D1Arrow.vue_vue_type_script_setup_true_lang-CL7CgsNP.js +50 -0
- package/dist/D1Badge.d.ts +132 -0
- package/dist/D1Badge.js +4 -0
- package/dist/D1Badge.vue_vue_type_script_setup_true_lang-Bk5Zjd0a.js +86 -0
- package/dist/D1Bars.d.ts +177 -0
- package/dist/D1Bars.js +4 -0
- package/dist/D1Bars.vue_vue_type_script_setup_true_lang-Bwvd00nT.js +79 -0
- package/dist/D1Block.d.ts +120 -0
- package/dist/D1Block.js +4 -0
- package/dist/D1Block.vue_vue_type_script_setup_true_lang-C1ayfcdv.js +55 -0
- package/dist/D1Button.d.ts +166 -0
- package/dist/D1Button.js +4 -0
- package/dist/D1Button.vue_vue_type_script_setup_true_lang-D41llYta.js +108 -0
- package/dist/D1Cell.d.ts +161 -0
- package/dist/D1Cell.js +4 -0
- package/dist/D1Cell.vue_vue_type_script_setup_true_lang-DUsqN8j7.js +98 -0
- package/dist/D1Chip.d.ts +164 -0
- package/dist/D1Chip.js +4 -0
- package/dist/D1Chip.vue_vue_type_script_setup_true_lang-BIUMGfw3.js +104 -0
- package/dist/D1ChipGroup.d.ts +173 -0
- package/dist/D1ChipGroup.js +4 -0
- package/dist/D1ChipGroup.vue_vue_type_script_setup_true_lang-QVI8C5ye.js +50 -0
- package/dist/D1Dialog.d.ts +267 -0
- package/dist/D1Dialog.js +4 -0
- package/dist/D1Dialog.vue_vue_type_script_setup_true_lang-0AMBJ7It.js +99 -0
- package/dist/D1Field.d.ts +189 -0
- package/dist/D1Field.js +4 -0
- package/dist/D1Field.vue_vue_type_script_setup_true_lang-BJhBWGUy.js +170 -0
- package/dist/D1FieldCounter.d.ts +79 -0
- package/dist/D1FieldCounter.js +4 -0
- package/dist/D1FieldCounter.vue_vue_type_script_setup_true_lang-BzDNKHQa.js +42 -0
- package/dist/D1FieldLabel.d.ts +105 -0
- package/dist/D1FieldLabel.js +4 -0
- package/dist/D1FieldLabel.vue_vue_type_script_setup_true_lang-BNUuk2qa.js +54 -0
- package/dist/D1FieldMessage.d.ts +87 -0
- package/dist/D1FieldMessage.js +4 -0
- package/dist/D1FieldMessage.vue_vue_type_script_setup_true_lang-BwscBukK.js +52 -0
- package/dist/D1Icon.d.ts +128 -0
- package/dist/D1Icon.js +4 -0
- package/dist/D1Icon.vue_vue_type_script_setup_true_lang-xas36wzc.js +97 -0
- package/dist/D1Image.d.ts +97 -0
- package/dist/D1Image.js +1 -1
- package/dist/{index-BHi6Xmck.js → D1Image.vue_vue_type_script_setup_true_lang-DNSEm9t1.js} +6 -6
- package/dist/D1Input.d.ts +224 -0
- package/dist/D1Input.js +4 -0
- package/dist/D1Input.vue_vue_type_script_setup_true_lang-BtKtLPy3.js +124 -0
- package/dist/D1List.d.ts +200 -0
- package/dist/D1List.js +4 -0
- package/dist/D1List.vue_vue_type_script_setup_true_lang-ys_l-2Q9.js +79 -0
- package/dist/D1ListGroup.d.ts +85 -0
- package/dist/D1ListGroup.js +4 -0
- package/dist/D1ListGroup.vue_vue_type_script_setup_true_lang-C_u-9aGr.js +43 -0
- package/dist/D1ListItem.d.ts +183 -0
- package/dist/D1ListItem.js +4 -0
- package/dist/D1ListItem.vue_vue_type_script_setup_true_lang-iPuUcwIy.js +125 -0
- package/dist/D1ListMenu.d.ts +183 -0
- package/dist/D1ListMenu.js +4 -0
- package/dist/D1ListMenu.vue_vue_type_script_setup_true_lang-RqCdMNKM.js +53 -0
- package/dist/D1Mask.d.ts +115 -0
- package/dist/D1Mask.js +4 -0
- package/dist/D1Mask.vue_vue_type_script_setup_true_lang-D8k5XAko.js +68 -0
- package/dist/D1Menu.d.ts +324 -0
- package/dist/D1Menu.js +4 -0
- package/dist/D1Menu.vue_vue_type_script_setup_true_lang-CX9mv1RX.js +84 -0
- package/dist/D1Modal.d.ts +261 -0
- package/dist/D1Modal.js +4 -0
- package/dist/D1Modal.vue_vue_type_script_setup_true_lang-CdFWqEF2.js +71 -0
- package/dist/D1MotionTransform.d.ts +103 -0
- package/dist/D1MotionTransform.js +4 -0
- package/dist/D1MotionTransform.vue_vue_type_script_setup_true_lang-BsfcAXYR.js +63 -0
- package/dist/D1Page.d.ts +79 -0
- package/dist/D1Page.js +4 -0
- package/dist/D1Page.vue_vue_type_script_setup_true_lang-C01oeN5E.js +51 -0
- package/dist/D1Progress.d.ts +89 -0
- package/dist/D1Progress.js +4 -0
- package/dist/D1Progress.vue_vue_type_script_setup_true_lang-C7VFkdo_.js +72 -0
- package/dist/D1Ripple.d.ts +79 -0
- package/dist/D1Ripple.js +4 -0
- package/dist/D1Ripple.vue_vue_type_script_setup_true_lang-BbVI6dIs.js +36 -0
- package/dist/D1Scrollbar.d.ts +104 -0
- package/dist/D1Scrollbar.js +4 -0
- package/dist/D1Scrollbar.vue_vue_type_script_setup_true_lang-C4sfvVou.js +51 -0
- package/dist/D1Section.d.ts +79 -0
- package/dist/D1Section.js +4 -0
- package/dist/D1Section.vue_vue_type_script_setup_true_lang-1Mv3Zzq6.js +51 -0
- package/dist/D1Select.d.ts +381 -0
- package/dist/D1Select.js +4 -0
- package/dist/D1Select.vue_vue_type_script_setup_true_lang-Fyi1FvD_.js +130 -0
- package/dist/D1SelectValue.d.ts +168 -0
- package/dist/D1SelectValue.js +4 -0
- package/dist/D1SelectValue.vue_vue_type_script_setup_true_lang-CMmmYTxu.js +53 -0
- package/dist/D1Skeleton.d.ts +84 -0
- package/dist/D1Skeleton.js +4 -0
- package/dist/D1Skeleton.vue_vue_type_script_setup_true_lang-DQ8Fj5xO.js +37 -0
- package/dist/D1TextareaAutosize.d.ts +88 -0
- package/dist/D1TextareaAutosize.js +4 -0
- package/dist/D1TextareaAutosize.vue_vue_type_script_setup_true_lang-DjisVn_e.js +47 -0
- package/dist/D1Tooltip.d.ts +89 -0
- package/dist/D1Tooltip.js +4 -0
- package/dist/D1Tooltip.vue_vue_type_script_setup_true_lang-CYtDl5uG.js +67 -0
- package/dist/D1Window.d.ts +190 -0
- package/dist/D1Window.js +4 -0
- package/dist/D1Window.vue_vue_type_script_setup_true_lang-Bhz5VvjK.js +138 -0
- package/dist/design.d.ts +58 -0
- package/dist/index-B34F7SrR.js +5 -0
- package/dist/index-B921j10s.js +5 -0
- package/dist/index-BS9sgqvG.js +5 -0
- package/dist/index-BWfsjhQo.js +5 -0
- package/dist/index-CItcax-E.js +5 -0
- package/dist/index-D387qGGl.js +5 -0
- package/dist/index-Dike0osZ.js +5 -0
- package/dist/index-RVXlLQ5Y.js +5 -0
- package/dist/plugin.d.ts +57 -0
- package/dist/style.css +1 -1
- package/dist/types.d.ts +2333 -0
- package/dist/types.js +81 -1
- package/package.json +159 -6
- package/src/styles/Ui/icon.css +2 -0
- package/src/styles/Ui/list.json +58 -206
- package/src/styles/Ui/main.scss +5 -5
- package/src/styles/Ui/properties.scss +12 -0
- package/src/styles/Ui/vars.scss +2 -0
- package/dist/App.vue.d.ts +0 -3
- package/dist/components/AiWiki.vue.d.ts +0 -3
- package/dist/components/Ui/Accordion/D1Accordion.vue.d.ts +0 -43
- package/dist/components/Ui/Accordion/index.d.ts +0 -5
- package/dist/components/Ui/Accordion/props.d.ts +0 -20
- package/dist/components/Ui/Accordion/wiki.d.ts +0 -2
- package/dist/components/Ui/ActionSheet/D1ActionSheet.vue.d.ts +0 -44
- package/dist/components/Ui/ActionSheet/index.d.ts +0 -5
- package/dist/components/Ui/ActionSheet/props.d.ts +0 -21
- package/dist/components/Ui/ActionSheet/wiki.d.ts +0 -2
- package/dist/components/Ui/Actions/D1Actions.vue.d.ts +0 -25
- package/dist/components/Ui/Actions/index.d.ts +0 -5
- package/dist/components/Ui/Actions/props.d.ts +0 -21
- package/dist/components/Ui/Actions/wiki.d.ts +0 -2
- package/dist/components/Ui/Anchor/D1Anchor.vue.d.ts +0 -21
- package/dist/components/Ui/Anchor/index.d.ts +0 -5
- package/dist/components/Ui/Anchor/props.d.ts +0 -11
- package/dist/components/Ui/Anchor/wiki.d.ts +0 -2
- package/dist/components/Ui/Arrow/D1Arrow.vue.d.ts +0 -20
- package/dist/components/Ui/Arrow/index.d.ts +0 -5
- package/dist/components/Ui/Arrow/props.d.ts +0 -18
- package/dist/components/Ui/Arrow/wiki.d.ts +0 -2
- package/dist/components/Ui/Badge/D1Badge.vue.d.ts +0 -18
- package/dist/components/Ui/Badge/index.d.ts +0 -5
- package/dist/components/Ui/Badge/props.d.ts +0 -30
- package/dist/components/Ui/Badge/wiki.d.ts +0 -2
- package/dist/components/Ui/Bars/D1Bars.vue.d.ts +0 -32
- package/dist/components/Ui/Bars/index.d.ts +0 -5
- package/dist/components/Ui/Bars/props.d.ts +0 -18
- package/dist/components/Ui/Bars/wiki.d.ts +0 -2
- package/dist/components/Ui/Block/D1Block.vue.d.ts +0 -21
- package/dist/components/Ui/Block/index.d.ts +0 -5
- package/dist/components/Ui/Block/props.d.ts +0 -12
- package/dist/components/Ui/Block/wiki.d.ts +0 -2
- package/dist/components/Ui/Button/D1Button.vue.d.ts +0 -29
- package/dist/components/Ui/Button/index.d.ts +0 -5
- package/dist/components/Ui/Button/props.d.ts +0 -36
- package/dist/components/Ui/Button/wiki.d.ts +0 -2
- package/dist/components/Ui/Cell/D1Cell.vue.d.ts +0 -30
- package/dist/components/Ui/Cell/index.d.ts +0 -5
- package/dist/components/Ui/Cell/props.d.ts +0 -28
- package/dist/components/Ui/Cell/wiki.d.ts +0 -2
- package/dist/components/Ui/Chip/D1Chip.vue.d.ts +0 -29
- package/dist/components/Ui/Chip/index.d.ts +0 -5
- package/dist/components/Ui/Chip/props.d.ts +0 -34
- package/dist/components/Ui/Chip/wiki.d.ts +0 -2
- package/dist/components/Ui/ChipGroup/D1ChipGroup.vue.d.ts +0 -30
- package/dist/components/Ui/ChipGroup/index.d.ts +0 -5
- package/dist/components/Ui/ChipGroup/props.d.ts +0 -12
- package/dist/components/Ui/ChipGroup/wiki.d.ts +0 -2
- package/dist/components/Ui/Dialog/D1Dialog.vue.d.ts +0 -48
- package/dist/components/Ui/Dialog/index.d.ts +0 -5
- package/dist/components/Ui/Dialog/props.d.ts +0 -28
- package/dist/components/Ui/Dialog/wiki.d.ts +0 -2
- package/dist/components/Ui/Field/D1Field.vue.d.ts +0 -25
- package/dist/components/Ui/Field/index.d.ts +0 -5
- package/dist/components/Ui/Field/props.d.ts +0 -42
- package/dist/components/Ui/Field/wiki.d.ts +0 -2
- package/dist/components/Ui/FieldCounter/D1FieldCounter.vue.d.ts +0 -17
- package/dist/components/Ui/FieldCounter/index.d.ts +0 -5
- package/dist/components/Ui/FieldCounter/props.d.ts +0 -11
- package/dist/components/Ui/FieldCounter/wiki.d.ts +0 -2
- package/dist/components/Ui/FieldLabel/D1FieldLabel.vue.d.ts +0 -20
- package/dist/components/Ui/FieldLabel/index.d.ts +0 -5
- package/dist/components/Ui/FieldLabel/props.d.ts +0 -13
- package/dist/components/Ui/FieldLabel/wiki.d.ts +0 -2
- package/dist/components/Ui/FieldMessage/D1FieldMessage.vue.d.ts +0 -18
- package/dist/components/Ui/FieldMessage/index.d.ts +0 -5
- package/dist/components/Ui/FieldMessage/props.d.ts +0 -12
- package/dist/components/Ui/FieldMessage/wiki.d.ts +0 -2
- package/dist/components/Ui/Icon/D1Icon.vue.d.ts +0 -25
- package/dist/components/Ui/Icon/index.d.ts +0 -5
- package/dist/components/Ui/Icon/props.d.ts +0 -35
- package/dist/components/Ui/Icon/wiki.d.ts +0 -2
- package/dist/components/Ui/Image/D1Image.vue.d.ts +0 -25
- package/dist/components/Ui/Image/D1ImageAiWiki.vue.d.ts +0 -3
- package/dist/components/Ui/Image/index.d.ts +0 -5
- package/dist/components/Ui/Image/props.d.ts +0 -19
- package/dist/components/Ui/Image/wiki.d.ts +0 -2
- package/dist/components/Ui/Input/D1Input.vue.d.ts +0 -37
- package/dist/components/Ui/Input/index.d.ts +0 -5
- package/dist/components/Ui/Input/props.d.ts +0 -18
- package/dist/components/Ui/Input/wiki.d.ts +0 -2
- package/dist/components/Ui/List/D1List.vue.d.ts +0 -33
- package/dist/components/Ui/List/index.d.ts +0 -5
- package/dist/components/Ui/List/props.d.ts +0 -18
- package/dist/components/Ui/List/wiki.d.ts +0 -2
- package/dist/components/Ui/ListGroup/D1ListGroup.vue.d.ts +0 -20
- package/dist/components/Ui/ListGroup/index.d.ts +0 -5
- package/dist/components/Ui/ListGroup/props.d.ts +0 -14
- package/dist/components/Ui/ListGroup/wiki.d.ts +0 -2
- package/dist/components/Ui/ListItem/D1ListItem.vue.d.ts +0 -28
- package/dist/components/Ui/ListItem/index.d.ts +0 -5
- package/dist/components/Ui/ListItem/props.d.ts +0 -33
- package/dist/components/Ui/ListItem/wiki.d.ts +0 -2
- package/dist/components/Ui/ListMenu/D1ListMenu.vue.d.ts +0 -33
- package/dist/components/Ui/ListMenu/index.d.ts +0 -5
- package/dist/components/Ui/ListMenu/props.d.ts +0 -18
- package/dist/components/Ui/ListMenu/wiki.d.ts +0 -2
- package/dist/components/Ui/Mask/D1Mask.vue.d.ts +0 -48
- package/dist/components/Ui/Mask/index.d.ts +0 -5
- package/dist/components/Ui/Mask/props.d.ts +0 -19
- package/dist/components/Ui/Mask/wiki.d.ts +0 -2
- package/dist/components/Ui/Menu/D1Menu.vue.d.ts +0 -65
- package/dist/components/Ui/Menu/index.d.ts +0 -5
- package/dist/components/Ui/Menu/props.d.ts +0 -20
- package/dist/components/Ui/Menu/wiki.d.ts +0 -2
- package/dist/components/Ui/Modal/D1Modal.vue.d.ts +0 -44
- package/dist/components/Ui/Modal/index.d.ts +0 -5
- package/dist/components/Ui/Modal/props.d.ts +0 -24
- package/dist/components/Ui/Modal/wiki.d.ts +0 -2
- package/dist/components/Ui/MotionTransform/D1MotionTransform.vue.d.ts +0 -35
- package/dist/components/Ui/MotionTransform/index.d.ts +0 -5
- package/dist/components/Ui/MotionTransform/props.d.ts +0 -18
- package/dist/components/Ui/MotionTransform/wiki.d.ts +0 -2
- package/dist/components/Ui/Page/D1Page.vue.d.ts +0 -21
- package/dist/components/Ui/Page/index.d.ts +0 -5
- package/dist/components/Ui/Page/props.d.ts +0 -11
- package/dist/components/Ui/Page/wiki.d.ts +0 -2
- package/dist/components/Ui/Progress/D1Progress.vue.d.ts +0 -18
- package/dist/components/Ui/Progress/index.d.ts +0 -5
- package/dist/components/Ui/Progress/props.d.ts +0 -26
- package/dist/components/Ui/Progress/wiki.d.ts +0 -2
- package/dist/components/Ui/Ripple/D1Ripple.vue.d.ts +0 -17
- package/dist/components/Ui/Ripple/index.d.ts +0 -5
- package/dist/components/Ui/Ripple/props.d.ts +0 -11
- package/dist/components/Ui/Ripple/wiki.d.ts +0 -2
- package/dist/components/Ui/Scrollbar/D1Scrollbar.vue.d.ts +0 -34
- package/dist/components/Ui/Scrollbar/index.d.ts +0 -5
- package/dist/components/Ui/Scrollbar/props.d.ts +0 -19
- package/dist/components/Ui/Scrollbar/wiki.d.ts +0 -2
- package/dist/components/Ui/Section/D1Section.vue.d.ts +0 -21
- package/dist/components/Ui/Section/index.d.ts +0 -5
- package/dist/components/Ui/Section/props.d.ts +0 -11
- package/dist/components/Ui/Section/wiki.d.ts +0 -2
- package/dist/components/Ui/Select/D1Select.vue.d.ts +0 -45
- package/dist/components/Ui/Select/index.d.ts +0 -5
- package/dist/components/Ui/Select/props.d.ts +0 -19
- package/dist/components/Ui/Select/wiki.d.ts +0 -2
- package/dist/components/Ui/SelectValue/D1SelectValue.vue.d.ts +0 -25
- package/dist/components/Ui/SelectValue/index.d.ts +0 -5
- package/dist/components/Ui/SelectValue/props.d.ts +0 -13
- package/dist/components/Ui/SelectValue/wiki.d.ts +0 -2
- package/dist/components/Ui/Skeleton/D1Skeleton.vue.d.ts +0 -20
- package/dist/components/Ui/Skeleton/index.d.ts +0 -4
- package/dist/components/Ui/Skeleton/props.d.ts +0 -13
- package/dist/components/Ui/Skeleton/wiki.d.ts +0 -2
- package/dist/components/Ui/TextareaAutosize/D1TextareaAutosize.vue.d.ts +0 -24
- package/dist/components/Ui/TextareaAutosize/index.d.ts +0 -5
- package/dist/components/Ui/TextareaAutosize/props.d.ts +0 -15
- package/dist/components/Ui/TextareaAutosize/wiki.d.ts +0 -2
- package/dist/components/Ui/Tooltip/D1Tooltip.vue.d.ts +0 -24
- package/dist/components/Ui/Tooltip/index.d.ts +0 -5
- package/dist/components/Ui/Tooltip/props.d.ts +0 -15
- package/dist/components/Ui/Tooltip/wiki.d.ts +0 -2
- package/dist/components/Ui/Window/D1Window.vue.d.ts +0 -52
- package/dist/components/Ui/Window/index.d.ts +0 -5
- package/dist/components/Ui/Window/props.d.ts +0 -37
- package/dist/components/Ui/Window/wiki.d.ts +0 -2
- package/dist/library/D1Accordion.d.ts +0 -1
- package/dist/library/D1Image.d.ts +0 -1
- package/dist/library/ai-list.wiki.d.ts +0 -1
- package/dist/library/design.d.ts +0 -6
- package/dist/library/plugin.d.ts +0 -9
- package/dist/library/types.d.ts +0 -82
- package/dist/library.d.ts +0 -0
- package/dist/main.d.ts +0 -0
- package/dist/wiki/wiki.d.ts +0 -2
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PagePropsBasic } from '@dxtmisha/constructor/Page';
|
|
2
|
-
export declare const propsValues: {};
|
|
3
|
-
export type PropsToken = {};
|
|
4
|
-
/**
|
|
5
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
6
|
-
*/
|
|
7
|
-
export type PageProps = PagePropsBasic & PropsToken;
|
|
8
|
-
/**
|
|
9
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
10
|
-
*/
|
|
11
|
-
export declare const defaults: object;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ProgressSlots } from '@dxtmisha/constructor/Progress';
|
|
2
|
-
import { ProgressProps } from './props';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: Readonly<ProgressSlots> & ProgressSlots;
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<ProgressProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ProgressProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
-
export default _default;
|
|
14
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
-
new (): {
|
|
16
|
-
$slots: S;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { ProgressEmits, ProgressSlots } from '@dxtmisha/constructor/Progress';
|
|
3
|
-
import { ProgressProps } from './props';
|
|
4
|
-
export type { ProgressProps } from './props';
|
|
5
|
-
export declare const D1Progress: DefineSetupFnComponent<ProgressProps, ShortEmitsToObject<ProgressEmits>, SlotsType<ProgressSlots>>;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ProgressPropsBasic } from '@dxtmisha/constructor/Progress';
|
|
2
|
-
export declare const propsValues: {
|
|
3
|
-
indeterminate: string[];
|
|
4
|
-
position: string[];
|
|
5
|
-
size: string[];
|
|
6
|
-
palette: string[];
|
|
7
|
-
};
|
|
8
|
-
export type PropsToken = {
|
|
9
|
-
point?: boolean;
|
|
10
|
-
linear?: boolean;
|
|
11
|
-
circular?: boolean;
|
|
12
|
-
indeterminate?: 'type1' | 'type2' | 'type3';
|
|
13
|
-
position?: 'top' | 'bottom' | 'static';
|
|
14
|
-
dense?: boolean;
|
|
15
|
-
inverse?: boolean;
|
|
16
|
-
size?: 'sm' | 'md' | 'lg';
|
|
17
|
-
palette?: 'red' | 'orange' | 'amber' | 'yellow' | 'lime' | 'green' | 'emerald' | 'teal' | 'cyan' | 'sky' | 'blue' | 'indigo' | 'violet' | 'purple' | 'fuchsia' | 'pink' | 'rose' | 'slate' | 'gray' | 'zinc' | 'neutral' | 'stone' | 'black' | 'white';
|
|
18
|
-
};
|
|
19
|
-
/**
|
|
20
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
21
|
-
*/
|
|
22
|
-
export type ProgressProps = ProgressPropsBasic & PropsToken;
|
|
23
|
-
/**
|
|
24
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
25
|
-
*/
|
|
26
|
-
export declare const defaults: object;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { RippleSlots, RipplePropsBasic } from '@dxtmisha/constructor/Ripple';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare function __VLS_template(): {
|
|
4
|
-
attrs: Partial<{}>;
|
|
5
|
-
slots: Readonly<RippleSlots> & RippleSlots;
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: any;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: DefineComponent<RipplePropsBasic, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< RipplePropsBasic> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { RippleEmits, RippleSlots } from '@dxtmisha/constructor/Ripple';
|
|
3
|
-
import { RippleProps } from './props';
|
|
4
|
-
export type { RippleProps } from './props';
|
|
5
|
-
export declare const D1Ripple: DefineSetupFnComponent<RippleProps, ShortEmitsToObject<RippleEmits>, SlotsType<RippleSlots>>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { RipplePropsBasic } from '@dxtmisha/constructor/Ripple';
|
|
2
|
-
export declare const propsValues: {};
|
|
3
|
-
export type PropsToken = {};
|
|
4
|
-
/**
|
|
5
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
6
|
-
*/
|
|
7
|
-
export type RippleProps = RipplePropsBasic & PropsToken;
|
|
8
|
-
/**
|
|
9
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
10
|
-
*/
|
|
11
|
-
export declare const defaults: object;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { ScrollbarSlots, ScrollbarEdgeType } from '@dxtmisha/constructor/Scrollbar';
|
|
2
|
-
import { ScrollbarProps } from './props';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: Readonly<ScrollbarSlots> & ScrollbarSlots;
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<ScrollbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12
|
-
top: (isTop: boolean) => any;
|
|
13
|
-
bottom: (isBottom: boolean) => any;
|
|
14
|
-
reachTop: () => any;
|
|
15
|
-
leaveTop: () => any;
|
|
16
|
-
reachBottom: () => any;
|
|
17
|
-
leaveBottom: () => any;
|
|
18
|
-
edge: (isTop: boolean, isBottom: boolean, edge: ScrollbarEdgeType) => any;
|
|
19
|
-
}, string, PublicProps, Readonly<ScrollbarProps> & Readonly<{
|
|
20
|
-
onTop?: ((isTop: boolean) => any) | undefined;
|
|
21
|
-
onBottom?: ((isBottom: boolean) => any) | undefined;
|
|
22
|
-
onReachTop?: (() => any) | undefined;
|
|
23
|
-
onLeaveTop?: (() => any) | undefined;
|
|
24
|
-
onReachBottom?: (() => any) | undefined;
|
|
25
|
-
onLeaveBottom?: (() => any) | undefined;
|
|
26
|
-
onEdge?: ((isTop: boolean, isBottom: boolean, edge: ScrollbarEdgeType) => any) | undefined;
|
|
27
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
28
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
-
export default _default;
|
|
30
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
-
new (): {
|
|
32
|
-
$slots: S;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { ScrollbarEmits, ScrollbarSlots } from '@dxtmisha/constructor/Scrollbar';
|
|
3
|
-
import { ScrollbarProps } from './props';
|
|
4
|
-
export type { ScrollbarProps } from './props';
|
|
5
|
-
export declare const D1Scrollbar: DefineSetupFnComponent<ScrollbarProps, ShortEmitsToObject<ScrollbarEmits>, SlotsType<ScrollbarSlots>>;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ScrollbarPropsBasic } from '@dxtmisha/constructor/Scrollbar';
|
|
2
|
-
export declare const propsValues: {};
|
|
3
|
-
export type PropsToken = {
|
|
4
|
-
visible?: boolean;
|
|
5
|
-
divider?: boolean;
|
|
6
|
-
dividerTop?: boolean;
|
|
7
|
-
dividerBottom?: boolean;
|
|
8
|
-
dividerHide?: boolean;
|
|
9
|
-
inverse?: boolean;
|
|
10
|
-
standard?: boolean;
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
14
|
-
*/
|
|
15
|
-
export type ScrollbarProps = ScrollbarPropsBasic & PropsToken;
|
|
16
|
-
/**
|
|
17
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
18
|
-
*/
|
|
19
|
-
export declare const defaults: object;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { SectionSlots } from '@dxtmisha/constructor/Section';
|
|
2
|
-
import { SectionProps } from './props';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: Readonly<SectionSlots> & SectionSlots;
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<SectionProps, {
|
|
12
|
-
labelId: string;
|
|
13
|
-
descriptionId: string;
|
|
14
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SectionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
-
export default _default;
|
|
17
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
-
new (): {
|
|
19
|
-
$slots: S;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { SectionEmits, SectionSlots } from '@dxtmisha/constructor/Section';
|
|
3
|
-
import { SectionProps } from './props';
|
|
4
|
-
export type { SectionProps } from './props';
|
|
5
|
-
export declare const D1Section: DefineSetupFnComponent<SectionProps, ShortEmitsToObject<SectionEmits>, SlotsType<SectionSlots>>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { SectionPropsBasic } from '@dxtmisha/constructor/Section';
|
|
2
|
-
export declare const propsValues: {};
|
|
3
|
-
export type PropsToken = {};
|
|
4
|
-
/**
|
|
5
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
6
|
-
*/
|
|
7
|
-
export type SectionProps = SectionPropsBasic & PropsToken;
|
|
8
|
-
/**
|
|
9
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
10
|
-
*/
|
|
11
|
-
export declare const defaults: object;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { SelectSlots } from '@dxtmisha/constructor/Select';
|
|
2
|
-
import { SelectProps } from './props';
|
|
3
|
-
import { DefineComponent, ShallowRef, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
import { MenuExpose } from '@dxtmisha/constructor/Menu';
|
|
5
|
-
import { ConstrBind } from '@dxtmisha/functional';
|
|
6
|
-
import { FieldValidationItem } from '@dxtmisha/constructor';
|
|
7
|
-
declare function __VLS_template(): {
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
slots: Readonly<SelectSlots> & SelectSlots;
|
|
10
|
-
refs: {};
|
|
11
|
-
rootEl: any;
|
|
12
|
-
};
|
|
13
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
declare const __VLS_component: DefineComponent<SelectProps, {
|
|
15
|
-
value: ShallowRef<string | undefined>;
|
|
16
|
-
checkValidity: () => boolean;
|
|
17
|
-
validationMessage: ComputedRef<string>;
|
|
18
|
-
open: ComputedRef<boolean>;
|
|
19
|
-
setOpen(open: boolean): Promise<void>;
|
|
20
|
-
toOpen: MenuExpose["toOpen"];
|
|
21
|
-
toClose: MenuExpose["toClose"];
|
|
22
|
-
toggle(): Promise<void>;
|
|
23
|
-
menuElement: Ref< ConstrBind<MenuExpose> | undefined>;
|
|
24
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
25
|
-
input: (event: Event | InputEvent, value: FieldValidationItem<string>) => any;
|
|
26
|
-
inputLite: (value: FieldValidationItem<string>) => any;
|
|
27
|
-
change: (event: Event | InputEvent, value: FieldValidationItem<string>) => any;
|
|
28
|
-
changeLite: (value: FieldValidationItem<string>) => any;
|
|
29
|
-
"update:value": (value: string) => any;
|
|
30
|
-
"update:modelValue": (value: string) => any;
|
|
31
|
-
}, string, PublicProps, Readonly<SelectProps> & Readonly<{
|
|
32
|
-
onInput?: ((event: Event | InputEvent, value: FieldValidationItem<string>) => any) | undefined;
|
|
33
|
-
onInputLite?: ((value: FieldValidationItem<string>) => any) | undefined;
|
|
34
|
-
onChange?: ((event: Event | InputEvent, value: FieldValidationItem<string>) => any) | undefined;
|
|
35
|
-
onChangeLite?: ((value: FieldValidationItem<string>) => any) | undefined;
|
|
36
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
37
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
38
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
39
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
40
|
-
export default _default;
|
|
41
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
|
-
new (): {
|
|
43
|
-
$slots: S;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { SelectEmits, SelectSlots } from '@dxtmisha/constructor/Select';
|
|
3
|
-
import { SelectProps } from './props';
|
|
4
|
-
export type { SelectProps } from './props';
|
|
5
|
-
export declare const D1Select: DefineSetupFnComponent<SelectProps, ShortEmitsToObject<SelectEmits>, SlotsType<SelectSlots>>;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { SelectPropsBasic } from '@dxtmisha/constructor/Select';
|
|
2
|
-
import { IconProps } from '../Icon';
|
|
3
|
-
import { FieldProps } from '../Field';
|
|
4
|
-
import { FieldLabelProps } from '../FieldLabel';
|
|
5
|
-
import { FieldMessageProps } from '../FieldMessage';
|
|
6
|
-
import { FieldCounterProps } from '../FieldCounter';
|
|
7
|
-
import { InputProps } from '../Input';
|
|
8
|
-
import { ProgressProps } from '../Progress';
|
|
9
|
-
import { MenuProps } from '../Menu';
|
|
10
|
-
export declare const propsValues: {};
|
|
11
|
-
export type PropsToken = {};
|
|
12
|
-
/**
|
|
13
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
14
|
-
*/
|
|
15
|
-
export type SelectProps = SelectPropsBasic<IconProps, FieldProps, FieldLabelProps, FieldMessageProps, FieldCounterProps, InputProps, ProgressProps, MenuProps> & PropsToken;
|
|
16
|
-
/**
|
|
17
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
18
|
-
*/
|
|
19
|
-
export declare const defaults: object;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { SelectValueSlots } from '@dxtmisha/constructor/SelectValue';
|
|
2
|
-
import { SelectValueProps } from './props';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
import { EventClickValue } from '@dxtmisha/constructor';
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: Readonly<SelectValueSlots> & SelectValueSlots;
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
10
|
-
};
|
|
11
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: DefineComponent<SelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13
|
-
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
14
|
-
clickLite: (value: EventClickValue) => any;
|
|
15
|
-
}, string, PublicProps, Readonly<SelectValueProps> & Readonly<{
|
|
16
|
-
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
17
|
-
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
18
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
-
new (): {
|
|
23
|
-
$slots: S;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { SelectValueEmits, SelectValueSlots } from '@dxtmisha/constructor/SelectValue';
|
|
3
|
-
import { SelectValueProps } from './props';
|
|
4
|
-
export type { SelectValueProps } from './props';
|
|
5
|
-
export declare const D1SelectValue: DefineSetupFnComponent<SelectValueProps, ShortEmitsToObject<SelectValueEmits>, SlotsType<SelectValueSlots>>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IconProps } from '../Icon';
|
|
2
|
-
import { ChipProps } from '../Chip';
|
|
3
|
-
import { SelectValuePropsBasic } from '@dxtmisha/constructor/SelectValue';
|
|
4
|
-
export declare const propsValues: {};
|
|
5
|
-
export type PropsToken = {};
|
|
6
|
-
/**
|
|
7
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
8
|
-
*/
|
|
9
|
-
export type SelectValueProps = SelectValuePropsBasic<IconProps, ChipProps> & PropsToken;
|
|
10
|
-
/**
|
|
11
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
12
|
-
*/
|
|
13
|
-
export declare const defaults: object;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { SkeletonSlots } from '@dxtmisha/constructor/Skeleton';
|
|
2
|
-
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
import { PropsToken } from './props';
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: Readonly<SkeletonSlots> & SkeletonSlots;
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<PropsToken, {
|
|
12
|
-
isActive: ComputedRef<boolean>;
|
|
13
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< PropsToken> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
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
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { SkeletonEmits, SkeletonSlots } from '@dxtmisha/constructor/Skeleton';
|
|
3
|
-
import { SkeletonProps } from './props';
|
|
4
|
-
export declare const D1Skeleton: DefineSetupFnComponent<SkeletonProps, ShortEmitsToObject<SkeletonEmits>, SlotsType<SkeletonSlots>>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { SkeletonPropsBasic } from '@dxtmisha/constructor/Skeleton';
|
|
2
|
-
export declare const propsValues: {};
|
|
3
|
-
export type PropsToken = {
|
|
4
|
-
active?: boolean;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
8
|
-
*/
|
|
9
|
-
export type SkeletonProps = SkeletonPropsBasic & PropsToken;
|
|
10
|
-
/**
|
|
11
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
12
|
-
*/
|
|
13
|
-
export declare const defaults: object;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { TextareaAutosizeSlots } from '@dxtmisha/constructor/TextareaAutosize';
|
|
2
|
-
import { TextareaAutosizeProps } from './props';
|
|
3
|
-
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: Readonly<TextareaAutosizeSlots> & TextareaAutosizeSlots;
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<TextareaAutosizeProps, {
|
|
12
|
-
value: Ref<string>;
|
|
13
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
-
input: (event: InputEvent) => any;
|
|
15
|
-
}, string, PublicProps, Readonly<TextareaAutosizeProps> & Readonly<{
|
|
16
|
-
onInput?: ((event: InputEvent) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
-
export default _default;
|
|
20
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
-
new (): {
|
|
22
|
-
$slots: S;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { TextareaAutosizeEmits, TextareaAutosizeSlots } from '@dxtmisha/constructor/TextareaAutosize';
|
|
3
|
-
import { TextareaAutosizeProps } from './props';
|
|
4
|
-
export type { TextareaAutosizeProps } from './props';
|
|
5
|
-
export declare const D1TextareaAutosize: DefineSetupFnComponent<TextareaAutosizeProps, ShortEmitsToObject<TextareaAutosizeEmits>, SlotsType<TextareaAutosizeSlots>>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { TextareaAutosizePropsBasic } from '@dxtmisha/constructor/TextareaAutosize';
|
|
2
|
-
export declare const propsValues: {
|
|
3
|
-
height: string[];
|
|
4
|
-
};
|
|
5
|
-
export type PropsToken = {
|
|
6
|
-
height?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
10
|
-
*/
|
|
11
|
-
export type TextareaAutosizeProps = TextareaAutosizePropsBasic & PropsToken;
|
|
12
|
-
/**
|
|
13
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
14
|
-
*/
|
|
15
|
-
export declare const defaults: object;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { TooltipSlots } from '@dxtmisha/constructor/Tooltip';
|
|
2
|
-
import { TooltipProps } from './props';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: Readonly<TooltipSlots> & TooltipSlots;
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<TooltipProps, {
|
|
12
|
-
toggle(open: boolean, flash?: boolean): Promise<void>;
|
|
13
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
-
tooltip: (open: boolean) => any;
|
|
15
|
-
}, string, PublicProps, Readonly<TooltipProps> & Readonly<{
|
|
16
|
-
onTooltip?: ((open: boolean) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
-
export default _default;
|
|
20
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
-
new (): {
|
|
22
|
-
$slots: S;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { TooltipEmits, TooltipSlots } from '@dxtmisha/constructor/Tooltip';
|
|
3
|
-
import { TooltipProps } from './props';
|
|
4
|
-
export type { TooltipProps } from './props';
|
|
5
|
-
export declare const D1Tooltip: DefineSetupFnComponent<TooltipProps, ShortEmitsToObject<TooltipEmits>, SlotsType<TooltipSlots>>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { TooltipPropsBasic } from '@dxtmisha/constructor/Tooltip';
|
|
2
|
-
export declare const propsValues: {
|
|
3
|
-
maxWidth: string[];
|
|
4
|
-
};
|
|
5
|
-
export type PropsToken = {
|
|
6
|
-
maxWidth?: 'sm' | 'md' | 'lg';
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
10
|
-
*/
|
|
11
|
-
export type TooltipProps = TooltipPropsBasic & PropsToken;
|
|
12
|
-
/**
|
|
13
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
14
|
-
*/
|
|
15
|
-
export declare const defaults: object;
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { WindowSlots, WindowControlItem, WindowEmitOptions } from '@dxtmisha/constructor/Window';
|
|
2
|
-
import { WindowProps } from './props';
|
|
3
|
-
import { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
import { ImageEventData } from '@dxtmisha/constructor/Image';
|
|
5
|
-
import { ScrollbarEdgeType } from '@dxtmisha/constructor/Scrollbar';
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: Readonly<WindowSlots> & WindowSlots;
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: any;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: DefineComponent<WindowProps, {
|
|
14
|
-
id: string;
|
|
15
|
-
open: Ref<boolean>;
|
|
16
|
-
control: ComputedRef<WindowControlItem>;
|
|
17
|
-
setOpen(open: boolean): Promise<void>;
|
|
18
|
-
toOpen(): Promise<void>;
|
|
19
|
-
toClose(): Promise<void>;
|
|
20
|
-
toggle(): Promise<void>;
|
|
21
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
22
|
-
load: (image: ImageEventData) => any;
|
|
23
|
-
window: (options: WindowEmitOptions) => any;
|
|
24
|
-
"update:open": (value: boolean) => any;
|
|
25
|
-
"update:modelOpen": (value: boolean) => any;
|
|
26
|
-
scrollbarTop: (isTop: boolean) => any;
|
|
27
|
-
scrollbarReachTop: () => any;
|
|
28
|
-
scrollbarLeaveTop: () => any;
|
|
29
|
-
scrollbarBottom: (isBottom: boolean) => any;
|
|
30
|
-
scrollbarReachBottom: () => any;
|
|
31
|
-
scrollbarLeaveBottom: () => any;
|
|
32
|
-
scrollbarEdge: (isTop: boolean, isBottom: boolean, edge: ScrollbarEdgeType) => any;
|
|
33
|
-
}, string, PublicProps, Readonly<WindowProps> & Readonly<{
|
|
34
|
-
onLoad?: ((image: ImageEventData) => any) | undefined;
|
|
35
|
-
onWindow?: ((options: WindowEmitOptions) => any) | undefined;
|
|
36
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
37
|
-
"onUpdate:modelOpen"?: ((value: boolean) => any) | undefined;
|
|
38
|
-
onScrollbarTop?: ((isTop: boolean) => any) | undefined;
|
|
39
|
-
onScrollbarReachTop?: (() => any) | undefined;
|
|
40
|
-
onScrollbarLeaveTop?: (() => any) | undefined;
|
|
41
|
-
onScrollbarBottom?: ((isBottom: boolean) => any) | undefined;
|
|
42
|
-
onScrollbarReachBottom?: (() => any) | undefined;
|
|
43
|
-
onScrollbarLeaveBottom?: (() => any) | undefined;
|
|
44
|
-
onScrollbarEdge?: ((isTop: boolean, isBottom: boolean, edge: ScrollbarEdgeType) => any) | undefined;
|
|
45
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
46
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
|
-
export default _default;
|
|
48
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
49
|
-
new (): {
|
|
50
|
-
$slots: S;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { WindowEmits, WindowSlots } from '@dxtmisha/constructor/Window';
|
|
3
|
-
import { WindowProps } from './props';
|
|
4
|
-
export type { WindowProps } from './props';
|
|
5
|
-
export declare const D1Window: DefineSetupFnComponent<WindowProps, ShortEmitsToObject<WindowEmits>, SlotsType<WindowSlots>>;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { WindowPropsBasic } from '@dxtmisha/constructor/Window';
|
|
2
|
-
import { ScrollbarProps } from '../Scrollbar';
|
|
3
|
-
import { ImageProps } from '../Image';
|
|
4
|
-
export declare const propsValues: {
|
|
5
|
-
width: string[];
|
|
6
|
-
height: string[];
|
|
7
|
-
axis: string[];
|
|
8
|
-
imagePosition: string[];
|
|
9
|
-
alignment: string[];
|
|
10
|
-
origin: string[];
|
|
11
|
-
adaptive: string[];
|
|
12
|
-
imageSize: string[];
|
|
13
|
-
};
|
|
14
|
-
export type PropsToken = {
|
|
15
|
-
width?: string | 'auto' | 'max' | 'sm' | 'md' | 'lg' | 'custom';
|
|
16
|
-
height?: string | 'auto' | 'max' | 'sm' | 'md' | 'lg' | 'custom';
|
|
17
|
-
hide?: boolean;
|
|
18
|
-
axis?: 'x' | 'y' | 'on';
|
|
19
|
-
imagePosition?: 'top' | 'left';
|
|
20
|
-
dense?: boolean;
|
|
21
|
-
alignment?: 'center' | 'top' | 'topRight' | 'topLeft' | 'topFull' | 'right' | 'rightFull' | 'bottom' | 'bottomRight' | 'bottomLeft' | 'bottomFull' | 'left' | 'leftFull';
|
|
22
|
-
origin?: 'center' | 'top' | 'right' | 'bottom' | 'left' | 'topToBottom' | 'rightToLeft' | 'bottomToTop' | 'leftToRight';
|
|
23
|
-
adaptive?: 'menu' | 'menuWindow' | 'modal' | 'modalDynamic' | 'actionSheetRight' | 'actionSheetBottom' | 'static' | 'actionSheet' | 'actionSheetToModal' | 'autoStaticSm' | 'autoStaticMd' | 'autoStaticLg' | 'autoStaticXl' | 'autoStatic2xl';
|
|
24
|
-
fullscreen?: boolean;
|
|
25
|
-
overscroll?: boolean;
|
|
26
|
-
closeMobileHide?: boolean;
|
|
27
|
-
widthMatch?: boolean;
|
|
28
|
-
imageSize?: 'sm' | 'md' | 'lg' | 'quarter' | 'half';
|
|
29
|
-
};
|
|
30
|
-
/**
|
|
31
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
32
|
-
*/
|
|
33
|
-
export type WindowProps = WindowPropsBasic<ScrollbarProps, ImageProps> & PropsToken;
|
|
34
|
-
/**
|
|
35
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
36
|
-
*/
|
|
37
|
-
export declare const defaults: object;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as D1Accordion } from '../components/Ui/Accordion/D1Accordion.vue';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../components/Ui/Image';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const aiList: any[];
|