@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
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
import { AccordionPropsBasic } from '@dxtmisha/constructor/Accordion';
|
|
2
|
+
import { AccordionSlots } from '@dxtmisha/constructor/Accordion';
|
|
3
|
+
import { CellPropsBasic } from '@dxtmisha/constructor/Cell';
|
|
4
|
+
import { ComponentOptionsMixin } from 'vue';
|
|
5
|
+
import { ComponentProvideOptions } from 'vue';
|
|
6
|
+
import { ComputedRef } from 'vue';
|
|
7
|
+
import { ConstrBind } from '@dxtmisha/functional';
|
|
8
|
+
import { DefineComponent } from 'vue';
|
|
9
|
+
import { EventClickValue } from '@dxtmisha/constructor';
|
|
10
|
+
import { IconPropsBasic } from '@dxtmisha/constructor/Icon';
|
|
11
|
+
import { ImagePropsBasic } from '@dxtmisha/constructor/Image';
|
|
12
|
+
import { MotionTransformEmitOptions } from '@dxtmisha/constructor/MotionTransform';
|
|
13
|
+
import { MotionTransformExpose } from '@dxtmisha/constructor/MotionTransform';
|
|
14
|
+
import { MotionTransformPropsBasic } from '@dxtmisha/constructor/MotionTransform';
|
|
15
|
+
import { ProgressPropsBasic } from '@dxtmisha/constructor/Progress';
|
|
16
|
+
import { PublicProps } from 'vue';
|
|
17
|
+
import { Ref } from 'vue';
|
|
18
|
+
|
|
19
|
+
declare const __VLS_component: DefineComponent<D1AccordionProps, {
|
|
20
|
+
motionTransformElement: Ref< ConstrBind<MotionTransformExpose> | undefined>;
|
|
21
|
+
open: Ref<boolean>;
|
|
22
|
+
isShow: ComputedRef<boolean>;
|
|
23
|
+
setOpen(open: boolean): void;
|
|
24
|
+
toOpen(): void;
|
|
25
|
+
toClose(): void;
|
|
26
|
+
toggle(): void;
|
|
27
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
28
|
+
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
29
|
+
clickLite: (value: EventClickValue) => any;
|
|
30
|
+
transform: (event: Event | undefined, options: MotionTransformEmitOptions) => any;
|
|
31
|
+
transformLite: (options: MotionTransformEmitOptions) => any;
|
|
32
|
+
"update:open": (value: boolean) => any;
|
|
33
|
+
"update:modelOpen": (value: boolean) => any;
|
|
34
|
+
}, string, PublicProps, Readonly<D1AccordionProps> & Readonly<{
|
|
35
|
+
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
36
|
+
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
37
|
+
onTransform?: ((event: Event | undefined, options: MotionTransformEmitOptions) => any) | undefined;
|
|
38
|
+
onTransformLite?: ((options: MotionTransformEmitOptions) => any) | undefined;
|
|
39
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
40
|
+
"onUpdate:modelOpen"?: ((value: boolean) => any) | undefined;
|
|
41
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
42
|
+
|
|
43
|
+
declare function __VLS_template(): {
|
|
44
|
+
attrs: Partial<{}>;
|
|
45
|
+
slots: Readonly<AccordionSlots> & AccordionSlots;
|
|
46
|
+
refs: {};
|
|
47
|
+
rootEl: any;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
51
|
+
|
|
52
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
+
new (): {
|
|
54
|
+
$slots: S;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
60
|
+
*/
|
|
61
|
+
declare type CellProps = CellPropsBasic<IconProps, ProgressProps> & PropsToken_4;
|
|
62
|
+
|
|
63
|
+
export declare const D1Accordion: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
67
|
+
*/
|
|
68
|
+
export declare type D1AccordionProps = AccordionPropsBasic<IconProps, CellProps, MotionTransformProps> & PropsToken_6;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
72
|
+
*/
|
|
73
|
+
declare type IconProps = IconPropsBasic<ImageProps> & PropsToken_2;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
77
|
+
*/
|
|
78
|
+
declare type ImageProps = ImagePropsBasic & PropsToken;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
82
|
+
*/
|
|
83
|
+
declare type MotionTransformProps = MotionTransformPropsBasic & PropsToken_5;
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
87
|
+
*/
|
|
88
|
+
declare type ProgressProps = ProgressPropsBasic & PropsToken_3;
|
|
89
|
+
|
|
90
|
+
declare type PropsToken = {
|
|
91
|
+
turn?: boolean;
|
|
92
|
+
disabled?: boolean;
|
|
93
|
+
hide?: boolean;
|
|
94
|
+
adaptive?: boolean;
|
|
95
|
+
size?: 'auto' | 'contain' | 'cover';
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
declare type PropsToken_2 = {
|
|
99
|
+
turn?: boolean;
|
|
100
|
+
disabled?: boolean;
|
|
101
|
+
hide?: boolean;
|
|
102
|
+
asPalette?: boolean;
|
|
103
|
+
dir?: boolean;
|
|
104
|
+
overlay?: boolean;
|
|
105
|
+
dynamic?: boolean;
|
|
106
|
+
start?: boolean;
|
|
107
|
+
end?: boolean;
|
|
108
|
+
high?: boolean;
|
|
109
|
+
animationType?: 'type1' | 'type2';
|
|
110
|
+
animationShow?: boolean;
|
|
111
|
+
square?: boolean;
|
|
112
|
+
circle?: boolean;
|
|
113
|
+
rect?: boolean;
|
|
114
|
+
size?: 'auto' | 'x' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl' | '9xl';
|
|
115
|
+
inverse?: boolean;
|
|
116
|
+
rounded?: 'auto' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
declare type PropsToken_3 = {
|
|
120
|
+
point?: boolean;
|
|
121
|
+
linear?: boolean;
|
|
122
|
+
circular?: boolean;
|
|
123
|
+
indeterminate?: 'type1' | 'type2' | 'type3';
|
|
124
|
+
position?: 'top' | 'bottom' | 'static';
|
|
125
|
+
dense?: boolean;
|
|
126
|
+
inverse?: boolean;
|
|
127
|
+
size?: 'sm' | 'md' | 'lg';
|
|
128
|
+
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';
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
declare type PropsToken_4 = {
|
|
132
|
+
focus?: boolean;
|
|
133
|
+
selected?: boolean;
|
|
134
|
+
readonly?: boolean;
|
|
135
|
+
disabled?: boolean;
|
|
136
|
+
dynamic?: boolean;
|
|
137
|
+
dynamicHover?: boolean;
|
|
138
|
+
divider?: boolean;
|
|
139
|
+
dividerLabel?: 'always' | 'none' | 'adaptiveSm' | 'adaptiveMd' | 'adaptiveLg' | 'adaptiveXl' | 'adaptive2xl' | 'containerSm' | 'containerMd' | 'containerLg' | 'containerXl' | 'container2xl';
|
|
140
|
+
iconTop?: boolean;
|
|
141
|
+
padding?: 'sm' | 'md' | 'lg' | 'ySm' | 'yMd' | 'yLg' | 'none';
|
|
142
|
+
paddingByIndent?: boolean;
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
declare type PropsToken_5 = {
|
|
146
|
+
section?: boolean;
|
|
147
|
+
animationHeadPosition?: 'top' | 'toBottom';
|
|
148
|
+
adaptive?: 'planeAlways' | 'planeSm' | 'planeMd' | 'planeLg' | 'planeXl' | 'plane2xl';
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
declare type PropsToken_6 = {
|
|
152
|
+
divider?: boolean;
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
export { }
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
declare module '@vue/runtime-core' {
|
|
159
|
+
interface GlobalComponents {
|
|
160
|
+
D1Accordion: typeof D1Accordion;
|
|
161
|
+
D1ActionSheet: typeof D1ActionSheet;
|
|
162
|
+
D1Actions: typeof D1Actions;
|
|
163
|
+
D1Anchor: typeof D1Anchor;
|
|
164
|
+
D1Arrow: typeof D1Arrow;
|
|
165
|
+
D1Badge: typeof D1Badge;
|
|
166
|
+
D1Bars: typeof D1Bars;
|
|
167
|
+
D1Block: typeof D1Block;
|
|
168
|
+
D1Button: typeof D1Button;
|
|
169
|
+
D1Cell: typeof D1Cell;
|
|
170
|
+
D1Chip: typeof D1Chip;
|
|
171
|
+
D1ChipGroup: typeof D1ChipGroup;
|
|
172
|
+
D1Dialog: typeof D1Dialog;
|
|
173
|
+
D1Field: typeof D1Field;
|
|
174
|
+
D1FieldCounter: typeof D1FieldCounter;
|
|
175
|
+
D1FieldLabel: typeof D1FieldLabel;
|
|
176
|
+
D1FieldMessage: typeof D1FieldMessage;
|
|
177
|
+
D1Icon: typeof D1Icon;
|
|
178
|
+
D1Image: typeof D1Image;
|
|
179
|
+
D1Input: typeof D1Input;
|
|
180
|
+
D1List: typeof D1List;
|
|
181
|
+
D1ListGroup: typeof D1ListGroup;
|
|
182
|
+
D1ListItem: typeof D1ListItem;
|
|
183
|
+
D1ListMenu: typeof D1ListMenu;
|
|
184
|
+
D1Mask: typeof D1Mask;
|
|
185
|
+
D1Menu: typeof D1Menu;
|
|
186
|
+
D1Modal: typeof D1Modal;
|
|
187
|
+
D1MotionTransform: typeof D1MotionTransform;
|
|
188
|
+
D1Page: typeof D1Page;
|
|
189
|
+
D1Progress: typeof D1Progress;
|
|
190
|
+
D1Ripple: typeof D1Ripple;
|
|
191
|
+
D1Scrollbar: typeof D1Scrollbar;
|
|
192
|
+
D1Section: typeof D1Section;
|
|
193
|
+
D1Select: typeof D1Select;
|
|
194
|
+
D1SelectValue: typeof D1SelectValue;
|
|
195
|
+
D1Skeleton: typeof D1Skeleton;
|
|
196
|
+
D1TextareaAutosize: typeof D1TextareaAutosize;
|
|
197
|
+
D1Tooltip: typeof D1Tooltip;
|
|
198
|
+
D1Window: typeof D1Window;
|
|
199
|
+
}
|
|
200
|
+
}
|
package/dist/D1Accordion.js
CHANGED
|
@@ -1,396 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { inArray as n } from "@dxtmisha/functional";
|
|
3
|
-
import { defaultsAccordion as b, AccordionDesign as D } from "@dxtmisha/constructor/Accordion";
|
|
4
|
-
import { defaultsCell as k, CellDesign as $ } from "@dxtmisha/constructor/Cell";
|
|
5
|
-
import { defaultsIcon as h, IconDesign as w } from "@dxtmisha/constructor/Icon";
|
|
6
|
-
import { D as L } from "./index-BHi6Xmck.js";
|
|
7
|
-
import { defaultsProgress as P, ProgressDesign as z } from "@dxtmisha/constructor/Progress";
|
|
8
|
-
import { defaultsRipple as I, RippleDesign as A } from "@dxtmisha/constructor/Ripple";
|
|
9
|
-
import { defaultsMotionTransform as H, MotionTransformDesign as S } from "@dxtmisha/constructor/MotionTransform";
|
|
10
|
-
const T = {
|
|
11
|
-
// :values [!] System label / Системная метка
|
|
12
|
-
animationType: ["type1", "type2"],
|
|
13
|
-
size: ["auto", "x", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "4xl", "5xl", "6xl", "7xl", "8xl", "9xl"],
|
|
14
|
-
rounded: ["auto", "sm", "md", "lg", "xl", "full"]
|
|
15
|
-
// :values [!] System label / Системная метка
|
|
16
|
-
}, M = {
|
|
17
|
-
...h,
|
|
18
|
-
// :default [!] System label / Системная метка
|
|
19
|
-
animationType: "type1",
|
|
20
|
-
square: !0,
|
|
21
|
-
size: "auto",
|
|
22
|
-
rounded: "auto"
|
|
23
|
-
}, O = /* @__PURE__ */ c({
|
|
24
|
-
name: "D1Icon",
|
|
25
|
-
__name: "D1Icon",
|
|
26
|
-
props: /* @__PURE__ */ g({
|
|
27
|
-
isSkeleton: { type: Boolean },
|
|
28
|
-
ariaLabel: {},
|
|
29
|
-
active: { type: Boolean },
|
|
30
|
-
icon: {},
|
|
31
|
-
iconActive: {},
|
|
32
|
-
role: {},
|
|
33
|
-
turn: { type: Boolean },
|
|
34
|
-
disabled: { type: Boolean },
|
|
35
|
-
hide: { type: Boolean },
|
|
36
|
-
asPalette: { type: Boolean },
|
|
37
|
-
dir: { type: Boolean },
|
|
38
|
-
overlay: { type: Boolean },
|
|
39
|
-
dynamic: { type: Boolean },
|
|
40
|
-
start: { type: Boolean },
|
|
41
|
-
end: { type: Boolean },
|
|
42
|
-
high: { type: Boolean },
|
|
43
|
-
animationType: {},
|
|
44
|
-
animationShow: { type: Boolean },
|
|
45
|
-
square: { type: Boolean },
|
|
46
|
-
circle: { type: Boolean },
|
|
47
|
-
rect: { type: Boolean },
|
|
48
|
-
size: {},
|
|
49
|
-
inverse: { type: Boolean },
|
|
50
|
-
rounded: {}
|
|
51
|
-
}, M),
|
|
52
|
-
emits: ["load"],
|
|
53
|
-
setup(i, { expose: a, emit: s }) {
|
|
54
|
-
const d = s, e = i, r = t(() => ({
|
|
55
|
-
main: {
|
|
56
|
-
// :classes-values [!] System label / Системная метка
|
|
57
|
-
"d1-icon": !0,
|
|
58
|
-
"d1-icon--turn": e.turn,
|
|
59
|
-
"d1-icon--disabled": e.disabled,
|
|
60
|
-
"d1-icon--hide": e.hide,
|
|
61
|
-
"d1-icon--asPalette": e.asPalette,
|
|
62
|
-
"d1-icon--dir": e.dir,
|
|
63
|
-
"d1-icon--overlay": e.overlay,
|
|
64
|
-
"d1-icon--dynamic": e.dynamic,
|
|
65
|
-
"d1-icon--start": e.start,
|
|
66
|
-
"d1-icon--end": e.end,
|
|
67
|
-
"d1-icon--high": e.high,
|
|
68
|
-
[`d1-icon--animationType--${e.animationType}`]: n(T.animationType, e.animationType),
|
|
69
|
-
"d1-icon--animationShow": e.animationShow,
|
|
70
|
-
"d1-icon--square": e.square && !e.circle && !e.rect,
|
|
71
|
-
"d1-icon--circle": e.circle,
|
|
72
|
-
"d1-icon--rect": e.rect,
|
|
73
|
-
[`d1-icon--size--${e.size}`]: n(T.size, e.size),
|
|
74
|
-
"d1-icon--inverse": e.inverse,
|
|
75
|
-
[`d1-icon--rounded--${e.rounded}`]: n(T.rounded, e.rounded)
|
|
76
|
-
// :classes-values [!] System label / Системная метка
|
|
77
|
-
}
|
|
78
|
-
})), l = t(() => ({
|
|
79
|
-
// :styles-values [!] System label / Системная метка
|
|
80
|
-
// :styles-values [!] System label / Системная метка
|
|
81
|
-
})), o = new w(
|
|
82
|
-
"d1.icon",
|
|
83
|
-
e,
|
|
84
|
-
{
|
|
85
|
-
emits: d,
|
|
86
|
-
components: {
|
|
87
|
-
image: L
|
|
88
|
-
},
|
|
89
|
-
classes: r,
|
|
90
|
-
styles: l
|
|
91
|
-
}
|
|
92
|
-
), p = o.render();
|
|
93
|
-
return a(o.expose()), (B, f) => (m(), y(u(p)));
|
|
94
|
-
}
|
|
95
|
-
}), v = {
|
|
96
|
-
// :values [!] System label / Системная метка
|
|
97
|
-
indeterminate: ["type1", "type2", "type3"],
|
|
98
|
-
position: ["top", "bottom", "static"],
|
|
99
|
-
size: ["sm", "md", "lg"],
|
|
100
|
-
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"]
|
|
101
|
-
// :values [!] System label / Системная метка
|
|
102
|
-
}, C = {
|
|
103
|
-
...P,
|
|
104
|
-
// :default [!] System label / Системная метка
|
|
105
|
-
linear: !0,
|
|
106
|
-
indeterminate: "type1",
|
|
107
|
-
position: "top",
|
|
108
|
-
size: "md"
|
|
109
|
-
}, V = /* @__PURE__ */ c({
|
|
110
|
-
name: "D1Progress",
|
|
111
|
-
__name: "D1Progress",
|
|
112
|
-
props: /* @__PURE__ */ g({
|
|
113
|
-
ariaLabel: {},
|
|
114
|
-
ariaLive: {},
|
|
115
|
-
visible: { type: Boolean },
|
|
116
|
-
value: {},
|
|
117
|
-
max: {},
|
|
118
|
-
linear: { type: Boolean },
|
|
119
|
-
circular: { type: Boolean },
|
|
120
|
-
point: { type: Boolean },
|
|
121
|
-
delay: {},
|
|
122
|
-
delayHide: {},
|
|
123
|
-
indeterminate: {},
|
|
124
|
-
position: {},
|
|
125
|
-
dense: { type: Boolean },
|
|
126
|
-
inverse: { type: Boolean },
|
|
127
|
-
size: {},
|
|
128
|
-
palette: {}
|
|
129
|
-
}, C),
|
|
130
|
-
setup(i, { expose: a, emit: s }) {
|
|
131
|
-
const d = s, e = i, r = t(() => ({
|
|
132
|
-
main: {
|
|
133
|
-
// :classes-values [!] System label / Системная метка
|
|
134
|
-
"d1-progress": !0,
|
|
135
|
-
"d1-progress--point": e.point,
|
|
136
|
-
"d1-progress--linear": e.linear && !e.circular,
|
|
137
|
-
"d1-progress--circular": e.circular,
|
|
138
|
-
[`d1-progress--indeterminate--${e.indeterminate}`]: n(v.indeterminate, e.indeterminate),
|
|
139
|
-
[`d1-progress--position--${e.position}`]: n(v.position, e.position),
|
|
140
|
-
"d1-progress--dense": e.dense,
|
|
141
|
-
"d1-progress--inverse": e.inverse,
|
|
142
|
-
[`d1-progress--size--${e.size}`]: n(v.size, e.size),
|
|
143
|
-
[`d1-palette d1-palette--${e.palette}`]: n(v.palette, e.palette)
|
|
144
|
-
// :classes-values [!] System label / Системная метка
|
|
145
|
-
}
|
|
146
|
-
})), l = t(() => ({
|
|
147
|
-
// :styles-values [!] System label / Системная метка
|
|
148
|
-
// :styles-values [!] System label / Системная метка
|
|
149
|
-
})), o = new z(
|
|
150
|
-
"d1.progress",
|
|
151
|
-
e,
|
|
152
|
-
{
|
|
153
|
-
emits: d,
|
|
154
|
-
classes: r,
|
|
155
|
-
styles: l
|
|
156
|
-
}
|
|
157
|
-
), p = o.render();
|
|
158
|
-
return a(o.expose()), (B, f) => (m(), y(u(p)));
|
|
159
|
-
}
|
|
160
|
-
}), q = {
|
|
161
|
-
...I
|
|
162
|
-
}, F = /* @__PURE__ */ c({
|
|
163
|
-
name: "D1Ripple",
|
|
164
|
-
__name: "D1Ripple",
|
|
165
|
-
props: /* @__PURE__ */ g({
|
|
166
|
-
disabled: { type: Boolean }
|
|
167
|
-
}, q),
|
|
168
|
-
setup(i, { expose: a, emit: s }) {
|
|
169
|
-
const d = s, e = i, r = t(() => ({
|
|
170
|
-
main: {
|
|
171
|
-
// :classes-values [!] System label / Системная метка
|
|
172
|
-
"d1-ripple": !0
|
|
173
|
-
// :classes-values [!] System label / Системная метка
|
|
174
|
-
}
|
|
175
|
-
})), l = t(() => ({
|
|
176
|
-
// :styles-values [!] System label / Системная метка
|
|
177
|
-
// :styles-values [!] System label / Системная метка
|
|
178
|
-
})), o = new A(
|
|
179
|
-
"d1.ripple",
|
|
180
|
-
e,
|
|
181
|
-
{
|
|
182
|
-
emits: d,
|
|
183
|
-
classes: r,
|
|
184
|
-
styles: l
|
|
185
|
-
}
|
|
186
|
-
), p = o.render();
|
|
187
|
-
return a(o.expose()), (B, f) => (m(), y(u(p)));
|
|
188
|
-
}
|
|
189
|
-
}), _ = {
|
|
190
|
-
// :values [!] System label / Системная метка
|
|
191
|
-
dividerLabel: ["always", "none", "adaptiveSm", "adaptiveMd", "adaptiveLg", "adaptiveXl", "adaptive2xl", "containerSm", "containerMd", "containerLg", "containerXl", "container2xl"],
|
|
192
|
-
padding: ["sm", "md", "lg", "ySm", "yMd", "yLg", "none"]
|
|
193
|
-
// :values [!] System label / Системная метка
|
|
194
|
-
}, R = {
|
|
195
|
-
...k,
|
|
196
|
-
// :default [!] System label / Системная метка
|
|
197
|
-
divider: !0,
|
|
198
|
-
padding: "none",
|
|
199
|
-
paddingByIndent: !0
|
|
200
|
-
}, U = /* @__PURE__ */ c({
|
|
201
|
-
name: "D1Cell",
|
|
202
|
-
__name: "D1Cell",
|
|
203
|
-
props: /* @__PURE__ */ g({
|
|
204
|
-
label: {},
|
|
205
|
-
labelId: {},
|
|
206
|
-
description: {},
|
|
207
|
-
caption: {},
|
|
208
|
-
readonly: { type: Boolean },
|
|
209
|
-
disabled: { type: Boolean },
|
|
210
|
-
icon: {},
|
|
211
|
-
selected: { type: Boolean },
|
|
212
|
-
iconTurn: { type: Boolean },
|
|
213
|
-
iconHide: { type: Boolean },
|
|
214
|
-
iconDir: { type: Boolean },
|
|
215
|
-
iconPalette: { type: Boolean },
|
|
216
|
-
iconAttrs: {},
|
|
217
|
-
iconTrailing: {},
|
|
218
|
-
iconTrailingTurnOnly: { type: Boolean },
|
|
219
|
-
iconTrailingDirOnly: { type: Boolean },
|
|
220
|
-
iconTrailingPalette: { type: Boolean },
|
|
221
|
-
loading: { type: [Boolean, Object] },
|
|
222
|
-
isSkeleton: { type: Boolean },
|
|
223
|
-
to: {},
|
|
224
|
-
value: {},
|
|
225
|
-
detail: {},
|
|
226
|
-
role: {},
|
|
227
|
-
tag: {},
|
|
228
|
-
divider: { type: Boolean },
|
|
229
|
-
dynamic: { type: Boolean },
|
|
230
|
-
focus: { type: Boolean },
|
|
231
|
-
dynamicHover: { type: Boolean },
|
|
232
|
-
dividerLabel: {},
|
|
233
|
-
iconTop: { type: Boolean },
|
|
234
|
-
padding: {},
|
|
235
|
-
paddingByIndent: { type: Boolean }
|
|
236
|
-
}, R),
|
|
237
|
-
emits: ["click", "clickLite"],
|
|
238
|
-
setup(i, { expose: a, emit: s }) {
|
|
239
|
-
const d = s, e = i, r = t(() => ({
|
|
240
|
-
main: {
|
|
241
|
-
// :classes-values [!] System label / Системная метка
|
|
242
|
-
"d1-cell": !0,
|
|
243
|
-
"d1-cell--focus": e.focus,
|
|
244
|
-
"d1-cell--selected": e.selected,
|
|
245
|
-
"d1-cell--readonly": e.readonly,
|
|
246
|
-
"d1-cell--disabled": e.disabled,
|
|
247
|
-
"d1-cell--dynamic": e.dynamic,
|
|
248
|
-
"d1-cell--dynamicHover": e.dynamicHover,
|
|
249
|
-
"d1-cell--divider": e.divider,
|
|
250
|
-
[`d1-cell--dividerLabel--${e.dividerLabel}`]: n(_.dividerLabel, e.dividerLabel),
|
|
251
|
-
"d1-cell--iconTop": e.iconTop,
|
|
252
|
-
[`d1-cell--padding--${e.padding}`]: n(_.padding, e.padding),
|
|
253
|
-
"d1-cell--paddingByIndent": e.paddingByIndent
|
|
254
|
-
// :classes-values [!] System label / Системная метка
|
|
255
|
-
}
|
|
256
|
-
})), l = t(() => ({
|
|
257
|
-
// :styles-values [!] System label / Системная метка
|
|
258
|
-
// :styles-values [!] System label / Системная метка
|
|
259
|
-
})), o = new $(
|
|
260
|
-
"d1.cell",
|
|
261
|
-
e,
|
|
262
|
-
{
|
|
263
|
-
emits: d,
|
|
264
|
-
classes: r,
|
|
265
|
-
styles: l,
|
|
266
|
-
components: {
|
|
267
|
-
icon: O,
|
|
268
|
-
progress: V,
|
|
269
|
-
ripple: F
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
), p = o.render();
|
|
273
|
-
return a(o.expose()), (B, f) => (m(), y(u(p)));
|
|
274
|
-
}
|
|
275
|
-
}), X = U, x = {
|
|
276
|
-
// :values [!] System label / Системная метка
|
|
277
|
-
animationHeadPosition: ["top", "toBottom"],
|
|
278
|
-
adaptive: ["planeAlways", "planeSm", "planeMd", "planeLg", "planeXl", "plane2xl"]
|
|
279
|
-
// :values [!] System label / Системная метка
|
|
280
|
-
}, j = {
|
|
281
|
-
...H,
|
|
282
|
-
// :default [!] System label / Системная метка
|
|
283
|
-
animationHeadPosition: "top",
|
|
284
|
-
adaptive: "planeMd"
|
|
285
|
-
}, E = /* @__PURE__ */ c({
|
|
286
|
-
name: "D1MotionTransform",
|
|
287
|
-
__name: "D1MotionTransform",
|
|
288
|
-
props: /* @__PURE__ */ g({
|
|
289
|
-
role: {},
|
|
290
|
-
ariaLabelledby: {},
|
|
291
|
-
ariaDescribedby: {},
|
|
292
|
-
open: { type: Boolean },
|
|
293
|
-
inDom: { type: Boolean },
|
|
294
|
-
ignore: {},
|
|
295
|
-
ignoreSelector: {},
|
|
296
|
-
clickOpen: { type: Boolean },
|
|
297
|
-
autoClose: { type: Boolean },
|
|
298
|
-
animationShow: { type: Boolean },
|
|
299
|
-
tagBody: {},
|
|
300
|
-
modelOpen: { type: Boolean },
|
|
301
|
-
"onUpdate:open": { type: Function },
|
|
302
|
-
"onUpdate:modelOpen": { type: Function },
|
|
303
|
-
section: { type: Boolean },
|
|
304
|
-
animationHeadPosition: {},
|
|
305
|
-
adaptive: {}
|
|
306
|
-
}, j),
|
|
307
|
-
emits: ["transform", "transformLite", "update:open", "update:modelOpen"],
|
|
308
|
-
setup(i, { expose: a, emit: s }) {
|
|
309
|
-
const d = s, e = i, r = t(() => ({
|
|
310
|
-
main: {
|
|
311
|
-
// :classes-values [!] System label / Системная метка
|
|
312
|
-
"d1-motionTransform": !0,
|
|
313
|
-
"d1-motionTransform--section": e.section,
|
|
314
|
-
[`d1-motionTransform--animationHeadPosition--${e.animationHeadPosition}`]: n(x.animationHeadPosition, e.animationHeadPosition),
|
|
315
|
-
[`d1-motionTransform--adaptive--${e.adaptive}`]: n(x.adaptive, e.adaptive)
|
|
316
|
-
// :classes-values [!] System label / Системная метка
|
|
317
|
-
}
|
|
318
|
-
})), l = t(() => ({
|
|
319
|
-
// :styles-values [!] System label / Системная метка
|
|
320
|
-
// :styles-values [!] System label / Системная метка
|
|
321
|
-
})), o = new S(
|
|
322
|
-
"d1.motionTransform",
|
|
323
|
-
e,
|
|
324
|
-
{
|
|
325
|
-
emits: d,
|
|
326
|
-
classes: r,
|
|
327
|
-
styles: l
|
|
328
|
-
}
|
|
329
|
-
), p = o.render();
|
|
330
|
-
return a(o.expose()), (B, f) => (m(), y(u(p)));
|
|
331
|
-
}
|
|
332
|
-
}), G = E, J = {
|
|
333
|
-
// :values [!] System label / Системная метка
|
|
334
|
-
padding: ["sm", "md", "lg", "ySm", "yMd", "yLg", "none"]
|
|
335
|
-
// :values [!] System label / Системная метка
|
|
336
|
-
}, K = {
|
|
337
|
-
...b,
|
|
338
|
-
iconArrowDown: "keyboard_arrow_down",
|
|
339
|
-
// :default [!] System label / Системная метка
|
|
340
|
-
divider: !0,
|
|
341
|
-
padding: "none",
|
|
342
|
-
paddingByIndent: !0
|
|
343
|
-
}, ie = /* @__PURE__ */ c({
|
|
344
|
-
name: "D1Accordion",
|
|
345
|
-
__name: "D1Accordion",
|
|
346
|
-
props: /* @__PURE__ */ g({
|
|
347
|
-
label: {},
|
|
348
|
-
labelId: {},
|
|
349
|
-
description: {},
|
|
350
|
-
icon: {},
|
|
351
|
-
open: { type: Boolean },
|
|
352
|
-
clickOpen: { type: Boolean },
|
|
353
|
-
autoClose: { type: Boolean },
|
|
354
|
-
motionTransformAttrs: {},
|
|
355
|
-
cellAttrs: {},
|
|
356
|
-
iconArrowDown: {},
|
|
357
|
-
modelOpen: { type: Boolean },
|
|
358
|
-
"onUpdate:open": { type: Function },
|
|
359
|
-
"onUpdate:modelOpen": { type: Function },
|
|
360
|
-
divider: { type: Boolean },
|
|
361
|
-
padding: {},
|
|
362
|
-
paddingByIndent: { type: Boolean }
|
|
363
|
-
}, K),
|
|
364
|
-
emits: ["click", "clickLite", "transform", "transformLite", "update:open", "update:modelOpen"],
|
|
365
|
-
setup(i, { expose: a, emit: s }) {
|
|
366
|
-
const d = s, e = i, r = t(() => ({
|
|
367
|
-
main: {
|
|
368
|
-
// :classes-values [!] System label / Системная метка
|
|
369
|
-
"d1-accordion": !0,
|
|
370
|
-
"d1-accordion--divider": e.divider,
|
|
371
|
-
[`d1-accordion--padding--${e.padding}`]: n(J.padding, e.padding),
|
|
372
|
-
"d1-accordion--paddingByIndent": e.paddingByIndent
|
|
373
|
-
// :classes-values [!] System label / Системная метка
|
|
374
|
-
}
|
|
375
|
-
})), l = t(() => ({
|
|
376
|
-
// :styles-values [!] System label / Системная метка
|
|
377
|
-
// :styles-values [!] System label / Системная метка
|
|
378
|
-
})), o = new D(
|
|
379
|
-
"d1.accordion",
|
|
380
|
-
e,
|
|
381
|
-
{
|
|
382
|
-
emits: d,
|
|
383
|
-
classes: r,
|
|
384
|
-
styles: l,
|
|
385
|
-
components: {
|
|
386
|
-
cell: X,
|
|
387
|
-
motionTransform: G
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
), p = o.render();
|
|
391
|
-
return a(o.expose()), (B, f) => (m(), y(u(p)));
|
|
392
|
-
}
|
|
393
|
-
});
|
|
1
|
+
import { _ as c } from "./D1Accordion.vue_vue_type_script_setup_true_lang-ZmnMZM7M.js";
|
|
394
2
|
export {
|
|
395
|
-
|
|
3
|
+
c as D1Accordion
|
|
396
4
|
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { defineComponent as p, computed as n, openBlock as l, createBlock as m, unref as f, mergeDefaults as u } from "vue";
|
|
2
|
+
import "@dxtmisha/functional";
|
|
3
|
+
import { defaultsAccordion as _, AccordionDesign as y } from "@dxtmisha/constructor/Accordion";
|
|
4
|
+
import { _ as D } from "./D1Cell.vue_vue_type_script_setup_true_lang-DUsqN8j7.js";
|
|
5
|
+
import { D as k } from "./index-D387qGGl.js";
|
|
6
|
+
const A = D, w = {
|
|
7
|
+
..._,
|
|
8
|
+
iconArrowDown: "keyboard_arrow_down",
|
|
9
|
+
// :default [!] System label / Системная метка
|
|
10
|
+
divider: !0
|
|
11
|
+
}, C = /* @__PURE__ */ p({
|
|
12
|
+
name: "D1Accordion",
|
|
13
|
+
__name: "D1Accordion",
|
|
14
|
+
props: /* @__PURE__ */ u({
|
|
15
|
+
label: {},
|
|
16
|
+
labelId: {},
|
|
17
|
+
description: {},
|
|
18
|
+
descriptionId: {},
|
|
19
|
+
icon: {},
|
|
20
|
+
open: { type: Boolean },
|
|
21
|
+
clickOpen: { type: Boolean },
|
|
22
|
+
autoClose: { type: Boolean },
|
|
23
|
+
motionTransformAttrs: {},
|
|
24
|
+
cellAttrs: {},
|
|
25
|
+
iconArrowDown: {},
|
|
26
|
+
modelOpen: { type: Boolean },
|
|
27
|
+
"onUpdate:open": { type: Function },
|
|
28
|
+
"onUpdate:modelOpen": { type: Function },
|
|
29
|
+
divider: { type: Boolean }
|
|
30
|
+
}, w),
|
|
31
|
+
emits: ["click", "clickLite", "transform", "transformLite", "update:open", "update:modelOpen"],
|
|
32
|
+
setup(t, { expose: r, emit: c }) {
|
|
33
|
+
const s = c, o = t, i = n(() => ({
|
|
34
|
+
main: {
|
|
35
|
+
// :classes-values [!] System label / Системная метка
|
|
36
|
+
"d1-accordion": !0,
|
|
37
|
+
"d1-accordion--divider": o.divider
|
|
38
|
+
// :classes-values [!] System label / Системная метка
|
|
39
|
+
}
|
|
40
|
+
})), d = n(() => ({
|
|
41
|
+
// :styles-values [!] System label / Системная метка
|
|
42
|
+
// :styles-values [!] System label / Системная метка
|
|
43
|
+
})), e = new y(
|
|
44
|
+
"d1.accordion",
|
|
45
|
+
o,
|
|
46
|
+
{
|
|
47
|
+
emits: s,
|
|
48
|
+
classes: i,
|
|
49
|
+
styles: d,
|
|
50
|
+
components: {
|
|
51
|
+
cell: A,
|
|
52
|
+
motionTransform: k
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
), a = e.render();
|
|
56
|
+
return r(e.expose()), (B, T) => (l(), m(f(a)));
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
export {
|
|
60
|
+
C as _
|
|
61
|
+
};
|