@omnia/fx 8.0.176-dev → 8.0.178-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 +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +0 -136
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +0 -136
- package/internal-do-not-import-from-here/ux/markdown/plugins/ThemeStylingPlugin.d.ts +2 -0
- 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/datatable/DataTable.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +3 -3
- 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/timepicker/TimePicker.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +3 -9
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +181 -181
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +37 -37
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +311 -257
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +6 -7
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +63 -53
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +8 -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 +4 -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 +2 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +427 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +24 -37
- package/package.json +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -78
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -97
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/model/ContentDefinitionRegistration.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +0 -113
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +0 -15
- 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
- /package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/{DefinitionRegistrations.d.ts → definitions/DefinitionRegistrations.d.ts} +0 -0
@@ -1,97 +0,0 @@
|
|
1
|
-
import { GuidValue } from "@omnia/fx-models";
|
2
|
-
export interface DefinitionSelectedEvent {
|
3
|
-
id: GuidValue;
|
4
|
-
index?: number;
|
5
|
-
}
|
6
|
-
declare const _default: {
|
7
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
8
|
-
colorSchemaType: {
|
9
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
10
|
-
required: boolean;
|
11
|
-
};
|
12
|
-
container: {
|
13
|
-
type: BooleanConstructor;
|
14
|
-
required: boolean;
|
15
|
-
};
|
16
|
-
colors: {
|
17
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
18
|
-
required: boolean;
|
19
|
-
};
|
20
|
-
}>> & {
|
21
|
-
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
22
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
23
|
-
"definition:selected": (ev: DefinitionSelectedEvent) => any;
|
24
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
25
|
-
colorSchemaType: {
|
26
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
27
|
-
required: boolean;
|
28
|
-
};
|
29
|
-
container: {
|
30
|
-
type: BooleanConstructor;
|
31
|
-
required: boolean;
|
32
|
-
};
|
33
|
-
colors: {
|
34
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
35
|
-
required: boolean;
|
36
|
-
};
|
37
|
-
}>> & {
|
38
|
-
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
39
|
-
}, {
|
40
|
-
container: boolean;
|
41
|
-
}, true, {}, {}, {
|
42
|
-
P: {};
|
43
|
-
B: {};
|
44
|
-
D: {};
|
45
|
-
C: {};
|
46
|
-
M: {};
|
47
|
-
Defaults: {};
|
48
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
49
|
-
colorSchemaType: {
|
50
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
51
|
-
required: boolean;
|
52
|
-
};
|
53
|
-
container: {
|
54
|
-
type: BooleanConstructor;
|
55
|
-
required: boolean;
|
56
|
-
};
|
57
|
-
colors: {
|
58
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
59
|
-
required: boolean;
|
60
|
-
};
|
61
|
-
}>> & {
|
62
|
-
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
63
|
-
}, () => JSX.Element, {}, {}, {}, {
|
64
|
-
container: boolean;
|
65
|
-
}>;
|
66
|
-
__isFragment?: never;
|
67
|
-
__isTeleport?: never;
|
68
|
-
__isSuspense?: never;
|
69
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
70
|
-
colorSchemaType: {
|
71
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
72
|
-
required: boolean;
|
73
|
-
};
|
74
|
-
container: {
|
75
|
-
type: BooleanConstructor;
|
76
|
-
required: boolean;
|
77
|
-
};
|
78
|
-
colors: {
|
79
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
80
|
-
required: boolean;
|
81
|
-
};
|
82
|
-
}>> & {
|
83
|
-
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
84
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
85
|
-
"definition:selected": (ev: DefinitionSelectedEvent) => any;
|
86
|
-
}, string, {
|
87
|
-
container: boolean;
|
88
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
|
-
propsDefinition: Omit<Readonly<{} & {
|
90
|
-
container?: boolean;
|
91
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
92
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
93
|
-
}>, "onDefinition:selected"> & {
|
94
|
-
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
95
|
-
};
|
96
|
-
};
|
97
|
-
export default _default;
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { Guid, VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
|
-
import { ContentBlockVelcronState } from "../ContentBlock";
|
3
|
-
export interface ContentDefinitionRegistration extends VelcronDefinitionRegistration<ContentBlockVelcronState> {
|
4
|
-
contentId: Guid;
|
5
|
-
key: string;
|
6
|
-
}
|
package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts
DELETED
@@ -1,113 +0,0 @@
|
|
1
|
-
import { VelcronAppDefinition } from "@omnia/fx-models";
|
2
|
-
import { ContentDefinitionRegistration } from "../model/ContentDefinitionRegistration";
|
3
|
-
export declare enum MenuTabs {
|
4
|
-
templates = 0,
|
5
|
-
content = 1
|
6
|
-
}
|
7
|
-
export declare const useContentBlockStore: () => {
|
8
|
-
state: {
|
9
|
-
templatePanelVisible: boolean;
|
10
|
-
definitions: ContentDefinitionRegistration[];
|
11
|
-
activeDefinition: ContentDefinitionRegistration;
|
12
|
-
selectedDefinition: ContentDefinitionRegistration;
|
13
|
-
activeTab: MenuTabs;
|
14
|
-
onGoingDragging: boolean;
|
15
|
-
};
|
16
|
-
events: {
|
17
|
-
onMutatedTemplatePanelVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
18
|
-
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
|
19
|
-
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
|
20
|
-
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
|
21
|
-
onMutatedActiveTab: import("@omnia/fx").MessageBusExposeOnlySubscription<MenuTabs>;
|
22
|
-
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
23
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
24
|
-
actions: {
|
25
|
-
onDispatching: {
|
26
|
-
setActiveDefinition: {
|
27
|
-
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
-
};
|
29
|
-
removeActiveDefinition: {
|
30
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
setSelectedDefinition: {
|
33
|
-
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
removeSelectedDefinition: {
|
36
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
|
-
};
|
38
|
-
setActiveTab: {
|
39
|
-
subscribe(fn: (tab: MenuTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
-
};
|
41
|
-
setTemplatePanelVisible: {
|
42
|
-
subscribe(fn: (visible: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
-
};
|
44
|
-
setDragDropState: {
|
45
|
-
subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
-
};
|
47
|
-
updateDefinition: {
|
48
|
-
subscribe(fn: (definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
-
};
|
50
|
-
};
|
51
|
-
onDispatched: {
|
52
|
-
setActiveDefinition: {
|
53
|
-
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
|
-
};
|
55
|
-
removeActiveDefinition: {
|
56
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
|
-
};
|
58
|
-
setSelectedDefinition: {
|
59
|
-
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
|
-
};
|
61
|
-
removeSelectedDefinition: {
|
62
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
-
};
|
64
|
-
setActiveTab: {
|
65
|
-
subscribe(fn: (result: void, tab: MenuTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
|
-
};
|
67
|
-
setTemplatePanelVisible: {
|
68
|
-
subscribe(fn: (result: void, visible: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
69
|
-
};
|
70
|
-
setDragDropState: {
|
71
|
-
subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
|
-
};
|
73
|
-
updateDefinition: {
|
74
|
-
subscribe(fn: (result: void, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
|
-
};
|
76
|
-
};
|
77
|
-
onFailure: {
|
78
|
-
setActiveDefinition: {
|
79
|
-
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
-
};
|
81
|
-
removeActiveDefinition: {
|
82
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
-
};
|
84
|
-
setSelectedDefinition: {
|
85
|
-
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
|
-
};
|
87
|
-
removeSelectedDefinition: {
|
88
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
|
-
};
|
90
|
-
setActiveTab: {
|
91
|
-
subscribe(fn: (failureReason: any, tab: MenuTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
92
|
-
};
|
93
|
-
setTemplatePanelVisible: {
|
94
|
-
subscribe(fn: (failureReason: any, visible: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
95
|
-
};
|
96
|
-
setDragDropState: {
|
97
|
-
subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
98
|
-
};
|
99
|
-
updateDefinition: {
|
100
|
-
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
|
-
};
|
102
|
-
};
|
103
|
-
} & {
|
104
|
-
setActiveDefinition(definition: ContentDefinitionRegistration): void;
|
105
|
-
removeActiveDefinition(): void;
|
106
|
-
setSelectedDefinition(definition: ContentDefinitionRegistration): void;
|
107
|
-
removeSelectedDefinition(): void;
|
108
|
-
setActiveTab(tab: MenuTabs): void;
|
109
|
-
setTemplatePanelVisible(visible: boolean): void;
|
110
|
-
setDragDropState(onGoingDragging: boolean): void;
|
111
|
-
updateDefinition(definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition): void;
|
112
|
-
};
|
113
|
-
};
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { DynamicState, GuidValue, VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
|
-
export interface ContentBlockVelcronState extends DynamicState {
|
3
|
-
content: {
|
4
|
-
[id: string]: unknown;
|
5
|
-
};
|
6
|
-
}
|
7
|
-
export interface VelcronContentInstance extends VelcronDefinitionRegistration<ContentBlockVelcronState> {
|
8
|
-
contentId: GuidValue;
|
9
|
-
onlyEditOnActive: boolean;
|
10
|
-
}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { Guid } from "@omnia/fx/models";
|
2
|
-
export declare const VelcronDefinitionIds: {
|
3
|
-
content: {
|
4
|
-
image: Guid;
|
5
|
-
imageLeftText: Guid;
|
6
|
-
imageRightText: Guid;
|
7
|
-
quote: Guid;
|
8
|
-
text: Guid;
|
9
|
-
};
|
10
|
-
social: {
|
11
|
-
image: Guid;
|
12
|
-
text: Guid;
|
13
|
-
praise: Guid;
|
14
|
-
};
|
15
|
-
};
|
@@ -1,31 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
-
model: import("vue").Prop<string, string>;
|
4
|
-
onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
|
5
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
6
|
-
model: import("vue").Prop<string, string>;
|
7
|
-
onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
|
8
|
-
}>>, {}, true, {}, {}, {
|
9
|
-
P: {};
|
10
|
-
B: {};
|
11
|
-
D: {};
|
12
|
-
C: {};
|
13
|
-
M: {};
|
14
|
-
Defaults: {};
|
15
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
16
|
-
model: import("vue").Prop<string, string>;
|
17
|
-
onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
|
18
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
19
|
-
__isFragment?: never;
|
20
|
-
__isTeleport?: never;
|
21
|
-
__isSuspense?: never;
|
22
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
23
|
-
model: import("vue").Prop<string, string>;
|
24
|
-
onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
|
25
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
26
|
-
propsDefinition: Omit<Readonly<{} & {
|
27
|
-
onChange?: (value: string) => void;
|
28
|
-
model?: string;
|
29
|
-
}>, never>;
|
30
|
-
};
|
31
|
-
export default _default;
|
@@ -1,37 +0,0 @@
|
|
1
|
-
import { ColorSchemaReference } from "@omnia/fx-models";
|
2
|
-
interface VelcronColorSchema {
|
3
|
-
colorSchemas: {
|
4
|
-
[key: string]: ColorSchemaReference;
|
5
|
-
};
|
6
|
-
}
|
7
|
-
declare const _default: {
|
8
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
9
|
-
model: import("vue").Prop<VelcronColorSchema, VelcronColorSchema>;
|
10
|
-
onChange: import("vue").Prop<(value: VelcronColorSchema) => void, (value: VelcronColorSchema) => void>;
|
11
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
12
|
-
model: import("vue").Prop<VelcronColorSchema, VelcronColorSchema>;
|
13
|
-
onChange: import("vue").Prop<(value: VelcronColorSchema) => void, (value: VelcronColorSchema) => void>;
|
14
|
-
}>>, {}, true, {}, {}, {
|
15
|
-
P: {};
|
16
|
-
B: {};
|
17
|
-
D: {};
|
18
|
-
C: {};
|
19
|
-
M: {};
|
20
|
-
Defaults: {};
|
21
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
22
|
-
model: import("vue").Prop<VelcronColorSchema, VelcronColorSchema>;
|
23
|
-
onChange: import("vue").Prop<(value: VelcronColorSchema) => void, (value: VelcronColorSchema) => void>;
|
24
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
25
|
-
__isFragment?: never;
|
26
|
-
__isTeleport?: never;
|
27
|
-
__isSuspense?: never;
|
28
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
29
|
-
model: import("vue").Prop<VelcronColorSchema, VelcronColorSchema>;
|
30
|
-
onChange: import("vue").Prop<(value: VelcronColorSchema) => void, (value: VelcronColorSchema) => void>;
|
31
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
32
|
-
propsDefinition: Omit<Readonly<{} & {
|
33
|
-
onChange?: (value: VelcronColorSchema) => void;
|
34
|
-
model?: VelcronColorSchema;
|
35
|
-
}>, never>;
|
36
|
-
};
|
37
|
-
export default _default;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
@@ -1,32 +0,0 @@
|
|
1
|
-
import { VelcronImageRatios } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
model: import("vue").Prop<import("vue").PropType<VelcronImageRatios>, import("vue").PropType<VelcronImageRatios>>;
|
5
|
-
onChange: import("vue").Prop<(value: VelcronImageRatios) => void, (value: VelcronImageRatios) => void>;
|
6
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
7
|
-
model: import("vue").Prop<import("vue").PropType<VelcronImageRatios>, import("vue").PropType<VelcronImageRatios>>;
|
8
|
-
onChange: import("vue").Prop<(value: VelcronImageRatios) => void, (value: VelcronImageRatios) => void>;
|
9
|
-
}>>, {}, true, {}, {}, {
|
10
|
-
P: {};
|
11
|
-
B: {};
|
12
|
-
D: {};
|
13
|
-
C: {};
|
14
|
-
M: {};
|
15
|
-
Defaults: {};
|
16
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
17
|
-
model: import("vue").Prop<import("vue").PropType<VelcronImageRatios>, import("vue").PropType<VelcronImageRatios>>;
|
18
|
-
onChange: import("vue").Prop<(value: VelcronImageRatios) => void, (value: VelcronImageRatios) => void>;
|
19
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
20
|
-
__isFragment?: never;
|
21
|
-
__isTeleport?: never;
|
22
|
-
__isSuspense?: never;
|
23
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
|
-
model: import("vue").Prop<import("vue").PropType<VelcronImageRatios>, import("vue").PropType<VelcronImageRatios>>;
|
25
|
-
onChange: import("vue").Prop<(value: VelcronImageRatios) => void, (value: VelcronImageRatios) => void>;
|
26
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
27
|
-
propsDefinition: Omit<Readonly<{} & {
|
28
|
-
onChange?: (value: VelcronImageRatios) => void;
|
29
|
-
model?: import("vue").PropType<VelcronImageRatios>;
|
30
|
-
}>, never>;
|
31
|
-
};
|
32
|
-
export default _default;
|