@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,53 @@
|
|
|
1
|
+
import { defineComponent as p, computed as t, openBlock as m, createBlock as u, unref as d, mergeDefaults as f } from "vue";
|
|
2
|
+
import "@dxtmisha/functional";
|
|
3
|
+
import { defaultsSelectValue as _, SelectValueDesign as h } from "@dxtmisha/constructor/SelectValue";
|
|
4
|
+
import { D as y } from "./index-BWfsjhQo.js";
|
|
5
|
+
const k = {
|
|
6
|
+
..._,
|
|
7
|
+
chipAttrs: {
|
|
8
|
+
size: "sm"
|
|
9
|
+
},
|
|
10
|
+
iconCancel: "close_small"
|
|
11
|
+
}, g = /* @__PURE__ */ p({
|
|
12
|
+
name: "D1SelectValue",
|
|
13
|
+
__name: "D1SelectValue",
|
|
14
|
+
props: /* @__PURE__ */ f({
|
|
15
|
+
readonly: { type: Boolean },
|
|
16
|
+
disabled: { type: Boolean },
|
|
17
|
+
chipAttrs: {},
|
|
18
|
+
placeholder: {},
|
|
19
|
+
value: {},
|
|
20
|
+
multiple: { type: Boolean },
|
|
21
|
+
iconShow: { type: Boolean },
|
|
22
|
+
iconAttrs: {},
|
|
23
|
+
iconCancel: {}
|
|
24
|
+
}, k),
|
|
25
|
+
emits: ["click", "clickLite"],
|
|
26
|
+
setup(o, { expose: s, emit: c }) {
|
|
27
|
+
const l = c, n = o, a = t(() => ({
|
|
28
|
+
main: {
|
|
29
|
+
// :classes-values [!] System label / Системная метка
|
|
30
|
+
"d1-selectValue": !0
|
|
31
|
+
// :classes-values [!] System label / Системная метка
|
|
32
|
+
}
|
|
33
|
+
})), r = t(() => ({
|
|
34
|
+
// :styles-values [!] System label / Системная метка
|
|
35
|
+
// :styles-values [!] System label / Системная метка
|
|
36
|
+
})), e = new h(
|
|
37
|
+
"d1.selectValue",
|
|
38
|
+
n,
|
|
39
|
+
{
|
|
40
|
+
emits: l,
|
|
41
|
+
classes: a,
|
|
42
|
+
styles: r,
|
|
43
|
+
components: {
|
|
44
|
+
chip: y
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
), i = e.render();
|
|
48
|
+
return s(e.expose()), (B, D) => (m(), u(d(i)));
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
export {
|
|
52
|
+
g as _
|
|
53
|
+
};
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { ComponentOptionsMixin } from 'vue';
|
|
2
|
+
import { ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { ComputedRef } from 'vue';
|
|
4
|
+
import { DefineComponent } from 'vue';
|
|
5
|
+
import { PublicProps } from 'vue';
|
|
6
|
+
import { SkeletonPropsBasic } from '@dxtmisha/constructor/Skeleton';
|
|
7
|
+
import { SkeletonSlots } from '@dxtmisha/constructor/Skeleton';
|
|
8
|
+
|
|
9
|
+
declare const __VLS_component: DefineComponent<PropsToken, {
|
|
10
|
+
isActive: ComputedRef<boolean>;
|
|
11
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< PropsToken> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
|
|
13
|
+
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: Readonly<SkeletonSlots> & SkeletonSlots;
|
|
16
|
+
refs: {};
|
|
17
|
+
rootEl: any;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
|
|
22
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export declare const D1Skeleton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
32
|
+
*/
|
|
33
|
+
export declare type D1SkeletonProps = SkeletonPropsBasic & PropsToken;
|
|
34
|
+
|
|
35
|
+
declare type PropsToken = {
|
|
36
|
+
active?: boolean;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export { }
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
declare module '@vue/runtime-core' {
|
|
43
|
+
interface GlobalComponents {
|
|
44
|
+
D1Accordion: typeof D1Accordion;
|
|
45
|
+
D1ActionSheet: typeof D1ActionSheet;
|
|
46
|
+
D1Actions: typeof D1Actions;
|
|
47
|
+
D1Anchor: typeof D1Anchor;
|
|
48
|
+
D1Arrow: typeof D1Arrow;
|
|
49
|
+
D1Badge: typeof D1Badge;
|
|
50
|
+
D1Bars: typeof D1Bars;
|
|
51
|
+
D1Block: typeof D1Block;
|
|
52
|
+
D1Button: typeof D1Button;
|
|
53
|
+
D1Cell: typeof D1Cell;
|
|
54
|
+
D1Chip: typeof D1Chip;
|
|
55
|
+
D1ChipGroup: typeof D1ChipGroup;
|
|
56
|
+
D1Dialog: typeof D1Dialog;
|
|
57
|
+
D1Field: typeof D1Field;
|
|
58
|
+
D1FieldCounter: typeof D1FieldCounter;
|
|
59
|
+
D1FieldLabel: typeof D1FieldLabel;
|
|
60
|
+
D1FieldMessage: typeof D1FieldMessage;
|
|
61
|
+
D1Icon: typeof D1Icon;
|
|
62
|
+
D1Image: typeof D1Image;
|
|
63
|
+
D1Input: typeof D1Input;
|
|
64
|
+
D1List: typeof D1List;
|
|
65
|
+
D1ListGroup: typeof D1ListGroup;
|
|
66
|
+
D1ListItem: typeof D1ListItem;
|
|
67
|
+
D1ListMenu: typeof D1ListMenu;
|
|
68
|
+
D1Mask: typeof D1Mask;
|
|
69
|
+
D1Menu: typeof D1Menu;
|
|
70
|
+
D1Modal: typeof D1Modal;
|
|
71
|
+
D1MotionTransform: typeof D1MotionTransform;
|
|
72
|
+
D1Page: typeof D1Page;
|
|
73
|
+
D1Progress: typeof D1Progress;
|
|
74
|
+
D1Ripple: typeof D1Ripple;
|
|
75
|
+
D1Scrollbar: typeof D1Scrollbar;
|
|
76
|
+
D1Section: typeof D1Section;
|
|
77
|
+
D1Select: typeof D1Select;
|
|
78
|
+
D1SelectValue: typeof D1SelectValue;
|
|
79
|
+
D1Skeleton: typeof D1Skeleton;
|
|
80
|
+
D1TextareaAutosize: typeof D1TextareaAutosize;
|
|
81
|
+
D1Tooltip: typeof D1Tooltip;
|
|
82
|
+
D1Window: typeof D1Window;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { defineComponent as m, computed as o, openBlock as i, createBlock as k, unref as d, mergeDefaults as u } from "vue";
|
|
2
|
+
import "@dxtmisha/functional";
|
|
3
|
+
import { defaultsSkeleton as f, SkeletonDesign as _ } from "@dxtmisha/constructor/Skeleton";
|
|
4
|
+
const x = {
|
|
5
|
+
...f
|
|
6
|
+
}, B = /* @__PURE__ */ m({
|
|
7
|
+
name: "D1Skeleton",
|
|
8
|
+
__name: "D1Skeleton",
|
|
9
|
+
props: /* @__PURE__ */ u({
|
|
10
|
+
active: { type: Boolean }
|
|
11
|
+
}, x),
|
|
12
|
+
setup(n, { expose: s, emit: c }) {
|
|
13
|
+
const r = c, e = n, l = o(() => ({
|
|
14
|
+
main: {
|
|
15
|
+
// :classes-values [!] System label / Системная метка
|
|
16
|
+
"d1-skeleton": !0,
|
|
17
|
+
"d1-skeleton--active": e.active
|
|
18
|
+
// :classes-values [!] System label / Системная метка
|
|
19
|
+
}
|
|
20
|
+
})), a = o(() => ({
|
|
21
|
+
// :styles-values [!] System label / Системная метка
|
|
22
|
+
// :styles-values [!] System label / Системная метка
|
|
23
|
+
})), t = new _(
|
|
24
|
+
"d1.skeleton",
|
|
25
|
+
e,
|
|
26
|
+
{
|
|
27
|
+
emits: r,
|
|
28
|
+
classes: l,
|
|
29
|
+
styles: a
|
|
30
|
+
}
|
|
31
|
+
), p = t.render();
|
|
32
|
+
return s(t.expose()), (D, S) => (i(), k(d(p)));
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
export {
|
|
36
|
+
B as _
|
|
37
|
+
};
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { ComponentOptionsMixin } from 'vue';
|
|
2
|
+
import { ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { DefineComponent } from 'vue';
|
|
4
|
+
import { PublicProps } from 'vue';
|
|
5
|
+
import { Ref } from 'vue';
|
|
6
|
+
import { TextareaAutosizePropsBasic } from '@dxtmisha/constructor/TextareaAutosize';
|
|
7
|
+
import { TextareaAutosizeSlots } from '@dxtmisha/constructor/TextareaAutosize';
|
|
8
|
+
|
|
9
|
+
declare const __VLS_component: DefineComponent<D1TextareaAutosizeProps, {
|
|
10
|
+
value: Ref<string>;
|
|
11
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12
|
+
input: (event: InputEvent) => any;
|
|
13
|
+
}, string, PublicProps, Readonly<D1TextareaAutosizeProps> & Readonly<{
|
|
14
|
+
onInput?: ((event: InputEvent) => any) | undefined;
|
|
15
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
|
|
17
|
+
declare function __VLS_template(): {
|
|
18
|
+
attrs: Partial<{}>;
|
|
19
|
+
slots: Readonly<TextareaAutosizeSlots> & TextareaAutosizeSlots;
|
|
20
|
+
refs: {};
|
|
21
|
+
rootEl: any;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
+
|
|
26
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export declare const D1TextareaAutosize: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
36
|
+
*/
|
|
37
|
+
export declare type D1TextareaAutosizeProps = TextareaAutosizePropsBasic & PropsToken;
|
|
38
|
+
|
|
39
|
+
declare type PropsToken = {
|
|
40
|
+
height?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export { }
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
declare module '@vue/runtime-core' {
|
|
47
|
+
interface GlobalComponents {
|
|
48
|
+
D1Accordion: typeof D1Accordion;
|
|
49
|
+
D1ActionSheet: typeof D1ActionSheet;
|
|
50
|
+
D1Actions: typeof D1Actions;
|
|
51
|
+
D1Anchor: typeof D1Anchor;
|
|
52
|
+
D1Arrow: typeof D1Arrow;
|
|
53
|
+
D1Badge: typeof D1Badge;
|
|
54
|
+
D1Bars: typeof D1Bars;
|
|
55
|
+
D1Block: typeof D1Block;
|
|
56
|
+
D1Button: typeof D1Button;
|
|
57
|
+
D1Cell: typeof D1Cell;
|
|
58
|
+
D1Chip: typeof D1Chip;
|
|
59
|
+
D1ChipGroup: typeof D1ChipGroup;
|
|
60
|
+
D1Dialog: typeof D1Dialog;
|
|
61
|
+
D1Field: typeof D1Field;
|
|
62
|
+
D1FieldCounter: typeof D1FieldCounter;
|
|
63
|
+
D1FieldLabel: typeof D1FieldLabel;
|
|
64
|
+
D1FieldMessage: typeof D1FieldMessage;
|
|
65
|
+
D1Icon: typeof D1Icon;
|
|
66
|
+
D1Image: typeof D1Image;
|
|
67
|
+
D1Input: typeof D1Input;
|
|
68
|
+
D1List: typeof D1List;
|
|
69
|
+
D1ListGroup: typeof D1ListGroup;
|
|
70
|
+
D1ListItem: typeof D1ListItem;
|
|
71
|
+
D1ListMenu: typeof D1ListMenu;
|
|
72
|
+
D1Mask: typeof D1Mask;
|
|
73
|
+
D1Menu: typeof D1Menu;
|
|
74
|
+
D1Modal: typeof D1Modal;
|
|
75
|
+
D1MotionTransform: typeof D1MotionTransform;
|
|
76
|
+
D1Page: typeof D1Page;
|
|
77
|
+
D1Progress: typeof D1Progress;
|
|
78
|
+
D1Ripple: typeof D1Ripple;
|
|
79
|
+
D1Scrollbar: typeof D1Scrollbar;
|
|
80
|
+
D1Section: typeof D1Section;
|
|
81
|
+
D1Select: typeof D1Select;
|
|
82
|
+
D1SelectValue: typeof D1SelectValue;
|
|
83
|
+
D1Skeleton: typeof D1Skeleton;
|
|
84
|
+
D1TextareaAutosize: typeof D1TextareaAutosize;
|
|
85
|
+
D1Tooltip: typeof D1Tooltip;
|
|
86
|
+
D1Window: typeof D1Window;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { defineComponent as m, computed as s, openBlock as p, createBlock as h, unref as l, mergeDefaults as x } from "vue";
|
|
2
|
+
import { inArray as d } from "@dxtmisha/functional";
|
|
3
|
+
import { defaultsTextareaAutosize as g, TextareaAutosizeDesign as f } from "@dxtmisha/constructor/TextareaAutosize";
|
|
4
|
+
const A = {
|
|
5
|
+
// :values [!] System label / Системная метка
|
|
6
|
+
height: ["xs", "sm", "md", "lg", "xl"]
|
|
7
|
+
// :values [!] System label / Системная метка
|
|
8
|
+
}, z = {
|
|
9
|
+
...g,
|
|
10
|
+
// :default [!] System label / Системная метка
|
|
11
|
+
height: "md"
|
|
12
|
+
}, B = /* @__PURE__ */ m({
|
|
13
|
+
name: "D1TextareaAutosize",
|
|
14
|
+
__name: "D1TextareaAutosize",
|
|
15
|
+
props: /* @__PURE__ */ x({
|
|
16
|
+
value: {},
|
|
17
|
+
autosize: { type: Boolean },
|
|
18
|
+
inputAttrs: {},
|
|
19
|
+
height: {}
|
|
20
|
+
}, z),
|
|
21
|
+
emits: ["input"],
|
|
22
|
+
setup(o, { expose: r, emit: a }) {
|
|
23
|
+
const n = a, e = o, i = s(() => ({
|
|
24
|
+
main: {
|
|
25
|
+
// :classes-values [!] System label / Системная метка
|
|
26
|
+
"d1-textareaAutosize": !0,
|
|
27
|
+
[`d1-textareaAutosize--height--${e.height}`]: d(A.height, e.height)
|
|
28
|
+
// :classes-values [!] System label / Системная метка
|
|
29
|
+
}
|
|
30
|
+
})), u = s(() => ({
|
|
31
|
+
// :styles-values [!] System label / Системная метка
|
|
32
|
+
// :styles-values [!] System label / Системная метка
|
|
33
|
+
})), t = new f(
|
|
34
|
+
"d1.textareaAutosize",
|
|
35
|
+
e,
|
|
36
|
+
{
|
|
37
|
+
emits: n,
|
|
38
|
+
classes: i,
|
|
39
|
+
styles: u
|
|
40
|
+
}
|
|
41
|
+
), c = t.render();
|
|
42
|
+
return r(t.expose()), (_, T) => (p(), h(l(c)));
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
export {
|
|
46
|
+
B as _
|
|
47
|
+
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { ComponentOptionsMixin } from 'vue';
|
|
2
|
+
import { ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { DefineComponent } from 'vue';
|
|
4
|
+
import { PublicProps } from 'vue';
|
|
5
|
+
import { TooltipPropsBasic } from '@dxtmisha/constructor/Tooltip';
|
|
6
|
+
import { TooltipSlots } from '@dxtmisha/constructor/Tooltip';
|
|
7
|
+
|
|
8
|
+
declare const __VLS_component: DefineComponent<D1TooltipProps, {
|
|
9
|
+
toggle(open: boolean, flash?: boolean): Promise<void>;
|
|
10
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11
|
+
tooltip: (open: boolean) => any;
|
|
12
|
+
}, string, PublicProps, Readonly<D1TooltipProps> & Readonly<{
|
|
13
|
+
onTooltip?: ((open: boolean) => any) | undefined;
|
|
14
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: Readonly<TooltipSlots> & TooltipSlots;
|
|
19
|
+
refs: {};
|
|
20
|
+
rootEl: any;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
|
+
|
|
25
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export declare const D1Tooltip: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
35
|
+
*/
|
|
36
|
+
export declare type D1TooltipProps = TooltipPropsBasic & PropsToken;
|
|
37
|
+
|
|
38
|
+
declare type PropsToken = {
|
|
39
|
+
interactive?: boolean;
|
|
40
|
+
embedded?: boolean;
|
|
41
|
+
maxWidth?: 'sm' | 'md' | 'lg';
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export { }
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
declare module '@vue/runtime-core' {
|
|
48
|
+
interface GlobalComponents {
|
|
49
|
+
D1Accordion: typeof D1Accordion;
|
|
50
|
+
D1ActionSheet: typeof D1ActionSheet;
|
|
51
|
+
D1Actions: typeof D1Actions;
|
|
52
|
+
D1Anchor: typeof D1Anchor;
|
|
53
|
+
D1Arrow: typeof D1Arrow;
|
|
54
|
+
D1Badge: typeof D1Badge;
|
|
55
|
+
D1Bars: typeof D1Bars;
|
|
56
|
+
D1Block: typeof D1Block;
|
|
57
|
+
D1Button: typeof D1Button;
|
|
58
|
+
D1Cell: typeof D1Cell;
|
|
59
|
+
D1Chip: typeof D1Chip;
|
|
60
|
+
D1ChipGroup: typeof D1ChipGroup;
|
|
61
|
+
D1Dialog: typeof D1Dialog;
|
|
62
|
+
D1Field: typeof D1Field;
|
|
63
|
+
D1FieldCounter: typeof D1FieldCounter;
|
|
64
|
+
D1FieldLabel: typeof D1FieldLabel;
|
|
65
|
+
D1FieldMessage: typeof D1FieldMessage;
|
|
66
|
+
D1Icon: typeof D1Icon;
|
|
67
|
+
D1Image: typeof D1Image;
|
|
68
|
+
D1Input: typeof D1Input;
|
|
69
|
+
D1List: typeof D1List;
|
|
70
|
+
D1ListGroup: typeof D1ListGroup;
|
|
71
|
+
D1ListItem: typeof D1ListItem;
|
|
72
|
+
D1ListMenu: typeof D1ListMenu;
|
|
73
|
+
D1Mask: typeof D1Mask;
|
|
74
|
+
D1Menu: typeof D1Menu;
|
|
75
|
+
D1Modal: typeof D1Modal;
|
|
76
|
+
D1MotionTransform: typeof D1MotionTransform;
|
|
77
|
+
D1Page: typeof D1Page;
|
|
78
|
+
D1Progress: typeof D1Progress;
|
|
79
|
+
D1Ripple: typeof D1Ripple;
|
|
80
|
+
D1Scrollbar: typeof D1Scrollbar;
|
|
81
|
+
D1Section: typeof D1Section;
|
|
82
|
+
D1Select: typeof D1Select;
|
|
83
|
+
D1SelectValue: typeof D1SelectValue;
|
|
84
|
+
D1Skeleton: typeof D1Skeleton;
|
|
85
|
+
D1TextareaAutosize: typeof D1TextareaAutosize;
|
|
86
|
+
D1Tooltip: typeof D1Tooltip;
|
|
87
|
+
D1Window: typeof D1Window;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { defineComponent as l, computed as t, openBlock as m, createBlock as c, unref as y, mergeDefaults as f } from "vue";
|
|
2
|
+
import { inArray as u } from "@dxtmisha/functional";
|
|
3
|
+
import { defaultsTooltip as x, TooltipDesign as _ } from "@dxtmisha/constructor/Tooltip";
|
|
4
|
+
import { _ as h } from "./D1Arrow.vue_vue_type_script_setup_true_lang-CL7CgsNP.js";
|
|
5
|
+
const B = h, w = {
|
|
6
|
+
// :values [!] System label / Системная метка
|
|
7
|
+
maxWidth: ["sm", "md", "lg"]
|
|
8
|
+
// :values [!] System label / Системная метка
|
|
9
|
+
}, W = {
|
|
10
|
+
...x,
|
|
11
|
+
// :default [!] System label / Системная метка
|
|
12
|
+
interactive: !0,
|
|
13
|
+
maxWidth: "md"
|
|
14
|
+
}, A = /* @__PURE__ */ l({
|
|
15
|
+
name: "D1Tooltip",
|
|
16
|
+
__name: "D1Tooltip",
|
|
17
|
+
props: /* @__PURE__ */ f({
|
|
18
|
+
label: {},
|
|
19
|
+
labelId: {},
|
|
20
|
+
description: {},
|
|
21
|
+
descriptionId: {},
|
|
22
|
+
arrowShow: { type: Boolean },
|
|
23
|
+
arrowPosition: {},
|
|
24
|
+
arrowAttrs: {},
|
|
25
|
+
open: { type: Boolean },
|
|
26
|
+
disabled: { type: Boolean },
|
|
27
|
+
inDom: { type: Boolean },
|
|
28
|
+
top: { type: Boolean },
|
|
29
|
+
indent: {},
|
|
30
|
+
delay: {},
|
|
31
|
+
delayHide: {},
|
|
32
|
+
embedded: { type: Boolean },
|
|
33
|
+
interactive: { type: Boolean },
|
|
34
|
+
maxWidth: {}
|
|
35
|
+
}, W),
|
|
36
|
+
emits: ["tooltip"],
|
|
37
|
+
setup(n, { expose: i, emit: s }) {
|
|
38
|
+
const r = s, e = n, a = t(() => ({
|
|
39
|
+
main: {
|
|
40
|
+
// :classes-values [!] System label / Системная метка
|
|
41
|
+
"d1-tooltip": !0,
|
|
42
|
+
"d1-tooltip--interactive": e.interactive,
|
|
43
|
+
"d1-tooltip--embedded": e.embedded,
|
|
44
|
+
[`d1-tooltip--maxWidth--${e.maxWidth}`]: u(w.maxWidth, e.maxWidth)
|
|
45
|
+
// :classes-values [!] System label / Системная метка
|
|
46
|
+
}
|
|
47
|
+
})), d = t(() => ({
|
|
48
|
+
// :styles-values [!] System label / Системная метка
|
|
49
|
+
// :styles-values [!] System label / Системная метка
|
|
50
|
+
})), o = new _(
|
|
51
|
+
"d1.tooltip",
|
|
52
|
+
e,
|
|
53
|
+
{
|
|
54
|
+
emits: r,
|
|
55
|
+
classes: a,
|
|
56
|
+
styles: d,
|
|
57
|
+
components: {
|
|
58
|
+
arrow: B
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
), p = o.render();
|
|
62
|
+
return i(o.expose()), (b, D) => (m(), c(y(p)));
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
export {
|
|
66
|
+
A as _
|
|
67
|
+
};
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import { ComponentOptionsMixin } from 'vue';
|
|
2
|
+
import { ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { ComputedRef } from 'vue';
|
|
4
|
+
import { DefineComponent } from 'vue';
|
|
5
|
+
import { IconPropsBasic } from '@dxtmisha/constructor/Icon';
|
|
6
|
+
import { ImageEventData } from '@dxtmisha/constructor/Image';
|
|
7
|
+
import { ImagePropsBasic } from '@dxtmisha/constructor/Image';
|
|
8
|
+
import { PublicProps } from 'vue';
|
|
9
|
+
import { Ref } from 'vue';
|
|
10
|
+
import { ScrollbarEdgeType } from '@dxtmisha/constructor/Scrollbar';
|
|
11
|
+
import { ScrollbarPropsBasic } from '@dxtmisha/constructor/Scrollbar';
|
|
12
|
+
import { WindowControlItem } from '@dxtmisha/constructor/Window';
|
|
13
|
+
import { WindowEmitOptions } from '@dxtmisha/constructor/Window';
|
|
14
|
+
import { WindowPropsBasic } from '@dxtmisha/constructor/Window';
|
|
15
|
+
import { WindowSlots } from '@dxtmisha/constructor/Window';
|
|
16
|
+
|
|
17
|
+
declare const __VLS_component: DefineComponent<D1WindowProps, {
|
|
18
|
+
id: string;
|
|
19
|
+
open: Ref<boolean>;
|
|
20
|
+
control: ComputedRef<WindowControlItem>;
|
|
21
|
+
setOpen(open: boolean): Promise<void>;
|
|
22
|
+
toOpen(): Promise<void>;
|
|
23
|
+
toClose(): Promise<void>;
|
|
24
|
+
toggle(): Promise<void>;
|
|
25
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
26
|
+
load: (image: ImageEventData) => any;
|
|
27
|
+
window: (options: WindowEmitOptions) => any;
|
|
28
|
+
"update:open": (value: boolean) => any;
|
|
29
|
+
"update:modelOpen": (value: boolean) => any;
|
|
30
|
+
scrollbarTop: (isTop: boolean) => any;
|
|
31
|
+
scrollbarReachTop: () => any;
|
|
32
|
+
scrollbarLeaveTop: () => any;
|
|
33
|
+
scrollbarBottom: (isBottom: boolean) => any;
|
|
34
|
+
scrollbarReachBottom: () => any;
|
|
35
|
+
scrollbarLeaveBottom: () => any;
|
|
36
|
+
scrollbarEdge: (isTop: boolean, isBottom: boolean, edge: ScrollbarEdgeType) => any;
|
|
37
|
+
}, string, PublicProps, Readonly<D1WindowProps> & Readonly<{
|
|
38
|
+
onLoad?: ((image: ImageEventData) => any) | undefined;
|
|
39
|
+
onWindow?: ((options: WindowEmitOptions) => any) | undefined;
|
|
40
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
41
|
+
"onUpdate:modelOpen"?: ((value: boolean) => any) | undefined;
|
|
42
|
+
onScrollbarTop?: ((isTop: boolean) => any) | undefined;
|
|
43
|
+
onScrollbarReachTop?: (() => any) | undefined;
|
|
44
|
+
onScrollbarLeaveTop?: (() => any) | undefined;
|
|
45
|
+
onScrollbarBottom?: ((isBottom: boolean) => any) | undefined;
|
|
46
|
+
onScrollbarReachBottom?: (() => any) | undefined;
|
|
47
|
+
onScrollbarLeaveBottom?: (() => any) | undefined;
|
|
48
|
+
onScrollbarEdge?: ((isTop: boolean, isBottom: boolean, edge: ScrollbarEdgeType) => any) | undefined;
|
|
49
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
50
|
+
|
|
51
|
+
declare function __VLS_template(): {
|
|
52
|
+
attrs: Partial<{}>;
|
|
53
|
+
slots: Readonly<WindowSlots> & WindowSlots;
|
|
54
|
+
refs: {};
|
|
55
|
+
rootEl: any;
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
59
|
+
|
|
60
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
|
+
new (): {
|
|
62
|
+
$slots: S;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
export declare const D1Window: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
70
|
+
*/
|
|
71
|
+
export declare type D1WindowProps = WindowPropsBasic<ScrollbarProps, IconProps, ImageProps> & PropsToken_4;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
75
|
+
*/
|
|
76
|
+
declare type IconProps = IconPropsBasic<ImageProps> & PropsToken_3;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
80
|
+
*/
|
|
81
|
+
declare type ImageProps = ImagePropsBasic & PropsToken_2;
|
|
82
|
+
|
|
83
|
+
declare type PropsToken = {
|
|
84
|
+
visible?: boolean;
|
|
85
|
+
divider?: boolean;
|
|
86
|
+
dividerTop?: boolean;
|
|
87
|
+
dividerBottom?: boolean;
|
|
88
|
+
dividerHide?: boolean;
|
|
89
|
+
inverse?: boolean;
|
|
90
|
+
standard?: boolean;
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
declare type PropsToken_2 = {
|
|
94
|
+
turn?: boolean;
|
|
95
|
+
disabled?: boolean;
|
|
96
|
+
hide?: boolean;
|
|
97
|
+
adaptive?: boolean;
|
|
98
|
+
size?: 'auto' | 'contain' | 'cover';
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
declare type PropsToken_3 = {
|
|
102
|
+
turn?: boolean;
|
|
103
|
+
disabled?: boolean;
|
|
104
|
+
hide?: boolean;
|
|
105
|
+
asPalette?: boolean;
|
|
106
|
+
dir?: boolean;
|
|
107
|
+
overlay?: boolean;
|
|
108
|
+
dynamic?: boolean;
|
|
109
|
+
start?: boolean;
|
|
110
|
+
end?: boolean;
|
|
111
|
+
high?: boolean;
|
|
112
|
+
animationType?: 'type1' | 'type2';
|
|
113
|
+
animationShow?: boolean;
|
|
114
|
+
square?: boolean;
|
|
115
|
+
circle?: boolean;
|
|
116
|
+
rect?: boolean;
|
|
117
|
+
size?: 'auto' | 'x' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl' | '9xl';
|
|
118
|
+
inverse?: boolean;
|
|
119
|
+
rounded?: 'auto' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
declare type PropsToken_4 = {
|
|
123
|
+
width?: string | 'auto' | 'max' | 'sm' | 'md' | 'lg' | 'custom';
|
|
124
|
+
height?: string | 'auto' | 'max' | 'sm' | 'md' | 'lg' | 'custom';
|
|
125
|
+
hide?: boolean;
|
|
126
|
+
axis?: 'x' | 'y' | 'on';
|
|
127
|
+
imagePosition?: 'top' | 'left';
|
|
128
|
+
dense?: boolean;
|
|
129
|
+
alignment?: 'center' | 'top' | 'topRight' | 'topLeft' | 'topFull' | 'right' | 'rightFull' | 'bottom' | 'bottomRight' | 'bottomLeft' | 'bottomFull' | 'left' | 'leftFull';
|
|
130
|
+
origin?: 'center' | 'top' | 'right' | 'bottom' | 'left' | 'topToBottom' | 'rightToLeft' | 'bottomToTop' | 'leftToRight';
|
|
131
|
+
adaptive?: 'menu' | 'menuWindow' | 'modal' | 'modalDynamic' | 'actionSheetRight' | 'actionSheetBottom' | 'static' | 'actionSheet' | 'actionSheetToModal' | 'autoStaticSm' | 'autoStaticMd' | 'autoStaticLg' | 'autoStaticXl' | 'autoStatic2xl';
|
|
132
|
+
fullscreen?: boolean;
|
|
133
|
+
overscroll?: boolean;
|
|
134
|
+
closeButton?: boolean;
|
|
135
|
+
closeMobileHide?: boolean;
|
|
136
|
+
widthMatch?: boolean;
|
|
137
|
+
imageSize?: 'sm' | 'md' | 'lg' | 'quarter' | 'half';
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
142
|
+
*/
|
|
143
|
+
declare type ScrollbarProps = ScrollbarPropsBasic & PropsToken;
|
|
144
|
+
|
|
145
|
+
export { }
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
declare module '@vue/runtime-core' {
|
|
149
|
+
interface GlobalComponents {
|
|
150
|
+
D1Accordion: typeof D1Accordion;
|
|
151
|
+
D1ActionSheet: typeof D1ActionSheet;
|
|
152
|
+
D1Actions: typeof D1Actions;
|
|
153
|
+
D1Anchor: typeof D1Anchor;
|
|
154
|
+
D1Arrow: typeof D1Arrow;
|
|
155
|
+
D1Badge: typeof D1Badge;
|
|
156
|
+
D1Bars: typeof D1Bars;
|
|
157
|
+
D1Block: typeof D1Block;
|
|
158
|
+
D1Button: typeof D1Button;
|
|
159
|
+
D1Cell: typeof D1Cell;
|
|
160
|
+
D1Chip: typeof D1Chip;
|
|
161
|
+
D1ChipGroup: typeof D1ChipGroup;
|
|
162
|
+
D1Dialog: typeof D1Dialog;
|
|
163
|
+
D1Field: typeof D1Field;
|
|
164
|
+
D1FieldCounter: typeof D1FieldCounter;
|
|
165
|
+
D1FieldLabel: typeof D1FieldLabel;
|
|
166
|
+
D1FieldMessage: typeof D1FieldMessage;
|
|
167
|
+
D1Icon: typeof D1Icon;
|
|
168
|
+
D1Image: typeof D1Image;
|
|
169
|
+
D1Input: typeof D1Input;
|
|
170
|
+
D1List: typeof D1List;
|
|
171
|
+
D1ListGroup: typeof D1ListGroup;
|
|
172
|
+
D1ListItem: typeof D1ListItem;
|
|
173
|
+
D1ListMenu: typeof D1ListMenu;
|
|
174
|
+
D1Mask: typeof D1Mask;
|
|
175
|
+
D1Menu: typeof D1Menu;
|
|
176
|
+
D1Modal: typeof D1Modal;
|
|
177
|
+
D1MotionTransform: typeof D1MotionTransform;
|
|
178
|
+
D1Page: typeof D1Page;
|
|
179
|
+
D1Progress: typeof D1Progress;
|
|
180
|
+
D1Ripple: typeof D1Ripple;
|
|
181
|
+
D1Scrollbar: typeof D1Scrollbar;
|
|
182
|
+
D1Section: typeof D1Section;
|
|
183
|
+
D1Select: typeof D1Select;
|
|
184
|
+
D1SelectValue: typeof D1SelectValue;
|
|
185
|
+
D1Skeleton: typeof D1Skeleton;
|
|
186
|
+
D1TextareaAutosize: typeof D1TextareaAutosize;
|
|
187
|
+
D1Tooltip: typeof D1Tooltip;
|
|
188
|
+
D1Window: typeof D1Window;
|
|
189
|
+
}
|
|
190
|
+
}
|
package/dist/D1Window.js
ADDED