@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
@@ -4,6 +4,6 @@ export interface ContentBlockVelcronState extends DynamicState {
|
|
4
4
|
[id: string]: unknown;
|
5
5
|
};
|
6
6
|
}
|
7
|
-
export interface
|
7
|
+
export interface ThisIsWrongVelcronContentInstance extends VelcronDefinitionRegistration<ContentBlockVelcronState> {
|
8
8
|
contentId: GuidValue;
|
9
9
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { GuidValue, VelcronAppDefinition, VelcronDefinition, VelcronState, VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
|
-
import {
|
2
|
+
import { ThisIsWrongVelcronContentInstance } from "../models";
|
3
3
|
export declare enum MenuTabs {
|
4
4
|
templates = 0,
|
5
5
|
content = 1
|
@@ -9,11 +9,11 @@ export declare const useVelcronContentEditorStore: () => {
|
|
9
9
|
content: () => VelcronAppDefinition<object>[];
|
10
10
|
};
|
11
11
|
state: {
|
12
|
-
definitions:
|
12
|
+
definitions: ThisIsWrongVelcronContentInstance[];
|
13
13
|
placeHolderText: string;
|
14
|
-
activeDefinition:
|
15
|
-
selectedDefinition:
|
16
|
-
lastDefinition:
|
14
|
+
activeDefinition: ThisIsWrongVelcronContentInstance;
|
15
|
+
selectedDefinition: ThisIsWrongVelcronContentInstance;
|
16
|
+
lastDefinition: ThisIsWrongVelcronContentInstance;
|
17
17
|
toggleColorSchemaPreview: string;
|
18
18
|
toggleDefinitionPreview: VelcronDefinition;
|
19
19
|
previewState: VelcronState;
|
@@ -23,11 +23,11 @@ export declare const useVelcronContentEditorStore: () => {
|
|
23
23
|
showLoading: boolean;
|
24
24
|
};
|
25
25
|
events: {
|
26
|
-
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
26
|
+
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance[]>;
|
27
27
|
onMutatedPlaceHolderText: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
28
|
-
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
29
|
-
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
30
|
-
onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
28
|
+
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance>;
|
29
|
+
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance>;
|
30
|
+
onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ThisIsWrongVelcronContentInstance>;
|
31
31
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
32
32
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
|
33
33
|
onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
|
@@ -48,13 +48,13 @@ export declare const useVelcronContentEditorStore: () => {
|
|
48
48
|
subscribe(fn: (definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
49
|
};
|
50
50
|
setActiveDefinition: {
|
51
|
-
subscribe(fn: (definition:
|
51
|
+
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
52
|
};
|
53
53
|
removeActiveDefinition: {
|
54
54
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
55
|
};
|
56
56
|
setSelectedDefinition: {
|
57
|
-
subscribe(fn: (definition:
|
57
|
+
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
58
|
};
|
59
59
|
removeSelectedDefinition: {
|
60
60
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -63,19 +63,19 @@ export declare const useVelcronContentEditorStore: () => {
|
|
63
63
|
subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
64
|
};
|
65
65
|
updateColorSchema: {
|
66
|
-
subscribe(fn: (definitionRegistration:
|
66
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
67
67
|
};
|
68
68
|
toggleColorSchemaPreview: {
|
69
|
-
subscribe(fn: (definitionRegistration:
|
69
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
70
|
};
|
71
71
|
toggleDefinitionPreview: {
|
72
|
-
subscribe(fn: (definitionRegistration:
|
72
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
73
73
|
};
|
74
74
|
changeDefinition: {
|
75
|
-
subscribe(fn: (definitionRegistration:
|
75
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
76
|
};
|
77
77
|
updateDefinition: {
|
78
|
-
subscribe(fn: (definition:
|
78
|
+
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
79
|
};
|
80
80
|
};
|
81
81
|
onDispatched: {
|
@@ -89,13 +89,13 @@ export declare const useVelcronContentEditorStore: () => {
|
|
89
89
|
subscribe(fn: (result: void, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
90
|
};
|
91
91
|
setActiveDefinition: {
|
92
|
-
subscribe(fn: (result: void, definition:
|
92
|
+
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
93
|
};
|
94
94
|
removeActiveDefinition: {
|
95
95
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
96
96
|
};
|
97
97
|
setSelectedDefinition: {
|
98
|
-
subscribe(fn: (result: void, definition:
|
98
|
+
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
99
99
|
};
|
100
100
|
removeSelectedDefinition: {
|
101
101
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -104,19 +104,19 @@ export declare const useVelcronContentEditorStore: () => {
|
|
104
104
|
subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
105
105
|
};
|
106
106
|
updateColorSchema: {
|
107
|
-
subscribe(fn: (result: void, definitionRegistration:
|
107
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
108
108
|
};
|
109
109
|
toggleColorSchemaPreview: {
|
110
|
-
subscribe(fn: (result: void, definitionRegistration:
|
110
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
111
111
|
};
|
112
112
|
toggleDefinitionPreview: {
|
113
|
-
subscribe(fn: (result: void, definitionRegistration:
|
113
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
114
114
|
};
|
115
115
|
changeDefinition: {
|
116
|
-
subscribe(fn: (result: void, definitionRegistration:
|
116
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
117
117
|
};
|
118
118
|
updateDefinition: {
|
119
|
-
subscribe(fn: (result: void, definition:
|
119
|
+
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
120
120
|
};
|
121
121
|
};
|
122
122
|
onFailure: {
|
@@ -130,13 +130,13 @@ export declare const useVelcronContentEditorStore: () => {
|
|
130
130
|
subscribe(fn: (failureReason: any, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
131
131
|
};
|
132
132
|
setActiveDefinition: {
|
133
|
-
subscribe(fn: (failureReason: any, definition:
|
133
|
+
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
134
134
|
};
|
135
135
|
removeActiveDefinition: {
|
136
136
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
137
137
|
};
|
138
138
|
setSelectedDefinition: {
|
139
|
-
subscribe(fn: (failureReason: any, definition:
|
139
|
+
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
140
140
|
};
|
141
141
|
removeSelectedDefinition: {
|
142
142
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -145,34 +145,34 @@ export declare const useVelcronContentEditorStore: () => {
|
|
145
145
|
subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
146
146
|
};
|
147
147
|
updateColorSchema: {
|
148
|
-
subscribe(fn: (failureReason: any, definitionRegistration:
|
148
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
149
149
|
};
|
150
150
|
toggleColorSchemaPreview: {
|
151
|
-
subscribe(fn: (failureReason: any, definitionRegistration:
|
151
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
152
152
|
};
|
153
153
|
toggleDefinitionPreview: {
|
154
|
-
subscribe(fn: (failureReason: any, definitionRegistration:
|
154
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
155
155
|
};
|
156
156
|
changeDefinition: {
|
157
|
-
subscribe(fn: (failureReason: any, definitionRegistration:
|
157
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
158
158
|
};
|
159
159
|
updateDefinition: {
|
160
|
-
subscribe(fn: (failureReason: any, definition:
|
160
|
+
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
161
161
|
};
|
162
162
|
};
|
163
163
|
} & {
|
164
164
|
resetStore(): void;
|
165
165
|
ensureLastTextDefinition(): void;
|
166
166
|
addDefinition(definition: VelcronDefinitionRegistration): void;
|
167
|
-
setActiveDefinition(definition:
|
167
|
+
setActiveDefinition(definition: ThisIsWrongVelcronContentInstance): void;
|
168
168
|
removeActiveDefinition(): void;
|
169
|
-
setSelectedDefinition(definition:
|
169
|
+
setSelectedDefinition(definition: ThisIsWrongVelcronContentInstance): void;
|
170
170
|
removeSelectedDefinition(): void;
|
171
171
|
setDragDropState(onGoingDragging: boolean): void;
|
172
|
-
updateColorSchema(definitionRegistration:
|
173
|
-
toggleColorSchemaPreview(definitionRegistration:
|
174
|
-
toggleDefinitionPreview(definitionRegistration:
|
175
|
-
changeDefinition(definitionRegistration:
|
176
|
-
updateDefinition(definition:
|
172
|
+
updateColorSchema(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
173
|
+
toggleColorSchemaPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
174
|
+
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: GuidValue): void;
|
175
|
+
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean): void;
|
176
|
+
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition): void;
|
177
177
|
};
|
178
178
|
};
|