@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,20 @@
|
|
|
1
|
+
import { ArrowSlots } from '@dxtmisha/constructor/Arrow';
|
|
2
|
+
import { ArrowProps } from './props';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Readonly<ArrowSlots> & ArrowSlots;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<ArrowProps, {
|
|
12
|
+
update: () => void;
|
|
13
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { ArrowEmits, ArrowSlots } from '@dxtmisha/constructor/Arrow';
|
|
3
|
+
import { ArrowProps } from './props';
|
|
4
|
+
export type { ArrowProps } from './props';
|
|
5
|
+
export declare const D1Arrow: DefineSetupFnComponent<ArrowProps, ShortEmitsToObject<ArrowEmits>, SlotsType<ArrowSlots>>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ArrowPropsBasic } from '@dxtmisha/constructor/Arrow';
|
|
2
|
+
export declare const propsValues: {
|
|
3
|
+
position: string[];
|
|
4
|
+
size: string[];
|
|
5
|
+
};
|
|
6
|
+
export type PropsToken = {
|
|
7
|
+
position?: 'auto' | 'top' | 'bottom' | 'left' | 'right';
|
|
8
|
+
inverse?: boolean;
|
|
9
|
+
size?: 'sm' | 'md' | 'lg';
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
13
|
+
*/
|
|
14
|
+
export type ArrowProps = ArrowPropsBasic & PropsToken;
|
|
15
|
+
/**
|
|
16
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
17
|
+
*/
|
|
18
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BadgeSlots } from '@dxtmisha/constructor/Badge';
|
|
2
|
+
import { BadgeProps } from './props';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Readonly<BadgeSlots> & BadgeSlots;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & 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 { BadgeEmits, BadgeSlots } from '@dxtmisha/constructor/Badge';
|
|
3
|
+
import { BadgeProps } from './props';
|
|
4
|
+
export type { BadgeProps } from './props';
|
|
5
|
+
export declare const D1Badge: DefineSetupFnComponent<BadgeProps, ShortEmitsToObject<BadgeEmits>, SlotsType<BadgeSlots>>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { BadgePropsBasic } from '@dxtmisha/constructor/Badge';
|
|
2
|
+
import { IconProps } from '../Icon';
|
|
3
|
+
export declare const propsValues: {
|
|
4
|
+
overlap: string[];
|
|
5
|
+
vertical: string[];
|
|
6
|
+
horizontal: string[];
|
|
7
|
+
size: string[];
|
|
8
|
+
palette: string[];
|
|
9
|
+
};
|
|
10
|
+
export type PropsToken = {
|
|
11
|
+
selected?: boolean;
|
|
12
|
+
hide?: boolean;
|
|
13
|
+
dot?: boolean;
|
|
14
|
+
overlap?: 'rectangular' | 'circular' | 'static';
|
|
15
|
+
vertical?: 'top' | 'center' | 'bottom';
|
|
16
|
+
horizontal?: 'right' | 'center' | 'left';
|
|
17
|
+
primary?: boolean;
|
|
18
|
+
secondary?: boolean;
|
|
19
|
+
outline?: boolean;
|
|
20
|
+
size?: 'sm' | 'md' | 'lg' | 'none';
|
|
21
|
+
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';
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
25
|
+
*/
|
|
26
|
+
export type BadgeProps = BadgePropsBasic<IconProps> & PropsToken;
|
|
27
|
+
/**
|
|
28
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
29
|
+
*/
|
|
30
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { BarsSlots } from '@dxtmisha/constructor/Bars';
|
|
2
|
+
import { BarsProps } from './props';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
import { EventClickValue } from '@dxtmisha/constructor';
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: Readonly<BarsSlots> & BarsSlots;
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: DefineComponent<BarsProps, {
|
|
13
|
+
labelId: string;
|
|
14
|
+
descriptionId: string;
|
|
15
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16
|
+
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
17
|
+
clickLite: (value: EventClickValue) => any;
|
|
18
|
+
"update:action": (value: boolean) => any;
|
|
19
|
+
"update:modelAction": (value: boolean) => any;
|
|
20
|
+
}, string, PublicProps, Readonly<BarsProps> & Readonly<{
|
|
21
|
+
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
22
|
+
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
23
|
+
"onUpdate:action"?: ((value: boolean) => any) | undefined;
|
|
24
|
+
"onUpdate:modelAction"?: ((value: boolean) => any) | undefined;
|
|
25
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { BarsEmits, BarsSlots } from '@dxtmisha/constructor/Bars';
|
|
3
|
+
import { BarsProps } from './props';
|
|
4
|
+
export type { BarsProps } from './props';
|
|
5
|
+
export declare const D1Bars: DefineSetupFnComponent<BarsProps, ShortEmitsToObject<BarsEmits>, SlotsType<BarsSlots>>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BarsPropsBasic } from '@dxtmisha/constructor/Bars';
|
|
2
|
+
import { ButtonProps } from '../Button';
|
|
3
|
+
export declare const propsValues: {
|
|
4
|
+
padding: string[];
|
|
5
|
+
};
|
|
6
|
+
export type PropsToken = {
|
|
7
|
+
action?: boolean;
|
|
8
|
+
padding?: 'sm' | 'md' | 'lg' | 'ySm' | 'yMd' | 'yLg' | 'none';
|
|
9
|
+
paddingByIndent?: boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
13
|
+
*/
|
|
14
|
+
export type BarsProps = BarsPropsBasic<ButtonProps> & PropsToken;
|
|
15
|
+
/**
|
|
16
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
17
|
+
*/
|
|
18
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { BlockSlots } from '@dxtmisha/constructor/Block';
|
|
2
|
+
import { BlockProps } from './props';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Readonly<BlockSlots> & BlockSlots;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<BlockProps, {
|
|
12
|
+
labelId: string;
|
|
13
|
+
descriptionId: string;
|
|
14
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BlockProps> & 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 { BlockEmits, BlockSlots } from '@dxtmisha/constructor/Block';
|
|
3
|
+
import { BlockProps } from './props';
|
|
4
|
+
export type { BlockProps } from './props';
|
|
5
|
+
export declare const D1Block: DefineSetupFnComponent<BlockProps, ShortEmitsToObject<BlockEmits>, SlotsType<BlockSlots>>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BlockPropsBasic } from '@dxtmisha/constructor/Block';
|
|
2
|
+
import { IconProps } from '../Icon';
|
|
3
|
+
export declare const propsValues: {};
|
|
4
|
+
export type PropsToken = {};
|
|
5
|
+
/**
|
|
6
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
7
|
+
*/
|
|
8
|
+
export type BlockProps = BlockPropsBasic<IconProps> & PropsToken;
|
|
9
|
+
/**
|
|
10
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
11
|
+
*/
|
|
12
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ButtonSlots } from '@dxtmisha/constructor/Button';
|
|
2
|
+
import { ButtonProps } from './props';
|
|
3
|
+
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
import { EventClickValue } from '@dxtmisha/constructor';
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: Readonly<ButtonSlots> & ButtonSlots;
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: DefineComponent<ButtonProps, {
|
|
13
|
+
labelId: string;
|
|
14
|
+
value?: Ref< EventClickValue["value"]>;
|
|
15
|
+
detail?: Ref< EventClickValue["detail"]>;
|
|
16
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
17
|
+
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
18
|
+
clickLite: (value: EventClickValue) => any;
|
|
19
|
+
}, string, PublicProps, Readonly<ButtonProps> & Readonly<{
|
|
20
|
+
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
21
|
+
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
22
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { ButtonEmits, ButtonSlots } from '@dxtmisha/constructor/Button';
|
|
3
|
+
import { ButtonProps } from './props';
|
|
4
|
+
export type { ButtonProps } from './props';
|
|
5
|
+
export declare const D1Button: DefineSetupFnComponent<ButtonProps, ShortEmitsToObject<ButtonEmits>, SlotsType<ButtonSlots>>;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ButtonPropsBasic } from '@dxtmisha/constructor/Button';
|
|
2
|
+
import { IconProps } from '../Icon';
|
|
3
|
+
import { ProgressProps } from '../Progress';
|
|
4
|
+
export declare const propsValues: {
|
|
5
|
+
adaptive: string[];
|
|
6
|
+
container: string[];
|
|
7
|
+
textAlign: string[];
|
|
8
|
+
size: string[];
|
|
9
|
+
palette: string[];
|
|
10
|
+
};
|
|
11
|
+
export type PropsToken = {
|
|
12
|
+
focus?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
selected?: boolean;
|
|
15
|
+
readonly?: boolean;
|
|
16
|
+
adaptive?: 'iconAlways' | 'block' | 'auto' | 'iconSm' | 'iconMd' | 'iconLg' | 'iconXl' | 'icon2xl' | 'fullSm' | 'fullMd' | 'fullLg' | 'fullXl' | 'full2xl';
|
|
17
|
+
container?: 'iconSm' | 'iconMd' | 'iconLg' | 'iconXl' | 'icon2xl' | 'fullSm' | 'fullMd' | 'fullLg' | 'fullXl' | 'full2xl';
|
|
18
|
+
inverse?: boolean;
|
|
19
|
+
grid?: boolean;
|
|
20
|
+
textAlign?: 'left' | 'center' | 'right';
|
|
21
|
+
primary?: boolean;
|
|
22
|
+
secondary?: boolean;
|
|
23
|
+
outline?: boolean;
|
|
24
|
+
text?: boolean;
|
|
25
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
26
|
+
roundedFull?: boolean;
|
|
27
|
+
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';
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
31
|
+
*/
|
|
32
|
+
export type ButtonProps = ButtonPropsBasic<IconProps, ProgressProps> & PropsToken;
|
|
33
|
+
/**
|
|
34
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
35
|
+
*/
|
|
36
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { CellSlots } from '@dxtmisha/constructor/Cell';
|
|
2
|
+
import { CellProps } from './props';
|
|
3
|
+
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
import { EventClickValue } from '@dxtmisha/constructor';
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: Readonly<CellSlots> & CellSlots;
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: DefineComponent<CellProps, {
|
|
13
|
+
labelId: string;
|
|
14
|
+
descriptionId: string;
|
|
15
|
+
value?: Ref< EventClickValue["value"]>;
|
|
16
|
+
detail?: Ref< EventClickValue["detail"]>;
|
|
17
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
|
+
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
19
|
+
clickLite: (value: EventClickValue) => any;
|
|
20
|
+
}, string, PublicProps, Readonly<CellProps> & Readonly<{
|
|
21
|
+
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
22
|
+
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
23
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { CellEmits, CellSlots } from '@dxtmisha/constructor/Cell';
|
|
3
|
+
import { CellProps } from './props';
|
|
4
|
+
export type { CellProps } from './props';
|
|
5
|
+
export declare const D1Cell: DefineSetupFnComponent<CellProps, ShortEmitsToObject<CellEmits>, SlotsType<CellSlots>>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { CellPropsBasic } from '@dxtmisha/constructor/Cell';
|
|
2
|
+
import { IconProps } from '../Icon';
|
|
3
|
+
import { ProgressProps } from '../Progress';
|
|
4
|
+
export declare const propsValues: {
|
|
5
|
+
dividerLabel: string[];
|
|
6
|
+
padding: string[];
|
|
7
|
+
};
|
|
8
|
+
export type PropsToken = {
|
|
9
|
+
focus?: boolean;
|
|
10
|
+
selected?: boolean;
|
|
11
|
+
readonly?: boolean;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
dynamic?: boolean;
|
|
14
|
+
dynamicHover?: boolean;
|
|
15
|
+
divider?: boolean;
|
|
16
|
+
dividerLabel?: 'always' | 'none' | 'adaptiveSm' | 'adaptiveMd' | 'adaptiveLg' | 'adaptiveXl' | 'adaptive2xl' | 'containerSm' | 'containerMd' | 'containerLg' | 'containerXl' | 'container2xl';
|
|
17
|
+
iconTop?: boolean;
|
|
18
|
+
padding?: 'sm' | 'md' | 'lg' | 'ySm' | 'yMd' | 'yLg' | 'none';
|
|
19
|
+
paddingByIndent?: boolean;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
23
|
+
*/
|
|
24
|
+
export type CellProps = CellPropsBasic<IconProps, ProgressProps> & PropsToken;
|
|
25
|
+
/**
|
|
26
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
27
|
+
*/
|
|
28
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ChipSlots } from '@dxtmisha/constructor/Chip';
|
|
2
|
+
import { ChipProps } from './props';
|
|
3
|
+
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
import { EventClickValue } from '@dxtmisha/constructor';
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: Readonly<ChipSlots> & ChipSlots;
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: DefineComponent<ChipProps, {
|
|
13
|
+
labelId: string;
|
|
14
|
+
value?: Ref< EventClickValue["value"]>;
|
|
15
|
+
detail?: Ref< EventClickValue["detail"]>;
|
|
16
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
17
|
+
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
18
|
+
clickLite: (value: EventClickValue) => any;
|
|
19
|
+
}, string, PublicProps, Readonly<ChipProps> & Readonly<{
|
|
20
|
+
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
21
|
+
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
22
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { ChipEmits, ChipSlots } from '@dxtmisha/constructor/Chip';
|
|
3
|
+
import { ChipProps } from './props';
|
|
4
|
+
export type { ChipProps } from './props';
|
|
5
|
+
export declare const D1Chip: DefineSetupFnComponent<ChipProps, ShortEmitsToObject<ChipEmits>, SlotsType<ChipSlots>>;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ChipPropsBasic } from '@dxtmisha/constructor/Chip';
|
|
2
|
+
import { IconProps } from '../Icon';
|
|
3
|
+
import { ProgressProps } from '../Progress';
|
|
4
|
+
export declare const propsValues: {
|
|
5
|
+
adaptive: string[];
|
|
6
|
+
container: string[];
|
|
7
|
+
textAlign: string[];
|
|
8
|
+
size: string[];
|
|
9
|
+
palette: string[];
|
|
10
|
+
};
|
|
11
|
+
export type PropsToken = {
|
|
12
|
+
focus?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
selected?: boolean;
|
|
15
|
+
readonly?: boolean;
|
|
16
|
+
adaptive?: 'iconAlways' | 'block' | 'auto' | 'iconSm' | 'iconMd' | 'iconLg' | 'iconXl' | 'icon2xl' | 'fullSm' | 'fullMd' | 'fullLg' | 'fullXl' | 'full2xl';
|
|
17
|
+
container?: 'iconSm' | 'iconMd' | 'iconLg' | 'iconXl' | 'icon2xl' | 'fullSm' | 'fullMd' | 'fullLg' | 'fullXl' | 'full2xl';
|
|
18
|
+
inverse?: boolean;
|
|
19
|
+
grid?: boolean;
|
|
20
|
+
textAlign?: 'left' | 'center' | 'right';
|
|
21
|
+
input?: boolean;
|
|
22
|
+
assistive?: boolean;
|
|
23
|
+
size?: 'sm' | 'md' | 'lg';
|
|
24
|
+
roundedFull?: boolean;
|
|
25
|
+
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';
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
29
|
+
*/
|
|
30
|
+
export type ChipProps = ChipPropsBasic<IconProps, ProgressProps> & PropsToken;
|
|
31
|
+
/**
|
|
32
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
33
|
+
*/
|
|
34
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ChipGroupSlots } from '@dxtmisha/constructor/ChipGroup';
|
|
2
|
+
import { ChipGroupProps } from './props';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
import { EventClickValue } from '@dxtmisha/constructor';
|
|
5
|
+
import { ListSelectedList } from '@dxtmisha/functional';
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: Readonly<ChipGroupSlots> & ChipGroupSlots;
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: any;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: DefineComponent<ChipGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
+
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
15
|
+
clickLite: (value: EventClickValue) => any;
|
|
16
|
+
"update:selected": (value: ListSelectedList) => any;
|
|
17
|
+
"update:modelSelected": (value: ListSelectedList) => any;
|
|
18
|
+
}, string, PublicProps, Readonly<ChipGroupProps> & Readonly<{
|
|
19
|
+
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
20
|
+
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
21
|
+
"onUpdate:selected"?: ((value: ListSelectedList) => any) | undefined;
|
|
22
|
+
"onUpdate:modelSelected"?: ((value: ListSelectedList) => any) | undefined;
|
|
23
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { ChipGroupEmits, ChipGroupSlots } from '@dxtmisha/constructor/ChipGroup';
|
|
3
|
+
import { ChipGroupProps } from './props';
|
|
4
|
+
export type { ChipGroupProps } from './props';
|
|
5
|
+
export declare const D1ChipGroup: DefineSetupFnComponent<ChipGroupProps, ShortEmitsToObject<ChipGroupEmits>, SlotsType<ChipGroupSlots>>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ChipProps } from '../Chip';
|
|
2
|
+
import { ChipGroupPropsBasic } from '@dxtmisha/constructor/ChipGroup';
|
|
3
|
+
export declare const propsValues: {};
|
|
4
|
+
export type PropsToken = {};
|
|
5
|
+
/**
|
|
6
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
7
|
+
*/
|
|
8
|
+
export type ChipGroupProps = ChipGroupPropsBasic<ChipProps> & PropsToken;
|
|
9
|
+
/**
|
|
10
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
11
|
+
*/
|
|
12
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { DialogSlots } from '@dxtmisha/constructor/Dialog';
|
|
2
|
+
import { DialogProps } 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<DialogSlots> & DialogSlots;
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: DefineComponent<DialogProps, {
|
|
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
|
+
close: () => any;
|
|
26
|
+
bars: (event: MouseEvent, value: EventClickValue) => any;
|
|
27
|
+
barsLite: (value: EventClickValue) => any;
|
|
28
|
+
barsBack: (value: EventClickValue) => any;
|
|
29
|
+
actions: (event: MouseEvent, value: EventClickValue) => any;
|
|
30
|
+
actionsLite: (value: EventClickValue) => any;
|
|
31
|
+
ok: () => any;
|
|
32
|
+
}, string, PublicProps, Readonly<DialogProps> & Readonly<{
|
|
33
|
+
onWindow?: ((options: WindowEmitOptions) => any) | undefined;
|
|
34
|
+
onClose?: (() => any) | undefined;
|
|
35
|
+
onBars?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
36
|
+
onBarsLite?: ((value: EventClickValue) => any) | undefined;
|
|
37
|
+
onBarsBack?: ((value: EventClickValue) => any) | undefined;
|
|
38
|
+
onActions?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
39
|
+
onActionsLite?: ((value: EventClickValue) => any) | undefined;
|
|
40
|
+
onOk?: (() => 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 { DialogEmits, DialogSlots } from '@dxtmisha/constructor/Dialog';
|
|
3
|
+
import { DialogProps } from './props';
|
|
4
|
+
export type { DialogProps } from './props';
|
|
5
|
+
export declare const D1Dialog: DefineSetupFnComponent<DialogProps, ShortEmitsToObject<DialogEmits>, SlotsType<DialogSlots>>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { DialogPropsBasic } from '@dxtmisha/constructor/Dialog';
|
|
2
|
+
import { WindowProps } from '../Window';
|
|
3
|
+
import { BarsProps } from '../Bars';
|
|
4
|
+
import { IconProps } from '../Icon';
|
|
5
|
+
import { ImageProps } from '../Image';
|
|
6
|
+
import { ButtonProps } from '../Button';
|
|
7
|
+
import { ActionsProps } from '../Actions';
|
|
8
|
+
export declare const propsValues: {
|
|
9
|
+
imagePosition: string[];
|
|
10
|
+
padding: string[];
|
|
11
|
+
width: string[];
|
|
12
|
+
};
|
|
13
|
+
export type PropsToken = {
|
|
14
|
+
success?: boolean;
|
|
15
|
+
error?: boolean;
|
|
16
|
+
imagePosition?: 'top' | 'left';
|
|
17
|
+
padding?: 'sm' | 'md' | 'lg';
|
|
18
|
+
paddingByIndent?: boolean;
|
|
19
|
+
width?: 'sm' | 'md' | 'lg' | 'auto';
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
23
|
+
*/
|
|
24
|
+
export type DialogProps = DialogPropsBasic<WindowProps, BarsProps, IconProps, ImageProps, ButtonProps, ActionsProps> & PropsToken;
|
|
25
|
+
/**
|
|
26
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
27
|
+
*/
|
|
28
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { FieldSlots } from '@dxtmisha/constructor/Field';
|
|
2
|
+
import { FieldProps } from './props';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
import { EventClickValue } from '@dxtmisha/constructor';
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: Readonly<FieldSlots> & FieldSlots;
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: DefineComponent<FieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13
|
+
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
14
|
+
clickLite: (value: EventClickValue) => any;
|
|
15
|
+
}, string, PublicProps, Readonly<FieldProps> & Readonly<{
|
|
16
|
+
onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
|
|
17
|
+
onClickLite?: ((value: EventClickValue) => any) | undefined;
|
|
18
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { FieldEmits, FieldSlots } from '@dxtmisha/constructor/Field';
|
|
3
|
+
import { FieldProps } from './props';
|
|
4
|
+
export type { FieldProps } from './props';
|
|
5
|
+
export declare const D1Field: DefineSetupFnComponent<FieldProps, ShortEmitsToObject<FieldEmits>, SlotsType<FieldSlots>>;
|