@omnia/fx 8.0.62-dev → 8.0.63-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/stores/DefineStore.d.ts +19 -7
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +25 -13
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +63 -27
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +51 -21
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +69 -27
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +264 -60
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +17 -21
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +54 -52
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +38 -48
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +180 -126
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +51 -21
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +42 -18
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -18
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +60 -30
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +144 -15
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +168 -27
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +135 -81
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +468 -342
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2475 -1761
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +156 -114
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +180 -126
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +78 -30
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +862 -316
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +123 -45
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +204 -72
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
- package/package.json +2 -2
@@ -35,51 +35,129 @@ export declare const useVelcronContentEditorStore: () => {
|
|
35
35
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
36
36
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
37
37
|
actions: {
|
38
|
-
onDispatching
|
39
|
-
resetStore
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
38
|
+
onDispatching: {
|
39
|
+
resetStore: {
|
40
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
+
};
|
42
|
+
ensureLastTextDefinition: {
|
43
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
+
};
|
45
|
+
addDefinition: {
|
46
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
+
};
|
48
|
+
setActiveDefinition: {
|
49
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
+
};
|
51
|
+
removeActiveDefinition: {
|
52
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
+
};
|
54
|
+
setSelectedDefinition: {
|
55
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
+
};
|
57
|
+
removeSelectedDefinition: {
|
58
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
+
};
|
60
|
+
setDragDropState: {
|
61
|
+
subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
+
};
|
63
|
+
updateColorSchema: {
|
64
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
|
+
};
|
66
|
+
toggleColorSchemaPreview: {
|
67
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
+
};
|
69
|
+
toggleDefinitionPreview: {
|
70
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
|
+
};
|
72
|
+
changeDefinition: {
|
73
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
+
};
|
75
|
+
updateDefinition: {
|
76
|
+
subscribe(fn: (definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
+
};
|
78
|
+
};
|
79
|
+
onDispatched: {
|
80
|
+
resetStore: {
|
81
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
|
+
};
|
83
|
+
ensureLastTextDefinition: {
|
84
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
|
+
};
|
86
|
+
addDefinition: {
|
87
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
88
|
+
};
|
89
|
+
setActiveDefinition: {
|
90
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
91
|
+
};
|
92
|
+
removeActiveDefinition: {
|
93
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
94
|
+
};
|
95
|
+
setSelectedDefinition: {
|
96
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
97
|
+
};
|
98
|
+
removeSelectedDefinition: {
|
99
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
100
|
+
};
|
101
|
+
setDragDropState: {
|
102
|
+
subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
103
|
+
};
|
104
|
+
updateColorSchema: {
|
105
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
106
|
+
};
|
107
|
+
toggleColorSchemaPreview: {
|
108
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
109
|
+
};
|
110
|
+
toggleDefinitionPreview: {
|
111
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
112
|
+
};
|
113
|
+
changeDefinition: {
|
114
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
115
|
+
};
|
116
|
+
updateDefinition: {
|
117
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
118
|
+
};
|
119
|
+
};
|
120
|
+
onFailure: {
|
121
|
+
resetStore: {
|
122
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
123
|
+
};
|
124
|
+
ensureLastTextDefinition: {
|
125
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
126
|
+
};
|
127
|
+
addDefinition: {
|
128
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
129
|
+
};
|
130
|
+
setActiveDefinition: {
|
131
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
132
|
+
};
|
133
|
+
removeActiveDefinition: {
|
134
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
135
|
+
};
|
136
|
+
setSelectedDefinition: {
|
137
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
138
|
+
};
|
139
|
+
removeSelectedDefinition: {
|
140
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
141
|
+
};
|
142
|
+
setDragDropState: {
|
143
|
+
subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
144
|
+
};
|
145
|
+
updateColorSchema: {
|
146
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
147
|
+
};
|
148
|
+
toggleColorSchemaPreview: {
|
149
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
150
|
+
};
|
151
|
+
toggleDefinitionPreview: {
|
152
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
153
|
+
};
|
154
|
+
changeDefinition: {
|
155
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
156
|
+
};
|
157
|
+
updateDefinition: {
|
158
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
159
|
+
};
|
160
|
+
};
|
83
161
|
} & {
|
84
162
|
resetStore(): void;
|
85
163
|
ensureLastTextDefinition(): void;
|
@@ -23,78 +23,210 @@ export declare const useVelcronEditorStore: () => {
|
|
23
23
|
};
|
24
24
|
};
|
25
25
|
actions: {
|
26
|
-
onDispatching
|
27
|
-
setAppTree
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
addComponent
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
26
|
+
onDispatching: {
|
27
|
+
setAppTree: {
|
28
|
+
subscribe(fn: (tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
+
};
|
30
|
+
setAppDefinition: {
|
31
|
+
subscribe(fn: (newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
+
};
|
33
|
+
setAppDefinitionFromJson: {
|
34
|
+
subscribe(fn: (newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
+
};
|
36
|
+
persistState: {
|
37
|
+
subscribe(fn: (jsonCode: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
+
};
|
39
|
+
setAppValidation: {
|
40
|
+
subscribe(fn: (newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
+
};
|
42
|
+
setCodeEditorTab: {
|
43
|
+
subscribe(fn: (newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
+
};
|
45
|
+
setEditorMode: {
|
46
|
+
subscribe(fn: (newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
+
};
|
48
|
+
syncState: {
|
49
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
+
};
|
51
|
+
setSelectedAppTreeItem: {
|
52
|
+
subscribe(fn: (key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
+
};
|
54
|
+
showAddComponent: {
|
55
|
+
subscribe(fn: (show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
+
};
|
57
|
+
showShare: {
|
58
|
+
subscribe(fn: (show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
+
};
|
60
|
+
showAddDataObject: {
|
61
|
+
subscribe(fn: (show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
+
};
|
63
|
+
addComponent: {
|
64
|
+
subscribe(fn: (descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
|
+
};
|
66
|
+
deleteComponent: {
|
67
|
+
subscribe(fn: (target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
+
};
|
69
|
+
addDataMember: {
|
70
|
+
subscribe(fn: (target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
|
+
};
|
72
|
+
deleteDataMember: {
|
73
|
+
subscribe(fn: (target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
+
};
|
75
|
+
renameDataMember: {
|
76
|
+
subscribe(fn: (target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
+
};
|
78
|
+
updateDataMemberValue: {
|
79
|
+
subscribe(fn: (target: TreeViewItem<AppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
+
};
|
81
|
+
setActiveAppTreeItem: {
|
82
|
+
subscribe(fn: (key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
+
};
|
84
|
+
pasteComponent: {
|
85
|
+
subscribe(fn: (target: AppTreeItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
|
+
};
|
87
|
+
reloadApp: {
|
88
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
|
+
};
|
90
|
+
updateHistory: {
|
91
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
92
|
+
};
|
93
|
+
};
|
94
|
+
onDispatched: {
|
95
|
+
setAppTree: {
|
96
|
+
subscribe(fn: (result: void, tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
97
|
+
};
|
98
|
+
setAppDefinition: {
|
99
|
+
subscribe(fn: (result: void, newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
100
|
+
};
|
101
|
+
setAppDefinitionFromJson: {
|
102
|
+
subscribe(fn: (result: void, newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
103
|
+
};
|
104
|
+
persistState: {
|
105
|
+
subscribe(fn: (result: void, jsonCode: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
106
|
+
};
|
107
|
+
setAppValidation: {
|
108
|
+
subscribe(fn: (result: void, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
109
|
+
};
|
110
|
+
setCodeEditorTab: {
|
111
|
+
subscribe(fn: (result: void, newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
112
|
+
};
|
113
|
+
setEditorMode: {
|
114
|
+
subscribe(fn: (result: void, newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
115
|
+
};
|
116
|
+
syncState: {
|
117
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
118
|
+
};
|
119
|
+
setSelectedAppTreeItem: {
|
120
|
+
subscribe(fn: (result: void, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
121
|
+
};
|
122
|
+
showAddComponent: {
|
123
|
+
subscribe(fn: (result: void, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
124
|
+
};
|
125
|
+
showShare: {
|
126
|
+
subscribe(fn: (result: void, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
127
|
+
};
|
128
|
+
showAddDataObject: {
|
129
|
+
subscribe(fn: (result: void, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
130
|
+
};
|
131
|
+
addComponent: {
|
132
|
+
subscribe(fn: (result: void, descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
133
|
+
};
|
134
|
+
deleteComponent: {
|
135
|
+
subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
136
|
+
};
|
137
|
+
addDataMember: {
|
138
|
+
subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
139
|
+
};
|
140
|
+
deleteDataMember: {
|
141
|
+
subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
142
|
+
};
|
143
|
+
renameDataMember: {
|
144
|
+
subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
145
|
+
};
|
146
|
+
updateDataMemberValue: {
|
147
|
+
subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
148
|
+
};
|
149
|
+
setActiveAppTreeItem: {
|
150
|
+
subscribe(fn: (result: void, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
151
|
+
};
|
152
|
+
pasteComponent: {
|
153
|
+
subscribe(fn: (result: void, target: AppTreeItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
154
|
+
};
|
155
|
+
reloadApp: {
|
156
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
157
|
+
};
|
158
|
+
updateHistory: {
|
159
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
160
|
+
};
|
161
|
+
};
|
162
|
+
onFailure: {
|
163
|
+
setAppTree: {
|
164
|
+
subscribe(fn: (failureReason: any, tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
165
|
+
};
|
166
|
+
setAppDefinition: {
|
167
|
+
subscribe(fn: (failureReason: any, newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
168
|
+
};
|
169
|
+
setAppDefinitionFromJson: {
|
170
|
+
subscribe(fn: (failureReason: any, newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
171
|
+
};
|
172
|
+
persistState: {
|
173
|
+
subscribe(fn: (failureReason: any, jsonCode: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
174
|
+
};
|
175
|
+
setAppValidation: {
|
176
|
+
subscribe(fn: (failureReason: any, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
177
|
+
};
|
178
|
+
setCodeEditorTab: {
|
179
|
+
subscribe(fn: (failureReason: any, newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
180
|
+
};
|
181
|
+
setEditorMode: {
|
182
|
+
subscribe(fn: (failureReason: any, newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
183
|
+
};
|
184
|
+
syncState: {
|
185
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
186
|
+
};
|
187
|
+
setSelectedAppTreeItem: {
|
188
|
+
subscribe(fn: (failureReason: any, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
189
|
+
};
|
190
|
+
showAddComponent: {
|
191
|
+
subscribe(fn: (failureReason: any, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
192
|
+
};
|
193
|
+
showShare: {
|
194
|
+
subscribe(fn: (failureReason: any, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
195
|
+
};
|
196
|
+
showAddDataObject: {
|
197
|
+
subscribe(fn: (failureReason: any, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
198
|
+
};
|
199
|
+
addComponent: {
|
200
|
+
subscribe(fn: (failureReason: any, descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
201
|
+
};
|
202
|
+
deleteComponent: {
|
203
|
+
subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
204
|
+
};
|
205
|
+
addDataMember: {
|
206
|
+
subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
207
|
+
};
|
208
|
+
deleteDataMember: {
|
209
|
+
subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
210
|
+
};
|
211
|
+
renameDataMember: {
|
212
|
+
subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
213
|
+
};
|
214
|
+
updateDataMemberValue: {
|
215
|
+
subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
216
|
+
};
|
217
|
+
setActiveAppTreeItem: {
|
218
|
+
subscribe(fn: (failureReason: any, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
219
|
+
};
|
220
|
+
pasteComponent: {
|
221
|
+
subscribe(fn: (failureReason: any, target: AppTreeItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
222
|
+
};
|
223
|
+
reloadApp: {
|
224
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
225
|
+
};
|
226
|
+
updateHistory: {
|
227
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
228
|
+
};
|
229
|
+
};
|
98
230
|
} & {
|
99
231
|
setAppTree(tree: Array<TreeViewItem<AppTreeItem>>): void;
|
100
232
|
setAppDefinition(newDefinition: VelcronAppDefinition): void;
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts
CHANGED
@@ -68,10 +68,10 @@ declare const _default: {
|
|
68
68
|
};
|
69
69
|
}>;
|
70
70
|
};
|
71
|
+
readonly settings?: VelcronAlignmentPropertyEditorSettings;
|
71
72
|
"onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
|
72
73
|
readonly "v-model"?: HorizontalAlignments | VerticalAlignments;
|
73
74
|
readonly modelValue?: HorizontalAlignments | VerticalAlignments;
|
74
|
-
readonly settings?: VelcronAlignmentPropertyEditorSettings;
|
75
75
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
76
76
|
settings: {
|
77
77
|
type: import("vue").PropType<VelcronAlignmentPropertyEditorSettings>;
|
@@ -473,10 +473,10 @@ declare const _default: {
|
|
473
473
|
};
|
474
474
|
}>;
|
475
475
|
};
|
476
|
+
settings?: VelcronAlignmentPropertyEditorSettings;
|
476
477
|
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
477
478
|
"v-model"?: HorizontalAlignments | VerticalAlignments;
|
478
479
|
modelValue?: HorizontalAlignments | VerticalAlignments;
|
479
|
-
settings?: VelcronAlignmentPropertyEditorSettings;
|
480
480
|
}>, "onUpdate:modelValue"> & {
|
481
481
|
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
482
482
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts
CHANGED
@@ -64,10 +64,10 @@ declare const _default: {
|
|
64
64
|
};
|
65
65
|
}>;
|
66
66
|
};
|
67
|
+
readonly settings?: any;
|
67
68
|
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
68
69
|
readonly "v-model"?: any;
|
69
70
|
readonly modelValue?: any;
|
70
|
-
readonly settings?: any;
|
71
71
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
72
72
|
settings: {
|
73
73
|
type: import("vue").PropType<any>;
|
@@ -469,10 +469,10 @@ declare const _default: {
|
|
469
469
|
};
|
470
470
|
}>;
|
471
471
|
};
|
472
|
+
settings?: any;
|
472
473
|
"onUpdate:modelValue"?: (value: any) => any;
|
473
474
|
"v-model"?: any;
|
474
475
|
modelValue?: any;
|
475
|
-
settings?: any;
|
476
476
|
}>, "onUpdate:modelValue"> & {
|
477
477
|
"onUpdate:modelValue"?: (value: any) => any;
|
478
478
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts
CHANGED
@@ -65,10 +65,10 @@ declare const _default: {
|
|
65
65
|
};
|
66
66
|
}>;
|
67
67
|
};
|
68
|
+
readonly settings?: VelcronMarkdownEditorSettings;
|
68
69
|
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
69
70
|
readonly "v-model"?: string;
|
70
71
|
readonly modelValue?: string;
|
71
|
-
readonly settings?: VelcronMarkdownEditorSettings;
|
72
72
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
73
73
|
settings: {
|
74
74
|
type: import("vue").PropType<VelcronMarkdownEditorSettings>;
|
@@ -470,10 +470,10 @@ declare const _default: {
|
|
470
470
|
};
|
471
471
|
}>;
|
472
472
|
};
|
473
|
+
settings?: VelcronMarkdownEditorSettings;
|
473
474
|
"onUpdate:modelValue"?: (value: string) => any;
|
474
475
|
"v-model"?: string;
|
475
476
|
modelValue?: string;
|
476
|
-
settings?: VelcronMarkdownEditorSettings;
|
477
477
|
}>, "onUpdate:modelValue"> & {
|
478
478
|
"onUpdate:modelValue"?: (value: string) => any;
|
479
479
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts
CHANGED
@@ -65,10 +65,10 @@ declare const _default: {
|
|
65
65
|
};
|
66
66
|
}>;
|
67
67
|
};
|
68
|
+
readonly settings?: VelcronSliderPropertyEditorSettings;
|
68
69
|
"onUpdate:modelValue"?: ((value: number) => any) & ((value: number) => any);
|
69
70
|
readonly "v-model"?: number;
|
70
71
|
readonly modelValue?: number;
|
71
|
-
readonly settings?: VelcronSliderPropertyEditorSettings;
|
72
72
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
73
73
|
settings: {
|
74
74
|
type: import("vue").PropType<VelcronSliderPropertyEditorSettings>;
|
@@ -470,10 +470,10 @@ declare const _default: {
|
|
470
470
|
};
|
471
471
|
}>;
|
472
472
|
};
|
473
|
+
settings?: VelcronSliderPropertyEditorSettings;
|
473
474
|
"onUpdate:modelValue"?: (value: number) => any;
|
474
475
|
"v-model"?: number;
|
475
476
|
modelValue?: number;
|
476
|
-
settings?: VelcronSliderPropertyEditorSettings;
|
477
477
|
}>, "onUpdate:modelValue"> & {
|
478
478
|
"onUpdate:modelValue"?: (value: number) => any;
|
479
479
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts
CHANGED
@@ -65,10 +65,10 @@ declare const _default: {
|
|
65
65
|
};
|
66
66
|
}>;
|
67
67
|
};
|
68
|
+
readonly settings?: VelcronSpacingEditorSettings;
|
68
69
|
"onUpdate:modelValue"?: ((value: VelcronSpacing) => any) & ((settings: SpacingSettings) => any);
|
69
70
|
readonly "v-model"?: unknown;
|
70
71
|
readonly modelValue?: unknown;
|
71
|
-
readonly settings?: VelcronSpacingEditorSettings;
|
72
72
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
73
73
|
settings: {
|
74
74
|
type: import("vue").PropType<VelcronSpacingEditorSettings>;
|
@@ -470,10 +470,10 @@ declare const _default: {
|
|
470
470
|
};
|
471
471
|
}>;
|
472
472
|
};
|
473
|
+
settings?: VelcronSpacingEditorSettings;
|
473
474
|
"onUpdate:modelValue"?: (value: VelcronSpacing) => any;
|
474
475
|
"v-model"?: VelcronSpacing;
|
475
476
|
modelValue?: VelcronSpacing;
|
476
|
-
settings?: VelcronSpacingEditorSettings;
|
477
477
|
}>, "onUpdate:modelValue"> & {
|
478
478
|
"onUpdate:modelValue"?: (settings: SpacingSettings) => any;
|
479
479
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts
CHANGED
@@ -66,10 +66,10 @@ declare const _default: {
|
|
66
66
|
};
|
67
67
|
}>;
|
68
68
|
};
|
69
|
+
readonly settings?: VelcronTextEditorSettings;
|
69
70
|
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
70
71
|
readonly "v-model"?: string;
|
71
72
|
readonly modelValue?: string;
|
72
|
-
readonly settings?: VelcronTextEditorSettings;
|
73
73
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
74
74
|
settings: {
|
75
75
|
type: import("vue").PropType<VelcronTextEditorSettings>;
|
@@ -492,10 +492,10 @@ declare const _default: {
|
|
492
492
|
};
|
493
493
|
}>;
|
494
494
|
};
|
495
|
+
settings?: VelcronTextEditorSettings;
|
495
496
|
"onUpdate:modelValue"?: (value: string) => any;
|
496
497
|
"v-model"?: string;
|
497
498
|
modelValue?: string;
|
498
|
-
settings?: VelcronTextEditorSettings;
|
499
499
|
}>, "onUpdate:modelValue"> & {
|
500
500
|
"onUpdate:modelValue"?: (value: string) => any;
|
501
501
|
};
|