@dxtmisha/d1 0.1.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/README.md +1 -0
- package/dist/App.vue.d.ts +3 -0
- package/dist/D1Accordion.js +396 -0
- package/dist/D1Image.js +4 -0
- package/dist/components/AiWiki.vue.d.ts +3 -0
- package/dist/components/Ui/Accordion/D1Accordion.vue.d.ts +43 -0
- package/dist/components/Ui/Accordion/index.d.ts +5 -0
- package/dist/components/Ui/Accordion/props.d.ts +20 -0
- package/dist/components/Ui/Accordion/wiki.d.ts +2 -0
- package/dist/components/Ui/ActionSheet/D1ActionSheet.vue.d.ts +44 -0
- package/dist/components/Ui/ActionSheet/index.d.ts +5 -0
- package/dist/components/Ui/ActionSheet/props.d.ts +21 -0
- package/dist/components/Ui/ActionSheet/wiki.d.ts +2 -0
- package/dist/components/Ui/Actions/D1Actions.vue.d.ts +25 -0
- package/dist/components/Ui/Actions/index.d.ts +5 -0
- package/dist/components/Ui/Actions/props.d.ts +21 -0
- package/dist/components/Ui/Actions/wiki.d.ts +2 -0
- package/dist/components/Ui/Anchor/D1Anchor.vue.d.ts +21 -0
- package/dist/components/Ui/Anchor/index.d.ts +5 -0
- package/dist/components/Ui/Anchor/props.d.ts +11 -0
- package/dist/components/Ui/Anchor/wiki.d.ts +2 -0
- package/dist/components/Ui/Arrow/D1Arrow.vue.d.ts +20 -0
- package/dist/components/Ui/Arrow/index.d.ts +5 -0
- package/dist/components/Ui/Arrow/props.d.ts +18 -0
- package/dist/components/Ui/Arrow/wiki.d.ts +2 -0
- package/dist/components/Ui/Badge/D1Badge.vue.d.ts +18 -0
- package/dist/components/Ui/Badge/index.d.ts +5 -0
- package/dist/components/Ui/Badge/props.d.ts +30 -0
- package/dist/components/Ui/Badge/wiki.d.ts +2 -0
- package/dist/components/Ui/Bars/D1Bars.vue.d.ts +32 -0
- package/dist/components/Ui/Bars/index.d.ts +5 -0
- package/dist/components/Ui/Bars/props.d.ts +18 -0
- package/dist/components/Ui/Bars/wiki.d.ts +2 -0
- package/dist/components/Ui/Block/D1Block.vue.d.ts +21 -0
- package/dist/components/Ui/Block/index.d.ts +5 -0
- package/dist/components/Ui/Block/props.d.ts +12 -0
- package/dist/components/Ui/Block/wiki.d.ts +2 -0
- package/dist/components/Ui/Button/D1Button.vue.d.ts +29 -0
- package/dist/components/Ui/Button/index.d.ts +5 -0
- package/dist/components/Ui/Button/props.d.ts +36 -0
- package/dist/components/Ui/Button/wiki.d.ts +2 -0
- package/dist/components/Ui/Cell/D1Cell.vue.d.ts +30 -0
- package/dist/components/Ui/Cell/index.d.ts +5 -0
- package/dist/components/Ui/Cell/props.d.ts +28 -0
- package/dist/components/Ui/Cell/wiki.d.ts +2 -0
- package/dist/components/Ui/Chip/D1Chip.vue.d.ts +29 -0
- package/dist/components/Ui/Chip/index.d.ts +5 -0
- package/dist/components/Ui/Chip/props.d.ts +34 -0
- package/dist/components/Ui/Chip/wiki.d.ts +2 -0
- package/dist/components/Ui/ChipGroup/D1ChipGroup.vue.d.ts +30 -0
- package/dist/components/Ui/ChipGroup/index.d.ts +5 -0
- package/dist/components/Ui/ChipGroup/props.d.ts +12 -0
- package/dist/components/Ui/ChipGroup/wiki.d.ts +2 -0
- package/dist/components/Ui/Dialog/D1Dialog.vue.d.ts +48 -0
- package/dist/components/Ui/Dialog/index.d.ts +5 -0
- package/dist/components/Ui/Dialog/props.d.ts +28 -0
- package/dist/components/Ui/Dialog/wiki.d.ts +2 -0
- package/dist/components/Ui/Field/D1Field.vue.d.ts +25 -0
- package/dist/components/Ui/Field/index.d.ts +5 -0
- package/dist/components/Ui/Field/props.d.ts +42 -0
- package/dist/components/Ui/Field/wiki.d.ts +2 -0
- package/dist/components/Ui/FieldCounter/D1FieldCounter.vue.d.ts +17 -0
- package/dist/components/Ui/FieldCounter/index.d.ts +5 -0
- package/dist/components/Ui/FieldCounter/props.d.ts +11 -0
- package/dist/components/Ui/FieldCounter/wiki.d.ts +2 -0
- package/dist/components/Ui/FieldLabel/D1FieldLabel.vue.d.ts +20 -0
- package/dist/components/Ui/FieldLabel/index.d.ts +5 -0
- package/dist/components/Ui/FieldLabel/props.d.ts +13 -0
- package/dist/components/Ui/FieldLabel/wiki.d.ts +2 -0
- package/dist/components/Ui/FieldMessage/D1FieldMessage.vue.d.ts +18 -0
- package/dist/components/Ui/FieldMessage/index.d.ts +5 -0
- package/dist/components/Ui/FieldMessage/props.d.ts +12 -0
- package/dist/components/Ui/FieldMessage/wiki.d.ts +2 -0
- package/dist/components/Ui/Icon/D1Icon.vue.d.ts +25 -0
- package/dist/components/Ui/Icon/index.d.ts +5 -0
- package/dist/components/Ui/Icon/props.d.ts +35 -0
- package/dist/components/Ui/Icon/wiki.d.ts +2 -0
- package/dist/components/Ui/Image/D1Image.vue.d.ts +25 -0
- package/dist/components/Ui/Image/D1ImageAiWiki.vue.d.ts +3 -0
- package/dist/components/Ui/Image/index.d.ts +5 -0
- package/dist/components/Ui/Image/props.d.ts +19 -0
- package/dist/components/Ui/Image/wiki.d.ts +2 -0
- package/dist/components/Ui/Input/D1Input.vue.d.ts +37 -0
- package/dist/components/Ui/Input/index.d.ts +5 -0
- package/dist/components/Ui/Input/props.d.ts +18 -0
- package/dist/components/Ui/Input/wiki.d.ts +2 -0
- package/dist/components/Ui/List/D1List.vue.d.ts +33 -0
- package/dist/components/Ui/List/index.d.ts +5 -0
- package/dist/components/Ui/List/props.d.ts +18 -0
- package/dist/components/Ui/List/wiki.d.ts +2 -0
- package/dist/components/Ui/ListGroup/D1ListGroup.vue.d.ts +20 -0
- package/dist/components/Ui/ListGroup/index.d.ts +5 -0
- package/dist/components/Ui/ListGroup/props.d.ts +14 -0
- package/dist/components/Ui/ListGroup/wiki.d.ts +2 -0
- package/dist/components/Ui/ListItem/D1ListItem.vue.d.ts +28 -0
- package/dist/components/Ui/ListItem/index.d.ts +5 -0
- package/dist/components/Ui/ListItem/props.d.ts +33 -0
- package/dist/components/Ui/ListItem/wiki.d.ts +2 -0
- package/dist/components/Ui/ListMenu/D1ListMenu.vue.d.ts +33 -0
- package/dist/components/Ui/ListMenu/index.d.ts +5 -0
- package/dist/components/Ui/ListMenu/props.d.ts +18 -0
- package/dist/components/Ui/ListMenu/wiki.d.ts +2 -0
- package/dist/components/Ui/Mask/D1Mask.vue.d.ts +48 -0
- package/dist/components/Ui/Mask/index.d.ts +5 -0
- package/dist/components/Ui/Mask/props.d.ts +19 -0
- package/dist/components/Ui/Mask/wiki.d.ts +2 -0
- package/dist/components/Ui/Menu/D1Menu.vue.d.ts +65 -0
- package/dist/components/Ui/Menu/index.d.ts +5 -0
- package/dist/components/Ui/Menu/props.d.ts +20 -0
- package/dist/components/Ui/Menu/wiki.d.ts +2 -0
- package/dist/components/Ui/Modal/D1Modal.vue.d.ts +44 -0
- package/dist/components/Ui/Modal/index.d.ts +5 -0
- package/dist/components/Ui/Modal/props.d.ts +24 -0
- package/dist/components/Ui/Modal/wiki.d.ts +2 -0
- package/dist/components/Ui/MotionTransform/D1MotionTransform.vue.d.ts +35 -0
- package/dist/components/Ui/MotionTransform/index.d.ts +5 -0
- package/dist/components/Ui/MotionTransform/props.d.ts +18 -0
- package/dist/components/Ui/MotionTransform/wiki.d.ts +2 -0
- package/dist/components/Ui/Page/D1Page.vue.d.ts +21 -0
- package/dist/components/Ui/Page/index.d.ts +5 -0
- package/dist/components/Ui/Page/props.d.ts +11 -0
- package/dist/components/Ui/Page/wiki.d.ts +2 -0
- package/dist/components/Ui/Progress/D1Progress.vue.d.ts +18 -0
- package/dist/components/Ui/Progress/index.d.ts +5 -0
- package/dist/components/Ui/Progress/props.d.ts +26 -0
- package/dist/components/Ui/Progress/wiki.d.ts +2 -0
- package/dist/components/Ui/Ripple/D1Ripple.vue.d.ts +17 -0
- package/dist/components/Ui/Ripple/index.d.ts +5 -0
- package/dist/components/Ui/Ripple/props.d.ts +11 -0
- package/dist/components/Ui/Ripple/wiki.d.ts +2 -0
- package/dist/components/Ui/Scrollbar/D1Scrollbar.vue.d.ts +34 -0
- package/dist/components/Ui/Scrollbar/index.d.ts +5 -0
- package/dist/components/Ui/Scrollbar/props.d.ts +19 -0
- package/dist/components/Ui/Scrollbar/wiki.d.ts +2 -0
- package/dist/components/Ui/Section/D1Section.vue.d.ts +21 -0
- package/dist/components/Ui/Section/index.d.ts +5 -0
- package/dist/components/Ui/Section/props.d.ts +11 -0
- package/dist/components/Ui/Section/wiki.d.ts +2 -0
- package/dist/components/Ui/Select/D1Select.vue.d.ts +45 -0
- package/dist/components/Ui/Select/index.d.ts +5 -0
- package/dist/components/Ui/Select/props.d.ts +19 -0
- package/dist/components/Ui/Select/wiki.d.ts +2 -0
- package/dist/components/Ui/SelectValue/D1SelectValue.vue.d.ts +25 -0
- package/dist/components/Ui/SelectValue/index.d.ts +5 -0
- package/dist/components/Ui/SelectValue/props.d.ts +13 -0
- package/dist/components/Ui/SelectValue/wiki.d.ts +2 -0
- package/dist/components/Ui/Skeleton/D1Skeleton.vue.d.ts +20 -0
- package/dist/components/Ui/Skeleton/index.d.ts +4 -0
- package/dist/components/Ui/Skeleton/props.d.ts +13 -0
- package/dist/components/Ui/Skeleton/wiki.d.ts +2 -0
- package/dist/components/Ui/TextareaAutosize/D1TextareaAutosize.vue.d.ts +24 -0
- package/dist/components/Ui/TextareaAutosize/index.d.ts +5 -0
- package/dist/components/Ui/TextareaAutosize/props.d.ts +15 -0
- package/dist/components/Ui/TextareaAutosize/wiki.d.ts +2 -0
- package/dist/components/Ui/Tooltip/D1Tooltip.vue.d.ts +24 -0
- package/dist/components/Ui/Tooltip/index.d.ts +5 -0
- package/dist/components/Ui/Tooltip/props.d.ts +15 -0
- package/dist/components/Ui/Tooltip/wiki.d.ts +2 -0
- package/dist/components/Ui/Window/D1Window.vue.d.ts +52 -0
- package/dist/components/Ui/Window/index.d.ts +5 -0
- package/dist/components/Ui/Window/props.d.ts +37 -0
- package/dist/components/Ui/Window/wiki.d.ts +2 -0
- package/dist/design.js +165 -0
- package/dist/index-BWyEZpKM.js +66 -0
- package/dist/library/D1Accordion.d.ts +1 -0
- package/dist/library/D1Image.d.ts +1 -0
- package/dist/library/ai-list.wiki.d.ts +1 -0
- package/dist/library/design.d.ts +6 -0
- package/dist/library/plugin.d.ts +9 -0
- package/dist/library/types.d.ts +82 -0
- package/dist/library.d.ts +0 -0
- package/dist/library.js +1 -0
- package/dist/main.d.ts +0 -0
- package/dist/plugin.js +16 -0
- package/dist/style.css +1 -0
- package/dist/types.js +1 -0
- package/dist/wiki/wiki.d.ts +2 -0
- package/package.json +75 -0
- package/src/styles/Ui/basic.scss +3 -0
- package/src/styles/Ui/classes/d1-background.scss +57 -0
- package/src/styles/Ui/classes/d1-border.scss +117 -0
- package/src/styles/Ui/classes/d1-color.scss +118 -0
- package/src/styles/Ui/classes/d1-dark.scss +396 -0
- package/src/styles/Ui/classes/d1-elevation.scss +61 -0
- package/src/styles/Ui/classes/d1-font.scss +243 -0
- package/src/styles/Ui/classes/d1-grid.scss +17 -0
- package/src/styles/Ui/classes/d1-main.scss +28 -0
- package/src/styles/Ui/classes/d1-margin-x.scss +31 -0
- package/src/styles/Ui/classes/d1-margin-y.scss +51 -0
- package/src/styles/Ui/classes/d1-margin.scss +55 -0
- package/src/styles/Ui/classes/d1-outline.scss +24 -0
- package/src/styles/Ui/classes/d1-padding-x.scss +31 -0
- package/src/styles/Ui/classes/d1-padding-y.scss +31 -0
- package/src/styles/Ui/classes/d1-padding.scss +51 -0
- package/src/styles/Ui/classes/d1-palette.scss +363 -0
- package/src/styles/Ui/classes/d1-system.scss +26 -0
- package/src/styles/Ui/classes.scss +17 -0
- package/src/styles/Ui/list.json +10984 -0
- package/src/styles/Ui/main.scss +6 -0
- package/src/styles/Ui/properties.scss +12584 -0
- package/src/styles/Ui/style.scss +6 -0
- package/src/styles/Ui/vars.scss +669 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { MaskSlots } from '@dxtmisha/constructor/Mask';
|
|
2
|
+
import { MaskProps } from './props';
|
|
3
|
+
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
import { FieldValidationItem } from '@dxtmisha/constructor';
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: Readonly<MaskSlots> & MaskSlots;
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: DefineComponent<MaskProps, {
|
|
13
|
+
valueBasic: ComputedRef<string>;
|
|
14
|
+
value: ComputedRef<string>;
|
|
15
|
+
setValue(value: string): boolean;
|
|
16
|
+
clear(): boolean;
|
|
17
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
|
+
blur: (event: FocusEvent) => any;
|
|
19
|
+
focus: (event: FocusEvent) => any;
|
|
20
|
+
input: (event: InputEvent, value: FieldValidationItem) => any;
|
|
21
|
+
reset: (event: Event) => any;
|
|
22
|
+
keydown: (event: KeyboardEvent) => any;
|
|
23
|
+
keyup: (event: KeyboardEvent) => any;
|
|
24
|
+
beforeinput: (event: InputEvent) => any;
|
|
25
|
+
inputLite: (value: FieldValidationItem) => any;
|
|
26
|
+
change: (event: InputEvent, value: FieldValidationItem) => any;
|
|
27
|
+
changeLite: (value: FieldValidationItem) => any;
|
|
28
|
+
paste: (event: ClipboardEvent) => any;
|
|
29
|
+
}, string, PublicProps, Readonly<MaskProps> & Readonly<{
|
|
30
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
31
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
32
|
+
onInput?: ((event: InputEvent, value: FieldValidationItem) => any) | undefined;
|
|
33
|
+
onReset?: ((event: Event) => any) | undefined;
|
|
34
|
+
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
35
|
+
onKeyup?: ((event: KeyboardEvent) => any) | undefined;
|
|
36
|
+
onBeforeinput?: ((event: InputEvent) => any) | undefined;
|
|
37
|
+
onInputLite?: ((value: FieldValidationItem) => any) | undefined;
|
|
38
|
+
onChange?: ((event: InputEvent, value: FieldValidationItem) => any) | undefined;
|
|
39
|
+
onChangeLite?: ((value: FieldValidationItem) => any) | undefined;
|
|
40
|
+
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
41
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
42
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
43
|
+
export default _default;
|
|
44
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
45
|
+
new (): {
|
|
46
|
+
$slots: S;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { MaskEmits, MaskSlots } from '@dxtmisha/constructor/Mask';
|
|
3
|
+
import { MaskProps } from './props';
|
|
4
|
+
export type { MaskProps } from './props';
|
|
5
|
+
export declare const D1Mask: DefineSetupFnComponent<MaskProps, ShortEmitsToObject<MaskEmits>, SlotsType<MaskSlots>>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { MaskPropsBasic } from '@dxtmisha/constructor/Mask';
|
|
2
|
+
export declare const propsValues: {
|
|
3
|
+
align: string[];
|
|
4
|
+
dir: string[];
|
|
5
|
+
};
|
|
6
|
+
export type PropsToken = {
|
|
7
|
+
visible?: boolean;
|
|
8
|
+
visiblePartly?: boolean;
|
|
9
|
+
align?: 'center' | 'left' | 'right';
|
|
10
|
+
dir?: 'ltr' | 'rtl';
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
14
|
+
*/
|
|
15
|
+
export type MaskProps = MaskPropsBasic & PropsToken;
|
|
16
|
+
/**
|
|
17
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
18
|
+
*/
|
|
19
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { MenuProps } from './props';
|
|
2
|
+
import { ListSlots } from '@dxtmisha/constructor/List';
|
|
3
|
+
import { MenuSlotInclude, MenuControlItem } from '@dxtmisha/constructor/Menu';
|
|
4
|
+
import { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
5
|
+
import { WindowControlItem, WindowExpose, WindowEmitOptions } from '@dxtmisha/constructor/Window';
|
|
6
|
+
import { ConstrBind, ListList, ListNames } from '@dxtmisha/functional';
|
|
7
|
+
import { NumberOrStringOrBoolean } from '@dxtmisha/functional-basic';
|
|
8
|
+
import { EventClickValue } from '@dxtmisha/constructor';
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: Readonly< ListSlots & MenuSlotInclude & {
|
|
12
|
+
control?(props: MenuControlItem): any;
|
|
13
|
+
}> & ListSlots & MenuSlotInclude & {
|
|
14
|
+
control?(props: MenuControlItem): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {};
|
|
17
|
+
rootEl: any;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: DefineComponent<MenuProps, {
|
|
21
|
+
id: ComputedRef<string | undefined>;
|
|
22
|
+
open: ComputedRef<boolean>;
|
|
23
|
+
control: ComputedRef< WindowControlItem | undefined>;
|
|
24
|
+
setOpen: WindowExpose["setOpen"];
|
|
25
|
+
toOpen: WindowExpose["toOpen"];
|
|
26
|
+
toClose: WindowExpose["toClose"];
|
|
27
|
+
toggle: WindowExpose["toggle"];
|
|
28
|
+
windowElement: Ref< ConstrBind<WindowExpose> | undefined>;
|
|
29
|
+
isSelected: ComputedRef<boolean>;
|
|
30
|
+
selectedList: ComputedRef<ListList>;
|
|
31
|
+
selectedNames: ComputedRef<ListNames>;
|
|
32
|
+
selectedValues: ComputedRef<any[]>;
|
|
33
|
+
loading: Ref<boolean>;
|
|
34
|
+
previous(): NumberOrStringOrBoolean | undefined;
|
|
35
|
+
next(): NumberOrStringOrBoolean | undefined;
|
|
36
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
37
|
+
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
38
|
+
window: (options: WindowEmitOptions) => any;
|
|
39
|
+
clickLite: (value: EventClickValue) => any;
|
|
40
|
+
bars: (event: MouseEvent, value: EventClickValue) => any;
|
|
41
|
+
barsLite: (value: EventClickValue) => any;
|
|
42
|
+
barsBack: (value: EventClickValue) => any;
|
|
43
|
+
"update:selected": (value: string) => any;
|
|
44
|
+
"update:modelSelected": (value: string) => any;
|
|
45
|
+
updateValue: (value?: NumberOrStringOrBoolean | undefined) => any;
|
|
46
|
+
clickSlot: (value?: string | undefined) => any;
|
|
47
|
+
}, string, PublicProps, Readonly<MenuProps> & Readonly<{
|
|
48
|
+
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
49
|
+
onWindow?: ((options: WindowEmitOptions) => any) | undefined;
|
|
50
|
+
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
51
|
+
onBars?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
52
|
+
onBarsLite?: ((value: EventClickValue) => any) | undefined;
|
|
53
|
+
onBarsBack?: ((value: EventClickValue) => any) | undefined;
|
|
54
|
+
"onUpdate:selected"?: ((value: string) => any) | undefined;
|
|
55
|
+
"onUpdate:modelSelected"?: ((value: string) => any) | undefined;
|
|
56
|
+
onUpdateValue?: ((value?: NumberOrStringOrBoolean | undefined) => any) | undefined;
|
|
57
|
+
onClickSlot?: ((value?: string | undefined) => any) | undefined;
|
|
58
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
59
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
60
|
+
export default _default;
|
|
61
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
|
+
new (): {
|
|
63
|
+
$slots: S;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { MenuEmits, MenuSlots } from '@dxtmisha/constructor/Menu';
|
|
3
|
+
import { MenuProps } from './props';
|
|
4
|
+
export type { MenuProps } from './props';
|
|
5
|
+
export declare const D1Menu: DefineSetupFnComponent<MenuProps, ShortEmitsToObject<MenuEmits>, SlotsType<MenuSlots>>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { MenuPropsBasic } from '@dxtmisha/constructor/Menu';
|
|
2
|
+
import { ListProps } from '../List';
|
|
3
|
+
import { ListItemProps } from '../ListItem';
|
|
4
|
+
import { BarsProps } from '../Bars';
|
|
5
|
+
import { WindowProps } from '../Window';
|
|
6
|
+
export declare const propsValues: {
|
|
7
|
+
barsAdaptive: string[];
|
|
8
|
+
};
|
|
9
|
+
export type PropsToken = {
|
|
10
|
+
hideList?: boolean;
|
|
11
|
+
barsAdaptive?: 'showAlways' | 'showSm' | 'showMd' | 'showLg' | 'showXl' | 'show2xl';
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
15
|
+
*/
|
|
16
|
+
export type MenuProps = MenuPropsBasic<ListProps, ListItemProps, BarsProps, WindowProps> & PropsToken;
|
|
17
|
+
/**
|
|
18
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
19
|
+
*/
|
|
20
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ModalSlots } from '@dxtmisha/constructor/Modal';
|
|
2
|
+
import { ModalProps } from './props';
|
|
3
|
+
import { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
import { WindowControlItem, WindowExpose, WindowEmitOptions } from '@dxtmisha/constructor/Window';
|
|
5
|
+
import { ConstrBind } from '@dxtmisha/functional';
|
|
6
|
+
import { EventClickValue } from '@dxtmisha/constructor';
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: Readonly<ModalSlots> & ModalSlots;
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: DefineComponent<ModalProps, {
|
|
15
|
+
id: ComputedRef<string | undefined>;
|
|
16
|
+
open: ComputedRef<boolean>;
|
|
17
|
+
control: ComputedRef< WindowControlItem | undefined>;
|
|
18
|
+
setOpen: WindowExpose["setOpen"];
|
|
19
|
+
toOpen: WindowExpose["toOpen"];
|
|
20
|
+
toClose: WindowExpose["toClose"];
|
|
21
|
+
toggle: WindowExpose["toggle"];
|
|
22
|
+
windowElement: Ref< ConstrBind<WindowExpose> | undefined>;
|
|
23
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
24
|
+
window: (options: WindowEmitOptions) => any;
|
|
25
|
+
bars: (event: MouseEvent, value: EventClickValue) => any;
|
|
26
|
+
barsLite: (value: EventClickValue) => any;
|
|
27
|
+
barsBack: (value: EventClickValue) => any;
|
|
28
|
+
actions: (event: MouseEvent, value: EventClickValue) => any;
|
|
29
|
+
actionsLite: (value: EventClickValue) => any;
|
|
30
|
+
}, string, PublicProps, Readonly<ModalProps> & Readonly<{
|
|
31
|
+
onWindow?: ((options: WindowEmitOptions) => any) | undefined;
|
|
32
|
+
onBars?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
33
|
+
onBarsLite?: ((value: EventClickValue) => any) | undefined;
|
|
34
|
+
onBarsBack?: ((value: EventClickValue) => any) | undefined;
|
|
35
|
+
onActions?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
36
|
+
onActionsLite?: ((value: EventClickValue) => any) | undefined;
|
|
37
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
38
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
39
|
+
export default _default;
|
|
40
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
41
|
+
new (): {
|
|
42
|
+
$slots: S;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { ModalEmits, ModalSlots } from '@dxtmisha/constructor/Modal';
|
|
3
|
+
import { ModalProps } from './props';
|
|
4
|
+
export type { ModalProps } from './props';
|
|
5
|
+
export declare const D1Modal: DefineSetupFnComponent<ModalProps, ShortEmitsToObject<ModalEmits>, SlotsType<ModalSlots>>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ModalPropsBasic } from '@dxtmisha/constructor/Modal';
|
|
2
|
+
import { WindowProps } from '../Window';
|
|
3
|
+
import { BarsProps } from '../Bars';
|
|
4
|
+
import { ActionsProps } from '../Actions';
|
|
5
|
+
import { ImageProps } from '../Image';
|
|
6
|
+
export declare const propsValues: {
|
|
7
|
+
imagePosition: string[];
|
|
8
|
+
padding: string[];
|
|
9
|
+
width: string[];
|
|
10
|
+
};
|
|
11
|
+
export type PropsToken = {
|
|
12
|
+
imagePosition?: 'top' | 'left';
|
|
13
|
+
padding?: 'sm' | 'md' | 'lg';
|
|
14
|
+
paddingByIndent?: boolean;
|
|
15
|
+
width?: 'sm' | 'md' | 'lg' | 'auto';
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
19
|
+
*/
|
|
20
|
+
export type ModalProps = ModalPropsBasic<WindowProps, BarsProps, ActionsProps, ImageProps> & PropsToken;
|
|
21
|
+
/**
|
|
22
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
23
|
+
*/
|
|
24
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { MotionTransformSlots, MotionTransformEmitOptions } from '@dxtmisha/constructor/MotionTransform';
|
|
2
|
+
import { MotionTransformProps } from './props';
|
|
3
|
+
import { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Readonly<MotionTransformSlots> & MotionTransformSlots;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<MotionTransformProps, {
|
|
12
|
+
open: Ref<boolean>;
|
|
13
|
+
isShow: ComputedRef<boolean>;
|
|
14
|
+
setOpen(open: boolean): void;
|
|
15
|
+
toOpen(): void;
|
|
16
|
+
toClose(): void;
|
|
17
|
+
toggle(): void;
|
|
18
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
|
+
transform: (event: Event | undefined, options: MotionTransformEmitOptions) => any;
|
|
20
|
+
transformLite: (options: MotionTransformEmitOptions) => any;
|
|
21
|
+
"update:open": (value: boolean) => any;
|
|
22
|
+
"update:modelOpen": (value: boolean) => any;
|
|
23
|
+
}, string, PublicProps, Readonly<MotionTransformProps> & Readonly<{
|
|
24
|
+
onTransform?: ((event: Event | undefined, options: MotionTransformEmitOptions) => any) | undefined;
|
|
25
|
+
onTransformLite?: ((options: MotionTransformEmitOptions) => any) | undefined;
|
|
26
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
27
|
+
"onUpdate:modelOpen"?: ((value: boolean) => any) | undefined;
|
|
28
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { MotionTransformEmits, MotionTransformSlots } from '@dxtmisha/constructor/MotionTransform';
|
|
3
|
+
import { MotionTransformProps } from './props';
|
|
4
|
+
export type { MotionTransformProps } from './props';
|
|
5
|
+
export declare const D1MotionTransform: DefineSetupFnComponent<MotionTransformProps, ShortEmitsToObject<MotionTransformEmits>, SlotsType<MotionTransformSlots>>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { MotionTransformPropsBasic } from '@dxtmisha/constructor/MotionTransform';
|
|
2
|
+
export declare const propsValues: {
|
|
3
|
+
animationHeadPosition: string[];
|
|
4
|
+
adaptive: string[];
|
|
5
|
+
};
|
|
6
|
+
export type PropsToken = {
|
|
7
|
+
section?: boolean;
|
|
8
|
+
animationHeadPosition?: 'top' | 'toBottom';
|
|
9
|
+
adaptive?: 'planeAlways' | 'planeSm' | 'planeMd' | 'planeLg' | 'planeXl' | 'plane2xl';
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
13
|
+
*/
|
|
14
|
+
export type MotionTransformProps = MotionTransformPropsBasic & PropsToken;
|
|
15
|
+
/**
|
|
16
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
17
|
+
*/
|
|
18
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PageSlots } from '@dxtmisha/constructor/Page';
|
|
2
|
+
import { PageProps } from './props';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Readonly<PageSlots> & PageSlots;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<PageProps, {
|
|
12
|
+
labelId: string;
|
|
13
|
+
descriptionId: string;
|
|
14
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { PageEmits, PageSlots } from '@dxtmisha/constructor/Page';
|
|
3
|
+
import { PageProps } from './props';
|
|
4
|
+
export type { PageProps } from './props';
|
|
5
|
+
export declare const D1Page: DefineSetupFnComponent<PageProps, ShortEmitsToObject<PageEmits>, SlotsType<PageSlots>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagePropsBasic } from '@dxtmisha/constructor/Page';
|
|
2
|
+
export declare const propsValues: {};
|
|
3
|
+
export type PropsToken = {};
|
|
4
|
+
/**
|
|
5
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
6
|
+
*/
|
|
7
|
+
export type PageProps = PagePropsBasic & PropsToken;
|
|
8
|
+
/**
|
|
9
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
10
|
+
*/
|
|
11
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ProgressSlots } from '@dxtmisha/constructor/Progress';
|
|
2
|
+
import { ProgressProps } from './props';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Readonly<ProgressSlots> & ProgressSlots;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<ProgressProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ProgressProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { ProgressEmits, ProgressSlots } from '@dxtmisha/constructor/Progress';
|
|
3
|
+
import { ProgressProps } from './props';
|
|
4
|
+
export type { ProgressProps } from './props';
|
|
5
|
+
export declare const D1Progress: DefineSetupFnComponent<ProgressProps, ShortEmitsToObject<ProgressEmits>, SlotsType<ProgressSlots>>;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ProgressPropsBasic } from '@dxtmisha/constructor/Progress';
|
|
2
|
+
export declare const propsValues: {
|
|
3
|
+
indeterminate: string[];
|
|
4
|
+
position: string[];
|
|
5
|
+
size: string[];
|
|
6
|
+
palette: string[];
|
|
7
|
+
};
|
|
8
|
+
export type PropsToken = {
|
|
9
|
+
point?: boolean;
|
|
10
|
+
linear?: boolean;
|
|
11
|
+
circular?: boolean;
|
|
12
|
+
indeterminate?: 'type1' | 'type2' | 'type3';
|
|
13
|
+
position?: 'top' | 'bottom' | 'static';
|
|
14
|
+
dense?: boolean;
|
|
15
|
+
inverse?: boolean;
|
|
16
|
+
size?: 'sm' | 'md' | 'lg';
|
|
17
|
+
palette?: 'red' | 'orange' | 'amber' | 'yellow' | 'lime' | 'green' | 'emerald' | 'teal' | 'cyan' | 'sky' | 'blue' | 'indigo' | 'violet' | 'purple' | 'fuchsia' | 'pink' | 'rose' | 'slate' | 'gray' | 'zinc' | 'neutral' | 'stone' | 'black' | 'white';
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
21
|
+
*/
|
|
22
|
+
export type ProgressProps = ProgressPropsBasic & PropsToken;
|
|
23
|
+
/**
|
|
24
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
25
|
+
*/
|
|
26
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { RippleSlots, RipplePropsBasic } from '@dxtmisha/constructor/Ripple';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
5
|
+
slots: Readonly<RippleSlots> & RippleSlots;
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: DefineComponent<RipplePropsBasic, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< RipplePropsBasic> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { RippleEmits, RippleSlots } from '@dxtmisha/constructor/Ripple';
|
|
3
|
+
import { RippleProps } from './props';
|
|
4
|
+
export type { RippleProps } from './props';
|
|
5
|
+
export declare const D1Ripple: DefineSetupFnComponent<RippleProps, ShortEmitsToObject<RippleEmits>, SlotsType<RippleSlots>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { RipplePropsBasic } from '@dxtmisha/constructor/Ripple';
|
|
2
|
+
export declare const propsValues: {};
|
|
3
|
+
export type PropsToken = {};
|
|
4
|
+
/**
|
|
5
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
6
|
+
*/
|
|
7
|
+
export type RippleProps = RipplePropsBasic & PropsToken;
|
|
8
|
+
/**
|
|
9
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
10
|
+
*/
|
|
11
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ScrollbarSlots, ScrollbarEdgeType } from '@dxtmisha/constructor/Scrollbar';
|
|
2
|
+
import { ScrollbarProps } from './props';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Readonly<ScrollbarSlots> & ScrollbarSlots;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<ScrollbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12
|
+
top: (isTop: boolean) => any;
|
|
13
|
+
bottom: (isBottom: boolean) => any;
|
|
14
|
+
reachTop: () => any;
|
|
15
|
+
leaveTop: () => any;
|
|
16
|
+
reachBottom: () => any;
|
|
17
|
+
leaveBottom: () => any;
|
|
18
|
+
edge: (isTop: boolean, isBottom: boolean, edge: ScrollbarEdgeType) => any;
|
|
19
|
+
}, string, PublicProps, Readonly<ScrollbarProps> & Readonly<{
|
|
20
|
+
onTop?: ((isTop: boolean) => any) | undefined;
|
|
21
|
+
onBottom?: ((isBottom: boolean) => any) | undefined;
|
|
22
|
+
onReachTop?: (() => any) | undefined;
|
|
23
|
+
onLeaveTop?: (() => any) | undefined;
|
|
24
|
+
onReachBottom?: (() => any) | undefined;
|
|
25
|
+
onLeaveBottom?: (() => any) | undefined;
|
|
26
|
+
onEdge?: ((isTop: boolean, isBottom: boolean, edge: ScrollbarEdgeType) => any) | undefined;
|
|
27
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { ScrollbarEmits, ScrollbarSlots } from '@dxtmisha/constructor/Scrollbar';
|
|
3
|
+
import { ScrollbarProps } from './props';
|
|
4
|
+
export type { ScrollbarProps } from './props';
|
|
5
|
+
export declare const D1Scrollbar: DefineSetupFnComponent<ScrollbarProps, ShortEmitsToObject<ScrollbarEmits>, SlotsType<ScrollbarSlots>>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ScrollbarPropsBasic } from '@dxtmisha/constructor/Scrollbar';
|
|
2
|
+
export declare const propsValues: {};
|
|
3
|
+
export type PropsToken = {
|
|
4
|
+
visible?: boolean;
|
|
5
|
+
divider?: boolean;
|
|
6
|
+
dividerTop?: boolean;
|
|
7
|
+
dividerBottom?: boolean;
|
|
8
|
+
dividerHide?: boolean;
|
|
9
|
+
inverse?: boolean;
|
|
10
|
+
standard?: boolean;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
14
|
+
*/
|
|
15
|
+
export type ScrollbarProps = ScrollbarPropsBasic & PropsToken;
|
|
16
|
+
/**
|
|
17
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
18
|
+
*/
|
|
19
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SectionSlots } from '@dxtmisha/constructor/Section';
|
|
2
|
+
import { SectionProps } from './props';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Readonly<SectionSlots> & SectionSlots;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<SectionProps, {
|
|
12
|
+
labelId: string;
|
|
13
|
+
descriptionId: string;
|
|
14
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SectionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { SectionEmits, SectionSlots } from '@dxtmisha/constructor/Section';
|
|
3
|
+
import { SectionProps } from './props';
|
|
4
|
+
export type { SectionProps } from './props';
|
|
5
|
+
export declare const D1Section: DefineSetupFnComponent<SectionProps, ShortEmitsToObject<SectionEmits>, SlotsType<SectionSlots>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SectionPropsBasic } from '@dxtmisha/constructor/Section';
|
|
2
|
+
export declare const propsValues: {};
|
|
3
|
+
export type PropsToken = {};
|
|
4
|
+
/**
|
|
5
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
6
|
+
*/
|
|
7
|
+
export type SectionProps = SectionPropsBasic & PropsToken;
|
|
8
|
+
/**
|
|
9
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
10
|
+
*/
|
|
11
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { SelectSlots } from '@dxtmisha/constructor/Select';
|
|
2
|
+
import { SelectProps } from './props';
|
|
3
|
+
import { DefineComponent, ShallowRef, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
import { MenuExpose } from '@dxtmisha/constructor/Menu';
|
|
5
|
+
import { ConstrBind } from '@dxtmisha/functional';
|
|
6
|
+
import { FieldValidationItem } from '@dxtmisha/constructor';
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: Readonly<SelectSlots> & SelectSlots;
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: DefineComponent<SelectProps, {
|
|
15
|
+
value: ShallowRef<string | undefined>;
|
|
16
|
+
checkValidity: () => boolean;
|
|
17
|
+
validationMessage: ComputedRef<string>;
|
|
18
|
+
open: ComputedRef<boolean>;
|
|
19
|
+
setOpen(open: boolean): Promise<void>;
|
|
20
|
+
toOpen: MenuExpose["toOpen"];
|
|
21
|
+
toClose: MenuExpose["toClose"];
|
|
22
|
+
toggle(): Promise<void>;
|
|
23
|
+
menuElement: Ref< ConstrBind<MenuExpose> | undefined>;
|
|
24
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
25
|
+
input: (event: Event | InputEvent, value: FieldValidationItem<string>) => any;
|
|
26
|
+
inputLite: (value: FieldValidationItem<string>) => any;
|
|
27
|
+
change: (event: Event | InputEvent, value: FieldValidationItem<string>) => any;
|
|
28
|
+
changeLite: (value: FieldValidationItem<string>) => any;
|
|
29
|
+
"update:value": (value: string) => any;
|
|
30
|
+
"update:modelValue": (value: string) => any;
|
|
31
|
+
}, string, PublicProps, Readonly<SelectProps> & Readonly<{
|
|
32
|
+
onInput?: ((event: Event | InputEvent, value: FieldValidationItem<string>) => any) | undefined;
|
|
33
|
+
onInputLite?: ((value: FieldValidationItem<string>) => any) | undefined;
|
|
34
|
+
onChange?: ((event: Event | InputEvent, value: FieldValidationItem<string>) => any) | undefined;
|
|
35
|
+
onChangeLite?: ((value: FieldValidationItem<string>) => any) | undefined;
|
|
36
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
37
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
38
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
40
|
+
export default _default;
|
|
41
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|