@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
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { ChipGroupPropsBasic } from '@dxtmisha/constructor/ChipGroup';
|
|
2
|
+
import { ChipGroupSlots } from '@dxtmisha/constructor/ChipGroup';
|
|
3
|
+
import { ChipPropsBasic } from '@dxtmisha/constructor/Chip';
|
|
4
|
+
import { ComponentOptionsMixin } from 'vue';
|
|
5
|
+
import { ComponentProvideOptions } from 'vue';
|
|
6
|
+
import { DefineComponent } from 'vue';
|
|
7
|
+
import { EventClickValue } from '@dxtmisha/constructor';
|
|
8
|
+
import { IconPropsBasic } from '@dxtmisha/constructor/Icon';
|
|
9
|
+
import { ImagePropsBasic } from '@dxtmisha/constructor/Image';
|
|
10
|
+
import { ListSelectedList } from '@dxtmisha/functional';
|
|
11
|
+
import { ProgressPropsBasic } from '@dxtmisha/constructor/Progress';
|
|
12
|
+
import { PublicProps } from 'vue';
|
|
13
|
+
|
|
14
|
+
declare const __VLS_component: DefineComponent<D1ChipGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15
|
+
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
16
|
+
clickLite: (value: EventClickValue) => any;
|
|
17
|
+
"update:selected": (value: ListSelectedList) => any;
|
|
18
|
+
"update:modelSelected": (value: ListSelectedList) => any;
|
|
19
|
+
}, string, PublicProps, Readonly<D1ChipGroupProps> & Readonly<{
|
|
20
|
+
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
21
|
+
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
22
|
+
"onUpdate:selected"?: ((value: ListSelectedList) => any) | undefined;
|
|
23
|
+
"onUpdate:modelSelected"?: ((value: ListSelectedList) => any) | undefined;
|
|
24
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
|
|
26
|
+
declare function __VLS_template(): {
|
|
27
|
+
attrs: Partial<{}>;
|
|
28
|
+
slots: Readonly<ChipGroupSlots> & ChipGroupSlots;
|
|
29
|
+
refs: {};
|
|
30
|
+
rootEl: any;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
34
|
+
|
|
35
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
43
|
+
*/
|
|
44
|
+
declare type ChipProps = ChipPropsBasic<IconProps, ProgressProps> & PropsToken_4;
|
|
45
|
+
|
|
46
|
+
export declare const D1ChipGroup: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
50
|
+
*/
|
|
51
|
+
export declare type D1ChipGroupProps = ChipGroupPropsBasic<ChipProps> & PropsToken_5;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
55
|
+
*/
|
|
56
|
+
declare type IconProps = IconPropsBasic<ImageProps> & PropsToken_2;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
60
|
+
*/
|
|
61
|
+
declare type ImageProps = ImagePropsBasic & PropsToken;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
65
|
+
*/
|
|
66
|
+
declare type ProgressProps = ProgressPropsBasic & PropsToken_3;
|
|
67
|
+
|
|
68
|
+
declare type PropsToken = {
|
|
69
|
+
turn?: boolean;
|
|
70
|
+
disabled?: boolean;
|
|
71
|
+
hide?: boolean;
|
|
72
|
+
adaptive?: boolean;
|
|
73
|
+
size?: 'auto' | 'contain' | 'cover';
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
declare type PropsToken_2 = {
|
|
77
|
+
turn?: boolean;
|
|
78
|
+
disabled?: boolean;
|
|
79
|
+
hide?: boolean;
|
|
80
|
+
asPalette?: boolean;
|
|
81
|
+
dir?: boolean;
|
|
82
|
+
overlay?: boolean;
|
|
83
|
+
dynamic?: boolean;
|
|
84
|
+
start?: boolean;
|
|
85
|
+
end?: boolean;
|
|
86
|
+
high?: boolean;
|
|
87
|
+
animationType?: 'type1' | 'type2';
|
|
88
|
+
animationShow?: boolean;
|
|
89
|
+
square?: boolean;
|
|
90
|
+
circle?: boolean;
|
|
91
|
+
rect?: boolean;
|
|
92
|
+
size?: 'auto' | 'x' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl' | '9xl';
|
|
93
|
+
inverse?: boolean;
|
|
94
|
+
rounded?: 'auto' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
declare type PropsToken_3 = {
|
|
98
|
+
point?: boolean;
|
|
99
|
+
linear?: boolean;
|
|
100
|
+
circular?: boolean;
|
|
101
|
+
indeterminate?: 'type1' | 'type2' | 'type3';
|
|
102
|
+
position?: 'top' | 'bottom' | 'static';
|
|
103
|
+
dense?: boolean;
|
|
104
|
+
inverse?: boolean;
|
|
105
|
+
size?: 'sm' | 'md' | 'lg';
|
|
106
|
+
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';
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
declare type PropsToken_4 = {
|
|
110
|
+
focus?: boolean;
|
|
111
|
+
disabled?: boolean;
|
|
112
|
+
selected?: boolean;
|
|
113
|
+
readonly?: boolean;
|
|
114
|
+
adaptive?: 'iconAlways' | 'block' | 'auto' | 'iconSm' | 'iconMd' | 'iconLg' | 'iconXl' | 'icon2xl' | 'fullSm' | 'fullMd' | 'fullLg' | 'fullXl' | 'full2xl';
|
|
115
|
+
container?: 'iconSm' | 'iconMd' | 'iconLg' | 'iconXl' | 'icon2xl' | 'fullSm' | 'fullMd' | 'fullLg' | 'fullXl' | 'full2xl';
|
|
116
|
+
inverse?: boolean;
|
|
117
|
+
grid?: boolean;
|
|
118
|
+
textAlign?: 'left' | 'center' | 'right';
|
|
119
|
+
input?: boolean;
|
|
120
|
+
assistive?: boolean;
|
|
121
|
+
size?: 'sm' | 'md' | 'lg';
|
|
122
|
+
roundedFull?: boolean;
|
|
123
|
+
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';
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
declare type PropsToken_5 = {};
|
|
127
|
+
|
|
128
|
+
export { }
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
declare module '@vue/runtime-core' {
|
|
132
|
+
interface GlobalComponents {
|
|
133
|
+
D1Accordion: typeof D1Accordion;
|
|
134
|
+
D1ActionSheet: typeof D1ActionSheet;
|
|
135
|
+
D1Actions: typeof D1Actions;
|
|
136
|
+
D1Anchor: typeof D1Anchor;
|
|
137
|
+
D1Arrow: typeof D1Arrow;
|
|
138
|
+
D1Badge: typeof D1Badge;
|
|
139
|
+
D1Bars: typeof D1Bars;
|
|
140
|
+
D1Block: typeof D1Block;
|
|
141
|
+
D1Button: typeof D1Button;
|
|
142
|
+
D1Cell: typeof D1Cell;
|
|
143
|
+
D1Chip: typeof D1Chip;
|
|
144
|
+
D1ChipGroup: typeof D1ChipGroup;
|
|
145
|
+
D1Dialog: typeof D1Dialog;
|
|
146
|
+
D1Field: typeof D1Field;
|
|
147
|
+
D1FieldCounter: typeof D1FieldCounter;
|
|
148
|
+
D1FieldLabel: typeof D1FieldLabel;
|
|
149
|
+
D1FieldMessage: typeof D1FieldMessage;
|
|
150
|
+
D1Icon: typeof D1Icon;
|
|
151
|
+
D1Image: typeof D1Image;
|
|
152
|
+
D1Input: typeof D1Input;
|
|
153
|
+
D1List: typeof D1List;
|
|
154
|
+
D1ListGroup: typeof D1ListGroup;
|
|
155
|
+
D1ListItem: typeof D1ListItem;
|
|
156
|
+
D1ListMenu: typeof D1ListMenu;
|
|
157
|
+
D1Mask: typeof D1Mask;
|
|
158
|
+
D1Menu: typeof D1Menu;
|
|
159
|
+
D1Modal: typeof D1Modal;
|
|
160
|
+
D1MotionTransform: typeof D1MotionTransform;
|
|
161
|
+
D1Page: typeof D1Page;
|
|
162
|
+
D1Progress: typeof D1Progress;
|
|
163
|
+
D1Ripple: typeof D1Ripple;
|
|
164
|
+
D1Scrollbar: typeof D1Scrollbar;
|
|
165
|
+
D1Section: typeof D1Section;
|
|
166
|
+
D1Select: typeof D1Select;
|
|
167
|
+
D1SelectValue: typeof D1SelectValue;
|
|
168
|
+
D1Skeleton: typeof D1Skeleton;
|
|
169
|
+
D1TextareaAutosize: typeof D1TextareaAutosize;
|
|
170
|
+
D1Tooltip: typeof D1Tooltip;
|
|
171
|
+
D1Window: typeof D1Window;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { defineComponent as a, computed as t, openBlock as d, createBlock as m, unref as u, mergeDefaults as h } from "vue";
|
|
2
|
+
import "@dxtmisha/functional";
|
|
3
|
+
import { defaultsChipGroup as y, ChipGroupDesign as f } from "@dxtmisha/constructor/ChipGroup";
|
|
4
|
+
import { D as k } from "./index-BWfsjhQo.js";
|
|
5
|
+
const _ = {
|
|
6
|
+
...y
|
|
7
|
+
}, x = /* @__PURE__ */ a({
|
|
8
|
+
name: "D1ChipGroup",
|
|
9
|
+
__name: "D1ChipGroup",
|
|
10
|
+
props: /* @__PURE__ */ h({
|
|
11
|
+
modelSelected: {},
|
|
12
|
+
"onUpdate:selected": { type: Function },
|
|
13
|
+
"onUpdate:modelSelected": { type: Function },
|
|
14
|
+
readonly: { type: Boolean },
|
|
15
|
+
selected: { type: [Number, String, Boolean, Array] },
|
|
16
|
+
list: {},
|
|
17
|
+
iconWhenSelected: { type: Boolean },
|
|
18
|
+
keyLabel: {},
|
|
19
|
+
keyValue: {},
|
|
20
|
+
chipAttrs: {}
|
|
21
|
+
}, _),
|
|
22
|
+
emits: ["click", "clickLite", "update:selected", "update:modelSelected"],
|
|
23
|
+
setup(o, { expose: n, emit: p }) {
|
|
24
|
+
const s = p, c = o, r = t(() => ({
|
|
25
|
+
main: {
|
|
26
|
+
// :classes-values [!] System label / Системная метка
|
|
27
|
+
"d1-chipGroup": !0
|
|
28
|
+
// :classes-values [!] System label / Системная метка
|
|
29
|
+
}
|
|
30
|
+
})), i = t(() => ({
|
|
31
|
+
// :styles-values [!] System label / Системная метка
|
|
32
|
+
// :styles-values [!] System label / Системная метка
|
|
33
|
+
})), e = new f(
|
|
34
|
+
"d1.chipGroup",
|
|
35
|
+
c,
|
|
36
|
+
{
|
|
37
|
+
emits: s,
|
|
38
|
+
classes: r,
|
|
39
|
+
styles: i,
|
|
40
|
+
components: {
|
|
41
|
+
chip: k
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
), l = e.render();
|
|
45
|
+
return n(e.expose()), (C, D) => (d(), m(u(l)));
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
export {
|
|
49
|
+
x as _
|
|
50
|
+
};
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
import { ActionsPropsBasic } from '@dxtmisha/constructor/Actions';
|
|
2
|
+
import { BarsPropsBasic } from '@dxtmisha/constructor/Bars';
|
|
3
|
+
import { ButtonPropsBasic } from '@dxtmisha/constructor/Button';
|
|
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 { DialogPropsBasic } from '@dxtmisha/constructor/Dialog';
|
|
10
|
+
import { DialogSlots } from '@dxtmisha/constructor/Dialog';
|
|
11
|
+
import { EventClickValue } from '@dxtmisha/constructor';
|
|
12
|
+
import { IconPropsBasic } from '@dxtmisha/constructor/Icon';
|
|
13
|
+
import { ImagePropsBasic } from '@dxtmisha/constructor/Image';
|
|
14
|
+
import { ProgressPropsBasic } from '@dxtmisha/constructor/Progress';
|
|
15
|
+
import { PublicProps } from 'vue';
|
|
16
|
+
import { Ref } from 'vue';
|
|
17
|
+
import { ScrollbarPropsBasic } from '@dxtmisha/constructor/Scrollbar';
|
|
18
|
+
import { WindowControlItem } from '@dxtmisha/constructor/Window';
|
|
19
|
+
import { WindowEmitOptions } from '@dxtmisha/constructor/Window';
|
|
20
|
+
import { WindowExpose } from '@dxtmisha/constructor/Window';
|
|
21
|
+
import { WindowPropsBasic } from '@dxtmisha/constructor/Window';
|
|
22
|
+
|
|
23
|
+
declare const __VLS_component: DefineComponent<D1DialogProps, {
|
|
24
|
+
id: ComputedRef<string | undefined>;
|
|
25
|
+
open: ComputedRef<boolean>;
|
|
26
|
+
control: ComputedRef< WindowControlItem | undefined>;
|
|
27
|
+
setOpen: WindowExpose["setOpen"];
|
|
28
|
+
toOpen: WindowExpose["toOpen"];
|
|
29
|
+
toClose: WindowExpose["toClose"];
|
|
30
|
+
toggle: WindowExpose["toggle"];
|
|
31
|
+
windowElement: Ref< ConstrBind<WindowExpose> | undefined>;
|
|
32
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
33
|
+
window: (options: WindowEmitOptions) => any;
|
|
34
|
+
close: () => any;
|
|
35
|
+
bars: (event: MouseEvent, value: EventClickValue) => any;
|
|
36
|
+
barsLite: (value: EventClickValue) => any;
|
|
37
|
+
barsBack: (value: EventClickValue) => any;
|
|
38
|
+
actions: (event: MouseEvent, value: EventClickValue) => any;
|
|
39
|
+
actionsLite: (value: EventClickValue) => any;
|
|
40
|
+
ok: () => any;
|
|
41
|
+
}, string, PublicProps, Readonly<D1DialogProps> & Readonly<{
|
|
42
|
+
onWindow?: ((options: WindowEmitOptions) => any) | undefined;
|
|
43
|
+
onClose?: (() => any) | undefined;
|
|
44
|
+
onBars?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
45
|
+
onBarsLite?: ((value: EventClickValue) => any) | undefined;
|
|
46
|
+
onBarsBack?: ((value: EventClickValue) => any) | undefined;
|
|
47
|
+
onActions?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
48
|
+
onActionsLite?: ((value: EventClickValue) => any) | undefined;
|
|
49
|
+
onOk?: (() => any) | undefined;
|
|
50
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
51
|
+
|
|
52
|
+
declare function __VLS_template(): {
|
|
53
|
+
attrs: Partial<{}>;
|
|
54
|
+
slots: Readonly<DialogSlots> & DialogSlots;
|
|
55
|
+
refs: {};
|
|
56
|
+
rootEl: any;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
60
|
+
|
|
61
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
|
+
new (): {
|
|
63
|
+
$slots: S;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
69
|
+
*/
|
|
70
|
+
declare type ActionsProps = ActionsPropsBasic<ButtonProps> & PropsToken_8;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
74
|
+
*/
|
|
75
|
+
declare type BarsProps = BarsPropsBasic<ButtonProps> & PropsToken_7;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
79
|
+
*/
|
|
80
|
+
declare type ButtonProps = ButtonPropsBasic<IconProps, ProgressProps> & PropsToken_6;
|
|
81
|
+
|
|
82
|
+
export declare const D1Dialog: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
86
|
+
*/
|
|
87
|
+
export declare type D1DialogProps = DialogPropsBasic<WindowProps, BarsProps, IconProps, ImageProps, ButtonProps, ActionsProps> & PropsToken_9;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
91
|
+
*/
|
|
92
|
+
declare type IconProps = IconPropsBasic<ImageProps> & PropsToken_3;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
96
|
+
*/
|
|
97
|
+
declare type ImageProps = ImagePropsBasic & PropsToken_2;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
101
|
+
*/
|
|
102
|
+
declare type ProgressProps = ProgressPropsBasic & PropsToken_5;
|
|
103
|
+
|
|
104
|
+
declare type PropsToken = {
|
|
105
|
+
visible?: boolean;
|
|
106
|
+
divider?: boolean;
|
|
107
|
+
dividerTop?: boolean;
|
|
108
|
+
dividerBottom?: boolean;
|
|
109
|
+
dividerHide?: boolean;
|
|
110
|
+
inverse?: boolean;
|
|
111
|
+
standard?: boolean;
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
declare type PropsToken_2 = {
|
|
115
|
+
turn?: boolean;
|
|
116
|
+
disabled?: boolean;
|
|
117
|
+
hide?: boolean;
|
|
118
|
+
adaptive?: boolean;
|
|
119
|
+
size?: 'auto' | 'contain' | 'cover';
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
declare type PropsToken_3 = {
|
|
123
|
+
turn?: boolean;
|
|
124
|
+
disabled?: boolean;
|
|
125
|
+
hide?: boolean;
|
|
126
|
+
asPalette?: boolean;
|
|
127
|
+
dir?: boolean;
|
|
128
|
+
overlay?: boolean;
|
|
129
|
+
dynamic?: boolean;
|
|
130
|
+
start?: boolean;
|
|
131
|
+
end?: boolean;
|
|
132
|
+
high?: boolean;
|
|
133
|
+
animationType?: 'type1' | 'type2';
|
|
134
|
+
animationShow?: boolean;
|
|
135
|
+
square?: boolean;
|
|
136
|
+
circle?: boolean;
|
|
137
|
+
rect?: boolean;
|
|
138
|
+
size?: 'auto' | 'x' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl' | '9xl';
|
|
139
|
+
inverse?: boolean;
|
|
140
|
+
rounded?: 'auto' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
141
|
+
};
|
|
142
|
+
|
|
143
|
+
declare type PropsToken_4 = {
|
|
144
|
+
width?: string | 'auto' | 'max' | 'sm' | 'md' | 'lg' | 'custom';
|
|
145
|
+
height?: string | 'auto' | 'max' | 'sm' | 'md' | 'lg' | 'custom';
|
|
146
|
+
hide?: boolean;
|
|
147
|
+
axis?: 'x' | 'y' | 'on';
|
|
148
|
+
imagePosition?: 'top' | 'left';
|
|
149
|
+
dense?: boolean;
|
|
150
|
+
alignment?: 'center' | 'top' | 'topRight' | 'topLeft' | 'topFull' | 'right' | 'rightFull' | 'bottom' | 'bottomRight' | 'bottomLeft' | 'bottomFull' | 'left' | 'leftFull';
|
|
151
|
+
origin?: 'center' | 'top' | 'right' | 'bottom' | 'left' | 'topToBottom' | 'rightToLeft' | 'bottomToTop' | 'leftToRight';
|
|
152
|
+
adaptive?: 'menu' | 'menuWindow' | 'modal' | 'modalDynamic' | 'actionSheetRight' | 'actionSheetBottom' | 'static' | 'actionSheet' | 'actionSheetToModal' | 'autoStaticSm' | 'autoStaticMd' | 'autoStaticLg' | 'autoStaticXl' | 'autoStatic2xl';
|
|
153
|
+
fullscreen?: boolean;
|
|
154
|
+
overscroll?: boolean;
|
|
155
|
+
closeButton?: boolean;
|
|
156
|
+
closeMobileHide?: boolean;
|
|
157
|
+
widthMatch?: boolean;
|
|
158
|
+
imageSize?: 'sm' | 'md' | 'lg' | 'quarter' | 'half';
|
|
159
|
+
};
|
|
160
|
+
|
|
161
|
+
declare type PropsToken_5 = {
|
|
162
|
+
point?: boolean;
|
|
163
|
+
linear?: boolean;
|
|
164
|
+
circular?: boolean;
|
|
165
|
+
indeterminate?: 'type1' | 'type2' | 'type3';
|
|
166
|
+
position?: 'top' | 'bottom' | 'static';
|
|
167
|
+
dense?: boolean;
|
|
168
|
+
inverse?: boolean;
|
|
169
|
+
size?: 'sm' | 'md' | 'lg';
|
|
170
|
+
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';
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
declare type PropsToken_6 = {
|
|
174
|
+
focus?: boolean;
|
|
175
|
+
disabled?: boolean;
|
|
176
|
+
selected?: boolean;
|
|
177
|
+
readonly?: boolean;
|
|
178
|
+
adaptive?: 'iconAlways' | 'block' | 'auto' | 'iconSm' | 'iconMd' | 'iconLg' | 'iconXl' | 'icon2xl' | 'fullSm' | 'fullMd' | 'fullLg' | 'fullXl' | 'full2xl';
|
|
179
|
+
container?: 'iconSm' | 'iconMd' | 'iconLg' | 'iconXl' | 'icon2xl' | 'fullSm' | 'fullMd' | 'fullLg' | 'fullXl' | 'full2xl';
|
|
180
|
+
inverse?: boolean;
|
|
181
|
+
grid?: boolean;
|
|
182
|
+
textAlign?: 'left' | 'center' | 'right';
|
|
183
|
+
primary?: boolean;
|
|
184
|
+
secondary?: boolean;
|
|
185
|
+
outline?: boolean;
|
|
186
|
+
text?: boolean;
|
|
187
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
188
|
+
roundedFull?: boolean;
|
|
189
|
+
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';
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
declare type PropsToken_7 = {
|
|
193
|
+
padding?: 'sm' | 'md' | 'lg' | 'ySm' | 'yMd' | 'yLg' | 'none';
|
|
194
|
+
paddingByIndent?: boolean;
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
declare type PropsToken_8 = {
|
|
198
|
+
align?: 'none' | 'center' | 'left' | 'right' | 'block' | 'auto';
|
|
199
|
+
flexible?: 'adaptiveSm' | 'adaptiveMd' | 'adaptiveLg' | 'adaptiveXl' | 'adaptive2xl' | 'containerSm' | 'containerMd' | 'containerLg' | 'containerXl' | 'container2xl';
|
|
200
|
+
wrap?: boolean;
|
|
201
|
+
padding?: 'sm' | 'md' | 'lg' | 'ySm' | 'yMd' | 'yLg' | 'none';
|
|
202
|
+
paddingByIndent?: boolean;
|
|
203
|
+
};
|
|
204
|
+
|
|
205
|
+
declare type PropsToken_9 = {
|
|
206
|
+
success?: boolean;
|
|
207
|
+
error?: boolean;
|
|
208
|
+
imagePosition?: 'top' | 'left';
|
|
209
|
+
width?: 'sm' | 'md' | 'lg' | 'auto';
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
214
|
+
*/
|
|
215
|
+
declare type ScrollbarProps = ScrollbarPropsBasic & PropsToken;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
219
|
+
*/
|
|
220
|
+
declare type WindowProps = WindowPropsBasic<ScrollbarProps, IconProps, ImageProps> & PropsToken_4;
|
|
221
|
+
|
|
222
|
+
export { }
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
declare module '@vue/runtime-core' {
|
|
226
|
+
interface GlobalComponents {
|
|
227
|
+
D1Accordion: typeof D1Accordion;
|
|
228
|
+
D1ActionSheet: typeof D1ActionSheet;
|
|
229
|
+
D1Actions: typeof D1Actions;
|
|
230
|
+
D1Anchor: typeof D1Anchor;
|
|
231
|
+
D1Arrow: typeof D1Arrow;
|
|
232
|
+
D1Badge: typeof D1Badge;
|
|
233
|
+
D1Bars: typeof D1Bars;
|
|
234
|
+
D1Block: typeof D1Block;
|
|
235
|
+
D1Button: typeof D1Button;
|
|
236
|
+
D1Cell: typeof D1Cell;
|
|
237
|
+
D1Chip: typeof D1Chip;
|
|
238
|
+
D1ChipGroup: typeof D1ChipGroup;
|
|
239
|
+
D1Dialog: typeof D1Dialog;
|
|
240
|
+
D1Field: typeof D1Field;
|
|
241
|
+
D1FieldCounter: typeof D1FieldCounter;
|
|
242
|
+
D1FieldLabel: typeof D1FieldLabel;
|
|
243
|
+
D1FieldMessage: typeof D1FieldMessage;
|
|
244
|
+
D1Icon: typeof D1Icon;
|
|
245
|
+
D1Image: typeof D1Image;
|
|
246
|
+
D1Input: typeof D1Input;
|
|
247
|
+
D1List: typeof D1List;
|
|
248
|
+
D1ListGroup: typeof D1ListGroup;
|
|
249
|
+
D1ListItem: typeof D1ListItem;
|
|
250
|
+
D1ListMenu: typeof D1ListMenu;
|
|
251
|
+
D1Mask: typeof D1Mask;
|
|
252
|
+
D1Menu: typeof D1Menu;
|
|
253
|
+
D1Modal: typeof D1Modal;
|
|
254
|
+
D1MotionTransform: typeof D1MotionTransform;
|
|
255
|
+
D1Page: typeof D1Page;
|
|
256
|
+
D1Progress: typeof D1Progress;
|
|
257
|
+
D1Ripple: typeof D1Ripple;
|
|
258
|
+
D1Scrollbar: typeof D1Scrollbar;
|
|
259
|
+
D1Section: typeof D1Section;
|
|
260
|
+
D1Select: typeof D1Select;
|
|
261
|
+
D1SelectValue: typeof D1SelectValue;
|
|
262
|
+
D1Skeleton: typeof D1Skeleton;
|
|
263
|
+
D1TextareaAutosize: typeof D1TextareaAutosize;
|
|
264
|
+
D1Tooltip: typeof D1Tooltip;
|
|
265
|
+
D1Window: typeof D1Window;
|
|
266
|
+
}
|
|
267
|
+
}
|
package/dist/D1Dialog.js
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { defineComponent as m, computed as t, openBlock as u, createBlock as g, unref as b, mergeDefaults as D } from "vue";
|
|
2
|
+
import { inArray as s } from "@dxtmisha/functional";
|
|
3
|
+
import { defaultsDialog as y, DialogDesign as B } from "@dxtmisha/constructor/Dialog";
|
|
4
|
+
import { D as w } from "./index-Dike0osZ.js";
|
|
5
|
+
import { D as f } from "./index-RVXlLQ5Y.js";
|
|
6
|
+
import { D as k } from "./index-BS9sgqvG.js";
|
|
7
|
+
import { D as h } from "./index-CItcax-E.js";
|
|
8
|
+
const i = {
|
|
9
|
+
// :values [!] System label / Системная метка
|
|
10
|
+
imagePosition: ["top", "left"],
|
|
11
|
+
width: ["sm", "md", "lg", "auto"]
|
|
12
|
+
// :values [!] System label / Системная метка
|
|
13
|
+
}, A = {
|
|
14
|
+
...y,
|
|
15
|
+
buttonClose: {
|
|
16
|
+
outline: !0
|
|
17
|
+
},
|
|
18
|
+
iconSuccess: "check_circle",
|
|
19
|
+
iconError: "error",
|
|
20
|
+
iconAttrs: {
|
|
21
|
+
size: "3xl"
|
|
22
|
+
},
|
|
23
|
+
// :default [!] System label / Системная метка
|
|
24
|
+
imagePosition: "top",
|
|
25
|
+
width: "md"
|
|
26
|
+
}, E = /* @__PURE__ */ m({
|
|
27
|
+
name: "D1Dialog",
|
|
28
|
+
__name: "D1Dialog",
|
|
29
|
+
props: /* @__PURE__ */ D({
|
|
30
|
+
disabled: { type: Boolean },
|
|
31
|
+
autoClose: { type: Boolean },
|
|
32
|
+
windowAttrs: {},
|
|
33
|
+
barsLabel: {},
|
|
34
|
+
barsDescription: {},
|
|
35
|
+
barsBackHide: { type: Boolean },
|
|
36
|
+
barsHide: { type: Boolean },
|
|
37
|
+
barsList: {},
|
|
38
|
+
barsAttrs: {},
|
|
39
|
+
actionsHide: { type: Boolean },
|
|
40
|
+
actionsList: {},
|
|
41
|
+
actionsSecondary: {},
|
|
42
|
+
actionsAttrs: {},
|
|
43
|
+
image: {},
|
|
44
|
+
label: {},
|
|
45
|
+
labelId: {},
|
|
46
|
+
description: {},
|
|
47
|
+
descriptionId: {},
|
|
48
|
+
textClose: { type: [String, Function] },
|
|
49
|
+
textOk: { type: [String, Function] },
|
|
50
|
+
open: { type: Boolean },
|
|
51
|
+
icon: {},
|
|
52
|
+
buttonOk: {},
|
|
53
|
+
buttonClose: {},
|
|
54
|
+
closeButton: { type: Boolean },
|
|
55
|
+
clickOkAndClose: { type: Boolean },
|
|
56
|
+
iconSuccess: {},
|
|
57
|
+
iconError: {},
|
|
58
|
+
iconAttrs: {},
|
|
59
|
+
success: { type: Boolean },
|
|
60
|
+
error: { type: Boolean },
|
|
61
|
+
imagePosition: {},
|
|
62
|
+
width: {}
|
|
63
|
+
}, A),
|
|
64
|
+
emits: ["window", "bars", "barsLite", "barsBack", "actions", "actionsLite", "ok", "close"],
|
|
65
|
+
setup(n, { expose: r, emit: a }) {
|
|
66
|
+
const c = a, o = n, l = t(() => ({
|
|
67
|
+
main: {
|
|
68
|
+
// :classes-values [!] System label / Системная метка
|
|
69
|
+
"d1-dialog": !0,
|
|
70
|
+
"d1-dialog--success": o.success,
|
|
71
|
+
"d1-dialog--error": o.error,
|
|
72
|
+
[`d1-dialog--imagePosition--${o.imagePosition}`]: s(i.imagePosition, o.imagePosition),
|
|
73
|
+
[`d1-dialog--width--${o.width}`]: s(i.width, o.width)
|
|
74
|
+
// :classes-values [!] System label / Системная метка
|
|
75
|
+
}
|
|
76
|
+
})), d = t(() => ({
|
|
77
|
+
// :styles-values [!] System label / Системная метка
|
|
78
|
+
// :styles-values [!] System label / Системная метка
|
|
79
|
+
})), e = new B(
|
|
80
|
+
"d1.dialog",
|
|
81
|
+
o,
|
|
82
|
+
{
|
|
83
|
+
emits: c,
|
|
84
|
+
classes: l,
|
|
85
|
+
styles: d,
|
|
86
|
+
components: {
|
|
87
|
+
window: w,
|
|
88
|
+
bars: f,
|
|
89
|
+
actions: k,
|
|
90
|
+
icon: h
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
), p = e.render();
|
|
94
|
+
return r(e.expose()), (_, x) => (u(), g(b(p)));
|
|
95
|
+
}
|
|
96
|
+
});
|
|
97
|
+
export {
|
|
98
|
+
E as _
|
|
99
|
+
};
|