@dxtmisha/d1 0.1.3 → 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 +161 -7
- 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 -38
- 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/library.js +0 -1
- package/dist/main.d.ts +0 -0
- package/dist/wiki/wiki.d.ts +0 -2
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { InputSlots } from '@dxtmisha/constructor/Input';
|
|
2
|
-
import { InputProps } from './props';
|
|
3
|
-
import { DefineComponent, ShallowRef, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
import { FieldValidationItem } from '@dxtmisha/constructor';
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: Readonly<InputSlots> & InputSlots;
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
10
|
-
};
|
|
11
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: DefineComponent<InputProps, {
|
|
13
|
-
value: ShallowRef<string | undefined>;
|
|
14
|
-
checkValidity: () => boolean;
|
|
15
|
-
validationMessage: ComputedRef<string>;
|
|
16
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
17
|
-
input: (event: Event | InputEvent, value: FieldValidationItem<string>) => any;
|
|
18
|
-
inputLite: (value: FieldValidationItem<string>) => any;
|
|
19
|
-
change: (event: Event | InputEvent, value: FieldValidationItem<string>) => any;
|
|
20
|
-
changeLite: (value: FieldValidationItem<string>) => any;
|
|
21
|
-
"update:value": (value: string) => any;
|
|
22
|
-
"update:modelValue": (value: string) => any;
|
|
23
|
-
}, string, PublicProps, Readonly<InputProps> & Readonly<{
|
|
24
|
-
onInput?: ((event: Event | InputEvent, value: FieldValidationItem<string>) => any) | undefined;
|
|
25
|
-
onInputLite?: ((value: FieldValidationItem<string>) => any) | undefined;
|
|
26
|
-
onChange?: ((event: Event | InputEvent, value: FieldValidationItem<string>) => any) | undefined;
|
|
27
|
-
onChangeLite?: ((value: FieldValidationItem<string>) => any) | undefined;
|
|
28
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
29
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
30
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
31
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
|
-
export default _default;
|
|
33
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
-
new (): {
|
|
35
|
-
$slots: S;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { InputEmits, InputSlots } from '@dxtmisha/constructor/Input';
|
|
3
|
-
import { InputProps } from './props';
|
|
4
|
-
export type { InputProps } from './props';
|
|
5
|
-
export declare const D1Input: DefineSetupFnComponent<InputProps, ShortEmitsToObject<InputEmits>, SlotsType<InputSlots>>;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { MaskProps } from '../Mask';
|
|
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 { ProgressProps } from '../Progress';
|
|
8
|
-
import { InputPropsBasic } from '@dxtmisha/constructor/Input';
|
|
9
|
-
export declare const propsValues: {};
|
|
10
|
-
export type PropsToken = {};
|
|
11
|
-
/**
|
|
12
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
13
|
-
*/
|
|
14
|
-
export type InputProps = InputPropsBasic<MaskProps, IconProps, FieldProps, FieldLabelProps, FieldMessageProps, FieldCounterProps, ProgressProps> & PropsToken;
|
|
15
|
-
/**
|
|
16
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
17
|
-
*/
|
|
18
|
-
export declare const defaults: object;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { ListSlots } from '@dxtmisha/constructor/List';
|
|
2
|
-
import { ListProps } from './props';
|
|
3
|
-
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
import { ListList, ListNames } from '@dxtmisha/functional';
|
|
5
|
-
import { EventClickValue } from '@dxtmisha/constructor';
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: Readonly<ListSlots> & ListSlots;
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: any;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: DefineComponent<ListProps, {
|
|
14
|
-
isSelected: ComputedRef<boolean>;
|
|
15
|
-
selectedList: ComputedRef<ListList>;
|
|
16
|
-
selectedNames: ComputedRef<ListNames>;
|
|
17
|
-
selectedValues: ComputedRef<any[]>;
|
|
18
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
|
-
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
20
|
-
clickLite: (value: EventClickValue) => any;
|
|
21
|
-
close: () => any;
|
|
22
|
-
}, string, PublicProps, Readonly<ListProps> & Readonly<{
|
|
23
|
-
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
24
|
-
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
25
|
-
onClose?: (() => any) | undefined;
|
|
26
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
27
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
|
-
export default _default;
|
|
29
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
-
new (): {
|
|
31
|
-
$slots: S;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { ListEmits, ListSlots } from '@dxtmisha/constructor/List';
|
|
3
|
-
import { ListProps } from './props';
|
|
4
|
-
export type { ListProps } from './props';
|
|
5
|
-
export declare const D1List: DefineSetupFnComponent<ListProps, ShortEmitsToObject<ListEmits>, SlotsType<ListSlots>>;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ListPropsBasic } from '@dxtmisha/constructor/List';
|
|
2
|
-
import { IconProps } from '../Icon';
|
|
3
|
-
import { ListItemProps } from '../ListItem';
|
|
4
|
-
export declare const propsValues: {
|
|
5
|
-
axis: string[];
|
|
6
|
-
};
|
|
7
|
-
export type PropsToken = {
|
|
8
|
-
axis?: 'x' | 'y';
|
|
9
|
-
divider?: boolean;
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
13
|
-
*/
|
|
14
|
-
export type ListProps = ListPropsBasic<IconProps, ListItemProps> & PropsToken;
|
|
15
|
-
/**
|
|
16
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
17
|
-
*/
|
|
18
|
-
export declare const defaults: object;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ListGroupSlots } from '@dxtmisha/constructor/ListGroup';
|
|
2
|
-
import { ListGroupProps } from './props';
|
|
3
|
-
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: Readonly<ListGroupSlots> & ListGroupSlots;
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<ListGroupProps, {
|
|
12
|
-
open: ComputedRef<boolean>;
|
|
13
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ListGroupProps> & 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,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { ListGroupEmits, ListGroupSlots } from '@dxtmisha/constructor/ListGroup';
|
|
3
|
-
import { ListGroupProps } from './props';
|
|
4
|
-
export type { ListGroupProps } from './props';
|
|
5
|
-
export declare const D1ListGroup: DefineSetupFnComponent<ListGroupProps, ShortEmitsToObject<ListGroupEmits>, SlotsType<ListGroupSlots>>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ListGroupPropsBasic } from '@dxtmisha/constructor/ListGroup';
|
|
2
|
-
export declare const propsValues: {};
|
|
3
|
-
export type PropsToken = {
|
|
4
|
-
open?: boolean;
|
|
5
|
-
divider?: boolean;
|
|
6
|
-
};
|
|
7
|
-
/**
|
|
8
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
9
|
-
*/
|
|
10
|
-
export type ListGroupProps = ListGroupPropsBasic & PropsToken;
|
|
11
|
-
/**
|
|
12
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
13
|
-
*/
|
|
14
|
-
export declare const defaults: object;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { ListItemSlots } from '@dxtmisha/constructor/ListItem';
|
|
2
|
-
import { ListItemProps } from './props';
|
|
3
|
-
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
import { EventClickValue } from '@dxtmisha/constructor';
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: Readonly<ListItemSlots> & ListItemSlots;
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
10
|
-
};
|
|
11
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: DefineComponent<ListItemProps, {
|
|
13
|
-
value?: Ref< EventClickValue["value"]>;
|
|
14
|
-
detail?: Ref< EventClickValue["detail"]>;
|
|
15
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16
|
-
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
17
|
-
clickLite: (value: EventClickValue) => any;
|
|
18
|
-
}, string, PublicProps, Readonly<ListItemProps> & Readonly<{
|
|
19
|
-
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
20
|
-
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
21
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
22
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
-
new (): {
|
|
26
|
-
$slots: S;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { ListItemEmits, ListItemSlots } from '@dxtmisha/constructor/ListItem';
|
|
3
|
-
import { ListItemProps } from './props';
|
|
4
|
-
export type { ListItemProps } from './props';
|
|
5
|
-
export declare const D1ListItem: DefineSetupFnComponent<ListItemProps, ShortEmitsToObject<ListItemEmits>, SlotsType<ListItemSlots>>;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { ListItemPropsBasic } from '@dxtmisha/constructor/ListItem';
|
|
2
|
-
import { IconProps } from '../Icon';
|
|
3
|
-
import { BadgeProps } from '../Badge';
|
|
4
|
-
import { ProgressProps } from '../Progress';
|
|
5
|
-
export declare const propsValues: {
|
|
6
|
-
iconAlign: string[];
|
|
7
|
-
fill: never[];
|
|
8
|
-
size: string[];
|
|
9
|
-
palette: string[];
|
|
10
|
-
};
|
|
11
|
-
export type PropsToken = {
|
|
12
|
-
focus?: boolean;
|
|
13
|
-
open?: boolean;
|
|
14
|
-
selected?: boolean;
|
|
15
|
-
selectedChild?: boolean;
|
|
16
|
-
readonly?: boolean;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
iconTop?: boolean;
|
|
19
|
-
iconAlign?: 'center' | 'edge';
|
|
20
|
-
fill?: string | 'custom';
|
|
21
|
-
divider?: boolean;
|
|
22
|
-
size?: 'sm' | 'md' | 'lg';
|
|
23
|
-
dense?: boolean;
|
|
24
|
-
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';
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
28
|
-
*/
|
|
29
|
-
export type ListItemProps = ListItemPropsBasic<IconProps, BadgeProps, ProgressProps> & PropsToken;
|
|
30
|
-
/**
|
|
31
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
32
|
-
*/
|
|
33
|
-
export declare const defaults: object;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { ListMenuSlots } from '@dxtmisha/constructor/ListMenu';
|
|
2
|
-
import { ListMenuProps } from './props';
|
|
3
|
-
import { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
import { WindowControlItem, WindowExpose, WindowEmitOptions } from '@dxtmisha/constructor/Window';
|
|
5
|
-
import { ConstrBind } from '@dxtmisha/functional';
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: Readonly<ListMenuSlots> & ListMenuSlots;
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: any;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: DefineComponent<ListMenuProps, {
|
|
14
|
-
id: ComputedRef<string | undefined>;
|
|
15
|
-
open: ComputedRef<boolean>;
|
|
16
|
-
control: ComputedRef< WindowControlItem | undefined>;
|
|
17
|
-
setOpen: WindowExpose["setOpen"];
|
|
18
|
-
toOpen: WindowExpose["toOpen"];
|
|
19
|
-
toClose: WindowExpose["toClose"];
|
|
20
|
-
toggle: WindowExpose["toggle"];
|
|
21
|
-
windowElement: Ref< ConstrBind<WindowExpose> | undefined>;
|
|
22
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
23
|
-
window: (options: WindowEmitOptions) => any;
|
|
24
|
-
}, string, PublicProps, Readonly<ListMenuProps> & Readonly<{
|
|
25
|
-
onWindow?: ((options: WindowEmitOptions) => any) | undefined;
|
|
26
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
27
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
|
-
export default _default;
|
|
29
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
-
new (): {
|
|
31
|
-
$slots: S;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { ListMenuEmits, ListMenuSlots } from '@dxtmisha/constructor/ListMenu';
|
|
3
|
-
import { ListMenuProps } from './props';
|
|
4
|
-
export type { ListMenuProps } from './props';
|
|
5
|
-
export declare const D1ListMenu: DefineSetupFnComponent<ListMenuProps, ShortEmitsToObject<ListMenuEmits>, SlotsType<ListMenuSlots>>;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ListMenuPropsBasic } from '@dxtmisha/constructor/ListMenu';
|
|
2
|
-
import { WindowProps } from '../Window';
|
|
3
|
-
export declare const propsValues: {
|
|
4
|
-
axis: string[];
|
|
5
|
-
};
|
|
6
|
-
export type PropsToken = {
|
|
7
|
-
open?: boolean;
|
|
8
|
-
axis?: 'x' | 'y';
|
|
9
|
-
divider?: boolean;
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
13
|
-
*/
|
|
14
|
-
export type ListMenuProps = ListMenuPropsBasic<WindowProps> & PropsToken;
|
|
15
|
-
/**
|
|
16
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
17
|
-
*/
|
|
18
|
-
export declare const defaults: object;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { MaskSlots } from '@dxtmisha/constructor/Mask';
|
|
2
|
-
import { MaskProps } from './props';
|
|
3
|
-
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
import { FieldValidationItem } from '@dxtmisha/constructor';
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: Readonly<MaskSlots> & MaskSlots;
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
10
|
-
};
|
|
11
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: DefineComponent<MaskProps, {
|
|
13
|
-
valueBasic: ComputedRef<string>;
|
|
14
|
-
value: ComputedRef<string>;
|
|
15
|
-
setValue(value: string): boolean;
|
|
16
|
-
clear(): boolean;
|
|
17
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
|
-
blur: (event: FocusEvent) => any;
|
|
19
|
-
focus: (event: FocusEvent) => any;
|
|
20
|
-
input: (event: InputEvent, value: FieldValidationItem) => any;
|
|
21
|
-
reset: (event: Event) => any;
|
|
22
|
-
keydown: (event: KeyboardEvent) => any;
|
|
23
|
-
keyup: (event: KeyboardEvent) => any;
|
|
24
|
-
beforeinput: (event: InputEvent) => any;
|
|
25
|
-
inputLite: (value: FieldValidationItem) => any;
|
|
26
|
-
change: (event: InputEvent, value: FieldValidationItem) => any;
|
|
27
|
-
changeLite: (value: FieldValidationItem) => any;
|
|
28
|
-
paste: (event: ClipboardEvent) => any;
|
|
29
|
-
}, string, PublicProps, Readonly<MaskProps> & Readonly<{
|
|
30
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
31
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
32
|
-
onInput?: ((event: InputEvent, value: FieldValidationItem) => any) | undefined;
|
|
33
|
-
onReset?: ((event: Event) => any) | undefined;
|
|
34
|
-
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
35
|
-
onKeyup?: ((event: KeyboardEvent) => any) | undefined;
|
|
36
|
-
onBeforeinput?: ((event: InputEvent) => any) | undefined;
|
|
37
|
-
onInputLite?: ((value: FieldValidationItem) => any) | undefined;
|
|
38
|
-
onChange?: ((event: InputEvent, value: FieldValidationItem) => any) | undefined;
|
|
39
|
-
onChangeLite?: ((value: FieldValidationItem) => any) | undefined;
|
|
40
|
-
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
41
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
42
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
43
|
-
export default _default;
|
|
44
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
45
|
-
new (): {
|
|
46
|
-
$slots: S;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { MaskEmits, MaskSlots } from '@dxtmisha/constructor/Mask';
|
|
3
|
-
import { MaskProps } from './props';
|
|
4
|
-
export type { MaskProps } from './props';
|
|
5
|
-
export declare const D1Mask: DefineSetupFnComponent<MaskProps, ShortEmitsToObject<MaskEmits>, SlotsType<MaskSlots>>;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { MaskPropsBasic } from '@dxtmisha/constructor/Mask';
|
|
2
|
-
export declare const propsValues: {
|
|
3
|
-
align: string[];
|
|
4
|
-
dir: string[];
|
|
5
|
-
};
|
|
6
|
-
export type PropsToken = {
|
|
7
|
-
visible?: boolean;
|
|
8
|
-
visiblePartly?: boolean;
|
|
9
|
-
align?: 'center' | 'left' | 'right';
|
|
10
|
-
dir?: 'ltr' | 'rtl';
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
14
|
-
*/
|
|
15
|
-
export type MaskProps = MaskPropsBasic & PropsToken;
|
|
16
|
-
/**
|
|
17
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
18
|
-
*/
|
|
19
|
-
export declare const defaults: object;
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { MenuProps } from './props';
|
|
2
|
-
import { ListSlots } from '@dxtmisha/constructor/List';
|
|
3
|
-
import { MenuSlotInclude, MenuControlItem } from '@dxtmisha/constructor/Menu';
|
|
4
|
-
import { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
5
|
-
import { WindowControlItem, WindowExpose, WindowEmitOptions } from '@dxtmisha/constructor/Window';
|
|
6
|
-
import { ConstrBind, ListList, ListNames } from '@dxtmisha/functional';
|
|
7
|
-
import { NumberOrStringOrBoolean } from '@dxtmisha/functional-basic';
|
|
8
|
-
import { EventClickValue } from '@dxtmisha/constructor';
|
|
9
|
-
declare function __VLS_template(): {
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
|
-
slots: Readonly< ListSlots & MenuSlotInclude & {
|
|
12
|
-
control?(props: MenuControlItem): any;
|
|
13
|
-
}> & ListSlots & MenuSlotInclude & {
|
|
14
|
-
control?(props: MenuControlItem): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {};
|
|
17
|
-
rootEl: any;
|
|
18
|
-
};
|
|
19
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
-
declare const __VLS_component: DefineComponent<MenuProps, {
|
|
21
|
-
id: ComputedRef<string | undefined>;
|
|
22
|
-
open: ComputedRef<boolean>;
|
|
23
|
-
control: ComputedRef< WindowControlItem | undefined>;
|
|
24
|
-
setOpen: WindowExpose["setOpen"];
|
|
25
|
-
toOpen: WindowExpose["toOpen"];
|
|
26
|
-
toClose: WindowExpose["toClose"];
|
|
27
|
-
toggle: WindowExpose["toggle"];
|
|
28
|
-
windowElement: Ref< ConstrBind<WindowExpose> | undefined>;
|
|
29
|
-
isSelected: ComputedRef<boolean>;
|
|
30
|
-
selectedList: ComputedRef<ListList>;
|
|
31
|
-
selectedNames: ComputedRef<ListNames>;
|
|
32
|
-
selectedValues: ComputedRef<any[]>;
|
|
33
|
-
loading: Ref<boolean>;
|
|
34
|
-
previous(): NumberOrStringOrBoolean | undefined;
|
|
35
|
-
next(): NumberOrStringOrBoolean | undefined;
|
|
36
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
37
|
-
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
38
|
-
window: (options: WindowEmitOptions) => any;
|
|
39
|
-
clickLite: (value: EventClickValue) => any;
|
|
40
|
-
bars: (event: MouseEvent, value: EventClickValue) => any;
|
|
41
|
-
barsLite: (value: EventClickValue) => any;
|
|
42
|
-
barsBack: (value: EventClickValue) => any;
|
|
43
|
-
"update:selected": (value: string) => any;
|
|
44
|
-
"update:modelSelected": (value: string) => any;
|
|
45
|
-
updateValue: (value?: NumberOrStringOrBoolean | undefined) => any;
|
|
46
|
-
clickSlot: (value?: string | undefined) => any;
|
|
47
|
-
}, string, PublicProps, Readonly<MenuProps> & Readonly<{
|
|
48
|
-
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
49
|
-
onWindow?: ((options: WindowEmitOptions) => any) | undefined;
|
|
50
|
-
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
51
|
-
onBars?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
52
|
-
onBarsLite?: ((value: EventClickValue) => any) | undefined;
|
|
53
|
-
onBarsBack?: ((value: EventClickValue) => any) | undefined;
|
|
54
|
-
"onUpdate:selected"?: ((value: string) => any) | undefined;
|
|
55
|
-
"onUpdate:modelSelected"?: ((value: string) => any) | undefined;
|
|
56
|
-
onUpdateValue?: ((value?: NumberOrStringOrBoolean | undefined) => any) | undefined;
|
|
57
|
-
onClickSlot?: ((value?: string | undefined) => any) | undefined;
|
|
58
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
59
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
60
|
-
export default _default;
|
|
61
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
|
-
new (): {
|
|
63
|
-
$slots: S;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { MenuEmits, MenuSlots } from '@dxtmisha/constructor/Menu';
|
|
3
|
-
import { MenuProps } from './props';
|
|
4
|
-
export type { MenuProps } from './props';
|
|
5
|
-
export declare const D1Menu: DefineSetupFnComponent<MenuProps, ShortEmitsToObject<MenuEmits>, SlotsType<MenuSlots>>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { MenuPropsBasic } from '@dxtmisha/constructor/Menu';
|
|
2
|
-
import { ListProps } from '../List';
|
|
3
|
-
import { ListItemProps } from '../ListItem';
|
|
4
|
-
import { BarsProps } from '../Bars';
|
|
5
|
-
import { WindowProps } from '../Window';
|
|
6
|
-
export declare const propsValues: {
|
|
7
|
-
barsAdaptive: string[];
|
|
8
|
-
};
|
|
9
|
-
export type PropsToken = {
|
|
10
|
-
hideList?: boolean;
|
|
11
|
-
barsAdaptive?: 'showAlways' | 'showSm' | 'showMd' | 'showLg' | 'showXl' | 'show2xl';
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
15
|
-
*/
|
|
16
|
-
export type MenuProps = MenuPropsBasic<ListProps, ListItemProps, BarsProps, WindowProps> & PropsToken;
|
|
17
|
-
/**
|
|
18
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
19
|
-
*/
|
|
20
|
-
export declare const defaults: object;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { ModalSlots } from '@dxtmisha/constructor/Modal';
|
|
2
|
-
import { ModalProps } from './props';
|
|
3
|
-
import { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
import { WindowControlItem, WindowExpose, WindowEmitOptions } from '@dxtmisha/constructor/Window';
|
|
5
|
-
import { ConstrBind } from '@dxtmisha/functional';
|
|
6
|
-
import { EventClickValue } from '@dxtmisha/constructor';
|
|
7
|
-
declare function __VLS_template(): {
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
slots: Readonly<ModalSlots> & ModalSlots;
|
|
10
|
-
refs: {};
|
|
11
|
-
rootEl: any;
|
|
12
|
-
};
|
|
13
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
declare const __VLS_component: DefineComponent<ModalProps, {
|
|
15
|
-
id: ComputedRef<string | undefined>;
|
|
16
|
-
open: ComputedRef<boolean>;
|
|
17
|
-
control: ComputedRef< WindowControlItem | undefined>;
|
|
18
|
-
setOpen: WindowExpose["setOpen"];
|
|
19
|
-
toOpen: WindowExpose["toOpen"];
|
|
20
|
-
toClose: WindowExpose["toClose"];
|
|
21
|
-
toggle: WindowExpose["toggle"];
|
|
22
|
-
windowElement: Ref< ConstrBind<WindowExpose> | undefined>;
|
|
23
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
24
|
-
window: (options: WindowEmitOptions) => any;
|
|
25
|
-
bars: (event: MouseEvent, value: EventClickValue) => any;
|
|
26
|
-
barsLite: (value: EventClickValue) => any;
|
|
27
|
-
barsBack: (value: EventClickValue) => any;
|
|
28
|
-
actions: (event: MouseEvent, value: EventClickValue) => any;
|
|
29
|
-
actionsLite: (value: EventClickValue) => any;
|
|
30
|
-
}, string, PublicProps, Readonly<ModalProps> & Readonly<{
|
|
31
|
-
onWindow?: ((options: WindowEmitOptions) => any) | undefined;
|
|
32
|
-
onBars?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
33
|
-
onBarsLite?: ((value: EventClickValue) => any) | undefined;
|
|
34
|
-
onBarsBack?: ((value: EventClickValue) => any) | undefined;
|
|
35
|
-
onActions?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
36
|
-
onActionsLite?: ((value: EventClickValue) => any) | undefined;
|
|
37
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
38
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
39
|
-
export default _default;
|
|
40
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
41
|
-
new (): {
|
|
42
|
-
$slots: S;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { ModalEmits, ModalSlots } from '@dxtmisha/constructor/Modal';
|
|
3
|
-
import { ModalProps } from './props';
|
|
4
|
-
export type { ModalProps } from './props';
|
|
5
|
-
export declare const D1Modal: DefineSetupFnComponent<ModalProps, ShortEmitsToObject<ModalEmits>, SlotsType<ModalSlots>>;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { ModalPropsBasic } from '@dxtmisha/constructor/Modal';
|
|
2
|
-
import { WindowProps } from '../Window';
|
|
3
|
-
import { BarsProps } from '../Bars';
|
|
4
|
-
import { ActionsProps } from '../Actions';
|
|
5
|
-
import { ImageProps } from '../Image';
|
|
6
|
-
export declare const propsValues: {
|
|
7
|
-
imagePosition: string[];
|
|
8
|
-
padding: string[];
|
|
9
|
-
width: string[];
|
|
10
|
-
};
|
|
11
|
-
export type PropsToken = {
|
|
12
|
-
imagePosition?: 'top' | 'left';
|
|
13
|
-
padding?: 'sm' | 'md' | 'lg';
|
|
14
|
-
paddingByIndent?: boolean;
|
|
15
|
-
width?: 'sm' | 'md' | 'lg' | 'auto';
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
19
|
-
*/
|
|
20
|
-
export type ModalProps = ModalPropsBasic<WindowProps, BarsProps, ActionsProps, ImageProps> & PropsToken;
|
|
21
|
-
/**
|
|
22
|
-
* Default value for property/ Значение по умолчанию для свойства
|
|
23
|
-
*/
|
|
24
|
-
export declare const defaults: object;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { MotionTransformSlots, MotionTransformEmitOptions } from '@dxtmisha/constructor/MotionTransform';
|
|
2
|
-
import { MotionTransformProps } from './props';
|
|
3
|
-
import { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: Readonly<MotionTransformSlots> & MotionTransformSlots;
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<MotionTransformProps, {
|
|
12
|
-
open: Ref<boolean>;
|
|
13
|
-
isShow: ComputedRef<boolean>;
|
|
14
|
-
setOpen(open: boolean): void;
|
|
15
|
-
toOpen(): void;
|
|
16
|
-
toClose(): void;
|
|
17
|
-
toggle(): void;
|
|
18
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
|
-
transform: (event: Event | undefined, options: MotionTransformEmitOptions) => any;
|
|
20
|
-
transformLite: (options: MotionTransformEmitOptions) => any;
|
|
21
|
-
"update:open": (value: boolean) => any;
|
|
22
|
-
"update:modelOpen": (value: boolean) => any;
|
|
23
|
-
}, string, PublicProps, Readonly<MotionTransformProps> & Readonly<{
|
|
24
|
-
onTransform?: ((event: Event | undefined, options: MotionTransformEmitOptions) => any) | undefined;
|
|
25
|
-
onTransformLite?: ((options: MotionTransformEmitOptions) => any) | undefined;
|
|
26
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
27
|
-
"onUpdate:modelOpen"?: ((value: boolean) => any) | undefined;
|
|
28
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
29
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
|
-
export default _default;
|
|
31
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
-
new (): {
|
|
33
|
-
$slots: S;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
-
import { MotionTransformEmits, MotionTransformSlots } from '@dxtmisha/constructor/MotionTransform';
|
|
3
|
-
import { MotionTransformProps } from './props';
|
|
4
|
-
export type { MotionTransformProps } from './props';
|
|
5
|
-
export declare const D1MotionTransform: DefineSetupFnComponent<MotionTransformProps, ShortEmitsToObject<MotionTransformEmits>, SlotsType<MotionTransformSlots>>;
|