@omnia/fx 8.0.177-dev → 8.0.179-dev
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/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +12 -6
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +124 -120
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +124 -120
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +84 -265
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +52 -35
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +50 -15
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/docs/SampleTestBenchComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +86 -0
- package/internal-do-not-import-from-here/ux/oxide/calendar/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/calendar/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/calendar/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +59 -0
- package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +427 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +91 -91
- package/internal-do-not-import-from-here/wctypings.d.ts +24 -37
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +0 -37
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +0 -32
@@ -18,11 +18,23 @@ export interface VelcronMarkdownEditorSettings {
|
|
18
18
|
}
|
19
19
|
export interface VelcronSpacingEditorSettings {
|
20
20
|
individualSelection: boolean;
|
21
|
+
mode?: "default" | "position";
|
22
|
+
}
|
23
|
+
export interface VelcronSelectEditorSettings {
|
24
|
+
options: Array<{
|
25
|
+
title: string;
|
26
|
+
value: string;
|
27
|
+
}>;
|
21
28
|
}
|
22
29
|
export interface VelcronTextEditorSettings {
|
23
30
|
type: TypographyType;
|
24
31
|
placeholder: string;
|
25
32
|
}
|
33
|
+
export interface VelcronNumberEditorSettings {
|
34
|
+
min: number;
|
35
|
+
max: number;
|
36
|
+
step: number;
|
37
|
+
}
|
26
38
|
export interface VelcronBlueprintEditorSettings {
|
27
39
|
type: "container" | "";
|
28
40
|
}
|
@@ -35,6 +47,9 @@ export interface VelcronSliderPropertyEditor extends VelcronEditor<VelcronSlider
|
|
35
47
|
export interface VelcronTextPropertyEditor extends VelcronEditor<VelcronTextEditorSettings> {
|
36
48
|
type: "text";
|
37
49
|
}
|
50
|
+
export interface VelcronNumberPropertyEditor extends VelcronEditor<VelcronNumberEditorSettings> {
|
51
|
+
type: "number";
|
52
|
+
}
|
38
53
|
export interface VelcronEnterprisePropertyEditor extends VelcronEditor<any> {
|
39
54
|
type: "enterprise-property";
|
40
55
|
}
|
@@ -77,3 +92,6 @@ export interface VelcronBackgroundEditor extends VelcronEditor<VelcronBackground
|
|
77
92
|
export interface VelcronGridEditor extends VelcronEditor<any> {
|
78
93
|
type: "grid";
|
79
94
|
}
|
95
|
+
export interface VelcronSelectEditor extends VelcronEditor<VelcronSelectEditorSettings> {
|
96
|
+
type: "select";
|
97
|
+
}
|
@@ -7,7 +7,7 @@ export interface ParseResult<T> {
|
|
7
7
|
export declare class VelcronData {
|
8
8
|
static dataBind<T = string>(renderContext: VelcronRenderContext, bindTo: VelcronBindableProp<any>): T;
|
9
9
|
static isBindable<T = string>(bindable: VelcronBindableProp<T>): boolean;
|
10
|
-
static getBindPath(text: string): string;
|
10
|
+
static getBindPath(text: string, removeStateToken?: boolean): string;
|
11
11
|
static addCtxToVariableNames(template: string, skipIfNameStartsWith?: string, skipIfNameMatches?: Array<string>, overridePrefixWhenNameMatches?: {
|
12
12
|
[name: string]: string;
|
13
13
|
}): string;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { VelcronBorder, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDimensions, VelcronEffects, VelcronRenderContext } from "../models";
|
1
|
+
import { VelcronBorder, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDefinitionHasOverflow, VelcronDimensions, VelcronEffects, VelcronRenderContext } from "../models";
|
2
2
|
import { VelcronUnitProvider } from "../models/VelcronUnitProvider";
|
3
|
-
import { VelcronDefinition } from "..";
|
3
|
+
import { SpacingDefinition, VelcronBindableProp, VelcronDefinition } from "..";
|
4
4
|
export declare class VelcronStyles {
|
5
5
|
static styleProvider: (baseStyles: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => any;
|
6
6
|
static effectsProvider: (effects: VelcronEffects, renderCtx: VelcronRenderContext) => VelcronEffects;
|
@@ -12,5 +12,8 @@ export declare class VelcronStyles {
|
|
12
12
|
static insertBorderRadiusStyles(styleBase: any, settings: VelcronDimensions): void;
|
13
13
|
static insertBorderStyles(styleBase: any, borderSettings: VelcronBorder, renderCtx: VelcronRenderContext): void;
|
14
14
|
static create(definition: VelcronDefinition, renderCtx: VelcronRenderContext): object | string;
|
15
|
+
static applySpacingDimension(value: string | number, spacing: SpacingDefinition): string | number;
|
16
|
+
static applyOverflow(definition: VelcronDefinitionHasOverflow, renderCtx: VelcronRenderContext, styleBase: any): void;
|
17
|
+
static applySpacingStyles<T>(spacing: VelcronBindableProp<T>, renderCtx: VelcronRenderContext, styleBase: any, spacingDef: SpacingDefinition, styleType: string, objectIsDatabound?: (obj: T) => void, additionalPropsToDataBind?: object): void;
|
15
18
|
static dataBindStyles(styles: object, renderCtx: VelcronRenderContext): object;
|
16
19
|
}
|
@@ -15,7 +15,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
15
15
|
} & {
|
16
16
|
activator?: () => VNodeChild;
|
17
17
|
};
|
18
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "
|
18
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "slot:activator" | "openOnHover">) => {
|
19
19
|
$: import("vue").ComponentInternalInstance;
|
20
20
|
$data: {};
|
21
21
|
$props: {};
|
@@ -11,13 +11,15 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
11
11
|
descriptor?: VelcronComponentPropertyDescriptor;
|
12
12
|
} & {
|
13
13
|
allowedDataTypes?: VelcronDataTypes[];
|
14
|
+
} & {
|
15
|
+
applyStateRootToken?: boolean;
|
14
16
|
} & DefineEmit<"state:selected", (value: string) => void>> & Omit<{
|
15
17
|
"onState:selected"?: (value: string) => any;
|
16
|
-
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes"> & {
|
18
|
+
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes" | "applyStateRootToken"> & {
|
17
19
|
"v-slots"?: {
|
18
20
|
default?: import("vue").Slot;
|
19
21
|
} & {};
|
20
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes" | "emit:state:selected">) => {
|
22
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes" | "applyStateRootToken" | "emit:state:selected">) => {
|
21
23
|
$: import("vue").ComponentInternalInstance;
|
22
24
|
$data: {};
|
23
25
|
$props: {};
|
@@ -65,13 +67,15 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
65
67
|
descriptor?: VelcronComponentPropertyDescriptor;
|
66
68
|
} & {
|
67
69
|
allowedDataTypes?: VelcronDataTypes[];
|
70
|
+
} & {
|
71
|
+
applyStateRootToken?: boolean;
|
68
72
|
} & DefineEmit<"state:selected", (value: string) => void>> & {
|
69
73
|
"v-slots"?: {
|
70
74
|
default?: import("vue").Slot;
|
71
75
|
} & {};
|
72
76
|
} & {
|
73
77
|
"onState:selected"?: (value: string) => any;
|
74
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes">;
|
78
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes" | "applyStateRootToken">;
|
75
79
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
76
80
|
[key: string]: any;
|
77
81
|
}>;
|
@@ -6,6 +6,9 @@ export interface AppTreeItem {
|
|
6
6
|
propertyName?: string;
|
7
7
|
value?: any;
|
8
8
|
}
|
9
|
+
export interface ComponentDefinitionTreeItem extends AppTreeItem {
|
10
|
+
definition: VelcronDefinition;
|
11
|
+
}
|
9
12
|
export interface StatePropertyAppTreeItem extends AppTreeItem {
|
10
13
|
propertyName: string;
|
11
14
|
value: any;
|
package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts
CHANGED
@@ -3,6 +3,7 @@ import { VelcronEditorDescriptor, VelcronEditorsDescriptor } from "./VelcronDesc
|
|
3
3
|
export declare const VelcronEditorsRootDescriptor: VelcronEditorsDescriptor;
|
4
4
|
export declare const VelcronSliderEditorDescriptor: VelcronEditorDescriptor;
|
5
5
|
export declare const VelcronTextEditorDescriptor: VelcronEditorDescriptor;
|
6
|
+
export declare const VelcronNumberEditorDescriptor: VelcronEditorDescriptor;
|
6
7
|
export declare const VelcronEnterpriseEditorDescriptor: VelcronEditorDescriptor;
|
7
8
|
export declare const VelcronTypographyEditorDescriptor: VelcronEditorDescriptor;
|
8
9
|
export declare const VelcronSwitchEditorDescriptor: VelcronEditorDescriptor;
|
@@ -18,8 +19,9 @@ export declare const VelcronContainerEditorDescriptor: VelcronEditorDescriptor;
|
|
18
19
|
export declare const VelcronBlueprintEditorDescriptor: VelcronEditorDescriptor;
|
19
20
|
export declare const VelcronBackgroundEditorDescriptor: VelcronEditorDescriptor;
|
20
21
|
export declare const VelcronGridEditorDescriptor: VelcronEditorDescriptor;
|
22
|
+
export declare const VelcronSelectEditorDescriptor: VelcronEditorDescriptor;
|
21
23
|
type BuiltInPropertyEditorDescriptorMap = {
|
22
|
-
[key in BuiltInPropertyEditorType]: typeof VelcronTextEditorDescriptor | typeof VelcronSliderEditorDescriptor | typeof VelcronSwitchEditorDescriptor | typeof VelcronAlignmentEditorDescriptor | typeof VelcronColorEditorDescriptor | typeof VelcronMarkdownEditorDescriptor | typeof VelcronIconEditorDescriptor | typeof VelcronImageEditorDescriptor | typeof VelcronTypographyEditorDescriptor | typeof VelcronSpacingEditorDescriptor | typeof VelcronColorSchemaEditorDescriptor | typeof VelcronReferenceEditorDescriptor | typeof VelcronBackgroundEditorDescriptor | typeof VelcronBlueprintEditorDescriptor | typeof VelcronGridEditorDescriptor;
|
24
|
+
[key in BuiltInPropertyEditorType]: typeof VelcronTextEditorDescriptor | typeof VelcronNumberEditorDescriptor | typeof VelcronSliderEditorDescriptor | typeof VelcronSwitchEditorDescriptor | typeof VelcronAlignmentEditorDescriptor | typeof VelcronColorEditorDescriptor | typeof VelcronMarkdownEditorDescriptor | typeof VelcronIconEditorDescriptor | typeof VelcronImageEditorDescriptor | typeof VelcronTypographyEditorDescriptor | typeof VelcronSpacingEditorDescriptor | typeof VelcronColorSchemaEditorDescriptor | typeof VelcronReferenceEditorDescriptor | typeof VelcronBackgroundEditorDescriptor | typeof VelcronBlueprintEditorDescriptor | typeof VelcronGridEditorDescriptor;
|
23
25
|
};
|
24
26
|
export declare const builtInPropertyEditorDescriptorMap: BuiltInPropertyEditorDescriptorMap;
|
25
27
|
export {};
|
@@ -0,0 +1,427 @@
|
|
1
|
+
import { EditorLocation, VelcronNumberEditorSettings } from "@omnia/fx-models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
location: {
|
5
|
+
type: import("vue").PropType<EditorLocation>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<EditorLocation>;
|
8
|
+
};
|
9
|
+
settings: {
|
10
|
+
type: import("vue").PropType<VelcronNumberEditorSettings>;
|
11
|
+
} & {
|
12
|
+
type: import("vue").PropType<VelcronNumberEditorSettings>;
|
13
|
+
};
|
14
|
+
label: {
|
15
|
+
type: import("vue").PropType<string>;
|
16
|
+
} & {
|
17
|
+
type: import("vue").PropType<string>;
|
18
|
+
};
|
19
|
+
"onUpdate:modelValue": {
|
20
|
+
type: import("vue").PropType<(value: number) => any>;
|
21
|
+
};
|
22
|
+
"v-model": {
|
23
|
+
type: import("vue").PropType<number>;
|
24
|
+
required: false;
|
25
|
+
};
|
26
|
+
modelValue: {
|
27
|
+
type: import("vue").PropType<number>;
|
28
|
+
required: false;
|
29
|
+
};
|
30
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
31
|
+
type: import("vue").PropType<(value: number) => any>;
|
32
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
33
|
+
type: import("vue").PropType<number>;
|
34
|
+
required: false;
|
35
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
36
|
+
type: import("vue").PropType<number>;
|
37
|
+
required: false;
|
38
|
+
}; } & {
|
39
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, number, {
|
40
|
+
"onUpdate:modelValue": {
|
41
|
+
type: import("vue").PropType<(value: number) => any>;
|
42
|
+
};
|
43
|
+
} & {
|
44
|
+
"v-model": {
|
45
|
+
type: import("vue").PropType<number>;
|
46
|
+
required: false;
|
47
|
+
};
|
48
|
+
} & {
|
49
|
+
modelValue: {
|
50
|
+
type: import("vue").PropType<number>;
|
51
|
+
required: false;
|
52
|
+
};
|
53
|
+
}>;
|
54
|
+
defaultValue(value?: number): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
|
55
|
+
"onUpdate:modelValue": {
|
56
|
+
type: import("vue").PropType<(value: number) => any>;
|
57
|
+
};
|
58
|
+
} & {
|
59
|
+
"v-model": {
|
60
|
+
type: import("vue").PropType<number>;
|
61
|
+
required: false;
|
62
|
+
};
|
63
|
+
} & {
|
64
|
+
modelValue: {
|
65
|
+
type: import("vue").PropType<number>;
|
66
|
+
required: false;
|
67
|
+
};
|
68
|
+
}, false>;
|
69
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, number, {
|
70
|
+
"onUpdate:modelValue": {
|
71
|
+
type: import("vue").PropType<(value: number) => any>;
|
72
|
+
};
|
73
|
+
} & {
|
74
|
+
"v-model": {
|
75
|
+
type: import("vue").PropType<number>;
|
76
|
+
required: false;
|
77
|
+
};
|
78
|
+
} & {
|
79
|
+
modelValue: {
|
80
|
+
type: import("vue").PropType<number>;
|
81
|
+
required: false;
|
82
|
+
};
|
83
|
+
}>;
|
84
|
+
};
|
85
|
+
}>> & {
|
86
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
87
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
88
|
+
"update:modelValue": (value: string) => true;
|
89
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
90
|
+
location: {
|
91
|
+
type: import("vue").PropType<EditorLocation>;
|
92
|
+
} & {
|
93
|
+
type: import("vue").PropType<EditorLocation>;
|
94
|
+
};
|
95
|
+
settings: {
|
96
|
+
type: import("vue").PropType<VelcronNumberEditorSettings>;
|
97
|
+
} & {
|
98
|
+
type: import("vue").PropType<VelcronNumberEditorSettings>;
|
99
|
+
};
|
100
|
+
label: {
|
101
|
+
type: import("vue").PropType<string>;
|
102
|
+
} & {
|
103
|
+
type: import("vue").PropType<string>;
|
104
|
+
};
|
105
|
+
"onUpdate:modelValue": {
|
106
|
+
type: import("vue").PropType<(value: number) => any>;
|
107
|
+
};
|
108
|
+
"v-model": {
|
109
|
+
type: import("vue").PropType<number>;
|
110
|
+
required: false;
|
111
|
+
};
|
112
|
+
modelValue: {
|
113
|
+
type: import("vue").PropType<number>;
|
114
|
+
required: false;
|
115
|
+
};
|
116
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
117
|
+
type: import("vue").PropType<(value: number) => any>;
|
118
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
119
|
+
type: import("vue").PropType<number>;
|
120
|
+
required: false;
|
121
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
122
|
+
type: import("vue").PropType<number>;
|
123
|
+
required: false;
|
124
|
+
}; } & {
|
125
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, number, {
|
126
|
+
"onUpdate:modelValue": {
|
127
|
+
type: import("vue").PropType<(value: number) => any>;
|
128
|
+
};
|
129
|
+
} & {
|
130
|
+
"v-model": {
|
131
|
+
type: import("vue").PropType<number>;
|
132
|
+
required: false;
|
133
|
+
};
|
134
|
+
} & {
|
135
|
+
modelValue: {
|
136
|
+
type: import("vue").PropType<number>;
|
137
|
+
required: false;
|
138
|
+
};
|
139
|
+
}>;
|
140
|
+
defaultValue(value?: number): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
|
141
|
+
"onUpdate:modelValue": {
|
142
|
+
type: import("vue").PropType<(value: number) => any>;
|
143
|
+
};
|
144
|
+
} & {
|
145
|
+
"v-model": {
|
146
|
+
type: import("vue").PropType<number>;
|
147
|
+
required: false;
|
148
|
+
};
|
149
|
+
} & {
|
150
|
+
modelValue: {
|
151
|
+
type: import("vue").PropType<number>;
|
152
|
+
required: false;
|
153
|
+
};
|
154
|
+
}, false>;
|
155
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, number, {
|
156
|
+
"onUpdate:modelValue": {
|
157
|
+
type: import("vue").PropType<(value: number) => any>;
|
158
|
+
};
|
159
|
+
} & {
|
160
|
+
"v-model": {
|
161
|
+
type: import("vue").PropType<number>;
|
162
|
+
required: false;
|
163
|
+
};
|
164
|
+
} & {
|
165
|
+
modelValue: {
|
166
|
+
type: import("vue").PropType<number>;
|
167
|
+
required: false;
|
168
|
+
};
|
169
|
+
}>;
|
170
|
+
};
|
171
|
+
}>> & {
|
172
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
173
|
+
}, {}, true, {}, {}, {
|
174
|
+
P: {};
|
175
|
+
B: {};
|
176
|
+
D: {};
|
177
|
+
C: {};
|
178
|
+
M: {};
|
179
|
+
Defaults: {};
|
180
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
181
|
+
location: {
|
182
|
+
type: import("vue").PropType<EditorLocation>;
|
183
|
+
} & {
|
184
|
+
type: import("vue").PropType<EditorLocation>;
|
185
|
+
};
|
186
|
+
settings: {
|
187
|
+
type: import("vue").PropType<VelcronNumberEditorSettings>;
|
188
|
+
} & {
|
189
|
+
type: import("vue").PropType<VelcronNumberEditorSettings>;
|
190
|
+
};
|
191
|
+
label: {
|
192
|
+
type: import("vue").PropType<string>;
|
193
|
+
} & {
|
194
|
+
type: import("vue").PropType<string>;
|
195
|
+
};
|
196
|
+
"onUpdate:modelValue": {
|
197
|
+
type: import("vue").PropType<(value: number) => any>;
|
198
|
+
};
|
199
|
+
"v-model": {
|
200
|
+
type: import("vue").PropType<number>;
|
201
|
+
required: false;
|
202
|
+
};
|
203
|
+
modelValue: {
|
204
|
+
type: import("vue").PropType<number>;
|
205
|
+
required: false;
|
206
|
+
};
|
207
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
208
|
+
type: import("vue").PropType<(value: number) => any>;
|
209
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
210
|
+
type: import("vue").PropType<number>;
|
211
|
+
required: false;
|
212
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
213
|
+
type: import("vue").PropType<number>;
|
214
|
+
required: false;
|
215
|
+
}; } & {
|
216
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, number, {
|
217
|
+
"onUpdate:modelValue": {
|
218
|
+
type: import("vue").PropType<(value: number) => any>;
|
219
|
+
};
|
220
|
+
} & {
|
221
|
+
"v-model": {
|
222
|
+
type: import("vue").PropType<number>;
|
223
|
+
required: false;
|
224
|
+
};
|
225
|
+
} & {
|
226
|
+
modelValue: {
|
227
|
+
type: import("vue").PropType<number>;
|
228
|
+
required: false;
|
229
|
+
};
|
230
|
+
}>;
|
231
|
+
defaultValue(value?: number): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
|
232
|
+
"onUpdate:modelValue": {
|
233
|
+
type: import("vue").PropType<(value: number) => any>;
|
234
|
+
};
|
235
|
+
} & {
|
236
|
+
"v-model": {
|
237
|
+
type: import("vue").PropType<number>;
|
238
|
+
required: false;
|
239
|
+
};
|
240
|
+
} & {
|
241
|
+
modelValue: {
|
242
|
+
type: import("vue").PropType<number>;
|
243
|
+
required: false;
|
244
|
+
};
|
245
|
+
}, false>;
|
246
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, number, {
|
247
|
+
"onUpdate:modelValue": {
|
248
|
+
type: import("vue").PropType<(value: number) => any>;
|
249
|
+
};
|
250
|
+
} & {
|
251
|
+
"v-model": {
|
252
|
+
type: import("vue").PropType<number>;
|
253
|
+
required: false;
|
254
|
+
};
|
255
|
+
} & {
|
256
|
+
modelValue: {
|
257
|
+
type: import("vue").PropType<number>;
|
258
|
+
required: false;
|
259
|
+
};
|
260
|
+
}>;
|
261
|
+
};
|
262
|
+
}>> & {
|
263
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
264
|
+
}, () => JSX.Element, {}, {}, {}, {}>;
|
265
|
+
__isFragment?: never;
|
266
|
+
__isTeleport?: never;
|
267
|
+
__isSuspense?: never;
|
268
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
269
|
+
location: {
|
270
|
+
type: import("vue").PropType<EditorLocation>;
|
271
|
+
} & {
|
272
|
+
type: import("vue").PropType<EditorLocation>;
|
273
|
+
};
|
274
|
+
settings: {
|
275
|
+
type: import("vue").PropType<VelcronNumberEditorSettings>;
|
276
|
+
} & {
|
277
|
+
type: import("vue").PropType<VelcronNumberEditorSettings>;
|
278
|
+
};
|
279
|
+
label: {
|
280
|
+
type: import("vue").PropType<string>;
|
281
|
+
} & {
|
282
|
+
type: import("vue").PropType<string>;
|
283
|
+
};
|
284
|
+
"onUpdate:modelValue": {
|
285
|
+
type: import("vue").PropType<(value: number) => any>;
|
286
|
+
};
|
287
|
+
"v-model": {
|
288
|
+
type: import("vue").PropType<number>;
|
289
|
+
required: false;
|
290
|
+
};
|
291
|
+
modelValue: {
|
292
|
+
type: import("vue").PropType<number>;
|
293
|
+
required: false;
|
294
|
+
};
|
295
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
296
|
+
type: import("vue").PropType<(value: number) => any>;
|
297
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
298
|
+
type: import("vue").PropType<number>;
|
299
|
+
required: false;
|
300
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
301
|
+
type: import("vue").PropType<number>;
|
302
|
+
required: false;
|
303
|
+
}; } & {
|
304
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, number, {
|
305
|
+
"onUpdate:modelValue": {
|
306
|
+
type: import("vue").PropType<(value: number) => any>;
|
307
|
+
};
|
308
|
+
} & {
|
309
|
+
"v-model": {
|
310
|
+
type: import("vue").PropType<number>;
|
311
|
+
required: false;
|
312
|
+
};
|
313
|
+
} & {
|
314
|
+
modelValue: {
|
315
|
+
type: import("vue").PropType<number>;
|
316
|
+
required: false;
|
317
|
+
};
|
318
|
+
}>;
|
319
|
+
defaultValue(value?: number): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
|
320
|
+
"onUpdate:modelValue": {
|
321
|
+
type: import("vue").PropType<(value: number) => any>;
|
322
|
+
};
|
323
|
+
} & {
|
324
|
+
"v-model": {
|
325
|
+
type: import("vue").PropType<number>;
|
326
|
+
required: false;
|
327
|
+
};
|
328
|
+
} & {
|
329
|
+
modelValue: {
|
330
|
+
type: import("vue").PropType<number>;
|
331
|
+
required: false;
|
332
|
+
};
|
333
|
+
}, false>;
|
334
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, number, {
|
335
|
+
"onUpdate:modelValue": {
|
336
|
+
type: import("vue").PropType<(value: number) => any>;
|
337
|
+
};
|
338
|
+
} & {
|
339
|
+
"v-model": {
|
340
|
+
type: import("vue").PropType<number>;
|
341
|
+
required: false;
|
342
|
+
};
|
343
|
+
} & {
|
344
|
+
modelValue: {
|
345
|
+
type: import("vue").PropType<number>;
|
346
|
+
required: false;
|
347
|
+
};
|
348
|
+
}>;
|
349
|
+
};
|
350
|
+
}>> & {
|
351
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
352
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
353
|
+
"update:modelValue": (value: string) => true;
|
354
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
355
|
+
propsDefinition: Omit<Readonly<{} & {
|
356
|
+
name?: {
|
357
|
+
[x: `onUpdate:${string}`]: {
|
358
|
+
type: import("vue").PropType<(value: number) => any>;
|
359
|
+
};
|
360
|
+
} & {
|
361
|
+
[x: `v-model:${string}`]: {
|
362
|
+
type: import("vue").PropType<number>;
|
363
|
+
required: false;
|
364
|
+
};
|
365
|
+
} & {
|
366
|
+
[x: string]: {
|
367
|
+
type: import("vue").PropType<number>;
|
368
|
+
required: false;
|
369
|
+
};
|
370
|
+
} & {
|
371
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, number, {
|
372
|
+
"onUpdate:modelValue": {
|
373
|
+
type: import("vue").PropType<(value: number) => any>;
|
374
|
+
};
|
375
|
+
} & {
|
376
|
+
"v-model": {
|
377
|
+
type: import("vue").PropType<number>;
|
378
|
+
required: false;
|
379
|
+
};
|
380
|
+
} & {
|
381
|
+
modelValue: {
|
382
|
+
type: import("vue").PropType<number>;
|
383
|
+
required: false;
|
384
|
+
};
|
385
|
+
}>;
|
386
|
+
defaultValue(value?: number): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, number, {
|
387
|
+
"onUpdate:modelValue": {
|
388
|
+
type: import("vue").PropType<(value: number) => any>;
|
389
|
+
};
|
390
|
+
} & {
|
391
|
+
"v-model": {
|
392
|
+
type: import("vue").PropType<number>;
|
393
|
+
required: false;
|
394
|
+
};
|
395
|
+
} & {
|
396
|
+
modelValue: {
|
397
|
+
type: import("vue").PropType<number>;
|
398
|
+
required: false;
|
399
|
+
};
|
400
|
+
}, false>;
|
401
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, number, {
|
402
|
+
"onUpdate:modelValue": {
|
403
|
+
type: import("vue").PropType<(value: number) => any>;
|
404
|
+
};
|
405
|
+
} & {
|
406
|
+
"v-model": {
|
407
|
+
type: import("vue").PropType<number>;
|
408
|
+
required: false;
|
409
|
+
};
|
410
|
+
} & {
|
411
|
+
modelValue: {
|
412
|
+
type: import("vue").PropType<number>;
|
413
|
+
required: false;
|
414
|
+
};
|
415
|
+
}>;
|
416
|
+
};
|
417
|
+
label?: string;
|
418
|
+
settings?: VelcronNumberEditorSettings;
|
419
|
+
"v-model"?: number;
|
420
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
421
|
+
modelValue?: number;
|
422
|
+
location?: EditorLocation;
|
423
|
+
}>, "onUpdate:modelValue"> & {
|
424
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
425
|
+
};
|
426
|
+
};
|
427
|
+
export default _default;
|