@dxtmisha/constructor 0.39.3 → 0.39.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Plugin-DUJ0epm4.js +628 -0
- package/dist/classes/Plugin/Plugin.d.ts +80 -0
- package/dist/classes/Plugin/PluginCode.d.ts +94 -0
- package/dist/classes/Plugin/PluginComponents.d.ts +38 -0
- package/dist/classes/Plugin/PluginData.d.ts +81 -0
- package/dist/classes/Plugin/PluginImport.d.ts +34 -0
- package/dist/classes/Plugin/PluginStyle.d.ts +71 -0
- package/dist/classes/Plugin/PluginTool.d.ts +42 -0
- package/dist/constructors/Accordion/props.d.ts +5 -7
- package/dist/constructors/ActionSheet/props.d.ts +4 -7
- package/dist/constructors/Actions/basicTypes.d.ts +2 -2
- package/dist/constructors/Actions/props.d.ts +5 -7
- package/dist/constructors/Anchor/AnchorIcon.d.ts +1 -1
- package/dist/constructors/Anchor/basicTypes.d.ts +2 -2
- package/dist/constructors/Anchor/props.d.ts +4 -7
- package/dist/constructors/Arrow/basicTypes.d.ts +2 -2
- package/dist/constructors/Arrow/props.d.ts +5 -7
- package/dist/constructors/Badge/basicTypes.d.ts +2 -2
- package/dist/constructors/Badge/props.d.ts +5 -7
- package/dist/constructors/Bars/Bars.d.ts +3 -6
- package/dist/constructors/Bars/basicTypes.d.ts +2 -2
- package/dist/constructors/Bars/props.d.ts +5 -7
- package/dist/constructors/Block/props.d.ts +4 -7
- package/dist/constructors/Button/basicTypes.d.ts +2 -2
- package/dist/constructors/Button/props.d.ts +5 -7
- package/dist/constructors/Cell/props.d.ts +5 -7
- package/dist/constructors/Chip/basicTypes.d.ts +2 -2
- package/dist/constructors/Chip/props.d.ts +4 -7
- package/dist/constructors/ChipGroup/props.d.ts +4 -7
- package/dist/constructors/Dialog/Dialog.d.ts +1 -2
- package/dist/constructors/Dialog/props.d.ts +5 -7
- package/dist/constructors/Field/FieldInclude.d.ts +3 -3
- package/dist/constructors/Field/basicTypes.d.ts +2 -2
- package/dist/constructors/Field/props.d.ts +5 -7
- package/dist/constructors/FieldCounter/props.d.ts +4 -7
- package/dist/constructors/FieldLabel/basicTypes.d.ts +2 -2
- package/dist/constructors/FieldLabel/props.d.ts +4 -7
- package/dist/constructors/FieldMessage/props.d.ts +4 -7
- package/dist/constructors/Icon/IconLiteInclude.d.ts +1 -2
- package/dist/constructors/Icon/basicTypes.d.ts +6 -6
- package/dist/constructors/Icon/props.d.ts +6 -8
- package/dist/constructors/Image/basicTypes.d.ts +2 -2
- package/dist/constructors/Image/props.d.ts +5 -7
- package/dist/constructors/Input/Input.d.ts +13 -13
- package/dist/constructors/Input/InputPassword.d.ts +1 -1
- package/dist/constructors/Input/props.d.ts +3 -7
- package/dist/constructors/List/List.d.ts +20 -21
- package/dist/constructors/List/props.d.ts +5 -7
- package/dist/constructors/ListGroup/basicTypes.d.ts +2 -2
- package/dist/constructors/ListGroup/props.d.ts +5 -7
- package/dist/constructors/ListItem/props.d.ts +5 -7
- package/dist/constructors/ListMenu/props.d.ts +4 -7
- package/dist/constructors/Mask/MaskInclude.d.ts +2 -2
- package/dist/constructors/Mask/MaskPattern.d.ts +1 -1
- package/dist/constructors/Mask/props.d.ts +5 -7
- package/dist/constructors/Menu/Menu.d.ts +1 -6
- package/dist/constructors/Menu/MenuRequest.d.ts +1 -5
- package/dist/constructors/Menu/basicTypes.d.ts +2 -2
- package/dist/constructors/Menu/props.d.ts +5 -7
- package/dist/constructors/Modal/props.d.ts +5 -7
- package/dist/constructors/MotionTransform/props.d.ts +5 -7
- package/dist/constructors/Page/props.d.ts +3 -7
- package/dist/constructors/Progress/basicTypes.d.ts +2 -2
- package/dist/constructors/Progress/props.d.ts +5 -7
- package/dist/constructors/Ripple/props.d.ts +4 -7
- package/dist/constructors/Scrollbar/basicTypes.d.ts +2 -2
- package/dist/constructors/Scrollbar/props.d.ts +5 -7
- package/dist/constructors/Section/props.d.ts +3 -7
- package/dist/constructors/Select/Select.d.ts +7 -7
- package/dist/constructors/Select/SelectInput.d.ts +3 -3
- package/dist/constructors/Select/props.d.ts +4 -7
- package/dist/constructors/SelectValue/props.d.ts +4 -7
- package/dist/constructors/Skeleton/basicTypes.d.ts +2 -2
- package/dist/constructors/Skeleton/props.d.ts +4 -7
- package/dist/constructors/TextareaAutosize/props.d.ts +4 -7
- package/dist/constructors/Tooltip/TooltipEvent.d.ts +1 -1
- package/dist/constructors/Tooltip/TooltipOpen.d.ts +1 -1
- package/dist/constructors/Tooltip/basicTypes.d.ts +2 -2
- package/dist/constructors/Tooltip/props.d.ts +4 -7
- package/dist/constructors/Window/basicTypes.d.ts +2 -2
- package/dist/constructors/Window/props.d.ts +5 -7
- package/dist/library/plugin.d.ts +2 -0
- package/dist/library.d.ts +22 -14
- package/dist/library.js +54 -46
- package/dist/media/styleModification.d.ts +6 -0
- package/dist/plugin.js +4 -0
- package/dist/types/ariaTypes.d.ts +15 -16
- package/dist/types/captionTypes.d.ts +2 -2
- package/dist/types/descriptionTypes.d.ts +2 -2
- package/dist/types/enabledTypes.d.ts +2 -2
- package/dist/types/eventClickTypes.d.ts +2 -2
- package/dist/types/fieldTypes.d.ts +40 -41
- package/dist/types/labelTypes.d.ts +6 -6
- package/dist/types/modelTypes.d.ts +4 -4
- package/dist/types/pluginTypes.d.ts +17 -0
- package/dist/types/prefixTypes.d.ts +2 -2
- package/dist/types/suffixTypes.d.ts +2 -2
- package/dist/types/textTypes.d.ts +9 -10
- package/package.json +88 -89
- /package/dist/classes/{field → Field}/FieldArrowInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldAttributesInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldChangeInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldCodeInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldElementInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldEventInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldInputCheckInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldInputModeInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldMatchInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldPatternInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldTypeInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldValidationInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldValueInclude.d.ts +0 -0
- /package/dist/classes/{field → Field}/FieldVisibilityInclude.d.ts +0 -0
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import { IconPropsBasic } from '../Icon';
|
|
2
2
|
import { BlockPropsBasic } from '../Block';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export interface SectionPropsBasic<Icon extends IconPropsBasic = IconPropsBasic> extends BlockPropsBasic<Icon> {
|
|
6
|
-
}
|
|
3
|
+
export type SectionPropsToken = {};
|
|
4
|
+
export type SectionPropsBasic<Icon extends IconPropsBasic = IconPropsBasic> = BlockPropsBasic<Icon>;
|
|
7
5
|
/**
|
|
8
6
|
* Type describing incoming properties.
|
|
9
7
|
*
|
|
10
8
|
* Тип, описывающий входящие свойства.
|
|
11
9
|
*/
|
|
12
|
-
export
|
|
13
|
-
}
|
|
10
|
+
export type SectionProps = SectionPropsBasic & SectionPropsToken;
|
|
14
11
|
/**
|
|
15
12
|
* Default value for property.
|
|
16
13
|
*
|
|
@@ -20,4 +17,3 @@ export declare const defaultsSection: {
|
|
|
20
17
|
tag: string;
|
|
21
18
|
tagHeader: string;
|
|
22
19
|
};
|
|
23
|
-
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Ref, ToRefs, ComputedRef } from 'vue';
|
|
2
2
|
import { ConstrEmit, DesignComp } from '@dxtmisha/functional';
|
|
3
|
-
import { FieldElementInclude } from '../../classes/
|
|
4
|
-
import { FieldChangeInclude } from '../../classes/
|
|
5
|
-
import { FieldValueInclude } from '../../classes/
|
|
6
|
-
import { FieldCodeInclude } from '../../classes/
|
|
7
|
-
import { FieldValidationInclude } from '../../classes/
|
|
8
|
-
import { FieldAttributesInclude } from '../../classes/
|
|
9
|
-
import { FieldEventInclude } from '../../classes/
|
|
3
|
+
import { FieldElementInclude } from '../../classes/Field/FieldElementInclude';
|
|
4
|
+
import { FieldChangeInclude } from '../../classes/Field/FieldChangeInclude';
|
|
5
|
+
import { FieldValueInclude } from '../../classes/Field/FieldValueInclude';
|
|
6
|
+
import { FieldCodeInclude } from '../../classes/Field/FieldCodeInclude';
|
|
7
|
+
import { FieldValidationInclude } from '../../classes/Field/FieldValidationInclude';
|
|
8
|
+
import { FieldAttributesInclude } from '../../classes/Field/FieldAttributesInclude';
|
|
9
|
+
import { FieldEventInclude } from '../../classes/Field/FieldEventInclude';
|
|
10
10
|
import { MenuInclude } from '../Menu';
|
|
11
11
|
import { FieldInclude } from '../Field/FieldInclude';
|
|
12
12
|
import { SelectInput } from './SelectInput';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ConstrBind } from '@dxtmisha/functional';
|
|
2
|
-
import { FieldAttributesInclude } from '../../classes/
|
|
3
|
-
import { FieldValueInclude } from '../../classes/
|
|
4
|
-
import { FieldEventInclude } from '../../classes/
|
|
2
|
+
import { FieldAttributesInclude } from '../../classes/Field/FieldAttributesInclude';
|
|
3
|
+
import { FieldValueInclude } from '../../classes/Field/FieldValueInclude';
|
|
4
|
+
import { FieldEventInclude } from '../../classes/Field/FieldEventInclude';
|
|
5
5
|
import { SelectProps } from './props';
|
|
6
6
|
import { ComputedRef } from 'vue';
|
|
7
7
|
/**
|
|
@@ -8,9 +8,8 @@ import { InputPropsBasic } from '../Input';
|
|
|
8
8
|
import { ProgressPropsBasic } from '../Progress';
|
|
9
9
|
import { MenuPropsBasic, MenuPropsInclude } from '../Menu';
|
|
10
10
|
import { FieldSelectProps } from '../../types/fieldTypes';
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
export interface SelectPropsBasic<Icon extends IconPropsBasic = IconPropsBasic, Field extends FieldPropsBasic = FieldPropsBasic, FieldLabel extends FieldLabelPropsBasic = FieldLabelPropsBasic, FieldMessage extends FieldMessagePropsBasic = FieldMessagePropsBasic, FieldCounter extends FieldCounterPropsBasic = FieldCounterPropsBasic, Input extends InputPropsBasic = InputPropsBasic, Progress extends ProgressPropsBasic = ProgressPropsBasic, Menu extends MenuPropsBasic = MenuPropsBasic> extends FieldPropsInclude<Icon, Field, FieldLabel, FieldMessage, FieldCounter, Progress>, FieldSelectProps, MenuPropsInclude<Menu> {
|
|
11
|
+
export type SelectPropsToken = {};
|
|
12
|
+
export type SelectPropsBasic<Icon extends IconPropsBasic = IconPropsBasic, Field extends FieldPropsBasic = FieldPropsBasic, FieldLabel extends FieldLabelPropsBasic = FieldLabelPropsBasic, FieldMessage extends FieldMessagePropsBasic = FieldMessagePropsBasic, FieldCounter extends FieldCounterPropsBasic = FieldCounterPropsBasic, Input extends InputPropsBasic = InputPropsBasic, Progress extends ProgressPropsBasic = ProgressPropsBasic, Menu extends MenuPropsBasic = MenuPropsBasic> = FieldPropsInclude<Icon, Field, FieldLabel, FieldMessage, FieldCounter, Progress> & FieldSelectProps & MenuPropsInclude<Menu> & {
|
|
14
13
|
editValue?: boolean;
|
|
15
14
|
hideList?: boolean;
|
|
16
15
|
showSearch?: boolean;
|
|
@@ -18,18 +17,16 @@ export interface SelectPropsBasic<Icon extends IconPropsBasic = IconPropsBasic,
|
|
|
18
17
|
iconArrowDown?: IconValue<Icon>;
|
|
19
18
|
iconSearch?: IconValue<Icon>;
|
|
20
19
|
inputSearchAttrs?: ConstrBind<Input>;
|
|
21
|
-
}
|
|
20
|
+
};
|
|
22
21
|
/**
|
|
23
22
|
* Type describing incoming properties.
|
|
24
23
|
*
|
|
25
24
|
* Тип, описывающий входящие свойства.
|
|
26
25
|
*/
|
|
27
|
-
export
|
|
28
|
-
}
|
|
26
|
+
export type SelectProps = SelectPropsBasic & SelectPropsToken;
|
|
29
27
|
/**
|
|
30
28
|
* Default value for property.
|
|
31
29
|
*
|
|
32
30
|
* Значение по умолчанию для свойства.
|
|
33
31
|
*/
|
|
34
32
|
export declare const defaultsSelect: {};
|
|
35
|
-
export {};
|
|
@@ -2,27 +2,24 @@ import { ConstrBind, ListList } from '@dxtmisha/functional';
|
|
|
2
2
|
import { IconPropsBasic, IconValue } from '../Icon';
|
|
3
3
|
import { ChipPropsBasic, ChipPropsInclude } from '../Chip';
|
|
4
4
|
import { EnabledProps } from '../../types/enabledTypes';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export interface SelectValuePropsBasic<Icon extends IconPropsBasic = IconPropsBasic, Chip extends ChipPropsBasic = ChipPropsBasic> extends EnabledProps, ChipPropsInclude<Chip> {
|
|
5
|
+
export type SelectValuePropsToken = {};
|
|
6
|
+
export type SelectValuePropsBasic<Icon extends IconPropsBasic = IconPropsBasic, Chip extends ChipPropsBasic = ChipPropsBasic> = EnabledProps & ChipPropsInclude<Chip> & {
|
|
8
7
|
placeholder?: string;
|
|
9
8
|
value?: ListList;
|
|
10
9
|
multiple?: boolean;
|
|
11
10
|
iconShow?: boolean;
|
|
12
11
|
iconAttrs?: ConstrBind<Icon>;
|
|
13
12
|
iconCancel?: IconValue<Icon>;
|
|
14
|
-
}
|
|
13
|
+
};
|
|
15
14
|
/**
|
|
16
15
|
* Type describing incoming properties.
|
|
17
16
|
*
|
|
18
17
|
* Тип, описывающий входящие свойства.
|
|
19
18
|
*/
|
|
20
|
-
export
|
|
21
|
-
}
|
|
19
|
+
export type SelectValueProps = SelectValuePropsBasic & SelectValuePropsToken;
|
|
22
20
|
/**
|
|
23
21
|
* Default value for property.
|
|
24
22
|
*
|
|
25
23
|
* Значение по умолчанию для свойства.
|
|
26
24
|
*/
|
|
27
25
|
export declare const defaultsSelectValue: {};
|
|
28
|
-
export {};
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
export type SkeletonPropsToken = {
|
|
2
2
|
active?: boolean;
|
|
3
|
-
}
|
|
4
|
-
export
|
|
5
|
-
}
|
|
3
|
+
};
|
|
4
|
+
export type SkeletonPropsBasic = {};
|
|
6
5
|
/**
|
|
7
6
|
* Type describing incoming properties.
|
|
8
7
|
*
|
|
9
8
|
* Тип, описывающий входящие свойства.
|
|
10
9
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
10
|
+
export type SkeletonProps = SkeletonPropsBasic & SkeletonPropsToken;
|
|
13
11
|
/**
|
|
14
12
|
* Default value for property.
|
|
15
13
|
*
|
|
16
14
|
* Значение по умолчанию для свойства.
|
|
17
15
|
*/
|
|
18
16
|
export declare const defaultsSkeleton: {};
|
|
19
|
-
export {};
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export interface TextareaAutosizePropsBasic {
|
|
1
|
+
export type TextareaAutosizePropsToken = {};
|
|
2
|
+
export type TextareaAutosizePropsBasic = {
|
|
4
3
|
value?: string;
|
|
5
4
|
autosize?: boolean;
|
|
6
5
|
inputAttrs?: Record<string, any>;
|
|
7
|
-
}
|
|
6
|
+
};
|
|
8
7
|
/**
|
|
9
8
|
* Type describing incoming properties.
|
|
10
9
|
*
|
|
11
10
|
* Тип, описывающий входящие свойства.
|
|
12
11
|
*/
|
|
13
|
-
export
|
|
14
|
-
}
|
|
12
|
+
export type TextareaAutosizeProps = TextareaAutosizePropsBasic & TextareaAutosizePropsToken;
|
|
15
13
|
/**
|
|
16
14
|
* Default value for property.
|
|
17
15
|
*
|
|
@@ -20,4 +18,3 @@ export interface TextareaAutosizeProps extends TextareaAutosizePropsBasic, Texta
|
|
|
20
18
|
export declare const defaultsTextareaAutosize: {
|
|
21
19
|
autosize: boolean;
|
|
22
20
|
};
|
|
23
|
-
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TooltipOpen } from './TooltipOpen';
|
|
2
2
|
import { TooltipStatus } from './TooltipStatus';
|
|
3
3
|
import { TooltipClasses } from './TooltipClasses';
|
|
4
|
-
import { TooltipStyle } from './TooltipStyle
|
|
4
|
+
import { TooltipStyle } from './TooltipStyle';
|
|
5
5
|
/**
|
|
6
6
|
* Class for working with events.
|
|
7
7
|
*
|
|
@@ -4,7 +4,7 @@ import { TooltipStyle } from './TooltipStyle';
|
|
|
4
4
|
import { TooltipStatus } from './TooltipStatus';
|
|
5
5
|
import { TooltipPosition } from './TooltipPosition';
|
|
6
6
|
import { TooltipProps } from './props';
|
|
7
|
-
import { TooltipEmits } from './types
|
|
7
|
+
import { TooltipEmits } from './types';
|
|
8
8
|
/**
|
|
9
9
|
* Class for managing the status of an open window.
|
|
10
10
|
*
|
|
@@ -23,7 +23,7 @@ export type TooltipComponentInclude = {
|
|
|
23
23
|
* Props used to include and configure the Tooltip component/
|
|
24
24
|
* Свойства для подключения и настройки компонента Tooltip
|
|
25
25
|
*/
|
|
26
|
-
export
|
|
26
|
+
export type TooltipPropsInclude<Tooltip extends TooltipProps = TooltipProps> = {
|
|
27
27
|
/** Additional attributes for Tooltip component/ Дополнительные атрибуты для компонента Tooltip */
|
|
28
28
|
tooltipAttrs?: ConstrBind<Tooltip>;
|
|
29
|
-
}
|
|
29
|
+
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { LabelProps } from '../../types/labelTypes';
|
|
2
2
|
import { DescriptionProps } from '../../types/descriptionTypes';
|
|
3
3
|
import { ArrowProps, ArrowPropsInclude } from '../Arrow';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export interface TooltipPropsBasic<Arrow extends ArrowProps = ArrowProps> extends LabelProps, DescriptionProps, ArrowPropsInclude<Arrow> {
|
|
4
|
+
export type TooltipPropsToken = {};
|
|
5
|
+
export type TooltipPropsBasic<Arrow extends ArrowProps = ArrowProps> = LabelProps & DescriptionProps & ArrowPropsInclude<Arrow> & {
|
|
7
6
|
open?: boolean;
|
|
8
7
|
disabled?: boolean;
|
|
9
8
|
inDom?: boolean;
|
|
@@ -11,14 +10,13 @@ export interface TooltipPropsBasic<Arrow extends ArrowProps = ArrowProps> extend
|
|
|
11
10
|
indent?: number;
|
|
12
11
|
delay?: number;
|
|
13
12
|
delayHide?: number;
|
|
14
|
-
}
|
|
13
|
+
};
|
|
15
14
|
/**
|
|
16
15
|
* Type describing incoming properties.
|
|
17
16
|
*
|
|
18
17
|
* Тип, описывающий входящие свойства.
|
|
19
18
|
*/
|
|
20
|
-
export
|
|
21
|
-
}
|
|
19
|
+
export type TooltipProps = TooltipPropsBasic & TooltipPropsToken;
|
|
22
20
|
/**
|
|
23
21
|
* Default value for property.
|
|
24
22
|
*
|
|
@@ -29,4 +27,3 @@ export declare const defaultsTooltip: {
|
|
|
29
27
|
delay: number;
|
|
30
28
|
delayHide: number;
|
|
31
29
|
};
|
|
32
|
-
export {};
|
|
@@ -158,14 +158,14 @@ export interface WindowExposeInclude {
|
|
|
158
158
|
* Props used to include and configure the Window component/
|
|
159
159
|
* Свойства для подключения и настройки компонента Window
|
|
160
160
|
*/
|
|
161
|
-
export
|
|
161
|
+
export type WindowPropsInclude<Window extends WindowPropsBasic = WindowPropsBasic> = {
|
|
162
162
|
/** Disabled state/ Отключённое состояние */
|
|
163
163
|
disabled?: boolean;
|
|
164
164
|
/** Enable auto close on outside click/ Включить авто-закрытие при клике вне */
|
|
165
165
|
autoClose?: boolean;
|
|
166
166
|
/** Additional attributes for Window component/ Дополнительные атрибуты для компонента Window */
|
|
167
167
|
windowAttrs?: ConstrBind<Window>;
|
|
168
|
-
}
|
|
168
|
+
};
|
|
169
169
|
/**
|
|
170
170
|
* CSS variable name for MotionTransform body type/
|
|
171
171
|
* Имя CSS‑переменной для типа тела MotionTransform
|
|
@@ -3,7 +3,7 @@ import { AriaByPropsInclude, AriaHaspopupPropsInclude, AriaRoleByPropsInclude }
|
|
|
3
3
|
import { ImagePropsBasic, ImagePropsInclude } from '../Image';
|
|
4
4
|
import { ScrollbarPropsBasic, ScrollbarPropsInclude } from '../Scrollbar';
|
|
5
5
|
import { TextClosePropsInclude } from '../../types/textTypes';
|
|
6
|
-
|
|
6
|
+
export type WindowPropsToken = {
|
|
7
7
|
width?: string | 'auto' | 'max' | 'custom';
|
|
8
8
|
height?: string | 'auto' | 'max' | 'custom';
|
|
9
9
|
hide?: boolean;
|
|
@@ -17,8 +17,8 @@ interface WindowPropsToken {
|
|
|
17
17
|
overscroll?: boolean;
|
|
18
18
|
closeMobileHide?: boolean;
|
|
19
19
|
widthMatch?: boolean;
|
|
20
|
-
}
|
|
21
|
-
export
|
|
20
|
+
};
|
|
21
|
+
export type WindowPropsBasic<Scrollbar extends ScrollbarPropsBasic = ScrollbarPropsBasic, Image extends ImagePropsBasic = ImagePropsBasic> = ScrollbarPropsInclude<Scrollbar> & ImagePropsInclude<Image> & AriaRoleByPropsInclude & AriaByPropsInclude & AriaHaspopupPropsInclude & TextClosePropsInclude & {
|
|
22
22
|
'open'?: boolean;
|
|
23
23
|
'disabled'?: boolean;
|
|
24
24
|
'preparation'?(): NormalOrPromise<void>;
|
|
@@ -40,14 +40,13 @@ export interface WindowPropsBasic<Scrollbar extends ScrollbarPropsBasic = Scroll
|
|
|
40
40
|
'modelOpen'?: boolean;
|
|
41
41
|
'onUpdate:open'?: (value: boolean) => void;
|
|
42
42
|
'onUpdate:modelOpen'?: (value: boolean) => void;
|
|
43
|
-
}
|
|
43
|
+
};
|
|
44
44
|
/**
|
|
45
45
|
* Type describing incoming properties.
|
|
46
46
|
*
|
|
47
47
|
* Тип, описывающий входящие свойства.
|
|
48
48
|
*/
|
|
49
|
-
export
|
|
50
|
-
}
|
|
49
|
+
export type WindowProps = WindowPropsBasic & WindowPropsToken;
|
|
51
50
|
/**
|
|
52
51
|
* Default value for property.
|
|
53
52
|
*
|
|
@@ -61,4 +60,3 @@ export declare const defaultsWindow: {
|
|
|
61
60
|
ariaHaspopup: string;
|
|
62
61
|
role: string;
|
|
63
62
|
};
|
|
64
|
-
export {};
|
package/dist/library.d.ts
CHANGED
|
@@ -3,30 +3,37 @@ export * from './classes/CaptionInclude';
|
|
|
3
3
|
export * from './classes/DescriptionInclude';
|
|
4
4
|
export * from './classes/EnabledInclude';
|
|
5
5
|
export * from './classes/EventClickInclude';
|
|
6
|
+
export * from './classes/Field/FieldArrowInclude';
|
|
7
|
+
export * from './classes/Field/FieldAttributesInclude';
|
|
8
|
+
export * from './classes/Field/FieldChangeInclude';
|
|
9
|
+
export * from './classes/Field/FieldCodeInclude';
|
|
10
|
+
export * from './classes/Field/FieldElementInclude';
|
|
11
|
+
export * from './classes/Field/FieldEventInclude';
|
|
12
|
+
export * from './classes/Field/FieldInputCheckInclude';
|
|
13
|
+
export * from './classes/Field/FieldInputModeInclude';
|
|
14
|
+
export * from './classes/Field/FieldMatchInclude';
|
|
15
|
+
export * from './classes/Field/FieldPatternInclude';
|
|
16
|
+
export * from './classes/Field/FieldTypeInclude';
|
|
17
|
+
export * from './classes/Field/FieldValidationInclude';
|
|
18
|
+
export * from './classes/Field/FieldValueInclude';
|
|
19
|
+
export * from './classes/Field/FieldVisibilityInclude';
|
|
6
20
|
export * from './classes/LabelHighlightInclude';
|
|
7
21
|
export * from './classes/LabelInclude';
|
|
8
22
|
export * from './classes/LabelNumberInclude';
|
|
9
23
|
export * from './classes/ModelInclude';
|
|
10
24
|
export * from './classes/ModelValueInclude';
|
|
25
|
+
export * from './classes/Plugin/Plugin';
|
|
26
|
+
export * from './classes/Plugin/PluginCode';
|
|
27
|
+
export * from './classes/Plugin/PluginComponents';
|
|
28
|
+
export * from './classes/Plugin/PluginData';
|
|
29
|
+
export * from './classes/Plugin/PluginImport';
|
|
30
|
+
export * from './classes/Plugin/PluginStyle';
|
|
31
|
+
export * from './classes/Plugin/PluginTool';
|
|
11
32
|
export * from './classes/PrefixInclude';
|
|
12
33
|
export * from './classes/SuffixInclude';
|
|
13
34
|
export * from './classes/TabIndexInclude';
|
|
14
35
|
export * from './classes/TextInclude';
|
|
15
36
|
export * from './classes/TouchEventInclude';
|
|
16
|
-
export * from './classes/field/FieldArrowInclude';
|
|
17
|
-
export * from './classes/field/FieldAttributesInclude';
|
|
18
|
-
export * from './classes/field/FieldChangeInclude';
|
|
19
|
-
export * from './classes/field/FieldCodeInclude';
|
|
20
|
-
export * from './classes/field/FieldElementInclude';
|
|
21
|
-
export * from './classes/field/FieldEventInclude';
|
|
22
|
-
export * from './classes/field/FieldInputCheckInclude';
|
|
23
|
-
export * from './classes/field/FieldInputModeInclude';
|
|
24
|
-
export * from './classes/field/FieldMatchInclude';
|
|
25
|
-
export * from './classes/field/FieldPatternInclude';
|
|
26
|
-
export * from './classes/field/FieldTypeInclude';
|
|
27
|
-
export * from './classes/field/FieldValidationInclude';
|
|
28
|
-
export * from './classes/field/FieldValueInclude';
|
|
29
|
-
export * from './classes/field/FieldVisibilityInclude';
|
|
30
37
|
export * from './functions/getClassTagAStatic';
|
|
31
38
|
export * from './types/ariaTypes';
|
|
32
39
|
export * from './types/captionTypes';
|
|
@@ -36,6 +43,7 @@ export * from './types/eventClickTypes';
|
|
|
36
43
|
export * from './types/fieldTypes';
|
|
37
44
|
export * from './types/labelTypes';
|
|
38
45
|
export * from './types/modelTypes';
|
|
46
|
+
export * from './types/pluginTypes';
|
|
39
47
|
export * from './types/prefixTypes';
|
|
40
48
|
export * from './types/roleTypes';
|
|
41
49
|
export * from './types/suffixTypes';
|
package/dist/library.js
CHANGED
|
@@ -1,50 +1,58 @@
|
|
|
1
|
-
import { A as
|
|
1
|
+
import { A as a } from "./AriaStaticInclude-CFGewqpn.js";
|
|
2
2
|
import { C as o } from "./CaptionInclude-AFVF4qyd.js";
|
|
3
|
-
import { D as
|
|
4
|
-
import { E as
|
|
5
|
-
import { E as
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
3
|
+
import { D as r } from "./DescriptionInclude-DxWNon_J.js";
|
|
4
|
+
import { E as u } from "./EnabledInclude-DGeuJhOr.js";
|
|
5
|
+
import { E as c } from "./EventClickInclude-eDWqxK0d.js";
|
|
6
|
+
import { F as I, a as p, b as f, c as m, d as x, e as F } from "./FieldMatchInclude-Vl2gJUaM.js";
|
|
7
|
+
import { F as b, a as P, b as C, c as T, d as E, e as h, f as L } from "./FieldEventInclude-zg02dtQi.js";
|
|
8
|
+
import { F as A } from "./FieldInputCheckInclude-CjNYyGTb.js";
|
|
9
|
+
import { L as V } from "./LabelHighlightInclude-Dhj3p9NW.js";
|
|
10
|
+
import { L as y } from "./LabelInclude-BtZrrbCf.js";
|
|
11
|
+
import { L as k } from "./LabelNumberInclude-DyifvMnr.js";
|
|
12
|
+
import { M as H } from "./ModelInclude-BiYm_iCQ.js";
|
|
13
|
+
import { M as j } from "./ModelValueInclude-CJmm5go9.js";
|
|
14
|
+
import { P as z, a as B, b as G, c as J, d as K, e as O, f as Q } from "./Plugin-DUJ0epm4.js";
|
|
15
|
+
import { P as U, S as W } from "./SuffixInclude-C7JNYCJK.js";
|
|
16
|
+
import { T as Y } from "./TabIndexInclude-d7A_R6KD.js";
|
|
17
|
+
import { T as _ } from "./TextInclude-i1OBAFTG.js";
|
|
18
|
+
import { T as ee } from "./TouchEventInclude-DctYCjt8.js";
|
|
19
|
+
import { g as ae } from "./getClassTagAStatic-BnVYlXHI.js";
|
|
19
20
|
export {
|
|
20
|
-
|
|
21
|
+
a as AriaStaticInclude,
|
|
21
22
|
o as CaptionInclude,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
23
|
+
r as DescriptionInclude,
|
|
24
|
+
u as EnabledInclude,
|
|
25
|
+
c as EventClickInclude,
|
|
26
|
+
I as FieldArrowInclude,
|
|
27
|
+
b as FieldAttributesInclude,
|
|
28
|
+
P as FieldChangeInclude,
|
|
29
|
+
C as FieldCodeInclude,
|
|
30
|
+
T as FieldElementInclude,
|
|
31
|
+
E as FieldEventInclude,
|
|
32
|
+
A as FieldInputCheckInclude,
|
|
33
|
+
p as FieldInputModeInclude,
|
|
34
|
+
f as FieldMatchInclude,
|
|
35
|
+
m as FieldPatternInclude,
|
|
36
|
+
x as FieldTypeInclude,
|
|
37
|
+
h as FieldValidationInclude,
|
|
38
|
+
L as FieldValueInclude,
|
|
39
|
+
F as FieldVisibilityInclude,
|
|
40
|
+
V as LabelHighlightInclude,
|
|
41
|
+
y as LabelInclude,
|
|
42
|
+
k as LabelNumberInclude,
|
|
43
|
+
H as ModelInclude,
|
|
44
|
+
j as ModelValueInclude,
|
|
45
|
+
z as Plugin,
|
|
46
|
+
B as PluginCode,
|
|
47
|
+
G as PluginComponents,
|
|
48
|
+
J as PluginData,
|
|
49
|
+
K as PluginImport,
|
|
50
|
+
O as PluginStyle,
|
|
51
|
+
Q as PluginTool,
|
|
52
|
+
U as PrefixInclude,
|
|
53
|
+
W as SuffixInclude,
|
|
54
|
+
Y as TabIndexInclude,
|
|
55
|
+
_ as TextInclude,
|
|
56
|
+
ee as TouchEventInclude,
|
|
57
|
+
ae as getClassTagAStatic
|
|
50
58
|
};
|
package/dist/plugin.js
ADDED
|
@@ -250,58 +250,57 @@ export type AriaList = {
|
|
|
250
250
|
'aria-valuetext'?: string;
|
|
251
251
|
};
|
|
252
252
|
/** Basic ARIA role props/ Базовые ARIA пропсы роли */
|
|
253
|
-
export
|
|
253
|
+
export type AriaRolePropsInclude = {
|
|
254
254
|
role?: RoleType;
|
|
255
|
-
}
|
|
255
|
+
};
|
|
256
256
|
/**
|
|
257
257
|
* ARIA label prop/
|
|
258
258
|
* ARIA проп label
|
|
259
259
|
*/
|
|
260
|
-
export
|
|
260
|
+
export type AriaLabelPropsInclude = {
|
|
261
261
|
ariaLabel?: string;
|
|
262
|
-
}
|
|
262
|
+
};
|
|
263
263
|
/**
|
|
264
264
|
* ARIA description prop/
|
|
265
265
|
* ARIA проп description
|
|
266
266
|
*/
|
|
267
|
-
export
|
|
267
|
+
export type AriaDescriptionPropsInclude = {
|
|
268
268
|
ariaDescription?: string;
|
|
269
|
-
}
|
|
269
|
+
};
|
|
270
270
|
/**
|
|
271
271
|
* ARIA haspopup prop/
|
|
272
272
|
* ARIA проп haspopup
|
|
273
273
|
*/
|
|
274
|
-
export
|
|
274
|
+
export type AriaHaspopupPropsInclude = {
|
|
275
275
|
ariaHaspopup?: AriaList['aria-haspopup'];
|
|
276
|
-
}
|
|
276
|
+
};
|
|
277
277
|
/**
|
|
278
278
|
* ARIA live prop/
|
|
279
279
|
* ARIA проп live
|
|
280
280
|
*/
|
|
281
|
-
export
|
|
281
|
+
export type AriaLivePropsInclude = {
|
|
282
282
|
ariaLive?: AriaList['aria-live'];
|
|
283
|
-
}
|
|
283
|
+
};
|
|
284
284
|
/**
|
|
285
285
|
* ARIA props with labelledby and describedby/
|
|
286
286
|
* ARIA пропсы с labelledby и describedby
|
|
287
287
|
*/
|
|
288
|
-
export
|
|
288
|
+
export type AriaByPropsInclude = {
|
|
289
289
|
ariaLabelledby?: string;
|
|
290
290
|
ariaDescribedby?: string;
|
|
291
|
-
}
|
|
291
|
+
};
|
|
292
292
|
/**
|
|
293
293
|
* ARIA role props with labelledby and describedby/
|
|
294
294
|
* ARIA пропсы роли с labelledby и describedby
|
|
295
295
|
*/
|
|
296
|
-
export
|
|
297
|
-
}
|
|
296
|
+
export type AriaRoleByPropsInclude = AriaRolePropsInclude & AriaByPropsInclude;
|
|
298
297
|
/**
|
|
299
298
|
* ARIA control role props with controls and expanded/
|
|
300
299
|
* ARIA пропсы роли управления с controls и expanded
|
|
301
300
|
*/
|
|
302
|
-
export
|
|
301
|
+
export type AriaRoleControlPropsInclude = AriaRolePropsInclude & AriaHaspopupPropsInclude & {
|
|
303
302
|
id?: string;
|
|
304
303
|
ariaControls?: string;
|
|
305
304
|
ariaHaspopup?: AriaList['aria-haspopup'];
|
|
306
305
|
ariaExpanded?: string;
|
|
307
|
-
}
|
|
306
|
+
};
|
|
@@ -8,7 +8,7 @@ export interface CaptionSlots {
|
|
|
8
8
|
/**
|
|
9
9
|
* Props for caption functionality/ Пропсы для функциональности заголовка
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
11
|
+
export type CaptionProps = {
|
|
12
12
|
/** Caption text or number/ Текст или число заголовка */
|
|
13
13
|
caption?: string | number;
|
|
14
|
-
}
|
|
14
|
+
};
|
|
@@ -15,7 +15,7 @@ export interface DescriptionSlots {
|
|
|
15
15
|
/**
|
|
16
16
|
* Props for description functionality/ Пропсы для функциональности описания
|
|
17
17
|
*/
|
|
18
|
-
export
|
|
18
|
+
export type DescriptionProps = {
|
|
19
19
|
/** Description text or number/ Текст или число описания */
|
|
20
20
|
description?: string | number;
|
|
21
|
-
}
|
|
21
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Props for enabled/disabled state functionality/ Пропсы для функциональности состояния включено/выключено
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type EnabledProps = {
|
|
5
5
|
/** Read-only state/ Состояние только для чтения */
|
|
6
6
|
readonly?: boolean;
|
|
7
7
|
/** Disabled state/ Состояние отключено */
|
|
8
8
|
disabled?: boolean;
|
|
9
|
-
}
|
|
9
|
+
};
|
|
@@ -37,11 +37,11 @@ export interface EventClickExpose {
|
|
|
37
37
|
/**
|
|
38
38
|
* Props for click event handling/ Пропсы для обработки событий клика
|
|
39
39
|
*/
|
|
40
|
-
export
|
|
40
|
+
export type EventClickProps = {
|
|
41
41
|
/** Navigation target (string or route object)/ Цель навигации (строка или объект роута) */
|
|
42
42
|
to?: string | RouteLocationRaw;
|
|
43
43
|
/** Click event value/ Значение события клика */
|
|
44
44
|
value?: EventClickValue['value'];
|
|
45
45
|
/** Additional click event details/ Дополнительные детали события клика */
|
|
46
46
|
detail?: EventClickValue['detail'];
|
|
47
|
-
}
|
|
47
|
+
};
|