@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,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { SelectEmits, SelectSlots } from '@dxtmisha/constructor/Select';
|
|
3
|
+
import { SelectProps } from './props';
|
|
4
|
+
export type { SelectProps } from './props';
|
|
5
|
+
export declare const D1Select: DefineSetupFnComponent<SelectProps, ShortEmitsToObject<SelectEmits>, SlotsType<SelectSlots>>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SelectPropsBasic } from '@dxtmisha/constructor/Select';
|
|
2
|
+
import { IconProps } from '../Icon';
|
|
3
|
+
import { FieldProps } from '../Field';
|
|
4
|
+
import { FieldLabelProps } from '../FieldLabel';
|
|
5
|
+
import { FieldMessageProps } from '../FieldMessage';
|
|
6
|
+
import { FieldCounterProps } from '../FieldCounter';
|
|
7
|
+
import { InputProps } from '../Input';
|
|
8
|
+
import { ProgressProps } from '../Progress';
|
|
9
|
+
import { MenuProps } from '../Menu';
|
|
10
|
+
export declare const propsValues: {};
|
|
11
|
+
export type PropsToken = {};
|
|
12
|
+
/**
|
|
13
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
14
|
+
*/
|
|
15
|
+
export type SelectProps = SelectPropsBasic<IconProps, FieldProps, FieldLabelProps, FieldMessageProps, FieldCounterProps, InputProps, ProgressProps, MenuProps> & PropsToken;
|
|
16
|
+
/**
|
|
17
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
18
|
+
*/
|
|
19
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { SelectValueSlots } from '@dxtmisha/constructor/SelectValue';
|
|
2
|
+
import { SelectValueProps } 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<SelectValueSlots> & SelectValueSlots;
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: DefineComponent<SelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13
|
+
click: (event: MouseEvent, value: EventClickValue) => any;
|
|
14
|
+
clickLite: (value: EventClickValue) => any;
|
|
15
|
+
}, string, PublicProps, Readonly<SelectValueProps> & 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 { SelectValueEmits, SelectValueSlots } from '@dxtmisha/constructor/SelectValue';
|
|
3
|
+
import { SelectValueProps } from './props';
|
|
4
|
+
export type { SelectValueProps } from './props';
|
|
5
|
+
export declare const D1SelectValue: DefineSetupFnComponent<SelectValueProps, ShortEmitsToObject<SelectValueEmits>, SlotsType<SelectValueSlots>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IconProps } from '../Icon';
|
|
2
|
+
import { ChipProps } from '../Chip';
|
|
3
|
+
import { SelectValuePropsBasic } from '@dxtmisha/constructor/SelectValue';
|
|
4
|
+
export declare const propsValues: {};
|
|
5
|
+
export type PropsToken = {};
|
|
6
|
+
/**
|
|
7
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
8
|
+
*/
|
|
9
|
+
export type SelectValueProps = SelectValuePropsBasic<IconProps, ChipProps> & PropsToken;
|
|
10
|
+
/**
|
|
11
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
12
|
+
*/
|
|
13
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { SkeletonSlots } from '@dxtmisha/constructor/Skeleton';
|
|
2
|
+
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { PropsToken } from './props';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Readonly<SkeletonSlots> & SkeletonSlots;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<PropsToken, {
|
|
12
|
+
isActive: ComputedRef<boolean>;
|
|
13
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< PropsToken> & 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,4 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { SkeletonEmits, SkeletonSlots } from '@dxtmisha/constructor/Skeleton';
|
|
3
|
+
import { SkeletonProps } from './props';
|
|
4
|
+
export declare const D1Skeleton: DefineSetupFnComponent<SkeletonProps, ShortEmitsToObject<SkeletonEmits>, SlotsType<SkeletonSlots>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SkeletonPropsBasic } from '@dxtmisha/constructor/Skeleton';
|
|
2
|
+
export declare const propsValues: {};
|
|
3
|
+
export type PropsToken = {
|
|
4
|
+
active?: boolean;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
8
|
+
*/
|
|
9
|
+
export type SkeletonProps = SkeletonPropsBasic & PropsToken;
|
|
10
|
+
/**
|
|
11
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
12
|
+
*/
|
|
13
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { TextareaAutosizeSlots } from '@dxtmisha/constructor/TextareaAutosize';
|
|
2
|
+
import { TextareaAutosizeProps } from './props';
|
|
3
|
+
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Readonly<TextareaAutosizeSlots> & TextareaAutosizeSlots;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<TextareaAutosizeProps, {
|
|
12
|
+
value: Ref<string>;
|
|
13
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
+
input: (event: InputEvent) => any;
|
|
15
|
+
}, string, PublicProps, Readonly<TextareaAutosizeProps> & Readonly<{
|
|
16
|
+
onInput?: ((event: InputEvent) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { TextareaAutosizeEmits, TextareaAutosizeSlots } from '@dxtmisha/constructor/TextareaAutosize';
|
|
3
|
+
import { TextareaAutosizeProps } from './props';
|
|
4
|
+
export type { TextareaAutosizeProps } from './props';
|
|
5
|
+
export declare const D1TextareaAutosize: DefineSetupFnComponent<TextareaAutosizeProps, ShortEmitsToObject<TextareaAutosizeEmits>, SlotsType<TextareaAutosizeSlots>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { TextareaAutosizePropsBasic } from '@dxtmisha/constructor/TextareaAutosize';
|
|
2
|
+
export declare const propsValues: {
|
|
3
|
+
height: string[];
|
|
4
|
+
};
|
|
5
|
+
export type PropsToken = {
|
|
6
|
+
height?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
10
|
+
*/
|
|
11
|
+
export type TextareaAutosizeProps = TextareaAutosizePropsBasic & PropsToken;
|
|
12
|
+
/**
|
|
13
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
14
|
+
*/
|
|
15
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { TooltipSlots } from '@dxtmisha/constructor/Tooltip';
|
|
2
|
+
import { TooltipProps } from './props';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: Readonly<TooltipSlots> & TooltipSlots;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<TooltipProps, {
|
|
12
|
+
toggle(open: boolean, flash?: boolean): Promise<void>;
|
|
13
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
+
tooltip: (open: boolean) => any;
|
|
15
|
+
}, string, PublicProps, Readonly<TooltipProps> & Readonly<{
|
|
16
|
+
onTooltip?: ((open: boolean) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { TooltipEmits, TooltipSlots } from '@dxtmisha/constructor/Tooltip';
|
|
3
|
+
import { TooltipProps } from './props';
|
|
4
|
+
export type { TooltipProps } from './props';
|
|
5
|
+
export declare const D1Tooltip: DefineSetupFnComponent<TooltipProps, ShortEmitsToObject<TooltipEmits>, SlotsType<TooltipSlots>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { TooltipPropsBasic } from '@dxtmisha/constructor/Tooltip';
|
|
2
|
+
export declare const propsValues: {
|
|
3
|
+
maxWidth: string[];
|
|
4
|
+
};
|
|
5
|
+
export type PropsToken = {
|
|
6
|
+
maxWidth?: 'sm' | 'md' | 'lg';
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
10
|
+
*/
|
|
11
|
+
export type TooltipProps = TooltipPropsBasic & PropsToken;
|
|
12
|
+
/**
|
|
13
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
14
|
+
*/
|
|
15
|
+
export declare const defaults: object;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { WindowSlots, WindowControlItem, WindowEmitOptions } from '@dxtmisha/constructor/Window';
|
|
2
|
+
import { WindowProps } from './props';
|
|
3
|
+
import { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
import { ImageEventData } from '@dxtmisha/constructor/Image';
|
|
5
|
+
import { ScrollbarEdgeType } from '@dxtmisha/constructor/Scrollbar';
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: Readonly<WindowSlots> & WindowSlots;
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: any;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: DefineComponent<WindowProps, {
|
|
14
|
+
id: string;
|
|
15
|
+
open: Ref<boolean>;
|
|
16
|
+
control: ComputedRef<WindowControlItem>;
|
|
17
|
+
setOpen(open: boolean): Promise<void>;
|
|
18
|
+
toOpen(): Promise<void>;
|
|
19
|
+
toClose(): Promise<void>;
|
|
20
|
+
toggle(): Promise<void>;
|
|
21
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
22
|
+
load: (image: ImageEventData) => any;
|
|
23
|
+
window: (options: WindowEmitOptions) => any;
|
|
24
|
+
"update:open": (value: boolean) => any;
|
|
25
|
+
"update:modelOpen": (value: boolean) => any;
|
|
26
|
+
scrollbarTop: (isTop: boolean) => any;
|
|
27
|
+
scrollbarReachTop: () => any;
|
|
28
|
+
scrollbarLeaveTop: () => any;
|
|
29
|
+
scrollbarBottom: (isBottom: boolean) => any;
|
|
30
|
+
scrollbarReachBottom: () => any;
|
|
31
|
+
scrollbarLeaveBottom: () => any;
|
|
32
|
+
scrollbarEdge: (isTop: boolean, isBottom: boolean, edge: ScrollbarEdgeType) => any;
|
|
33
|
+
}, string, PublicProps, Readonly<WindowProps> & Readonly<{
|
|
34
|
+
onLoad?: ((image: ImageEventData) => any) | undefined;
|
|
35
|
+
onWindow?: ((options: WindowEmitOptions) => any) | undefined;
|
|
36
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
37
|
+
"onUpdate:modelOpen"?: ((value: boolean) => any) | undefined;
|
|
38
|
+
onScrollbarTop?: ((isTop: boolean) => any) | undefined;
|
|
39
|
+
onScrollbarReachTop?: (() => any) | undefined;
|
|
40
|
+
onScrollbarLeaveTop?: (() => any) | undefined;
|
|
41
|
+
onScrollbarBottom?: ((isBottom: boolean) => any) | undefined;
|
|
42
|
+
onScrollbarReachBottom?: (() => any) | undefined;
|
|
43
|
+
onScrollbarLeaveBottom?: (() => any) | undefined;
|
|
44
|
+
onScrollbarEdge?: ((isTop: boolean, isBottom: boolean, edge: ScrollbarEdgeType) => any) | undefined;
|
|
45
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
46
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
|
+
export default _default;
|
|
48
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
49
|
+
new (): {
|
|
50
|
+
$slots: S;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
|
|
2
|
+
import { WindowEmits, WindowSlots } from '@dxtmisha/constructor/Window';
|
|
3
|
+
import { WindowProps } from './props';
|
|
4
|
+
export type { WindowProps } from './props';
|
|
5
|
+
export declare const D1Window: DefineSetupFnComponent<WindowProps, ShortEmitsToObject<WindowEmits>, SlotsType<WindowSlots>>;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { WindowPropsBasic } from '@dxtmisha/constructor/Window';
|
|
2
|
+
import { ScrollbarProps } from '../Scrollbar';
|
|
3
|
+
import { ImageProps } from '../Image';
|
|
4
|
+
export declare const propsValues: {
|
|
5
|
+
width: string[];
|
|
6
|
+
height: string[];
|
|
7
|
+
axis: string[];
|
|
8
|
+
imagePosition: string[];
|
|
9
|
+
alignment: string[];
|
|
10
|
+
origin: string[];
|
|
11
|
+
adaptive: string[];
|
|
12
|
+
imageSize: string[];
|
|
13
|
+
};
|
|
14
|
+
export type PropsToken = {
|
|
15
|
+
width?: string | 'auto' | 'max' | 'sm' | 'md' | 'lg' | 'custom';
|
|
16
|
+
height?: string | 'auto' | 'max' | 'sm' | 'md' | 'lg' | 'custom';
|
|
17
|
+
hide?: boolean;
|
|
18
|
+
axis?: 'x' | 'y' | 'on';
|
|
19
|
+
imagePosition?: 'top' | 'left';
|
|
20
|
+
dense?: boolean;
|
|
21
|
+
alignment?: 'center' | 'top' | 'topRight' | 'topLeft' | 'topFull' | 'right' | 'rightFull' | 'bottom' | 'bottomRight' | 'bottomLeft' | 'bottomFull' | 'left' | 'leftFull';
|
|
22
|
+
origin?: 'center' | 'top' | 'right' | 'bottom' | 'left' | 'topToBottom' | 'rightToLeft' | 'bottomToTop' | 'leftToRight';
|
|
23
|
+
adaptive?: 'menu' | 'menuWindow' | 'modal' | 'modalDynamic' | 'actionSheetRight' | 'actionSheetBottom' | 'static' | 'actionSheet' | 'actionSheetToModal' | 'autoStaticSm' | 'autoStaticMd' | 'autoStaticLg' | 'autoStaticXl' | 'autoStatic2xl';
|
|
24
|
+
fullscreen?: boolean;
|
|
25
|
+
overscroll?: boolean;
|
|
26
|
+
closeMobileHide?: boolean;
|
|
27
|
+
widthMatch?: boolean;
|
|
28
|
+
imageSize?: 'sm' | 'md' | 'lg' | 'quarter' | 'half';
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Type describing incoming properties/ Тип, описывающий входящие свойства
|
|
32
|
+
*/
|
|
33
|
+
export type WindowProps = WindowPropsBasic<ScrollbarProps, ImageProps> & PropsToken;
|
|
34
|
+
/**
|
|
35
|
+
* Default value for property/ Значение по умолчанию для свойства
|
|
36
|
+
*/
|
|
37
|
+
export declare const defaults: object;
|
package/dist/design.js
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
const e = "d1", d = "@dxtmisha/d1", a = /((d1|dd)-?(accordion|action-?sheet|actions|anchor|arrow|badge|bars|block|button|cell|chip|chip-?group|dialog|field|field-?counter|field-?label|field-?message|icon|image|input|list|list-?group|list-?item|list-?menu|mask|menu|modal|motion-?transform|page|progress|ripple|scrollbar|section|select|select-?value|skeleton|textarea-?autosize|tooltip|window))/ig, i = /(?<=var\(--)(ref-blur|ref-font-family|ref-font-size|ref-font-weight|ref-index|ref-letterSpacing|ref-lineHeight|ref-opacity|ref-palette-red|ref-palette-orange|ref-palette-amber|ref-palette-yellow|ref-palette-lime|ref-palette-green|ref-palette-emerald|ref-palette-teal|ref-palette-cyan|ref-palette-sky|ref-palette-blue|ref-palette-indigo|ref-palette-violet|ref-palette-purple|ref-palette-fuchsia|ref-palette-pink|ref-palette-rose|ref-palette-slate|ref-palette-gray|ref-palette-zinc|ref-palette-neutral|ref-palette-stone|ref-palette-black|ref-palette-white|ref-screen|ref-shade|ref-shadow|ref-shadow-dark|ref-spacing|sys-background|sys-blur|sys-font-family|sys-font-size|sys-font-weight|sys-index|sys-letterSpacing|sys-lineHeight|sys-opacity|sys-opacity-primary|sys-opacity-surface|sys-palette|sys-rounded|sys-rounded-adaptive|sys-shade|sys-shade-dark|sys-shadow|sys-spacing|sys-spacing-grid-paddingX|sys-spacing-grid|sys-spacing-grid-gapX|sys-spacing-grid-gapY|sys-spacing-block|sys-spacing-size|sys-spacing-adaptive)/ig, t = [
|
|
2
|
+
{
|
|
3
|
+
name: "D1Accordion",
|
|
4
|
+
reg: /^((d1|dd)-?(accordion))$/ig
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
name: "D1ActionSheet",
|
|
8
|
+
reg: /^((d1|dd)-?(action-?sheet))$/ig
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
name: "D1Actions",
|
|
12
|
+
reg: /^((d1|dd)-?(actions))$/ig
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
name: "D1Anchor",
|
|
16
|
+
reg: /^((d1|dd)-?(anchor))$/ig
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
name: "D1Arrow",
|
|
20
|
+
reg: /^((d1|dd)-?(arrow))$/ig
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: "D1Badge",
|
|
24
|
+
reg: /^((d1|dd)-?(badge))$/ig
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: "D1Bars",
|
|
28
|
+
reg: /^((d1|dd)-?(bars))$/ig
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
name: "D1Block",
|
|
32
|
+
reg: /^((d1|dd)-?(block))$/ig
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: "D1Button",
|
|
36
|
+
reg: /^((d1|dd)-?(button))$/ig
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: "D1Cell",
|
|
40
|
+
reg: /^((d1|dd)-?(cell))$/ig
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: "D1Chip",
|
|
44
|
+
reg: /^((d1|dd)-?(chip))$/ig
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: "D1ChipGroup",
|
|
48
|
+
reg: /^((d1|dd)-?(chip-?group))$/ig
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: "D1Dialog",
|
|
52
|
+
reg: /^((d1|dd)-?(dialog))$/ig
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
name: "D1Field",
|
|
56
|
+
reg: /^((d1|dd)-?(field))$/ig
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
name: "D1FieldCounter",
|
|
60
|
+
reg: /^((d1|dd)-?(field-?counter))$/ig
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
name: "D1FieldLabel",
|
|
64
|
+
reg: /^((d1|dd)-?(field-?label))$/ig
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
name: "D1FieldMessage",
|
|
68
|
+
reg: /^((d1|dd)-?(field-?message))$/ig
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
name: "D1Icon",
|
|
72
|
+
reg: /^((d1|dd)-?(icon))$/ig
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: "D1Image",
|
|
76
|
+
reg: /^((d1|dd)-?(image))$/ig
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
name: "D1Input",
|
|
80
|
+
reg: /^((d1|dd)-?(input))$/ig
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
name: "D1List",
|
|
84
|
+
reg: /^((d1|dd)-?(list))$/ig
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: "D1ListGroup",
|
|
88
|
+
reg: /^((d1|dd)-?(list-?group))$/ig
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
name: "D1ListItem",
|
|
92
|
+
reg: /^((d1|dd)-?(list-?item))$/ig
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
name: "D1ListMenu",
|
|
96
|
+
reg: /^((d1|dd)-?(list-?menu))$/ig
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: "D1Mask",
|
|
100
|
+
reg: /^((d1|dd)-?(mask))$/ig
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
name: "D1Menu",
|
|
104
|
+
reg: /^((d1|dd)-?(menu))$/ig
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
name: "D1Modal",
|
|
108
|
+
reg: /^((d1|dd)-?(modal))$/ig
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: "D1MotionTransform",
|
|
112
|
+
reg: /^((d1|dd)-?(motion-?transform))$/ig
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
name: "D1Page",
|
|
116
|
+
reg: /^((d1|dd)-?(page))$/ig
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
name: "D1Progress",
|
|
120
|
+
reg: /^((d1|dd)-?(progress))$/ig
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: "D1Ripple",
|
|
124
|
+
reg: /^((d1|dd)-?(ripple))$/ig
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
name: "D1Scrollbar",
|
|
128
|
+
reg: /^((d1|dd)-?(scrollbar))$/ig
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
name: "D1Section",
|
|
132
|
+
reg: /^((d1|dd)-?(section))$/ig
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
name: "D1Select",
|
|
136
|
+
reg: /^((d1|dd)-?(select))$/ig
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
name: "D1SelectValue",
|
|
140
|
+
reg: /^((d1|dd)-?(select-?value))$/ig
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
name: "D1Skeleton",
|
|
144
|
+
reg: /^((d1|dd)-?(skeleton))$/ig
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
name: "D1TextareaAutosize",
|
|
148
|
+
reg: /^((d1|dd)-?(textarea-?autosize))$/ig
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
name: "D1Tooltip",
|
|
152
|
+
reg: /^((d1|dd)-?(tooltip))$/ig
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
name: "D1Window",
|
|
156
|
+
reg: /^((d1|dd)-?(window))$/ig
|
|
157
|
+
}
|
|
158
|
+
];
|
|
159
|
+
export {
|
|
160
|
+
t as componentsList,
|
|
161
|
+
a as componentsReg,
|
|
162
|
+
e as designName,
|
|
163
|
+
d as packageName,
|
|
164
|
+
i as styleVarsReg
|
|
165
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { defineComponent as m, mergeDefaults as c, computed as a, createBlock as l, openBlock as g, unref as u } from "vue";
|
|
2
|
+
import { inArray as y } from "@dxtmisha/functional";
|
|
3
|
+
import { defaultsImage as f, ImageDesign as B } from "@dxtmisha/constructor/Image";
|
|
4
|
+
const h = {
|
|
5
|
+
// :values [!] System label / Системная метка
|
|
6
|
+
size: ["auto", "contain", "cover"]
|
|
7
|
+
// :values [!] System label / Системная метка
|
|
8
|
+
}, v = {
|
|
9
|
+
...f
|
|
10
|
+
}, z = /* @__PURE__ */ m({
|
|
11
|
+
name: "D1Image",
|
|
12
|
+
__name: "D1Image",
|
|
13
|
+
props: /* @__PURE__ */ c({
|
|
14
|
+
value: {},
|
|
15
|
+
url: {},
|
|
16
|
+
adaptiveGroup: {},
|
|
17
|
+
adaptiveAlways: { type: Boolean },
|
|
18
|
+
objectWidth: {},
|
|
19
|
+
objectHeight: {},
|
|
20
|
+
coordinator: {},
|
|
21
|
+
x: {},
|
|
22
|
+
y: {},
|
|
23
|
+
tagImg: { type: Boolean },
|
|
24
|
+
srcset: {},
|
|
25
|
+
picture: {},
|
|
26
|
+
alt: {},
|
|
27
|
+
lazy: { type: Boolean },
|
|
28
|
+
preloadOffset: {},
|
|
29
|
+
fetchPriority: {},
|
|
30
|
+
turn: { type: Boolean },
|
|
31
|
+
disabled: { type: Boolean },
|
|
32
|
+
hide: { type: Boolean },
|
|
33
|
+
adaptive: { type: Boolean },
|
|
34
|
+
size: {}
|
|
35
|
+
}, v),
|
|
36
|
+
emits: ["load"],
|
|
37
|
+
setup(o, { expose: s, emit: i }) {
|
|
38
|
+
const n = i, e = o, r = a(() => ({
|
|
39
|
+
main: {
|
|
40
|
+
// :classes-values [!] System label / Системная метка
|
|
41
|
+
"d1-image": !0,
|
|
42
|
+
"d1-image--turn": e.turn,
|
|
43
|
+
"d1-image--disabled": e.disabled,
|
|
44
|
+
"d1-image--hide": e.hide,
|
|
45
|
+
"d1-image--adaptive": e.adaptive,
|
|
46
|
+
[`d1-image--size--${e.size}`]: y(h.size, e.size)
|
|
47
|
+
// :classes-values [!] System label / Системная метка
|
|
48
|
+
}
|
|
49
|
+
})), d = a(() => ({
|
|
50
|
+
// :styles-values [!] System label / Системная метка
|
|
51
|
+
// :styles-values [!] System label / Системная метка
|
|
52
|
+
})), t = new B(
|
|
53
|
+
"d1.image",
|
|
54
|
+
e,
|
|
55
|
+
{
|
|
56
|
+
emits: n,
|
|
57
|
+
classes: r,
|
|
58
|
+
styles: d
|
|
59
|
+
}
|
|
60
|
+
), p = t.render();
|
|
61
|
+
return s(t.expose()), (D, I) => (g(), l(u(p)));
|
|
62
|
+
}
|
|
63
|
+
}), k = z;
|
|
64
|
+
export {
|
|
65
|
+
k as D
|
|
66
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as D1Accordion } from '../components/Ui/Accordion/D1Accordion.vue';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../components/Ui/Image/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const aiList: any[];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PluginComponentImports } from '@dxtmisha/constructor/plugin';
|
|
2
|
+
export declare const designName: string;
|
|
3
|
+
export declare const packageName: string;
|
|
4
|
+
export declare const componentsReg: RegExp;
|
|
5
|
+
export declare const styleVarsReg: RegExp;
|
|
6
|
+
export declare const componentsList: PluginComponentImports;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Plugin as VitePlugin } from 'vite';
|
|
2
|
+
import { PluginOptions } from '@dxtmisha/constructor/plugin';
|
|
3
|
+
/**
|
|
4
|
+
* Initializes the Vite plugin for the design system.
|
|
5
|
+
*
|
|
6
|
+
* Инициализирует плагин Vite для дизайн-системы.
|
|
7
|
+
* @param options plugin options / настройки плагина
|
|
8
|
+
*/
|
|
9
|
+
export declare function uiD1VitePlugin(options?: PluginOptions): VitePlugin;
|